@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Raleway:400,300,700');

div.datepicker--cell.available {
	color: rgba(31,121,41,1.00);
	font-weight: bold;
}

#ShopMainLayOutTable {
	display:none;
}
body {
	margin:0 0 50px;
}
body, input, textarea, select, .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, td.VariantGroupLabel {
	font-family:'Raleway', sans-serif;
	color:#484848;
	font-size:13px;
	font-weight:normal;
}
a {
	color:#000;
}
a:hover {
	color:#858585;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border:0;
}

.wrapper > .shadow {
	margin:0 auto;
	max-width:95%;
}
.shadow img {
	display:block;
	width:100%;
}
input[type="submit"], input[type="button"], #checkout-container input#confirm-complete-button, a.ShowBasket_SendBasketLink_Send_Link, body.webshop-frontpage div.nivo-dynamic-text-link, div.ui-widget.dd-dialog-responsive input[type="button"], div.ui-widget.dd-dialog-responsive input[type="button"]:hover {
	font-weight:bold;
	letter-spacing:1px;
	-webkit-box-shadow: inset 0px -4px 0px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    inset 0px -4px 0px -2px rgba(0, 0, 0, 0.2);
	box-shadow:         inset 0px -4px 0px -2px rgba(0, 0, 0, 0.2);
	border:0;
	color:#fff;
	cursor:pointer;
	background-color:#383838 !important;
	-webkit-appearance: none;
	display:inline-block;
	font-size:17px;
	padding:10px 15px;
	text-decoration:none;
	text-transform:uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div.ui-widget.dd-dialog-responsive input[type="button"], div.ui-widget.dd-dialog-responsive input[type="button"]:hover {
	padding:0;
}

h1, .Heading_Productmenu, .Heading_Terms, .Heading_Profile, .Heading_AdvancedSearchPage, .Heading_ShowBasket_Master, #checkout-container h1.checkout-headline, aside .header, .Heading_B2Blogin, .SubCatsProcuctsHeading, .Heading_Customer, .Heading_ProductList, .Heading_Favorites, .Heading_OrderStep4 {
	font-weight:300;
	display: block;
	text-align: left;
	font-size: 35px;
	padding:0;
	margin:0px 0px 20px;
	border:0;
}
h2 {
	font-size:16px;
	font-weight:normal;
	padding:0;
	margin:0 0 10px;
}
.wrapper {
	
}
header {
	position:relative;
	background-color:#F3F1EE;
	z-index: 500;
}
header > section {
	width:1100px;
	max-width:95%;
	margin:0 auto;
	position:relative;
	height:140px;
}
div.dd-theme-default .dd-nivoSlider {
	background-color:transparent;
}
div.nivoSlider a.nivo-imageLink {
	height:100% !important;
	z-index:9;
}
.WebShopSkinLogo {
	position:absolute;
	display:block;
	max-width:30%;
	max-height:50%;
	top:55%;
	left:0;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}

#alertbar {
	display:none;
	color:rgba(0,0,0,1.00);
	text-align:center;
	padding:8px 30px;
	margin: 0;
	font-weight:normal;
	background-color:rgba(255,158,0,1.00);
	font-size:16px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	z-index: 10;
	border-bottom: solid 1px rgba(0,0,0,.1);
	width: 100%;
	position: relative;
}
#alertbar a {
	display:inline-block;
	padding:3px 10px;
	background-color:#05423b;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin:0 0 0 6px;
}
#alertbar .close {
	background-color:rgba(0,0,0,1.00);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width:25px;
	height:25px;
	display:block;
	position:absolute;
	right:20px;
	z-index:10;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform: translateY(-50%);
	cursor:pointer;
}
#alertbar .close .fa {
	position: absolute;
	top: 47%;
	left: 50%;
	color: rgba(255,255,255,1.00);
	-webkit-transform:translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

#basket {
	position:absolute;
	right:0;
	top:55%;
	-webkit-transform:translateY(-50%);
	transform: translateY(-50%);
	z-index:100;
	/*
	background-image:url('/images/skins/Shopdeluxe/images/icon-basket.png');
	background-repeat:no-repeat;
	background-size:15px auto;
	background-position:calc(100% - 15px) 50%;
	*/
	background-color:#383838;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:13px 40px 13px 15px;
	color:rgba(255,255,255,1.00);
	cursor:pointer;
}
#basket:before {
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	left: calc(100% - 30px);
	transform: translateX(0) translateY(-50%);
	font-size: 15px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f291";
}

#basket .totalproducts {
	position:absolute;
	z-index:10;
	top:-9px;
	left:-9px;
	display:block;
	width:23px;
	height:23px;
	background-color:#e1cfb2;
	padding:4px 0 0;
	font-size:14px;
	line-height:14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color:rgba(67,67,67,1.00);
	font-weight:bold;
	text-align:center;
}
#basket .totalprice {
	font-size:17px;
	line-height:17px;
}
#basket div.basketlink a {
	display:none;
	margin:3px 0 0;
}
#basket .creditcards {
	display:none;
}




/* TOPMENU */
header .TopMenu_MenuItems {
	position:absolute;
	top:10px;
	right:0;
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:0;
}
header .TopMenu_MenuItems > li {
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 13px;
}
header .TopMenu_MenuItems > li > a {
	text-transform:uppercase;
	font-size: 11px;
	text-decoration:none;
}
header .TopMenu_MenuItems > li > a.Link_Active_Topmenu {
	color:rgba(0,0,0,0.40);
}
header .TopMenu_MenuItems > li > img {
	height:15px;
	display:block;
}



