@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Source+Sans+Pro:wght@400;600;700&display=swap');*/


#ShopMainLayOutTable {
	display:none;
}
#customer-login {
    background-color: #f6f6f6;
    padding: 20px;
    margin-bottom: 20px;
}
#customer-login-devider {
    display: none;
}
#checkout-container #checkout_password_login-container, #checkout-container #checkout-lookupphone-container, #checkout-container #checkout-lookupphone-altdelivery-container, #checkout-container .salesdiscountcode-container {
    float: none;
    width: 100%;
}
#checkout-container #checkout_password_login-button-container {
    float: left;
    width: auto;
}
.opcLoginHeader, .opcLoggedIn {
    font-size: 16px;
    margin-bottom: 0;
}
.opcLoginHeader {
	display: flex;
	gap: 10px;
}
#checkout-container #customer-login h2 {
	margin: 0;
}
#checkout-container #customer-login p {
    display: none;
	margin-top: 20px;
}
#checkout-container #customer-login fieldset {
	display: none;
}

.bp_relatedproductsContainer {
	margin-bottom: 30px;
}

.checkoutOptions {
    float: left;
    width: 98%;
	margin: 10px 1%;
    position: relative;
}
.checkoutOptionsHeader {
    width: 100%;
    float: left;
    margin-bottom: 8px;
    font-size: 14px;
}
.checkoutOptionsItemWrap {
    width: 100%;
    float: left;
}
#column-data label.checkoutOptionsItem {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    width: auto;
    height: 25px;
    padding: 3px 0 0 32px;
    margin-right: 22px;
}
.checkoutOptionsItem input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkoutOptionsItemRadio {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #c1c1c1;
}
.checkoutOptionsItem:hover input ~ .checkoutOptionsItemRadio {
	background-color: #fff;
    border-color: rgba(144,171,148,1.00);
}
.checkoutOptionsItem input:checked ~ .checkoutOptionsItemRadio {
    background-color: #fff;
    border-color: rgba(144,171,148,1.00);
}
.checkoutOptionsItemRadio:after {
  content: "";
  position: absolute;
  display: none;
}
.checkoutOptionsItem input:checked ~ .checkoutOptionsItemRadio:after {
  display: block;
}
.checkoutOptionsItem .checkoutOptionsItemRadio:after {
    top: 7px;
    left: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(144,171,148,1.00);
}

body, html {
	height: 100%;
}
body {
	margin:0;
	overflow-x: hidden;
	background-color: #f1f1f1;
}
body.webshop-frontpage {
	background-color: #FFF;
}
body, input, select, textarea, button {
	font-family: 'Source Sans Pro', sans-serif;
	color:#383838;
	font-size:15px;
	font-weight:normal;
}
a {
	color:#383838;
}
a:hover {
	color:#000;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border:0;
}
#Content_Productlist img {
    max-width: 100%;
    height: auto !important;
}
input, img {
	outline: none;
}
input[type="submit"], input[type="button"], #confirm-complete-button, a.button, .btnFilterProductsFound, #checkout-container input#confirm-complete-button, button,[href="/shop/customer.html&StrCurTab=3"], li .product .buy a, .loyalty_subscribebtn {
	-webkit-appearance: none;
	font-weight:bold;
	border:none;
	color:#fff;
	cursor:pointer;
	background: #2A837E;
	display:inline-block;
	padding:10px 20px;
	font-size: inherit;
	text-decoration:none;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	outline: none;
	min-height: 34px;
	position: relative;
}
#checkout-container input.checkout-salesdiscount-code-button {
	-webkit-appearance: none;
	font-weight:bold;
	border:none;
	color:#000;
	cursor:pointer;
	background: #eee;
	display:inline-block;
	padding:10px 20px;
	font-size: inherit;
	text-decoration:none;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 1px;
	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: 34px !important;
	padding: 0 10px;
	outline: none;
	-webkit-appearance: none;
    -moz-appearance: none;
	background-color: rgba(255,255,255,1.00);
}
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 {
	font-weight:normal;
	display: block;
	text-align: left;
	font-size: 25px;
	letter-spacing: 1px;
	padding: 0;
	margin: 0px 0px 20px;
	border: 0;
	position: relative;
}
h1:empty, .relatedHeader:empty, .alsoboughtHeader:empty {
	display: none;
}
.olive {
	color: #807700;
}
.relatedHeader, .alsoboughtHeader {
	margin-top: 80px;
}
h2, .Text1_Customer .Heading_Customer {
	font-size:19px;
	font-weight:normal;
	padding:0;
	margin:0 0 10px;
}
header {
	z-index: 400;
	background-color: rgba(255,255,255,1.00);
	border-bottom: solid 1px rgba(238, 238, 238, 1);

}
header > div {
	display: flex;
	position:relative;
	width: 1470px;
	max-width: 90%;
	margin: 0 auto;
}
header > div > * {
	flex: none;
}
header > div > *:not(:first-child) {
}
header .icon {
	height: 25px;
	width: auto;
}
header label {
	display: block;
}
header img + label, .btnAccount > label {
	margin-top: 4px;
	cursor: pointer;
}
body.webshop-favorites table.FormTB {
    background-color: #FFF;
}
.headerBox {
	padding: 35px 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: #CC4400;
	white-space: nowrap;
}
.headerBox .myPoints:empty {
	display: none;
}
.shoplogo {
	position: relative;
	display: flex;
	align-items: center;
}
.shoplogo img {
	display: block;
	width: auto;
	height: 70px;
}

.basket {
	cursor: pointer;
	position: relative;
}
.basket .count, .btnFavorites .count {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 20px;
	height: 20px;
	background-color: #807700;
	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 {
	display: none;
	right: 0;
	top: 100%;
	width: 500px;
	padding: 30px;
	background-color: rgba(255,255,255,1.00);
	border: solid 1px rgba(238, 238, 238, 1);
	border-right: none;
	transition: right 0.2s ease-in-out;
	text-align: left;
	position: absolute;
	z-index: 999;
}
.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;
}
.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;
}




/* BREADCRUMB */
.breadcrumb {
	display: none;
}
.breadcrumbContainer {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	background-color: #FFF;
}
.breadcrumbContainer > span {
	width: 1470px;
	max-width: 90%;
	margin: 0 auto;
	display: block;
}
.breadcrumbContainer a {
	text-decoration: none;
	background-color: #e0e0e0;
	padding: 2px 10px 2px 15px;
	position: relative;
	margin: 0 5px;
	font-size: 13px;
    display: inline-block;
}
.breadcrumbContainer a:before {
	content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: none;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #FFF;
    top: 0;
    left: 0;
    transform: scaleX(.75);
    transform-origin: left;
}
.breadcrumbContainer a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: none;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #e0e0e0;
    top: 0;
    right: -10px;
    transform: scaleX(.75);
    transform-origin: left;
    margin: 0 !important;
}

.uspContainer {
	background-color: #525252;
}
.usp {
	width:1470px;
	max-width:90%;
	margin:0 auto;
	padding: 5px 0;
	color: #FFF;
    display: flex;
}
.usp:not(.slick-initialized) > div {
    flex: auto;
}
.usp .slick-slide {
	text-decoration: none;
	text-align: center;
}
.usp img {
	width: 17px;
	height: auto;
	margin: 0 10px 0 0;
	display: inline-block !important;
	vertical-align: middle;
}
.usp a {
    text-decoration: none;
    color: rgba(255,255,255,1.00);
}


