@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,700');*/

#ShopMainLayOutTable {
	display:none;
}
body {
    background-color: #f3f7f9;
	margin:0;
	padding: 0;
}
body, input, textarea, select, .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, td.VariantGroupLabel {
    font-family: 'Work Sans', sans-serif;
	color:#000000;
	font-size:13px;
	font-weight:normal;
}
a {
	color:#000;
}
a:hover {
	color:#858585;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border:0;
}
.hide {
    display:none;
}


div.fb_dialog_advanced {
	box-shadow: 0 0 0 rgba(0,0,0,.0) !important;
	border-radius: 0 !important;
}
div.fb_dialog_content {
	opacity: 0;
	position: relative;
	z-index: 10;
}
div.fb_dialog_advanced:before {
	content: "Chat";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
}
div.fb_dialog_advanced:after {
	content: "\f086";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 35px;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
	color: #cc3417;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #dfdfdf;
    background-color: #FFF;
    padding: 0px 27px 0px 7px;
    height: 34px;
    width: 100%;
    border-radius: 3px;
    background-image: url('/images/skins/Bewise/images/select-arrow-down.svg');
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: calc(100% - 10px) 50%;
    cursor: pointer;
}

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 {
	font-weight:normal;
	border:0;
	color:#fff;
	cursor:pointer;
	background-color:#cc3417;
	-webkit-appearance: none;
	display:inline-block;
	font-size:17px;
	padding:13px 19px;
	text-decoration:none;
	text-transform:uppercase;
	border-radius: 4px;
	letter-spacing: 1px;
}
div.ui-widget.dd-dialog-responsive input[type="button"], div.ui-widget.dd-dialog-responsive input[type="button"]:hover {
	padding:0 10px;
}

h1, .Heading_Productmenu, .Heading_Terms, .Heading_Profile, .Heading_AdvancedSearchPage, .Heading_ShowBasket_Master, #checkout-container h1.checkout-headline, aside .header, .Heading_B2Blogin, .SubCatsProcuctsHeading, .Heading_Customer, .Heading_ProductList, .Heading_Favorites, .Heading_OrderStep4 {
	font-weight:300;
	display: block;
	font-size: 35px;
	padding:0;
	margin:0px 0px 40px;
	border:0;
}
h1.hasImage {
    padding: 110px 50px;
    text-align: center !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	font-size: 60px;
	margin: 0;
}
h1.hasImage span {
	color: rgba(255,255,255,1.00);
    text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
	display: inline-block;
}
h2 {
	font-size:18px;
	font-weight:normal;
	padding:0;
	margin:0 0 10px;
}
h3, h4 {
	font-size:16px;
	font-weight:normal;
	padding:0;
	margin:0 0 10px;
}
.wrapper {
	position: relative;
	z-index: 10;
}
header {
	position:relative;
	z-index: 500;
	background-color: rgba(255,255,255,1.00);
	box-shadow: 0 0 0 rgba(0,0,0,0);
	transition: box-shadow 0.3s ease-in-out;
}
header > section {
	width:1400px;
	max-width: 95%;
	margin:0 auto;
	position:relative;
	height:100px;
}
div.dd-theme-default .dd-nivoSlider {
	background-color:transparent;
}
div.nivoSlider a.nivo-imageLink {
	height:100% !important;
	z-index:9;
}
a.WebShopSkinLogo {
	position:absolute;
	display:block;
	top:50%;
	left:0;
	transform:translateY(-50%);
    width: 220px;
}
.emaerket {
    width: 50px;
    display: block;
}
.emaerketTop {
    display:block;
    top: 50%;
    transform:translateY(-50%);
    height: 45px;
    position: absolute;
    right: 200px;
}
/* SLEEK */
#sleek, #sleek:before, #sleek:after, #sleek * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sleek {
	position:fixed;
	left:20px;
	bottom:20px;
	z-index:1000;
	display:none;
	width:calc(100% - 40px);
}
#sleek.active {
	display:block;
}
#sleek .placeholder {
	position:absolute;
	left:0;
	bottom: 0;
	display:block;
	background-color:#000000;
	color:rgba(255,255,255,1.00);
	font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
	max-width:calc(100% - 40px);
	text-align: center;
	padding: 11px 25px;
	cursor:pointer;
	border-radius: 3px;
	font-weight: bold;
}
#sleek .placeholder .sleekRemove {
	position: absolute;
	top:-8px;
	right: -8px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: solid 2px rgba(255,255,255,1.00);
	box-shadow: 0 0 4px rgba(0,0,0,.7);
	color: rgba(255,255,255,1.00);
	background-color: rgba(0,0,0,1.00);
    display: none;
}
#sleek .placeholder .sleekRemove:before {
	content:"\f00d";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 13px;
	line-height: 1;
	position: absolute;
	top:46%;
	left: 0;
	text-align: center;
	width: 100%;

}
#sleek.open .placeholder {
	display:none;
}
#sleek .content {
	position:absolute;
	bottom: 0;
	left:-800px;
	width:650px;
	text-align: left;
	max-width:100%;
	background-color:rgba(255,255,255,1.00);
	border:solid 5px #eee;
	padding:30px;
	font-size:15px;
	box-shadow:0 0 50px rgba(0,0,0,.20);
	transition: all 0.2s ease-in-out;
}
#sleek.open .content {
	left:0;
}
#sleek .content .close {
	position:absolute;
	top:0;
	right:0;
	background-color:rgba(0,0,0,1.00);
	text-transform:uppercase;
	width: 35px;
	height:35px;
	color:rgba(255,255,255,1.00);
	font-family:Arial;
	cursor:pointer;
	text-align: center;
}
#sleek .content:after {
	clear: both;
	content: "";
	display: block;
}
#sleek .content .close:before {
	content:"\f00d";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 18px;
	line-height: 1;
	position: absolute;
	top:50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#sleek .content .close:hover {
	background-color: rgba(182,182,182,1.00);
}
#sleek .content form.loading {
	opacity: .5;
}
#sleek .content form {
	width: 55%;
	padding: 0 0 0 25px;
	float: right;
}
#sleek .content .sleekImage {
	float: left;
	width: 45%;
}
#sleek .content .header {
	font-size: 22px;
	margin: 0 0 10px;
}
#sleek .content .subheader {
	font-size: 13px;
	margin: 0 0 15px;
}
#sleek input[type="text"], #sleek input[type="email"] {
	float:left;
	border:solid 1px rgba(184,184,184,1.00);
	background-color:rgba(255,255,255,1.00);
	color:rgba(0,0,0,1.00);
	height:35px;
	font-size:13px;
	line-height:1;
	padding:0 10px;
	width:100%;
	margin: 0 0 8px;
}
#sleek input[type="text"].error, #sleek input[type="email"].error {
	border-color: rgba(207,0,3,1.00);
	color: rgba(207,0,3,1.00);
}
#sleek input[type="submit"] {
	margin:15px 0 0;
	font-size:14px;
	font-weight: bold;
	line-height:1;
	padding:12px 20px;
	letter-spacing:0;
	background-color:#cc3417;
	background-image: none;
	border-radius: 0;
	display: block;
	width: 100%;
	border: 0;
	color: #FFF;
	cursor: pointer;
}
#sleek form small {
	display:block;
	margin:10px 0 0;
	font-size:11px;
	cursor:pointer;
}

#alertbar {
	display:none;
	color:rgba(0,0,0,1.00);
	text-align:center;
	padding:8px 30px;
	margin: 0;
	font-weight:normal;
	background-color:#fcff04;
	font-size:16px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	z-index: 10;
	border-bottom: solid 1px rgba(0,0,0,.1);
	width: 100%;
	position: relative;
}
#alertbar a {
	display:inline-block;
	text-decoration:none;
	margin:0 0 0 6px;
    text-decoration: underline;
    color: #FFF;
}
#alertbar .close {
	background-color:rgba(0,0,0,1.00);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width:25px;
	height:25px;
	display:block;
	position:absolute;
	right:20px;
	z-index:10;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform: translateY(-50%);
	cursor:pointer;
}
#alertbar .close .fa {
	position: absolute;
	top: 47%;
	left: 50%;
	color: rgba(255,255,255,1.00);
	-webkit-transform:translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

#basket {
	position:absolute;
	right:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform: translateY(-50%);
	z-index:100;
	border-radius: 3px;
	cursor:pointer;
    background-color: #cc3417;
    padding: 10px 50px 10px 15px;
    color: #FFF;
}
#basket #clickable{
	position: absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index: 30;
}
#basket:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 50%;
	left: calc(100% - 36px);
	transform: translateX(0) translateY(-50%);
	font-size: 17px;
	content: "\f291";
}

#basket .totalproducts {
	position:absolute;
	z-index:10;
	top:-12px;
	left:-12px;
	display:block;
	width:20px;
	height:20px;
    font-size: 11px;
	background-color:#000;
	padding:3px 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color:rgba(255,255,255,1.00);
	font-weight:bold;
	text-align:center;
}
#basket .totalprice {
	font-size: 15px;
}
#basket div.basketlink a {
	display:none;
	margin:3px 0 0;
}
#basket .creditcards {
	display:none;
}