/* SEARCH */
header #Search_Form {
	position:absolute;
	left:55%;
	top:55%;
	width:30%;
	height:43px;
	-webkit-transform:translateY(-50%) translateX(-40%);
	-moz-transform:translateY(-50%) translateX(-40%);
	transform:translateY(-50%) translateX(-40%);
}
#Search_Form .SearchTitle_SearchPage,
#Search_Form .nbsp,
#Search_Form br {
	display:none;
}
header #Search_Form:after {
	content: "\f002";
	position: absolute;
	z-index: 20;
	right: 15px;
	font-size: 15px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(153,153,153,1.00);
	top: 50%;
	transform: translateY(-50%);
	font-family: 'FontAwesome';
}
header .SearchField_SearchPage {
	color: #000;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 0px 15px 0px 17px;
	border: 1px solid rgba(177, 177, 177, 0.5);
	height: 100%;
	width: 100%;
	font-size: 14px;
	position: absolute;
	right: 0px;
	font-weight: normal;
	letter-spacing: 1px;
	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
header .SearchField_SearchPage:focus {
	background-color:rgba(255,255,255,1.00);
}
header .SubmitButton_SearchPage {
	display:none;
}


article {
	width:1100px;
	max-width:95%;
	margin:30px auto 30px;
	padding:30px;
	background-color:rgba(255,255,255,1.00);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position:relative;
}
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 ASIDE */
/*
aside #ProductFilter-Container, #btn-filter {
	display:none;
}
*/
#btn-filter {
	display:none;
}
aside #ProductFilter-Container > div > .product-filter-clear {
	margin:0 0 20px;
}
aside #ProductFilter-Container > div:not(.product-filter-headertext-container) {
	position:relative;
}
aside .product-filter-headertext-container {
	font-weight:bold;
	background-color:#383838;
	padding:8px 15px;
	color:rgba(255,255,255,1.00);
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
aside .product-filter-clear-all-top-right, aside .product-filter-clear-all-bottom-right {
	position:absolute;
	bottom:calc(100% + 8px);
	right:10px;
	z-index:10;
}
aside .product-filter-clear-all a {
	color:rgba(255,255,255,1.00);
	font-size:12px;
}
aside .product-filter-header-clearlink-container a {
	font-size:12px;
}
aside .product-filter-container {
	border-top:0;
}
aside .product-filter-checkbox {
	margin:0 5px 0 0;
}


/* FRONTPAGE */
body.webshop-frontpage article {
}
.slider-wrapper {
	margin:0;
}

body.webshop-frontpage .slider-wrapper:after {
	content:"";
	max-width:95%;
	margin:0 auto;
	height:30px;
	display:block;
	background-image:url('/images/skins/Shopdeluxe/images/shadow.png');
	background-repeat:no-repeat;
	background-size:100% 100%;
}
body.webshop-frontpage .slider-wrapper .nivo-controlNav {
	position:absolute;
	width:100%;
	margin:14px 0 0;
}
body.webshop-frontpage .nivo-controlNav a {
	background-image:none;
	background-color:rgba(0,0,0,0.20);
	-webkit-border-radius:50%;
	-moz-borde-radius:50%;
	border-radius:50%;
	width:6px;
	height:6px;
}
body.webshop-frontpage .nivo-controlNav a.active {
	background-color:rgba(108,108,108,1.00);
}
body.webshop-frontpage .dd-nivoSlider div.nivo-caption {
	opacity:1.0;
	top:auto;
	right:auto;
	bottom:50% !important;
	left:50%;
	background-color:transparent;
	padding:0;
	color:rgba(83,83,83,1.00);
	-webkit-transform: translateY(50%) translateX(-50%);
	-moz-transform: translateY(50%) translateX(-50%);
	transform: translateY(50%) translateX(-50%);
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:13px;
	line-height:13px;
	text-align:left;
	text-shadow:1px 1px 0px rgba(255,255,255,0.30);
	font-weight:300;
	width:1100px;
	max-width:95%;
	height:auto;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
body.webshop-frontpage div.nivo-dynamic-text {
	top:calc(50% - 25px) !important;
	right:auto;
	bottom:auto !important;
	left:50% !important;
	width:1100px;
	max-width:95%;
	letter-spacing:1px;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
body.webshop-frontpage div.nivo-dynamic-text-header {
	font-size:45px;
	font-weight:300;
	margin:0 0 10px;
}
body.webshop-frontpage div.nivo-dynamic-text-teaser {
	text-transform:uppercase;
	font-size:12px;
}
body.webshop-frontpage div.nivo-dynamic-text-link {
	margin:10px 0 0;
	font-size:13px;
}
body.webshop-frontpage div.nivo-dynamic-text-link:hover {
	background-color:rgba(111,111,111,1.00);
}

.Text1_FrontPage {
	display:block;
	margin:0 0 30px;
}
.Text1_FrontPage > 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;
	margin:30px 0 0;
}
.Text2_FrontPage > p {
	line-height:18px;
	display:block;
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
}

/* 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;
}
.slick-prev, .slick-next {
	opacity:0;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:10px auto;
	width:30px;
	height:50px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:0;
	background-color:rgba(0,0,0,0.30);
	overflow:hidden;
	text-indent:-999px;
	cursor:pointer;
}
.slick-prev {
	background-image:url('/images/skins/Shopdeluxe/images/arrow-prev.png');
}
.slick-next {
	right:0;
	background-image:url('/images/skins/Shopdeluxe/images/arrow-next.png');
}
.slick-slider:hover .slick-prev, .slick-slider:hover .slick-next {
	opacity:1.0;
}
.slick-prev:hover, .slick-next:hover {
	background-color:rgba(0,0,0,0.70);
}
body.webshop-frontpage article > .content > .shadow {
	margin:20px 0 30px;
}
body.webshop-frontpage article > .content > div.shadow:nth-of-type(2) {
	margin:20px 0 0;
}


/* B2B LOGIN */
form[action="/shop/b2blogin.html"] > div > table {
	width:100%;
}

form[action="/shop/b2blogin.html"] > div > table > tbody > tr:nth-child(3) > td:nth-child(1) {
	width:1%;
	padding-right:15px;
}
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="text"],
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="email"],
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="password"] {
	-webkit-appearance:none;
	font-size:23px;
	height:40px;
	width:200px;
	max-width:100%;
	margin:3px 0;
	padding:0 10px;
}
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input:focus {
	border:solid 1px #0085AD;
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.1);
}
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="submit"] {
	margin-top:10px;
}
.B2BLogin_TD article form[action="/shop/b2blogin.html"] > br {
	display:none;
}


