@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');*/

.bTemp {
	display: none;
}
#ShopMainLayOutTable {
	display:none;
}
html, body {
	height: 100%;
}
body {
	margin:0 0 50px;
	/*background-image: url('/images/skins/Bewise/images/background.png');*/
	
}
body, input, textarea, select, .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, td.VariantGroupLabel {
	font-family:'Open Sans', sans-serif;
	color:#484848;
	font-size:13px;
	font-weight:normal;
}
input[type="text"], input[type="password"], input[type="tel"], select, textarea {
	height: 33px;
	width: 100%;
	padding: 0 10px;
	border: 1px solid #D4D4D4;
	-webkit-border-radius:3px;
	border-radius:3px;
}
*:before {
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    background-color: #FFF;
    padding: 0px 24px 0px 7px;
	height: 40px;
    width: 100%;
    background-image: url('/images/skins/Bewise/images/select-arrow.png');
    background-repeat: no-repeat;
    background-size: 11px auto;
    background-position: calc(100% - 10px) 50%;
	cursor:pointer;
}
textarea {
	height: 80px;
	padding: 10px;
}
select::-ms-expand {
    display: none;
}

a {
	color:#000;
}
a:hover {
	color:#858585;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	border:0;
}

.wrapper > .shadow {
	margin:0 auto;
	max-width:95%;
}
.shadow img {
	display:block;
	width:100%;
}
input[type="submit"], input[type="button"], #checkout-container input#confirm-complete-button, a.ShowBasket_SendBasketLink_Send_Link, body.webshop-frontpage div.nivo-dynamic-text-link, div.ui-widget.dd-dialog-responsive input[type="button"], div.ui-widget.dd-dialog-responsive input[type="button"]:hover, .button {
	font-weight:bold;
	border:0;
	color:#fff;
	cursor:pointer;
	background-color:rgb(60,170,73);
	-webkit-appearance: none;
	display:inline-block;
	font-size:17px;
	padding:10px 15px;
	text-decoration:none;
	text-transform:uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div.ui-widget.dd-dialog-responsive input[type="button"], div.ui-widget.dd-dialog-responsive input[type="button"]:hover {
	padding:0;
}

h1, .Heading_Productmenu, .Heading_Terms, .Heading_Profile, .Heading_AdvancedSearchPage, .Heading_ShowBasket_Master, #checkout-container h1.checkout-headline, aside .header, .Heading_B2Blogin, .SubCatsProcuctsHeading, .Heading_Customer, .Heading_ProductList, .Heading_Favorites, .Heading_OrderStep4, .Heading_B2BLogin {
	font-weight:800;
	display: block;
	text-align: left;
	font-size: 45px;
	padding:0;
	margin:0px 0px 20px;
	border:0;
	letter-spacing: -2px;
	color:rgb(208,33,40);
}
.Heading_B2BLogin ~ br {
	display: none;
}
.Heading_B2BLogin ~ p {
	padding: 0;
	margin: 0 0 20px;
}
h1 small {
	font-weight: normal;
	font-size: 24px;
	color: rgba(182,182,182,1.00);
	letter-spacing:normal;
}
.red {
	color: rgb(208,33,40);
}
h2 {
	font-size:20px;
	font-weight:bold;
	padding:0;
	margin:0 0 10px;
}
h4 {
	font-weight: bold;
	background-color: rgb(208, 33, 40);
	margin: 0 0 20px;
	padding: 10px;
	color: rgba(255,255,255,1.00);
	font-size: 20px;
	text-align: center;
	border-radius: 4px;
}
.wrapper {
	width:1400px;
	max-width:95%;
	margin:20px auto;
	box-shadow: 0px 0px 40px rgba(0,0,0,.25);
	border-radius: 4px;
}
header {
	position:relative;
	z-index: 500;
}
header > section {
	position:relative;
	height:110px;
	background-color: rgba(255,255,255,1.00);
	border-radius: 4px 4px 0 0;
}
div.dd-theme-default .dd-nivoSlider {
	background-color:transparent;
}
div.nivoSlider a.nivo-imageLink {
	height:100% !important;
	z-index:9;
}
.WebShopSkinLogo {
	position:absolute;
	top:50%;
	left:30px;
	width: 31%;
    height: auto;
    display: block;
	transform:translateY(-50%);
}

header .support {
	position: absolute;
	right:160px;
	z-index: 999;
	top: 0;
	height: 100%;
	white-space: nowrap;
	display: none;
}
body:not(.loggedIn) .support {
	display: block;
}
body.inMemberArea .support {
	display: none;
}
header .support img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 110px;
    height: auto;
    display: block;
}
header .support a {
	position: absolute;
	right: 117px;
	top: 50%;
	line-height: 1;
	text-decoration: none;
	text-align: right;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}
.support a small {
	color:rgb(208,33,40);
	font-weight: 800;
	font-size: 19px;
	text-transform: uppercase;
}
.support a strong {
	color:rgb(60,170,73);
	font-weight: 800;
	display: block;
	font-size: 26px;
}
.support a i {
	font-size: 10px;
	font-style: normal;
}
header .upload {
	position: absolute;
	left: 28%;
	top: 50%;
	line-height: 1;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	border:solid 1px rgba(231,231,231,1.00);
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
}
header .upload span {
	position: absolute;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
	display: block;
	width: 100%;
	top: 50%;
}
header .upload span .fa {
	font-size: 18px;
}
header .upload span small {
	display: block;
	margin: 3px 0 0;
	font-size: 10px;
}
.account {
	position:absolute;
	right:200px;
	top:0;
	height: 100%;
	width: 120px;
	z-index:100;
	background-color:rgba(0,0,0,.10);
}
.account > .button {
	position:absolute;
	height: 100%;
	width: 100%;
	cursor: pointer;
	z-index: 20;
}
.account > .button > section {
	position:absolute;
	text-align: center;
	top:50%;
	left:50%;
	-webkit-transform:translateY(-50%) translateX(-50%);
	-moz-transform:translateY(-50%) translateX(-50%);
	transform:translateY(-50%) translateX(-50%);
}
.account > .button .fa {
	font-size: 28px;
	line-height: 1;
}
.account > .button small {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 6px 0 0;
	font-size: 11px;
}
.account > form {
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	background-color:rgba(222,222,222,1.00);
	width: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.account.open > form {
	width: 500px;
	border-left: solid 5px rgba(208,208,208,.80);
}
.account > form > section {
	position: absolute;
	white-space: nowrap;
	top:50%;
	left:50%;
	-webkit-transform:translateY(-50%) translateX(-50%);
	-moz-transform:translateY(-50%) translateX(-50%);
	transform:translateY(-50%) translateX(-50%);
	width: 90%;
}
.account > form .signin {
	position: relative;
}
.account > form input[type="text"], .account > form input[type="password"] {
	float: left;
	width: calc(50% - 35px);
	background-color: rgba(255,255,255,1.00);
	border: solid 1px rgba(136,136,136,.40);
	border-right: 0;
	padding: 0 10px;
	font-size: 13px;
	color: rgba(0,0,0,1.00);
}
.account > form input[type="submit"] {
	font-size: 12px;
	border-radius: 0;
	padding: 0;
	width: 70px;
}
.account > form input[type="text"], .account > form input[type="password"], .account > form input[type="submit"] {
	height: 43px;
}
.account > form .signin .links {
	position: absolute;
	top: calc(100% + 5px);
	text-align: right;
	width: 100%;
}
.account > form .signin .links a {
	font-size: 11px;
	text-decoration: none;
}
.account > .button .points, header .basket .totalproducts {
	border: solid 2px rgba(255,255,255,1.00);
	background-color: #d02128;
	color: rgba(255,255,255,1.00);
	font-size: 10px;
	line-height: 1;
	white-space: nowrap;
	border-radius: 6px;
	padding: 3px 7px;
	position: absolute;
	top: -6px;
	left: -10px;
	font-family: Arial;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
	max-width: 87%;
	z-index: 20;
	overflow: hidden;
	text-overflow: ellipsis;
}
.account > .button .points .count, header .basket .totalproducts .count {
	font-weight: bold;
}
.account > .button .points {
	display: none;
}
.basket:not(.active) .totalproducts {
	display: none;
}

.basket .creditcards {
	display: none;
}
body.inMemberArea .basket {
	display: none;
}
header .basket {
	position:absolute;
	right:30px;
	top:50%;
	height: calc(100% - 20px);
	width: 140px;
	z-index:100;
	transform: translateY(-50%);
	/*
	background: rgb(73,73,73);
	background: -moz-linear-gradient(top, rgba(73,73,73,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(73,73,73,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(73,73,73,1) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#000000',GradientType=0 );
	*/
	background: rgb(59,176,69);
	background: -moz-linear-gradient(top, rgba(59,176,69,1) 0%, rgba(27,143,40,1) 100%);
	background: -webkit-linear-gradient(top, rgba(59,176,69,1) 0%,rgba(27,143,40,1) 100%);
	background: linear-gradient(to bottom, rgba(59,176,69,1) 0%,rgba(27,143,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bb045', endColorstr='#1b8f28',GradientType=0 );

	border-radius: 4px;
	color:rgba(255,255,255,1.00);
	cursor: pointer;
}
header .basket > section {
	position:absolute;
	text-align: center;
	top:50%;
	left:50%;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transform:translateY(-50%) translateX(-50%);
	-moz-transform:translateY(-50%) translateX(-50%);
	transform:translateY(-50%) translateX(-50%);
}
header .basket > section:before {
	content: "\f291";
	font-size: 28px;
	line-height: 1;
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
header .basket > section .fa {
	font-size: 28px;
	line-height: 1;
}
header .basket .totalprice {
	text-transform: uppercase;
	margin: 6px 0 0;
}
header .basket div.basketlink a {
	color:rgba(255,255,255,1.00);
	text-decoration: underline;
	white-space: nowrap;
}
header .basket .creditcards {
	display:none;
}


#BottomFreeGift {
	z-index: 99999;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	box-shadow: 0 0 40px rgba(0,0,0,.3);
	border-top: 8px solid rgb(208,33,40);
}
#BottomFreeGift.hidden {
	display: none;
}
#BottomFreeGift > .container {
	width: 1400px;
	max-width: 90%;
	margin: 0 auto;
	padding: 40px 0;
	display: flex;
	align-items: center;
	position: relative;
}
#BottomFreeGift > .container > div {
	flex: auto;
}
#BottomFreeGift > .container > div:nth-child(1) strong {
	font-size: 40px;
	display: block;
	margin: 0 0 5px;
}
#BottomFreeGift > .container > div:nth-child(1) > div {
	font-size: 22px;
	margin: 0 0 10px;
}
#Gifts {
	display: flex;
}
#Gifts .giftwrapper {
	flex: auto;
	margin: 0 0 0 2%;
	text-align: center;
	border: solid 1px rgba(234,234,234,1.00);
	padding: 10px;
	border-radius: 4px;
}
#Gifts .giftwrapper p {
	margin: 0;
	padding: 10px 0 0;
}
.giftwrapper img {
	max-width: 100%;
	max-height: 100px;
}

#ToggleFreeGiftPopup {
	position: absolute;
	font-family: FontAwesome;
	border-radius: 3px 3px 0 0;
	padding: 7px 15px;
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
	bottom: 100%;
	right: 0;
	flex: none;
	cursor: pointer;
}
#ToggleFreeGiftPopup:before {
	
	font-size: 17px;
	
}

#ChooseFreeGift {
	padding: 15px;
	border: solid 1px rgba(230,230,230,1.00);
	border-radius: 7px;
	margin: 0 0 15px;
}
#ChooseFreeGift .Gifts {
	display: flex;
	margin: -1%;
	flex-wrap: wrap;
}
#ChooseFreeGift .Gifts > div {
	flex: auto;
	margin: 1%;
	max-width: 31.33%;
	border: solid 3px rgba(212,212,212,1.00);
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
#ChooseFreeGift .Gifts > div.NoThanks {
	min-width: 80px;
	padding: 10px;
}
#ChooseFreeGift .Gifts > div:hover {
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
#ChooseFreeGift .Gifts > div.active {
	border-color: rgb(59,176,69);
}
#ChooseFreeGift .Gifts > div.active:before {
	content: "\f00c";
	font-size: 50px;
	position: absolute;
	color:rgb(59,176,69);
	text-shadow: 0 0 8px rgba(0,0,0,.3);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 20;
	font-family: 'FontAwesome';
	font-weight: 900;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
#ChooseFreeGift .Gifts > * img {
	max-width: 100%;
	margin: 0 0 15px;
}
#ChooseFreeGift .Gifts > div p {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
#ChooseFreeGift .Gifts > div.NoThanks p {
	font-size: 120%;
}
#ChooseFreeGift .Gifts > div.NoThanks > * {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
body.webshop-checkout #BottomFreeGift {
	display: none;
}


/* BAROMETER */
.barometer {
	margin: 0 0 30px;
	font-size: 12px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	background-color: rgba(255,255,255,1.00);
}
.barometerInner {
	border:solid 1px rgba(139,182,145,1.00);
	background-color:rgba(242,242,242,.30);
	border-radius: 4px;
}
.barometer .progress {
	height: 30px;
	position: relative;
	background-color: rgba(139,182,145,1.00);
}
.barometer .progressInfo {
	position: absolute;
	top: 50%;
	right: 10px;
	color: rgba(255,255,255,1.00);
	transform: translateY(-50%);
	font-weight: bold;
	white-space: nowrap;
}
.barometer .progressInfo.redeemed {
	right: 50%;
	transform: translateY(-50%) translateX(50%);
}
.barometer .progressInfo .fa {
	font-size: 17px;
	margin: 0 10px 0 0;
}
.barometer .progress .percentage {
	position: absolute;
	left: 100%;
	top: 50%;
	height: 120%;
	border: solid 2px rgba(255,255,255,1.00);
	background-color: #d02128;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
	width: 40px;	
	transform: translateY(-50%);
	border-radius: 5px;
}
.barometer .progress .percentage span {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	width: 100%;
	text-align: center;
	display: block;
	line-height: 1;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
}

.priceGroups {
	display: none;
}


#ProductmenuContainer_DIV .basket {
	display: none;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 2px;
	background-color: rgb(60,170,73);
	padding: 6px 10px;
	border-top: solid 1px rgba(0,0,0,.30);
	border-left: solid 1px rgba(0,0,0,.20);
	color:rgba(255,255,255,1.00);
	cursor: pointer;
}
#ProductmenuContainer_DIV .basket .basketlink {
	display: none;
}
#ProductmenuContainer_DIV .basket .fa {
	vertical-align: middle;
	font-size: 16px;
	margin: 0 6px 0 0;
}
#ProductmenuContainer_DIV .basket .totalprice {
	display: inline-block;
	vertical-align: middle;
}
#ProductmenuContainer_DIV .basket .totalproducts {
	border: solid 2px rgba(255,255,255,1.00);
	background-color: #d02128;
	border-radius: 50%;
	position: absolute;
	width: 20px;
	height: 20px;
	top: -6px;
	left: -10px;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
}
#ProductmenuContainer_DIV .basket .totalproducts .count {
	font-weight: bold;
	color: rgba(255,255,255,1.00);
	font-size: 10px;
	line-height: 1;
	font-family: Arial;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#ProductmenuContainer_DIV .basket .totalproducts .text {
	display: none;
}
.stuck #ProductmenuContainer_DIV .basket {
	display: block;
}

ul.usp.top {
	margin: 0;
	list-style-type: none;
	display: none;
	padding: 10px 0 10px 30px;
	background-color: rgba(244,244,244,1.00);
}
body:not(.inMemberArea) ul.usp.top.slick-initialized {
	display: block;
}
ul.usp.top li {
	font-size: 13px;
	position: relative;
	padding: 0 30px 0 0;
	vertical-align: middle;
}
ul.usp.top li .fa {
	font-size: 17px;
	vertical-align: middle;
	margin: 0 5px 0 0;
	color: rgb(60,170,73);
}
ul.usp.top li span {
	display: inline-block;
}
ul.usp.top li span, ul.usp.top li .fa {
	vertical-align: middle;
}
ul.usp.top li span strong {
	display: inline-block;
}
ul.usp.top li span small {
	display: inline-block;
	margin: 0 0 0 5px;
}

.productcard ul.usp {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: none;
}
.productcard ul.usp > li {
	margin: 3px 0;
}
.productcard ul.usp > li .fa {
	font-size: 16px;
	color: rgb(60,170,73);
	vertical-align: top;
	margin: 0 4px 0 0;
}
.productcard ul.usp li > span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px);
}