/* MINI BASKET */
.miniBasket {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	padding: 10px 0 0;
	color: rgba(40,40,40,1.00);
}
/*
.miniBasket:before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	left: 50%;
	background-color: white;
	z-index: 10;
	transform: translateX(-50%) rotate(45deg);
}
*/
.miniBasketContent {
	position: absolute;
	right: 0;
	width: 500px;
	background-color: rgba(255,255,255,1.00);
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	padding: 20px;
	border-radius: 4px;
}
.miniBasketHeader {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px;
}
.miniBasket .items {
	font-size: 0;
}
.miniBasket .items > .item {
	font-size: 13px;
	border-bottom: solid 1px rgba(235,235,235,1.00);
	padding: 5px 0;
}
.miniBasket .items > .item:first-child {
	padding-top: 0;
}
.miniBasket .item .image {
	display: inline-block;
	vertical-align: middle;
	width: 10%;
}
.miniBasket .item .image img {
	display: block;
	width: 100%;
	border-radius: 3px;
	border:solid 1px rgba(210,210,210,1.00);
}
.miniBasket .item .info {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	padding: 0 20px;
}
.miniBasket .item .info a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.miniBasket .item .price {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	text-align: right;
}
.miniBasketFooter:after {
	clear: both;
	content: "";
	display: block;
}
.miniBasketFooter .total {
	padding: 10px 0 15px;
	font-weight: bold;
	font-size: 18px;
}
.miniBasketFooter .info .delivery {

	padding: 5px 0;
}
.miniBasketFooter .info > div > span {
	float: right;
}
.miniBasketFooter a {
	font-weight:normal;
	letter-spacing:1px;
	color:#fff;
	cursor:pointer;
	background: #383838;
	-webkit-appearance: none;
	display:inline-block;
	font-size:15px;
	padding:10px 15px;
	text-decoration:none;
	text-transform:uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.miniBasketFooter a:first-of-type {
	float: left;
}
.miniBasketFooter a:last-of-type {
	float: right;
	background-color: #cc3417;
}





.headerInfoBoxes {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28%;
	white-space: nowrap;
    display: flex;
    align-items: center;
}
div.customerService, div.deliveryService {
    font-size: 15px;
    font-weight: bold;
	display: inline-block;
	vertical-align: top;
	margin: 0 10%;
	white-space: normal;
	white-space: nowrap;
}
div.customerService {
}
div.customerService > div:before {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f095";
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    color: #cc3417;
}
div.deliveryService {
	right: 50%;
}
div.deliveryService > div:before {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f00c";
	font-weight: 900;
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
    color: #cc3417;
}
div.customerService > *, div.deliveryService > * {
	display: inline-block;
	vertical-align: middle;
}
div.customerService img, div.deliveryService i {
	width: 70px;
	border-radius: 50%;
	margin: 0 10px 0 0;
	border:solid 3px rgba(205,205,205,1.00);
}
div.deliveryService i {
	height: 70px;
	position: relative;
}
div.deliveryService i:before {
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 25px;
}
div.customerService > div, div.deliveryService > div {
	position: relative;
}
div.customerService .open, div.deliveryService .shippingMessage {
	background-color: #cc3417;
	color: #FFF;
	border-radius: 2px;
	padding: 2px 5px;
	font-size: 9px;
	text-transform: uppercase;
	display: none;
	position: absolute;
	font-weight: normal;
	top: -20px;
}
div.customerService .open.isClosed {
	background-color:rgba(59,59,59,1.00);
}
div.customerService .open.active, div.deliveryService .shippingMessage {
	display: none;
}
div.customerService small, div.deliveryService small {
    display: block;
    font-size: 12px;
    font-weight: normal;
	color: #8D8D8D;
}



/* SEARCH */
header #Search_Form {
	position: absolute;
	top: 50%;
	left: 32%;
	transform: translate(-50%,-50%);
	width: 20%;
	margin: 0 !important;
    z-index: 9999;
}
header  #Search_Form:after {
	content: "\f002";
	position: absolute;
	z-index: 20;
	right: 15px;
	font-size: 14px;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(153,153,153,1.00);
	top: 50%;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
}
#Search_Form br {
	display: none;
}
header  #Search_Form input[type="text"] {
	width: 100%;
	height: 38px;
	padding: 0 15px;
	font-size: 14px;
	border: solid 1px rgba(211,211,211,1.00);
	border-radius: 3px;
	display: block;
	color: rgba(0,0,0,1.00);
}
.SearchTitle_SearchPage, .nbsp, .searchContainer form br {
	display:none;
}
header #Search_Form input[type="submit"].SubmitButton_SearchPage {
	display: none;
}


article {
	width:1400px;
	max-width: 95%;
	margin:0px auto 60px;
	position:relative;
}
body.webshop-cmspage article, body.webshop-showbasket article, body.webshop-productlist article {
    margin:40px auto;
}
article:after {
	content:"";
	clear:both;
	display:block;
}
article.aside > .content {
	float:right;
	width:75%;
}

/* ASIDE */
aside {
	float:left;
	width:22%;
}

aside > nav > ul {
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:hidden;
}
aside > nav > ul > li > a {
	text-decoration:none;
	background-color:#383838;
	display:block;
	padding:8px 15px;
	color:rgba(255,255,255,1.00);
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
aside > nav > ul > li > a > span.ProductMenu_MenuItemBold {
	font-weight:bold;
}
/* LEVEL 2 */
aside > nav > ul > li > ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
aside > nav > ul > li > ul > li > a {
	display:block;
	padding:7px 15px;
	text-decoration:none;
	border:solid 1px rgba(216,216,216,1.00);
	border-top:0;
}
aside > nav > ul > li > ul > li.open > a {
	background-color:rgba(239,239,239,0.80);
}
aside > nav > ul > li > ul > li:last-child > a {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
/* LEVEL 3 */
aside > nav > ul > li > ul > li > ul {
	display:none;
	margin:0;
	padding:10px 0;
	list-style-type:none;
	border-right:solid 1px rgba(216,216,216,1.00);
	border-left:solid 5px rgba(216,216,216,1.00);
	border-bottom:solid 1px rgba(216,216,216,1.00);
}
aside > nav > ul > li > ul > li > ul > li > a {
	display:block;
	padding:1px 10px;
	text-decoration:none;
}
aside > nav > ul > li > ul > li > ul > li a.Activ_ProductMenu {
	border-right:3px solid rgba(102,102,102,1.00);
}



/* FILTER */
body > .loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background-color:rgba(255,255,255,.80);
}
body > .loader > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
body > .loader i {
	font-size: 80px;
	color:rgba(73,73,73,1.00);
}
body > .loader p {
	font-size: 18px;
	margin: 20px 0 0;
	padding: 0;
}


#btnFilter {
	display: none;
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
	padding: 10px 15px;
}
#ProductFilter-Container {
	position:relative;
    padding: 10px;
	font-size:14px;
    margin: 0 -1%;
}

#ProductFilter-Container > div:last-of-type {
	display: flex;
	margin: 0 -1%;
}
body.webshop-subcat #ProductFilter-Container {
    display: none;
}

#activeFilters {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
	margin: 0 0 30px;
}
#activeFilters > span.header {
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 0 0;
}
#activeFilters > span.selected {
	display:inline-block;
	vertical-align:middle;
	background-color:#cc3417;
	color:#FFF;
	font-size:12px;
	line-height:12px;
	padding:4px 8px;
	margin:0 15px 0 0;
	font-weight:normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position:relative;
}
#activeFilters > span.selected > .remove {
	position:absolute;
	right:-7px;
	top:-5px;
	background-color:#333;
	height:14px;
	width:14px;
	border-radius:50%;
	color:#FFF;
	text-align:center;
	padding:1px 0 0;
	font-size:10px;
	line-height:10px;
	cursor:pointer;
	/*box-shadow:-1px 1px 0 rgba(0,0,0,0.30);*/
}
#activeFilters > span.selected > .remove:hover {
	background-color:rgba(0,0,0,1.00);
	color:rgba(255,255,255,1.00);
}
#ProductFilter-Container:after {
	clear:both;
	content:"";
	display:block;
}
.loading-filter {
	padding:5px 0;
}
.product-filter-clear-all {
	position:absolute;
	right:0;
	top:10px;
	font-size:12px;
}
#ProductFilter-Container > div {
	display:inline-block;
	vertical-align:middle;
    margin: 0;
}
#ProductFilter-Container .product-filter-headertext-container {
	font-weight:bold;
	margin:0 25px 0 0;
	display: none;
}

.product-filter-column {
	padding:0;
	width:auto !important;
	flex: auto;
	margin: 0 1%;
}
.product-filter-container {
	border:0;
	position:relative;
}
.product-filter-header-container {
	line-height:normal;
	min-width:inherit;
    padding: 6px 30px 6px 10px;
    background-color: #FFF;
    float: none;
    margin: 0;
    position: relative;
    cursor:pointer;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
}
.product-filter-header-text {
    float:none;
    font-weight: normal;
}
.product-filter-header-container:after {
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    line-height: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-filter-body-container {
	display:none;
	position:absolute;
	background-color:rgba(255,255,255,1.00);
	z-index:300;
	box-shadow:0 2px 0px #D9D9D9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:solid 1px #DADADA;
}
.product-filter-header-container-price + .product-filter-body-container {
	min-width: 180px;
}
.product-filter-body-container.col3 {
	column-count:3;
	-moz-column-count:3;
	-webkit-column-count:3;
}
.product-filter-body-container:before {
	content:"";
	display:block;
	position:absolute;
	width:9px;
	height:9px;
	z-index:-10;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
	transform:rotate(45deg);
	top:-5px;
	left:20px;
	background-color:rgba(255,255,255,1.00);
	border-top:solid 1px #DADADA;
	border-left:solid 1px #DADADA;
}
.product-filter-container:hover .product-filter-body-container {
	display:block;
}
.product-filter-checkbox-container {
	white-space:nowrap;
	padding:4px 0;
	min-width:150px;
	cursor:pointer;
}
.product-filter-checkbox-container > span {
	display:inline-block;
	border:solid 2px rgba(87,87,87,1.00);
	height:19px;
	width:19px;
    border-radius: 3px;
	vertical-align:middle;
	margin:0 10px 0 0;
	position:relative;
}
.product-filter-checkbox-container > span.checked {
	border-color:rgba(219,219,219,1.00);
}
.product-filter-checkbox-container > span.checked:before {
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 900;
    transform: translateX(-50%) translateY(-50%);
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    color: #54b85b;
}
/*
.product-filter-checkbox-container > span.checked:before {
	position:absolute;
	top:-4px;
	left:-1px;
	width:18px;
	height:18px;
	content:"";
	display:block;
	background-image:url(/images/checkmark.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	z-index:10;
}
*/
.product-filter-checkbox {
	display:none;
	float:none;
	margin:0 8px 0 0;

}
.product-filter-checkbox-label {
	display:inline-block;
	float:none;
	line-height:normal;
	vertical-align:middle;
	cursor:pointer;
}
.product-filter-clear {
	display:none;
}

#btn-filter {
	display:none;
}

.frontpageBlogHeader {
	font-weight: 300;
	text-align: center;
	font-size: 28px;
	margin: 0 0 40px;
	position: relative;
}
.frontpageBlogHeader:after {
	width: 30%;
	border-bottom: solid 1px rgba(220,220,220,1.00);
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}

/* FRONTPAGE */
.fpBoxes {
	margin: 0 -1%;
	font-size: 0;
}
.fpBoxes > div {
	margin: 0 1% 2%;
	width: 48%;
	display: inline-block;
	font-size: 13px;
	position: relative;
	vertical-align: top;
}
.fpBoxes > div > img, .fpBoxes > div > a > img {
	display: block;
	width: 100%;
	border-radius: 4px;
}
.fpBoxes ul {
	font-size: 0;
	list-style-type: none;
	margin: 0 -2%;
	padding: 0;
}
.fpBoxes ul > li {
	display: inline-block;
	margin: 0 2% 4%;
	width: 46%;
	background-color: #e1f4f2;
	border-radius: 4px;
	vertical-align: top;
}
.fpBoxes ul > li:nth-child(n+3) {
	margin-bottom: 0;
}
.fpBoxes ul > li.title {
	position: relative;
	text-align: center;
}
.fpBoxes ul > li.title img {
	display: block;
	width: 100%;
}
.fpBoxes ul > li.title > span {
	position: absolute;
	width: 80%;
	z-index: 10;
	top: 50%;
	left: 50%;
	font-weight: 100;
	font-size: 27px;
	transform: translate(-50%,-50%);
}
.fpBoxes ul > li:nth-child(n+5) {
	display: none;
}
.fpRaptorBoxes {
	margin: 100px -1% 0;
	display: flex;
}
.fpRaptorBoxes .raptor-box {
	flex: auto;
	width: 31.33%;
	margin: 0 1%;
	position: relative;
}
.fpRaptorBoxes .raptor-box h3 {
	font-size: 23px;
	padding: 0 10%;
	margin: 0 0 20px;
}
.fpRaptorBoxes .raptor-box h3:after {
	display: none;
}
/*
.fpRaptorBoxes .raptor-box h3 {
	position: absolute;
	z-index: 40;
	top: 50%;
	left: 50%;
	max-width: 95%;
	font-size: 15px;
	transform: translate(-50%,-50%);
	background-color:rgba(255,255,255,1.00);
	color: rgba(40,40,40,1.00);
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	padding: 10px 15px;
	margin: 0;
}
.fpRaptorBoxes .raptor-box h3:after {
	display: none;
}
*/
.fpRaptorBoxes .owl-buttons {
	display: none;
}
.fpRaptorBoxes .raptor-box:hover .owl-buttons {
	display: block;
}