/* CUSTOMER */
.Customer_TD input[type="text"]#xprofileid.TextInputField_Customer {
	-webkit-appearance:none;
	font-size:23px;
	height:44px;
	width:200px;
	margin:0 4px 0 0;
	padding:0 10px;
	float:left;
}
.SubmitButton_Customer {
	float:left;
}



/* PRODUCTMENU */
nav.productmenu {
	background-color:#E8E4E1;
	border-bottom:solid 1px rgba(0,0,0,0.10);
	box-shadow:0px 5px 5px rgba(0, 0, 0, 0.1);
	position:relative;
	
	width:100%;
	z-index:100;
}
span.ProductMenu_Category_Icon_Container {
	display:none !important;
}
span.ProductMenu_MenuItemBold {
	font-weight:normal;
}
nav.productmenu #ProductmenuContainer_DIV {
	width:1100px;
	max-width:95%;
	margin:0 auto;
}
nav.productmenu .Heading_ProductMenu {
	display:none;
}
nav.productmenu #ProductMenu_List {
	margin:0;
	padding:0;
	list-style-type:none;
}
nav.productmenu #ProductMenu_List:after {
	clear:both;
	content:"";
	display:block;
}
nav.productmenu #ProductMenu_List > li {
	float:left;
	position:relative;
}
nav.productmenu #ProductMenu_List > li > a {
	display:block;
	padding:14px 35px;
	font-size:17px;
	line-height:17px;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	border-left:solid 1px rgba(0,0,0,0.10);
	position:relative;
}
nav.productmenu #ProductMenu_List > li.active > a:after {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:4px;
	content:"";
	background-color:rgba(0,0,0,0.10);
}
nav.productmenu #ProductMenu_List > li > ul {
	opacity:0;
	position:absolute;
	top:-2000px;
	left:1px;
	margin:0;
	padding:0;
	list-style-type:none;
	background-color:#383838;
	box-shadow:4px 2px 8px rgba(0,0,0,0.10);
	min-width:calc(100% - 1px);
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
nav.productmenu #ProductMenu_List > li > ul > li > a {
	display:block;
	padding:8px 18px;
	border-bottom:solid 1px rgba(255,255,255,0.10);
	text-decoration:none;
	color:rgba(255,255,255,1.00);
	white-space:nowrap;
}
nav.productmenu #ProductMenu_List > li > ul > li:hover > a {
	background-color:rgba(153,153,153,0.10);
}
nav.productmenu #ProductMenu_List > li > ul > li:last-child > a {
	border-bottom:none;
}
nav.productmenu #ProductMenu_List > li > ul > li > ul {
	display:none;
}




a#ActiveCategory_A {
	display:none !important;
}