/* NEW USP */
div.usp.top {
	margin: 0;
	list-style-type: none;
	padding: 10px 0 10px 30px;
	background-color: rgba(244,244,244,1.00);
}
div.usp.top:not(.slick-initialized) {
    display: flex;
}
div.usp.top:not(.slick-initialized) > div,
div.usp.top .slick-slide {
	position: relative;
	display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: none;
}
div.usp.top:not(.slick-initialized) > div {
    width: 20%;
}
div.usp.top .fa {
	font-size: 17px;
	margin: 0 5px 0 0;
	color: rgb(60,170,73);
}
div.usp.top span strong {
	display: inline-block;
}
div.usp.top span small {
	display: inline-block;
	margin: 0 0 0 5px;
}




/* TOPMENU */
.TopMenu_MenuItems {
	display: none;
}
/*
.TopMenu_MenuItems {
	position:absolute;
	top:10px;
	right:0;
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:0;
}
.TopMenu_MenuItems > li {
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 13px;
}
.TopMenu_MenuItems > li > a {
	text-transform:uppercase;
	font-size: 11px;
	text-decoration:none;
}
.TopMenu_MenuItems > li > a.Link_Active_Topmenu {
	color:rgba(0,0,0,0.40);
}
.TopMenu_MenuItems > li > img {
	height:15px;
	display:block;
}
*/



/* SEARCH */
#Search_Form {
	position:absolute;
	right:520px;
	bottom:50%;
	width: 25%;
	height: 50px;
	transform:translateY(50%);
}
body.inMemberArea #Search_Form {
	display: none;
}
.SearchTitle_SearchPage, .nbsp, #Search_Form br {
	display:none;
}
#Search_Form:before {
	content: "\f002";
	font-family: 'FontAwesome';
	font-size: 20px;
	line-height: 1;
	font-weight: normal;
	position: absolute;
	color: rgba(177, 177, 177, 0.5);
	top: 50%;
	left: 16px;
	z-index: 30;
	transform: translateY(-50%);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
header .SearchField_SearchPage {
	color: #000;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 0px 0 0 50px;
	border: 1px solid rgba(177, 177, 177, 0.5);
	height: 100%;
	width: 100%;
	font-size: 14px;
	position: absolute;
	right: 0px;
	font-weight: normal;
	letter-spacing: 1px;
    outline: none;
	
	border-radius:15px;
}
header .SubmitButton_SearchPage {
	height: calc(100% - 10px);
	padding: 0 15px;
	position: absolute;
	z-index: 20;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	border-radius:12px;
}



article {
	padding:30px;
	position:relative;
	background-color: rgba(255,255,255,1.00);
}
article:after {
	content:"";
	clear:both;
	display:block;
}
/*
body.webshop-productlist article > .content {
	float:right;
	width:80%;
}
*/

/* ASIDE */
aside {
	float:left;
	width:17%;
	display: none;
}
body.webshop-productlist aside {
	display: block;
}


/* FILTER ASIDE */
#btn-filter {
	display:none;
}
aside #ProductFilter-Container > div > .product-filter-clear {
	margin:0 0 20px;
}
aside #ProductFilter-Container > div:not(.product-filter-headertext-container) {
	position:relative;
}
aside .product-filter-headertext-container {
	font-weight:bold;
	background-color:#383838;
	padding:8px 15px;
	color:rgba(255,255,255,1.00);
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
aside .product-filter-clear-all-top-right, aside .product-filter-clear-all-bottom-right {
	position:absolute;
	bottom:calc(100% + 8px);
	right:10px;
	z-index:10;
}
aside .product-filter-clear-all a {
	color:rgba(255,255,255,1.00);
	font-size:12px;
}
aside .product-filter-header-clearlink-container a {
	font-size:12px;
}
aside .product-filter-container {
	border-top:0;
}
aside .product-filter-checkbox {
	margin:0 5px 0 0;
}


/* FRONTPAGE */
/*
body.webshop-frontpage .slider-wrapper:after {
    content: "";
    max-width: 100%;
    margin: 0 auto;
    height: 30px;
    display: block;
    background-image: url('/images/skins/Bewise/images/shadow.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
*/
.frontpage-groups {
	clear: both;
	margin: 0 -1%;
	font-size: 0;
}
.frontpage-groups > a {
	display: inline-block;
	font-size: 13px;
	width: 10.5%;
	margin: 0 1% 2%;
	vertical-align: top;
}
.frontpage-groups > a img {
	width: 100% !important;
	height: auto !important;
}

ul.popularGroups, ul.popularUsp {
	margin: 0 -1% 40px;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
ul.popularUsp {
	margin-bottom: 0;
}
ul.popularGroups > li, ul.popularUsp > li {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	text-align: left;
	border:solid 1px rgba(229,229,229,1.00);
	padding: 20px;
	width: 31.33%;
	margin: 0 1% 2%;
}
ul.popularGroups > li a, ul.popularUsp > li a {
	display: block;
	text-decoration: none;
}
ul.popularGroups > li a strong, ul.popularUsp > li a strong {
	display: block;
	font-size: 27px;
	margin: 0 0 2px;
}
ul.popularGroups > li a small, ul.popularUsp > li a small {
	font-size: 17px;
	color:rgb(208,33,40);
	display: block;
	margin: 0 0 5px;
}
ul.popularGroups > li a span, ul.popularUsp > li a span {
	margin: 0 0 10px;
	padding: 0;
	display: block;
}
ul.popularGroups > li a i, ul.popularUsp > li a i {
	font-style: normal;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	background-color: rgb(60,170,73);
	display: inline-block;
	padding: 6px 15px;
	border-radius: 2px;
}
ul.popularGroups > li img, ul.popularUsp > li img {
	float: right;
	width: 34%;
	margin: 0 0 0 20px;
}

/*
ul.topLevelUl {
	margin: 0 -1% 40px;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
ul.topLevelUl > li {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	text-align: center;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	padding: 20px;
	width: 18%;
	margin: 0 1% 2%;
}
ul.topLevelUl > li a {
	display: block;
	text-decoration: none;
}
ul.topLevelUl > li img {
	display: block;
	width: 100%;
}
ul.topLevelUl > li span {
	font-weight: bold;
	display: block;
	background: rgb(208,33,40);
	background: -moz-linear-gradient(top, rgba(208,33,40,1) 0%, rgba(178,19,25,1) 100%);
	background: -webkit-linear-gradient(top, rgba(208,33,40,1) 0%,rgba(178,19,25,1) 100%);
	background: linear-gradient(to bottom, rgba(208,33,40,1) 0%,rgba(178,19,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02128', endColorstr='#b21319',GradientType=0 );
	padding: 8px 10px;
	color: rgba(255,255,255,1.00);
}
*/
.fpSlideshow {
	float: right;
}
.fpBannersContainer {
	float: left;
	width: 76.9%;
}
.fpBanners {
	margin: 0 -1%;
	padding: 0;
	list-style-type: none;
}
.fpBanners:after {
	clear: both;
	content: "";
	display: block;
}
.fpBanners > li {
	float: left;
	width: 23%;
	margin: 0 1% 2%;
}
.fpBanners > li span.ProductMenu_Category_Icon_Container {
	display: block;
}
.fpBanners > li img {
	display: block;
	width: 100%;
    height: auto;
	border-radius: 6px;
}

ul.banners {
	margin: 0 0 40px;
	padding: 0;
	list-style-type: none;
}
ul.banners:after {
	clear: both;
	content: "";	
	display: block;
}
ul.banners > li:nth-child(1) {
	float: left;
	width: 67%;
}
ul.banners > li:nth-child(2) {
	float: right;
	width: 31%;
	margin: 0 0 1.4%;
}
ul.banners > li:nth-child(3) {
	float: right;
	width: 31%;
}

ul.uspFrontpage {
	margin: 0 -1%;
	font-size: 0;
	padding: 0;
	list-style-type: none;
}
ul.uspFrontpage > li {
	display: inline-block;
	vertical-align: top;
	width: 31.333%;
	margin: 0 1%;
	background-color:rgba(235,245,237,1.00);
	padding: 20px;
	font-size: 20px;
	text-align: center;
}
ul.uspFrontpage > li .fa {
	font-size: 30px;
	color: rgb(60,170,73);
}
ul.uspFrontpage > li span {
	display: block;
}
ul.uspFrontpage > li strong {
	display: block;
	font-size: 26px;
}
ul.uspFrontpage > li small {
	font-size: 22px;
}
ul.uspFrontpage > li:nth-child(n+4) {
	display: none;
}

ul.fp-cat {
	margin: 0 -1% 40px;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	display: none;
}
ul.fp-cat > li {
	font-size: 13px;
	display: inline-block;
	width: 23%;
	margin: 0 1% 2%;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	border-radius: 10px;
	padding: 10px;
}
ul.fp-cat > li img {
	display: block;
	width: 100%;
	border-radius: 6px;
}


.brandsSlider {
	margin: 0 0 40px;
}
.brandsSlider img:not(:hover) {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray;
	-webkit-filter: grayscale(100%);
}
.brandsSlider.slick-initialized .slick-slide {
	vertical-align: middle;
	padding: 0 10px;
}
body.webshop-frontpage .slider-wrapper {
	margin-bottom: 20px;
}
/*
body.webshop-frontpage .slider-wrapper:after {
	content:"";
	max-width:95%;
	margin:0 auto;
	height:30px;
	display:block;
	background-image:url('/images/skins/Bewise/images/shadow.png');
	background-repeat:no-repeat;
	background-size:100% 100%;
}
*/
body.webshop-frontpage .slider-wrapper .nivo-controlNav {
	position:absolute;
	width:100%;
	margin:14px 0 0;
}
body.webshop-frontpage .nivo-controlNav a {
	background-image:none;
	background-color:rgba(0,0,0,0.20);
	-webkit-border-radius:50%;
	-moz-borde-radius:50%;
	border-radius:50%;
	width:6px;
	height:6px;
}
body.webshop-frontpage .nivo-controlNav a.active {
	background-color:rgba(108,108,108,1.00);
}
body.webshop-frontpage .dd-nivoSlider div.nivo-caption {
	opacity:1.0;
	top:auto;
	right:auto;
	bottom:50% !important;
	left:50%;
	background-color:transparent;
	padding:0;
	color:rgba(83,83,83,1.00);
	-webkit-transform: translateY(50%) translateX(-50%);
	-moz-transform: translateY(50%) translateX(-50%);
	transform: translateY(50%) translateX(-50%);
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:13px;
	line-height:13px;
	text-align:left;
	text-shadow:1px 1px 0px rgba(255,255,255,0.30);
	font-weight:300;
	width:1100px;
	max-width:95%;
	height:auto;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
body.webshop-frontpage div.nivo-dynamic-text {
	top:calc(50% - 25px) !important;
	right:auto;
	bottom:auto !important;
	left:50% !important;
	width:1100px;
	max-width:95%;
	letter-spacing:1px;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
body.webshop-frontpage div.nivo-dynamic-text-header {
	font-size:45px;
	font-weight:300;
	margin:0 0 10px;
}
body.webshop-frontpage div.nivo-dynamic-text-teaser {
	text-transform:uppercase;
	font-size:12px;
}
body.webshop-frontpage div.nivo-dynamic-text-link {
	margin:10px 0 0;
	font-size:13px;
}
body.webshop-frontpage div.nivo-dynamic-text-link:hover {
	background-color:rgba(111,111,111,1.00);
}

.Text1_FrontPage {
	display:block;
	margin:0 0 30px;
}
.Text1_FrontPage:after {
	clear: both;
	content: "";
	display: block;
}
.Text1_FrontPage > div.slider-align, .Text1_FrontPage > div:first-child {
	float: right;
	width: 21.6%;
}
.Text1_FrontPage > div.slider-align img, .Text1_FrontPage > div:first-child img {
	border-radius: 6px;
}
.Text1_FrontPage > div:first-child img {
    display: block;
    width: 100%;
    height: auto;
}
.Text2_FrontPage {
	display:block;
	margin:30px 0 0;
	/*
	-moz-column-count: 3;
	-moz-column-gap: 50px;
	-webkit-column-count: 3;
	-webkit-column-gap: 50px;
	column-count: 3;
	column-gap: 50px;
	-webkit-column-rule: 1px solid rgba(229,229,229,1.00);
	-moz-column-rule: 1px solid rgba(229,229,229,1.00);
	column-rule: 1px solid rgba(229,229,229,1.00);
	*/
	
	position: relative;
}
.Text2_FrontPage.expandable {
	height: 150px;
	overflow: hidden;
}
.Text2_FrontPage.open {
	height: auto;
}
.Text2_FrontPage.expandable:not(.open):after {
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	content: "";
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.Text2_FrontPage.open + .readMore {
	display: none;
}

.Text2_FrontPage h2 {
	-webkit-column-span: all;
	-moz-column-span: all;
    column-span: all;
}

ul.frontpageCategories {
	margin: 0 -1%;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
ul.frontpageCategories > li {
	font-size: 13px;
	display: inline-block;
	width: 23%;
	margin: 0 1% 2%;
	border:solid 5px rgba(244,244,244,1.00);
	position: relative;
	background-color: rgba(208,33,40,1);
}
ul.frontpageCategories > li > a {
	display: block;
	height: 150px;
	overflow: hidden;
	position: relative;
}
ul.frontpageCategories > li img {
	position: absolute;
	top: -24%;
	right: 53%;
	height: 170%;
	border-radius: 50%;
	box-shadow: 5px 5px 0 rgba(0,0,0,.2);
}
ul.frontpageCategories > li > a > span {
	position: absolute;
	bottom: 10%;
	right: 0;
	width: 45%;
	padding: 0 15px 0 0;
	z-index: 20;
	font-size: 11px;
	color: rgba(255,255,255,1.00);
}
ul.frontpageCategories > li > a > span > strong {
	box-shadow: 0 3px 0 rgba(0,0,0,.2);
	padding: 5px 20px;
	font-weight: bold;
	display: block;
	color: rgba(255,255,255,1.00);
	font-size: 17px;
	background-color: rgb(60,170,73);
	width: calc(100% + 60px);
	margin: 0 0 10px -30px;
	border-radius: 4px 0 0 4px;
}


.memberBanner.top {
	display: none;
}
.memberBanner.bottom {
	color: rgba(255,255,255,1.00);
	padding: 50px 0 50px 16%;
	border-top:solid 30px rgba(241,241,241,1.00);
	border-bottom:solid 30px #ffe4a2;
	position: relative;
	background: rgb(208,33,40);
	background: -moz-linear-gradient(top, rgba(208,33,40,1) 0%, rgba(178,19,25,1) 100%);
	background: -webkit-linear-gradient(top, rgba(208,33,40,1) 0%,rgba(178,19,25,1) 100%);
	background: linear-gradient(to bottom, rgba(208,33,40,1) 0%,rgba(178,19,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02128', endColorstr='#b21319',GradientType=0 );
}
.memberBanner.bottom .header {
	font-size: 60px;
	line-height: 1;
	margin: 0 0 8px;
	text-shadow: 2px 2px 0 rgba(0,0,0,.3);
	font-weight: 700;
}
.memberBanner.bottom .subheader {
	font-size: 30px;
	color: #ffe4a2;
}
.memberBanner.bottom a {
	position: absolute;
	right: 40px;
	top: 50%;
	display: block;
	padding: 15px 25px;
	transform: translateY(-50%);
	color: rgba(255,255,255,1.00);
	background-color: rgb(60,170,73);
	font-size: 26px;
	border-top: solid 1px rgba(0,0,0,.30);
	border-left: solid 1px rgba(0,0,0,.20);
	text-decoration: none;
	border-radius: 6px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.memberBanner.bottom .memberBadge {
	height: 140%;
	position: absolute;
	top: -10%;
	left: -4%;
}


/* MOST VIEWED - MOST SOLD */
.mostviewed-header, .mostviewed-products, .mostsold-header, .mostsold-products {
	display:none;
}
.mostviewed-products {
	margin-bottom: 70px;
}
.mostviewed-header, .mostsold-header {
	font-size:15px;
	letter-spacing:1px;
	text-transform:uppercase;
	border-bottom:solid 1px rgba(229,229,229,1.00);
	padding:0 30px 10px 0;
	margin:0 0 20px;
}
.mostsold-header {
	margin:40px 0 20px;
}
.mostviewed-header.active, .mostsold-header.active {
	display:inline-block;
}
.mostviewed-products .product, .mostsold-products .product {
	padding:0 15px;
}
.mostviewed-products .product .name, .mostsold-products .product .name {
	text-align:center;
	text-overflow:ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size:11px;
	padding:15px 0 0;
	display: none;
}
.slick-prev, .slick-next {
	opacity:0;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:10px auto;
	width:30px;
	height:50px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:0;
	background-color:rgba(0,0,0,0.30);
	overflow:hidden;
	text-indent:-999px;
	cursor:pointer;
	z-index: 300;
}
.slick-prev {
	background-image:url('/images/skins/Bewise/images/arrow-prev.png');
}
.slick-next {
	right:0;
	background-image:url('/images/skins/Bewise/images/arrow-next.png');
}
.slick-slider:hover .slick-prev, .slick-slider:hover .slick-next {
	opacity:1.0;
}
.slick-prev:hover, .slick-next:hover {
	background-color:rgba(0,0,0,0.70);
}
body.webshop-frontpage article > .content > .shadow {
	margin:20px 0 30px;
}
body.webshop-frontpage article > .content > div.shadow:nth-of-type(2) {
	margin:20px 0 0;
}


/* B2B LOGIN */
.alreadyExists {
	margin: 15px 0;
	padding: 12px 15px;
	background-color: rgba(244,212,213,1.00);
	border: solid 1px rgba(162,98,99,1.00);
	color: rgba(96,14,16,1.00);
	border-radius: 6px;
}
.b2bAcceptTerms {
	font-size: 12px;
	padding: 10px 0;
}
form[action="/shop/b2blogin.html"] > div > table {
	width:100%;
}

form[action="/shop/b2blogin.html"] > div > table > tbody > tr:nth-child(3) > td:nth-child(1) {
	width:1%;
	padding-right:15px;
}
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="text"], .B2BLogin_TD article form[action="/shop/addb2b.html"] input[type="text"],
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="email"],
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="password"] {
	-webkit-appearance:none;
	height:40px;
	width:200px;
	max-width:100%;
	margin:3px 0;
	padding:0 10px;
}
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input:focus {
	border:solid 1px #0085AD;
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.1);
}
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="submit"] {
	margin-top:10px;
}
.B2BLogin_TD article form[action="/shop/b2blogin.html"] > br {
	display:none;
}


/* CUSTOMER */
.Customer_TD input[type="text"]#xprofileid.TextInputField_Customer {
	-webkit-appearance:none;
	font-size:23px;
	height:44px;
	width:200px;
	margin:0 4px 0 0;
	padding:0 10px;
	float:left;
}
.SubmitButton_Customer {
	float:left;
}


#checkout-container .shippingMessage {
	text-align: center;
	padding: 10px;
	background-color: rgba(217,239,212,1.00);
	color: rgba(83,118,80,1.00);
	border-radius: 3px;
	margin: 0 0 10px;
}
#checkout-container .shippingMessage br {
	display: none;
}
#checkout-container .shippingMessage i {
	margin: 0 10px 0 0;
}