.searchMobile {
	display: none;
}
.highlight {
	flex: auto;
	display: flex;
	align-content: center;
	align-items: center;
    justify-content: center;
}
.highlight a {
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 0 30px;
}
.highlight > a:nth-child(2) {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.highlight img {
	display: inline-block;
	height: 30px;
	width: auto;
	margin-bottom: 5px;
}
.highlight span {
	font-size: 20px;
	display: block;
}

header .trustpilot {
    width: 130px;
    display: flex;
    align-items: center;
}
header .trustpilot > div {
    height: 85px;
}

.search {
	background-color: #525252;
}
#Search_Form {
	display: block;
	width: 1470px;
	max-width: 90%;
	margin: 0 auto !important;
	position: relative;
	padding: 5px 0;
}
/*
#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: 4px;
	font-size: 20px;
}
#Search_Form .SubmitButton_SearchPage {
	position: absolute;
	top: 50%;
	right: 5px;
	z-index: 5;
	cursor: pointer;
	height: 68%;
	background-color: #2A837E;
	transform: translateY(-50%);
	line-height: 1;
}


article {
	width:1470px;
	max-width:90%;
	margin:20px auto;
	position:relative;
}
article:after {
	content:"";
	clear:both;
	display:block;
}
aside:empty {
	display: none;
}
body.webshop-productlist article {
	display: flex;
}
body.webshop-productlist article > #ProductFilter-Container {
	width: 20%;
	flex: none;
	margin-right: 3%;
}
body.webshop-productlist article > #Content_Productlist {
	width: 77%;
	flex: none;
}

.slick-slider .slick-arrow.fa {
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,1.00);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iI2ZmZmZmZiI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNOC4yNSA0LjVsNy41IDcuNS03LjUgNy41IiAvPgo8L3N2Zz4=");
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 50%;
	cursor: pointer;
}
.slick-slider .slick-arrow.fa-chevron-left {
	left: 20px;
	right: auto;
	transform: rotate(180deg) translateY(50%);
}
.slick-slider .slick-arrow.fa-chevron-right {
	left: auto;
	right: 20px;
}


.webshop-frontpage article > .slider-align {
	aspect-ratio: 1470/535;
}
.slideshow:not(.slick-initialized) > :nth-child(n+2) {
	display: none;
}
.slideshow img {
	display: block;
	width: 100%;
	height: auto;
}

.Text1_FrontPage {
	display:block;
	margin:60px 0;
}
.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;
}

.frontpageUsp {
	display: flex;
	flex-wrap: wrap;
	margin: 80px -1%;
}
.frontpageUsp > div {
	width: 31.3%;
	margin: 0 1%;
	text-align: center;
}
.frontpageUsp img {
	display: inline-block;
	height: 60px;
	width: auto;
	margin-bottom: 10px;
}
.frontpageUsp span {
	display: block;
	font-size: 25px;
	text-transform: uppercase;
}
.frontpageUsp small {
	display: block;
	font-size: 18px;
	color: #737373;
}

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: #CC4400;
	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%;
}


.fpBoxes {
	margin: 0 -1% 70px;
	display: flex;
}
.fpBoxes > * {
	display: flex;
	margin: 0 1%;
	width: 23%;
}
.fpBoxes > * > div {
	width: 100%;
}
.fpBoxes a, .fpBoxes img {
	display: block;
	width: 100%;
	position: relative;
}
.fpBoxes img {
	height: auto;
}
.fpBoxes .theme-default .nivoSlider img {
	width: 100% !important;
}
.fpBoxes .title {
	display: inline-block;
	background-color: rgba(236,236,236,.80);
	font-weight: bold;
	padding: 20px 30px;
	font-size: 30px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.fpBoxes > div:last-child .title {
	font-size: 18px;
	padding: 10px 20px;
}
.fpBoxes > div:last-child {
	display: flex;
	flex-wrap: wrap;
}


#ProductmenuContainer_DIV {
	background-color:#f0f0f0;
	position:relative;
	width:100%;
	z-index:200;
}
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;
    position: relative;
}
#ProductMenu_List > li {
	flex: none;
    margin: 0 1%;
}
#ProductMenu_List > li.home a {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0;
}
#ProductMenu_List > li.autoColumns:not(.fullwidth) {
	position: relative;
}
#ProductMenu_List > li:last-child {
	margin-right: 0;
}
#ProductMenu_List > li > a {
	display:block;
	padding:14px 0;
	text-decoration:none;
	position:relative;
	font-size: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
#ProductMenu_List > li > a[href="/shop/specialoffer-ALL-1.html"],
#ProductMenu_List > li > a[href*="-506c1.html"], #ProductMenu_List > li > a[href*="-506s1.html"]{
	padding: 14px 15px;
	background-color: #CC4400;
	color: #FFF;
}
#ProductMenu_List > li > a, #ProductMenu_List > li > a > .ProductMenu_MenuItemBold {
	font-weight: 400;
}

#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: 10px;
	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:not(:nth-child(2)) > div,
#ProductMenu_List > li.brandsLi > div {
	left: 50%;
	transform: translateX(-50%);
}

#ProductMenu_List > li.brandsLi > div {
	column-count: 7;
	column-gap: 3%;
	width: 100%;
}
#ProductMenu_List > li.brandsLi > div > * {
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
}
#ProductMenu_List > li.brandsLi > div > strong {
	text-transform: uppercase;
	font-size: 18px;
	break-after: avoid-column;
}
#ProductMenu_List > li.brandsLi > div > strong:not(:first-child) {
	margin-top: 10px;
	margin-bottom: 2px;
}

#ProductMenu_List > li.autoColumns.fullwidth > div {
    transform: none;
    left: 0;
    width: 100%;
}
#ProductMenu_List > li.autoColumns.fullwidth > div > div {
    flex: auto;
}
/*
#ProductMenu_List > li.autoColumns.hover:hover > div {
	display: block;
}
*/
#ProductMenu_List > li.brandsLi:hover > div {
	display: block;
}
#ProductMenu_List > li.autoColumns:hover > div {
	display: flex;
}
#ProductMenu_List > li.megaMenu:hover > div {
	display: flex;
}
#ProductMenu_List > li.autoColumns > div > div:not(:last-child) {
    margin-right: 30px;
}
#ProductMenu_List > li > div > div > a, #ProductMenu_List > li > div > div > a > span {
	font-weight: normal;
}
#ProductMenu_List > li > div > div > a {
	display: block;
	text-decoration: none;
	margin: 0 0 10px;
	min-width: 150px;
	font-size: 15px;
    white-space: nowrap;
}
#ProductMenu_List > li > div > div > a:last-child {
	margin-bottom: 0;
}
#ProductMenu_List .megaMenuContainer {
	left: 0;
	width: 100%;
	padding-bottom: 0;
}
#ProductMenu_List .megaMenuContainer > ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display: flex;
	width: 100%;
	flex-wrap: wrap;

}
#ProductMenu_List .megaMenuContainer > ul > * {
	flex: auto;
	margin:0 1% 25px 0;
}
#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 .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;
}
#ProductMenu_List .megaMenuContainer > ul > li > ul > li > a, #ProductMenu_List .megaMenuContainer > ul > li > ul > li > a > .ProductMenu_MenuItemBold {
	font-weight: normal;
}
#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 > a:hover,
#ProductMenu_List .megaMenuContainer > ul > li > ul > li > a:hover,
#ProductMenu_List > li > div > div > a:hover,
#ProductMenu_List > li > a:hover {
    color: #807700;
}

a#ActiveCategory_A {
	display:none !important;
}


.shippingMessage {
	display: inline-block;
	padding: 8px 12px;
	color: #000;
	border-radius: 4px;
	background-color: #efefef;
	margin-bottom: 10px;
	font-size: 12px;
}
.shippingMessage.today {
	background-color: #81b58a;
	color: #fff;
}
.shippingMessage:empty {
	display: none;
}


/* PRODUCTLIST */
.productlistToolsContainer {

	justify-content: center;
}
.productlistTools {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
/*
.productlistTools > :not(:last-child) {
	border-right: solid 1px rgba(238, 238, 238, 1);
	padding-right: 15px;
	margin-right: 15px;
}
*/
.productlistTools select {
	margin-left: 5px;
}
.productlistTools:empty {
	display: none;
}
.productlistTools .found {
	display: none;
}

.elementsMoved #Content_Productlist h1,
.elementsMoved #Content_Productlist .category-description{
    display: none;
}
.category-description, .CategoryFooterContent {
	display: block;
	padding: 20px;
	background-color: rgba(255,255,255,1.00);
	margin: 0 0 30px;
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.CategoryFooterContent {
    margin: 40px 0 0;
}
.category-description:empty, .CategoryFooterContent:empty {
	display: none;
}


.loadMoreButtonContainer {
    text-align: center;
    margin: 20px 0 0;
}
.loadMoreButton {
    display: inline-block;
    padding: 10px 30px;
    color:rgba(255,255,255,1.00);
    cursor: pointer;
    background-color: #CC4400;
    border-radius: 4px;
}
.Frontpage_Custom_DIV {
    display: none;
}
.Frontpage_Custom_UL, .ProductList_Custom_UL, .Related_Custom_UL, .CustomersAlsoBought_Custom_UL, .Favorites_Custom_UL {
	padding:0;
	margin:0 -1%;
	list-style-type:none;
	display: flex;
	flex-wrap: wrap;
}
.Frontpage_Custom_UL {
	margin-bottom: 40px;
}
.Frontpage_Custom_UL:empty {
	display: none;
}
.Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li, .Favorites_Custom_UL > li {
	width:23%;
	margin: 0 1% 2%;
	flex: none;
	position: relative;
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	transition: 0.3s ease;
}
.Frontpage_Custom_UL > li:hover, .ProductList_Custom_UL > li:hover, .Related_Custom_UL > li:hover, .CustomersAlsoBought_Custom_UL > li:hover, .Favorites_Custom_UL > li:hover {
	box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
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%;
}
body.webshop-frontpage li .product {
	border: 1px solid #eee;
}
li .product {
	position:relative;
	background-color:#fff;
	transition: all 0.3s ease-in-out;
	height: 100%;
	padding: 20px;
    display: flex;
    flex-direction: column;
}
li .product > * {
    flex: none;
}
li .product .image {
	position:relative;
    text-align: center;
    flex: auto;
}
li .product .image select {
    display: none;
}
li .product .advanced {
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    padding: 5px 0;
    position: absolute;
    left: 0;
    bottom: -20px;
    overflow: auto;
    background-color: white;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    z-index: 9;
    transition: opacity ease .25s, bottom ease .25s;
}
li .product .advanced b {
    text-align: center;
    padding: 5px 15px 10px 15px;
    border-bottom: 1px solid #dfdfdf;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}
li .product .advanced a {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #aaa;
    font-size: 11px;
    border-bottom: 1px solid #dfdfdf;
    transition: color ease .25s;
}
li .product .advanced a:hover {
    color: black;
}

/*
li .product .image > a:first-of-type:before,
.productcard #Image_Productinfo_FancyBox:before,
.imageselector a:before, .miniBasket .item .image:not(:empty):before,
.ShowBasket_Custom_DIV > div > .image a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	z-index: 5;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 54%, rgba(0,0,0,0.05) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 54%,rgba(0,0,0,0.05) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 54%,rgba(0,0,0,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f000000',GradientType=1 );
}
*/
li .product img {
	display:block;
	width:100%;
	height: auto;
}
li .product a[href*="AddFavorite"] {
	float: right;
	margin: 0 0 0 15px;
	width: 20px;
	z-index: 10;
}
li .product a[href*="AddFavorite"] img {
	display: block;
	width: 100%;
	height: auto;
}
li .product .info {
	padding: 15px 0 0;
    flex: none;
    display: flex;
    flex-direction: column;
}
li .product .info > * {
    flex: none;
}
li .product .name {
    flex: auto;
	margin-bottom: 10px;
}
li .product .name > a {
	display:block;
	text-decoration:none;
	font-size: 17px;
	font-weight: bold;
}
li .product .retail, .info .retail {
	color: #757575;
	font-weight: bold;
}

li .product .price {
	margin: 0;
	line-height: 1;
	font-size: 22px;
	color: #CC4400;
	font-weight: bold;
}
li .product .price.offer {
	color:#CC4400;
	font-weight: bold;
}
li .product .price strike {
	font-weight: normal;
	/*color: rgba(174,174,174,1.00);
	display: block;
	*/
	font-size: 16px;
}
li .product .price .currency {
	padding: 0 0 0 5px;
}
li .product .manufacturer {
	color: rgba(152,152,152,1.00);
}
li .product .buy {
	margin: 10px 0 0 0;
}
li .product .buy img {
	display: none;
}
li .product input[type="text"] {
    display: none;
}
li .product input[type="submit"], li .product .buy a {
	width: 100%;
}
li .product input[type="image"] {
	display: none;
}
li .product .news {
	position:absolute;
	top:20px;
	left:20px;
	z-index: 20;
	background-color: #807700;
	color:rgba(255,255,255,1.00);
	padding:4px 15px;
	font-size:15px;
}

li .product > .discount,
.productcard .images .discount {
	position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
    background-color: #CC4400;
    color: rgba(255,255,255,1.00);
    font-size: 14px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    font-weight: bold;
}

.productcard .images .discount {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	font-size: 20px;
}



.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:0;
	left:auto;
	right: 0;
	bottom: auto;
	position: absolute;
	background-color: #CC4400;
	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: 15px;
	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:#2A837E;
	background-color:#2A837E;
	color:#fff;
	font-weight: normal;
}





[itemscope] div[data-type*="type"].cardArticle {
	display: block;
}
table.ProductInfo_MagixZoomPlus_MainImage_TABLE {
	width: 100%;
}




.cardArticle #Productinfo_MagicZoomPlus_Image_DIV, .cardArticle #Productinfo_Fancybox_Image_DIV, .cardArticle .zoom-gallery {
	display: flex;
	margin: 0 auto 40px;
	width: 750px;
	max-width: 100%;
	justify-content: center;
}
.cardArticle .imageselector .zoom-gallery {
    margin-bottom: 20px;
}
.cardArticle .selectors {
	display: flex;
	justify-content: center;
    align-items: flex-start;
    margin: 0;
}
.cardArticle .selectors > a {
	width: 60px !important;
	position: relative;
    margin: 0 10px 20% !important;
}
.cardArticle .selectors > a img {
    width: 100% !important;

}
.cardArticle .imageselector {
   padding: 0;
    margin-top: -20px;
}
.cardArticle .imageselector:empty {
	display: none;
}