/* FOOTER */
footer {
	width:1100px;
	max-width:95%;
	margin:0 auto;
	padding:30px;
	background-color:rgba(255,255,255,1.00);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
footer > ul {
	margin:0 -2%;
	padding:0;
	list-style-type:none;
}
footer > ul:after {
	clear:both;
	content:"";
	display:block;
}
footer > ul > li {
	float:left;
	width:23%;
	margin:0 2%;
	line-height:20px;
}
footer > ul > li > strong {
	display:block;
	font-weight:bold;
	margin:0 0 10px;
	font-size:16px;
	line-height:normal;
}
footer > ul > li:last-child {
	width:42%;
	text-align:right;
}
footer > ul > li a {
	text-decoration:none;
}
footer ul.TopMenu_MenuItems {
	margin:0;
	padding:0;
	list-style-type:none;
}


/* SOCIAL LINKS */
a.social {
	width:35px;
	height:35px;
	display:inline-block;
	margin:0 0 0 5px;
	background-color:rgba(103,103,103,1.00);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-size:auto 50%;
	background-position:50% 50%;
	background-repeat:no-repeat;
	position: relative;
}
a.social .fa {
	color: rgba(255,255,255,1.00);
	font-size: 18px;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
}


/* BREADCRUMB */
.breadcrumb-container {
	padding:10px 0 7px;
	background-color:rgba(255,255,255,0.50);
}
div.breadcrumb, .SubCats_BreadCrumb {
	display:none;
	width:1100px;
	max-width:95%;
	margin:0 auto;
	padding:0 0 0 32px;
	background-image:url('/images/skins/Shopdeluxe/images/arrow-left.png');
	background-repeat:no-repeat;
	background-size:6px auto;
	background-position:19px 50%;
}
div.breadcrumb.active, .SubCats_BreadCrumb.active {
	display:block;
}
div.breadcrumb br, .SubCats_BreadCrumb br {
	display:none;
}
div.breadcrumb, .SubCats_BreadCrumb, div.breadcrumb a, .SubCats_BreadCrumb a, div.breadcrumb td {
	color:rgba(0,0,0,1.00);
	text-decoration:none;
}
div.breadcrumb a:hover, .SubCats_BreadCrumb a:hover {
	color:#9B9B9B;
}
.breadcrumb-container a.BreadCrumbLink_Active {
	background-color:#383838;
	color:rgba(255,255,255,1.00);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:2px 5px;
	display:inline-block;
}


/* PRODUCTLIST */
.category-description {
	display:none;
	margin:0 0 25px;
}
.category-description .CmsPageStyle {
	line-height:160%;
}
.Frontpage_Custom_UL, .ProductList_Custom_UL, .Related_Custom_UL, .CustomersAlsoBought_Custom_UL {
	padding:0;
	margin:0;
	list-style-type:none;
	border-top:solid 1px rgba(229,229,229,1.00);
	border-left:solid 1px rgba(229,229,229,1.00);
	position:relative;
}
.Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li {
	width:25%;
	display:inline-block;
	vertical-align:top;
	background-color:#fff;
	border-right:solid 1px rgba(229,229,229,1.00);
	border-bottom:solid 1px rgba(229,229,229,1.00);
}
article.aside .ProductList_Custom_UL > li {
	width:33.3%;
}
li .product {
	position:relative;
	padding:25px;
	text-align:center;
}
li .product img {
	max-width:100%;
}
li .product .name a {
	display:block;
	font-size:13px;
	text-decoration:none;
	text-overflow:ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding:18px 0 7px;
}
li .product .image {
	position:relative;
}
li .product img {
	display:block;
	width:100%;
}
li .product .price {
	font-size:14px;
	font-weight:bold;
}
li .product .price strike, .PriceStriked_Productlist {
	color:rgba(169,0,2,1.00);
}
ul.Related_Custom_UL .price strike, ul.CustomersAlsoBought_Custom_UL .price strike, ul.Frontpage_Custom_UL .price strike {
	padding:0 4px 0 0;
}

li .product input[type="text"] {
	display:none;
}
li .product .buy {
	width:100%;
	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;
}

.offerCountdownContainer {
	position: absolute;
	z-index: 30;
	width: 100%;
	text-align: center;
	background-color: #FFDF04;
	color: #000;
	padding: 5px 5px;
	font-size: 11px;
	border-radius: 2px;
	bottom: 0;
}
.offerCountdownContainer strong {
	display: block;
	font-size: 13px;
}

/* NEWS */
li .news {
	position:absolute;
	top:-6px;
	right:-5px;
	z-index:40;
	width:80px;
}
li .news.text {
	width:100px;
	top:17px;
	right:-23px;
	background-color:rgba(0,0,0,1.00);
	color:rgba(255,255,255,1.00);
	padding:4px 0;
	font-size:12px;
	line-height:12px;
	transform:rotate(45deg);
}
.Frontpage_Custom_UL li .news img,
.ProductList_Custom_UL li .news img,
.Related_Custom_UL li .news img {
	width:100%;
}


/* PAGER */
.pager {
	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:after {
	content:"";
	clear:both;
	display:block;
}
#Productlist_Sort_table {
	margin:0 0 10px;
}
.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;
}
#Productlist_Sort_Select {
	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:-5px;
	left:-5px;
	width:60px;
	height:60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	background-color:#d8c6b0;
}
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: 19px;
	padding-top: 0px;
	padding-left: 0px;
	font-weight: bold;
	position: absolute;
	color: rgba(255, 255, 255, 1);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	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:25px;
}



/* SPECS */
#specs {
	list-style-type:none;
	margin:20px 0 0;
	padding:15px 0;
	border:solid 1px rgba(237,237,237,1.00);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	display:none;
}
#specs.active {
	display:block;
}
#specs > li {
	border-bottom:solid 1px rgba(155,155,155,0.40);
	padding:4px 0;
	display:none;
}
#specs > li:nth-child(2n+1) {
	background-color:rgba(155,155,155,0.10);
}
#specs > li.active {
	display:block;
}
#specs > li:last-child {
	border:0;
}
#specs > li > div {
	display:inline-block;
	vertical-align:top;
}
#specs > li > div:first-child {
	width:130px;
	padding:0 15px 0 20px;
}
#specs > li > div:last-child {
	font-weight:bold;
}

table.CmsPageStyle_Table, .profileWrapper table, .termsWrapper table {
	table-layout:fixed;
}
table.CmsPageStyle_Table img, div.profileWrapper img, div.termsWrapper img {
	max-width:100%;
	height:auto !important;
}
input.SubmitButton_AdvancedSearchPage[type="submit"] {
	font-size:13px;
	padding:6px 10px;
}