.frontpageBlogContainer {
	padding: 30px;
	background-color: rgba(235,235,235,.40);
}
.frontpageBlogContainer .ProductList_Custom_DIV > div {
	margin-bottom: 0;
}
/*
.webshop-frontpage .raptor-box {
	margin-bottom: 60px;
}
*/
.brandsSlider {
	padding: 70px 0 60px;
	margin: 0;
	border-bottom: solid 1px rgba(230,230,230,.60);
}
.brandsSlider a {
	display: block;
	padding: 0 30px;
}
.brandsSlider a img {
	max-width: 100%;
}
.brandsSlider a img:not(:hover) {
	-webkit-filter: grayscale(1);
  filter: grayscale(1);
}
body.webshop-frontpage article {
    z-index: 9;
    position: relative;
}

.slider-wrapper {
	margin:0;
}


body.webshop-frontpage .slider-wrapper {
	box-shadow: 0 0 25px rgba(0,0,0,.2);
}
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:1400px;
	max-width:95%;
	height:auto;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
body.webshop-frontpage div.nivo-dynamic-text {
	top:50% !important;
	left:auto !important;
	right: 10% !important;
	bottom:auto !important;
	max-width:35%;
	transform: translateY(-50%);
}
body.webshop-frontpage div.nivo-dynamic-text-header {
	font-size:85px;
	font-weight:normal;
	font-family: 'Amatic SC', cursive;
}
body.webshop-frontpage div.nivo-dynamic-text-teaser {
	font-size:25px;
	font-weight: 300;
}
body.webshop-frontpage div.nivo-dynamic-text-link {
	margin:20px 0 0;
	font-size:13px;
}
body.webshop-frontpage div.nivo-dynamic-text-link:hover {
	background-color:rgba(111,111,111,1.00);
}

.whitebackground {
    background-color: rgba(255,255,255,1.00);
}
.Text1_FrontPage {
	margin: 30px 0;
    display: block;
}
.Text1_FrontPage > p {
	line-height:18px;
	display:block;
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
}
.Text2_FrontPage {
	display:block;
	padding:150px 0 80px 0;
}
.Text2_FrontPage > p {
	line-height:1.5em;
	font-size: 85%;
	display:block;
	column-count: 3;
	column-gap: 40px;
	margin: 0 auto;
	width: 1040px;
	max-width: 100%;
}
.Text2_FrontPage h1 {
	margin: 0 0 20px;
	font-size: 24px;
    text-align: left;
}

/* MOST VIEWED - MOST SOLD */
.mostviewed-header, .mostviewed-products, .mostsold-header, .mostsold-products {
	display:none;
}
.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;
}
.mostviewed-products {
	margin-bottom: 100px;
}
.slick-prev, .slick-next {
	opacity:1;
	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;
    background-color: transparent;
	border:0;
	overflow:hidden;
	text-indent:-999px;
	cursor:pointer;
	z-index: 50;
}
.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 {
}

section.brands .slick-prev {
	background-image:url('/images/skins/Bewise/images/arrow-prev-black.png');
}
section.brands .slick-next {
	right:0;
	background-image:url('/images/skins/Bewise/images/arrow-next-black.png');
}


/* BLOG */
.date-content {
	text-transform: lowercase;
}
.productcard .date-content {
    text-align: center;
    position: relative;
    margin: -30px 0 40px;
}
.blog .toolbar {
	display: none;
}
.ProductList_Custom_DIV {
	margin: 0 -2%;
}
.ProductList_Custom_DIV > div {
	width: 46%;
	margin: 0 2% 4%;
	display: inline-block;
	vertical-align: top;
}
.ProductList_Custom_DIV .info {
	padding: 15px 20px;
	background-color:#e1f4f2;
}
.ProductList_Custom_DIV .image img {
	display: block;
	width: 100%;
}
.ProductList_Custom_DIV .name a {
	text-decoration: none;
	display: block;
	font-size: 23px;
	font-weight: 400;
	margin: 0 0 8px;
}
.ProductList_Custom_DIV a.blogReadMore {
	display: block;
	padding:10px 20px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	background-color:rgba(40,40,40,1.00);
}



/* B2B LOGIN */
form[action="/shop/b2blogin.html"] > div > table {
	width:100%;
}

form[action="/shop/b2blogin.html"] > div > table > tbody > tr:nth-child(3) > td:nth-child(1) {
	width:1%;
	padding-right:15px;
}
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="text"],
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="email"],
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="password"] {
	-webkit-appearance:none;
	font-size:23px;
	height:40px;
	width:200px;
	max-width:100%;
	margin:3px 0;
	padding:0 10px;
}
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input:focus {
	border:solid 1px #0085AD;
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.1);
}
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="submit"] {
	margin-top:10px;
}
.B2BLogin_TD article form[action="/shop/b2blogin.html"] > br {
	display:none;
}


/* CUSTOMER */
.Customer_TD input[type="text"]#xprofileid.TextInputField_Customer {
	-webkit-appearance:none;
	font-size:23px;
	height:44px;
	width:200px;
	margin:0 4px 0 0;
	padding:0 10px;
	float:left;
}
.SubmitButton_Customer {
	float:left;
}



nav.productmenu {
	padding: 10px 0;
    background-color: #f3f7f9;
}
#ProductmenuContainer_DIV {
	width: 1400px;
	max-width: 95%;
	margin: 0 auto;
	position: relative;
}
#ProductmenuContainer_DIV .creditcards {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 16px;
}

header .Heading_ProductMenu {
	display:none;
}
.ProductMenu_Category_Icon_Container {
	display: none !important;
}
#ProductMenu_List {
	margin:0;
	padding:0;
	list-style-type:none;
	display: flex;
	text-align: left;
}
#ProductMenu_List:after {
	clear:both;
	content:"";
	display:block;
}
#ProductMenu_List > li {
	display: inline-block;
	text-align: left;
	flex: auto;
}
#ProductMenu_List > li:nth-child(n+8) {
}
#ProductMenu_List > li:last-child {
	margin: 0;
}
#ProductMenu_List > li > a {
	display:block;
	padding:10px 10px;
	font-size:13px;
	line-height:1;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
	color: #000;
}
#ProductMenu_List > li:first-child > a {
	padding-left: 0;
}
/*
#ProductMenu_List > li.has-dropdown > a:after {
	content: "\f078";
	margin: 0 0 0 7px;
	color: #000;
	font-weight: 900;
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
}
#ProductMenu_List > li > a:before {
	font-weight: 900;
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	margin: 0 7px 0 0;
}
*/
#ProductMenu_List > li > a[href*="/shop/news-ALL-1.html"] {
	background-color: #000000;
	border-radius: 2px;
	text-align: center;
	margin: 0 5px;
    color: #FFF;
}
#ProductMenu_List > li > a[href*="/shop/specialoffer-ALL-1.html"] {
	background-color: #FF6900;
    color: #FFF;
	border-radius: 2px;
	text-align: center;
	margin: 0 5px;
}
#ProductMenu_List > li > a[href*="-386"] {
	background-color: rgba(223,223,223,.3);
	border-radius: 2px;
	margin: 0 5px;
	text-align: center;
}
#ProductMenu_List > li > a[href*="-386"]:after {
	display: none;
}
#ProductMenu_List > li > a[href*="-386"]:before {
	content: "\f09e";
}

#ProductMenu_List > li > a .count {
	position: absolute;
	top: -15px;
	right: 10px;
	font-size: 9px;
	font-weight: normal;
	padding: 5px;
	background-color: #333;
	color: rgba(255,255,255,1.00);
	border-radius: 2px;
}
#ProductMenu_List > li > a .count:empty {
	display: none;
}

#ProductMenu_List > li > a .count.shake {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}



#ProductMenu_List > li:hover > a[href*="-386"] + ul {
	display: none;
}

#ProductMenu_List > li.customerService {
	position: relative;
}
#ProductMenu_List > li.customerService > div {
	right: 0;
}
#ProductMenu_List > li.customerService > a {
	text-align: right;
	margin: 0 0 0 5px;
	padding-right: 0;
}
#ProductMenu_List > li.customerService > a:before {
	content: "\f007";
	font-weight: 900;
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	margin: 0 4px 0 0;
}
#ProductMenu_List > li > a > span.ProductMenu_MenuItemBold {
	font-weight:bold;
	position: relative;
	z-index: 10;
}



/* LEVEL 2 */
#ProductMenu_List > li > ul, #ProductMenu_List > li > div {
	display: none;
	position: absolute;
	background-color:rgba(255,255,255,1.00);
	padding: 20px 30px;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
	list-style-type: none;
	margin: 0;
}
#ProductMenu_List > li.hover:hover > div {
	display: block;
}
#ProductMenu_List > li > div:after {
	content: "";
	display: block;
	clear: both;
}
#ProductMenu_List > li.brands > div {
	width: 100%;
	left: 0;
}
#ProductMenu_List > li.brands > div {
	padding-bottom: 20px;
}
#ProductMenu_List > li.brands > div > ul {
	column-count: 5;
	column-gap: 30px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#ProductMenu_List > li.brands > div > ul > li > a {
	text-decoration: none;
	display: inline-block;
	margin: 1px 0;
	position: relative;
}
#ProductMenu_List > li.brands > div > ul > li > a.highlighted > img {
	position: absolute;
	right: calc(100% + 5px);
	width: 15px;
	top: 50%;
	transform: translateY(-50%);
}
/*
#ProductMenu_List > li.brands > div > ul > li > a.highlighted {
	color: rgba(255,255,255,1.00);
	border-radius: 2px;
	background-color: rgba(41,41,41,1.00);
	padding: 2px 4px;
}
*/
#ProductMenu_List > li.brands > div > ul > li > div.alfabet {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}
#ProductMenu_List > li.brands > div > ul > li:not(:first-child) > div.alfabet {
	margin-top: 10px;
}

#ProductMenu_List > li.moreLevels > ul {
	left: 0;
	width: 100%;
}
#ProductMenu_List > li.moreLevels > ul > li {
	display: inline-block;
	vertical-align: top;
	width: 16.6%;
}
#ProductMenu_List > li.moreLevels > ul > li > a {
	text-decoration: none;
	font-size: 17px;
	margin: 0 0 10px;
	display: block;
}
#ProductMenu_List > li.moreLevels > ul > li > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#ProductMenu_List > li.moreLevels > ul > li > ul > li > a {
	text-decoration: none;
	display: block;
	padding: 3px 0;
}

#ProductMenu_List > li > div > div {
	display:inline-block;
	vertical-align:top;
	margin-right: 40px;
}
#ProductMenu_List > li > div > div:last-child {
	margin-right:0;
}
#ProductMenu_List > li > div > div > a, #ProductMenu_List > li > div > a {
	color:rgba(0,0,0,1.00);
	text-decoration:none;
	display:block;
	padding:5px 0;
	min-width:150px;
}
#ProductMenu_List > li > div > div > a span.ProductMenu_MenuItemBold {
	font-weight: normal;
}