.cardArticle #Productinfo_MagicZoomPlus_Image_DIV img, .cardArticle #Productinfo_Fancybox_Image_DIV img {
	display: block;
	width: 100%;
}
.cardArticle a#ProductInfo_MagixZoomPlus {

	position: relative;
	flex: auto;
}
.cardArticle .imageCaption {
	position: absolute;
	bottom: 10px;
	left: 10px;
	max-width: calc(100% - 20px);
	background-color: rgba(54,54,54,.50);
	color: rgba(255,255,255,1.00);
	font-size: 10px;
	padding: 5px 10px;
	z-index: 10;
	font-weight: 300;
}
.cardArticle .shortDescription {
	font-size: 120%;
	line-height: 1.8em;
	font-weight: 300;
	width: 1000px;
	max-width: 100%;
	margin: 0 auto 60px;
    text-align: center;
}
.cardArticle .description1 {
	margin: 0 0 50px;
	/*
	padding: 5%;
	box-shadow: 0 0 30px rgba(0,0,0,.1);
	*/
}
/*
.cardArticle .description2 {
	padding: 5%;
	background-color: rgba(239,239,239,.30);
}
*/
.cardArticle .Description_Productinfo {
	line-height: 1.8em;
	/*
	column-count: 2;
	column-gap: 4%;
	*/
}
.cardArticle .Description_Productinfo h2, .cardArticle .Description_Productinfo h3 {
	line-height: normal;
}
.cardArticle .description1 a, .cardArticle .description2 a {
	color: #00457c;
}
/*
.cardArticle .Description_Productinfo h2 {
	font-size: 130%;
	line-height: normal;
	font-weight: 300;
}
.cardArticle .Description_Productinfo h3 {
	font-size: 18px;
	line-height: normal;
	font-weight: 300;
}
*/
.cardArticle .share {
	text-align: center;
	padding: 50px 0 0;
}
.cardArticle .share a {
	display: inline-block;
	margin: 0 10px;
	font-size: 11px;
}

.youtubeVideos {
	display: flex;
	margin: 50px -2%;
}
.youtubeVideos > br {
	display: none;
}
.youtubeVideos > div {
	background-color: #00457c;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	flex: auto;
	margin: 0 2%;
	min-width: 46%;
}


[data-fancybox="youtubeArticle"] {
	position: relative;
	display: block;
	text-decoration: none;
}

[data-fancybox="youtubeArticle"] img {
	width: 100%;
	display: block;
}
[data-fancybox="youtubeArticle"] i {
	position: absolute;
	top: 50%;
	left: 50%;
	color:rgba(255,255,255,1.00);
	transform: translate(-50%,-50%);
	font-size: 70px;
	text-shadow: 0 0 10px rgba(0,0,0,.4);
}
[data-fancybox="youtubeArticle"] > span {
	position: relative;
	display: block;
}
[data-fancybox="youtubeArticle"] strong {
	font-size: 14px;
	font-weight: 300;
	display: block;
	padding: 10px;
	color: rgba(255,255,255,1.00);
	text-align: center;
	background-color: #00457c;
}