/* PRODUCTMENU */
nav.productmenu .shippingMessage {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(255,255,255,1.00);
	white-space: nowrap;
}
nav.productmenu .shippingMessage .fa {
	font-size: 18px;
	margin: 0 10px 0 0;
}
nav.productmenu .shippingMessage br {
	display: none;
}
nav.productmenu {
	position:relative;
	z-index:100;
}
#ProductmenuContainer_DIV {
	
	background: rgb(208,33,40);
	background: -moz-linear-gradient(top, rgba(208,33,40,1) 0%, rgba(178,19,25,1) 100%);
	background: -webkit-linear-gradient(top, rgba(208,33,40,1) 0%,rgba(178,19,25,1) 100%);
	background: linear-gradient(to bottom, rgba(208,33,40,1) 0%,rgba(178,19,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02128', endColorstr='#b21319',GradientType=0 );
	
	/*
	background: rgb(76,76,76);
background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 100%);
background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(19,19,19,1) 100%);
background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(19,19,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
	*/
	padding: 0 12px;
	position: relative;
}
#ProductmenuContainer_DIV .Heading_ProductMenu {
	display:none;
}
.ProductMenu_Category_Icon_Container {
	display: none;
	font-size: 0;
}
#ProductMenu_List {
	margin:0;
	padding:0;
	list-style-type:none;
	display: flex;
	max-width: 82%;
}
#ProductMenu_List > li {
	flex: auto;
}
#ProductMenu_List > .dropdown {
	display: none;
}
body.inMemberArea #ProductMenu_List > li:nth-child(n+3) {
	display: none;
}

#ProductMenu_List > li > a, #ProductMenu_List > li > span {
	display:block;
	padding:14px 10px;
	text-align: center;
	font-size:16px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	line-height:1;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
	border-right:solid 1px rgba(0,0,0,0.10);
	position:relative;
	color: rgba(255,255,255,1.00);
	height: 100%;
}
#ProductMenu_List > li > span {
	cursor: default;
}

#ProductMenu_List > li > a[href*="-587s1.html"] {
	background-color: rgba(233,239,0,1.00);
	color: rgba(0,0,0,1.00);
	text-shadow: 0 0 0 rgb(0,0,0);
}
#ProductMenu_List > li > a[href*="-587s1.html"]:before {
	content: "\f0c9";
	font-family: 'FontAwesome';
	font-weight: normal;
	margin: 0 8px 0 0;
}
#ProductMenu_List > li > a[href*="-587s1.html"] + ul > li > .ProductMenu_Category_Icon_Container img {
	border-radius: 5px 5px 0 0;
}
#ProductMenu_List > li > a[href*="-587s1.html"] + ul > li > a {
	display: block;
}

body:not(.inMemberArea) #ProductMenu_List > li > a[href*="/shop/frontpage.html?shop"] {
	display: none;
}


#ProductMenu_List > li > span.ProductMenu_Category_Icon_Container {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	margin: 0 0 0 18px;
	position: relative;
	
}
#ProductMenu_List > li > span.ProductMenu_Category_Icon_Container img {
	height: 30px;
	display: block;
}
#ProductMenu_List > li > span.ProductMenu_Category_Icon_Container + a {
	padding-left: 5px;
}

/*
#ProductMenu_List > li > span.ProductMenu_Category_Icon_Container {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	margin: 0 0 0 18px;
	position: relative;
	height: 30px;
	width: 30px;
	background-color: rgba(0,0,0,.10);
	border-radius: 2px;
	border-left: solid 1px rgba(0,0,0,.10);
	border-top: solid 1px rgba(0,0,0,.10);
}
#ProductMenu_List > li > span.ProductMenu_Category_Icon_Container img {
	width: 70%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
*/
/*
#ProductMenu_List > li:not(.TopMenu_MenuItem) > a {
	padding-left: 5px;
}
*/


#ProductMenu_List > li.offers:not(.show), #ProductMenu_List > li.news:not(.show) {
	display: none;
}
#ProductMenu_List > li.offers, #ProductMenu_List > li.news {
	position: relative;
}
#ProductMenu_List > li > .count, .mobileMenuUl > li > .count {
	position: absolute;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	font-family: Arial;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	padding: 2px;
	color: rgba(255,255,255,1.00);
	background-color: rgb(60,170,73);
	border: solid 2px rgba(255,255,255,1.00);
	top: 0px;
	left: 3px;
	z-index: 10;
	border-radius: 2px;
	line-height: 1;
	box-shadow: 2px 2px 0 rgba(0,0,0,.2);
}
#ProductMenu_List > li.TopMenu_MenuItem_Active > .count {
	background-color: #d02128;
}
#ProductMenu_List > li.active, #ProductMenu_List > li.TopMenu_MenuItem_Active {
	background-color:rgb(60,170,73);
}
/* LEVEL 2 */
#ProductMenu_List > li > ul, #ProductMenu_List > li > div {
	display: none;
	position: absolute;
	list-style-type: none;
	background-color:rgba(255,255,255,1.00);
	padding: 20px 30px;
	/*box-shadow: 0 0 5px rgba(0,0,0,.4);*/
	box-shadow: 0 10px 40px rgba(0,0,0,.7);
}
#ProductMenu_List > li.mega > ul {
	padding: 20px 0 0 30px;
	left: 0;
	width: 100%;
}
#ProductMenu_List > li.mega > ul > li {
	width: calc(16% - 30px);
	display: inline-block;
	margin: 0 30px 30px 0;
	text-align: center;
}
#ProductMenu_List > li.mega > a[href*="-21s1.html"] + ul > li {
	/*width: calc(12.4% - 20px);*/
	width: calc(9.02% - 20px);
	margin: 0 20px 15px 0;
}
/*
#ProductMenu_List > li.mega > ul > li:nth-child(n+15) {
	display: none;
}
*/
#ProductMenu_List > li.hover:hover > ul, #ProductMenu_List > li.hover:hover > div {
	display: block;
}
#ProductMenu_List > li.mega > ul > li > .ProductMenu_Category_Icon_Container {
	display: block;
}
#ProductMenu_List > li.mega > ul > li > .ProductMenu_Category_Icon_Container img {
	display: block;
	width: 100%;
    height: auto;
	border-radius: 5px;
}
#ProductMenu_List > li.mega > ul > li > a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	padding: 5px;
	border-radius: 0 0 5px 5px;
	background: rgb(208,33,40);
	background: -moz-linear-gradient(top, rgba(208,33,40,1) 0%, rgba(178,19,25,1) 100%);
	background: -webkit-linear-gradient(top, rgba(208,33,40,1) 0%,rgba(178,19,25,1) 100%);
	background: linear-gradient(to bottom, rgba(208,33,40,1) 0%,rgba(178,19,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02128', endColorstr='#b21319',GradientType=0 );
	display: none;
}
#ProductMenu_List > li > ul > li > ul {
	display: none;
}
#ProductMenu_List > li > ul > li > a > span {
	font-weight: normal;
}

#ProductMenu_List > li:not(.mega) > ul > li > a, #ProductMenu_List > li > div > div > a {
	text-decoration: none;
	display: block;
	padding: 8px;
	border-bottom: solid 1px rgba(236,236,236,1.00);
}
#ProductMenu_List > li > div > div > a > span.ProductMenu_MenuItemBold {
	font-weight: normal;
}
#ProductMenu_List > li > div > div {
	display:inline-block;
	vertical-align:top;
}
#ProductMenu_List > li > div .ProductMenu_Category_Icon {
	display: none;
}

#ProductMenu_List > li > div > div:not(:last-child) {
	margin-right:30px;
}

/*
#ProductMenu_List > li > ul, #ProductMenu_List > li > div {
	display: none;
	position: absolute;
	background-color:rgba(255,255,255,1.00);
	padding: 20px 30px 0;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
}
#ProductMenu_List > li.hover:hover > div {
	display: block;
}
#ProductMenu_List > li > div:after {
	content: "";
	display: block;
	clear: both;
}
#ProductMenu_List > li > div > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#ProductMenu_List > li.rows > div {
	width: 100%;
	left: 0;
}
*/
/*
#ProductMenu_List > li.rows > div > ul {
	-webkit-column-count:4px;
	column-count: 4;
	-webkit-column-gap:30px;
	column-gap: 30px;
	display: inline-block;
}
*/
#ProductMenu_List .banner {
	width: 19%;
	float: right;
	margin: 0 0 20px;
}
#ProductMenu_List > li.rows > div > ul {
	margin: 0 -1%;
	padding: 0;
	list-style-type: none;
}
#ProductMenu_List > li.rows > div.hasBanner > ul {
	width: 80%;
}
#ProductMenu_List > li.rows > div > ul > li {
	display: inline-block;
	vertical-align: top;
	width: 18%;
	margin: 0 1% 20px;
}
#ProductMenu_List > li.rows > div > ul > li > a {
	display: block;
	color: #d02128;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
#ProductMenu_List > li.rows > div > ul > li > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#ProductMenu_List > li.rows > div > ul > li > ul > li > a {
	text-decoration: none;
}
#ProductMenu_List > li.rows > div > ul > li > ul > li > a > span.ProductMenu_MenuItemBold {
	font-weight: normal;
}
#ProductMenu_List > li.rows > div > ul > li > ul > li.more > a {
	color:rgba(0,0,0,1.00);
	font-size: 10px;
}
#ProductMenu_List > li.rows > div > ul > li > ul > li.more > a .fa {
	color: #d02128;
	margin: 0 4px 0 0;
}

/* LEVEL 4 */
#ProductMenu_List > li > div > ul > li > ul > li > ul {
	display: none;
}

/*
#ProductMenu_List > li > ul {
	opacity:0;
	position:absolute;
	top:-2000px;
	margin:0;
	padding:0;
	list-style-type:none;
	background-color:#383838;
	box-shadow:4px 2px 8px rgba(0,0,0,0.10);
	min-width:150px;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
#ProductMenu_List > li > ul > li > a {
	display:block;
	padding:8px 18px;
	border-bottom:solid 1px rgba(255,255,255,0.10);
	text-decoration:none;
	color:rgba(255,255,255,1.00);
	white-space:nowrap;
}
#ProductMenu_List > li > ul > li:hover > a {
	background-color:rgba(153,153,153,0.10);
}
#ProductMenu_List > li > ul > li:last-child > a {
	border-bottom:none;
}
#ProductMenu_List > li > ul > li > ul {
	display:none;
}
*/




a#ActiveCategory_A {
	display:none !important;
}


#btnTop {
	position: fixed;
	display: none;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 6px 25px 7px;
	background-color: rgba(178,19,25,1);
	color: rgba(255,255,255,1.00);
	z-index: 600;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
}
#btnTop .fa {
	font-size: 19px;
	line-height: 1;
}


/* AUTOGROUPS */
.autoGroupSelect {
	display: none;
}
.autoGroupContainer {
	padding: 20px;
	background-color: rgba(248,248,242,1.00);
	border:solid 1px rgba(235,234,216,1.00);
	border-radius: 0 6px 6px;
	position: relative;
}
.autoGroupContainer.showExamples {
	padding: 20px 7.5%;
}
.autoGroupTitleContainer {
	margin: 15px 0 0;
}
.autoGroupTitle {
	padding: 6px 20px;
	background-color: rgba(235,234,216,1.00);
	border-radius: 6px 6px 0 0;
	display: inline-block;
	font-weight: bold;
	font-variant-caps: 16px;
}
.autoGroupDiv {
	margin: 0 -1%;
	position: relative;
	text-align: center;
}
.autoGroupDiv:after {
	clear: both;
	content: "";
	display: block;
}
.autoGroupDiv > img {
	position: absolute;
	height: 100%;
}
.autoGroupDiv > img.heightExampleLeft {
	right: 100%;
}
.autoGroupDiv > img.heightExampleRight {
	left: 100%;
}
.autoGroupDiv > div {
	/*float: left;
	width: 12.28%;*/
	width: 10%;
	display: inline-block;
	margin: 0 1%;
	vertical-align: bottom;
}
.autoGroupDiv > div:hover {
	opacity: .6;
}
.autoGroupDiv .autoGroup img {
	display: block;
	width: 100%;
}
.autoGroupDiv .name {
	display: none;
}
.autoGroupDiv .name a {
	background-color: rgba(235,234,216,1.00);
	border-radius: 0 0 5px 5px;
	padding: 5px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	font-size: 12px;
}