#ProductMenu_List > li > div > div > a:hover, #ProductMenu_List > li > div > a:hover {
	color:#000000;
}

/* LEVEL 4 */
#ProductMenu_List > li > div > ul > li > ul > li > ul {
	display: none;
}

a#ActiveCategory_A {
	display:none !important;
}


section.brands {
    padding:50px 0;
    background-color: #FFF;
}
section.brands > div {
    width: 1400px;
    margin: 0 auto;
    max-width: 95%;
}
section.brands ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
section.brands ul li {
    background-color: #FFF;
    padding: 10px;
    margin: 0 10px;
    text-align: center;
}
section.brands ul li img {
    height: 70px;
    text-align: center;
    display: inline-block;
}


/* FOOTER */
.footerTrustpilot {
	padding: 40px 0;
	background-color: #f6f6f6;
}
.footerTrustpilot .trustpilot-widget {
	margin: 0 auto;
	width: 1400px;
	max-width: 95%;
}
footer > ul.TopMenu_MenuItems {
    display:none;
}
footer ul.TopMenu_MenuItems {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer {
	padding: 50px 0;
	background-color:#000000;
    color: #FFF;
}
footer a {
    color: #FFF;
}
footer > section {
	width:1400px;
	max-width: 95%;
	margin:0 auto;
}
footer > section > ul {
	margin:0 -2%;
	padding:0;
	list-style-type:none;
}
footer > section > ul:after {
	clear:both;
	content:"";
	display:block;
}
footer > section > ul > li {
	float:left;
	width:21%;
	margin:0 2%;
	line-height: 1.8em;
}
footer > section > ul > li > strong {
	display:block;
	font-weight:300;
	letter-spacing: 1px;
	margin:0 0 25px;
	padding: 0 0 5px 0;
	border-bottom: solid 1px rgba(198,198,198,.50);
	font-size:16px;
	line-height:normal;
}
footer > section > ul > li a {
	text-decoration:none;
}
footer form {
	display: block;
	margin: 15px 0 0;
}
footer input[type="text"], footer input[type="email"] {
	display: block;
	width: 100%;
	height: 30px;
	padding: 0 10px;
	color: rgba(0,0,0,1.00);
	margin: 0 0 7px;
    border: 1px solid #f0efe3;
    border-radius: 2px;
}
footer input[type="submit"] {
	font-size: 12px;
	padding: 8px 15px;
    background-color: #cc3417;
}
footer .remember {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
footer .remember .fa {
	margin: 0 8px 0 0;
	color:#cc3417;
}
.footerMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
credits > section > div img.trustpilot {
    height: 25px;
}
credits {
	background-color: #cad7dc;
	padding: 50px 0;
	display: block;
}
credits > section {
	width:1400px;
	max-width: 95%;
	margin:0 auto;
	display: flex;
}
credits > section > div {
	flex-grow: 4;
	width: 25%;
	vertical-align: top;
	text-align: center;
}
credits > section > div > strong {
	display: block;
	font-weight: 300;
	margin: 0 0 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
credits .emaerket {
	width: 60px;
}
credits img {
	max-width: 75%;
}

credits .founding {
	width: 60px;
}

/* SOCIAL LINKS */
a.social {
	display:inline-block;
	margin:0 10px;
	position: relative;
	vertical-align: bottom;
}
a.social i {
	color:rgba(0,0,0,1.00);
	font-size: 25px;
}


section.usp {
    background-color: #000000;
	display: none;
}
section.usp > div {
    margin: 0 auto;
    width: 1400px;
    max-width: 95%;
}
section.usp ul {
    margin:0;
    padding: 0;
    list-style-type: none;
}
section.usp li {
    position: relative;
    color: #FFF;
    padding: 10px 0;
}
section.usp li > * {
	display: inline-block;
	vertical-align: middle;
}
section.usp li i {
	position: relative;
	margin: 0 10px 0 0;
    font-size: 16px;
}
section.usp li:last-child i {
    font-size: 14px;
}
section.usp li span {
    font-size: 17px;
    font-weight: bold;
	padding: 0 10px 0 0;
}
section.usp li small {
	display: block;
}
section.usp li div {
	text-align: left;
}

/* BREADCRUMB */
.breadcrumb-container {
	padding:10px 0 7px;
    border-bottom: 1px solid #eee;
    background-color: #FFF;
}
div.breadcrumb, .SubCats_BreadCrumb {
	display:none;
	width:1400px;
	max-width:95%;
	margin:0 auto;
	padding:0 0 0 20px;
	background-image:url('/images/skins/Bewise/images/arrow-left.png');
	background-repeat:no-repeat;
	background-size:6px auto;
	background-position:0 50%;
}
div.breadcrumb.active, .SubCats_BreadCrumb.active {
	display:block;
}
div.breadcrumb br, .SubCats_BreadCrumb br {
	display:none;
}
div.breadcrumb, .SubCats_BreadCrumb, div.breadcrumb a, .SubCats_BreadCrumb a, div.breadcrumb td {
	color:rgba(0,0,0,1.00);
	text-decoration:none;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
}
div.breadcrumb a:hover, .SubCats_BreadCrumb a:hover {
	color:#9B9B9B;
}
.breadcrumb-container a.BreadCrumbLink_Active {
	display:inline-block;
}
table.tempGrpPrd, table.tempGrpPrd table {
    width:100% !important;
}
.bgGrpColor {
    display:none;
}
.CmsPageStyle_Table table {
    width: 100%;
    max-height: 100%;
}

/* PRODUCTLIST */
section.bottomText {
	margin: 100px 0 0;
}
.productsfound, .no-procucts-found-on-empty-list {
	display: none;
}
.category-description {
	display:none;
	margin:0 0 25px;
}
.category-description section {
	display: none;
}
.category-description .CmsPageStyle {
	line-height:160%;
}
.Frontpage_Custom_UL, .ProductList_Custom_UL:not(.raptor-box-list), .Related_Custom_UL, .CustomersAlsoBought_Custom_UL {
	padding:0;
	margin:0 -1%;
	list-style-type:none;
	position:relative;
}
.Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li {
	width:18%;
	margin: 0 1% 2%;
	display:inline-block;
	vertical-align:top;

}
article.aside .ProductList_Custom_UL > li {
	width:31.3%;
}
li .product {
	position:relative;
	padding:25px;
	text-align:center;
	background-color:#fff;
	border:solid 1px rgba(229,229,229,1.00);
	border-radius: 4px;
}
li .product img {
	max-width:100%;
}
li .product .name {
	display:block;
	font-size:13px;
	text-decoration:none;
	width: 100%;
	margin:18px 0 7px;
	min-height: 34px;
}
li .product .name a {
    text-decoration: none;
}
li .product .image {
	position:relative;
}
li .product .image img {
	display:block;
	width:100%;
}
li .product .price {
	font-size:16px;
	font-weight:bold;
}
li .product .price strike {
	color:rgba(169,0,2,1.00);
	font-weight: normal;
	padding: 0 5px 0 0;
}
li .product .price .currency {
	padding: 0 5px 0 0;
	display: none;
}
li .product input[type="text"] {
	display:none;
}
li .product .buy {
	width:90%;
	overflow:hidden;
	margin:10px auto 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
li .product .BuyButton_ProductList,
li .product .Related_BuyButton_IMG {
	width:100%;
	display:block;
}
li .product .allAdvancedContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	z-index: 50;
	background-color: rgba(255,255,255,.80);
	text-align: center;
	display: none;
}
li .product.showAdvancedActive .allAdvancedContainer {
	display: block;
}
li .product .advancedTitle:not(:empty) {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: 9px;
	border-top: 1px solid #eee;
    margin: 10px 0 0 0;
	padding:10px 0 5px;
	text-align: center;
}
li .product .advanced {
	width:100%;
	text-align:center;
	overflow: hidden;
}
li .product .showMoreAdvanced {
	visibility: hidden;
	text-decoration: underline;
	font-size: 11px;
	padding: 5px 0 0;
	display: block;
}
li .product .hideAdvancedButton {
	font-size: 12px;
	margin: 10px 0 0;
	cursor: pointer;
}
li .product .hideAdvancedButton i {
	margin: 0 5px 0 0;
	font-size: 14px;
}
li .product .advanced.overflow + .showMoreAdvanced {
	visibility: visible;
}
li .product .advanced a, li .product .allAdvancedContainer a {
	font-family:Arial;
	display:inline-block;
	padding:5px;
	margin:2px;
	border:solid 1px #eee;
	color:rgba(37,37,37,1.00);
	font-size:11px;
	line-height:11px;
	font-weight:normal;
	text-decoration:none;
}
li .product .advanced a:hover, li .product .allAdvancedContainer a:hover {
	color:#000;
	border-color:rgba(115,115,115,1.00);
}
/*
li:not(.raptor-box-item) .product:hover .advanced {
	display:block;
}
*/


select.ProductListVariantSelector {
	display: none;
}
.offerCountdownContainer {
	position: absolute;
	z-index: 30;
	width: 100%;
	text-align: center;
	background-color: #FFDF04;
	color: #000;
	padding: 5px 5px;
	font-size: 11px;
	border-radius: 2px;
	bottom: 0;
}
.offerCountdownContainer strong {
	display: block;
	font-size: 13px;
}

/* NEWS */
.news {
	position:absolute;
	top:25px;
	right:25px;
	z-index:40;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	background-color: #000000;
	text-transform: uppercase;
	border-radius: 2px;
	display: none;
    color: #FFF;
}
.news img {
	display: none;
}
.news.text {
	width:100px;
	top:17px;
	right:-23px;
	background-color:rgba(0,0,0,1.00);
	color:rgba(255,255,255,1.00);
	padding:4px 0;
	font-size:12px;
	line-height:12px;
	transform:rotate(45deg);
}



/* 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;
}


/* SORT SELECTOR */
.sort-container {
    display:none !important;
}
.sort-container:after {
	content:"";
	clear:both;
	display:block;
}
#Productlist_Sort_table {
	margin:0 0 20px;
}
.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%);
}
.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;
}


/* MEASURE */
.measureContainer {

	margin: 30px 0 10px;
}
.measureContainer .header {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 5px;
}
.measureItem > span:nth-child(1) {
	padding: 0 4px 0 0;
	min-width: 70px;
	display: inline-block;
}


/* SIZEGUIDE */
.sizeguideMenu {
	float: left;
	width: 40%;
	padding: 50px 5% 50px 0;
	border-right: solid 1px rgba(218,218,218,1.00);
	text-align: right;
	position: relative;
}
.sizeguideMenu > a {
	display: block;
	margin: 0 0 10px;
	font-size: 15px;
	text-decoration: none;
}
.sizeguideMenu > a:last-child {
	margin-bottom: 0;
}
.sizeguideMenu + div {
	float: right;
	width: 60%;
	padding: 50px 0 0 5%;
}

.popup_block {
	display: none;
}