.cardArticle .description1, .cardArticle .description2 {
    width: 1000px;
    max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.cardArticle .description1 > div:empty, .cardArticle .description2 > div:empty {
    display: none;
}
.cardArticle .description1 > div, .cardArticle .description2 > div {
    padding: 20px;
    background-color: rgba(255,255,255,1.00);
}

/*
.cardArticle .description1:after, .cardArticle .description2:after {
	clear: both;
	content: "";
	display: block;
}
.cardArticle .articleImage {
	padding: 15px;
	border: solid 1px rgba(237,237,237,1.00);
	width: 50%;
	float: left;
	margin: 0 50px 30px 0;
}
.cardArticle .articleImage img {
	display: block;
	width: 100%;
}
.cardArticle .articleImage:nth-of-type(2n-1) {
	float: right;
	margin: 0 0 30px 50px;
}
*/
.cardArticle .columns {
	column-count: 2;
	column-gap: 10%;
}
.cardArticle .frame {
	border: solid 1px rgba(226,226,226,1.00);
}
.cardArticle .gray {
	background-color:rgba(239,239,239,1.00);
}
.cardArticle .padding {
	padding: 5%;
}
.cardArticle .boxes {
	display: flex;
	margin: -2%;
	flex-wrap: wrap;
}
.cardArticle .boxes > * {
	flex: none;
	width: 46%;
	margin: 2%;
}
.cardArticle .boxes img, .cardArticle .columns img {
	display: block;
	width: 100% !important;
	height: auto !important;
	align-self:flex-start;
}
.cardArticle .Description_Productinfo .boxes h3 {
	margin: 0 0 10px;
	padding: 0;
}
.cardArticle hr, .webshop-frontpage hr {
	height: 3px;
	margin: 0 auto;
	display: block;
	padding: 0;
	border: none;
	background-color: rgba(220,220,220,1.00);
}
.cardArticle hr.medium, .webshop-frontpage hr.medium {
	width: 70%;
}
.cardArticle hr.small, .webshop-frontpage hr.small {
	width: 30%;
}
.cardArticle .center {
	text-align: center;
}
body.webshop-productinfo h1.articleH1 {
    text-align: center;
}
.cardArticle h2 {
	font-size: 210%;
	font-weight: 300;
	margin: 0 0 20px;
}
.cardArticle h3 {
	font-size: 170%;
	color: #00457c;
}
.cardArticle .space, .cardArticle .boxes.space, .cardArticle hr.space {
	margin-top: 60px;
	margin-bottom: 60px;
}
.cardArticle .spaceBottom, .cardArticle .boxes.spaceBottom, .cardArticle hr.spaceBottom {
	margin-bottom: 60px;
}
.cardArticle .spaceTop, .cardArticle .boxes.spaceTop, .cardArticle hr.spaceTop {
	margin-top: 60px;
}
/*
.cardArticle .Description_Productinfo > h2:not(:first-child) {
	padding-top: 40px;
}
*/
.cardArticle ol.ol {
	list-style-type: none;
	margin: 30px 0;
	padding: 0;
}
.cardArticle ol.ol > li {
	position: relative;
	padding: 0 0 0 50px;
}
.cardArticle ol.ol > li:not(:last-child) {
	margin-bottom: 20px;
}
.cardArticle ol.ol .olNumber {
	position: absolute;
	left:0;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border:solid 1px #00457c;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	padding: 7px 0 0;
	color: #00457c;
	font-weight: bold;
}
.articleGallery {
	margin: -1%;
	display: flex;
	flex-wrap: wrap;
}
.articleGallery > * {
	max-width: 23%;
	margin: 1%;
}
.articleGallery img {
	display: block;
	width: 100%;
}




/* PRODUCTCARD TYPES */
/*
.cardArticle[data-type*="type1"] .articleImage {
	width: 50%;
}
.cardArticle[data-type*="type1"] .articleImage {
	float: left;
	margin: 0 50px 30px 0;
}
.cardArticle[data-type*="type1"] .articleImage:nth-of-type(2n-1) {
	float: right;
	margin: 0 0 30px 50px;
}

.cardArticle[data-type*="type2"] .articleImage {
	width: 50%;
}
.cardArticle[data-type*="type2"] .articleImage {
	float: left;
	margin: 0 50px 30px 0;
}
.cardArticle[data-type*="type2"] .articleImage:nth-of-type(2n-1) {
	float: right;
	margin: 0 0 30px 50px;
}
.cardArticle[data-type*="type2"] .description2 .articleImage {
	float: none;
	margin: 30px 0 0;
	width: 100%;
	padding: 0;
	border: none;
}
.cardArticle[data-type*="type2"] .shortDescription {
	padding: 5%;
	box-shadow: 0 0 30px rgba(0,0,0,.1);
}
.cardArticle[data-type*="type2"] .description2 {
	background-color: rgba(236,236,236,.50);
	padding: 5%;
}

.cardArticle[data-type*="type3"] #Productinfo_MagicZoomPlus_Image_DIV {
	width: 100%;
}
*/







/* PRODUCTGROUPS */
.SubCats_Categories_UL {
	padding:0;
	margin:20px -1% 0;
	list-style-type:none;
	display: flex;
	flex-wrap: wrap;
}
.SubCats_Categories_UL > li {
	width:23% !important;
	float:none !important;
	margin:0 1% 2%;
}
.SubCats_Categories_UL > li:last-child {
	display:none;
}
.SubCats_Categories_UL > li .image img {
	display:block;
	width:100%;
}
.SubCats_Categories_UL > li .name {
    flex: none;
}
.SubCats_Categories_UL > li .name a {
	display:block;
	text-transform:uppercase;
	text-decoration:none;

	padding:10px;
	background-color:rgba(255,255,255,1.00);
	text-align: center;
}
.SubCats_Categories_UL > li .productgroup {
    display: flex;
    height: 100%;
    flex-direction: column;
}
.SubCats_Categories_UL > li .productgroup > a {
    background-color: rgba(255,255,255,1.00);
    display: block;
    padding: 15px;
    flex: auto;
}

.SubCats_Categories_UL > li .productgroup > a img {
    display: block;
    width: 100%;
}
.SubCats_Categories_UL > li .productgroup > a + .name a {
    background-color: #525252;
    color:rgba(255,255,255,1.00);
}



/* 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  {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1% 30px;
}
.productcard > div {
	background-color: #FFF;
	width: 48%;
	margin: 0 1%;
	padding: 20px;
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.productcard:after {
	content:"";
	clear:both;
	display:block;
}
.stockAndNumber {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.stockAndNumber:empty {
    display: none;
}
.stock {
	background-color: #00b67a;
	color: #FFF;
	display: inline-block;
	padding: 2px 5px;
	border-radius: 2px;
    margin: 0 10px 0 0;
}
.stock > img {
	width: 13px;
	margin: 0 5px 0 0;
}
.stock.notInStock {
    background-color: rgba(155,18,20,1.00);
}


.buyWrapperHeadline, .amountWrapperHeadline {
	display:none;
}

.productcard .buy {
	display: flex;
	margin: 0;
	align-items: center;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}
.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: 4px;
	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:#FFF;
	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;
}

.buyWrapper {
    margin-left: 15px;
    position: relative;
}
.buyWrapper input[type="submit"] {

	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:0;
	left:0;
	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 {
	position:relative;
}
.productcard .imagecanvas {
	position: relative;
}
.productcard .imagecanvas a {
	display: block;
}
.productcard .imagecanvas img[itemprop="image"] {
	display: block;
	width: 100%;
    height: auto;
	aspect-ratio: 1/1;
	object-fit: contain;
    margin: 0 auto;
}
.productcard .imageselector {
	display: flex;
	margin: 15px -1% 0;
	flex-wrap: wrap;
}
.productcard .imageselector:empty {
    display: none;
}
.productcard .imageselector a {
	flex: none;
	width: 18%;
	position: relative;
	margin: 0 1% 2%;
    border: solid 1px rgba(233,233,233,1.00);
    display: flex;
    align-items: center;
    padding: 10px;
}
.productcard .imageselector a img {
	display:block;
	width: 100% !important;
	margin:0 !important;
	height: auto;
	aspect-ratio: 1/1;
}
.productcard .imageselector a[href*="youtu"]:after {
    content: "";
    background-image: url('/images/skins/Bewise/images/thumbnail-youtube.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 30%;
    height: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.productcard .imageselector a[href*="youtu"]:before {
    width: 40%;
    height: 30%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 6px;
    background-color:rgba(172,18,20,1.00);
    transform: translate(-50%,-50%);
    z-index: 10;
}
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 {
	position:relative;
	display: flex;
	flex-direction: column;
	padding: 0;
}
.productcard .info > * {
	flex: none;
}
.productcard .infoContainer {
	padding: 20px;
	flex: auto;
}
.productcard .shippingCounters {
	padding: 0;
	list-style: none;
	display: flex;
	margin: 20px -10px;
}
.productcard .shippingCounters > li {
	flex: auto;
	padding: 0 10px;
	border-right: 1px solid rgba(0,0,0,.15);
	text-align: center;
}
.productcard .shippingCounters > li:last-child {
	border: none;
}
.productcard .shippingCounters > li > img {
	width: auto;
	max-width: 100%;
	height: 20px;
	margin-bottom: 6px;
}
.productcard .shippingCounters > li > small {
	display: block;
}
.productcard .shippingCounters > li .counterTime {
	padding: 0;
	margin: 6px 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
.productcard .shippingCounters > li .counterTime > li {
	padding: 0 5px;
	height: 25px;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	margin: 0 3px;
	background-color: #efefef;
	font-weight: bold;
}
.tempemaerket {
    display: flex;
    align-items: center;
    justify-content: center;
}
.productcard .shippingCounters > li.tempemaerket > img {
    width: 60px;
    max-width: 50%;
    height: auto;
    display: block;
}
.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%;
}

.fitContainer {
    display: inline-flex;
    flex-direction: column;
    margin: 0 0 30px;
}
.fitContainer > strong {
    margin: 0 0 10px;
}
.fitBar {
    height: 2px;
    position: relative;
    background-color: rgba(173,173,173,1.00);
}
.fitBar > span {
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: rgba(173,173,173,1.00);
    top: 50%;
    transform: translate(-50%,-50%);
}
.fitBar > span:nth-child(1) {
    transform: translate(0,-50%);
}
.fitBar > span:nth-child(2) {
    left: 25%;
}
.fitBar > span:nth-child(3) {
    left: 50%;
}
.fitBar > span:nth-child(4) {
    left: 75%;
}
.fitBar > span:nth-child(5) {
    left: 100%;
    transform: translate(-100%,-50%);
}
.fitBar > span > small {
    position: absolute;
    left: 50%;
    top: calc(100% + 5px);
    font-size: 10px;
    transform: translateX(-50%);
}
.fitBar > span:nth-child(1) > small {
    transform: translateX(0);
    left: 0;
}
.fitBar > span:last-child > small {
    transform: translateX(0);
    left: auto;
    right: 0;
}
.fitBar > span.active {
    background-color: #CC4400;
}

span.StockEmailNotificationDialog_Link_ProductInfo {
	display: inline-block;
	margin: 10px 0 15px;
	background-color: #CC4400;
    color: #FFF;
	border-radius: 4px;
	padding: 10px 15px;
	text-decoration: none;
}
.showhiddenvariants {
    cursor: pointer;
    text-decoration: underline;
    user-select: none;
}
.variantSelectorContainer {
    margin: 0 0 30px;
}
.variantSelectorContainer.mastervariantsloading,
.variantSelectorContainer .blured {
    opacity: .5;
}
.variantSelectorGroup {
    display: flex;
    flex-wrap: wrap;
    margin: 6px -1% 0;
    position: relative;
    z-index: 20;
}
.variantSelectorGroup > div {
    flex: none;

    margin: 0 1% 2%;
    border: solid 1px rgba(216,216,216,1.00);
    padding: 7px 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.variantSelectorGroup.colors > div:not(.gotImage),
.variantSelectorGroup > div.hidenotinstock {
    display: none;
}
.variantSelectorGroup > div > span {
    flex: none;
}
.variantSelectorGroup > div > .betterPrice {
    position: absolute;
    font-size: 12px;
    line-height: 1;
    border-radius: 2px;
    padding: 2px 5px;
    background-color: #CC4400;
    color: rgba(255,255,255,1.00);
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
    z-index: 10;
    display: none;
}
.variantSelectorGroup > div > .betterPrice.notBetter {
    background-color: rgba(0,0,0,1.00);
}
.variantSelectorGroup.hasDifferentPrices > div > .betterPrice {
    display: block;
}
.variantSelectorGroup > div > .image {
    flex: auto;
    display: flex;
    align-items: center;
}
.variantSelectorGroup > div > .image img {
    display: block;
    max-width: 100%;
    max-height: 50px;
}
.variantSelectorGroup > div > .variantInfo {
    position: absolute;
    transform: translateX(-50%);
    bottom: calc(100% + 5px);
    left: 50%;
    display: none;
    font-size: 75%;
    padding: 3px 10px 4px;
    border: solid 1px rgba(207,207,207,1.00);
    border-radius: 2px;
    background-color: rgba(255,255,255,1.00);
    white-space: nowrap;
    z-index: 15;
}
.variantSelectorGroup > div > .variantInfo:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(216,216,216,1.00);
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%) ;
}
.variantSelectorGroup > div.selected:after {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: 5;
    border: solid 4px #737703;
}
.variantSelectorGroup > div.notAvailable {
    /*opacity: .2;*/

}

