@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Adamina&family=Barlow:wght@400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


#ShopMainLayOutTable {
	display: none;
}
body.noscroll {
    overflow: hidden;
}
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	/* For Webkit-baserede browsere */
	-moz-osx-font-smoothing: grayscale;
	/* For macOS og Firefox */

}

body {
	margin: 0;
	overflow-x: hidden;
}

body,
input,
select,
textarea,
button {
	/*font-family: 'Work Sans', sans-serif;*/
	/*font-family: 'Barlow', sans-serif;*/
	font-family: "Noto Sans", sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}

a {
	color: #000;
}

a:hover {
	color: rgba(121, 121, 121, 1.00);
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	border: 0;
	width: auto;
	height: auto;
}

input,
img {
	outline: none;
}

input[type="submit"],
input[type="button"],
#confirm-complete-button,
a.button,
.webshop-frontpage .usp .button,
.btnFilterProductsFound,
#checkout-container input#confirm-complete-button,
#checkout-container input.checkout-salesdiscount-code-button,
button,
[href="/shop/customer.html&StrCurTab=3"],
li .product .buy>a {
	-webkit-appearance: none;
	font-weight: 300;
	border: none;
	color: #fff;
	cursor: pointer;
	background: rgba(249, 83, 134, 1);
	display: inline-block;
	padding: 10px 20px;
	font-size: inherit;
	text-decoration: none;
	border-radius: 3px;
	text-transform: uppercase;
	text-align: center;
	outline: none;
	min-height: 34px;
	position: relative;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
#checkout-container input[type="text"],
#checkout-container input[type="password"] {
	display: block;
	width: 100%;
	border: 1px solid #dfdfdf;
	/*height: 38px !important;*/
	height: 38px;
	padding: 0 10px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
}

textarea {
	height: 80px !important;
	padding: 10px;
}

select,
#checkout-container select.checkout-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #dfdfdf;
	background-color: #FFF;
	padding: 0px 30px 0px 15px;
	height: 34px;
	outline: none;
	border-radius: 3px;
	background-image: url('/images/skins/Bewise/images/select-arrow-down.svg');
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: calc(100% - 10px) 50%;
	cursor: pointer;
}

span.input {
	border-radius: 50%;
	width: 16px;
	height: 16px;
	background-color: rgba(238, 238, 238, 1);
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 8px 0 0;
}

:checked+label>span.input:before {
	background-color: rgb(56, 175, 72);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 50%;
	width: 50%;
	content: "";
	border-radius: 50%;
}

h1,
.Heading_Productmenu,
.Heading_Terms,
.Heading_Profile,
.Heading_AdvancedSearchPage,
.Heading_ShowBasket_Master,
#checkout-container h1.checkout-headline,
.Heading_B2Blogin,
.SubCatsProcuctsHeading,
b .Heading_Customer,
.Heading_ProductList,
.Heading_Favorites,
.Heading_OrderStep4,
.Text1_FrontPage h2,
.Text2_FrontPage h2,
.relatedHeader,
.alsoboughtHeader,
body.webshop-terms .termsWrapper span.Heading_Terms {
	font-weight: normal;
	display: block;
	text-align: center;
	font-size: 30px;
	padding: 0;
	margin: 0px 0px 40px;
	border: 0;
	position: relative;
}

h1:empty,
.relatedHeader:empty,
.alsoboughtHeader:empty {
	display: none;
}

.relatedHeader,
.alsoboughtHeader {
	margin-top: 80px;
}

h2,
.Text1_Customer .Heading_Customer,
h3 {
	font-size: 19px;
	font-weight: 300;
	padding: 0;
	margin: 0 0 10px;
}

.outerHeader {
	position: sticky;
	top: 0;
	z-index: 500;
}

.searchMobilePlaceholder {
	background-color: rgba(255, 255, 255, 1.00);
}

header {
	position: relative;
	z-index: 400;
	background-color: rgba(255, 255, 255, 1.00);
}

header>div {
	width: 1470px;
	max-width: 90%;
	margin: 0 auto;
	display: flex;
	position: relative;
}

body.webshop-checkout header>div {
	justify-content: center;
}

header>div>* {
	flex: none;
}

header .icon {
	height: 25px;
}

header label {
	display: block;
}

header img+label {
	margin-top: 4px;
	font-size: 11px;
	cursor: pointer;
}

.headerBox {
	padding: 25px;
	text-align: center;
	text-decoration: none;
	transition: background 0.3s ease;
	position: relative;
}

.headerBox .myPoints {
	position: absolute;
	left: 50%;
	bottom: 13px;
	transform: translateX(-50%);
	border-radius: 3px;
	font-family: 'Arial';
	line-height: 1;
	font-size: 10px;
	color: rgba(249, 83, 134, 1);
	white-space: nowrap;
}

.headerBox .myPoints:empty {
	display: none;
}

.shoplogo {
	position: relative;
	padding: 25px;
	display: flex;
	align-items: center;
}

.shoplogo img {
	display: block;
	height: 55px;
}

.basket {
	cursor: pointer;
	position: relative;
}

.basket .count,
.btnFavorites .count {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 20px;
	height: 20px;
	background-color: rgba(249, 83, 134, 1);
	border-radius: 50%;
	text-align: center;
	padding: 4px 0 0;
	font-family: 'Arial';
	line-height: 1;
	font-size: 12px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1.00);
}

.headerBox .count:empty {
	display: none;
}

.basket .currency {
	display: none;
}

.miniBasket {
	position: absolute;
	right: 0;
	display: none;
	top: 100%;
	width: 500px;
	padding: 30px;
	background-color: rgba(255, 255, 255, 1.00);
	border: solid 1px rgba(238, 238, 238, 1);
	transition: right 0.2s ease-in-out;
	text-align: left;
}

.miniBasket .item {
	display: flex;
	padding: 0 0 15px;
	margin: 0 0 15px;
	position: relative;
	border-bottom: solid 1px rgba(238, 238, 238, 1);
}

.miniBasket .item a[href*="remove"] {
	position: absolute;
	z-index: 20;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: block;
	top: -8px;
	left: -8px;
	background-color: rgba(0, 0, 0, 1.00);
}

.miniBasket .item a[href*="remove"] img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40%;
}

.miniBasket .item .image {
	flex: none;
	position: relative;
	width: 90px;
}

.miniBasket .item .image img {
	display: block;
	width: 100%;
}

.miniBasket .item .info {
	flex: auto;
	padding: 0 15px;
}

.miniBasket .item .info a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.miniBasket .item .price {
	flex: auto;
	text-align: right;
	white-space: nowrap;
}

.miniBasket .line {
	display: flex;
}

.miniBasket .line>span {
	flex: auto;
	border-bottom: solid 1px rgba(238, 238, 238, 1);
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

.miniBasket .line>span:last-child {
	text-align: right;
}

.miniBasket .line>span:empty {
	display: none;
}

.miniBasket .line.total {
	font-weight: bold;
	color: rgba(0, 0, 0, 1.00);
	margin-bottom: 15px;
}

.miniBasket .button {
	display: block;
}


.usp {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1470px;
	max-width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

.usp a,
.usp .slick-slide {
	display: block;
	text-decoration: none;
	text-align: center;
}

.usp img,
.usp .slick-slide img {
	height: 15px;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.usp strong {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
}

.usp span {
	color: rgba(249, 83, 134, 1);
	text-decoration: underline;
	display: none;
}

.usp p {
	display: none;
}

.searchMobile {
	display: none;
}

.search {
	flex: auto;
	align-items: center;
	justify-content: center;
	display: flex;
}

#Search_Form {
	display: block;
	width: 100%;
	max-width: 80%;
	position: relative;
}

#Search_Form:before,
#Search_Form .SubmitButton_SearchPage {
	width: 60px;
}

#Search_Form:before {
	content: "⌕";
	font-family: 'Arial';
	line-height: 1;
	font-size: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	text-align: center;
	transform: translateY(calc(-50% + -2px)) scaleX(-1);
}

#Search_Form .SearchTitle_SearchPage,
#Search_Form .nbsp,
#Search_Form br {
	display: none;
}

#Search_Form .SearchField_SearchPage {
	color: #000;
	background-color: #f2f2f2;
	padding: 0px 50px 0px 25px;
	border: none;
	font-weight: normal;
	display: block;
	height: 46px !important;
	width: 100%;
	border-radius: 3px;

}

#Search_Form .SubmitButton_SearchPage {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
	height: 100%;
}


article {
	width: 1470px;
	max-width: 90%;
	margin: 40px auto;
	position: relative;
}

body.webshop-frontpage article {
	margin: 0 auto;
}

article:after {
	content: "";
	clear: both;
	display: block;
}

aside:empty {
	display: none;
}



.brands {
	margin: 70px 0 90px;
}

.brands>img,
.Frontpage_Custom_UL>img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	z-index: 99;
	cursor: pointer;
}

.brands>img.nextArrowRight,
.Frontpage_Custom_UL>img.nextArrowRight {
	right: 0;
}

.brands .slick-slide {
	margin: 0 10px;
}

.brands .slick-list {
	margin: 0 -10px;
}

.awesomeProducts .slick-slide {
	margin: 0 20px;
}

.awesomeProducts .slick-list {
	margin: 0 -20px;
}

.awesomeProducts {
	/*
    display: flex;
    flex-wrap: wrap;
    */
	margin: 70px 0;
}

/*
.awesomeProducts > div:first-child {
    flex: none;
    width: 20%;
    margin-right: 2%;
    background-color: #000;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.awesomeProducts > div:first-child > span {
    font-size: 50px;
    font-weight: 300;
    line-height: 42px;
}
.awesomeProducts > div.frontpageProducts {
    flex: none;
    width: 78%;
}
*/

.Text1_FrontPage,
.Text2_FrontPage {
	display: block;
	margin: 0 0 60px;
}

.Text1_FrontPage+br,
.Text2_FrontPage+br {
	display: none;
}

.Text1_FrontPage p,
.Text2_FrontPage p {
	line-height: 1.8em;
}

.Text1_FrontPage:empty,
.Text2_FrontPage:empty {
	display: none;
}

.frontpageText {
	background-color: #f7f7f7;
	padding: 30px;
	margin: 70px 0 0 0;
	position: relative;
}

.frontpageText.expandable:not(.open) {
	height: 235px;
	overflow: hidden;
}

.frontpageText.expandable:not(.open):after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 97%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 97%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 97%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

div.nivo-dynamic-text {
	top: 50% !important;
	left: 10% !important;
	max-width: 80%;
	transform: translateY(-50%);
}

div.nivo-dynamic-text-inner-content-left {}

div.nivo-dynamic-text-inner-content-left>div {
	width: fit-content;
	padding: 10px 15px;
}

div.nivo-dynamic-text-inner-content-left>div:empty {
	display: none;
}

div.nivo-dynamic-text-header {
	background-color: rgba(0, 0, 0, .40);
	color: rgba(255, 255, 255, 1.00);
	font-size: 200%;
	font-weight: bold;
}

div.nivo-dynamic-text-teaser {
	background-color: rgba(249, 83, 134, 1);
	color: rgba(255, 255, 255, 1.00);
}

div.nivo-dynamic-text-link {
	background-color: rgba(0, 0, 0, 1.00);
	padding: 15px 25px;
	color: rgba(255, 255, 255, 1.00);
}

.large div.nivo-dynamic-text-header {
	font-size: 350%;
}

.large div.nivo-dynamic-text-teaser {
	font-size: 250%;
}

.large div.nivo-dynamic-text-link {
	font-size: 130%;
}

.countdown {
	background-color: #fcf0f4;
	text-align: center;
	width: 100%;
	color: #000;
	padding: 10px 0;
	font-size: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.countdown img {
	display: block;
	width: 20px;
	margin-right: 8px;
}

.countdown p {
	margin: 0 5px 0 0;
	padding: 0;
	display: inline-block;
}

.countdown>div>div {
	display: inline-block;
}

.countdown>div>div>span {
	display: inline-block;
	padding: 2px 8px;
	background-color: #f3e6ea;
	border-radius: 2px;
	margin: 0 3px;
}


.fpBoxes {
	margin: 0 -1%;
	display: flex;
	flex-wrap: wrap;
}

.fpBoxes>a {
	display: block;
	flex: none;
	width: 23%;
	margin: 0 1% 2%;
	color: #FFF;
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.fpBoxes>a>img {
	display: block;
	max-width: 100%;
	height: auto;
}

.fpBoxes>a>span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	border: 1px solid #fff;
	color: #FFF;
	text-align: center;
	padding: 6px 20px;
}

.welcome {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}

.welcome>img {
	flex: none;
	width: 40%;
	height: auto;
	aspect-ratio: 1 / 1;
}

.welcome>div {
	flex: auto;
	width: 60%;
	padding: 70px 50px;
	background-color: rgba(255, 255, 255, 0.8);
	margin: 0 0 0 -140px;
}


#ProductmenuContainer_DIV {
	background-color: rgba(255, 255, 255, 1.00);
	border-bottom: solid 1px rgba(238, 238, 238, 1);
	position: relative;
	width: 100%;
	z-index: 200;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

span.ProductMenu_Category_Icon_Container {
	display: none !important;
}

.Heading_ProductMenu {
	display: none;
}

#ProductMenu_List {
	padding: 0;
	list-style-type: none;
	width: 1470px;
	max-width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

#ProductMenu_List>li {
	flex: none;
	margin-right: 4%;
}

#ProductMenu_List>li.autoColumns {
	position: relative;
}

#ProductMenu_List>li:last-child {
	margin-right: 0;
}