/* FAVORITES */
table.FavTB {
	table-layout:fixed;
}
table.FavTB > tbody > tr > td {
	border-bottom:solid 1px rgba(235,235,235,1.00);
	padding-top:10px;
	padding-bottom:10px;
}
td.FavTB_ProdImageTD {
	width:10%;
}
img.FavTB_ProdImage {
	max-width:100%;
}
td.FavTB_ProdNameTD {
	width:auto;
	vertical-align:middle;
	padding-left:25px;
}
td.FavTB_ProdNameTD > a {
	text-overflow:ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-weight:bold;
	text-decoration:none;
	padding:0 15px 0 0;
	display:block;
}
td.FavTB_ProdNameTD br {
	display:none;
}
td.FavTB_ProdAmountTD {
	display:none;
}
td.FavTB_ActionButtonsTD {
	width:40px;
}
td.FavTB_ActionButtonsTD > a:nth-of-type(-n+2) {
	display:none;
}
td.FavTB_ActionButtonsTD > a > img {
	width:25px;
	display:block;
}
td.FavTB_Buy {
	width:20%;
}
td.FavTB_Buy input {
	display:block;
	width:100%;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

/* PRODUCTGROUPS */
.SubCats_Categories_UL {
	padding:0;
	margin:0 -1%;
	list-style-type:none;
}
.SubCats_Categories_UL:after {
	content:"";
	clear:both;
	display:block;
}
.SubCats_Categories_UL > li {
	width:23% !important;
	float:none !important;
	margin:0 1% 2%;
	display:inline-block;
	vertical-align:top;
	border:solid 1px #D6D6D6;
	padding:10px;
	text-align:center;
}
.SubCats_Categories_UL > li:last-child {
	display:none;
}
.SubCats_Categories_UL > li .image img {
	display:block;
	width:100%;
	margin:0 0 10px;
}
.SubCats_Categories_UL > li .name a {
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	text-overflow:ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}




/* 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: 'FontAwesome';
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	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;
}
.productcard {
	padding:30px;
	background-color:rgba(255,255,255,1.00);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position:relative;
}
.productcard:after {
	content:"";
	clear:both;
	display:block;
}
body.webshop-productinfo .back {
	position:absolute;
	top:72px;
	right:25px;
}

.productcard .buy {
	margin:20px 0;
}
.productcard .buy:after {
	content:"";
	clear:both;
	display:block;
}
#BUYSECTION {
	float:left;
}
img.FavAddButton_ProductInfo {
	float:left;
	background-color:rgba(197,197,197,1.00);
	padding:13px;
	height:45px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.buyWrapperHeadline, .amountWrapperHeadline {
	display:none;
}
.amountWrapper {
	float:left;
}
.amountWrapper input {
	-webkit-appearance:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	height:45px;
	width:35px;
	border:solid 1px #252525;
	border-right:0;
	background-color:#FFFFFF;
	text-align:center;
	padding:0;
}
.buyWrapper {
	float:left;
	margin:0 15px 0 0;
}
.buyWrapper input {
	height:45px;
	display:block;
	-webkit-appearance:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.productcard .documents > a:first-of-type {
	margin-top:20px;
	display:inline-block;
}
.productcard .documents img {
	width:25px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin:3px 10px 3px 0;
}

.productcard .news {
	position:absolute;
	top:-7px;
	right:-6px;
	width:100px;
}
.productcard .news.text {
	position:absolute;
	width:140px;
	top:24px;
	right:-32px;
	text-align:center;
	background-color:rgba(0,0,0,1.00);
	color:rgba(255,255,255,1.00);
	padding:6px 0;
	font-size:16px;
	line-height:16px;
	transform:rotate(45deg);
}
.productcard .news img {
	width:100%;
}
.productcard .images {
	float:left;
	width:44%;
	position:relative;
}
.productcard .imagecanvas {
	margin:0 0 15px;
}
#Productinfo_Fancybox_Image_DIV img {
	max-width:100%;
	display:block;
}
.productcard .imageselector > a, a.MagicThumb-swap {
	vertical-align:top;
}
.productcard .imageselector a.Thumbnail_Productinfo_FancyBox {
	display:inline-block;
}
.productcard .imageselector img {
	display:block;
	border:solid 1px rgba(205,205,205,1.00);
	padding:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:0 5px 5px 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 15px;
	padding:0;
	list-style-type:none;
	border:solid 1px rgba(223,223,223,1.00);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:none;
	font-size:0;
}
.productcard ul.details.active {
	display:inline-block;
}
.productcard ul.details:after {
	clear:both;
	content:"";
	display:block;
}
.productcard ul.details > li {
	font-size:12px;
	display:none;
	vertical-align:middle;
	border-right:solid 1px rgba(223,223,223,1.00);
	padding:7px 15px;
}
.productcard ul.details > li.active {
	display:inline-block;
}
.productcard ul.details > li.active.last {
	border-right:none;
}
.productcard ul.details > li > span {
	display:inline-block;
	vertical-align:middle;
}
.productcard ul.details > li.stock-message img {
	width:10px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	margin:0px 10px 0px 1px;
	vertical-align:middle;
}
/*
.productcard ul.details > li.delivery-time {
	background-image:url('/images/skins/Shopdeluxe/images/icon-delivery.png');
	background-repeat:no-repeat;
	background-size:13px auto;
	background-position:15px 53%;
	padding-left:35px;
}
*/
.productcard ul.details > li.delivery-time:before {
	font-family: 'FontAwesome';
	content: "\f0d1";
	margin: 0 7px 0 0;
}
.productcard ul.details > li.rating {
	padding-top:0;
	padding-bottom:0;
}
.productcard ul.details > li.rating > div {
	padding:0 !important;
}
.productcard ul.details > li.rating span.Product_Rating_Review_Text, .productcard ul.details > li.rating span.Product_Rating_Sum, .productcard ul.details > li.rating span.Product_Rating_NoRates, .productcard ul.details > li.rating span.Product_Rating_Voted {
	display:none;
}

/* PRODUCTCARD 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/Shopdeluxe/images/rating-stars.png');
	background-size:20px auto;
}
*/



.productcard .product-number {
	margin:20px 0 15px;
	font-size:11px;
	display:none;
}
.productcard .product-number.active {
	display:block;
}


.Variants {
	margin:15px 0 0;
}
table.VariantGroup {
	width:50%;
}
td.VariantGroupLabel {
	font-weight:bold;
	padding:0 0 4px;
}
table.VariantGroup select {
	width:100%;
}

.productcard .Prices_Custom_UL {
	width:auto;
	margin:10px 0 5px;
	padding:0;
	list-style-type:none;
}
.productcard .Prices_Custom_UL .before-price {
	font-size:16px;
	line-height:16px;
	color:#CA0003;
	font-family:'Raleway', sans-serif;
}
.productcard .Prices_Custom_UL .price {
	font-size:16px;
	line-height:25px;
	font-weight:700;
	font-family:'Raleway', sans-serif;
	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;
}
.Prices_Custom_UL li:first-child .text {
	display:none;
}
.Prices_Custom_UL li:last-child {
	margin:0 0 10px;
}

.productcard .short-description {
	padding:0 0 20px;
	font-weight:bold;
}

td.ProductInfo_MagixZoomPlus_MainImage_TD {
	border:0;
}
.productcard .addthis_toolbox {
	padding:20px 0 0;
}


/* RELATED PRODUCTS */
.related, .alsobought {
	margin:60px 0 0;
	display:none;
}
.related.active, .alsobought.active {
	display:block;
}
.related.active:before, .alsobought.active:before {
	content:"";
	clear:both;
	display:block;
	
}
.related.active:before {
	padding:30px 0 0;
}
.related .header, .alsobought .header {
	font-size:18px;
	margin:0 0 20px;
	padding:0;
}


/* GIFTCARD */
body.giftcard ul.Prices_Custom_UL,
body.giftcard table.VariantGroup > tbody > tr:first-child {
	display:none;
}
body.giftcard table.VariantGroup {
	width:100%;
}
body.giftcard table.VariantGroup input {
	display:block;
	width:100%;
	height:40px;
	padding:0 10px;
	font-size:18px;
	line-height:18px;
	border:0;
}


/* 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 #F2F2F2;
}
table.showbasket.body {
	border-left:1px solid #F2F2F2;
	border-right:1px solid #F2F2F2;
}
table.showbasket.body > tbody > tr > td {
	border-bottom:1px solid #F2F2F2;
}
table.showbasket td, table.showbasket th {
	padding:10px;
	vertical-align:top;
	text-align:left;
}
table.showbasket th {
	background-color:#F2F2F2;
	font-weight:bold;
}
table.showbasket .description {
	position:relative;
}
table.showbasket .description img.ProductImage_ShowBasket {
	margin:0 15px 0 0;
}
table.showbasket .description small {
	display:block;
}

table.showbasket .description a:nth-child(2) {
	display:block;
	text-decoration:none;
	font-weight:bold;
	max-width:280px;
}

table.showbasket .amount > 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:35%;
	float:right;
	padding:10px;
	background-color:rgba(242,242,242,1.00);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.basket-checkout > 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,
body.webshop-checkout aside,
body.webshop-checkout header .TopMenu_MenuItems {
	display:none;
}
body.webshop-checkout article {
	margin-top:0;
}
body.webshop-checkout header > section {
	height:120px;
}
#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:#DCEBEF;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	position:relative;
}
#checkout-container h4 {
	font-size:13px;
	margin:10px 0 0;
	padding:0;
}
#column-data > h3:before, #checkout-container div h2:before, #payment-giftcertificateinfo > h2:before {
	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:"5";
}
#order-confirm > h2:before {
	content:"6";
}
#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-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 {
	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/Shopdeluxe/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;
	}
	#checkout-container div.salesdiscountcode-label {
		display:none;
	}
	

/* KOL 2 */
#checkout-container div#column-shipping-payment {
	width:32%;
	margin:0 0 20px 2%;
	position:relative;
	padding:15px;
	border:solid 1px rgba(230,230,230,1.00);
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}
	/* ---- PAYMENT */
	#payment-methods {
		margin:0 0 15px;
		padding:10px 0;
	}
	.checkout-payment-description-cell {
		font-weight:bold;
	}
	.payment-message {
		font-size:11px;
		font-weight:normal;
	}
	
	/* ---- SHIPPING */
	#checkout-container #column-shipping-payment {
		min-height:10px;
	}
	#shipping-methods {
		padding:10px 0 0;
	}
	
	.checkout-shipping-description-cell {
		font-weight:bold;
	}
	.shipping-message {
		font-weight:normal;
		font-size:11px;
	}
	img#post-fix {
		position:absolute;
		right:20px;
		margin-top:40px;
	}
	
	#payment-methods > fieldset > label, #shipping-methods > label {
		border:solid 1px rgba(0,0,0,0.20);
		padding:8px 15px 8px 7px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
	}
	#payment-methods > fieldset > label:hover, #shipping-methods > label:hover {
		background-color:rgba(236,236,236,0.50);
	}
	tr.Checkout_ShippingMethodServices_Devider_TR {
		display:none;
	}
	table#Orderstep2_GLS_Table, table#Checkout_ShippingMethodServices_Table {
		margin:0 0 0 20px;
	}
	table#Orderstep2_GLS_Table td, table#Checkout_ShippingMethodServices_Table td {
		font-size:12px;
	}
	table#Orderstep2_GLS_Table td {
		padding-bottom:7px;
	}
	#pacsoftservicepoints {
		margin:10px 0 0;
	}
	div.pacsoftservicepoint label {
		margin-left:6px;
	}
	
	