.variantSelectorGroup.colors > div > span {
    display: none;
}

.variantSelectorGroup.sizes > div.notAvailable,
.variantSelectorGroup.singlegroup > [data-instock="false"] {
    overflow: hidden;
    /*cursor: default;*/
}
.variantSelectorGroup.sizes > div.notAvailable:before,
.variantSelectorGroup.singlegroup > [data-instock="false"]:before {
    content: "";
    background-color: rgba(132,44,46,1.00);
    width: 5px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}
/*
.variantSelectorGroup.colors > div:not(.notAvailable):hover > .variantInfo {
    display: block;
}
*/
.variantSelectorGroup.colors > div:hover > .variantInfo {
    display: block;
}

.variantSelectorGroup > div:not(.notAvailable):hover {
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    z-index: 20;
}
.buyWrapper input[type="submit"]:disabled {
    background-color: rgba(204,204,204,1.00);
}
.loadingVariants {
    margin: 0 0 30px;
    display: flex;
    align-items: center;
}
.loadingVariants > * {
    flex: none;
}
.loadingVariants > img {
    width: 30px;
    margin: 0 15px 0 0;
}
.selectVariantInfo{
    position: absolute;
    display: none;
    top: 0;
    left: 70%;
    transform: translate(-50%,-100%) rotate(4deg);
    white-space: nowrap;
    background-color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 3px;
}
.selectVariantInfo:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;

    border-top: 5px solid rgba(0,0,0,1.00);
}
input:disabled + .selectVariantInfo {
    display: block;
}

.productcard h1 {
	text-align: left;
	font-size: 200%;
	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,
.productcard .Prices_Custom_UL > li .fromText {
	font-weight: normal;
	font-size: 20px;
    text-decoration: line-through;
}
.productcard .Prices_Custom_UL > li:first-child .price,
.productcard .Prices_Custom_UL > li:first-child .currency{
	font-size:250%;
	font-weight:bold;
	color: #CC4400;
}
.productcard .Prices_Custom_UL li:first-child .before {

}
.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 .before:not(:empty) {
    display: block;
}
.productcard .Prices_Custom_UL > li .before:not(:empty) ~ * {
    color:#CC4400;
}
.productcard .Prices_Custom_UL > li .fromText {
    text-decoration: none;
}


.readDescriptionButton, .sizeGuideButton {
    text-decoration: underline;
    cursor: pointer;
}
.readDescriptionButton {
    display: inline-block;
    margin-left: 4px;
}
.sizeGuideButton {
    margin: 0 0 30px;
}

.productcard .stockInfo {
	margin: 0 0 20px;
}
.productcard .short-description, .productcard .blog-description {
	padding:0 0 20px;
	line-height: 1.7em;
}
.productcard .short-description p {
    margin: 0;
    display: inline;
}
.manufactor {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.manufactor img {
    margin: 0 0 0 8px;
}
.manufactor img {
    height: 25px;
	width: auto;
}
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);
}
.countdown {
    background-color: #807700;
    text-align: center;
    width: 100%;
    color: #FFF;
    padding: 10px 0;
    font-weight: bold;
    font-size: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.countdown p {
	margin: 0 5px 0 0;
	padding: 0;
	display: inline-block;
}
.countdown > * {

}
.countdown img {
	display: block;
	width: 25px;
	margin-right: 8px;
}
.countdown > div > div {
    display: inline-block;
}
.countdown > div > div > span {
	display: inline-block;
	padding: 2px 8px;
	background-color: #999f00;
	border-radius: 2px;
	margin: 0 3px;
}
.productcardTrustpilot {
    background-color: #f9f9f9;
    width: 100%;
    padding: 10px;
}


.extraProductsHeader {
    font-weight: bold;
    margin: 20px 0 4px;
}
.extraProductsContainer {
    border: solid 1px rgba(235,235,235,1.00);
    margin: 0 0 30px;
}
.extraProductsContainer > div {
    display: flex;
    align-items: center;
    border-bottom: solid 1px rgba(235,235,235,1.00);
}
.extraProductsContainer > div:last-child {
    border: none;
}
.extraProductsContainer > div > * {
    flex: none;
}
.extraProductsContainer > div > .check {
    padding: 10px 15px;
    display: flex;
}
.extraProductsContainer > div > .check input {
    margin: 0;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: rgba(255,255,255,1.00);
    border: solid 1px rgba(198,198,198,1.00);
}
.extraProductsContainer > div > .check input:checked {
    background-color: #5d9b2d;
    border: solid 5px rgba(255,255,255,1.00);
    box-shadow: 0 0 2px rgba(0,0,0,1);
}
.extraProductsContainer > div > .image {
    width: 70px;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
}
.extraProductsContainer > div > .image img {
    padding: 5px;
    display: block;
    width: 100%;
}
.extraProductsContainer > div > .name {
    flex: auto;
    padding: 10px 20px;
}
.extraProductsContainer > div > .name strong {
    display: block;
}
.extraProductsContainer > div > .name select {
    margin: 7px 0 0;
}
.extraProductsContainer > div > .price {
    text-align: right;
    padding: 10px 15px 10px 0;
}
.extraProductsContainer > div > .price strike {
    display: block;
    color: #CA0003;
}
.extraProductsContainer > div > .extraInfo {
    display: none;
}

.productcardUsp {
	display: flex;

	padding: 20px 0;
	justify-content: space-between;
}
.productcardUsp > div {
	flex: none;
	align-items: flex-start;
	display: flex;
    justify-content: flex-start;
	position: relative;
	padding-right: 20px;
}
.productcardUsp > div > * {
	flex: none;
}
/*
.productcardUsp > div:first-child {
    justify-content: flex-start;
}
.productcardUsp > div:last-child {
    justify-content: flex-end;
}
*/
.productcardUsp > div img {
	display: block;
	width: 30px;
	margin-right: 10px;
}
/*
.productcardUsp > div > div {
    position: relative;
    padding-right: 19px;
}
*/
.productcardUsp span {
	display: block;
	font-weight: bold;
	font-size: 15px;
	position: relative;
}
.productcardUsp small {
	display: block;
	font-weight: normal;
	font-size: 12px;
}
.productcardUsp .tooltip {

    position: absolute;
    right: 0;
    top: 2px;
    z-index: 30;
	
	
}
.productcardUsp .tooltip i {
    width: 13px;
    height: 13px;
    background-color: #ff5501;
    border-radius: 50%;
    color: rgba(255,255,255,1.00);
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    cursor: default;
}
.productcardUsp .tooltip > div {
    display: none;
    position: absolute;
    bottom: 120%;
    left: 50%;
	transform: translateX(-50%);
    line-height: normal;
    font-size: 11px;
    background-color:rgba(0,0,0,.80);
    color: rgba(255,255,255,1.00);
    border-radius: 6px;
    padding: 15px;
    width: 250px;
}
.productcardUsp .tooltip i:hover + div {
    display: block;
}

.tabs {
	margin:0;
	padding: 0;
	display: none;
	clear: both;
}
.tabsLiContainer {
	position: relative;

}
.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;
	position:relative;
	z-index:20;
	font-size: 20px;
}
.tabsDivContainerDescription {
	display: flex;
	margin: 0 -2%;
	flex-wrap: wrap;
}
.tabsDivContainerDescription > * {
	width: 46%;
	margin: 0 2%;
	flex: none;
}
.tabsDivContainerDescription > ul:last-child {
}
.tabsLiContainer li.open {
	cursor: default;
	color: rgba(0,0,0,1.00);
	background-color: #FFF;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.tabsLiContainer li.open:after {

}
.tabsLiContainer li:not(.open) {
	cursor:pointer;
}
.tabsDivContainer {
	background-color: #FFF;
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.tabsDivContainer > div {
	display:none;
	padding:20px;
	position:relative;
	text-align: left;
	line-height: 1.7em;
}
.tabsDivContainer > div:after {
	clear: both;
	content: "";
	display: block;
}
.tabsDivContainer > div:first-of-type {
	display:flex;
}
.tabsDivContainer iframe, .tabsDivContainer .sizeguide img {
	max-width: 100%;
}

/* SPECS */
.specs {
	list-style-type:none;
	padding:0;
	border:solid 1px rgba(237,237,237,1.00);
	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 .productcardUsp {
	float: left;
	/*
	width: calc(100% - 460px);
	margin-top: 20px;
	*/
}
#showbasketContent {
	background-color: #FFF;
	padding: 20px;
}
#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: 25px;
	height: 25px;
	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: 4px;
	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;
}

/*
body.webshop-checkout .shoplogo {
	padding: 15px 0;
    width: 100%;
    justify-content: center;
}
*/
body.webshop-checkout #checkout-container h1.checkout-headline {
	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;
}