#ProductMenu_List>li>a {
	display: block;
	padding: 14px 0;
	text-decoration: none;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#ProductMenu_List>li>a,
#ProductMenu_List>li>a>.ProductMenu_MenuItemBold {
	font-weight: bold;
}

#ProductMenu_List>li.has-dropdown>a {
	display: flex;
	align-items: center;
}

#ProductMenu_List>li.has-dropdown>a:after {
	content: url('/images/skins/Bewise/images/arrow-down.svg');
	margin-left: 6px;
	width: 9px;
	opacity: .5;
}

#ProductMenu_List>li>ul,
#ProductMenu_List>li>div {
	display: none;
	position: absolute;
	padding: 25px 30px;
	background-color: rgba(255, 255, 255, 1.00);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
}

#ProductMenu_List>li.autoColumns>div {
	left: 50%;
	transform: translateX(-50%);
}

#ProductMenu_List>li.autoColumns.hover:hover>div {
	display: flex;
}

#ProductMenu_List>li.megaMenu.hover:hover>div {
	display: flex;
}

#ProductMenu_List>li>div>div>a,
#ProductMenu_List>li>div>div>a>span {
	font-weight: 300;
}

#ProductMenu_List>li>div>div>a {
	display: block;
	text-decoration: none;
	margin: 0 0 10px;
	min-width: 150px;
	font-size: 14px;
	white-space: nowrap;
}

#ProductMenu_List>li.brandsLi>div>div:not(:last-of-type) {
	margin-right: 20px;
}

#ProductMenu_List>li.brandsLi>div>div>a {
	white-space: nowrap;
}

#ProductMenu_List>li>div>div>a:last-child {
	margin-bottom: 0;
}

#ProductMenu_List>li.brandsLi>div>div>.alfabet {
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
}

#ProductMenu_List .megaMenuContainer {
	left: 0;
	width: 100%;

}

#ProductMenu_List .megaMenuContainer>ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display: flex;
	width: 1470px;
	max-width: 90%;
	flex-wrap: wrap;
	gap: 30px;
}

#ProductMenu_List>li.autoColumns.brandsLi {
	position: static;
}

/*
#ProductMenu_List .brandsLi > ul {
    display: block;
}
*/
#ProductMenu_List .megaMenuContainer>ul>* {
	flex: none;
	width: calc(20% - 24px);
}

#ProductMenu_List .megaMenuContainer>ul>.productMenuBanner {
	max-width: 18%;
}

#ProductMenu_List .megaMenuContainer>ul>.productMenuBanner a,
#ProductMenu_List .megaMenuContainer>ul>.productMenuBanner img {
	display: block;
	width: 100%;
}

#ProductMenu_List .megaMenuContainer>ul>li>ul {
	margin: 10px 0 0;
	padding: 0;
	list-style-type: none;
}

#ProductMenu_List .brandsLi li.SubCategory1_Productmenu.has-dropdown>ul {
	display: none;
}

#ProductMenu_List .megaMenuContainer>ul>li>a,
#ProductMenu_List .megaMenuContainer>ul>li>a>.ProductMenu_MenuItemBold {
	font-weight: bold;
}

#ProductMenu_List .megaMenuContainer>ul>li>a {
	text-decoration: none;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 1.00);
	letter-spacing: 1px;
	hyphens: auto;
	/* Aktivér automatisk orddeling */
	overflow-wrap: break-word;
	/* Sikrer, at ord brydes korrekt */
	word-wrap: break-word;
}

#ProductMenu_List .megaMenuContainer>ul>li>ul>li>a,
#ProductMenu_List .megaMenuContainer>ul>li>ul>li>a>.ProductMenu_MenuItemBold {
	font-weight: 300;
}

#ProductMenu_List .megaMenuContainer>ul>li>ul>li:not(:last-child) {
	margin-bottom: 5px;
}

#ProductMenu_List .megaMenuContainer>ul>li>ul>li>a {
	text-decoration: none;
}

#ProductMenu_List .megaMenuContainer>ul>li>ul>li ul {
	display: none;
}

#ProductMenu_List .megaMenuContainer>ul>li>ul>li.viewallsubs>a {
	text-decoration: underline;
	color: #6a9344;
}

#ProductMenu_List .megaMenuContainer>ul>li>ul>li.viewallsubs~li {
	display: none;
}


a#ActiveCategory_A {
	display: none !important;
}




/* PRODUCTLIST */
.productlistToolsContainer {
	display: flex;
	justify-content: center;
}

.productlistTools {
	display: flex;
	border: solid 1px rgba(238, 238, 238, 1);
	border-radius: 25px;
	margin: 30px 0 30px;
	padding: 15px 25px;
	align-items: center;
}

.productlistTools> :not(:last-child) {
	border-right: solid 1px rgba(238, 238, 238, 1);
	padding-right: 15px;
	margin-right: 15px;
}

.productlistTools select {
	padding: 0 10px 0 0;
	height: auto;
	border: none;
	background-position: 100% 50%;
}

.productlistTools:empty {
	display: none;
}

.productlistTools .found {
	display: none;
}

.category-description,
.CategoryFooterContent {
	display: block;
	padding: 20px;
	text-align: center;
	margin: 0 0 30px;
	background-color: #f6f6f6;
	font-size: 13px;
}

.category-description img {
	width: 100% !important;
	height: auto !important;
}

.SubCats_Categories_Container>img {
	max-width: 100%;
	height: auto !important;
}

.CategoryFooterContent {
	margin-top: 20px;
}

.category-description:empty {
	display: none;
}

.SubCats_Categories_Container {
	text-align: center;
}

.ProductList_Custom_UL,
.Related_Custom_UL,
.CustomersAlsoBought_Custom_UL,
.Favorites_Custom_UL {
	padding: 0;
	margin: 0 -1%;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

.ProductList_Custom_UL.clerk-slider {
	flex-wrap: nowrap;
}

.ProductList_Custom_UL>li,
.Related_Custom_UL>li,
.CustomersAlsoBought_Custom_UL>li,
.Favorites_Custom_UL>li {
	width: 18%;
	margin: 0 1% 2%;
	flex: none;
}

.ProductList_Custom_UL.clerk-slider>li {
	margin-bottom: 0;
}

.webshop-productlist .ProductList_Custom_UL>li {
	width: 23%;
}

li .product a[href*="RemProduct"] {
	position: absolute;
	z-index: 20;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: block;
	top: -8px;
	left: -8px;
	background-color: rgba(0, 0, 0, 1.00);
}

li .product a[href*="RemProduct"] img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40%;
}

li>form {
	height: 100%;
}

li .product {
	position: relative;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
	border: 1px solid #eee;
	padding: 20px;
	height: 100%;
}

li .product .image {
	position: relative;
	text-align: center;
}

/*
.frontpageProducts li .product .image img {
    height: 180px;
}
*/
.frontpageProducts .clerkHeader {
	display: none;
}

ul.Frontpage_Custom_UL {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.Frontpage_Custom_UL:not(.slick-initialized)>li:nth-child(1n+6) {
	display: none;
}

li .product img {
	display: inline-block;
	max-width: 100%;
}

li .product a[href*="AddFavorite"] {
	float: left;
	margin: 0 0 0 15px;
	width: 20px;
	z-index: 10;
}

li .product a[href*="AddFavorite"] img {
	display: block;
	width: 100%;
}

li .product .info {
	padding: 15px 0 0;
}

/*
.awesomeProducts li .product .name > a {
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
}
*/
li .product .name {
	height: 38px;
	overflow: hidden;
}

li .product .name>a {
	display: block;
	text-decoration: none;
}

li .product .PriceStriked_Productlist {
	display: none;
}

li .product .price {
	margin: 10px 0;
	font-weight: bold;
}

/*
li .product .price.offer {
	color:rgba(249, 83, 134, 1);
}
*/
li .product .price strike {
	font-weight: normal;
	display: block;
	color: rgba(174, 174, 174, 1.00);
}

li .product .price .currency {
	padding: 0 0 0 5px;
}

li .product .manufacturer {
	color: rgba(152, 152, 152, 1.00);
}

li .product .buy {
	display: flex;
	justify-content: flex-start;
}

li .product .buy>a>.BuyButton_ProductList {
	display: none;
}

li .product input[type="text"] {
	width: 40px;
	border-radius: 3px;
	margin-right: 5px;
	text-align: center;
}

li .product input[type="submit"],
li .product .buy>a {
	background-color: #000;
	color: #FFF;
	font-weight: 300;
}

li .product input[type="image"] {
	display: none;
}

li .product .news {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 20;
	background-color: rgba(0, 0, 0, 1.00);
	color: rgba(255, 255, 255, 1.00);
	padding: 4px 15px;
	font-size: 12px;
}



.product div.Element_Overlay_Container_DIV,
.product .Element_Overlay_ProdList_SpecialOfferContainer_DIV,
.product div.Element_Overlay_ProductInfo-relatedContainer_DIV,
.productcard div.Element_Overlay_ProdInfo_SpecialOfferImage_DIV {
	display: none;
}

.product div.Element_Overlay_ProdList_SpecialOfferDIV,
.product div.Element_Overlay_ProdList_SavingsDIV,
.product div.Element_Overlay_Frontpage_SavingsDIV,
.product div.Element_Overlay_ProductInfo-related-savingsDIV,
.product div.Element_Overlay_ShowBasket-related-savingsDIV {
	position: relative;
	display: block;
}

li div.Element_Overlay_Frontpage_SavingsContainer_DIV,
li div.Element_Overlay_ProdList_SavingsContainer_DIV,
li div.Element_Overlay_Frontpage_SavingsContainer_DIV,
li div.Element_Overlay_ProductInfo-related-savingsContainer_DIV,
li div.Element_Overlay_ShowBasket-related-savingsContainer_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
	top: 20px;
	left: 20px;
	right: auto;
	bottom: auto;
	position: absolute;
	background-color: rgba(249, 83, 134, 1);
	padding: 4px 10px;
}

li .Element_Overlay_Frontpage_SavingsImage_DIV,
li .Element_Overlay_ProdList_SavingsImage_DIV,
li .Element_Overlay_ProductInfo-related-savingsImage_DIV,
li .Element_Overlay_ProductInfo-customersboughtImage_DIV,
li .Element_Overlay_ShowBasket-related-savingsImage_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsImage_DIV {
	display: none;
}

li div.Element_Overlay_ProdList_SavingsText_DIV,
li div.Element_Overlay_Frontpage_SavingsText_DIV,
li div.Element_Overlay_ProductInfo-related-savingsText_DIV,
li div.Element_Overlay_ShowBasket-related-savingsText_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV {
	color: rgba(255, 255, 255, 1);
	position: relative;
	top: auto;
	font-size: 12px;
	padding: 0;
}

.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV {
	font-size: 20px;
}



.pager {
	display: flex;
	padding: 20px 0 0;
}

.pager>div {
	flex: auto;
}

.pager .prev,
.pager .next {
	width: 20%;
	flex: none;
}

.pager .pages {
	text-align: center;
}

.pager .next {
	text-align: right;
}

.pager a,
.pager .pages a.ActivePageNumber_ProductList:link {
	display: inline-block;
	border: solid 1px #4D4D4D;
	padding: 5px 10px;
	text-decoration: none;
	margin: 0 3px;
}

.pager .pages a.ActivePageNumber_ProductList,
.pager .pages a.ActivePageNumber_ProductList:link {
	border-color: rgba(249, 83, 134, 1);
	background-color: rgba(249, 83, 134, 1);
	color: #fff;
	font-weight: normal;
}









/* PRODUCTGROUPS */
.SubCats_Categories_UL {
	padding: 0;
	margin: 20px -1% 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.SubCats_Categories_UL>li {
	width: 18% !important;
	float: none !important;
	margin: 0 1% 2%;
	border: 1px solid #eee;
	justify-content: center;
}

.SubCats_Categories_UL>li.alfabet {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 25px;
	padding: 25px 0 0;
	width: 98% !important;
	border: none;
	text-align: left;
}

.SubCats_Categories_UL>li:empty {
	display: none;
}

.SubCats_Categories_UL>li .image img {
	display: inline-block;
	width: 100%;
}

.SubCats_Categories_UL>li .name a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
	padding: 10px;
	text-align: center;
}

body.webshop-productinfo .breadcrumb {
	display: flex;
	justify-content: space-between;
}

body.webshop-productinfo .breadcrumb table {
	width: auto;
}

body.webshop-productinfo .breadcrumb>div {
	font-size: 90%;
}

.breadcrumb,
.SubCats_BreadCrumb {
	margin: 0 0 15px;
	display: block;
}

.breadcrumb:empty,
.SubCats_BreadCrumb:empty {
	display: none;
}

.breadcrumb br,
.SubCats_BreadCrumb br {
	display: none;
}

.breadcrumb,
.breadcrumb td,
.SubCats_BreadCrumb {
	text-align: center;
	font-size: 90%;
}

.breadcrumb,
.breadcrumb a,
.SubCats_BreadCrumb,
.SubCats_BreadCrumb a {
	color: rgba(115, 115, 115, 1.00);
	text-decoration: none;
}

.breadcrumb a,
.SubCats_BreadCrumb {
	display: inline-block;
}

.breadcrumb a.BreadCrumbLink_Active,
.SubCats_BreadCrumb a.BreadCrumbLink_Active {
	color: rgba(0, 0, 0, 1.00);
}

.breadcrumb a[href*="frontpage.html"],
.SubCats_BreadCrumb a[href*="frontpage.html"] {
	padding-left: 20px;
	background-image: url("/images/skins/Bewise/images/icon-store.svg");
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: 0 50%;
}