/* KOL 3 */
#checkout-container div#column-order-summary {
	width:32%;
	padding:0;
	float:right;
}
	
	/* ---- PAYMENT */
	#order-creditcard, #order-giftcertificate {
		margin:0 0 15px;
		padding:15px 15px 0;
		border:solid 1px rgba(230,230,230,1.00);
		-webkit-border-radius:7px;
		-moz-border-radius:7px;
		border-radius:7px;
	}
	#checkout-container 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 4px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	#checkout-container input#checkout-giftcertificate-cardnumber {
		margin:10px 0 5px;
	}
	
	/* ---- SUMMARY */
	div#order-summary {
		margin:0;
		padding:15px;
		border:solid 1px rgba(230,230,230,1.00);
		border-bottom:0;
		-webkit-border-top-left-radius: 7px;
		-webkit-border-top-right-radius: 7px;
		-moz-border-radius-topleft: 7px;
		-moz-border-radius-topright: 7px;
		border-top-left-radius: 7px;
		border-top-right-radius: 7px;
	}
	#checkout-container div#order-summary > table {
		border:0;
		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 {
		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 {
		float:none;
		margin:5px 10px 10px 10px;
		border:solid 1px #E6E6E6;
		padding:5px;
		border-radius:4px;
	}
	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;
	}
	
	