#sizeguidePageContainer img {
	max-width: 100%;
}
#sizeguidePageContainer p {
	margin: 0;
	padding: 0;
}
#sizeguidePageContainer h2 {
	font-size: 25px;
}
#sizeguidePageContainer section {
	margin: 0 0 50px;
}
#sizeguidePageContainer p + section {
	margin-top: 40px;
}
#sizeguidePageContainer section.flex {
	display: flex;
	align-items:flex-end;
}
#sizeguidePageContainer section.flex.middle {
	align-items:center;
}
#sizeguidePageContainer section.flex > * {
	flex: auto;
}
#sizeguidePageContainer section.flex.center {
	text-align: center;
}
#sizeguidePageContainer section.flex img {
	max-width: 100%;
}
#sizeguidePageContainer section.flex.image img {
	margin-right: 10%;
}
#sizeguidePageContainer section.flex label {
	display: block;
}
#sizeguidePageContainer section.flex table {
	width: 320px;

}
#sizeguidePageContainer section.flex table td {
	padding: 4px;
}

#maerkerWithPopup {
	margin: 30px -1% 50px;
	font-size: 0;
}
#maerkerWithPopup > a {
	display: inline-block;
	border: solid 1px rgba(226,226,226,1.00);
	border-radius: 4px;
	padding: 10px;
	margin: 0 1% 2%;
	vertical-align: top;
	text-decoration: none;
	width: 23%;
	text-align: center;
}

#sizeGuideContent {
	width: 800px;
	max-width: 95%;
	height: 800px;
	max-height: 90%;
}
.sizeGuideContainer {
	width: 500px;
	max-width: 100%;
	padding: 20px;
	margin: 0 0 20px;
	border:solid 1px rgba(235,235,235,.80);
}
.sizeGuideContainer .header {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 5px;
}
.sizeGuideContainer img {
	max-width: 100%;
}
.sizeGuideContainer > ul {
	margin: 10px 0 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: flex-end;
}
.sizeGuideContainer > ul > li {
	flex: auto;
	text-align: center;
}
.sizeGuideContainer > ul > li > p {
	font-size: 11px;
	margin: 10px 0 0;
	padding: 0;
}
.sizeGuideContainer > ul.crown > li:nth-child(1) img {
	max-width: 20%;
}
.sizeGuideContainer > ul.crown > li:nth-child(2) img {
	max-width: 40%;
}
.sizeGuideContainer > ul.crown > li:nth-child(3) img {
	max-width: 60%;
}
.sizeGuideContainer > ul.crown > li:nth-child(4) img {
	max-width: 80%;
}
a[data-src="#sizeGuideContent"], .expanderButton {
	display: block;
	margin: 10px 0 0;
}
a[data-src="#sizeGuideContent"] i, .expanderButton i {
	margin: 0 8px 0 0;
	min-width: 16px;
}

.extendedSizeguideContainer .headerPop,
.extendedSizeguideContainer .footerPop{
	display: none;
}
.extendedSizeguideContainer:not(.open).expandable {
	height: 100px;
	overflow: hidden;
	position: relative;
}
.extendedSizeguideContainer:not(.open).expandable:after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.extendedSizeguideContainer.open + .expanderButton {
	display: none;
}


/* 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;
	height:55px;
    width: 55px;
    border-radius: 50%;
	position: absolute;
	background-color:#cc3417;
    border: 1px solid #cc3417;
}
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 {
	width: 100%;
	top: 50%;
	text-align: center;
	font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
	color: #FFF;
	transform: translateY(-50%);
}
.productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
	top:10px;
	left:10px;
	right:auto;
	width:70px;
	height:70px;
}
.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV {
	font-size:18px;
}

.customSizeContainer {
	padding: 10px;
	background-color: rgba(237,237,237,1.00);
	border-radius: 3px;
	width: 420px;
	max-width: 100%;
}
.customSizeContainer > strong {
	display: block;
}
.customSizeContainer input {
	display: block;
	margin: 5px 0 0;
	width: 100%;
	border: solid 1px rgba(153,153,153,1.00);
	height: 35px;
	padding: 0 10px;
}
.customSizeContainer > div {
	position: relative;
}
.customSizeContainer > div > span {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 35px;
	background-color: rgba(153,153,153,1.00);
	display: block;
	z-index: 10;
}
.customSizeContainer > div > span:after {
	content: "cm";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	line-height: 1;
	z-index: 30;
	color: rgba(255,255,255,1.00);
	font-variant-caps: 15px;
	text-align: center;
}


/* SPECS */
#specs {
	list-style-type:none;
	margin:20px 0 0;
	padding:0;
	border:solid 1px rgba(237,237,237,1.00);
	border-radius:6px;
	display:none;
}
#specs > li {
	border-bottom:solid 1px rgba(155,155,155,0.40);
	padding:4px 0;
}
#specs > li:nth-child(2n+1) {
	background-color:rgba(155,155,155,0.10);
}
#specs > li:last-child {
	border:0;
}
#specs > li > div {
	display:inline-block;
	vertical-align:top;
}
#specs > li > div:first-child {
	width:130px;
	padding:0 15px 0 20px;
}
#specs > li > div:last-child {
	font-weight:bold;
}

table.CmsPageStyle_Table, .profileWrapper table, .termsWrapper table {
	table-layout:fixed;
}
table.CmsPageStyle_Table img, div.profileWrapper img, div.termsWrapper img {
	max-width:100%;
	height:auto !important;
}
input.SubmitButton_AdvancedSearchPage[type="submit"] {
	font-size:13px;
	padding:6px 10px;
}



/* FAVORITES */
table.FavTB {
	table-layout:fixed;
}
table.FavTB > tbody > tr > td {
	border-bottom:solid 1px rgba(235,235,235,1.00);
	padding-top:10px;
	padding-bottom:10px;
}
td.FavTB_ProdImageTD {
	width:10%;
}
img.FavTB_ProdImage {
	max-width:100%;
}
td.FavTB_ProdNameTD {
	width:auto;
	vertical-align:middle;
	padding-left:25px;
}
td.FavTB_ProdNameTD > a {
	text-overflow:ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-weight:bold;
	text-decoration:none;
	padding:0 15px 0 0;
	display:block;
}
td.FavTB_ProdNameTD br {
	display:none;
}
td.FavTB_ProdAmountTD {
	display:none;
}
td.FavTB_ActionButtonsTD {
	width:40px;
}
td.FavTB_ActionButtonsTD > a:nth-of-type(-n+2) {
	display:none;
}
td.FavTB_ActionButtonsTD > a > img {
	width:25px;
	display:block;
}
td.FavTB_Buy {
	width:20%;
}
td.FavTB_Buy input {
	display:block;
	width:100%;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

/* PRODUCTGROUPS */
.SubCats_Categories_UL {
	padding:0;
	margin:50px -1% 0;
	list-style-type:none;
}
.SubCats_Categories_UL:after {
	content:"";
	clear:both;
	display:block;
}
.SubCats_Categories_UL > li {
	width:12.2% !important;
	float:none !important;
	margin:0 1% 2%;
	display:inline-block;
	vertical-align:top;
	border:solid 1px #D6D6D6;
	padding:15px;
	text-align:center;
    background-color: #FFF;
}
.SubCats_Categories_UL > li:last-child {
	display:none;
}
.SubCats_Categories_UL > li .image {
    height: 160px;
    overflow: hidden;
    background-color: #FFF;
}
.SubCats_Categories_UL > li .image img {
	margin:0 0 10px;
    display: inline-block;
}
.SubCats_Categories_UL > li .name a {
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	width: 100%;
}




/* 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%);
	font-size: 0;
	color: rgba(255,255,255,.00);
	background-image: none;
}
div.dd-theme-default a.nivo-prevNav:before, div.dd-theme-default a.nivo-nextNav:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 18px;

	text-indent: 0;
	transform: translateX(-50%) translateY(-50%);
	color: rgba(255,255,255,1.00);
}
div.dd-theme-default a.nivo-prevNav:before {
	content: "\f053";
}
div.dd-theme-default a.nivo-nextNav:before {
	content: "\f054";
}

/* PRODUCTCARD */
body.webshop-productinfo article {
	background-color:transparent;
	padding:0;
    margin: 30px auto 60px;
}
.productcard {
	position:relative;
	margin: 0 0 70px;
    background-color: #FFF;
    border-radius: 6px;
    padding: 30px;
}
.productcard:after {
	content:"";
	clear:both;
	display:block;
}
body.webshop-productinfo .back {
	position:absolute;
	top:72px;
	right:25px;
}
#BUYSECTION:after {
	content:"";
	clear:both;
	display:block;
}
#BUYSECTION:not(:empty) {
	margin: 20px 0;
}
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;
	height:45px;
	width:45px;
	border-radius: 5px;
	border:solid 1px rgba(162,162,162,.50);
	background-color:#FFFFFF;
	text-align:center;
	padding:0;
}
.buyWrapper {
	float:left;
	margin:0 15px 0 10px;
}
.buyWrapper input {
	height:45px;
	display:block;
	-webkit-appearance:none;
	border-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 {
	font-size: 18px;
	padding: 5px 15px;
}

.productcard .images {
	float:left;
	width:44%;
	position:relative;
}
.productcard .imagecanvas {
	margin:0 0 15px;
}
#Productinfo_Fancybox_Image_DIV img {
	max-width:100%;
	display:block;
}

.productcard .imageselector {
	display: flex;
	margin: 25px -2% 0;
}
.productcard .imageselector > a {
	vertical-align:top;
	flex: auto;
	margin: 0 2%;
	max-width: 16%;
}
.productcard .imageselector a.Thumbnail_Productinfo_FancyBox {
	display:inline-block;
}
.productcard .imageselector img {
	display:block;
	border:0;
	padding:0;
	width: 100% !important;
	margin:0 !important;
}
table.ProductInfo_MagixZoomPlus_MainImage_TABLE {
	width:100%;
}
div.MagicThumb-caption {
	display:none !important;
}

.imagecanvas div.Element_Overlay_ProdInfo_SavingsDIV, .imagecanvas div.Element_Overlay_ProdInfo_SpecialOfferDIV {
	display:block;
}
.productcard .info {
	float:right;
	width:53%;
	position:relative;
	margin:0;
}
.productcard ul.details {
	margin:0 0 25px;
	padding:0 0 10px 0;
	list-style-type:none;
	display:none;
	font-size:0;
    border-bottom: 1px solid #eee;
}
.productcard ul.details:after {
	clear:both;
	content:"";
	display:block;
}
.productcard ul.details > li {
	font-size:12px;
	display:inline-block;
	vertical-align:middle;
}
.productcard ul.details > li.stock-message > * {
	display: inline-block;
	vertical-align: middle;
}
.productcard ul.details > li.stock-message img {
	width:10px;
	border-radius:50%;
	margin:0px 10px 0px 1px;
	vertical-align:middle;
}
.productcard ul.details > li.today {
	background-color: #cc3417;
	color: rgba(255,255,255,1.00);
	border-color: #cc3417;
}

.productcard ul.details > li.delivery-time {
    padding: 0 10px;
}

.productcard ul.details > li.delivery-time:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f0d1";
	margin: 0 7px 0 0;
}
.productcard ul.details > li.rating {
	padding-top:0;
	padding-bottom:0;
}
.productcard ul.details > li.rating > div {
	padding:0 !important;
}
.productcard ul.details > li.rating span.Product_Rating_Review_Text, .productcard ul.details > li.rating span.Product_Rating_Sum, .productcard ul.details > li.rating span.Product_Rating_NoRates, .productcard ul.details > li.rating span.Product_Rating_Voted {
	display:none;
}