h1+.breadcrumb,
h1+.SubCats_BreadCrumb {
	margin-top: -10px;
}



/* FAVORITES */
[action="/shop/favorites.html"] .FormTB {
	padding: 30px;
	margin: 30px 0 0;
	border: solid 1px rgba(238, 238, 238, 1);
}

[action="/shop/favorites.html"] .FormTB tbody {
	display: block;
}

[action="/shop/favorites.html"] .FormTB tbody>tr {
	display: block;
}

[action="/shop/favorites.html"] .FormTB tbody>tr:last-child {
	display: none;
}

[action="/shop/favorites.html"] .FormTB tbody>tr>td {
	display: block;
	width: 100%;
}

.FormTB_MessageTA {
	display: block;
}

.subjectHeader input[type="text"] {
	margin-bottom: 10px;
}


div.dd-theme-default .nivo-directionNav a {
	top: 50%;
	width: 45px;
	height: 45px;
	font-size: 0;
	transform: translateY(-50%);
	text-indent: 0;
	background-color: rgba(255, 255, 255, 1.00);
	border-radius: 50%;
	background-size: auto 35%;
	background-position: 50% 50%;
	opacity: 1;
}

div.dd-theme-default a.nivo-prevNav {
	background-image: url('/images/skins/Bewise/images/arrow-left.svg');
	left: 20px;
}

div.dd-theme-default a.nivo-nextNav {
	background-image: url('/images/skins/Bewise/images/arrow-right.svg');
	right: 20px;
}

div.dd-theme-default .nivo-controlNav {
	margin: 15px 0 0;
	font-size: 0;
}

div.dd-theme-default .nivo-controlNav a {
	background-color: rgba(229, 229, 229, 1.00);
	height: 6px;
	width: 6px;
	margin: 0 4px;
	border-radius: 50%;
	background-image: none;
}

div.dd-theme-default .nivo-controlNav a.active {
	background-color: rgba(90, 90, 90, 1.00);
}







.productcard:after {
	content: "";
	clear: both;
	display: block;
}

.productcard .breadcrumb,
.productcard .breadcrumb td {
	text-align: left;
}

.stockInfo>img {
	width: 13px;
	margin: 0 5px 0 0;
}

.stockInfo:empty {
	display: none;
}

.extraProductsContainer {
	margin: 0 0 40px;
}

.extraProductsHeader {
	display: block;
	width: 100%;
	font-size: 18px;
	margin-bottom: 10px;
}

.extraProduct {
	display: flex;
	align-items: center;
	margin: 0 -2% 10px;
}

.extraProduct>* {
	flex: none;
	margin: 0 2%;
}

.extraProduct .check {
	align-self: center;
	position: relative;
	display: flex;
}

.extraProduct .check img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	transform: translate(-50%, -50%);
	z-index: 5;
	display: none;
	pointer-events: none;
}

.extraInfo {
	display: none;
}

.extraProduct .check input:checked+img {
	display: block;
}

.extraProduct input[type="checkbox"] {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 1.00);
	border: solid 1px rgba(163, 163, 163, 1.00);
	border-radius: 2px;
}

.extraProduct>.image {
	width: 70px;
	align-self: center;
	position: relative;
}

.extraProduct>.image img {
	display: block;
	width: 100%;
}

.extraProduct>.name {
	flex: auto;
}

.extraProduct>.name strong {
	display: block;
}

.extraProduct .price strike {
	padding-right: 6px;
}


.long-description {
	position: relative;
}

.long-description.expandable:not(.open) {
	height: 235px;
	overflow: hidden;
}

.long-description.expandable:not(.open):after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 97%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 97%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 97%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

body.webshop-frontpage .readMore {
	border-top: none;
}

.readMore {
	border-top: solid 1px rgba(230, 230, 230, 1.00);
	padding: 5px 0 0;
	margin: 8px 0 0;
	cursor: pointer;
}

.readMore .fa {
	margin: 0 5px 0 0;
	color: #d02128;
}

.long-description.open+.readMore,
.frontpageText.open+.readMore {
	display: none;
}


.buyWrapperHeadline,
.amountWrapperHeadline {
	display: none;
}

.productcard .buy {
	margin: 0 0 20px;
	align-items: center;
	display: flex;
	justify-content: flex-start;
}

.productcard .buy:empty {
	display: none;
}

.productcard a[href*="AddFavorite"] {
	margin-left: 15px;
	display: flex;
	align-content: center;
}

.productcard a[href*="AddFavorite"] img {
	display: block;
	height: 20px;
}

#BUYSECTION {
	display: flex;
}

.amountWrapper {
	display: flex;
	background-color: #f2f2f2;
	border-radius: 3px;
	border: 1px solid #f2f2f2;
}

.amountWrapper>* {
	flex: none;
}

.amountWrapper input,
.buyWrapper input {
	height: 50px;
}

.amountWrapper input {
	-webkit-appearance: none;
	border-radius: 0;
	width: 35px;
	flex: auto;
	border: none;
	background-color: transparent;
	text-align: center;
	padding: 0;
	font-weight: bold;
}

.amountWrapper .incButton,
.amountWrapper .decButton {
	padding: 0 20px;
	display: flex;
	align-items: center;
	font-weight: bold;
	cursor: pointer;
}

.amountWrapper span::selection {
	background: transparent;
}

.amountWrapper input::-webkit-outer-spin-button,
.amountWrapper input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.amountWrapper input[type=number] {
	-moz-appearance: textfield;
	background-color: #FFF;
}

.buyWrapper input[type="submit"] {
	margin-left: 15px;
	padding: 0 35px;
	font-size: 110%;
}

.buyWrapper input[type="image"] {
	display: none;
}

.productcard .buy input[type="submit"].hidden {
	display: none;
}

.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: 20px;
	right: 20px;
	background-color: rgba(0, 0, 0, 1.00);
	color: rgba(255, 255, 255, 1.00);
	display: inline-block;
	z-index: 10;
	font-size: 20px;
	padding: 4px 10px;
}

.productcard .images {
	float: left;
	width: 44%;
	position: relative;
}

.productcard .imagecanvas {
	margin: 0 0 15px;
	position: relative;
	text-align: center;
	padding: 40px;
}

.productcard .imagecanvas a {
	display: block;
}

.productcard .imagecanvas img[itemprop="image"] {
	display: inline-block;
	max-width: 100%;
}

.productcard .imageselector {
	display: flex;
	margin: 0 -1%;
	flex-wrap: wrap;
}

.productcard .imageselector a {
	flex: none;
	width: 18%;
	position: relative;
	margin: 0 1% 2%;
}

.productcard .imageselector a img {
	display: block;
	width: 100% !important;
	margin: 0 !important;
}

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: 53%;
	position: relative;
	margin: 0;
}

.Product_Rating_Review_Text,
.Product_Rating_Sum,
.Product_Rating_NoRates {
	display: none;
}

.productcard .product-number {
	margin: 20px 0 15px;
	font-size: 11px;
	display: none;
}

.productcard .product-number.active {
	display: block;
}

.Variants {
	margin: 0 0 20px;
	width: 348px;
	max-width: 100%;
}

table.VariantGroup,
table.VariantGroup * {
	width: 100%;
	display: block;
}

.Variants>table.VariantGroup:not(:last-child) {
	margin-bottom: 15px;
}

table.VariantGroup>tbody>tr:first-child>td:first-child {
	display: none;
}

td.VariantGroupLabel {
	font-weight: bold;
	padding: 0 0 4px;
}

table.VariantGroup select {
	width: 100%;
}

.productcard h1 {
	text-align: left;
	margin-bottom: 20px;
}

.productcard .Prices_Custom_UL {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
}

.productcard .Prices_Custom_UL>li .currency {
	padding-left: 5px;
}

.productcard .Prices_Custom_UL>li .before {
	color: #888888;
	font-weight: normal;
	text-decoration: line-through;
}

.productcard .Prices_Custom_UL>li:first-child .price,
.productcard .Prices_Custom_UL>li:first-child .currency {
	font-size: 200%;
	font-weight: bold;
}

.productcard .Prices_Custom_UL li:first-child .before {
	display: block;
}

.productcard .Prices_Custom_UL *:empty {
	display: none;
}

.productcard .Prices_Custom_UL li:first-child .text {
	display: none;
}

.productcard .Prices_Custom_UL>li:nth-child(n+2) {
	border-top: solid 1px rgba(238, 238, 238, 1);
	padding-top: 5px;
}

.productcard .Prices_Custom_UL>li:nth-child(n+2) .before {
	padding-right: 5px;
}

.productcard .Prices_Custom_UL>li:not(:last-child) {
	padding-bottom: 5px;
}

.productcard .Prices_Custom_UL>li:first-child .amount,
.productcard .Prices_Custom_UL>li:first-child .unit {
	display: none;
}


.productcard .volumePrices .vattext {
	display: none;
}

.volumePrices {
	margin: -10px 0 25px;
	padding: 0;
	border-radius: 4px;
	background: rgb(236, 236, 236);
	background: linear-gradient(180deg, rgba(236, 236, 236, 1) 0%, rgba(247, 247, 247, 1) 100%);
	list-style-type: none;
	display: inline-block;
	position: relative;
}

.volumePrices:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(236, 236, 236, 1);
	position: absolute;
	bottom: 100%;
	left: 20px;
}

.volumePrices>li {
	display: flex;
	align-items: center;
	padding: 10px 10px 10px 15px;
}

.volumePrices>li:not(:last-child) {
	border-bottom: solid 1px rgba(255, 255, 255, .60);
}

.volumePrices>li> :empty {
	display: none;
}

.volumePrices>li>* {
	margin-right: 4px;
	flex: none;
}

.volumePrices>li .text:first-letter {
	text-transform: capitalize;
}

.volumePrices>li .amount {
	min-width: 30px;
	display: none;
}

.volumePrices>li .unit {
	min-width: 30px;
	display: none;
}

.volumePrices>li .price {
	min-width: 30px;
	padding-left: 10px;
}

.volumePrices>li .discount {
	background-color: #6a9344;
	border-radius: 3px;
	padding: 2px 8px;
	color: rgba(255, 255, 255, 1.00);
	min-width: 86px;
	text-align: center;
	font-weight: bold;
	margin-left: 10px;
}


.productcard .stockInfo {
	margin: 0 0 20px;
}
.productcard .stockInfo.tollinfo {
	margin-top: -14px;
}

.productcard .short-description {
	padding: 0 0 20px;
	font-weight: bold;
	line-height: 1.7em;
}

td.ProductInfo_MagixZoomPlus_MainImage_TD {
	border: 0;
}

.productcard .addthis_toolbox {
	padding: 20px 0 0;
}

.productcard .productNumber {
	margin: 20px 0 0;
	color: rgba(151, 151, 151, 1.00);
}


.tabs {
	margin: 0;
	padding: 0;
	display: none;
	clear: both;
}

.tabsLiContainer {
	border-top: solid 1px rgba(238, 238, 238, 1);
	border-bottom: solid 1px rgba(238, 238, 238, 1);
	position: relative;

}

.tabsLiContainer:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
	z-index: 20;

}

.tabsLiContainer>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	overflow-y: hidden;
}

.tabsLiContainer li {
	padding: 20px 0;
	position: relative;
	z-index: 20;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, .50);
}

.tabsLiContainer>ul>li:not(:last-child) {
	margin-right: 7%;
}

.tabsLiContainer li.open {
	cursor: default;
	color: rgba(0, 0, 0, 1.00);
}

.tabsLiContainer li.open:after {
	height: 3px;
	background-color: rgba(0, 0, 0, 1.00);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.tabsLiContainer li:not(.open) {
	cursor: pointer;
}

.tabsDivContainer>div {
	padding: 20px 0 0;
	position: relative;
	text-align: left;
	line-height: 1.7em;
	display: none;
}

.tabsDivContainer>div:after {
	clear: both;
	content: "";
	display: block;
}

.tabsDivContainer>div:first-of-type {
	display: block;
}

.tabsDivContainer iframe {
	max-width: 100%;
}


/* SPECS */
.specs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: solid 1px rgba(237, 237, 237, 1.00);
	border-radius: 6px;
	display: none;
}

.specs>*:not(:last-child) {
	border-bottom: solid 1px rgba(237, 237, 237, 1.00);
}

.specs> :nth-child(2n+1) {
	background-color: rgba(155, 155, 155, 0.10);
}

.specs>* {
	display: flex;
}

.specs>*>* {
	flex: auto;
	padding: 5px 10px;
}

.specs>*>*:first-child {
	width: 30%;
	flex: none;
	font-weight: bold;
}






/* SHOWBASKET */
#showbasketContent:after {
	content: "";
	display: block;
	clear: both;
}

.ShowBasket_Custom_DIV {
	clear: both;
}

.ShowBasket_Custom_DIV>div {
	display: flex;
	align-items: center;
	padding: 15px 0;
	position: relative;
	border-bottom: solid 1px rgba(238, 238, 238, 1);
}

.ShowBasket_Custom_DIV>div>* {
	flex: none;
}

.ShowBasket_Custom_DIV>div>a[href*="remove"] {
	position: absolute;
	z-index: 20;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: block;
	top: 5px;
	left: -10px;
	background-color: rgba(0, 0, 0, 1.00);
}

.ShowBasket_Custom_DIV>div>a[href*="remove"] img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40%;
}

.ShowBasket_Custom_DIV>div>.image {
	width: 10%;
}

.ShowBasket_Custom_DIV>div>.image a {
	display: flex;
	width: 80%;
	position: relative;
	align-items: flex-start;
}