/* STEP 4 */
img.ProductImage_Order4 {
	margin:0 10px 0 0;
}
body.webshop-orderstep4 #basket, body.webshop-orderstep4 #btn-menu {
	display:none;
}


/* SLICK SLIDER */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -html-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    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-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

#btn-menu {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
	right:60px;
	width:40px;
	height:44px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#3E3E3E;
	/*
	background-image:url('/images/skins/Shopdeluxe/images/btn-menu.png');
	background-size:45% auto;
	background-position:50% 50%;
	background-repeat:no-repeat;
	*/
	display: none;
}
#btn-menu .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 21px;
	color: rgba(255,255,255,1.00);
}

div.credits {
	width:1100px;
	max-width:95%;
	padding:15px 0 0;
	margin:0 auto;
	text-align:right;
}
div.credits a {
	font-size:9px;
	color:#A3A3A3;
	text-decoration:none;
}


/* MOBILE MENU */
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, div.mobileMenu .mobileMenuContainer ul {
	width: 300px;
}
div.mobileMenu .mobileMenuContainer {
	position: absolute;
	top: 0;
	left: -300px;
	background-color: rgba(255,255,255,1.00);
	height: 100%;
	box-shadow: 0 0 40px rgba(0,0,0,0.6);
}
.mobileMenuInner {
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-overflow-scrolling:touch;
    overflow-y:auto;
	overflow-x:hidden;
}
.mobileMenuHeader {
	padding: 15px 20px 10px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	background-color:rgba(49,49,49,1.00);
	color: rgba(255,255,255,1.00);
}
.mobileMenuHeader .fa {
	margin: 0 5px 0 0;
}
.mobileMenuUlContainer {
	-webkit-transition: margin 0.3s ease-in-out;
	-moz-transition: margin 0.3s ease-in-out;
	-o-transition: margin 0.3s ease-in-out;
	transition: margin 0.3s ease-in-out;
}
.mobileMenuUl, .mobileMenuUl ul {
	margin:0;
	padding: 0 0 0 20px;
	list-style-type: none;
	position: relative;
}
.mobileMenuUl ul {
	display: none;
	position: absolute;
	list-style-type: none;
	top: 0;
	left: 100%;
	width: 300px;
}
.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 {
	letter-spacing: normal;
}

.mobileMenuUl li.openLevel > ul {
	display: block;
}
.mobileMenuUl li {
	
}
.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.has-dropdown > a:after {
	content: "\f054";
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 20;
	transform: translateY(-50%);
}
.mobileMenuUl ul > li:last-child > a {
	border-bottom: 0;
}



/*
.mobileMenuUl > li > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.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);
}
.mobileMenuUl > li > ul > li > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: solid 5px rgba(0,0,0,.35);
}
.mobileMenuUl > li > ul > li > ul > li > a {
	display: block;
	text-decoration: none;
	padding: 12px 10px 10px 10px;
	font-size: 13px;
	border-bottom: solid 1px rgba(0,0,0,.15);
}

.mobileMenuUl a.Activ_ProductMenu {
	color:rgba(144,144,144,1.00);
}
*/
.mobileMenuSearch {
	padding: 0 0 0 20px;
	border-bottom: solid 5px rgba(0,0,0,.15);
	position: relative;
}
.mobileMenuSearch:before {
	content: "\f002";
	font-family: 'FontAwesome';
	font-size: 13px;
	color: rgba(255,255,255,1.00);
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 13px;
	z-index: 20;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mobileMenuSearch br, .mobileMenuSearch .SearchTitle_SearchPage, .mobileMenuSearch .nbsp {
	display: none;
}
.mobileMenuSearch input {
	height: 35px;
	float: left;
}
.mobileMenuSearch input[type="text"] {
	width: calc(100% - 40px);
	padding: 0 10px 0 0;
	border: 0;
}
.mobileMenuSearch input[type="submit"] {
	width: 40px;
	font-size: 12px;
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-indent: -999px;
	overflow: hidden;
	-webkit-box-shadow:0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow:0 0 0;
	background-color: rgba(56,56,56,1.00);
}
.mobileMenuSearch:after {
	clear: both;
	content: "";
	display: block;
}
.mobileMainMenuHeader {
	padding: 15px 20px 10px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	background-color:rgba(49,49,49,1.00);
	color: rgba(255,255,255,1.00);
}
.mobileMainMenuUl {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
}
.mobileMainMenuUl > li > a {
	display: block;
	text-decoration: none;
	padding: 13px 10px 11px 0;
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: solid 1px rgba(0,0,0,.15);
}
.mobileMainMenuUl > li:last-child > a {
	border-bottom: 0;
}
	
	
/* RESPONSIVE */
@media (min-width: 1000px) {
	nav.productmenu.stuck {
		position:fixed;
		top:0;
	}
	input[type="submit"]:hover, input[type="button"]:hover, #checkout-container input#confirm-complete-button:hover {
		background-color:#969696;
		background-image:none;
	}
	header .TopMenu_MenuItems > li > a:hover {
		color:rgba(0,0,0,0.60);
	}
	nav.productmenu #ProductMenu_List > li:hover > a {
		color:rgba(0,0,0,0.60);
	}
	nav.productmenu #ProductMenu_List > li:hover > ul {
		top:100%;
		opacity:1.0;
	}
	.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;
	}
	a.social:hover {
		background-color:rgba(0,0,0,0.50);
	}
	img.FavAddButton_ProductInfo:hover {
		background-color:rgba(223,188,188,1.00);
	}
	.SubCats_Categories_UL > li:hover {
		border-color:rgba(0,0,0,1.00);
	}
}