/* PRODUCTCARD 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;
}
*/


.StockEmailNotificationWrapper > span {
    background-color: #000000;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    color: #FFF;
    border-radius: 3px;
}


.productcard .manufactor {
	display: none;
	margin: 0 0 15px;
}

.Variants {
	margin:15px 0 0;
}
table.VariantGroup {
    width: 50%;
    margin-bottom: 10px;
}
td.VariantGroupLabel {
    text-transform: uppercase;
    letter-spacing: 1px;
	padding:0 0 4px;
}
table.VariantGroup select {
	width:100%;
/*	display: none;*/
}

.productcard .Prices_Custom_UL {
	width:auto;
	margin:10px 0 5px;
	padding:0;
	list-style-type:none;
}
.productcard .Prices_Custom_UL .before-price {
	font-size:16px;
	line-height:1;
	color:#cc3417;
	text-decoration: line-through;
}
.productcard .Prices_Custom_UL .price {
	font-size:16px;
	line-height:25px;
	font-weight:700;
	margin-top:5px;
}
.productcard .Prices_Custom_UL li:first-child .price {
	font-size:36px;
	line-height:36px;
}
.productcard .Prices_Custom_UL .price .text {
	font-size:16px;
	line-height:16px;
	font-weight:400;
	color:#7E7E7E;
	padding-right:4px;
}
.productcard .Prices_Custom_UL li .vat {
	font-size:16px;
	padding:0 0 0 7px;
}
.productcard .Prices_Custom_UL li .currency {
	padding: 0 0 0 5px;
	display: none;
}
.Prices_Custom_UL li:first-child .text {
	display:none;
}
.Prices_Custom_UL li:last-child {
	margin:0 0 10px;
}


.productcard .short-description , .description1 {
	line-height: 1.7em;
}
.productcard .short-description {
	padding:0 0 20px;
}

td.ProductInfo_MagixZoomPlus_MainImage_TD {
	border:0;
}
.productcard .addthis_toolbox {
	padding:20px 0 0;
}

.description1 {
	margin: 0 0 30px;
}
.description1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.description1 ul > li:before {
	content: "\f004";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin: 0 8px 0 0;
	color: #cc3417;
}
.description2 {
	display: none;
}

.sizes a {
    display: inline-block;
    padding: 6px 10px;
    color: #61432E;
    border: solid 1px rgba(223,223,223,1.00);
    margin: 0 10px 10px 0;
    text-decoration: none;
	border-radius: 3px;
}
.sizes a:hover {
	border-color: rgba(40,40,40,1.00);
}
.sizes a.active {
    color: rgba(255,255,255,1.00);
    border-color: rgba(40,40,40,1.00);
    background-color: rgba(40,40,40,1.00);
}


/* RELATED PRODUCTS */
.related, .alsobought {
	margin:60px 0 0;
}
/*
.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, .webshop-productinfo .raptor-box h3 {
	font-size:18px;
	margin:0 0 20px;
	padding:0;
	font-weight: normal;
}


/* 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;
}


/* CONTACTFORM */
aside .header {
	margin-top:30px;
}
form.contact {
	padding:0;
}
form.contact input[type="text"],
form.contact input[type="email"],
form.contact textarea {
	width:100%;
	height:30px;
	padding-left:15px;
	margin:0 0 4px;
	color:#000;
	background-color:rgba(100,100,100,0.1);
	border:0;
	border-top:solid 1px #DBDBDB;
}
form.contact textarea  {
	padding:10px 15px;
	height:60px;
}
form.contact small {
	display:block;
	padding:5px 0 10px 15px;
}
form.contact input[type="submit"] {
	font-size:12px;
	padding:7px 10px;
	margin-left:15px;
	text-transform:uppercase;
}


/* SHOWBASKET */
#showbasketContent:after {
	clear:both;
	content:"";
	display:block;
}
div.ShowBasket_SimpleVariants_DIV {
	padding-left:0;
	padding-top:0;
}
.ShowBasket_ProductLine_ActionButtons_TD img {
	width:14px;
	margin:0 2px;
}
a.Order_back_basket {
	float:left;
	margin:15px 0 0;
}
a.Order_back_basket img {
	width:200px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display:block;
}
a.Basket_Order img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display:block;
	max-width:100%;
}
.Order_empty_basket {
	display:none;
}
a.ShowBasket_SendBasketLink_Dialog_Link {
	font-size: 12px;
	color:#575868;
	text-decoration:none;
	float:right;
	background-color:#fff;
	padding:7px 18px;
	border:solid 1px #d8dadc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.94, #F4F4F4), color-stop(0.94, #E7E7E7));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
}

.TableLines_BackgroundColor1 .Heading_ShowBasket {
	border-bottom:solid 1px #D6D6D6;
	padding-top:5px;
	padding-bottom:5px;
}
.productrow > td {
	border-bottom:solid 1px rgba(255,255,255,0.20);
	padding-top:10px;
	padding-bottom:10px;
}
#basket_PaymentFees td {
	background-color:#F0F0F0;
	padding-top:5px;
	padding-bottom:5px;
}

#basket_TotalPrice > td {
	font-size:18px;
}

table.showbasket {
	width:100%;
}
table.showbasket.head {
	border:1px solid #e4e8ea;
}
table.showbasket.body {
	border-left:1px solid #e4e8ea;
	border-right:1px solid #e4e8ea;
}
table.showbasket.body > tbody > tr > td {
	border-bottom:1px solid #e4e8ea;
    background-color: #FFF;
}
table.showbasket td, table.showbasket th {
	padding:10px;
	vertical-align:top;
	text-align:left;
}
table.showbasket th {
	background-color:#FFF;
	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 > a > img {
	width:20%;
	margin:0 0 0 10%;
	vertical-align:middle;

}
table.showbasket .amount {
	width:14%;
	text-align:center;
}
table.showbasket .amount .amountContainer {
	display:inline-block;
	width:60%;
	vertical-align:middle;
	position:relative;
	overflow:hidden;
	border:solid 1px #D5D5D5;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
table.showbasket .amount .amountContainer:after {
	content:"";
	clear:both;
	display:block;
}
table.showbasket .amount .amountContainer > div {
	float:left;
	padding:13px 0;
	width:60%;
	text-align:center;
	border-right:solid 1px #D5D5D5;
}
table.showbasket .amount .amountContainer > a {
	position:absolute;
	right:0px;
	height:50%;
	width:40%;
	display:block;
}
table.showbasket .amount .amountContainer > a:hover {
	background-color:#D5D5D5;
}
table.showbasket .amount .amountContainer > a:nth-of-type(2) {
	border-top:solid 1px #D5D5D5;
	bottom:0;
}
table.showbasket .amount .amountContainer > a > img {
	height:6px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
}
table.showbasket.noamount .amount .amountContainer {
	display:none;
}
table.showbasket .unitprice {
	width:15%;
	text-align:right;
}
table.showbasket .unittotal {
	text-align:right;
	width:15%;
}
.basket-checkout {
	width:360px;
	max-width: 100%;
	float:right;
	padding:10px;
	background-color:#FFF;
	-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 {
	padding:4px 0;
}
.basket-checkout > div > div {
	float:right;
}
.basket-checkout .total {
	border-top:solid 1px rgba(0,0,0,0.30);
	padding-top:6px;
	padding-bottom:10px;
	margin-top:4px;
	font-size:20px;
	font-weight:bold;
	background-color:rgba(255,255,255,0.20);
}
.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 header #Search_Form,
body.webshop-checkout nav.productmenu {
	display:none;
}
body.webshop-checkout article {
    margin: 30px auto 60px;
}
.checkout-payment-method-image img, .checkout-shipping-method-image img {
    height: 30px;
}
#checkout-container #column-data h3, #checkout-container div h2 {
	font-size:16px;
	line-height:16px;
	font-weight:normal;
	padding:13px 15px;
	margin:0;
	background-color:#eee;
	-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 {
	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:14px;
	line-height:14px;
	padding:3px 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:"4";
}
#order-confirm > h2:before {
	content:"5";
}
#checkout-container select.checkout-select {
	height:auto;
	width:100%;
	display:block;
}
#checkout-container input.checkout-text,
#checkout-container input#checkout-giftcertificate-cardnumber {
	width: 100%;
	padding:0 5px;
	height: 30px;
	display:block;
	margin: 0px 0px 5px;
	border:solid 1px #D4D4D4;
	color:rgba(0,0,0,1.00);
}
#checkout_password_login-container #checkout_password_login {
    width:100% !important;
}
#checkout-container textarea.checkout-text {
	width: 100%;
	padding:7px 10px 7px 5px;
	height: 30px;
	display:block;
	margin: 0px 0px 5px;
	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_password_login, #checkout-container #checkout_lookupphone, #checkout-container #checkout_altdelivery_lookupphone, #checkout-container #customer-data {
	width:auto;
}

/* KOL 1 */
#checkout-container div#column-data {
    background-color: #FFF;
	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 15px 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 */
	#customer-login {
		padding:0 0 0px;
		margin:0 0 20px;
	}
	#customer-login p, #checkout-container #customer-login fieldset {
		padding:0 10px;
	}
	#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 40px 10px 10px;
		/*
		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;
		position: relative;

	}
	div.checkout-row.altdev .fa {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%) scale(-1, 1);
		font-size: 17px;
	}
	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;
	}



/* KOL 2 */
#checkout-container div#column-shipping-payment {
    background-color: #FFF;
	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;
	}

	#shipping-methods label {
		position: relative;
	}
	#shipping-methods label.gls {
		background-color:rgba(224,242,224,1.00);
		border-radius: 5px;
		border:solid 1px rgba(144,171,148,1.00);
		padding: 6px 0;
		margin: 10px 0;
	}
	#shipping-methods label.gls .deliveryBadge {
		position: absolute;
		bottom: 100%;
		right: 15px;
		border-radius: 3px 3px 0 0;
		color: rgba(255,255,255,1.00);
		font-size: 11px;
		padding: 3px 7px;
		line-height: 1;
		background-color: rgba(144,171,148,1.00);
	}
	#shipping-methods label.postnord .deliveryBadge {
		float:right;
		border-radius: 3px;
		background-color: #EFEFEF;
		padding: 3px 7px;
		margin: 0;
		font-size: 11px;
		line-height: 1;
	}


	.checkout-shipping-description-cell {
		font-weight:bold;
	}
	.shipping-message {
		font-weight:normal;
		font-size:11px;
	}



	#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;
	}