.ShowBasket_Custom_DIV>div>.image img {
	display: block;
	width: 100% !important;
}

.ShowBasket_Custom_DIV>div>.description {
	flex: auto;
}

.ShowBasket_Custom_DIV>div>.description>a {
	text-decoration: none;
	font-weight: bold;
	color: rgba(0, 0, 0, 1.00);
}

.ShowBasket_Custom_DIV>div> :last-child {
	text-align: right;
}

.ShowBasket_Custom_DIV .amount {
	display: flex;
	background-color: #f2f2f2;
	border-radius: 25px;
	align-items: center;
}

.ShowBasket_Custom_DIV .description .amount {
	display: none;
}

.ShowBasket_Custom_DIV .amount>* {
	flex: none;
}

.ShowBasket_Custom_DIV .amount>a {
	padding: 0 20px;
	display: flex;
	align-items: center;
	font-weight: bold;
	cursor: pointer;
	height: 50px;
}

.ShowBasket_Custom_DIV .amount>span {
	width: 30px;
	text-align: center;
}

.ShowBasket_Custom_DIV .amount>a img {
	height: 10px;
}

.ShowBasket_Custom_DIV .amount>span:first-child {
	display: none;
}

.ShowBasket_Custom_DIV .unittotal {
	width: 20%;
	padding-left: 3%;
}

.ShowBasket_Custom_DIV .unittotal[data-type*="SalesDiscountProduct"] {
	color: rgb(56, 175, 72);
}

.ShowBasket_Custom_DIV .unittotal small {
	display: block;
}

.ShowBasket_Custom_DIV .unittotal[data-amount="1"] small {
	display: none;
}

.giftWrap {
	margin: 10px 0 0;
}

.giftWrap input {
	display: none;
}

.giftWrap label {
	cursor: pointer;
}

.giftWrap table,
.giftWrap:empty {
	display: none;
}

.basketCheckout {
	float: right;
	width: 420px;
	max-width: 100%;
}

.basketCheckout a.button {
	display: block;
}

.basketCheckout .line {
	display: flex;
	align-items: flex-start;
}

.basketCheckout .line:first-child {
	margin-top: 20px;
}

.basketCheckout .line>* {
	padding: 0 0 10px;
	flex: auto;
}

.basketCheckout .line> :last-child {
	text-align: right;
}

.basketCheckout .line.total {
	font-weight: bold;
	color: rgba(0, 0, 0, 1.00);
	border-top: solid 1px rgba(238, 238, 238, 1);
	margin-bottom: 20px;
}

.basketCheckout .line.total>* {
	padding: 10px 0;
}

.basketCheckout .line> :empty {
	display: none;
}

.basketDiscount input[type="text"] {
	display: block;
	width: calc(100% - 10px);
	padding: 0 10px;
}

.basketDiscount button {
	display: block;
	width: 100%;
	cursor: pointer;
	padding: 0 20px;
	background-color: rgba(0, 0, 0, 1.00);
}

.basketEmpty {
	text-align: center;
}



/* 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;
}



footer {
	background-color: #f2f2f2;
	margin: 0;
	padding: 80px 0;
	color: rgba(86, 86, 86, 1.00);
}

footer>section {
	display: flex;
	width: 1470px;
	max-width: 90%;
	margin: 0 auto;
	line-height: 2em;
}

footer>section>* {
	flex: auto;
}

footer>section>*>strong {
	display: block;
	font-weight: normal;
	margin: 0 0 20px;
	font-size: 17px;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 1.00);
}

footer a {
	text-decoration: none;
}

.footerMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

footer input[type="text"],
footer input[type="email"] {
	color: #000;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0px 10px;
	border: none;
	font-weight: normal;
	display: block;
	height: 35px;
	width: 280px;
	max-width: 80%;
	border-radius: 3px;
	margin: 0 0 10px;
}

footer input[type="checkbox"] {
	margin: 0 5px 0 0;
}

footer .acceptTerms {
	margin-bottom: 10px;
}

footer .creditcards {
	max-width: 100%;
	margin-bottom: 30px;
}

footer .postel {
	max-width: 100%;
}

.footerUsp ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footerUsp ul li {
	background-image: url("/images/skins/Bewise/images/check-green.svg");
	background-size: 15px;
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

.footerIcons {
	background-color: #f2f2f2;
}

.footerIcons>div {
	width: 1470px;
	max-width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}

.footerIcons .creditcards {
	height: 20px;
}

.footerIcons img {
	margin: 0 10px;
}

.footerIcons .postel {
	height: 20px;
}

.TopMenu_MenuItems {
	display: none;
}

.membership {
	background-color: #000;
}

.membership>div {
	width: 1470px;
	max-width: 90%;
	margin: 40px auto 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #FFF;
}

.membership>div>img {
	flex: none;
	width: 500px;
}

.membership>div>div>span {
	display: block;
	font-size: 40px;
	font-weight: 300;
}

.membership>div>div>a {
	display: inline-block;
	padding: 10px 30px;
	text-decoration: none;
	background-color: #FFF;
	color: #000;
	border-radius: 3px;
	text-transform: uppercase;
}

body.webshop-customercenter .membership,
body.webshop-checkout .membership {
	display: none;
}

a.social {
	display: inline-block;
}

a.social img {
	height: 20px;
}



div.credits {
	padding: 15px 0;
	background-color: rgba(27, 27, 27, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

div.credits>section {
	width: 1470px;
	max-width: 90%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

div.credits img {
	width: 100%;
	max-width: 300px;
	display: block;
}

div.credits>section>* {
	flex: auto;
}

div.credits>section>div {
	max-width: 60%;
}

div.credits>section>a {
	font-size: 9px;
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
}

div.credits>section>div+a {
	text-align: right;
}


body .CmsPageStyle_Table {
	height: auto;
}

table.CmsPageStyle_Table,
.profileWrapper table,
.termsWrapper table {
	table-layout: fixed;
}

body.webshop-terms .termsWrapper {
	max-width: 900px;
	margin: 0 auto;
}

.termsWrapper span {
	display: block;
	font-size: 18px;
	font-weight: bold;
}





.BackgroundColor1_Customer {
	table-layout: fixed;
}

.webshop-customercenter td>b+br {
	display: none;
}

.webshop-customercenter input[type="text"]#xprofileid.TextInputField_Customer,
.webshop-customercenter input[type="password"]#xprofileid1.TextInputField_Customer {
	-webkit-appearance: none;
	width: 100% !important;
	margin: 0 0 10px;
	display: inline-block;
}

#xprofileid1+.SubmitButton_Customer {
	display: block;
	margin: -10px 0 20px;
}

form[action="/shop/customer.html"]:not([name="CustomerCenterForm"]) {
	display: block;
	width: 600px;
	max-width: 100%;
	background-color: rgba(247, 247, 247, 1.00);
	padding: 30px;
	margin: 0 auto;
}

form[action="/shop/customer.html"][name="forgotpsw"] {
	margin-top: 20px;
}

.ErrorText_customerlogin {
	background-color: rgba(248, 208, 209, 1.00);
	border: solid 1px rgba(214, 160, 161, 1.00);
	color: rgba(165, 67, 69, 1.00);
	padding: 6px 10px;
	margin: 0 0 10px;
	border-radius: 3px;
}

form[name="CustomerCenterForm"] .BackgroundColor1_Customer {
	padding: 20px;
	border: solid 1px rgba(238, 238, 238, 1);
}

form[name="CustomerCenterForm"] .Text1_Customer>tbody>tr:first-child>td>br:first-child {
	display: none;
}

[id*="tabB"] {
	float: left;
	margin-right: 6px;
}

[id*="tabB"]>span {
	background-color: rgba(238, 238, 238, 1);
	padding: 10px 15px;
	display: block;
	border-radius: 3px 3px 0 0;
}

[id*="tabB"]>span.Tabactive_Customer,
[id*="tabB"]>span.Tabhover_Customer {
	background-color: rgba(0, 0, 0, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

[id*="tabB4"] {
	float: right;
	margin: 0;
}

[id="tabB4"]>span.Tabdeactive_Customer {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(249, 83, 134, 1);
}

.Text1_Customer tr[id*="Field"]>td {
	padding: 5px 0;
}

.Text1_Customer tr[id*="Field"]>td:nth-child(3) {
	font-size: 0;
}

span.FieldReq_Customer {
	position: absolute;
	font-size: 12px;
	line-height: 1;
	margin: -7px 0 0 -21px;
}

#OrderDetailsHeading+br+table,
#OrderDetailsHeading+br+table+br+table+table {
	display: none;
}

#OrderDetailsHeading+br+table+br+table>tbody>tr>td {
	border-bottom: solid 1px rgba(238, 238, 238, 1);
	padding: 7px 0;
}

[href="/shop/customer.html&StrCurTab=3"] {
	background-color: rgba(0, 0, 0, 1.00);
	margin-top: 15px;
}

.btnMenu {
	display: none;
}

body.webshop-checkout #ProductmenuContainer_DIV,
body.webshop-checkout header .search,
body.webshop-checkout .basket,
body.webshop-checkout .btnMenu,
body.webshop-checkout .btnFavorites,
body.webshop-checkout .usp,
body.webshop-checkout .btnAccount {
	display: none;
}

body.webshop-checkout header {
	justify-content: center;
}

body.webshop-checkout article {
	min-height: 1000px;
}

.checkoutLogos {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

body.webshop-checkout .checkoutLogos {
	display: block;
}

body.webshop-checkout .trustpilot {
	width: 240px;
	left: 0;
}

body.webshop-checkout .emaerket {
	width: 55px;
	right: 0;
}

#checkout-container #column-data,
#checkout-container #column-shipping-payment,
#checkout-container #column-order-summary {
	width: 800px;
	max-width: 100%;
	margin: 0 auto 40px;
	float: none;
	border: none;
	min-height: 10px;
	padding: 30px;
	box-shadow: 0 0 50px rgba(0, 0, 0, .1);
	position: relative;
}

#checkout-container #column-data:after,
#checkout-container #column-shipping-payment:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid rgba(255, 255, 255, 1.00);
	position: absolute;
	top: 100%;
	left: 30px;
	z-index: 20;
}

#checkout-container h3,
#checkout-container h2 {
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 15px;
	padding: 0;
}

#checkout-container #column-data #customer-data input,
#checkout-container #column-data #customer-data select,
#checkout-container textarea {
	margin: 0;
}

/*
#checkout-container #column-data #customer-data input:not([type="button"]):not([type="button"]):not([type="checkbox"]), #checkout-container textarea {
	padding: 10px 15px 0;
}
*/
#customer-data label {
	display: block;
	position: relative;
	margin: 0 0 10px;
}

#checkout-container small.smallPlaceholder {
	color: rgba(129, 129, 129, 1.00);
	transition: all 0.2s ease-in-out;
}

/*
#checkout-container input:focus + small, #checkout-container textarea:focus + small, #checkout-container input.notEmpty + small, #checkout-container textarea.notEmpty + small {
	top: 3px;
	left: 15px;
	color: rgba(138,138,138,1.00);
	transform: none;
	font-size: 9px;
}
*/
#checkout-container .salesdiscountcode-label {
	flex: none;
	width: 100%;
}

#checkout-container .salesdiscountcode-container {
	display: inline-block;
	width: 70%;
	float: none;
}

#checkout-container .salesdiscountcode-button-container {
	display: inline-block;
	float: none;
	width: 28%;
	margin: 0 0 0 2%;
}

#checkout-container #column-data #customer-data input.checkout-salesdiscount-code-button {
	float: none;
	width: 100%;
	cursor: pointer;
	height: 34px;
	padding: 0;
	font-size: 12px;
}

#customer-data fieldset {
	display: block;
	margin: 0 -1%;
}

#customer-data fieldset>label {
	width: 48%;
	margin: 0 1% 2%;
	display: inline-block;
	vertical-align: top;
}

#customer-data fieldset>label[for="res5"],
#customer-data fieldset>label[for="checkout_note"],
#customer-data fieldset>label[for="checkout_customer_email"],
#customer-data fieldset>label[for="res2"] {
	width: 98%;
}

#checkout-container .checkout-row.altdev {
	width: 98%;
	margin: 0 1%;
	display: flex;
	align-items: center;
	padding: 15px;
	border: solid 1px rgba(241, 241, 241, 1.00);
	background-color: rgba(248, 248, 248, 1.00);
}

#checkout-container .checkout-row.altdev>* {
	flex: auto;
}

#checkout-container .checkout-row.altdev>.div-checkout-checkbox {
	flex: none;
	width: 30px;
}

#checkout-container div#customer-alternative-delivery {
	border: none;
}

#checkout-container #column-data #customer-data .checkout-row.altdev>.div-checkout-checkbox input {
	margin: 0 0 0;
}

#checkout-container .checkout-row.altdev .opcHeader {
	font-weight: bold;
}

#checkout-container .checkout-row.altdev .opcHeader br {
	display: none;
}

#checkout-container #column-data #customer-data .checkout-row.altdev label {
	margin: 0;
}

#payment-methods {
	margin: 0 0 30px;
}

#checkout-container .checkout-payment-table,
#checkout-container .checkout-shipping-table {
	width: 100%;
}

#shipping-methods div:empty {
	display: none;
}

#checkout-container #column-shipping-payment label[for*="checkout-"] {
	border: 1px solid #dfdfdf;
	padding: 10px;
	cursor: pointer;
	border-radius: 3px;
}

#checkout-container #column-shipping-payment label[for*="checkout-"]:hover {
	background-color: rgba(238, 238, 238, .50);
}