@media (max-width: 880px) {
	.sticky-wrapper {
		display: none;
	}
	body {
		margin:0 0 20px;
	}
	header {
		margin:0;
		box-shadow:0 0 5px rgba(0,0,0,0.20);
		z-index:10;
	}
	header .TopMenu_MenuItems {
		display:none;
	}
	header > section, body.webshop-checkout header > section {
		height:65px;
	}
	nav.productmenu {
		display:none;
	}
	
	.WebShopSkinLogo {
		top:50%;
		max-width:45%;
	}
	
	
	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:44px;
		height:44px;
		padding:0;
	}
	#basket > div:not(.totalproducts) {
		display:none;
	}
	
	#basket:before {
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		font-size: 22px;
	}
	
	aside {
		display:none;
		float:none;
		width:100%;
	}
	aside > nav {
		display:none;
	}
	article {
		padding:15px;
		margin-top:3%;
	}
	article.aside > .content {
		float:none;
		width:100%;
	}
	
	a.social {
		margin:0 5px 0 0;
	}
	
	/* BREADCRUMB */
	body.breadcrumb article {
		margin-top:0;
	}
	body.webshop-productlist.breadcrumb header, body.webshop-productinfo.breadcrumb header {
		margin-bottom:0;
	}
	.breadcrumb-container {
		background-color:transparent;
		padding:10px 0;
	}
	div.breadcrumb, .SubCats_BreadCrumb {
		padding-left:13px;
		background-position:0 50%;
	}
	
	/* PRODUCTLIST */
	#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: 50%;
	}
	li .product {
		padding:15px;
	}
	li .product .name a {
		font-size:11px;
		padding:10px 0 5px;
	}
	li .product .price {
		font-size:12px;
	}
	
	/* FAVORITES */
	td.FavTB_ProdNameTD {
		font-size:11px;
		padding-left:10px;
	}
	td.FavTB_ActionButtonsTD > a > img {
		width:20px;
	}
	td.FavTB_Buy {
		width:33%;
	}
	
	
	/* FRONTPAGE */
	body.webshop-frontpage header {
		margin-bottom:0;
	}
	body.webshop-frontpage .dd-nivoSlider div.nivo-caption {
		display:none !important;
	}
	body.webshop-frontpage .slider-wrapper:after {
		max-width:100%;
		height:20px;
	}
	.Text1_FrontPage > p, .Text2_FrontPage > p {
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		column-count: 1;
		column-gap: 0;
	}
	body.webshop-frontpage div.nivo-dynamic-text {
	top:calc(50% - 15px) !important;
	}
	body.webshop-frontpage div.nivo-dynamic-text {
		letter-spacing:0;
	}
	body.webshop-frontpage div.nivo-dynamic-text-header {
		font-size:18px;
		margin:0;
	}
	body.webshop-frontpage div.nivo-dynamic-text-teaser {
		font-size:11px;
		display:none;
	}
	body.webshop-frontpage div.nivo-dynamic-text-link {
		font-size:10px;
		padding:5px 10px;
		margin:5px 0 0;
	}
	
	
	/* PRODUCTCARD */
	.productcard {
		padding:15px;
	}
	.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;
	}
	
	
	
	
	/* FOOTER */
	footer {
		padding:15px;
	}
	footer > ul {
		margin:0;
	}
	footer > ul > li, footer > ul > li:last-child {
		float:none;
		width:100%;
		margin:0 0 20px;
	}
	footer > ul > li:last-child {
		margin:0;
		text-align:left;
	}
	footer ul.TopMenu_MenuItems > li {
		margin:0 0 5px;
	}
	footer 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;
	}
	
	
	/* PRODUCTMENU */
	#btn-menu {
		display: block;
	}
	#btn-filter {
		background-color:#383838;
		/*
		background-image:url('/images/skins/Shopdeluxe/images/icon-filter.png');
		background-size:14px auto;
		background-position:15px 50%;
		background-repeat:no-repeat;
		*/
		padding:8px 10px;
		color:rgba(255,255,255,1.00);
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
		display:block;
		margin:0 0 10px;
	}
	#btn-filter:before {
		font-family: 'FontAwesome';
		content: "\f1de";
		margin: 0 7px 0 0;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 15px;
	}
	
	/* FILTER */
	aside .product-filter-headertext-container {
		display:none;
	}
	aside .product-filter-clear-all-top-right, aside .product-filter-clear-all-bottom-right {
		position:static;
		bottom:auto;
		right:auto;
		margin:0 0 6px;
	}
	aside .product-filter-clear-all a {
		color:inherit;
	}
	aside .product-filter-container {
		border-top:solid 1px #CCC;
	}
	div.product-filter-row {
		margin-bottom:10px;
	}
	
	
	
	/* SEARCH */
	header #Search_Form {
		display:none;
	}
	
	
	
	/* PRODUCTGROUPS */
	.SubCats_Categories_UL {
		margin-bottom:15px;
	}
	.SubCats_Categories_UL > li {
		width:48% !important;
	}
	.SubCats_Categories_UL > li .name a {
		font-size:12px;
	}
	
	
	/* SHOWBASKET */
	a.ShowBasket_SendBasketLink_Dialog_Link {
		padding:6px 11px;
		font-size:11px;
	}
	table.showbasket td, table.showbasket th {
		font-size: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;
	}
	body.webshop-checkout #btn-menu {
		display:none;
	}
	#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;
	}
	
	
	
}