/* FOOTER */
footer {
	padding:50px 30px;
	background-color: rgba(255,255,255,1.00);
	border-radius: 0 0 4px 4px;
}
footer > ul {
	margin:0 -2%;
	padding:0;
	list-style-type:none;
    display: flex;
}
footer > ul > li {
    flex: auto;
	margin:0 2%;
	line-height:20px;
}
footer > ul > li > strong {
	display:block;
	font-weight:bold;
	margin:0 0 10px;
	font-size:16px;
	line-height:normal;
}
footer > ul > li a {
	text-decoration:none;
}
footer ul.menu {
	margin:0;
	padding:0;
	list-style-type:none;
}
footer > .TopMenu_MenuItems {
	display: none;
}
body.loggedIn footer > ul > li.login {
	visibility: hidden;
}
ul.TopMenu_MenuItems {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
footer input[type="email"], footer input[type="password"] {
	display: block;
	width: 100%;
	height: 35px;
	border: solid 1px rgba(229,229,229,1.00);
	color: rgba(0,0,0,1.00);
	margin: 0 0 7px;
	border-radius: 2px;
	padding: 0 10px;
}
footer input[type="submit"] {
	font-size: 12px;
	margin: 0 0 10px;
}
footer .secure {
	width: 100px;
	float: left;
}
footer .vatInfo {
	margin: 0 0 15px;
	color: rgba(86,86,86,1.00);
}
footer li.topmenu ul.TopMenu_MenuItems {
	display: block;
}

.offerCountdownContainer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-size: 11px;
	padding: 4px 10px 4px;
	background: rgb(253,132,39);
	background: -moz-linear-gradient(top, rgba(253,132,39,1) 0%, rgba(249,97,33,1) 100%);
	background: -webkit-linear-gradient(top, rgba(253,132,39,1) 0%,rgba(249,97,33,1) 100%);
	background: linear-gradient(to bottom, rgba(253,132,39,1) 0%,rgba(249,97,33,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8427', endColorstr='#f96121',GradientType=0 );
}
.offerCountdownContainer strong {
	display: block;
}
.productcard .offerCountdownContainer {
	position: relative;
	bottom: auto;
	left: auto;
	display: inline-block;
	width: auto;
	margin: 0 0 10px;
}


.stock {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 20;
	color: rgba(255,255,255,1.00);
	padding: 4px 10px;
	font-size: 11px;
	background-color:#258330;
}
.stock.fewInStock {
	background-color: #bc5201
}

.productcard .stock {
	top: 0;
	left: 0;
}


.textBadge {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	color: rgba(255,255,255,1.00);
	padding: 4px 10px;
	font-size: 11px;
	text-align: left;
	background-color:rgba(0,0,0,1.00);
}
.textBadge.imagebadge {
	padding: 0;
	background-color: transparent;
}
.textBadge.active {
	display: block;
}
.textBadge > div:not(:last-child) {
	display: none;
}

.textBadge i {
	margin: 0 5px 0 0;
}


.freeShippingBadge {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 20;
	
}
.freeShippingBadge.textOnly {
	color: rgba(255,255,255,1.00);
	padding: 4px 10px;
	font-size: 11px;
	background-color:rgba(0,0,0,1.00);
	text-align: center;
}
.freeShippingBadge.noText {
	text-align: center;
	
	border-radius: 10px 4px;
	padding: 5px 7px;
	background-color: rgba(179,13,16,1.00);
	color: rgba(255,255,255,1.00);
}
/*
.freeShippingBadge.noText > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
*/
.freeShippingBadge.noText span {
	display: block;
	font-size: 10px;
	white-space: nowrap;
}
.freeShippingBadge.noText  i {
	margin: 0 0 4px;
	font-size: 17px;
}

.price .savings {
	display: inline-block;
	color: rgba(255,255,255,1.00);
	border-radius: 3px;
	padding: 1px 5px;
	margin: 0;
	background: rgb(253,132,39);
	background: -moz-linear-gradient(top, rgba(253,132,39,1) 0%, rgba(249,97,33,1) 100%);
	background: -webkit-linear-gradient(top, rgba(253,132,39,1) 0%,rgba(249,97,33,1) 100%);
	background: linear-gradient(to bottom, rgba(253,132,39,1) 0%,rgba(249,97,33,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8427', endColorstr='#f96121',GradientType=0 );
}
.productcard .price .savings {
	font-size: 20px;
	padding: 5px 15px;
}



.groupBadge {
	position: absolute;
	right: -5px; top: -5px;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
	z-index: 40;
}
.groupBadge span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 100px;
	display: block;
	background: #79A70A;
	background: linear-gradient(#4D4B4B 0%, #000000 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px;
	right: -21px;
}
.groupBadge span::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #000000;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #000000;
}
.groupBadge span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #000000;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #000000;
}
/*
.productcard .groupBadge {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 40;
}
*/




/* SOCIAL LINKS */
a.social {
	width:40px;
	height:40px;
	display:inline-block;
	margin:0 5px 0 0;
	background-color:rgba(231,231,231,1.00);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	position: relative;
}
a.social .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 18px;
	color: rgba(78,78,78,1.00);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}


/* BREADCRUMB */
div.breadcrumb {
	display: none;
}
div.breadcrumb br, .SubCats_BreadCrumb br {
	display:none;
}
div.breadcrumb, .SubCats_BreadCrumb, div.breadcrumb a, .SubCats_BreadCrumb a, div.breadcrumb td {
	text-decoration:none;
	font-size: 11px;
	color: rgba(165,165,165,1.00);
	line-height: 1;
}
div.breadcrumb a:hover, .SubCats_BreadCrumb a:hover {
	color:#d02128;
}
div.breadcrumb a.BreadCrumbLink_Active {
	border:solid 1px rgba(232,232,232,1.00);
	color:rgba(0,0,0,1.00);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:3px 4px;
	display:inline-block;
}


/* CONTENTLIST */
.ProductList_Custom_DIV {
	margin: 0 -1%;
}
.ProductList_Custom_DIV > div {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 0 1% 2%;
}
div .item {
	/*background-color: rgba(247,247,247,1.00);*/
	font-size: 0;
}
div .item.club {
	border: solid 1px rgba(217,217,217,1.00);
}
div .item:not(.club) {
	background-color: rgba(216,0,3,1.00);
}
div .item * {
	font-size: 13px;
}
div .item a {
	text-decoration: none;
}
div .item .image {
	display: inline-block;
	vertical-align: middle;
	width: 35%;
	position: relative;
}
div .item .image img {
	display: block;
	width: 100%;
}

div .item .info {
	display: inline-block;
	vertical-align: middle;
	width: 65%;
	padding: 30px;
}
div .item:not(.club) .info {
	color: rgba(255,255,255,1.00);
}
div .item .info h2, div .item .info > div > a {
	font-size: 20px;
	display: block;
	font-weight: bold;
}

.video .item .image:before {
	content: "\f16a";
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 20;
	color: rgba(216,0,3,1.00);
	font-size: 65px;
	text-shadow: 0 0 20px white;
}


/* PRODUCTLIST */
.no-procucts-found-on-empty-list {
	display: none;
}
.category-description {
	display:none;
	margin:0 0 25px;
}
/*
.category-description .CmsPageStyle {
	line-height:160%;
}
*/
.Frontpage_Custom_UL, .ProductList_Custom_UL, .Related_Custom_UL, .CustomersAlsoBought_Custom_UL {
	padding:0;
	margin:0 -1%;
	list-style-type:none;
    display: flex;
    flex-wrap: wrap;
}
.Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li {
	width:18%;
    flex: none;
	margin: 0 1% 2%;
    display: flex;
	background-color:#fff;
	border:solid 1px rgba(229,229,229,1.00);
}
.Frontpage_Custom_UL > li:nth-child(n+6) {
	display: none;
}
li .product {
	position:relative;
	padding:15px;
	text-align:center;
    display: flex;
    flex-direction: column;
    height: 100%;
}
li .product > * {
    flex: none;
}
li .product img {
	width:100%;
    height: auto;
    display: block;
}
li .product .name {
    flex: auto;
}
li .product .name a {
	display:block;
	font-size:12px;
	text-decoration:none;
	width: 100%;
	min-height: 44px;
	margin:18px 0 7px;
}
li .product .image {
	position:relative;
}

.stock.notInStock {
    background-color: #B00002;
}

.isOffer {
	display: none;
}
li .product .image .amount {
	position: absolute;
	padding: 3px 5px;
	background-color: rgb(60,170,73);
	border: solid 2px rgba(255,255,255,1.00);
	bottom: 0;
	right: 0;
	z-index: 10;
	border-radius: 4px;
	box-shadow: 2px 2px 0 rgba(0,0,0,.2);
}
li .product .image .amount span {
	line-height: 1;
	color: rgba(255,255,255,1.00);
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial;
	display: block;
}
li .product .badge {
	display: none;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: rgb(208,33,40);
	padding: 2px 10px;
	z-index: 20;
	font-size: 11px;
	color: rgba(255,255,255,1.00);
	white-space: nowrap;
	font-weight: bold;
}
li .product .short {
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 11px;
	color: rgba(153,153,153,1.00);
	width: 100%;
	display: block;
	white-space: nowrap;
	margin: 0 0 8px;
}
li .product .short br {
	display: none;
}
li .product .retail {
	color:rgba(169,0,2,1.00);
	visibility: hidden;
	font-size: 12px;
	display: none;
}
li .product .retail .retailPrice {
	margin: 0 0 0 4px;
}
li .product .retail.active {
	visibility: visible;
}
li .product .price {
	font-size:12px;
	font-weight:bold;
	display: none;
}
li .product .price .savings {
	display: inline-block;
	color: rgba(255,255,255,1.00);
	border-radius: 3px;
	padding: 1px 5px;
	margin: 0 0 0 4px;
	background: rgb(253,132,39);
	background: -moz-linear-gradient(top, rgba(253,132,39,1) 0%, rgba(249,97,33,1) 100%);
	background: -webkit-linear-gradient(top, rgba(253,132,39,1) 0%,rgba(249,97,33,1) 100%);
	background: linear-gradient(to bottom, rgba(253,132,39,1) 0%,rgba(249,97,33,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8427', endColorstr='#f96121',GradientType=0 );
}
li .product .price > span:not(.PriceStriked_Productlist) {
	padding-top: 1px;
	padding-bottom: 1px;
	display: inline-block;
}
li .product .price strike, .PriceStriked_Productlist {
	display: none;
}

ul.Related_Custom_UL .price strike, ul.CustomersAlsoBought_Custom_UL .price strike, ul.Frontpage_Custom_UL .price strike {
	padding:0 4px 0 0;
}
li .product .priceText {
	margin: 0 4px 0 0;
}
li .product .currency {
	margin:0 0 0 4px;
}
li .product .points {
	font-size: 11px;
}
li .product .points img {
	margin: 0 5px 0 0;
	height: 20px;
	vertical-align: middle;
}


li .product .buy {
	width:100%;
	overflow:hidden;
	margin:10px auto 0;
	position: relative;
	/*display: none;*/
}


li .product input[type="text"] {
	position: absolute;
	z-index: 30;
	left: 4px;
	top: 4px;
	height: calc(100% - 8px);
	text-align: center;
	width: 15%;
	border: 0;
	background-color: rgba(255,255,255,1.00);
	border-radius: 2px;
	padding: 0;
	font-size: 9px;
}
li .product .buy input[type="image"], li .product .buy img {
	border-radius: 3px;
	width:100%;
	display:block;
    height: auto;
}
li .product .buy img.hidden {
	visibility: hidden;
}

/* NEWS */
li .news {
	position:absolute;
	top:-6px;
	right:-5px;
	z-index:40;
	width:30%;
}
li .news img {
	width:100%;
}


.SubCats_Categories_Container section, .category-description section {
	display: none;
}
.SubCats_Categories_Container p {
	margin: 0;
	padding: 0;
}

/* PAGER */
.pager {
	clear:both;
	padding:20px 0 0;
}
.pager:after {
	content:"";
	clear:both;
	display:block;
}
.pager > div {
	display:block;
	float:left;
}
.pager .prev {
	width:20%;
	min-height:1px;
}
.pager .pages {
	width:60%;
	text-align:center;
}
.pager .next {
	width:20%;
	text-align:right;
}
.pager .next a,
.pager .prev a {
	display:inline-block;
	border:solid 1px #4D4D4D;
	padding:5px 10px;
	text-decoration:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.pager .pages a {
	display:inline-block;
	border:solid 1px #CECECE;
	padding:5px 10px;
	margin:0 3px;
	text-decoration:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.pager .pages a.ActivePageNumber_ProductList {
	border-color:#555;
	background-color:#555;
	color:#fff;
	font-weight:normal;
	padding-right:10px;
}

/* SETTINGS */
body.inMemberArea .settings {
	display: none;
}
.settings {
	padding: 0 0 15px;
}
.settings:after {
	clear: both;
	content: "";
	display: block;
}
.productsfound {
	float: right;
	font-size: 20px;
}
.productsfound strong {
	color:#3ba748;
}

#Productlist_Sort_table {
	margin:0;
}
.sort-container:after {
	content:"";
	clear:both;
	display:block;
}
.sort-selector {
	overflow:hidden;
	background-image: -ms-linear-gradient(top, #FEFEFE 0%, #F2F2F0 100%);
	background-image: -moz-linear-gradient(top, #FEFEFE 0%, #F2F2F0 100%);
	background-image: -o-linear-gradient(top, #FEFEFE 0%, #F2F2F0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE), color-stop(1, #F2F2F0));
	background-image: -webkit-linear-gradient(top, #FEFEFE 0%, #F2F2F0 100%);
	background-image: linear-gradient(to bottom, #FEFEFE 0%, #F2F2F0 100%);
	text-align: left;
}
.sort-selector a {
	display:inline-block;
	padding:8px 15px;
	font-size:11px;
	line-height:11px;
	color:#4E4E4E;
	text-decoration:none;
}
.sort-selector a:hover {
	background-color:#969696;
	color:#fff;
}
.sort-selector a.selected {
	background-color:#555;
	color:#fff;
}
.sort-selector a:last-child {
	border:0;
}
#Productlist_Sort_Select {
	
}



/* OFFER OVERLAY */
.product div.Element_Overlay_Container_DIV,
.product .Element_Overlay_ProdList_SpecialOfferContainer_DIV,
.product div.Element_Overlay_ProductInfo-relatedContainer_DIV,
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;
}
.ProductList_Custom_UL .image > a > div,
.Frontpage_Custom_UL .image > a > div,
.Related_Custom_UL .image > a > div,
div.Element_Overlay_DIV,
div.Element_Overlay_ProductInfo-relatedDIV,
div.Element_Overlay_ProductInfo-customersboughtDIV {
	display:block !important;
}
li div.Element_Overlay_Frontpage_SavingsContainer_DIV,
li div.Element_Overlay_ProdList_SavingsContainer_DIV,
li div.Element_Overlay_Frontpage_SavingsContainer_DIV,
li div.Element_Overlay_ProductInfo-related-savingsContainer_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV,
li div.Element_Overlay_ShowBasket-related-savingsContainer_DIV {
	top:-0;
	left:0;
	border-radius: 3px;
	padding: 5px 10px;
	position: absolute;
	background: rgb(253,132,39);
	background: -moz-linear-gradient(top, rgba(253,132,39,1) 0%, rgba(249,97,33,1) 100%);
	background: -webkit-linear-gradient(top, rgba(253,132,39,1) 0%,rgba(249,97,33,1) 100%);
	background: linear-gradient(to bottom, rgba(253,132,39,1) 0%,rgba(249,97,33,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8427', endColorstr='#f96121',GradientType=0 );
}
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,
.productcard div.Element_Overlay_ProdInfo_SavingsImage_DIV,
li .Element_Overlay_ShowBasket-related-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,
.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV,
li div.Element_Overlay_ShowBasket-related-savingsText_DIV {
	text-align: center;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	padding-top: 0px;
	padding-left: 0px;
	font-weight: bold;
	position: static;
	color:rgba(255,255,255,1.00);
}
.productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
	
}
.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV {
	font-size: 18px;
}

.long-description {
	position: relative;
}
.long-description.expandable:not(.open) {
	height: 267px;
	overflow: hidden;
}
.long-description.expandable:not(.open):after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.readMore {
	border-top: solid 1px rgba(230,230,230,1.00);
	padding: 5px 0 0;
	margin: 8px 0 0;
	cursor: pointer;
}
.readMore .fa {
	margin: 0 5px 0 0;
	color: #d02128;
}
.long-description.open + .readMore {
	display: none;
}

.productcard .slick-slide img {
	width: 100%;
    height: auto;
}



/* SPECS */
#specs {
	list-style-type:none;
	margin:20px 0 0;
	padding:0;
	border:solid 1px rgba(237,237,237,1.00);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	display:none;
}
#specs.active {
	display:block;
}
#specs > li {
	border-bottom:solid 1px rgba(155,155,155,0.40);
	padding:4px 0;
	display:none;
}
#specs > li:nth-child(2n+1) {
	background-color:rgba(155,155,155,0.10);
}
#specs > li.active {
	display:block;
}
#specs > li:last-child {
	border:0;
}
#specs > li > div {
	display:inline-block;
	vertical-align:top;
}
#specs > li > div:first-child {
	width:130px;
	padding:0 15px 0 20px;
}
#specs > li > div:last-child {
	font-weight:bold;
	width: calc(100% - 150px);
}

table.CmsPageStyle_Table, .profileWrapper table, .termsWrapper table {
	table-layout:fixed;
}
/*
table.CmsPageStyle_Table img, div.profileWrapper img, div.termsWrapper img {
	max-width:100%;
	height:auto !important;
}
*/
input.SubmitButton_AdvancedSearchPage[type="submit"] {
	font-size:13px;
	padding:6px 10px;
}