#checkout-container .checkout-payment-radio-cell,
#checkout-container .checkout-shipping-radio-cell {
	width: 20px;
}

#checkout-container #column-shipping-payment input[type=radio] {
	margin: 0;
}

.checkout-payment-method-image,
.checkout-shipping-method-image {
	float: right;
}

.checkout-payment-method-image img,
.checkout-shipping-method-image img {
	margin: 0;
	display: block;
	width: 120px;
}

#column-shipping-payment .shipping-message,
#column-shipping-payment .payment-message {
	font-size: 11px;
	color: rgba(114, 114, 114, 1.00);
}

.checkout-order-confirm-headline {
	display: none;
}

#confirm-accepterms,
#mailchimp-subscribe-box,
#acceptLoyaltyCreationContainer,
#subscription-maillist {
	border: 1px solid #dfdfdf;
	padding: 10px 15px;
	cursor: pointer;
	border-radius: 3px;
	float: none;
	margin: 20px 0;
}

#mailchimp-subscribe-box small {
	display: block;
}

#confirm-accepterms input,
#mailchimp-subscribe-box input,
#subscription-maillist input {
	margin: 0 8px 0 0;
	display: inline-block;
	vertical-align: middle;
}

#confirm-accepterms span,
#mailchimp-subscribe-box label,
#subscription-maillist label {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 30px);
}

#confirm-complete-button {
	float: none;
	width: 100%;
}

div.checkout-customerdata-text-validationmessage {
	font-size: 10px;
	margin: 2px 0 0;
}



/*! nouislider - 12.1.0 - 10/25/2018 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
	direction: ltr;
}

.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
	overflow: hidden;
	z-index: 0;
}

.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
	left: auto;
	right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
	width: 0;
}

.noUi-horizontal .noUi-origin {
	height: 0;
}

.noUi-handle {
	position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 4px;
}

.noUi-horizontal .noUi-handle {
	width: 30px;
	height: 24px;
	left: -17px;
	top: -11px;
}

.noUi-vertical {
	width: 18px;
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
	right: -29px;
	left: auto;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle.noUi-handle-upper {
	right: 0;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
	background: rgba(178, 178, 178, .30);
	border-radius: 0px;
	margin: 20px 0 15px;
	/*border: 1px solid #D3D3D3;
  /*box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;*/
}

.noUi-connects {
	/*border-radius: 3px;*/
}

.noUi-connect {
	background: rgba(0, 0, 0, 1.00);
}

/* Handles and cursors;
 */
.noUi-draggable {
	cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}

.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 10px;
	width: 1px;
	background: #E8E7E6;
	left: 12px;
	top: 6px;
}

.noUi-handle:after {
	left: 15px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}

.noUi-vertical .noUi-handle:after {
	top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
	background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
	cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-pips {
	position: absolute;
	color: #999;
}

/* Values;
 *
 */
.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center;
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
	position: absolute;
	background: #CCC;
}

.noUi-marker-sub {
	background: #AAA;
}

.noUi-marker-large {
	background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}

.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}

.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%, 0);
	padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border-radius: 3px;
	background: rgba(0, 0, 0, 1.00);
	color: rgba(255, 255, 255, 1.00);
	;
	padding: 2px 4px;
	text-align: center;
	white-space: nowrap;
	font-size: 60%;
}

.noUi-tooltip:after {
	content: "";
	width: 0px;
	height: 0px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(0, 0, 0, 1.00);
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%;
}


ul.productsContainer {
	margin: 0 -1%;
	padding: 0;
	font-size: 0;
}

ul.productsContainer>li {
	display: inline-block;
	width: 23%;
	background-color: #FFF;
	border: 1px solid #eee;
	margin: 0 1% 10px;
	text-align: center;
	list-style-type: none;
	font-size: 11px;
	padding: 10px;
	position: relative;
}

li.productContainer.disabled {
	opacity: 0.5;
}

li.productContainer.disabled:before {
	background-color: #ea2739;
	border-radius: 2px;
	padding: 3px 6px;
	color: #FFF;
	content: "UDSOLGT";
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-block;
}

li.productContainer.disabled .product_quantity {
	display: none;
}

.productInfo {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.productInfo img {
	width: 80px;
	max-width: 100%;
	flex: none;
}

.productInfo p {
	flex: auto;
}

.productInfo.moving p {
	display: none;
}

.product_quantity {
	width: 35px;
	height: 35px;
	text-align: center;
	background-color: #4a9a3b;
	border-bottom: 2px solid #3B862D;
	color: #FFF;
	border-radius: 50%;
	font-size: 23px;
	font-weight: bold;
	padding: 2px 0 0 0;
	text-shadow: 1px 1px rgb(0, 0, 0, 0.7);
	position: absolute;
	top: -5px;
	left: -5px;
}

.productContainer {
	cursor: pointer;
}

#bundle_container {
	border-radius: 3px;
	border: 1px solid #eee;
}

#bundle_container h3 {
	font-size: 16px;
	margin: 0;
	padding: 10px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #343434;
	color: #FFF;
}

#bundle_product_container {
	margin: 0 -1%;
	padding: 20px;
	list-style-type: none;
	font-size: 0;
}

#bundle_product_container>li {
	margin: 0 1%;
	display: inline-block;
	vertical-align: top;
	width: 18%;
	font-size: 10px;
	text-align: center;
	position: relative;
}

.removeProduct {
	width: 18px;
	height: 18px;
	color: #FFF;
	padding: 2px 0 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(173, 0, 2, 1.00);
	cursor: pointer;
	position: absolute;
	z-index: 10;
	top: -4px;
	left: -4px;
}

strong#saving {
	background-color: #faf9eb;
	padding: 10px 20px;
	border-radius: 3px;
	margin: 20px 0 20px 0;
	font-size: 16px;
	display: block;
	border: 1px solid #f1efde;
	position: relative;
}

strong#saving:before {
	content: "DIN RABAT";
	background-color: #f1efde;
	top: 0;
	right: 0;
	height: 100%;
	font-weight: bold;
	padding: 10px 20px;
	display: inline-block;
	position: absolute;
	border-left: 7px solid #dfdfd0;
}


body.webshop-productlist .specialMessage {
	background-color: #000;
	padding: 10px;
	border-radius: 3px;
	font-size: 25px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 300;
	color: #FFF;
}

body.webshop-productinfo .specialMessage {
	background-color: #000;
	padding: 10px;
	border-radius: 3px;
	font-size: 15px;
	text-align: center;
	margin-bottom: 30px;
	color: #FFF;
}

.specialMessage a {
	display: inline-block;
	padding: 2px 5px;
	text-decoration: none;
	background-color: #000;
	color: #FFF;
	border-radius: 2px;
	margin: 0 0 0 7px;
}



/* FILTER */
.webshop-productlist article {
	display: flex;
}

.webshop-productlist article #ProductFilter-Container+#Content_Productlist {
	width: 78%;
	flex: none;
}

#ProductFilter-Container {
	flex: none;
	border: #ccc 1px dashed;
	border-bottom: none;
	width: 18%;
	margin: 0 4% 0 0;
	align-self: flex-start;
}

div.product-filter-clear-all {
	padding: 10px 20px 0;
}

div.product-filter-clear-all-top-right,
div.product-filter-clear-all-bottom-right {
	text-align: left;
	font-size: 90%;
}

.product-filter-headertext-container {
	display: none;
}

.product-filter-column-container-10 {
	display: flex;
	flex-direction: column;
}

.product-filter-column {
	padding: 0;
	width: 100% !important;
	flex: auto;
}

.product-filter-container {
	border: none;
	border-bottom: dashed 1px #ccc;
	position: relative;
	padding: 25px 20px;
}

.product-filter-header-container {
	line-height: normal;
	min-width: inherit;
	padding: 0;
	background-color: transparent;
	margin: 0;
	position: relative;
	border: none;
	float: none;
	cursor: pointer;
}

.product-filter-header-text {
	float: none;
	font-weight: bold;
	font-size: 110%;
	padding-right: 30px;
}

.product-filter-body-container {
	padding: 0;
	margin: 10px 0 0;
}

.product-filter-header-container.product-filter-header-container-price+.product-filter-body-container {
	margin-top: 40px;
}

.product-filter-checkbox-container {
	margin: 0 0 10px;
	padding: 0;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.product-filter-checkbox-container.disabled {
	opacity: .3;
}

.product-filter-checkbox-container input {
	flex: none;
	border: solid 1px rgba(169, 169, 169, 1.00);
	margin: 0 10px 0 0;
	position: relative;
	float: none;
	width: 17px;
	height: 17px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	border-radius: 3px;
}

.product-filter-checkbox-container input:checked {
	background-color: rgba(249, 83, 134, 1);
	border-color: rgba(249, 83, 134, 1);
}

.product-filter-checkbox-label {
	flex: auto;
	line-height: normal;
	cursor: pointer;
	float: none;
}

.product-filter-count-container {
	float: none;
	flex: none;
}

.btnFilter {
	outline: none;
	cursor: pointer;
	position: relative;
	display: none;
}

.btnFilter>* {
	display: inline-block;
	vertical-align: middle;
}

.btnFilter img {
	margin: 0 8px 0 0;
	width: 13px;
}

.btnFilter .count {
	position: absolute;
	left: -23px;
	top: -14px;
	width: 20px;
	height: 20px;
	background-color: rgba(249, 83, 134, 1);
	border-radius: 50%;
	text-align: center;
	padding: 4px 0 0;
	font-family: 'Arial';
	line-height: 1;
	font-size: 12px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1.00);
}

.priceRangeInfo {
	display: flex;
}

.priceRangeInfo>span {
	flex: auto;
	font-size: 70%;
}

.priceRangeInfo>span:last-child {
	text-align: right;
}

.value-slider-wrapper-input {
	display: none;
}


/* CONTACT INFO */
.contact-info {
	display: flex;
	margin: 50px 0;
}

.contact-info>div {
	flex: none;
	line-height: 1.6;
	/* display: flex;
	justify-content: center;
	flex-direction: column; */
}

.contact-info>div:nth-child(1) {
	width: 15%;
	margin-right: 3%;
}

.contact-info>div:nth-child(2) {
	width: 44%;
	margin-right: 3%;
	padding-right: 50px;
}

.contact-info>div:nth-child(3) {
	width: 35%;
	padding: 30px;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	font-size: 14px;
}

.contact-info>div>img {
	width: 100%;
	display: block;
	border-radius: 50%;
}

/* CONTACT OPTIONS */
.contact-options {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -1%;
}

.contact-options>h4 {
	width: 100%;
	margin: 0 1% 10px 1%;
}

.contact-options>div {
	width: 48%;
	margin: 0 1%;
}

.contact-options>div>small {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}

.contact-options>div>span {
	font-size: 20px;
	font-weight: bold;
}

.contact-options>div>i {
	display: block;
	font-size: 12px;
}

/* CONDITIONS */
.conditions {
	display: flex;
}

.conditions>.menu {
	width: 320px;
	padding-right: 30px;
	margin-right: 50px;
	border-right: 1px solid rgba(0, 0, 0, .15);
	flex: none;
}

.conditions>.menu>ul.sticky {
	position: fixed;
	width: 290px;
	top: 70px;
}

.conditions>.menu>ul.sticky-end {
	position: absolute;
	width: 290px;
	bottom: 20px;
}

.conditions>.menu>ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.conditions>.menu>ul>li>a {
	text-decoration: none;
	padding: 10px 0;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.conditions>.content {
	width: 100%;
	flex: auto;
	line-height: 1.6;
}

.conditions>.content .condition-title {
	font-size: 24px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 0;
	display: block;
}


/* GRID */
.grid {
	display: flex;
	margin: 0 -1%;
}

.grid>div {
	width: 48%;
	margin: 0 1%;
	line-height: 1.6;
}

.grid>div h2 {
	font-size: 24px;
	font-weight: bold;
}

/* GRIDLIST */
.grid-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1% -2% -1%;
	padding: 0;
	list-style: none;
}

.grid-list>li {
	width: 23%;
	margin: 0 1% 2% 1%;
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
}

.grid-list>li>a {
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}

/* FP Slider */
.fpSlider {
	width: 100%;
	aspect-ratio: 1470 / 500;
	overflow: hidden;
}

.fpSlider img {
	width: 100%;
	height: auto;
	display: block;
}

.fpSlider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	cursor: pointer;
}

.fpSlider .slick-arrow>img {
	width: auto;
	height: 16px;
}

.fpSlider .slick-prev {
	left: 20px;
}

.fpSlider .slick-next {
	right: 20px;
}

/* cls */
.fpSlider:not(.slick-initialized)>a {
	display: none;
}

.fpSlider:not(.slick-initialized)>a:first-child {
	display: block;
}

.helloretailplaceholder:empty {
	min-height: 459px;
	background-color: rgba(237, 237, 237, .5);
	align-items: center;
	justify-content: center;
	background-image: url("/images/skins/Bewise/images/loader.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 40px auto;
}

.spacebottom {
	margin-bottom: 30px;
}


div#CookiePolicy,
div#CookiePolicy.fixed-bottom {
	background-color: rgba(0, 0, 0, .80);
	left: 0;
	top: 0;
	bottom: auto;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999999;
	position: fixed;
	margin: 0;
	border-radius: 0;
	right: auto;
}

div#CookiePolicy div.CookiePolicyCenterText {
	background-color: rgba(255, 255, 255, 1.00);
	flex: none;
	width: 700px;
	max-width: 90%;
	max-height: 90%;
	box-shadow: 0 0 40px rgba(0, 0, 0, .7);
	border-radius: 10px;
	color: rgba(0, 0, 0, 1.00);
	margin: 0;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: auto;
}