.tpSlick:not(.slick-initialized) {
    display: flex;
    margin: 0 -20px;
}
.tpSlick:not(.slick-initialized) > div {
    flex: none;
    width: calc(20% - 20px);
}
.tpSlick:not(.slick-initialized) > div:nth-child(n+6) {
    display: none;
}
.tpSlick:not(.slick-initialized) > div, .tpSlick.slick-initialized .slick-slide {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    height: inherit;
}
.tpSlick .slick-track {
    display: flex;
}
.tpSlick u {
    flex: none;
    text-decoration: none;
    color: #00b67a;
    margin: 0 0 5px;
}
.tpSlick strong {
    flex: none;
}
.tpSlick p {
    flex: auto;
    margin: 4px 0;
}
.tpSlick i {
    flex: none;
    color: rgba(151,151,151,1.00);
}
.tpSlick .slick-list {
    margin: 0 -20px;
}

.brands {
	background-color: #f1f1f1;
	padding: 50px 0;
	border-top: 1px solid #ddd;
}
.brands.active {
    display: block;
}
body.webshop-frontpage .brands {
	border-top: none;
}
.brands > div {
	width: 1470px;
	margin: 0 auto;
	max-width: 90%;
}
.slick-slider {
	position: relative;
}
.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	background-color: transparent;
	border: none;
	outline: none;
	width: 15px;

}
.brands > div .slick-slide, .Related_Custom_UL .slick-slide, .Frontpage_Custom_UL .slick-slide {
	margin: 0 20px;
}
.Related_Custom_UL .slick-slide, .Frontpage_Custom_UL .slick-slide {
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.brands > div .slick-list, .Related_Custom_UL .slick-list, .Frontpage_Custom_UL .slick-list {
	margin: 0 -20px;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.brands > div .slick-slide img {
	height: auto;
}

.fpFooterText {
    position: relative;
}
.fpFooterText:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #737703;
}
.fpFooterText:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #9D6D20;
}
.fpFooterText > section {
    width: 1470px;
	margin: 0 auto;
	max-width: 90%;
    display: flex;
    position: relative;
    z-index: 10;
    color: rgba(255,255,255,1.00);
}
.fpFooterText > section > * {
    flex: none;
    width: 50%;
    text-align: center;
    padding: 7%;
}
.fpFooterText h2 {
    font-weight: bold;
    font-size: 35px;
    margin: 20px 0 20px;
    padding: 0;
}
.fpFooterText p {
    line-height: 2em;
    margin: 0;
    font-size: 110%;
    padding: 0;
}


body.webshop-frontpage .blogSection {
	display: block;
}
.blogSection {
	background-image: url("/images/skins/Bewise/images/bg-blog.webp");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
	display: none;
}
.blogSection > div {
	width: 1470px;
	margin: 0 auto;
	max-width: 90%;
}
.blogSection > div > span {
	display: block;
	font-size: 45px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
	text-shadow: 0 1px 1px #FFF;
	font-weight: bold;
}

.ProductList_Custom_DIV > div {
    background-color: rgba(255,255,255,1.00);
}

.ProductList_Custom_DIV div[data-type*="type"] {
	display: flex;
	margin-bottom: 30px;
	position: relative;
}
.ProductList_Custom_DIV div[data-type*="type"] > * {
	flex: none;
}
.ProductList_Custom_DIV div[data-type*="type"] .image {
	position: relative;
	overflow: hidden;
}
.ProductList_Custom_DIV div[data-type*="type"] .image img {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit:contain;
	height: auto;
}
.ProductList_Custom_DIV div[data-type*="type"] .text {
	padding: 6%;
	line-height: 1.7em;
}
.ProductList_Custom_DIV div[data-type*="type"] .text h3,
.ProductList_Custom_DIV div[data-type*="type"] .text .blogitemtitle {
	margin: 0 0 20px;
	font-weight: 100;
	font-size: 190%;
	padding: 0;
}
.ProductList_Custom_DIV div[data-type*="type"] .text h3 a,
.ProductList_Custom_DIV div[data-type*="type"] .text .blogitemtitle a{
	text-decoration: none;
	line-height: normal;
}
.ProductList_Custom_DIV div[data-type*="type"] .text p {
	margin: 0;
	padding: 0;
}


.ProductList_Custom_DIV div[data-type*="type1"] .image {
	width: 50%;
	position: relative;
}
.ProductList_Custom_DIV div[data-type*="type1"] .image a {
	position: relative;
}
.ProductList_Custom_DIV div[data-type*="type1"] .image > a:not(.imageTitle) {
	width: 100%;
	display: block;
	height: 100%;
}

.ProductList_Custom_DIV div[data-type*="type1"] .text {
	width: 50%;
}
.ProductList_Custom_DIV div[data-type*="type1"] .text .imageTitle {
	margin: 20px 0 0;
	padding: 5px 15px;
	display: inline-block;
	text-decoration: none;
	border:solid 1px rgba(0,0,0,.50);
}
.ProductList_Custom_DIV div[data-type*="type2"] .image {
	width: 50%;
}
.ProductList_Custom_DIV div[data-type*="type2"] .text {
	width: 50%;
}
.ProductList_Custom_DIV div[data-type*="type2"] .text .imageTitle {
	margin: 20px 0 0;
	padding: 5px 15px;
	display: inline-block;
	text-decoration: none;
	border:solid 1px rgba(0,0,0,.50);
}
.ProductList_Custom_DIV div[data-type*="type2"] .image .imageTitle {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 20;
	padding: 5px 15px;
	display: inline-block;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	background-color:rgba(0,0,0,.50);
}


.ProductList_Custom_DIV div[data-type*="type3"] .image {
	display: none;
}
.ProductList_Custom_DIV div[data-type*="type3"] .text {
	width: 100%;
	text-align: center;
	background-color:rgba(102,102,102,.20);
}
.ProductList_Custom_DIV div[data-type*="type3"] .text h3 {
	font-size: 240%;
}
.ProductList_Custom_DIV div[data-type*="type3"] .imageTitle {
	padding: 12px 25px;
	border: solid 1px rgba(0,0,0,1.00);
	display: inline-block;
	text-decoration: none;
	font-size: 17px;
	margin: 25px 0 0;
}

.ProductList_Custom_DIV div[data-type*="type4"] .image {
	width: 100%;
}
.ProductList_Custom_DIV div[data-type*="type4"] .image img {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
}
.ProductList_Custom_DIV div[data-type*="type4"] .text {
	display: none;
}
.ProductList_Custom_DIV div[data-type*="type4"] .imageTitle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	transform: translate(-50%,-50%);
	padding: 20px 30px;
	border: solid 1px rgba(255,255,255,1.00);
	display: inline-block;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	font-size: 20px;
	background-color:rgba(0,0,0,.20);
}

.ProductList_Custom_DIV div[data-type*="type5"] .image {
	flex: auto;
}
.ProductList_Custom_DIV div[data-type*="type5"] .text {
	width: 33.33%;
	padding: 5%;
	background-color: rgba(79,79,79,1.00);
	color: rgba(255,255,255,1.00);
}
.ProductList_Custom_DIV div[data-type*="type5"] .text h3 a {
	color: rgba(255,255,255,1.00);
}
.ProductList_Custom_DIV div[data-type*="type5"] .imageTitle {
	padding: 7px 20px;
	border: solid 1px rgba(255,255,255,1.00);
	display: inline-block;
	text-decoration: none;
	margin: 15px 0 0;
	color: rgba(255,255,255,1.00);
}

.ProductList_Custom_DIV div[data-type*="type6"] {
	min-height: 400px;
}
.ProductList_Custom_DIV div[data-type*="type6"] .image {
	display: none;
}
.ProductList_Custom_DIV div[data-type*="type6"] .text {
	display: none;
}
.ProductList_Custom_DIV div[data-type*="type6"] .imageTitle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	transform: translate(-50%,-50%);
	padding: 20px 30px;
	border: solid 1px rgba(255,255,255,1.00);
	display: inline-block;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	font-size: 20px;
	background-color:rgba(0,0,0,.20);
	white-space: nowrap;
}

.ProductList_Custom_DIV > div:last-child div[data-type*="type"] {
	margin-bottom: 0;
}



.frontpageTrustpilot {
	background-color: #FFF;
}
.frontpageTrustpilot > div.tpSlick {
	width: 1470px;
	margin: 0 auto;
	max-width: 90%;
	padding: 60px 0 40px;
}
.frontpageTrustpilot > div.trustpilot-widget {
    padding: 60px 0;
}







.TopMenu_MenuItems {
	display: none;
}



table.CmsPageStyle_Table, .profileWrapper table, .termsWrapper table {
	table-layout:fixed;
    height: auto;
}
.CmsPageStyle_Table img, .CategoryFooterContent img {
    max-width: 100% !important;
    display: block !important;
    height: auto !important;
}




.btnMenu {
	display: none;
}

/* FILTER */
.product-filter-headertext-container, .btnFilterProductsFound {
	display: none;
}
.product-filter-row {
	background-color: #FFF;
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	margin-bottom: 10px;
	padding: 20px;
}
.product-filter-header-container {
	background-color: transparent;
	padding: 0;
	border-bottom: none;
	font-size: 18px;
	margin-bottom: 8px;
}
/*
.product-filter-header-container.product-filter-header-container-price {
    margin-bottom: 32px;
}
*/
.product-filter-header-text {
	font-weight: normal;
}
.product-filter-container {
	border: none;
}
.product-filter-body-container {
	padding: 0;
}
.product-filter-checkboxes, .product-filter-manufactor-checkboxes {
	margin: 0;
}
div.product-filter-clear-all a {
    color: rgba(255,255,255,1.00);
    background-color: rgba(0,0,0,1.00);
    padding: 2px 6px;
    font-size: 12px;
    display: inline-block;
    margin: 0 0 4px;
}
div.product-filter-clear-all a:hover {
    color: white;
}
.product-filter-clear {
	clear: both;
}