/* KLODSKLUBBEN */
.club:after {
    display: block;
    clear: both;
    content: "";
}
.benefits {
    width: 45%;
    float: left;
}
.benefits ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
}
.benefits ul li {
    display: block;
    margin: 5px 0;
    position: relative;
    padding: 0 0 0 20px;
}
.benefits ul li:before {
    position: absolute;
    content: "\f00c";
	top: 50%;
	font-size: 16px;
	left: 0;
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgb(60,170,73);
}
.benefits-info {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.benefits-info h3 {
    margin:0 0 5px 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
}
.memberarea {
    width: 45%;
    float: right;
    background-color: #f2f2f2;
    border-radius: 4px;
    padding: 20px;
}
.club input, .club select {
    margin-bottom:4px;
}
.memberarea input:not([type="submit"]) {
    display: block;
    width: 100%;
}

/* FAVORITES */
table.FavTB {
	table-layout:fixed;
}
table.FavTB > tbody > tr > td {
	border-bottom:solid 1px rgba(235,235,235,1.00);
	padding-top:10px;
	padding-bottom:10px;
}
td.FavTB_ProdImageTD {
	width:10%;
}
img.FavTB_ProdImage {
	max-width:100%;
}
td.FavTB_ProdNameTD {
	width:auto;
	vertical-align:middle;
	padding-left:25px;
}
td.FavTB_ProdNameTD > a {
	text-overflow:ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-weight:bold;
	text-decoration:none;
	padding:0 15px 0 0;
	display:block;
}
td.FavTB_ProdNameTD br {
	display:none;
}
td.FavTB_ProdAmountTD {
	display:none;
}
td.FavTB_ActionButtonsTD {
	width:40px;
}
td.FavTB_ActionButtonsTD > a:nth-of-type(-n+2) {
	display:none;
}
td.FavTB_ActionButtonsTD > a > img {
	width:25px;
	display:block;
}
td.FavTB_Buy {
	width:20%;
}
td.FavTB_Buy input {
	display:block;
	width:100%;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

/* PRODUCTGROUPS */
.SubCats_Categories_UL, .SubCats_Categories_DIV {
	padding:0;
	margin:40px -1%;
	list-style-type:none;
}
.SubCats_Categories_UL:after, .SubCats_Categories_DIV:after {
	content:"";
	clear:both;
	display:block;
}
.SubCats_Categories_UL > li, .SubCats_Categories_DIV > div {
	width:14.66% !important;
	float:none !important;
	margin:0 1% 2%;
	display:inline-block;
	vertical-align:top;
	border:solid 1px #D6D6D6;
	padding:10px;
	text-align:center;
}
.SubCats_Categories_DIV > div {
	width: 23% !important;
}
.SubCats_Categories_UL > li:last-child, .SubCats_Categories_DIV > div:last-child {
	display:none;
}

.SubCats_Categories_UL > li .image img, .SubCats_Categories_DIV > div .image img {
	width:100%;
    height: auto;
	display: block;
	margin: 0 0 5px;
}
.SubCats_Categories_DIV > div .image img {
	margin: 0;
}
.SubCats_Categories_UL > li .name a, .SubCats_Categories_DIV > div .name a {
	display:block;
	text-decoration:none;
	width: 100%;
	font-weight: bold;
	
	color:rgb(208,33,40);
}
.SubCats_Categories_DIV > div .name a {
	font-weight: bold;
	color: #fff;
	background-color: rgb(60,170,73);
	-webkit-appearance: none;
	display: block;
	font-size: 17px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
}


ul.submenu, ul.submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.submenu {
	margin: 0 0 20px;
}
ul.submenu ul {
	display: none;
}
ul.submenu > li > a {
	text-decoration:none;
	background-color:#383838;
	display:block;
	padding:8px 15px;
	color:rgba(255,255,255,1.00);
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
ul.submenu > li > a > span.ProductMenu_MenuItemBold {
	font-weight:bold;
}
ul.submenu > li > ul > li span.ProductMenu_MenuItemBold {
	font-weight: normal;
}

ul.submenu > li > ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.submenu > li > ul > li > a {
	display:block;
	padding:7px 15px;
	text-decoration:none;
	border:solid 1px rgba(216,216,216,1.00);
	border-top:0;
}
ul.submenu > li > ul > li.open > a {
	background-color:rgba(239,239,239,0.80);
}
ul.submenu > li > ul > li:last-child > a {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
ul.submenu > li > ul > li > ul {
	display:none;
	margin:0;
	padding:10px 0;
	list-style-type:none;
	border-right:solid 1px rgba(216,216,216,1.00);
	border-left:solid 5px rgba(216,216,216,1.00);
	border-bottom:solid 1px rgba(216,216,216,1.00);
}
ul.submenu > li > ul > li > ul > li > a {
	display:block;
	padding:1px 10px;
	text-decoration:none;
}
ul.submenu > li > ul > li > ul > li a.Activ_ProductMenu {
	border-right:3px solid rgba(102,102,102,1.00);
}



/* SLIDERS */
div.dd-theme-default .nivo-directionNav a {
	top:50%;
	background-color:rgba(0,0,0,0.30);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-position:50% 50%;
	background-size:10px auto;
	background-repeat:no-repeat;
	height:50px;
	width:30px;
	transform:translateY(-50%);
}
div.dd-theme-default a.nivo-prevNav {
	background-image:url('/images/skins/Bewise/images/arrow-prev.png');
}
div.dd-theme-default a.nivo-nextNav {
	background-image:url('/images/skins/Bewise/images/arrow-next.png');
}

/* PRODUCTCARD */
.productcard:after {
	content:"";
	clear:both;
	display:block;
}
body.webshop-productinfo .back {
	position:absolute;
	top:72px;
	right:25px;
}
body.webshop-productinfo h1 {
	font-size: 35px;
}
.productcard .buy {
	margin:20px 0 30px;
}
.productcard .buy:after {
	content:"";
	clear:both;
	display:block;
}
#BUYSECTION {
	float:left;
}
img.FavAddButton_ProductInfo {
	float:left;
	background-color:rgba(197,197,197,1.00);
	padding:13px;
	height:45px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.buyWrapperHeadline, .amountWrapperHeadline {
	display:none;
}
.amountWrapper {
	float:left;
}
.amountWrapper input {
	-webkit-appearance:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	height:45px;
	width:40px;
	border:solid 1px rgba(105,105,105,1.00);
	border-right:0;
	background-color:#FFFFFF;
	text-align:center;
	padding:0;
}
.buyWrapper {
	float:left;
	margin:0;
}
.buyWrapper input {
	height:45px;
	display:block;
	-webkit-appearance:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.productcard .documents > a:first-of-type {
	margin-top:20px;
	display:inline-block;
}
.productcard .documents img {
	width:25px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin:3px 10px 3px 0;
}

.productcard .news {
	position:absolute;
	top: -5px;
	right: -5px;
	width: 80px;
}
.productcard .news img {
	width:100%;
	display: block;
}
.productcard .images {
	float:left;
	width:30%;
	position:relative;
}
.productcard .imagecanvas {
	margin:0 0 15px;
	position: relative;
}
.productcard #swiper img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: scale-down;
}
.productcard #swiper > a:nth-child(n+2) {
    display: none;
}
.productcard .imagecanvas > img,
#Productinfo_Fancybox_Image_DIV img {
	width:100%;
    height: auto;
    display: block;
}
#swiperNavigation:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.productcard .imageselector > a, a.MagicThumb-swap {
	vertical-align:top;
	display: inline-block;
}
.productcard .imageselector {
	text-align: center;
}
.productcard .imageselector img {
	display:block;
	border:solid 1px rgba(205,205,205,1.00);
	padding:4px;
	width: 60px !important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:0 5px 5px !important;
}

#swiperNavigation img {
	border:solid 1px rgba(205,205,205,1.00);
	padding:4px;
	margin-right: 10px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
    height: auto;
}

.ProductInfo_MagixZoomPlus_MainImage_TABLE {
	display: none;
	width:100%;
}

#swiper .fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    z-index: 300;
    display: none !important;
}
#swiper .fa.fa-chevron-circle-left {
    left: 10px;
}
#swiper .fa.fa-chevron-circle-right {
    right: 10px;
}
#swiper:hover .fa {
	display: block !important;
}
#swiperNavigation {
	margin: 20px 0 0;
}
#swiperNavigation .fa {
	z-index: 300;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	font-size: 20px;
}
#swiperNavigation .fa.fa-chevron-circle-left {
	right: calc(100% + 10px);
}
#swiperNavigation .fa.fa-chevron-circle-right {
	left: calc(100% + 10px)
}
#swiperNavigation.slick-initialized .slick-slide {
	float: none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}


div.MagicThumb-caption {
	display:none !important;
}

.imagecanvas div.Element_Overlay_ProdInfo_SavingsDIV, .imagecanvas div.Element_Overlay_ProdInfo_SpecialOfferDIV {
	display:block;
}





.productcard .info, .productcard .memberInfo {
	float:left;
	width:34%;
	position:relative;
	margin:0 3%;
	padding: 30px;
	background-color: rgba(245,245,245,.60);
	border:solid 1px rgba(232,232,232,1.00);
	display: none;
}
body.inMemberArea .productcard .memberInfo {
	display: block;
}
body.inMemberArea .productcard .memberInfo.error {
	background-color: rgba(255,221,221,1.00);
	border-color:rgba(111,48,49,1.00);
}
body.inMemberArea .productcard .memberInfo.competition strong {
	display: block;
	font-size: 18px;
	margin: 0 0 10px;
}
body.inMemberArea .productcard .memberInfo.competition label {
	display: block;
	margin:0 0 10px;
	cursor: pointer;
}
body.inMemberArea .productcard .memberInfo.competition label input[type="radio"] {
	display: inline-block;
	vertical-align: top;
	margin: 4px 10px 0 0;
}
body.inMemberArea .productcard .memberInfo.competition label > div {
	display: inline-block;
	vertical-align: top;
}
body.inMemberArea .productcard .memberInfo.competition input[type="submit"] {
	margin: 10px 0 0;
	font-size: 12px;
}

body.inMemberArea .productcard .memberInfo.competition h2 {
	display: none;
}

.productcard .memberInfo > div > img {
	display: none;
}

.memberVideoContainer:after, .memberImagesContainer:after {
	clear: both;
	content: "";
	display: block;
}
.memberVideoContainer h2, .memberImagesContainer h2 {
	margin: 0 0 6px;
	font-size: 16px;
	padding: 0;
}
.memberVideoContainer a, .memberImagesContainer a {
	float: left;
	width: 25%;
	margin: 0 15px 15px 0;
	position: relative;
}
.memberVideoContainer a .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	font-size: 35px;
	text-shadow: 0 0 15px rgba(0,0,0,.3);
	transform: translateX(-50%) translateY(-50%);
	color: rgb(208,33,40);
}
.memberVideoContainer a img, .memberImagesContainer a img {
	display: block;
	width: 100%;
	border:solid 1px rgba(205,205,205,1.00);
	border-radius: 4px;
}
.printBox {
	margin: 15px 0 0;
	border:solid 1px rgba(211,235,217,1.00);
	background-color: rgba(249,255,251,1.00);
	padding: 10px 15px 10px 45px;
	position: relative;
	font-size: 12px;
}
.printBox strong {
	display: block;
}
.printBox u {
	display: block;
	margin: 5px 0 0;
}
.printBox i {
	display: block;
	margin: 8px 0 0;
	font-weight: bold;
}
.printBox:before {
	position: absolute;
	top: 15px;
	font-size: 18px;
	left: 15px;
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.printBox1:before {
	content: "\f0ee";
}
.printBox2:before {
	content: "\f0d1";
}
.productcard ul.details {
	margin:0 0 15px;
	padding:0;
	list-style-type:none;
	border:solid 1px rgba(223,223,223,1.00);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:none;
	font-size:0;
	background-color: rgba(255,255,255,1.00);
}
.productcard ul.details.active {
	display:inline-block;
}
.productcard ul.details:after {
	clear:both;
	content:"";
	display:block;
}
.productcard ul.details > li {
	font-size:12px;
	display:none;
	vertical-align:middle;
	border-right:solid 1px rgba(223,223,223,1.00);
	padding:7px 15px;
}
.productcard ul.details > li.active {
	display:inline-block;
}
.productcard ul.details > li.active.last {
	border-right:none;
}
.productcard ul.details > li > span {
	display:inline-block;
	vertical-align:middle;
}
.productcard ul.details > li.stock-message img {
	width:10px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	margin:0px 10px 0px 1px;
	vertical-align:middle;
}
/*
.productcard ul.details > li.delivery-time {
	background-image:url('/images/skins/Bewise/images/icon-delivery.png');
	background-repeat:no-repeat;
	background-size:13px auto;
	background-position:15px 53%;
	padding-left:35px;
}
*/
.productcard ul.details > li.delivery-time:before {
	content: "\f0d1";
	font-size: 15px;
	margin-right: 6px;
	line-height: 1;
	vertical-align: middle;
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.productcard ul.details > li.rating {
	padding-top:0;
	padding-bottom:0;
}
.productcard ul.details > li.rating > div {
	padding:0 !important;
}
.productcard ul.details > li.rating span.Product_Rating_Review_Text, .productcard ul.details > li.rating span.Product_Rating_Sum, .productcard ul.details > li.rating span.Product_Rating_NoRates, .productcard ul.details > li.rating span.Product_Rating_Voted {
	display:none;
}

/* PRODUCTCARD RATING */
div.Product_Rating_Symbols_Active_Right,
div.Product_Rating_Symbols_Active_Left,
div.Product_Rating_Symbols_Hover_Right,
div.Product_Rating_Symbols_Hover_Left,
div.Product_Rating_Symbols_Idle_Right,
div.Product_Rating_Symbols_Idle_Left,
div.Product_Rating_Symbols_Idle,
div.Product_Rating_Symbols_Active {
	background-image:url('/images/skins/Bewise/images/rating-stars.png');
	background-size:20px auto;
}

.productcard .right {
	float:right;
	width:30%;
	position:relative;
}

.productcard .product-number {
	margin:20px 0 0;
	font-size:11px;
}


.Variants {
	margin:15px 0 0;
}
table.VariantGroup {
	width:100%;
}
td.VariantGroupLabel {
	font-weight:bold;
	padding:0 0 4px;
}
table.VariantGroup select {
	width:100%;
}

.productcard .retail {
	display: none;
	color:#CA0003;
}
.productcard .retail.active {
	display: block;
}

.productcard .Prices_Custom_UL {
	width:auto;
	margin:0 0 5px;
	padding:0;
	list-style-type:none;
}
.productcard .Prices_Custom_UL .points {
	font-size: 15px;
}
.productcard .Prices_Custom_UL .points img {
	height: 40px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.productcard .Prices_Custom_UL .before-price {
	font-size:16px;
	line-height:16px;
	color:#CA0003;
	display: none;
}
.productcard .Prices_Custom_UL .before-price .before {
	text-decoration: line-through;
}

.productcard .Prices_Custom_UL > li {
	font-size:15px;
	padding: 0 0 5px;
}
.productcard .Prices_Custom_UL > li:after {
	clear: both;
	content: "";
	display: block;
}
.productcard .Prices_Custom_UL .price {
	padding: 0;
}
.productcard .Prices_Custom_UL .price > * {
	display: inline-block;
	vertical-align: middle;
}
.productcard .Prices_Custom_UL .price > .currency {
	margin: 0 10px 0 0;
}
.productcard .Prices_Custom_UL .price .text {
	color:#7E7E7E;
	padding-right:4px;
}
.productcard .Prices_Custom_UL li .vat {
	display: none;
}
.Prices_Custom_UL li:first-child .text {
	display:none;
}
.productcard .Prices_Custom_UL .discount {
	float: right;
	min-width: 80px;
	text-align: center;
	background-color:rgba(248,203,0,1.00);
	padding: 2px 0;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
}
.productcard .Prices_Custom_UL li:first-child {
	font-size:36px;
	line-height:1;
	font-weight: bold;
	margin: 0 0 10px;
}
.productcard .Prices_Custom_UL li:first-child .discount {
	display: none;
}


.Prices_Custom_UL li:last-child {
	margin:0 0 10px;
}

.productcard .short-description {
	padding:0 0 20px;
	font-weight:bold;
}

td.ProductInfo_MagixZoomPlus_MainImage_TD {
	border:0;
}
.productcard .addthis_toolbox {
	padding:20px 0 0;
}


/* RELATED PRODUCTS */
.related, .alsobought {
	margin:60px 0 0;
	display:none;
}
.related.active, .alsobought.active {
	display:block;
}
.related.active:before, .alsobought.active:before {
	content:"";
	clear:both;
	display:block;
	
}
.related.active:before {
	padding:30px 0 0;
}
.related .header, .alsobought .header {
	font-size:18px;
	margin:0 0 20px;
	padding:0;
}


/* GIFTCARD */
body.giftcard ul.Prices_Custom_UL,
body.giftcard table.VariantGroup > tbody > tr:first-child {
	display:none;
}
body.giftcard table.VariantGroup {
	width:100%;
}
body.giftcard table.VariantGroup input {
	display:block;
	width:100%;
	height:40px;
	padding:0 10px;
	font-size:18px;
	line-height:18px;
	border:0;
}



/* SHOWBASKET */
#showbasketContent:after {
	clear:both;
	content:"";
	display:block;
}
div.ShowBasket_SimpleVariants_DIV {
	padding-left:0;
	padding-top:0;
}
.ShowBasket_ProductLine_ActionButtons_TD img {
	width:14px;
	margin:0 2px;
}
a.Order_back_basket {
	float:left;
	margin:15px 0 0;
	width: 10%;
}
a.Order_back_basket img {
	width:100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display:block;
}
a.Basket_Order img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	display:block;
	max-width:100%;
}
.Order_empty_basket {
	display:none;
}
a.ShowBasket_SendBasketLink_Dialog_Link {
	font-size: 12px;
	color:#575868;
	text-decoration:none;
	float:right;
	background-color:#fff;
	padding:7px 18px;
	border:solid 1px #d8dadc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 	
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.94, #F4F4F4), color-stop(0.94, #E7E7E7));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
}

.TableLines_BackgroundColor1 .Heading_ShowBasket {
	border-bottom:solid 1px #D6D6D6;
	padding-top:5px;
	padding-bottom:5px;
}
.productrow > td {
	border-bottom:solid 1px rgba(255,255,255,0.20);
	padding-top:10px;
	padding-bottom:10px;
}
#basket_PaymentFees td {
	background-color:#F0F0F0;
	padding-top:5px;
	padding-bottom:5px;
}