div#CookiePolicy h1,
div#CookiePolicy h2,
div#CookiePolicy h3,
div#CookiePolicy h4,
div#CookiePolicy h5 {
	color: rgba(0, 0, 0, 1.00);
}

div.CookiePolicyText {
	padding: 0;
	display: flex;
	flex-direction: column;
	min-height: 200px;
	max-height: none;
	overflow: visible;
}

div.CookiePolicyText a {
	text-decoration: underline;
}

div.CookiePolicyText>h2,
div.CookiePolicyText>p {
	background-color: #f6f6f6;
	font-weight: normal;
	color: rgba(84, 84, 84, 1.00);
}

div.CookiePolicyText>img {
	width: 300px;
	max-width: 50%;
	margin: 20px 40px;
}

div.CookiePolicyText>h2 {
	padding: 30px 40px 15px;
	margin: 0;
	font-size: 25px;
	font-weight: normal;
}

div.CookiePolicyText>p {
	padding: 0 40px 30px;
	margin: 0;
}

div.cookie-details-button-container {
	display: flex;
	justify-content: flex-end;
	padding: 20px 40px 20px;
}

div.CookiePolicyText>* {
	order: 1;
}

div.cookie-policy-accept-buttons-container {
	order: 2;
	margin: 0;
	padding: 30px 40px;
	display: flex;
	justify-content: center;
}

div.cookie-policy-accept-buttons-container>input,
div.cookie-policy-accept-buttons-container>a {
	flex: auto;
	margin: 0;
	border-radius: 5px;
	padding: 20px 15px;
	font-weight: normal;
	-webkit-box-shadow: inset 0px -4px 0px -2px rgba(0, 0, 0, 0);
	-moz-box-shadow: inset 0px -4px 0px -2px rgba(0, 0, 0, 0);
	box-shadow: inset 0px -4px 0px -2px rgba(0, 0, 0, 0);
	text-align: center;
	text-decoration: none;
}

div.cookie-policy-accept-buttons-container>input[type="button"].cookie-policy-accept,
div.cookie-policy-accept-buttons-container>a {
	background-color: #f6f6f6 !important;
	border: solid 1px #d4d4d4;
	color: rgba(0, 0, 0, 1.00);
}

div.cookie-policy-accept-buttons-container>input:not(:last-of-type),
div.cookie-policy-accept-buttons-container>a {
	margin-right: 30px;
}

div.cookie-policy-details-link-container {
	order: 3;
	padding: 0 0 30px;
	display: flex;
	display: none;
	justify-content: center;
}

div.cookie-policy-details-link-container>a {
	flex: none;
}

div.cookie-policy-details-container {
	order: 5;
	display: none;
}

div.cookie-policy-details-container div.rtable-cell {
	font-size: 65%;
}

div.cookie-policy-consents-container {
	order: 4;
	display: none;
	border-top: solid 1px #d4d4d4;
	background-color: #f6f6f6;
	margin: 0;
}

div.cookie-policy-consents-container.active {
	display: flex;
}

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);
}

.CookiePolicyCenterText .CookieConsent_Terms {
	padding: 0 40px 30px;
}


.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;
}

[data-offerstart] {
	margin: 0 0 15px;
	font-size: 80%;
	color: rgba(146, 146, 146, 1.00);
}

.product [data-offerstart] {
	margin-top: 5px;
	font-weight: normal;
}

.productcard [data-offerstart] {
	margin: 5px 0 20px;
}

.tags {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.tags .tag {
	padding: 5px 12px 12px;
	color: rgba(255, 255, 255, 1.00);
	background-color: #6a9344;
	clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 7px), 25px calc(100% - 7px), 13px 100%, 16px calc(100% - 7px), 0% calc(100% - 7px));
}

.productcard .tags .tag {
	font-size: 20px;
	padding: 4px 9px 13px;
}

.product .tags .tag {
	font-size: 12px;
	padding: 4px 7px 12px;
}

.klarnamessage {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iI2FhMWQxZSI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMTIgOXYzLjc1bS05LjMwMyAzLjM3NmMtLjg2NiAxLjUuMjE3IDMuMzc0IDEuOTQ4IDMuMzc0aDE0LjcxYzEuNzMgMCAyLjgxMy0xLjg3NCAxLjk0OC0zLjM3NEwxMy45NDkgMy4zNzhjLS44NjYtMS41LTMuMDMyLTEuNS0zLjg5OCAwTDIuNjk3IDE2LjEyNlpNMTIgMTUuNzVoLjAwN3YuMDA4SDEydi0uMDA4WiIgLz4KPC9zdmc+");
	background-position: -2px 0;
	background-repeat: no-repeat;
	background-size: 33px auto;
	padding: 0 20px 0 37px;
	display: flex;
	flex-direction: column;
	margin: 5px 0 0;
	color: rgba(0, 0, 0, 1.00);
}

div.fancybox__slide.has-ajax>* {
	width: 900px;
	max-width: 90vw;
}


.minibasketcontainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateX(200%);
	background-color: rgba(0, 0, 0, .0);
	transition: background .5s ease;
	z-index: 999999999;
	color: rgba(0, 0, 0, 1.00);
}

.minibasketcontainer.active {
	transform: translateX(0);
	background-color: rgba(0, 0, 0, .5);
}

.minibasket {
	position: absolute;
	height: 100%;
	display: flex;
	flex-direction: column;
	top: 0;
	right: 0;
	transform: translateX(110%);
	background-color: rgba(255, 255, 255, 1.00);
	width: 500px;
	max-width: calc(100vw - 260px);
	transition: all .5s ease;
}

.minibasketcontainer.active .minibasket {
	transform: translateX(0);
}

.minibasket>*:not(.linescontainer) {
	padding-left: 40px;
	padding-right: 40px;
}

.minibasket>.header {
	font-size: 25px;
	padding-top: 30px;
	padding-bottom: 10px;
	display: flex;
	align-items: flex-end;
}

.minibasket .linescontainer {
	position: absolute;
	right: 100%;
	top: 0;
	height: 100%;
	background-color: #f9f9f9;
	display: flex;
	flex-direction: column;
	width: 260px;
	box-shadow: -40px 0 40px rgba(0, 0, 0, .2);
}

.minibasket .linescontainer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 10px;
	height: 100%;
	box-shadow: -10px 0 8px 0 rgb(0 0 0 / 3%);
}

.minibasket .linesheader {
	font-size: 15px;
	justify-content: center;
	padding: 40px 30px 27px;
	flex: none;
	display: flex;
	align-items: flex-end;
	position: relative;
}

.basketclosebutton {
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Arial';
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	background-color: #000;
	color: #FFF;
	padding: 8px 10px;
}

.minibasket .lines {
	flex: auto;
	padding: 0 30px;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: auto;
}

.minibasket .line {
	display: flex;
	flex-direction: column;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 15px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	margin-bottom: 20px;
	position: relative;
}

.minibasket .line>* {
	flex: none;
}

.minibasket .line .name {
	text-decoration: none;
}

.minibasket .line .deletebutton {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 25;
	display: flex;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 1.00);
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
	cursor: pointer;
	user-select: none;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1;
	font-size: 13px;
}

.minibasket .line .deletebutton img {
	display: block;
	width: 55%;
	height: auto;
	margin: 0;
	cursor: pointer;
}

.minibasket .line>.image {
	position: relative;
	margin-bottom: 10px;
}

.minibasket .line>.image img {
	display: block;
	width: 100%;
	height: auto;
}

.minibasket .line>a.name {
	text-decoration: none;
	color: rgba(0, 0, 0, 1.00);
	font-weight: bold;
}

.minibasket .lineinfo .price {}

.minibasket .lineinfo .price>strike {
	color: rgba(101, 101, 101, 1.00);
	padding-right: 5px;
}

.minibasket .line .variantinfo {
	font-size: 11px;
	color: rgba(128, 128, 128, 1.00);
	line-height: normal;
	padding-bottom: 5px;
}

.minibasket .line>.price {
	display: flex;
	flex-direction: column;
	line-height: normal;
	font-weight: bold;
}

.minibasket .line .price small,
.minibasket .line>small {
	font-weight: normal;
	display: block;
}

.minibasket .line .incdec {
	margin: 7px 0 10px;
}

.minibasket .line .giftwrap label {
	display: flex;
	align-items: center;
	margin: 0 0 7px;
	cursor: pointer;
}

.minibasket .line .giftwrap label input {
	flex: none;
	margin: 0 7px 0 0;
}