.btnFilter {
    outline: none;
	cursor: pointer;
	position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 10px;
    border: solid 1px #9D6D20;
    color: #9D6D20;
    margin: 0 0 15px;
    background-color: rgba(255,255,255,1.00);
}
.btnFilter > * {
	flex: none;
}
.btnFilter img {
	margin: 0 8px 0 0;
	width: 13px;
}
.btnFilter .count {
	position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    background-color: #CC4400;
    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);
    display: none;
}

.priceRangeInfo {
	display: flex;
}
.priceRangeInfo > span {
	flex: auto;
	font-size: 70%;
}
.priceRangeInfo > span:last-child {
	text-align: right;
}
/*
.value-slider-wrapper-input {
	display: none;
}
*/
.value-slider-wrapper-input {
    width: 100%;
}
.value-slider-wrapper td.value-input {
    padding: 0;
}
.value-slider-wrapper td.value-input input {
    width: 60px;
    text-align: center;
}
.value-slider-wrapper td.value-input input#MaxInputproduct-filter-price-range-slider {
    
}
.value-slider-wrapper td.value-dash {
    font-size: 0;
    position: relative;
}
.value-slider-wrapper td.value-dash:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #dfdfdf;
}

.BackgroundColor1_Customer {
	table-layout: fixed;
}








.allready {
	width: 600px;
	max-width: 96%;
	margin: 0 auto;
	background-color: #f6f6f6;
	padding: 30px;
}
.allready > span {
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin: 0 0 20px 0;
}
.allready .TextInputField_Customer {
	height: 35px;
	padding: 0 10px;
	border-radius: 2px;
	border: 1px solid #ddd;
	width: 100% !important;
	margin: 0 0 5px 0;
}
.allready .SubmitButton_Customer {
	margin: 0 auto;
	width: 100% !important;
	margin-bottom: 10px;
}
.allready a[href="/shop/customer.html?showForgotPswForm=1"] {
	font-size: 10px;
	color: #000 !important;
	text-decoration: underline;
}
.clubh1 {
	text-align: center !important;
}

.club-member {
	width: 600px;
	max-width: 96%;
	margin: 0 auto;
	background-color: #ededed;
	padding: 30px;
	border-top: 1px solid #ddd;
}
.club-member > span {
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin: 0 0 20px 0;
	text-align: left;
}



.Row {
    position:relative;
}
.loginText {
	display: none;
}
#acceptLoyaltyCreation {
	margin: 0 8px 0 0;
}
#acceptLoyaltyCreationContainer {
	padding: 2%;

	border-left: 1px solid #e8e4e1;

	border-right: 1px solid #e8e4e1;

	border-bottom: 1px solid #e8e4e1;
}

.Text1_Customer .Heading_Customer {
	font-size: 25px;
	border-bottom: solid 1px rgba(214,214,214,1.00);
	display: block;
}
/*
#tabID2 > tbody > tr > td > br {
	display: none;
}
*/
#tabID2 > tbody > tr > td > table > tbody > tr:nth-child(1), #tabID2 > tbody > tr > td > table > tbody > tr:nth-child(2) {
	display: none;
}
#tabID2 > tbody > tr > td > table > tbody > tr > td:nth-child(3) {
	font-size: 0;
	position: relative;
	width: 0;
}
#tabID2 > tbody > tr > td > table > tbody > tr > td {
	padding: 4px 0;
}
#tabID2 > tbody > tr > td > table > tbody > tr > td:nth-child(1) {
}
#tabID2 > tbody > tr > td > table > tbody > tr > td:nth-child(3) > span {
	position: absolute;
	right: 7px;
	z-index: 20;
	color: red;
	font-size: 11px;
	top: 50%;
	transform: translateY(-50%);

}
#tabID2 .TextInputField_Customer, #tabID2 .OptionSelect_Customer {
	width: 300px;
	height: 35px;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 2px;
}
.myPointsContainer {
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
}
.myPoints {
	margin: 0;
	padding: 10px 15px;
	border-top: 0;
}
.account {
	position:absolute;
	right:150px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
    text-align: center;
    font-size: 11px;
    text-decoration: none;
	cursor: pointer;
}
.account i {
	font-size:20px;
    display: block;
	margin-bottom: 3px;
	color: #484848;
}
.points.myPoints {
	display:none;
}
.points.myPoints.active {
	display:block;
}
a.account {
}
a.account .points.myPoints.active {
    background-color: #000000;
    border-radius: 2px;
    border: 1px solid #000000;
    padding: 1px 5px;
    position: absolute;
    top: -25px;
    left: -65px;
    color: #FFF;
}
body.webshop-checkout a.account .points.myPoints.active {
    top: -33px;
}
a.account .basket .totalproducts .count {
	font-weight: bold;
}
#refer {
	background-color:#f6f6f6;
	border:solid 1px #eee;
	padding: 20px;
	font-size: 15px;
	margin: 20px auto 0;
	width: 800px;
	max-width: 100%;
}
#refer p {
	padding:0;
	margin: 0;
}
input.referEmail {
	width: 100%;
	height: 45px;
	border-radius: 3px;
	padding: 0 10px;
	display: block;
	border:1px solid #ddd;
	margin: 5px 0;
}
a.referButton {
	display: inline-block;
	padding: 8px 20px;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	background-color: #000;
	border-radius: 3px;
	margin: 5px 0 0 0;
	text-decoration: none;
}
.checkout-button {
	background-color: #000 !important;
}
#usePointsContainer {
    border: 1px solid #ddd;
    padding: 10px 20px;
    background-color: #eee;
}
#usePointsContainer > p {
	font-size: 15px;
	font-weight: bold;
    padding: 0;
    margin: 5px 0;
}
#usePoints {
	display: inline-block;
	padding: 6px 20px;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
	background-color: #000000;
	border-radius: 3px;
	border-bottom:2px solid #000000;
	border:0;
	cursor: pointer;
    margin: 6px 0 0 0;
	box-shadow: none !important;
}
.removePointsContainer {
	margin: 10px 0 5px;
	font-size: 13px;
	background-color: #f2faf0;
	padding: 10px;
	border: 1px solid #e1efde;
	border-radius: 3px;
}

.account > .button.loggedIn {
	background-color: rgba(215,235,218,1.00);
}
.account > .button.loggedIn small {
	text-decoration: underline;
}
.clubmember {
    margin: 30px 0 0 0;
	float: right;
	width: 45%;
}
.clubmember small {
	font-size: 10px;
}
.clubmember .subheader {
    margin:0 0 10px 0;
}
.clubmember input[type="text"], .clubmember input[type="email"], .clubmember input[type="password"] {
    width: 100%;
    border-radius: 2px;
    padding: 0 10px;
    height: 36px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
	text-align: left;
}
.clubmember input[type="submit"] {
    background-color: #000000;
    border-radius: 2px;
    color: #FFF;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
	text-transform: uppercase;
	margin-bottom: 10px;
	width: 100% !important;
}
.blogReadMore {
    display:block;
    margin: 20px 0 0 0;
}
.whyCreateAccount {
    margin: 30px 0 0 0;
	float: left;
	width: 45%;
}
.whyCreateAccount ul {
	margin:30px 0 0 0;
	padding: 0;
	text-align: left;
}
.whyCreateAccount > ul > li {
	list-style-type:none;
	margin: 4px 0;
}
.whyCreateAccount > ul > li i {
	color: #000000;
}
.whyCreateAccount ol {
	padding:0;
	list-style: none;
}

.whyCreateAccount ol li {
   counter-increment: item;
   margin-bottom: 10px;
 }
.whyCreateAccount ol li:before {
	margin-right: 10px;
	content: counter(item);
	background: #4a9a3b;
	border-radius: 100%;
	color: white;
	width: 20px;
	height: 20px;
	text-align: center;
	display: inline-block;
	padding: 2px 0 0 0;
 }
body.webshop-customercenter input#xprofileid, body.webshop-customercenter input#xprofileid1 {
    width:260px !important;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 10px;
	margin-bottom: 3px;
}

body.webshop-productinfo ul.pointDetails {
    padding:0;
    list-style-type: none;
    margin: 30px 0 20px 0;
}
body.webshop-productinfo ul.pointDetails > li {
    vertical-align: middle;
    padding: 7px 15px;
    display: inline-block;
    border-right: none;
    background-color: #eee;
    border-radius: 2px;
	font-weight: 500;
	font-size: 12px;
}
body.webshop-productinfo ul.pointDetails > li a {
}

body.webshop-productinfo ul.pointDetails > li.productPointsSystem div {
	display: inline;
}

.grid {
    display: flex;
    align-items: center;
    padding: 30px;
    background-color: rgba(255,255,255,1.00);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    margin-bottom: 50px;
}
.grid > * {
    flex: none;
    width: 50%;
    justify-content: center;
}
.gridText {
    padding: 30px 5%;
}
.gridText p {
    padding: 0;
    margin: 0;
}


.Text1_Profile img {
    max-width: 100%;
    height: auto !important;
}


form[action*="search-1"] label {
	position: absolute;
	left: -2000px;
}

.productcard img[src*="/cheapest/"] {
    max-height: 50px;
    margin-bottom: 10px;
}


@media (min-width:881px) {
	form[action*="search-1"] label {
		color: rgba(255,255,255,1.00);
	}
	
	#showbasketContent .productcardUsp {
		width: calc(100% - 450px);
		margin-top: 20px;
		padding: 0;
	}
	
	.productcardUsp .tooltip > div {
		left: auto;
		right: 0%;
		transform: none;
	}
	
}