#basket_TotalPrice > td {
	font-size:18px;
}

table.showbasket {
	width:100%;
}
table.showbasket.head {
	border:1px solid #F2F2F2;
}
table.showbasket.body {
	border-left:1px solid #F2F2F2;
	border-right:1px solid #F2F2F2;
}
table.showbasket.body > tbody > tr > td {
	border-bottom:1px solid #F2F2F2;
}
table.showbasket td, table.showbasket th {
	padding:10px;
	vertical-align:top;
	text-align:left;
}
table.showbasket th {
	background-color:#F2F2F2;
	font-weight:bold;
}
table.showbasket .description {
	position:relative;
}
table.showbasket .description img.ProductImage_ShowBasket {
	margin:0 15px 0 0;
}
table.showbasket .description small {
	display:block;
}

table.showbasket .description a:nth-child(2) {
	display:block;
	text-decoration:none;
	font-weight:bold;
	max-width:280px;
}

table.showbasket .amount {
	width:11%;
	text-align:center;
}
table.showbasket .amount > a > img {
	width:20%;
	margin:0 0 0 10%;
	vertical-align:middle;
}
table.showbasket .amount .amountContainer {
	display:inline-block;
	width:60%;
	vertical-align:middle;
	position:relative;
	overflow:hidden;
	border:solid 1px #D5D5D5;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
table.showbasket .amount .amountContainer:after {
	content:"";
	clear:both;
	display:block;
}
table.showbasket .amount .amountContainer > div {
	float:left;
	padding:13px 0;
	width:60%;
	text-align:center;
	border-right:solid 1px #D5D5D5;
}
table.showbasket .amount .amountContainer > a {
	position:absolute;
	right:0px;
	height:50%;
	width:40%;
	display:block;
}
table.showbasket .amount .amountContainer > a:hover {
	background-color:#D5D5D5;
}
table.showbasket .amount .amountContainer > a:nth-of-type(2) {
	border-top:solid 1px #D5D5D5;
	bottom:0;
}
table.showbasket .amount .amountContainer > a > img {
	height:6px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
}
table.showbasket.noamount .amount .amountContainer {
	display:none;
}
table.showbasket .unitprice {
	width:15%;
	text-align:right;
}
table.showbasket .unittotal {
	text-align:right;
	width:15%;
}
.basket-checkout {
	width:26%;
	float:right;
	padding:10px;
	background-color:rgba(242,242,242,1.00);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.basket-checkout > div.fees {
	padding:4px 0;
}
.basket-checkout > div > div {
	float:right;
}
.basket-checkout .total {
	padding-bottom:20px;
	font-size:20px;
	font-weight:bold;
}
.wrapping {
	position:absolute;
	right:10px;
	top:10px;
}
.wrapping > table {
	font-size: 12px;
	color:#575868;
	text-decoration:none;
	background-color:#fff;
	border:solid 1px #d8dadc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 	
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.94, #F4F4F4), color-stop(0.94, #E7E7E7));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
}
.wrapping > table td {
	padding:5px 8px;
}
.wrapping input {
	margin:0 7px 0 0;
	cursor:pointer;
}

body.webshop-showbasket.basketEmpty #showbasketContent, body.webshop-showbasket.basketEmpty .ShowBasket_SendBasketLink_Dialog_Link {
	display:none;
}
body.webshop-showbasket:not(.basketEmpty) #basket-empty {
	display:none;
}


/* OPC */
body.webshop-checkout #Search_Form, body.webshop-checkout .sticky-wrapper, body.webshop-checkout .memberBanner, body.webshop-checkout:not(.loggedIn) header .support {
	display:none;
}
#checkout-container select.checkout-select, #checkout-container input.checkout-text {
	height:30px;
}
#checkout-container #column-data h3, #checkout-container div h2, div#customer-login h2 {
	font-size:16px;
	line-height:16px;
	font-weight:normal;
	padding:13px 15px;
	margin:0;
	background-color:#DCEBEF;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	position:relative;
}
#checkout-container h4 {
	font-size:13px;
	margin:10px 0 0;
	padding:0;
}
#column-data > h3:before, #checkout-container div h2:before, #payment-giftcertificateinfo > h2:before, body.webshop-checkout #customer-login > h2:before {
	position:absolute;
	background-color:#555;
	color:rgba(255,255,255,1.00);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	top:-8px;
	left:-8px;
	width:23px;
	height:23px;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	line-height:1;
	padding:4px 0 0;
}
#column-data > h3:before {
	content:"1";
}
#column-shipping-payment > h2:nth-of-type(1):before {
	content:"2";
}
#column-shipping-payment > h2:nth-of-type(2):before {
	content:"3";
}
#payment-cardinfo > h2:before, #payment-giftcertificateinfo > h2:before {
	content:"4";
}
div#order-summary > h2:before {
	content:"5";
}
#order-confirm > h2:before {
	content:"6";
}
/*
body.webshop-checkout #customer-login > h2:before {
	content:"6";
}
*/
#checkout-container input.checkout-text, #checkout-container input#checkout-giftcertificate-cardnumber, #checkout-container select.checkout-select {
	width: 100%;
	padding:0 5px;
	height: 35px;
	display:block;
	margin: 0px 0px 5px;
	color:rgba(0,0,0,1.00);
}
#checkout-container textarea.checkout-text {
	width: 100%;
	padding:7px 10px 7px 5px;
	height: 30px;
	display:block;
	margin: 0px 0px 5px;
}
#checkout-container input.checkout-text, #checkout-container input#checkout-giftcertificate-cardnumber, #checkout-container select.checkout-select, #checkout-container textarea.checkout-textarea, #checkout-container textarea.checkout-text {
	border:solid 1px #D4D4D4;
}
#checkout-container label {
	display:block;
}
#checkout-container  div.salesdiscountcode-container {
	float:none;
}
#checkout-container  div.salesdiscountcode-button-container {
	float:none;
	width:100%;
}
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res1,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res2,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res3,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res4,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res5 {
	margin-bottom:5px;
}
#checkout-container  div.salesdiscountcode-button-container .checkout-salesdiscount-code-button {
	float:none;
	font-size:12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height:25px;
}
#checkout-container small {
	display:block;
	color:#c00556;
}
#checkout-container #customer_lookup_submit, #checkout-container #checkout-container #checkout_lookupphone_submit, #checkout-container #confirm-complete-button, #checkout-container #checkout_altdelivery_lookupphone_submit, #checkout-container .checkout-salesdiscount-code-button, #checkout-container input#checkout_forgottenpassword_submit {
	padding:4px 5px;
	font-size:12px;
	float:none;
}

#checkout-container #checkout_lookupphone, #checkout-container #checkout_altdelivery_lookupphone, #checkout-container #customer-data {
	width:auto;
}

/* KOL 1 */
#checkout-container div#column-data {
	width:32%;
	padding:15px;
	border:solid 1px rgba(230,230,230,1.00);
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	min-height:0;
}
	/* ---- CUSTOMER */
	#customer-data {
		margin:15px 0 0;
	}
	
	/* ---- DGS */
	#customer-phone-lookup {
		padding:0 15px;
	}
	#customer-phone-lookup > p {
		padding:0;
		margin:2px 0 7px;
	}
	#checkout-container div#checkout-lookupphone-container {
		float:none;
		width:100%;
	}
	#checkout-container #column-data #customer-phone-lookup #checkout-lookupphone-container input {
		margin-bottom:5px;
	}
	#checkout-container div#checkout-lookupphone-button-container {
		float:none;
		width:100%;
	}
	input#checkout_lookupphone_submit {
		float:none;
		font-size:12px;
		height:25px;
		padding:2px 4px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	/* ---- LOGIN */
	body.webshop-checkout #customer-login {
		padding:0 0 15px;
		margin:0 0 20px;
		border:solid 1px rgb(208,33,40);
		border-radius: 6px;
	}
	#customer-login p, #checkout-container #customer-login fieldset {
		padding:0 15px;
	}
	#checkout-container div#checkout_password_login-container {
		float:none;
		width:auto;
	}
	#checkout-container input.checkout-lookup-button {
		float:none;
	}
	#checkout-container #column-data div#customer-login-devider {
		display:none;
	}
	#checkout-container div.salesdiscountcode-container {
		width:100%;
	}
	
	/* ---- ALT DEL. */
	#customer-alternative-delivery p {
		padding:0 15px;
	}
	#customer-alternative-delivery #customer-phone-lookup p {
		padding:0;
	}
	#checkout-container #customer-alternative-delivery {
		border-top:0;
	}
	#checkout-container div#checkout-lookupphone-altdelivery-container {
		float:none;
		width:100%;
	}
	
	div.checkout-row.altdev {
		border:solid 1px rgba(210,210,210,1.00);
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
		padding:10px;
		position: relative;
		/*
		background-image:url('/images/skins/Bewise/images/icon-delivery.png');
		background-repeat:no-repeat;
		background-size:16px auto;
		background-position:calc(100% - 15px) 12px;
		*/
		padding-right:40px;
		background-color:#F3F1EE;
		cursor:pointer;
		margin: 15px 0 0;
	}
	div.checkout-row.altdev:after {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		content: "\f0d1";
		font-family: 'FontAwesome';
		font-size: 15px;
	}
	div.checkout-row.altdev .div-checkout-checkbox {
		display:inline-block;
	}
	div.checkout-row.altdev .div-checkout-checkbox-label {
		display:inline-block;
		vertical-align:top;
		width:83%;
	}
	#checkout-container div.checkout-row.altdev .checkout-checkbox {
		float:none;
	}
	#checkout-container #column-data #customer-data div.checkout-row.altdev input {
		margin:0 6px 0 0;
	}
#checkout-container label[for="res4"] {
	margin: 15px 0 0;
	padding: 15px;
	background-color: rgba(243,255,244,1.00);
	border:solid 1px rgba(217,242,221,1.00);
	border-radius: 4px;
}
#checkout-container .salesdiscountcode-label b {
	display: block;
	margin: 0 0 4px;
}
#checkout-container .salesdiscountcode-label {
	margin: 0 0 10px;
}
	

/* KOL 2 */
#checkout-container div#column-shipping-payment {
	width:32%;
	margin:0 0 20px 2%;
	position:relative;
	padding:15px;
	border:solid 1px rgba(230,230,230,1.00);
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}
	/* ---- PAYMENT */
	#payment-methods {
		margin:0 0 15px;
		padding:10px 0;
	}
	.checkout-payment-description-cell {
		font-weight:bold;
	}
	.payment-message {
		font-size:11px;
		font-weight:normal;
	}
	
	/* ---- SHIPPING */
	#checkout-container #column-shipping-payment {
		min-height:10px;
	}
	#shipping-methods {
		padding:10px 0 0;
	}
	
	.checkout-shipping-description-cell {
		font-weight:bold;
	}
	.shipping-message {
		font-weight:normal;
		font-size:11px;
	}
	img#post-fix {
		position:absolute;
		right:20px;
		margin-top:40px;
	}
	
	#payment-methods > fieldset > label, #shipping-methods > label {
		border:solid 1px rgba(0,0,0,0.20);
		padding:8px 15px 8px 7px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
	}
	#payment-methods > fieldset > label:hover, #shipping-methods > label:hover {
		background-color:rgba(236,236,236,0.50);
	}
	tr.Checkout_ShippingMethodServices_Devider_TR {
		display:none;
	}
	table#Orderstep2_GLS_Table, table#Checkout_ShippingMethodServices_Table {
		margin:0 0 0 20px;
	}
	table#Orderstep2_GLS_Table td, table#Checkout_ShippingMethodServices_Table td {
		font-size:12px;
	}
	table#Orderstep2_GLS_Table td {
		padding-bottom:7px;
	}
	#pacsoftservicepoints {
		margin:10px 0 0;
	}
	div.pacsoftservicepoint label {
		margin-left:6px;
	}
div.checkout-payment-method-image img {
	max-height: 20px;
}
	
	

/* KOL 3 */
#checkout-container div#column-order-summary {
	width:32%;
	padding:0;
	float:right;
}
	
	/* ---- PAYMENT */
	#order-creditcard, #order-giftcertificate {
		margin:0 0 15px;
		padding:15px 15px 0;
		border:solid 1px rgba(230,230,230,1.00);
		-webkit-border-radius:7px;
		-moz-border-radius:7px;
		border-radius:7px;
	}
	
	#checkout-container div.checkout-payment-cardnumber-container {
		float:none;
	}
	#checkout-container div #txtCardNumber {
		width:100%;
	}
	#checkout-container div.checkout_payment_controlcode-container {
		width:70px
	}
	#checkout-container div #txtCardCvv {
		width:100%;
	}
	#checkout-container div #payment-cardinfo {
		padding:0;
		margin:0 0 15px;
		border:0;
	}
	body #checkout-container div #payment-cardinfo > fieldset {
		background-color:#fff;
		padding:10px 15px 0;
	}
	#checkout-container div #payment-cardinfo p {
		display:none;
	}
	#checkout-container div #payment-cardinfo fieldset {
		padding:10px 10px 0;
	}