/* 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;
        background-color: #FFF;
	}
	#checkout-container label[for="txtCardNumber"], #checkout-container label[for="txtCardCvv"] {
		display:none;
	}
	#checkout-container div.checkout-payment-cardnumber-container {
		float:none;
	}
	#checkout-container div #txtCardNumber {
		width:100%;
	}
	#checkout-container div.checkout_payment_controlcode-container {
		width:50%
	}
	#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-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 8px;
		-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;
        background-color: #FFF;
	}
	#checkout-container div#order-summary > table {
		border:0;
		width:94%;
		margin-left:3%;
	}
	#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 {
        background-color: #FFF;
		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 10px 0;
	}
	div#confirm-termsandconditions-link-text {

		padding:0 10px 10px;
	}
	div#confirm-accepterms,
	div#confirm-accept-customerdata,
	#mailchimp-subscribe-box {
		float:none;
		margin:5px 10px 10px 10px;
		border:solid 1px #E6E6E6;
		padding:5px;
		border-radius:4px;
	}
#checkout-container label.mailchimp-subscribe-label {
	display: inline-block;
}

    #subscription-maillist {
        float:none;
		margin:5px 10px 10px 10px;
		border:solid 1px #E6E6E6;
		padding:5px;
		border-radius:4px;
    }
    #subscription-maillist input {
        float: left;
    }
    #subscription-maillist:after {
        display: block;
        content: "";
        clear: both;
    }
	div#confirm-checkout {
		clear:both;
		padding:0 10px;
		text-align:right;
	}
	#checkout-container input#confirm-complete-button {
		margin:0 0 5px;
		float:none;
		width:100%;
		-webkit-appearance: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;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	max-width:100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-initialized .slick-slide:last-child {
	text-align: right;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

#btn-menu {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:40px;
	height:44px;
	display: none;
}
#btn-menu .fa {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 21px;
	color:rgba(0,0,0,1.00);
}

div.credits {
	padding:15px 0 0;
	width: 1400px;
	max-width: 95%;
	margin: 0 auto;
    text-align: center;
}
div.credits a {
	font-size:9px;
	text-decoration:none;
    color: #8a979c;
}

.productcard {
	padding: 15px;
}


/* MOBILE MENU */
div.mobileMenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	overflow: hidden;
	background-color: rgba(0,0,0,.4);
	display: none;
}
div.mobileMenu .mobileMenuContainer {
	position: absolute;
	top: 0;
	left: -400px;
	background-color: rgba(255,255,255,1.00);
	height: 100%;
	width: 350px;
	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:#484848;
	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: 14px;
	line-height: 1;
	color: rgba(0,0,0,1.00);
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: 'Arial';
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.mobileMenuUl li.open > a > .toggler:after {
	content:"-";
	color:#578e54;
}
.mobileMenuUl span.ProductMenu_MenuItemBold {
	font-weight: normal;
}
.mobileMenuUl ul {
	display: none;
}
.mobileMenuUl > li > a {
	display: block;
	text-decoration: none;
	padding: 13px 10px 11px 0;
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: solid 1px rgba(0,0,0,.15);
	position: relative;
}

.mobileMenuUl > li > a .count {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	font-size: 9px;
	font-weight: normal;
	padding: 5px;
	background-color: #333;
	color: rgba(255,255,255,1.00);
	border-radius: 2px;
}

.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);
}