@media (max-width: 880px) {
	
	.usp {
		text-align: center;
	}
	.usp:not(.slick-initialized) > div:nth-child(n+2) {
		display: none;
	}
	.slick-slider .slick-arrow.fa {
		width: 30px;
		height: 30px;
	}
	.slick-slider .slick-arrow.fa-chevron-left {
		left: 10px;
	}
	.slick-slider .slick-arrow.fa-chevron-right {
		right: 10px;
	}
	
	
	.account > span, a.account .points.myPoints.active, .top {
		display: none;
	}
	.club-member, .allready {
		width: 100%;
	}
    .account {
        right: 105px;
    }
    a.account .points.myPoints.active {
        top:-19px;
    }

    .tpSlick:not(.slick-initialized) > div:nth-child(n+2) {
        display: none;
    }

	
	.whyCreateAccount, .clubmember {
		width: 100%;
		float: none;
	}
	
	.productcardUsp {
		flex-direction: column;
		align-items: flex-start;
	}
	.productcardUsp > :not(:last-child) {
		margin-bottom: 10px;
	}
	#showbasketContent .productcardUsp {
		width: auto;
		float: none;
		
	}
	/*
	.productcardUsp .tooltip {
		position: static;
		margin: 5px 0 0;
	}
	*/
	
	
	
}
@media (max-width: 450px) {
	.account {
		right: 45px;
	}

	.opcLoginHeader {
		flex-direction: column;
	}
}

.loyalty_subscribeText {
    padding: 30px 0 0;
}
.loyalty_subscribeText p {
    margin: 0 0 10px;
}


/* RESPONSIVE */
@media (min-width: 901px) {
	#ProductmenuContainer_DIV {
		position:sticky;
		top:0;
		z-index: 500;
	}
	.headerBox:hover {
		background-color: rgba(238,238,238,.6);
	}
	.basket:hover .miniBasket.active {
		display: block;
	}

    li .product:hover .advanced {
        opacity: 1;
        bottom: 0;
        pointer-events: auto;
    }

	

}
@media (max-width: 1400px) {
    #ProductMenu_List > li > a {
        font-size: 18px;
    }
	.productcardUsp > div img {
        display: none;
    }
}
@media (max-width: 1200px) {

    .countdown {
		font-size: 13px;
	}
	.countdown img {
		display: none;
	}
	.productcard h1 {
		font-size: 200%;
	}
    #ProductMenu_List > li.home {
        display: none;
    }
    #ProductMenu_List > li.has-dropdown > a:after {
        display: none;
    }
    #ProductMenu_List > li > a {
        font-size: 17px;
    }
    #ProductMenu_List > li.autoColumns > div > div:not(:last-child) {
        margin-right: 15px;
    }
    
    .productcardUsp span {
		font-size: 13px;
	}
    header .trustpilot {
        display: none;
    }
    .Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li, .Favorites_Custom_UL > li {
        width: 31.33%;
    }
}
@media (max-width: 900px) {
    .grid {
        display: block;
    }
    .grid > * {
        width: 100%;
    }
    .gridText {
        padding: 0;
        margin: 10px 0 0 0;
    }
    

	body.webshop-productlist article > #ProductFilter-Container {
		display: none;
        margin: 0 0 15px;
        width: 100%;
	}
	body.webshop-productlist article > #Content_Productlist {
		width: 100%;
	}
	
	.productcard {
		display: block;
		margin: 0 0 30px 0;
	}

	.highlight a {
		display: none;
	}
	.frontpageUsp {
		margin: 40px 0;
	}
	.frontpageUsp > div {
		display: block;
		width: 100%;
		margin: 0 0 30px 0;
	}
	.frontpageUsp span {
		font-size: 20px;
	}
	body, input, select, textarea, button {
		font-size: 13px;
	}
	#ProductmenuContainer_DIV, #Search_Form {
		display: none;
	}
    


    .ProductList_Custom_DIV div[data-type*="type"] {
		flex-wrap: wrap;
	}
    .ProductList_Custom_DIV div[data-type*="type"] .text h3 {
        font-size: 190%;
    }

	.ProductList_Custom_DIV div[data-type*="type2"] .text,
	.ProductList_Custom_DIV div[data-type*="type2"] .image,
	.ProductList_Custom_DIV div[data-type*="type5"] .text,
	.ProductList_Custom_DIV div[data-type*="type1"] .image,
	.ProductList_Custom_DIV div[data-type*="type1"] .text {
		width: 100%;
	}
	.ProductList_Custom_DIV div[data-type*="type"] .image img {
		min-height: 10px;
		transform: none;
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
	}
	.ProductList_Custom_DIV div[data-type*="type4"] .imageTitle {
		width: 80%;
		text-align: center;
	}
	.ProductList_Custom_DIV div[data-type*="type6"] {
		min-height: 250px;
	}


	.cardArticle .columns {
		column-count: 1;
	}
	.cardArticle .boxes > * {
		width: 96%;
	}

    .cardArticle .space, .cardArticle .boxes.space, .cardArticle hr.space {
        margin-top: 30px;
        margin-bottom: 30px;
    }

	.shoplogo {
		padding: 0;
	}
	.shoplogo img {
		height: 26px;
	}
	.breadcrumbContainer a:after {
		border-bottom: 9px solid transparent;
	}

	.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;
	}

	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;
	}


	.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%;
	}

    .fpFooterText > section {
        display: block;
        max-width: 100%;
    }
    .fpFooterText > section > * {
        width: 100%;
    }
    .fpFooterText h2 {
        font-size: 23px;
    }
    .fpFooterText p {
        line-height: 1.8em;
        font-size: 100%;
    }
    .fpFooterText > section > div:first-child {
        background-color: #737703;
    }
    .fpFooterText > section > div:last-child {
        background-color: #9D6D20;
    }
    .fpFooterText:before, .fpFooterText:after {
        display: none;
    }
    .fpFooterText img {
        width: 40px;
		height: auto;
    }

	.blogSection {
		padding: 50px 0;
	}
	.blogSection > div > span {
		font-size: 30px;
	}
	.blogFrontpage {
		margin: 0;
	}
	.blogFrontpage > div {
		width: 100%;
		margin: 0 0 20px 0;
	}


	.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%;
	}

    body.webshop-productlist article {
        display: block;
    }

    .btnFilter {
        display: flex;
    }

    .showFlex {
        flex-wrap: wrap;
    }
    .customerInfo {
        padding: 20px;
    }
	form[action="/shop/customer.html"]:not([name="CustomerCenterForm"]) {
		padding: 20px;
        width: 98%;
	}
	[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 article {
		padding-top: 0;
	}
    .checkout-tp {
        margin-bottom: 18px;
    }

	.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, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li, .Favorites_Custom_UL > li {
		width: 46%;
		margin: 0 2% 4%;
	}


	li .product {
		padding: 10px;
	}
    li .product .name > a {
        font-size: 13px;
    }
	li div.Element_Overlay_Frontpage_SavingsContainer_DIV, li div.Element_Overlay_ProdList_SavingsContainer_DIV, li div.Element_Overlay_Frontpage_SavingsContainer_DIV, li div.Element_Overlay_ProductInfo-related-savingsContainer_DIV, li div.Element_Overlay_ShowBasket-related-savingsContainer_DIV, .productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
		padding: 3px 7px;
	}
	li div.Element_Overlay_ProdList_SavingsText_DIV, li div.Element_Overlay_Frontpage_SavingsText_DIV, li div.Element_Overlay_ProductInfo-related-savingsText_DIV, li div.Element_Overlay_ShowBasket-related-savingsText_DIV, li .product .news {
		font-size: 10px;
	}
	li .product .news {
		top: 10px;
		left: 10px;
	}
	li .product > .discount,
	.productcard .images .discount {
		top: 10px;
		right: 10px;
	}
	.productcard .images .discount {
		width: 60px;
		height: 60px;
		border-radius: 30px;
		font-size: 14px;
		top: 0;
		right: 0;
	}

	li .product a[href*="AddFavorite"] {
		width: 15px;
		margin: 0 0 0 10px;
	}


	li .product .price {
		font-size: 16px;
	}
	li .product .price strike {
		font-size: 13px;
	}

	/* PRODUCTCARD */

	.productcard h1 {
		font-size: 200%;
	}
	.productcard .images, .productcard .info {
		display: block;
		width:100%;
		margin: 0 0 20px 0;
	}
	.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 {
		font-size: 15px;
	}
	.tabsDivContainer > div:first-of-type {
		display: block;
	}
	.tabsDivContainerDescription > * {
		width: 100%;
		margin: 0 0 20px 0;
	}


	


	.fpBoxes {
		display: block;
		margin: 0 0 50px;
	}
	.fpBoxes > * {
		margin: 0 0 15px;
		width: 100%;
	}



    .webshop-checkout .searchMobile {
        display: none;
    }


}


@media (max-width: 600px) {
	

	.countdown p {
		display: block;
		margin: 0 0 5px 0;
	}
}

@media (max-width: 550px) {
	.breadcrumbContainer a {
		background-color: #eee;
		padding: 2px 5px;
		margin: 0 2px;
		position: relative;
	}
	.breadcrumbContainer a:before {
		display: none;
	}
	.breadcrumbContainer a:after {
		display: none;
	}
	/*
	.productcardUsp {
		display: block;
		margin: 0;
	}
	.productcardUsp > div {
		flex: none;
		width: 100%;
		margin: 0 0 10px 0;
	}
	.productcardUsp span {
		font-size: 13px;
	}
	*/

}

@media(max-width: 420px) {
	.staff .staff-item {
		width: 96%;
	}
}