.checkout-payment-cardexpire-month-container, .checkout-payment-cardexpire-year-container {
	width: 70px;
}
	#checkout-container input.checkout-text.checkout-payment-controlcode-text {
		width:40px;
	}
	#checkout-container label.left-label {
		float:none;
	}
	div.payment-giftcertificateinfo {
		border:0;
		padding:0;
	}
	.payment-giftcertificateinfo > p {
		padding:0 10px;
	}
	#checkout-container .payment-giftcertificateinfo > fieldset {
		padding:0 10px;
	}
	#checkout-container label[for="checkout-giftcertificate-cardnumber"] {
		display:none;
	}
	#checkout-container #checkout-giftcertificate-cardnumber {
		float:none;
		width:100%;
	}
	#payment-giftcertificateinfo > p {
		display:none;
	}
	#payment-giftcertificateinfo input[type="button"] {
		height:25px;
		font-size:12px;
		padding:2px 4px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	#checkout-container input#checkout-giftcertificate-cardnumber {
		margin:10px 0 5px;
	}
	
	/* ---- SUMMARY */
	div#order-summary {
		margin:0;
		padding:15px;
		border:solid 1px rgba(230,230,230,1.00);
		border-bottom:0;
		-webkit-border-top-left-radius: 7px;
		-webkit-border-top-right-radius: 7px;
		-moz-border-radius-topleft: 7px;
		-moz-border-radius-topright: 7px;
		border-top-left-radius: 7px;
		border-top-right-radius: 7px;
	}
	#checkout-container div#order-summary > table {
		border:0;
		
	}
	#checkout-container div#order-summary > table:nth-of-type(1) {
		margin-top:10px;
	}
	#checkout-container div#order-summary > table:nth-of-type(-n+2) {
		border-bottom:solid 1px #DDD;
	}
	#checkout-container span.childproduct {
		padding-left:0;
	}
	
	
	/* ---- CONFIRM */
	div#order-confirm {
		margin:0;
		padding:15px;
		border:solid 1px rgba(230,230,230,1.00);
		border-top:0;
		-webkit-border-bottom-right-radius: 7px;
		-webkit-border-bottom-left-radius: 7px;
		-moz-border-radius-bottomright: 7px;
		-moz-border-radius-bottomleft: 7px;
		border-bottom-right-radius: 7px;
		border-bottom-left-radius: 7px;
		
	}
	div#confirm-termsandconditions-text {
		padding:10px 0 0;
	}
	div#confirm-termsandconditions-link-text {
		
		padding:0 0 10px;
	}
	#checkout-container #column-data #subscription-maillist.checkout-row {
		display: none;
	}
	div#confirm-accepterms,	div#confirm-accept-customerdata, div#order-confirm #subscription-maillist {
		float:none;
		margin:5px 0 10px 0;
		border:solid 1px #E6E6E6;
		padding:5px;
		border-radius:4px;
		display: block;
	}
	#subscription-maillist:after {
		clear: both;
		content: "";
		display: block;
	}
	#checkout-container #subscription-maillist .right-label {
		float: none;
		display: inline;
	}
	div#confirm-checkout {
		clear:both;
	}

	#customer-login.checkoutPoints {
		margin: 20px 0;
	}
	#checkout-container div#customer-login h2, div#customer-login h2 {
		background-color: rgb(208,33,40);
		color: rgba(255,255,255,1.00);
		-webkit-border-radius: 6px 6px 0 0;
		-moz-border-radius: 6px 6px 0 0;
		border-radius: 6px 6px 0 0;
	}
/*
	#customer-login p {
		margin: 0;
		padding: 10px 15px;
		background-color: rgba(237,250,238,1.00);
		border:solid 1px rgba(200,229,201,1.00);
		color: rgba(75,97,76,1.00);
		border-top: 0;
	}
	input#customer_lookup_submit {
		border-radius: 0 0 4px 4px;
		padding: 7px 15px;
		position: relative;
		margin: -1px 0 0;
		background-color:rgba(67,67,67,1.00);
		color:rgba(255,255,255,1.00);
	}
*/
	
	#checkout-container input#confirm-complete-button {
		margin:0;
		float:none;
		width:100%;
		-webkit-appearance:none;
	}
	
	
/* STEP 4 */
img.ProductImage_Order4 {
	margin:0 10px 0 0;
}
body.webshop-orderstep4 header .basket {
	display:none;
}


/* SLICK SLIDER */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -html-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img {
    display: block;
	width: 190px;
	max-width:100%;
}
.slick-slide.emaerket img {
	width: 120px;
	max-width:100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: inline-block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

	

div.credits {
	width:1100px;
	max-width:95%;
	padding:15px 0 0;
	margin:0 auto;
	text-align:right;
}
div.credits a {
	font-size:9px;
	color:#A3A3A3;
	text-decoration:none;
}


/* MOBILE MENU */
.mobileMenu .support:after {
	clear: both;
	content: "";
	display: block;
}
.mobileMenu .support {
	padding: 8px 20px;
	position: relative;
	border-bottom: solid 1px rgba(196,196,196,1.00);
}
.mobileMenu .support > a {
	float: left;
	display: block;
	text-decoration: none;
	line-height: 1;
}
.support a small {
	font-size: 13px;
}
.support a strong {
	font-size: 19px;
}
.mobileMenu .support img {
	position: absolute;
	right: 20px;
	bottom: 0;
	height: 95%;
    width: auto;
}
.mobileMenuUl span.Productmenu_Category_Icon_Container {
	display: none !important;
}
.mobileMenuUl > li > .count {
	left: auto;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	border-color: rgb(60,170,73);
	background-color: rgb(60,170,73);
}
div.mobileMenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: hidden;
	background-color: rgba(0,0,0,.4);
	display: none;
}
div.mobileMenu .mobileMenuContainer {
	position: absolute;
	top: 0;
	left: -300px;
	background-color: rgba(255,255,255,1.00);
	height: 100%;
	width: 300px;
	box-shadow: 0 0 40px rgba(0,0,0,0.6);
}
.mobileMenuInner {
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-overflow-scrolling:touch;
    overflow-y:auto;
	overflow-x:hidden;
}
.mobileMenuHeader {
	padding: 15px 20px 10px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	background-color: rgba(208,33,40,1);
	color: rgba(255,255,255,1.00);
}
.mobileMenuUl {
	margin:0;
	padding: 0 0 0 20px;
	list-style-type: none;
}
.mobileMenuUl .toggler {
	position: absolute;
	height: calc(100% + 1px);
	width: 40px;
	right: 0;
	top: 0;
	z-index: 10;
	cursor: default;
	border-left: solid 1px rgba(0,0,0,.15);
}
.mobileMenuUl a {
	position: relative;
}
.mobileMenuUl .toggler:after {
	content: "+";
	font-size: 23px;
	line-height: 1;
	color: rgba(0,0,0,1.00);
	position: absolute;
	top: 50%;
	left: 50%;
	font-weight: normal;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.mobileMenuUl li.open > a > .toggler:after, .mobileMenuUl li.open > span > .toggler:after {
	content:"-";
	color:#578e54;
}
.mobileMenuUl span.ProductMenu_MenuItemBold {
	letter-spacing: normal;
}
.mobileMenuUl ul {
	display: none;
}
.mobileMenuUl > li {
	position: relative;
}
.mobileMenuUl > li > a, .mobileMenuUl > li > span {
	display: block;
	text-decoration: none;
	padding: 13px 10px 11px 0;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: solid 1px rgba(0,0,0,.15);
	font-weight: bold;
	position: relative;
}
.mobileMenuUl > li:last-child > a {
	border-bottom: 0;
}
/* LEVEL 2 */
.mobileMenuUl > li > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: solid 5px rgba(0,0,0,.15);
}
.mobileMenuUl > li > ul > li > a {
	display: block;
	text-decoration: none;
	padding: 11px 10px 9px 10px;
	font-size: 13px;
	border-bottom: solid 1px rgba(0,0,0,.15);
}
/* LEVEL 3 */
.mobileMenuUl > li > ul > li > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: solid 5px rgba(0,0,0,.35);
}
.mobileMenuUl > li > ul > li > ul > li > a {
	display: block;
	text-decoration: none;
	padding: 12px 10px 10px 10px;
	font-size: 13px;
	border-bottom: solid 1px rgba(0,0,0,.15);
}
/* LEVEL 4 */
.mobileMenuUl > li > ul > li > ul > li > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: solid 5px rgba(0,0,0,.35);
}
.mobileMenuUl > li > ul > li > ul > li > ul > li > a  {
	display: block;
	text-decoration: none;
	padding: 12px 10px 10px 10px;
	font-size: 13px;
	border-bottom: solid 1px rgba(0,0,0,.15);
}
/* LEVEL 5 */
.mobileMenuUl > li > ul > li > ul > li > ul > li > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: solid 5px rgba(0,0,0,.35);
}
.mobileMenuUl > li > ul > li > ul > li > ul > li > ul > li > a  {
	display: block;
	text-decoration: none;
	padding: 12px 10px 10px 10px;
	font-size: 13px;
	border-bottom: solid 1px rgba(0,0,0,.15);
}


.mobileMenuUl .pricesGroup > ul {
	width: calc(100% - 40px);
}
.mobileMenuUl .pricesGroup > ul:after {
	content: "";
	display: block;
	clear: both;
}
.mobileMenuUl .pricesGroup > ul > li {
	float: left;
	width: 50%;
}
.mobileMenuUl .pricesGroup span.ProductMenu_Category_Icon_Container {
	display: block;
}
.mobileMenuUl span.ProductMenu_Category_Icon_Container img {
	display: block;
	width: 100%;
    height: auto;
}
.mobileMenuUl a.Activ_ProductMenu {
	color:#578e54;
}
.mobileMenuSearch {
	padding: 0 0 0 20px;
	border-bottom: solid 5px rgba(0,0,0,.15);
	position: relative;
}
.mobileMenuSearch:before {
	content: "\f002";
	font-family: 'FontAwesome';
	font-size: 13px;
	color: rgba(255,255,255,1.00);
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 13px;
	z-index: 20;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mobileMenuSearch *:not(input):not(.bp_lsaDropdown) {
	display: none;
}
.mobileMenuSearch input {
	height: 35px;
	float: left;
}
.mobileMenuSearch input[type="text"] {
	width: calc(100% - 40px);
	padding: 0 10px 0 0;
	border: 0;
    outline: none;
}
.mobileMenuSearch input[type="submit"] {
	width: 40px;
	font-size: 12px;
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-indent: -999px;
	overflow: hidden;
	-webkit-box-shadow:0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow:0 0 0;
	background-color: rgba(56,56,56,1.00);
}
.mobileMenuSearch:after {
	clear: both;
	content: "";
	display: block;
}
.mobileMainMenuHeader {
	padding: 15px 20px 10px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	background-color: rgba(208,33,40,1);
	color: rgba(255,255,255,1.00);
}
.mobileMainMenuUl {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
}
.mobileMainMenuUl > li > a {
	display: block;
	text-decoration: none;
	padding: 13px 10px 11px 0;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: solid 1px rgba(0,0,0,.15);
}
.mobileMainMenuUl > li:last-child > a {
	border-bottom: 0;
}


body.inMemberArea .mobileMenuUl > li:nth-child(n+3) {
	display: none;
}
body.inMemberArea .mobileMenuHeader, body.inMemberArea .mobileMainMenuHeader {
	background-color: #002248;
}



#tabB1 > span, #tabB2 > span, #tabB3 > span, #tabB4 > span {
	display: inline-block;
	background-color: #d02128;
	padding: 5px 10px;
	color: rgba(255,255,255,1.00);
	border-radius: 2px;
	margin: 0 10px 0 0;
	border: solid 1px #d02128;
}
#tabB1 > span.Tabactive_Customer, #tabB2 > span.Tabactive_Customer, #tabB3 > span.Tabactive_Customer, #tabB4 > span.Tabactive_Customer,
#tabB1 > span.Tabhover_Customer, #tabB2 > span.Tabhover_Customer, #tabB3 > span.Tabhover_Customer, #tabB4 > span.Tabhover_Customer{
	background-color:rgba(255,255,255,1.00);
	border: solid 1px #d02128;
	color: #d02128;
}
#tabB4 {
	float: right;
}
#tabB4 > span {
	margin: 0;
	background-color: rgba(87,87,87,1.00);
	border-color: rgba(87,87,87,1.00);
}
.Text1_Customer .Heading_Customer {
	font-size: 25px;
	border-bottom: solid 1px rgba(214,214,214,1.00);
	display: block;
	letter-spacing: normal;
	font-weight: normal;
}
/*
#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) {
	padding-right: 15px;
}
#tabID2 > tbody > tr > td > table > tbody > tr > td:nth-child(3) > span {
	position: absolute;
	right: 7px;
	z-index: 20;
	color: red;
	font-size: 11px;
	top: 50%;
	transform: translateY(-50%);

}

#btn-menu {
	position:absolute;
	top:0;
	right:200px;
	width:60px;
	height:100%;
	display: none;
	background-color: rgba(235,235,235,.20);
}
#btn-menu:after {
	content:"\f0c9";
	font-family: 'FontAwesome';
	font-size: 22px;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
}

/* MEMBER AREA */
body.inMemberArea {
	background-image: url(/images/skins/Bewise/images/clubBackground.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
body.inMemberArea #ProductmenuContainer_DIV {
	background-image: none;
	background-color: #002248;
}

#ProductFilter-Container {
    display: none;
}
	
/* RESPONSIVE */
@media (min-width: 1000px) {
	nav.productmenu.stuck {
		position:fixed;
		top:0;
		left: 0;
		width: 100%;
	}
	nav.productmenu.stuck .shippingMessage {
		display: none;
	}
	nav.productmenu.stuck #ProductmenuContainer_DIV {
		margin: 0 auto;
		width: 1400px;
		max-width: 95%; 
	}
	input[type="submit"]:hover, input[type="button"]:hover, #checkout-container input#confirm-complete-button:hover, .button:hover {
		background-color:#969696;
		background-image:none;
		color: rgba(255,255,255,1.00);
	}
	
	#ProductMenu_List > li:hover {
		background-color: rgba(0,0,0,.10);
	}
	
	.mostviewed-products .product:hover .image, .mostsold-products .product:hover .image {
		opacity:0.7;
	}
	.Frontpage_Custom_UL > li:hover, .ProductList_Custom_UL > li:hover, .Related_Custom_UL > li:hover, .CustomersAlsoBought_Custom_UL > li:hover, .SubCats_Categories_UL > li:hover, ul.popularGroups > li:hover, ul.popularUsp > li:hover, .SubCats_Categories_DIV > div:hover {
		position:relative;
		z-index:50;
		-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
		-moz-box-shadow:    0px 0px 15px rgba(0, 0, 0, 0.3);
		box-shadow:         0px 0px 15px rgba(0, 0, 0, 0.3);
		border-color:rgba(255,255,255,1.00);
	}
	li .product .buy:hover {
		opacity:0.8;
	}
	a.social:hover {
		background-color:rgba(0,0,0,0.50);
	}
	a.social:hover .fa {
		color: rgba(255,255,255,1.00);
	}
	img.FavAddButton_ProductInfo:hover {
		background-color:rgba(223,188,188,1.00);
	}
}


@media (max-width: 1400px) {
    div.usp.top:not(.slick-initialized) > div {
        width: 25%;
    }
    div.usp.top:not(.slick-initialized) > :nth-child(n+5) {
        display: none !important;
    }
}

@media (max-width: 1150px) {
	
    div.usp.top:not(.slick-initialized) > div {
        width: 50%;
    }
    div.usp.top:not(.slick-initialized) > :nth-child(n+3) {
        display: none !important;
    }
    
	header .support {
		right: 200px;
	}
	header .support a {
		right: 0;
	}
	header .support img {
		display: none;
	}
	
	#Search_Form {
		right: 380px;
		width: 250px;
	}
	#ProductMenu_List > li > a, #ProductMenu_List > li > span {
		font-size: 15px;
	}
	
}
@media (max-width: 1060px) {
    header .freeGift {
        display: none;
    }
    .productcard .Prices_Custom_UL li:first-child {
        font-size: 29px;
    }
    .amountWrapper input, .buyWrapper input {
        height: 35px;
    }
    .productcard .info, .productcard .memberInfo {
        padding: 20px;
    }
    .productcard .price .savings {
        font-size: 15px;
    }
}

@media (max-width: 1000px) {
	#BottomFreeGift > .container > div:nth-child(1) strong {
		font-size: 25px;
	}
	#BottomFreeGift > .container > div:nth-child(1) > div {
		font-size: 16px;
	}
	div.sticky-wrapper, nav.productmenu {
		display: none;
	}
	ul.frontpageCategories > li {
		width: 31.33%;
	}
	#Search_Form {
		display: none;
	}
	#btn-menu {
		display: block;
	}
	header .support {
		right: 290px;
	}
	.account > form {
		height: auto;
		width: 200px;
		right: 50%;
		transform: translateX(50%);
		display: none;
		top: 100%;
		padding: 10px;
	}
	.account > form > section {
		position: relative;
		transform: translateY(0) translateX(0);
		width: 100%;
		top: auto;
		left: auto;
	}
	.account.open > form {
		width: 200px;
		display: block;
		border: 0;
	}
	.account > form input[type="text"], .account > form input[type="password"] {
		float: none;
		width: 100%;
		margin: 0 0 4px;
		display: block;
		text-align: center;
	}
	.account > form input[type="submit"] {
		width: 100%;
	}
	.account > form .signin .links {
		position: relative;
		top: auto;
		text-align: center;
		margin: 10px 0 0;
	}
	body.webshop-productlist:not(.webshop-subcat) aside {
		display: none;
		float: none;
		width: 100%;
	}
	body.webshop-productlist:not(.webshop-subcat) article > .content {
		float: none;
		width: 100%;
	}
	.Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li {
		width: 23%;
	}
	li .product {
		padding: 15px;
	}
	.long-description.expandable:not(.open) {
		height: 220px;
	}
	
	ul.popularGroups > li, ul.popularUsp > li {
		width: 48%;
	}
	
	.memberBanner.bottom {
		padding: 30px 0 30px 24%;
		border-bottom-width: 10px;
	}
	.memberBanner.bottom .memberBadge {
		left: 2%;
	}
	.memberBanner.bottom a {
		font-size: 20px;
	}
	.memberBanner.bottom .header {
		font-size: 40px;
	}
	.memberBanner.bottom .subheader {
		font-size: 16px;
	}
	
	.SubCats_Categories_DIV > div .name a {
		font-size: 12px;
	}
	
}