.mobileMenuUl a.Activ_ProductMenu {
	color:rgba(144,144,144,1.00);
}
.mobileMenuSearch {
	padding: 0 0 0 20px;
	border-bottom: solid 5px rgba(0,0,0,.15);
	position: relative;
}
.mobileMenuSearch:before {
	content: "\f002";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	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 br, .mobileMenuSearch .SearchTitle_SearchPage, .mobileMenuSearch .nbsp {
	display: none;
}
.mobileMenuSearch input {
	height: 35px;
	float: left;
}
.mobileMenuSearch input[type="text"] {
	width: calc(100% - 40px);
	padding: 0 10px 0 0;
	border: 0;
}
.mobileMenuSearch input[type="submit"] {
	width: 40px;
	font-size: 12px;
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-indent: -999px;
	overflow: hidden;
	-webkit-box-shadow:0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow:0 0 0;
	background-color: rgba(56,56,56,1.00);
}
.mobileMenuSearch:after {
	clear: both;
	content: "";
	display: block;
}
.mobileMenu div.bewise_search {
    left: auto;
    transform: none;
}
.mobileMenu div.bewise_search_inner>div>ul>li>a>div.name {
    min-width: 10px;
}
.mobileMainMenuHeader {
	padding: 15px 20px 10px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	background-color:#484848;
	color: rgba(255,255,255,1.00);
}
.mobileMainMenuUl {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
}
.mobileMainMenuUl > li > a {
	display: block;
	text-decoration: none;
	padding: 13px 10px 11px 0;
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: solid 1px rgba(0,0,0,.15);
}
.mobileMainMenuUl > li:last-child > a {
	border-bottom: 0;
}

header.stuck {
	position:fixed;
	top:0;
	left: 0;
	width: 100%;
    z-index: 9999;
}


.raptor-box-list {
    padding: 0;
    position: relative;

}
.raptor-box-list .owl-wrapper-outer {
    position: relative;
    z-index: 1;
    padding-top: 5px
}
.raptor-box-list li {
    list-style: none
}
.raptor-box-list .owl-controls .owl-buttons>div {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    background-image: url(/raptor/arrows.png);
    background-repeat: no-repeat;
    z-index: 2
}
.raptor-box-list .owl-controls .owl-buttons .owl-prev {
    left: 0;
    background-position: 0 0
}
.raptor-box-list .owl-controls .owl-buttons .owl-next {
    right: 0;
    background-position: -44px 0
}
.raptor-box-list .owl-controls .owl-buttons .owl-prev:hover {
    left: 0;
    background-position: 0 -44px
}
.raptor-box-list .owl-controls .owl-buttons .owl-next:hover {
    right: 0;
    background-position: -44px -44px
}
.raptor-box-list .product {

    display: inline-block;
    margin: 0 2% 4%;
    width: 96%;
}
.raptor-live-search {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
    z-index: 1000;
    padding: 5px
}
.raptor-live-search-list {
    padding: 0
}
.raptor-live-search-item {
    display: block;
    list-style: none;
    border-bottom: 1px solid #eee;
    clear: both;
    background: #fff;
    padding: 5px 0;
    position: relative;
    z-index: 1;
    transition: all 300ms
}
.raptor-live-search-item.active {
    transform: scale(1.1);
    border-bottom: 0;
    box-shadow: rgba(0,0,0,.2) 0 0 5px 0;
    z-index: 5
}
.raptor-live-search-item-img {
    float: left;
    width: 60px;
    margin-right: -60px;
    height: auto
}
.raptor-live-search-item-content {
    float: left;
    padding-left: 70px
}
.raptor-live-search-item-name {
    display: block;
    margin-bottom: 10px
}
.raptor-live-search-item-price {
    color: #484848;
    font-size: 12px
}
.raptor-box-no-slider .raptor-box-list li {
    display: inline-block;
    vertical-align: top;
    width: 50%
}
.raptor-box-no-slider .raptor-box-list {
    font-size: 0
}
.reptor-search-more-btn-box {
    clear: both;
    text-align: center
}
.reptor-search-more-btn {
    display: inline-block;
    cursor: pointer;
    background-color: #555;
    border-radius: 4px;
    border: 0 none;
    color: #fff;
    padding: 10px 15px
}
.reptor-search-more-preloader {
    display: none
}
.raptor-live-search-title {
    padding: .6em .8em;
    font-size: .8em;
    text-transform: uppercase;
    background-color: #fafafa
}
.raptor-live-search-cat-item {
    display: block;
    list-style: none;
    padding: 5px
}

.frontpagelogoslidercontainer {
    border-bottom: solid 1px #e0e9ed;
}
.frontpagecatscontainer {
    background-color: #e0e9ed;
}
.frontpagecats {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.frontpagecats > * {
    flex: none;
    width: calc(20% - 16px);
}
.frontpagecats img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px 6px 0 0;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.frontpagecats a {
    text-decoration: none;
}
.frontpagecats a:after {
    content: attr(title);
    background-color: #11324c;
    border-radius: 0 0 6px 6px;
    text-align: center;
    padding: 10px;
    color:rgba(255,255,255,1.00);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.spacebottom {
    margin-bottom: 60px;
}
.spacetop {
    margin-bottom: 60px;
}
.paddingbottom {
    padding-bottom: 60px;
}
.paddingtop {
    padding-top: 60px;
}
.fullwidth {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
}
.container {
    width: 1400px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

/* RESPONSIVE */
@media (min-width: 1000px) {
    .hideondesktop {
        display: none;
    }
	/*
	.webshop-frontpage .usp {
		margin: 100px 0;
	}
	.webshop-frontpage .usp li i {
		margin: 0 0 10px;
		width: 50px;
		height: 50px;
		background-color: rgba(255,255,255,1.00);
		border: solid 1px rgba(210,210,210,1.00);
	}
	.webshop-frontpage .usp li i:before {
		font-size: 25px;
		color: rgba(40,40,40,1.00);
	}
	.webshop-frontpage .usp li > div {
		display: block;
	}
	.webshop-frontpage .usp li > div > span {
		display: block;
		font-size: 24px;
		margin: 0 0 5px;
		font-weight: 300;
	}
	.webshop-frontpage .usp li > div > small {
		font-size: 14px;
	}
	*/


	nav.productmenu.stuck {
		position:fixed;
		top:0;
		left: 0;
		z-index: 3000;
	}
	header {
		box-shadow: 0 0 15px rgba(0,0,0,.2);
	}
	input[type="submit"]:hover, input[type="button"]:hover, #checkout-container input#confirm-complete-button:hover {
		background-color:#969696;
		background-image:none;
	}

	#ProductMenu_List > li:hover > ul {
		display: block;
	}
	.mostviewed-products .product:hover .image, .mostsold-products .product:hover .image {
		opacity:0.7;
	}
	.Frontpage_Custom_UL > li:hover, .ProductList_Custom_UL > li:hover, .Related_Custom_UL > li:hover, .CustomersAlsoBought_Custom_UL > li:hover {
		position:relative;
		z-index:50;
		-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
		-moz-box-shadow:    0px 0px 15px rgba(0, 0, 0, 0.3);
		box-shadow:         0px 0px 15px rgba(0, 0, 0, 0.3);
	}
	li .product .buy:hover {
		opacity:0.8;
	}
	img.FavAddButton_ProductInfo:hover {
		background-color:rgba(223,188,188,1.00);
	}
	.SubCats_Categories_UL > li:hover {
		border-color:rgba(0,0,0,1.00);
	}
	#basket:hover .miniBasket {
		display: block !important;
	}
}
@media (max-width: 1415px) {
    #Search_Form {
        width: 15%;
    }
}
@media (max-width: 1350px) {
    .headerInfoBoxes {
        right: 200px;
    }
    .emaerket {
        width: 42px;
    }
    div.customerService {
        display:none;
    }
    header  #Search_Form {
        left:35%;
    }
}
@media (max-width: 1060px) {
    header .freeGift {
        display: none;
    }
    header #Search_Form {
        left: 45%;
        width: 25%;
    }
}
@media (max-width: 1100px) {
	.usp li {
		width: 31.33%;
	}

}
@media (max-width: 880px) {
    
    .spacebottom {
        margin-bottom: 30px;
    }
    .spacetop {
        margin-bottom: 30px;
    }
    .paddingbottom {
        padding-bottom: 30px;
    }
    .paddingtop {
        padding-top: 30px;
    }
    
    .mobilesearch {
        display: block;
        position: relative;
        padding: 2.5vw;
    }
    .mobilesearch:after {
        content: "\f002";
        position: absolute;
        z-index: 20;
        right: 33px;
        font-size: 18px;
        font-weight: 900;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: rgba(153, 153, 153, 1.00);
        top: 50%;
        transform: translateY(-50%);
        font-family: "Font Awesome 5 Free";
    }
    .mobilesearch input[type="text"] {
        display: block;
        width: 100%;
        height: 40px;
        padding: 0 15px;
    }
    .mobilesearch input[type="submit"] {
        display: none;
    }
    
    div[class*="bp_logoslider_id_"] {
        padding: 0 2.5vw;
    }
    .Text2_FrontPage {
        padding: 0;
    }
    .frontpagecats {
        flex-wrap: nowrap;
        -webkit-overflow-scrolling:touch;
        overflow-y:hidden;
        overflow-x:auto;
        width: 100vw;
        padding: 0 2.5vw;
        margin-left: -2.5vw;
        gap: 10px;
    }
    .frontpagecats > * {
        width: calc(40% - 10px);
    }
    .frontpagecats a:after {
        padding: 7px 10px;
        font-size: 12px;
    }
    .headerInfoBoxes {
        right: 60px;
    }
    div.deliveryService {
        display: none;
    }
    .emaerketTop {
        display:none;
    }
	.brandsSlider {
		padding: 20px 0 20px;
		margin: 0 0 20px;
	}
	#btn-menu {
		display: block;
	}
	#sleek.active {
		display: none;
	}
    #sleek {
		bottom: 10px;
		left: 10px;
	}
	#sleek .content {
		border-width: 8px;
	}
	#sleek .content .sleekImage {
		margin:0 0 0 20px;
	}
	#sleek .content form {
		width: 100%;
		padding: 17px;
	}
	#sleek .content .header {
		font-size: 18px;
		margin: 0 0 5px;
	}
	#sleek .content .subheader {
		font-size: 12px;
	}
	#sleek input[type="submit"] {
		font-size: 10px;
	}
	#sleek .placeholder {
		padding: 8px 14px;
		font-size: 11px;
	}
	#sleek .content .close {
		width: 30px;
		height: 30px;
	}

    .usp, body.webshop-frontpage .usp {
    }

	.productcard .news {
		width: 90px;
        top: 0;
        right: 0;
        font-size: 14px;
        padding: 5px 10px;
        text-align: center;
	}

	.mostviewed-products {
		margin-bottom: 30px;
	}
	#alertbar {
		text-align: left;
		padding: 7px 40px 7px 5%;
		font-size: 12px;
	}
	#alertbar .close {
		right: 10px;
	}

	body {
		margin:0;
		background-image: none;
	}
	.wrapper {
		margin: 0;
		max-width: 100%;
		border-radius: 0;
	}
	header {
		margin:0;
		box-shadow:0 0 5px rgba(0,0,0,0.20);
		z-index:10;
	}

	header > section {
		height:65px;
	}
	nav.productmenu {
		display:none;
	}

	a.WebShopSkinLogo {
        width: 150px;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	div.customerService, div.deliveryService {
		display: 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 {
		font-size:25px;
	}



	/* BASKET */
	#basket {
		top:50%;
		width:50px;
		height:44px;
		padding:0;
	}
	#basket .totalproducts {
		top: -3px;
		left: -2px;
		right: auto;
		font-size: 10px;
		width: 17px;
		height: 17px;
		padding: 2px 0 0;
	}
	#basket > div:not(.totalproducts) {
		display:none;
	}

	#basket:before {
		left:50%;
		right: 0;
		transform: translateY(-50%) translateX(-50%);
		font-size: 22px;
	}

	aside {
		display:none;
		float:none;
		width:100%;
	}
	aside > nav {
		display:none;
	}
	article {
		margin: 20px auto;
	}
    body.webshop-frontpage article {
        margin-top: 0;
    }
	article.aside > .content {
		float:none;
		width:100%;
	}
	.breadcrumb-container + article {
		margin-top: 0;
	}

	a.social {
		margin: 0 15px 0 0;
	}


	/* BREADCRUMB */
	body.breadcrumb article {
		margin-top:0;
	}
	body.webshop-productlist.breadcrumb header, body.webshop-productinfo.breadcrumb header {
		margin-bottom:0;
	}
	.breadcrumb-container {
		background-color:transparent;
		padding:10px 0;
	}
	div.breadcrumb, .SubCats_BreadCrumb {
		padding-left:13px;
		background-position:0 50%;
	}

	/* PRODUCTLIST */
	#Productlist_Sort_Select {
		display:block !important;
	}
	.sort-selector {
		display:none;
	}
	.Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li, article.aside .ProductList_Custom_UL > li {
		width: 48%;
	}
	li .product {
		padding:10px;
	}
	li .product .name a {
		font-size:11px;
		padding:10px 5px 5px;
	}
	li .product .price {
		font-size:12px;
	}
	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 {

	}
	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 {
		font-size: 15px;
	}

	/* FAVORITES */
	td.FavTB_ProdNameTD {
		font-size:11px;
		padding-left:10px;
	}
	td.FavTB_ActionButtonsTD > a > img {
		width:20px;
	}
	td.FavTB_Buy {
		width:33%;
	}


	/* FRONTPAGE */
	.brandsSlider a {
		padding: 0 15px;
	}
	body.webshop-frontpage header {
		margin-bottom:0;
	}
	body.webshop-frontpage .dd-nivoSlider div.nivo-caption {
		display:none !important;
	}
	body.webshop-frontpage .slider-wrapper:after {
		max-width:100%;
		height:20px;
	}

	.fpBoxes > div {
		width: 98%;
	}
	.fpBoxes ul {
		margin: 0 -1%;
	}
	.fpBoxes ul > li {
		margin: 0 1% 2%;
		width: 48%;
	}
	.fpBoxes ul > li.title {
		width: 98%;
	}
	.fpBoxes ul > li.title img {
		display: none;
	}
	.fpBoxes ul > li.title > span {
		font-size: 15px;
		position: relative;
		transform: none;
		top: auto;
		left: auto;
		padding: 10px;
		display: block;
		width: 100%;
	}
	.fpBoxes ul > li:nth-child(n+5) {
		display: inline-block;
	}
	.fpBoxes ul > li:nth-child(n+6) {
		display: none;
	}


	.Text1_FrontPage > p, .Text2_FrontPage > p {
		column-count: 1;
		column-gap: 0;
	}

	body.webshop-frontpage div.nivo-dynamic-text {
		letter-spacing:0;
	}
	body.webshop-frontpage div.nivo-dynamic-text-header {
		font-size:22px;
		margin:0;
	}
	body.webshop-frontpage div.nivo-dynamic-text-teaser {
		font-size:11px;
		display:none;
	}
	body.webshop-frontpage div.nivo-dynamic-text-link {
		font-size:10px;
		padding:4px 6px;
		letter-spacing: 0;
		text-transform: none;
		margin:5px 0 0;
	}


	/* PRODUCTCARD */

	.productcard .images {
		float:none;
		width:100%;
	}
	.productcard .info {
		float:none;
		width:100%;
	}
	.productcard .Prices_Custom_UL .price, .productcard .Prices_Custom_UL .price .text, .productcard .Prices_Custom_UL li .vat {
		font-size:14px;
		line-height:14px;
	}
	.productcard .Prices_Custom_UL li:first-child .price {
		font-size:26px;
		line-height:26px;
	}
	.productcard ul.details {
		margin:15px 0;
	}
	.productcard ul.details.active {
		display:block;
	}
	.productcard ul.details > li {
		border-right:0;
		border-bottom:solid 1px #DFDFDF;
	}
	.productcard ul.details > li.rating {
		padding-top:7px;
		padding-bottom:7px;
	}
	.productcard ul.details > li.active {
		display:block;
	}
	.productcard ul.details > li.active.last {
		border-bottom:0;
	}
	.buyWrapper input, .amountWrapper input, img.FavAddButton_ProductInfo {
		height:35px;
	}
	img.FavAddButton_ProductInfo {
		padding:9px;
	}

	#alertbar .close .fa {
		top: 50%;
	}


	/* FOOTER */

	footer {
		padding:30px 0;
	}
	footer > section > ul {
		margin:0;
	}
	footer > section  > ul > li, footer > ul > li:last-child {
		float:none;
		width:100%;
		margin:0 0 40px;
	}
	footer > section  > ul > li:last-child {
		margin:0;
		text-align:left;
	}
	footer > section  ul.TopMenu_MenuItems > li {
		margin:0 0 5px;
	}
	footer > section  ul.TopMenu_MenuItems > li > a {
		display:block;
		padding:10px 10px;
		text-transform:uppercase;
		font-size:13px;
		line-height:13px;
		color:#575868;
		border:solid 1px #d8dadc;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background-color:#383838;
		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%);
	}
	footer ul.TopMenu_MenuItems > li:last-child {
		margin:0;
	}
	footer > section > ul > li > strong {
		margin: 0 0 15px;
	}


	credits {
		padding: 30px 0;
	}
	credits > section {
		display: block;
	}
	credits > section > div {
		width: 100%;
		text-align: left;
	}
	credits > section > div:not(:last-child) {
		margin: 0 0 20px;
	}
	credits > section > div > strong {
		margin: 0 0 10px;
	}

	/* SEARCH */
	header #Search_Form {
		display:none;
	}



	/* PRODUCTGROUPS */
	.SubCats_Categories_UL {
		margin-bottom:15px;
	}
	.SubCats_Categories_UL > li {
		width:48% !important;
	}
	.SubCats_Categories_UL > li .name a {
		font-size:12px;
	}


	/* SHOWBASKET */
	a.ShowBasket_SendBasketLink_Dialog_Link {
		padding:6px 11px;
		font-size:11px;
	}
	table.showbasket td, table.showbasket th {
		font-size:11px;
		padding:6px;
	}
	a.Order_back_basket {
		display:none;
	}
	.basket-checkout {
		width:100%;
		float:none;
	}
	table.showbasket td.ShowBasket_GiftWrapUnChecked_TD, table.showbasket td.ShowBasket_GiftWrapChecked_TD {
		padding:4px;
	}
	.wrapping:before {
		content:"";
		clear:both;
		display:block;
		margin:0 0 6px;
	}
	.wrapping {
		position:static;
		padding:6px 0 0;
	}
	table.showbasket .amount .amountContainer {
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		width:100%;
		display:block;
	}
	table.showbasket .amount .amountContainer > a {
		display:none;
	}
	table.showbasket .amount .amountContainer > div {
		border-right:0;
		width:100%;
		padding:2px 0;
	}
	table.showbasket .amount > a > img {
		width:60%;
		max-width:25px;
		margin:5px 0 0;
	}
	table.showbasket .description img.ProductImage_ShowBasket {
		width:40px !important;
		margin:0 10px 0 0;
	}
	table.showbasket .unitprice {
		width:19%;
	}
	table.showbasket .unittotal {
		width:19%;
	}



	/* OPC */
	#checkout-container #column-data h3, #checkout-container div h2 {
		font-size: 14px;
		line-height: 14px;
		padding: 11px 15px;
	}
	#checkout-container div#column-data {
		width:100%;
		float:none;
		margin:0 0 15px;
	}
	#checkout-container div#column-shipping-payment {
		width:100%;
		float:none;
		margin:0;
	}
	#checkout-container div#column-order-summary {
		width: 100%;
		padding: 15px 0 0;
		float: none;
	}

	#checkout-container div#column-data, #checkout-container div#column-shipping-payment, div#order-summary, div#order-confirm, #order-creditcard, #order-giftcertificate {
		padding:0;
		border:0;
	}



}