.minibasket .shippingline,
.minibasket .total,
.minibasket .wrappingline {
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

.minibasket .total > div {
		text-align: right;
	}
	.minibasket .total .totalmessage {
		font-weight: normal;
		font-size: 12px;
	}

.minibasket .wrappingline.hidden {
	display: none;
}

.minibasket .shippingline,
.minibasket .wrappingline {
	border-bottom: solid 1px #f0f0f0;
}

.minibasket .discountcode {
	border: none;
	border-bottom: solid 1px #f0f0f0;
}

.minibasket .discountcode>input[type="text"] {
	padding-left: 0;
}

.minibasket .discountcode>input[type="text"].active {
	background-position: 0 50%;
}

.minibasket .discountcode>button:disabled {
	cursor: progress;
}

.minibasket .discountcode>button.active {
	background-color: #9e6a5a;
}

.minibasket .pointsinfo {
	border-left: none;
	border-right: none;
}

.minibasket .giftwraptotal {
	font-weight: bold;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	margin: 0 0 -15px;
}

.minibasket .total {
	font-weight: bold;
	font-size: 15px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.minibasket .sparxpress {
	margin-bottom: 20px;
}

.minibasket .bottom {
	padding-bottom: 40px;
}

.minibasket .bottom .payments {
	margin: 0 auto 20px;
	display: block;
	width: 100%;
	max-width: 320px;
	height: auto;
}

.minibasket .bottom .buttons {
	display: flex;
	gap: 15px;
	margin: 0 0 20px;
}

.minibasket [id*="emaerket-widget-"] {
	margin: 0 0 20px;
	display: flex;
	justify-content: center;
}

.minibasket .bottom .buttons>* {
	flex: auto;
}

.minibasket .bottom .buttons>.button.continue {
	background-color: rgba(0, 0, 0, 1.00);
}

/*
.minibasket .bottom > a:first-of-type {
	margin-bottom: 20px;
	background-color: #6B6B6B;
}

.minibasket .bottom > a:last-of-type:not(:hover) {
	animation: buttonColorChange 5s infinite;
}
*/
.minibasket .pointsinfo:not(.active) {
	display: none;
}

.minibasket span.clerk {
	padding-top: 15px;
	padding-bottom: 15px;
	border: solid 1px #f0f0f0;
	border-right: none;
	border-left: none;
}

.minibasketheader {
	font-weight: bold;
	margin: 0 0 8px;
	font-size: 15px;
}

.minibasket .incdec {
	display: flex;
}

.minibasket .incdec a {
	ursor: pointer;
	width: 30px;
	height: 30px;
	display: flex;
	font-family: 'Arial';
	line-height: 1;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	text-decoration: none;
	border: solid 1px rgba(237, 237, 237, 1.00);
}

.minibasket .incdec span {
	display: flex;
	padding: 0 10px;
	align-items: center;
}

.minibasket 
.minibasket .bulletpoints {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	justify-content: space-between;
	font-size: 12px;
	margin: 30px 0;
}

.minibasket .bulletpoints .bullet {
	align-items: flex-start;
	display: flex;
	justify-content: flex-start;
}
.minibasket .bulletpoints .bullet svg {
    margin: 0 5px 0 0;
    /* color: rgb(0, 182, 122); */
    color: #596e5d;
    width: 22px;
    height: 22px;
    flex: none;
}

.yesoffertitle {
    margin: 0 0 10px;
    font-weight: 700
}

.yesofferproducts {
    overflow: hidden;
    gap: 10px;
    display: flex;
    flex-direction: column
}

.yesofferproducts >.yesitem {
    padding: 10px;
    border: 2px solid #455852;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #fff;
    line-height: normal
}

.yesofferproducts >.yesitem:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    background-color: #f0f8ee;
    border: 2px solid #dcebd9;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    transition: all .5s ease;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iZ3JlZW4iPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE5LjkxNiA0LjYyNmEuNzUuNzUgMCAwIDEgLjIwOCAxLjA0bC05IDEzLjVhLjc1Ljc1IDAgMCAxLTEuMTU0LjExNGwtNi02YS43NS43NSAwIDAgMSAxLjA2LTEuMDZsNS4zNTMgNS4zNTMgOC40OTMtMTIuNzRhLjc1Ljc1IDAgMCAxIDEuMDQtLjIwN1oiIGNsaXAtcnVsZT0iZXZlbm9kZCIgLz4KPC9zdmc+);
    background-size: 30px auto;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.yesofferproducts >.yesitem.yesitemadded:before {
    opacity: 1
}

.yesofferproducts >.yesitem .image {
    flex: none;
    width: 70px
}

.yesofferproducts >.yesitem .image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1
}

.yesofferproducts >.yesitem .info {
    padding: 0 20px;
    flex: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.yesofferproducts >.yesitem .info .name {
    margin: 0 0 5px
}

.yesofferproducts >.yesitem .info .inforow {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start
}

.yesofferproducts >.yesitem .info .priceinfo {
    display: flex;
    gap: 5px;
    align-items: center
}

.yesofferproducts > .yesitem .info .priceinfo>.unitprice {
    font-weight: 700
}

.yesofferproducts > .yesitem .info .priceinfo>del {
    color: #6b7280;
    font-weight: 400
}

.yesofferproducts > .yesitem .info .stockinfo {
    margin: 0
}

.yesofferproducts > .yesitem .button {
    flex: none;
    font-size: 12px;
    padding: 8px 15px;
}
.yesofferproducts .yesitem .button {
	background-color: #000;
	color: #FFF;
	border-radius: 4px;
	display: inline-flex;
    min-height: 35px;
	letter-spacing: 1px;
	line-height: normal;
	align-items: center;
	text-transform: uppercase;
	justify-content: center;
	cursor: pointer;
	user-select: none;
}

[data-yesoffers]:not(:empty)+.minibasketpayment {
    padding-top: 30px
}

.shippingcountdown:empty {
	aspect-ratio: 760/38;
}
.shippingcountdown .text {
	margin: 0 0 5px;
	padding: 0 65px 0 0;
	line-height: normal;
	text-transform: uppercase;
}
.shippingcountdown .text i {
	font-style: normal;
	color: #c1a671;
}
.shippingcountdown .bar {
	border-radius: 3px;
	height: 10px;
	padding: 1px;
	border: solid 1px #9cb5b9;
	background-color: rgba(255, 255, 255, 1.00);
	display: flex;
	position: relative;
}
.shippingcountdown .bar span {
	flex: none;
	background-color: #9cb5b9;
	border-radius: 20px;
	width: 0;
}
.shippingcountdown .bar small {
	border-radius: 3px;
	padding: 3px 5px;
	font-size: 11px;
	background-color: #000;
	color: rgba(255, 255, 255, 1.00);
	position: absolute;
	right: 0;
	bottom: calc(100% + 5px);
}
.shippingcountdown .bar small:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.shippingcountdown.redeemed {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.shippingcountdown.redeemed svg {
	width: 20px;
	margin-right: 10px;
}
.shippingcountdown.redeemed {
    background-color: #699345;
    padding: 10px 15px;
    justify-content: center;
    color: rgba(255,255,255,1.00);
    
}
.minibasket .shippingcountdown {
	margin-bottom: 10px;
}
.productcard .shippingcountdown {
    margin-top: 25px;
}

.bring-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	background-color: #7bc244;
	color: #fff;
	border-radius: 4px;
	padding: 8px 15px;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
	user-select: none;
	margin: 7px 0 0;
	font-weight: bold;
}
.bring-button svg {
	width: 18px;
	height: auto;
}

/* RESPONSIVE */
@media (min-width: 901px) {
	/*
	.outerHeader.stuck {
		position:fixed;
		top:0;
		z-index: 500;
        margin: 0 auto;
        width: 100%;
	}
    */


	/*
	.webshop-frontpage .usp {
		opacity: 1;
		padding: 0;
		margin: 80px auto;
	}
	.webshop-frontpage .usp strong, .webshop-frontpage .usp p {
		display: block;
	}
	.webshop-frontpage .usp img, .webshop-frontpage .usp .slick-slide img {
		height: 40px;
		margin: 0 0 20px;
	}
	*/

	.headerBox:hover {}

	/*
	.basket:hover .miniBasket.active {
		display: block;
	}

	.basket .miniBasket.hover {
		display: block;
	}
	*/

	li:hover .product .image {
		opacity: .8;
	}


}

@media (max-width: 1000px) {
	.usp:not(.slick-initialized)>div:nth-of-type(1n+4) {
		display: none;
	}
}

@media (max-width: 800px) {
	.usp:not(.slick-initialized)>div:nth-of-type(1n+2) {
		display: none;
	}

	.Frontpage_Custom_UL:not(.slick-initialized)>li:nth-child(1n+3) {
		display: none;
	}
}

@media (max-width: 900px) {

	.bring-button {
		padding: 8px 12px;
		font-size: 12px;
	}
	.minibasket {
		width: 100%;
		max-width: 100%;
	}

	.minibasket>* {
		flex: none;
	}

	.minibasket>*:not(.linescontainer) {
		padding-left: 20px;
		padding-right: 20px;
	}

	.minibasket .shippingcountdown.redeemed {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.shippingcountdown.redeemed svg {
		width: 16px;
	}

	.minibasket>.header {
		font-size: 20px;
		padding-top: 20px;
	}

	.minibasket .bottom {
		padding-bottom: 20px;
	}

	.minibasket .bottom .buttons>a {
		padding: 9px 12px;
		font-size: 13px;
	}

	.minibasket .bottom>a:first-child {
		margin-bottom: 10px;
	}

	.minibasket .linescontainer {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		flex: auto;
		-webkit-overflow-scrolling: touch;
		overflow-x: hidden;
		overflow-y: auto;
		box-shadow: none;
	}

	.minibasket .lines {
		padding: 20px 20px;
	}

	.minibasket .line {
		flex-direction: row;
		align-items: flex-start
	}

	.minibasket .line>.image {
		width: 20%;
		margin: 0;
	}

	.minibasket .line>.lineinfo {
		flex: auto;
		padding: 0 0 0 10px;
	}

	.minibasket .total {
		padding-top: 10px;
		padding-bottom: 10px;
		align-items: flex-start;
	}
		

	.minibasket .basket-usp,
	.minibasket .trustpilot-widget,
	.minibasket .pointsinfo {
		display: none;
	}

	.minibasket .linesheader {
		flex-direction: row-reverse;
		justify-content: space-between;
		padding: 10px 20px;
		display: none;
	}

	.minibasket .bottom .payments {
		display: none;
	}

	.basketclosebutton {
		position: relative;
		left: auto;
		top: auto;
	}

	.minibasket .shippingcountdown {
        padding-top: 10px;
		margin-bottom: 0;
    }
	
    .minibasket .shippingcountdown .text {
        font-size: 11px;
        text-transform: none;
    }
	.minibasket .bottom .buttons,
	.minibasket [id*="emaerket-widget-"] {
		margin-bottom: 10px;
	}


	.yesoffertitle {
        margin: 0 0 5px;
    }
    .minibasket .yesoffertitle {
        margin: 10px 0 5px;
    }
    .yesofferproducts {
        gap: 8px;
    }
    .yesofferproducts>.yesitem .image {
        width: 50px
    }
    .yesofferproducts>.yesitem .info .name {
        margin: 0;
    }

    .yesofferproducts .yesitem .button {
        font-size: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iI2ZmZiI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMTUuNzUgMTAuNVY2YTMuNzUgMy43NSAwIDEgMC03LjUgMHY0LjVtMTEuMzU2LTEuOTkzIDEuMjYzIDEyYy4wNy42NjUtLjQ1IDEuMjQzLTEuMTE5IDEuMjQzSDQuMjVhMS4xMjUgMS4xMjUgMCAwIDEtMS4xMi0xLjI0M2wxLjI2NC0xMkExLjEyNSAxLjEyNSAwIDAgMSA1LjUxMyA3LjVoMTIuOTc0Yy41NzYgMCAxLjA1OS40MzUgMS4xMTkgMS4wMDdaTTguNjI1IDEwLjVhLjM3NS4zNzUgMCAxIDEtLjc1IDAgLjM3NS4zNzUgMCAwIDEgLjc1IDBabTcuNSAwYS4zNzUuMzc1IDAgMSAxLS43NSAwIC4zNzUuMzc1IDAgMCAxIC43NSAwWiIgLz4KPC9zdmc+);
        background-size: auto 45%;
        background-repeat: no-repeat;
        background-position: 50% 44%
    }

    .yesofferproducts>.yesitem .info .inforow {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px
    }


	.teh-certificate img {
		width: 30px !important;
		height: 30px !important;
	}

	div.CookiePolicyText>img {
		margin: 20px 25px;
	}

	div.CookiePolicyText>h2 {
		padding: 25px 25px;
		font-size: 21px;
	}

	div.CookiePolicyText>p {
		padding: 0 25px 25px;
		font-size: 95%;
	}

	div.cookie-policy-accept-buttons-container {
		padding: 20px 25px;
		flex-direction: column-reverse;

	}

	div.cookie-details-button-container {
		padding: 20px 25px;
	}

	div.cookie-details-button-container>input {
		width: 100%;
	}

	div.cookie-policy-accept-buttons-container>*,
	div.cookie-details-button-container>* {
		font-size: 90%;
	}

	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,
	div.cookie-policy-accept-buttons-container>a {
		padding: 13px 15px;
	}

	div.cookie-policy-accept-buttons-container>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	div.cookie-policy-accept-buttons-container>a {
		margin: 15px 0 0;
	}

	div.cookie-policy-consents-container label {
		font-size: 80%;
	}

	div.cookie-policy-consents-container label div>span {
		width: 20px;
		height: 20px;
	}



	.helloretailplaceholder:empty {
		min-height: 314px;
	}

	/*
		.searchMobilePlaceholder {
			min-height: 40px;
			background-color: rgba(235,235,235,.30);
		}
    */

	.fpSlider .slick-arrow {
		width: 30px;
		height: 30px;
	}

	.fpSlider .slick-arrow>img {
		height: 12px;
	}

	.fpSlider .slick-prev {
		left: 10px;
	}

	.fpSlider .slick-next {
		right: 10px;
	}

	body.webshop-checkout .emaerket {
		width: 30px;
	}

	body.webshop-checkout .trustpilot {
		width: 110px;
	}

	.headerBox.btnTel {
		display: none;
	}

	.countdown {
		font-size: 13px;
	}

	.countdown img {
		display: none;
	}

	.countdown p {
		display: block;
		margin: 0 0 5px 0;
	}

	ul.productsContainer>li {
		width: 31.3%;
	}

	body,
	input,
	select,
	textarea,
	button {
		font-size: 13px;
	}

	header {
		border-bottom: 1px solid #eee;
	}

	.brands {
		margin: 50px 0 70px;
	}

	.awesomeProducts {
		margin: 30px 0;
	}

	.awesomeProducts .slick-list {
		margin: 0 -5px;
	}

	.awesomeProducts .slick-slide {
		margin: 0 5px;
	}

	/*
    .awesomeProducts > div:first-child, .awesomeProducts > div.frontpageProducts {
        width: 100%;
    }
    .awesomeProducts > div:first-child > span {
        font-size: 35px;
    }
    .awesomeProducts > div:first-child {
        background-color: transparent;
        color: #000;
        margin-bottom: 20px;
    }
    .awesomeProducts > div:first-child br {
        display: none;
    }
    */

	.productcard .imagecanvas {
		padding: 0;
	}

	.welcome {
		display: block;
	}

	.welcome>img {
		width: 100%;
	}

	.welcome>div {
		flex: none;
		width: 100%;
		padding: 20px;
		margin: 0;
	}

	.frontpageText {
		margin: 30px 0 0 0;
	}

	.membership>div>img {
		width: 100%;
		margin-bottom: 10px;
	}

	.membership>div>div>span {
		font-size: 30px;
	}

	.membership>div {
		padding: 0 0 20px 0;
	}

	#ProductmenuContainer_DIV,
	footer>section>.menu,
	#Search_Form {
		display: none;
	}

	.shoplogo {
		padding: 10px 0;
	}

	.shoplogo img {
		height: 30px;
	}

	.usp {
		margin: 0 auto;
	}

	.webshop-frontpage .usp .button {
		display: none;
	}

	.btnMenu {
		display: block;
	}

	.basket .miniBasket {
		display: none;
	}

	h1,
	.Heading_Productmenu,
	.Heading_Terms,
	.Heading_Profile,
	.Heading_AdvancedSearchPage,
	.Heading_ShowBasket_Master,
	#checkout-container h1.checkout-headline,
	.Heading_B2Blogin,
	.SubCatsProcuctsHeading,
	b .Heading_Customer,
	.Heading_ProductList,
	.Heading_Favorites,
	.Heading_OrderStep4,
	.Text1_FrontPage h2,
	.Text2_FrontPage h2,
	.relatedHeader,
	.alsoboughtHeader {
		font-size: 17px;
		margin: 0px 0px 15px;
	}

	h2,
	.Text1_Customer .Heading_Customer {
		font-size: 16px;
		margin: 0 0 7px;
	}

	.relatedHeader,
	.alsoboughtHeader {
		margin-top: 40px;
	}

	.headerBox {
		padding: 15px 10px;
		display: flex;
		align-items: center;
	}

	.headerBox .myPoints {
		font-size: 8px;
		bottom: 3px;
	}

	header .icon {
		height: 20px;
	}

	header label {
		display: none;
	}

	.basket .count,
	.btnFavorites .count {
		top: 5px;
		right: 5px;
		font-weight: normal;
		font-size: 10px;
		width: 15px;
		height: 15px;
		padding: 3px 0 0;
	}


	.Frontpage_Custom_UL:not(.slick-initialized)>li:nth-child(1n+4) {
		display: none;
	}


	.searchMobile {
		display: block;
		width: 100%;
		position: relative;
	}

	.searchMobile:before,
	.searchMobile .SubmitButton_SearchPage {
		width: 60px;
	}

	.searchMobile:before {
		content: "⌕";
		font-family: 'Arial';
		line-height: 1;
		font-size: 30px;
		position: absolute;
		right: 0;
		top: 50%;
		text-align: center;
		transform: translateY(calc(-50% + -2px)) scaleX(-1);
	}

	.searchMobile .SearchTitle_SearchPage,
	.searchMobile .nbsp,
	.searchMobile br {
		display: none;
	}

	.searchMobile .SearchField_SearchPage {
		color: #000;
		background-color: rgba(235, 235, 235, .30);
		padding: 0px 50px 0px 5%;
		border: none;
		font-weight: normal;
		display: block;
		height: 40px !important;
		width: 100%;
		border-radius: none;

	}

	.searchMobile .SubmitButton_SearchPage {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 5;
		opacity: 0;
		cursor: pointer;
		height: 100%;
	}


	.Text1_FrontPage,
	.Text2_FrontPage {
		margin: 0 0 20px;
	}

	div.nivo-dynamic-text {
		max-width: 90%;
		left: 5% !important;
	}

	.large div.nivo-dynamic-text {
		max-width: 60%;
		left: 20% !important;
	}

	div.nivo-dynamic-text-inner-content-left>div {
		padding: 4px 10px;
	}

	div.nivo-dynamic-text-header,
	.large div.nivo-dynamic-text-header {
		font-size: 130%;
	}

	.large div.nivo-dynamic-text-teaser {
		font-size: 80%;
	}

	.large div.nivo-dynamic-text-link {
		font-size: 80%;
	}



	form[action="/shop/customer.html"]:not([name="CustomerCenterForm"]) {
		padding: 20px;
	}

	[id*="tabB"]>span {
		padding: 6px 8px;
	}

	form[name="CustomerCenterForm"] .BackgroundColor1_Customer {
		padding: 10px;
	}

	/*
	#OrderDetailsHeading + br + table + br + table > tbody > tr > td:nth-child(3), #OrderDetailsHeading + br + table + br + table > tbody > tr > td:nth-child(4) {
		display: none;
	}
	*/

	[action="/shop/favorites.html"] .FormTB {
		padding: 20px;
	}

	body.webshop-checkout .searchMobile {
		display: none;
	}

	.ShowBasket_Custom_DIV>div {
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.ShowBasket_Custom_DIV>div>.image {
		width: 20%;
	}

	.ShowBasket_Custom_DIV>div>.description {}

	.ShowBasket_Custom_DIV>div>.description .shortDescription {
		display: none;
	}

	.ShowBasket_Custom_DIV .unittotal {
		width: auto;
		flex: auto;
	}

	.ShowBasket_Custom_DIV .amount {
		display: none
	}

	.ShowBasket_Custom_DIV .description>a~.amount {
		display: inline-flex;
		margin-top: 10px;
	}

	.ShowBasket_Custom_DIV .amount>a {
		padding: 0 15px;
		height: 40px;
	}

	.ShowBasket_Custom_DIV .amount>span {
		width: 25px;
	}

	.basketCheckout {
		float: none;
		width: 100%;
	}

	.basketCheckout .line.total {
		margin-bottom: 10px;
	}

	.basketCheckout .line.basketDiscount {
		display: block;
	}

	.basketDiscount input[type="text"] {
		width: 100%;
	}

	.basketDiscount button {
		padding: 10px 20px;
	}

	div.dd-theme-default .nivo-directionNav a {
		width: 30px;
		height: 30px;
	}

	div.dd-theme-default a.nivo-prevNav {
		left: 5%;
	}

	div.dd-theme-default a.nivo-nextNav {
		right: 5%;
	}


	.SubCats_Categories_UL {
		margin: 20px -2% 0;
	}

	.SubCats_Categories_UL>li {
		width: 46% !important;
		margin: 0 2% 4%;
	}

	.Frontpage_Custom_UL,
	.ProductList_Custom_UL,
	.Related_Custom_UL,
	.CustomersAlsoBought_Custom_UL,
	.Favorites_Custom_UL {
		margin-left: -2%;
		margin-right: -2%;
	}

	.Frontpage_Custom_UL>li,
	.ProductList_Custom_UL>li,
	.webshop-productlist .ProductList_Custom_UL>li,
	.Related_Custom_UL>li,
	.CustomersAlsoBought_Custom_UL>li,
	.Favorites_Custom_UL>li {
		width: 48%;

	}

	li .product {
		padding: 10px;
	}


	li div.Element_Overlay_Frontpage_SavingsContainer_DIV,
	li div.Element_Overlay_ProdList_SavingsContainer_DIV,
	li div.Element_Overlay_Frontpage_SavingsContainer_DIV,
	li div.Element_Overlay_ProductInfo-related-savingsContainer_DIV,
	li div.Element_Overlay_ShowBasket-related-savingsContainer_DIV,
	.productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
		padding: 3px 7px;
		top: 10px;
		left: 10px;
	}

	li div.Element_Overlay_ProdList_SavingsText_DIV,
	li div.Element_Overlay_Frontpage_SavingsText_DIV,
	li div.Element_Overlay_ProductInfo-related-savingsText_DIV,
	li div.Element_Overlay_ShowBasket-related-savingsText_DIV,
	li .product .news {
		font-size: 10px;
	}

	li .product .news {
		top: 10px;
		right: 10px;
	}

	li .product a[href*="AddFavorite"] {
		width: 15px;
		margin: 0 0 0 10px;
	}

	.productlistTools {
		margin: 15px 0;
		padding: 10px 20px;
	}


	/* PRODUCTCARD */

	

	.productcard .images,
	.productcard .info {
		float: none;
		width: 100%;
	}

	.amountWrapper input,
	.buyWrapper input {
		height: 40px;
	}

	.buyWrapper input[type="submit"] {
		padding: 0 20px;
		font-size: 100%;
	}

	.amountWrapper input {
		width: 20px;
	}

	.amountWrapper .incButton,
	.amountWrapper .decButton {
		padding: 0 15px;
	}

	.tabsLiContainer li {
		padding: 10px 0;
		text-transform: none;
	}


	h1+.breadcrumb,
	h1+.SubCats_BreadCrumb {
		margin-top: -10px;
	}


	/* FOOTER */
	footer {
		padding: 20px 0;
	}

	footer>section {
		display: block;
	}

	footer>section> :not(:last-child) {
		margin-bottom: 30px;
	}

	footer>section>*>strong {
		margin: 0 0 10px;
	}

	.footerIcons img {
		margin: 20px 10px;
	}

	li .product input[type="text"] {
		display: none;
	}

	li .product input[type="submit"],
	li .product .buy>a {
		width: 100%;
		font-size: 12px;
		padding: 10px;
	}

	.fpBoxes {}

	.fpBoxes>a {
		width: 48%;
	}



	/* 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: -400px;
		background-color: rgba(255, 255, 255, 1.00);
		height: 100%;
		width: 330px;
		max-width: 80%;
		box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
	}

	.mobileMenuInner {
		position: relative;
		height: 100%;
		width: 100%;
		-webkit-overflow-scrolling: touch;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.mobileMenuHeader,
	.mobileMainMenuHeader {
		padding: 15px 20px 10px;
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		background-color: rgba(0, 0, 0, 1.00);
		color: rgba(255, 255, 255, 1.00);
		position: relative;
	}

	.mobileMenuUl {
		margin: 0;
		padding: 0 0 0 20px;
		list-style-type: none;
	}

	.mobileMenuUl .toggler {
		position: absolute;
		height: calc(100% + 1px);
		width: 40px;
		right: 0;
		top: 0;
		z-index: 10;
		cursor: default;
		border-left: solid 1px rgba(0, 0, 0, .15);
	}

	.mobileMenuUl a,
	.mobileMenuUl>li>span {
		position: relative;
	}

	.mobileMenuUl .toggler:after {
		content: "+";
		font-size: 14px;
		line-height: 1;
		color: rgba(0, 0, 0, 1.00);
		position: absolute;
		top: 50%;
		left: 50%;
		font-family: 'Arial';
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}

	.mobileMenuUl li.open>a>.toggler:after {
		content: "-";
		color: #578e54;
	}

	.mobileMenuUl span.ProductMenu_MenuItemBold {
		font-weight: normal;
	}

	.mobileMenuUl ul {
		display: none;
	}

	.mobileMenuUl>li>a,
	.mobileMenuUl>li>span,
	.mobileMainMenuUl>li>a {
		display: block;
		text-decoration: none;
		padding: 9px 40px 9px 0;
		font-size: 13px;
		text-transform: uppercase;
		border-bottom: solid 1px rgba(0, 0, 0, .15);
	}

	.mobileMenuUl>li:last-child>*,
	.mobileMainMenuUl>li:last-child>a {
		border-bottom: 0;
	}

	/* LEVEL 2 */
	.mobileMenuUl>li>ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		border-left: solid 5px rgba(0, 0, 0, .15);
	}

	.mobileMenuUl>li>ul>li>a {
		display: block;
		text-decoration: none;
		padding: 11px 10px 9px 10px;
		font-size: 13px;
		border-bottom: solid 1px rgba(0, 0, 0, .15);
	}

	/* LEVEL 3 */
	.mobileMenuUl>li>ul>li>ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		border-left: solid 5px rgba(0, 0, 0, .35);
	}

	.mobileMenuUl>li>ul>li>ul>li>a {
		display: block;
		text-decoration: none;
		padding: 12px 10px 10px 10px;
		font-size: 13px;
		border-bottom: solid 1px rgba(0, 0, 0, .15);
	}

	.mobileMenuUl a.Activ_ProductMenu {
		color: rgba(144, 144, 144, 1.00);
	}

	.mobileMenuSearch {
		padding: 0 0 0 20px;
		border-bottom: solid 5px rgba(0, 0, 0, .15);
		position: relative;
	}

	.mobileMenuSearch:before {
		content: "⌕";
		font-family: 'Arial';
		line-height: 1;
		font-size: 24px;
		position: absolute;
		right: 0;
		width: 40px;
		color: rgba(55, 55, 55, 1.00);
		top: 50%;
		text-align: center;
		transform: translateY(calc(-50% + -4px)) scaleX(-1);
	}

	/*
	.mobileMenuSearch:before {
		content: "\f002";
		font-family: 'Font Awesome 5 Free';
		font-size: 13px;
		font-weight: 900;
		color: rgba(255,255,255,1.00);
		line-height: 1;
		position: absolute;
		top: 50%;
		right: 13px;
		z-index: 20;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	*/
	.mobileMenuSearch br,
	.mobileMenuSearch .SearchTitle_SearchPage,
	.mobileMenuSearch .nbsp {
		display: none;
	}

	.mobileMenuSearch input {
		height: 35px;
		float: left;
	}

	.mobileMenuSearch input[type="text"] {
		width: calc(100% - 40px);
		padding: 0 10px 0 0;
		border: 0;
	}

	.mobileMenuSearch input[type="submit"] {
		width: 40px;
		font-size: 12px;
		padding: 0;
		position: relative;
		border-radius: 0;
		text-indent: -999px;
		overflow: hidden;
		z-index: 10;
		background-color: transparent;
	}

	.mobileMenuSearch:after {
		clear: both;
		content: "";
		display: block;
	}

	.mobileMainMenuUl {
		margin: 0;
		padding: 0 0 0 20px;
		list-style-type: none;
	}

	.mobileMenuInfo {
		padding: 20px;
		border-top: solid 4px rgba(66, 136, 161, 1.00);
	}

	.mobileMenuInfo>strong {
		display: block;
		color: rgba(66, 136, 161, 1.00);
	}

	.mobileMenuInfo>ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.mobileMenuInfo>ul i {
		color: rgba(66, 136, 161, 1.00);
		margin: 0 5px 0 0;
	}

	.mobileMenuInfo .trustpilot {
		display: block;
		margin: 20px 0 0;
		width: 200px;
		max-width: 80%;
	}


	#checkout-container #column-data,
	#checkout-container #column-shipping-payment,
	#checkout-container #column-order-summary {
		padding: 20px;
	}

	#checkout-container h3,
	#checkout-container h2 {
		text-align: center;
		font-size: 15px;
	}

	#customer-data fieldset {
		margin: 0;
	}

	#customer-data fieldset>label {
		width: 100%;
		margin: 0 0 10px;
	}

	.checkout-payment-method-image img {
		max-width: 60px;
	}




	.webshop-productlist article {
		flex-wrap: wrap;
	}

	#ProductFilter-Container {
		display: none;
		margin: 0 0 30px;
		width: 100%;
	}

	.webshop-productlist article #ProductFilter-Container+#Content_Productlist {
		width: 100%;
	}

	.btnFilter {
		display: block;
	}



	/* CONTACT INFO */
	.contact-info {
		margin: 30px 0;
		flex-wrap: wrap;
	}

	.contact-info>div:nth-child(2) {
		width: 82%;
		margin-right: 0;
		padding: 0;
	}

	.contact-info>div:nth-child(3) {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
		padding-top: 30px;
	}

	/* CONDITIONS */
	.conditions {
		flex-direction: column;
	}

	.conditions>.menu {
		border-right: none;
		padding: 0;
		margin: 0 0 15px 0;
	}

	.conditions>.menu,
	.conditions>.content {
		width: 100%;
	}

	.conditions>.content .condition-title {
		font-size: 20px;
	}

	/* GRID */
	.grid {
		flex-direction: column;
	}

	.grid>div {
		width: 98%;
	}

	.grid>div:first-child {
		margin: 0 1% 2% 1%;
	}

	/* GRIDLIST */
	.grid-list>li {
		width: 48%;
	}

}


@media (max-width: 620px) {

	/* CONTACT INFO */
	.contact-info {
		margin: 30px 0 0 0;
	}

	.contact-info>div {
		text-align: center;
	}

	.contact-info>div:nth-child(1) {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.contact-info>div:nth-child(2) {
		width: 100%;
	}

	.contact-info>div>img {
		max-width: 200px;
		margin: 0 auto;
	}

	.contact-info>div>ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	/* CONTACT OPTIONS */
	.contact-options>div {
		width: 100%;
		margin: 0;
	}

	/* GRIDLIST */
	.grid-list>li {
		width: 98%;
	}
}


.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-html-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block;
	max-width: 100%
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}