@media (max-width: 750px) {
	body {
		margin: 0;
	}
	body.inMemberArea {
		background-image: none;
	}
	h1, .Heading_Productmenu, .Heading_Terms, .Heading_Profile, .Heading_AdvancedSearchPage, .Heading_ShowBasket_Master, #checkout-container h1.checkout-headline, aside .header, .Heading_B2Blogin, .SubCatsProcuctsHeading, .Heading_Customer, .Heading_ProductList, .Heading_Favorites, .Heading_OrderStep4, body.webshop-productinfo h1 {
		font-size: 18px;
		margin: 0 0 15px;
		letter-spacing: normal;
	}
	h2 {
		font-size: 14px;
	}
	#btn-menu {
		right:80px;
	}
	header .support, body:not(.loggedIn) header .support {
		display: none;
	}
	header .upload {
		display: none;
	}
	.wrapper {
		max-width: 100%;
		border-radius: 0;
		margin: 0;
	}
	body.webshop-frontpage .slider-wrapper:after {
		height: 10px;
	}
	.memberBanner.bottom {
		display: none;
	}
	.memberBanner.top {
		display: block;
		color: rgba(255,255,255,1.00);
		padding: 5px 20px;
		border-bottom:solid 5px #ffe4a2;
		position: relative;
		background: rgb(208,33,40);
		background: -moz-linear-gradient(top, rgba(208,33,40,1) 0%, rgba(178,19,25,1) 100%);
		background: -webkit-linear-gradient(top, rgba(208,33,40,1) 0%,rgba(178,19,25,1) 100%);
		background: linear-gradient(to bottom, rgba(208,33,40,1) 0%,rgba(178,19,25,1) 100%);
	}
	.memberBanner.top .memberBadge {
		height: 30px;
		vertical-align: middle;
		margin: 0 10px 0 0;
	}
	.memberBanner.top .text {
		display: inline-block;
		vertical-align: middle;
	}
	.memberBanner.top .text .header {
		font-weight: 700;
		font-size: 11px;
	}
	.memberBanner.top .subheader {
		font-size: 10px;
		color: #ffe4a2;
	}
	.memberBanner.top a {
		display: inline-block;
		padding: 3px 5px;
		color: rgba(255,255,255,1.00);
		background-color: rgb(60,170,73);
		font-size: 10px;
		border-top: solid 1px rgba(0,0,0,.30);
		border-left: solid 1px rgba(0,0,0,.20);
		text-decoration: none;
		border-radius: 2px;
		transform: translateY(-50%);
		position: absolute;
		right: 20px;
		top: 50%;
		text-transform: uppercase;
	}
    
    .benefits, .memberarea {
        float:none;
        width: 100%;
        margin-bottom: 20px;
    }
    .memberarea > div {
        display: none;
    }
    .memberarea h2 {
        margin: 0;
    }
	ul.popularGroups > li, ul.popularUsp > li {
		width: 98%;
		font-size: 15px;
	}
	ul.popularGroups > li a strong, ul.popularUsp > li a strong {
		font-size: 21px;
	}
	ul.popularGroups > li a small, ul.popularUsp > li a small {
		font-size: 14px;
	}
	
	.autoGroupContainer, .autoGroupTitleContainer {
		display: none;
	}
	.autoGroupSelect {
		display: block;
	}
	
	.ProductList_Custom_DIV > div {
		width: 98% !important;
	}
	div .item .info {
		padding: 20px;
	}
	div .item .info h2, div .item .info > div > a {
		font-size: 14px;
		margin: 0;
	}
	div .item .info .description {
		display: none;
	}
	.video .item .image:before {
		font-size: 45px;
	}
	
	article {
		padding: 20px;
	}
    /*
	ul.usp.top {
		padding-left: 20px;
	}
	ul.usp.top li {
		padding-right: 20px;
	}
    */
    div.usp.top:not(.slick-initialized) > :nth-child(n+2) {
        display: none !important;
    }
    div.usp.top:not(.slick-initialized) > div, div.usp.top .slick-slide {
        justify-content: flex-start;
    }
    div.usp.top:not(.slick-initialized) > div {
        width: 100%;
    }
	.WebShopSkinLogo {
		left: 20px;
		width: 170px;
	}
	header > section {
		height: 70px;
		border-radius: 0;
	}
	header .basket {
		width: 50px;
		right: 20px;
	}
	header .basket > section {
		letter-spacing: normal;
	}
	header .basket > section:before {
		font-size: 22px;
	}
	header .basket .totalprice, header .basket .basketlink {
		display: none;
	}
	.account {
		right: 70px;
		width: 70px;
	}
	.account > .button small {
		display: none;
	}
	.account > .button .points, header .basket .totalproducts {
		left: -5px;
		top: -5px;
		border-width: 1px;
		padding: 3px 6px;
		text-align: center;
		font-size: 0;
	}
	.account > .button .points, header .basket .totalproducts .count {
		font-size: 11px;
	}
	.account > .button .points, header .basket .totalproducts .text {
		display: none;
	}
	
	ul.banners > li:nth-child(1), ul.banners > li:nth-child(2), ul.banners > li:nth-child(3) {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	
	.Text1_FrontPage > div.slider-align, .Text1_FrontPage > h1 + div, .Text1_FrontPage > div:first-child {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	.Frontpage_Custom_UL {
		margin-bottom: 30px;
	}
	.fpBannersContainer {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	.fpBanners > li {
		width: 48%;
	}
	.Text2_FrontPage {
		display: none;
	}
	.frontpage-groups > a {
		width: 31.33%;
	}
	ul.frontpageCategories > li {
		width: 48%;
	}
	ul.frontpageCategories > li > a {
		height: 120px;
	}
	ul.frontpageCategories > li img {
		right: 20%;
	}
	ul.frontpageCategories > li > a > span {
		font-size: 0;
		width: 70%;
	}
	ul.frontpageCategories > li > a > span > strong {
		font-size: 12px;
	}
	
	ul.topLevelUl > li {
		width: 48%;
		padding: 10px;
	}
	
    footer li.topmenu ul.TopMenu_MenuItems > li:not(:last-child) {
        margin-bottom: 10px;
    }
    
	ul.uspFrontpage > li {
		width: 98%;
		padding: 10px 10px 10px 45px;
		text-align: left;
		position: relative;
	}
	ul.uspFrontpage > li .fa {
		font-size: 21px;
		position: absolute;
		left: 15px;
		top: 9px;
	}
	ul.uspFrontpage > li strong {
		font-size: 17px;
		line-height: 1;
	}
	ul.uspFrontpage > li small {
		font-size: 16px;
	}
	ul.uspFrontpage > li:not(:last-child) {
		margin-bottom: 10px;
	}
	
	.Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li, .SubCats_Categories_UL > li {
		width: 48% !important;
	}
	.Frontpage_Custom_UL > li:nth-child(n+5) {
		display: none;
	}
	li .product .name a {
		font-size: 12px;
	}
	
	.SubCats_Categories_UL > li .name a {
		text-transform: none;
		font-size: 12px;
	}
	
	.sort-selector a {
		padding: 8px 12px;
	}
	
	.productcard .images, .productcard .info, .productcard .right {
		float: none;
		width: 100%;
		margin: 0 0 30px;
	}
	.productcard .info {
		padding: 20px;
	}
	.long-description.expandable:not(.open) {
		height: 180px;
	}
	.buyWrapper input, .amountWrapper input {
		height: 40px;
	}
	.productcard .info, .productcard .memberInfo {
		float: none;
		width: 100%;
		padding: 20px;
		margin: 0 0 20px;
	}
	body.inMemberArea .productcard .memberInfo.competition strong {
		font-size: 15px;
	}
	
	footer {
		padding: 50px 20px;
		background-color: rgba(241,241,241,.60);
	}
	footer > ul {
		margin: 0;
        flex-direction: column;
	}
	footer > ul > li {
		width: 100%;
		margin: 0 0 30px;
	}
	footer > ul > li:last-child {
		margin-bottom: 0;
		text-align: left;
	}
	footer .secure {
		float: none;
		display: block;
		margin: 0 0 15px;
	}
	a.social {
		margin: 0 10px 0 0;
		background-color: rgba(58,58,58,1.00);
	}
	a.social .fa {
		color: rgba(255,255,255,1.00);
	}
	
	table.showbasket td, table.showbasket th {
		padding: 5px;
		font-size: 11px;
	}
	table.showbasket th {
		font-size: 11px;
	}
	a.Order_back_basket {
		width: 26%;
	}
	.basket-checkout {
		width: 300px;
		max-width: 68%;
	}
	.basket-checkout .total {
		font-size: 15px;
		padding-bottom: 10px;
	}
	table.showbasket .amount {
		width: 30%;
	}
	table.showbasket .description a:nth-child(2) {
		max-width: 100%;
	}
	table.showbasket .description img.ProductImage_ShowBasket {
		width: 28% !important;
		margin: 0 5px 0 0;
	}
	
	#checkout-container div#column-data, #checkout-container div#column-shipping-payment, #checkout-container div#column-order-summary {
		width: 100%;
		float: none;
		margin: 0 0 20px;
		padding: 0;
		border: 0;
	}
	
	
	.SubCats_Categories_UL, .SubCats_Categories_DIV {
		margin-top: 20px;
	}
	.SubCats_Categories_DIV > div {
		width: 98% !important;

	}
	
	
	
}


/* BASKET COUNTDOWN */
.buyContdownContainer {
    text-align: center;
    padding: 8px 15px;
    background-color: #fed03d;
    color: rgba(54,54,54,1.00);
    font-size: 12px;
}
.buyContdownContainer .buyCountdown {
    display: inline-block;
    border-radius: 2px;
    background-color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    padding: 2px 8px;
    font-weight: bold;
}


/* UPLOAD */
.uploadPopup iframe {
	position:relative;
	width: 100%;
	height: 600px;
	border: 0;
}



/* POPUPS */
.cartPayMethodFee, .cartShippingFee {
	display: none;
}
.basketPopupOverlay, .alertPopupOverlay, .uploadPopupOverlay {
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,.50);
	z-index: 9999;
	display: none;
}
.basketPopup, .alertPopup, .uploadPopup {
	position: absolute;
	background-color: rgba(255,255,255,1.00);
	box-shadow: 0 0 30px rgba(0,0,0,0.6);
	border-radius: 6px;
	top: 50%;
	left: 50%;
	width: 900px;
	max-width: 90%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: none;
}
.basketPopup:after, .alertPopup:after {
	clear: both;
	content:"";
	display: block;
}
.basketPopupClose, .alertPopupClose, .uploadPopupClose {
	position: absolute;
	top:-15px;
	right: -15px;
	height: 30px;
	width:30px;
	background-color: rgba(0,0,0,1.00);
	-webkit-border-radius:50%;
	border-radius: 50%;
	cursor: pointer;
	border:solid 2px white;
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
	display: none;
	text-align: left;
}
.basketPopupClose:after, .alertPopupClose:after, .uploadPopupClose:after {
	content:"+";
	position: absolute;
	top: 50%;
	font-size: 29px;
	font-family: Arial, "sans-serif";
	font-weight: normal;
	line-height: 1;
	width: 100%;
	text-align: center;
	color:rgba(255,255,255,1.00);
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.basketPopupContentTop {
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}
.basketPopupContentTop:after {
	clear: both;
	content:"";
	display: block;
}
.basketPopupLeft {
	width: 50%;
	float: left;
	padding: 0 0 15px;
	text-align: center;
	border-right: solid 1px rgba(227,227,227,1.00);
	border-radius: 6px 0 0;
}
.basketPopupRight {
	width: 50%;
	float: left;
	padding: 0 0 15px;
}
.basketPopupHeaderLeft, .basketPopupHeaderRight {
	padding: 12px 20px;
	border-bottom: solid 1px rgba(227,227,227,1.00);
	font-size: 16px;
	color: rgba(66,66,66,1.00);
	text-transform: uppercase;
}
.basketPopupHeaderRight {
	background-color: rgba(244,244,244,1.00);
}
.basketPopupImage {
	display: inline-block;
	max-width: 40%;
	margin: 10px 0;
}
.basketPopupName {
	font-weight: bold;
	padding: 0 15px;
}
.basketPopupName h3 {
	font-size: 14px;
	margin: 0 0 5px 0;
}
.basketPopupName p {
	font-size: 11px;
	display: inline;
	padding: 0 5px;
}
.basketPopupCountdown {
	border-bottom:solid 1px rgba(227,227,227,1.00);
	padding: 10px 20px;
	font-weight: bold;
}
.basketPopupCountdown .fa {
	margin: 0 10px 0 0;
	font-size: 16px;
}
.basketPopupCountdown.basketPopupRedeemed {
	background-color: #f1f9f7;
	border-bottom-color:#e0f1e9;
	color: #1d9d74;
}
.basketPopupBasket {
	padding: 20px;
}
.basketPopupBasket > div {
	padding: 5px 0;
}
.basketPopupBasket > div:nth-child(2n-1) {
	float: right;
}
.basketPopupBasket > div:nth-child(2n+4) {
	border-top: solid 1px rgba(236,236,236,1.00);
}
.basketPopupButtons {
	padding: 0 20px;
}
.basketPopupButtons:after {
	clear: both;
	content:"";
	display: block;
}
.basketPopupButtons > div {
	float: left;
	width: 48%;
	padding: 10px;
	background-color:rgba(102,102,102,1.00);
	color: rgba(255,255,255,1.00);
	cursor: pointer;
	font-size: 14px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.basketPopupButtons > div:last-child {
	margin-left:4%;
	background-color: rgb(60,170,73);
}
.basketPopupButtons > div:hover {
	background-color: rgba(37,37,37,1.00);
}
.basketPopupRelatedHeader {
	padding: 12px 20px;
	border-top: solid 1px rgba(227,227,227,1.00);
	border-bottom: solid 1px rgba(227,227,227,1.00);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: rgba(66,66,66,1.00);
}
.basketPopupRelatedUl {
	margin: 0 -1%;
	padding: 0 20px;
	list-style-type: none;
}
.basketPopupRelatedUl:after {
	clear: both;
	content:"";
	display: block;
}
.basketPopupRelatedUl > li {
	margin: 0 1%;
	float: left;
	width: 23%;
}
.basketPopupRelatedUl > li:nth-child(n+5) {
	display: none;
}

.alertPopup {
	padding: 50px 30px;
	width: 700px;
	background-color: #386fa0;
	color: rgba(255,255,255,1.00);
	text-align: center;
}
.alertPopupText {
	font-size: 20px;
	font-weight: bold;
}
.alertPopupCloseButton {
	border-radius: 5px;
	background-color: #ff7800;
	color: rgba(255,255,255,1.00);
	font-size: 17px;
	font-weight: bold;
	border: 0;
	padding: 10px 25px;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	margin: 20px 0 0;
}


@media (max-width: 845px) {
	/* ADVANCED POPUP */
	.basketPopupBasket {
		padding: 10px 20px;
	}
	.basketPopupImage {
		max-width: 30%;
	}
	.basketPopupHeaderLeft, .basketPopupHeaderRight {
		padding:9px 20px;
		font-size: 14px;
		text-align: center;
	}
	.basketPopupCountdown {
		text-align: center;
	}
	.basketPopupRelated {
		display: none;
	}
}

@media (max-width: 845px) and (orientation:portrait) {
	
	/* ADVANCED POPUP */
	.basketPopupLeft {
		width: 100%;
		border-right: 0;
	}
	.basketPopupRight {
		width: 100%;
	}
}


@media (max-width: 375px) {
	.basketPopupButtons > div {
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}
	.basketPopupButtons > div:last-child {
		margin-left:0;
	}
}