@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap')


#ShopMainLayOutTable {
	display:none;
}
body {
	margin:0;
}
body, input, textarea, select, .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, td.VariantGroupLabel {
    font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	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;
}



/* 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 label {
	font-size: 12px;
}
#sleek .placeholder {
	position:absolute;
	left:0;
	bottom: 0;
	display:block;
	background-color: #cdc2d9;
	font-size: 14px;
	max-width:calc(100% - 40px);
	text-align: center;
	padding: 11px 25px;
	cursor:pointer;
	color: rgba(37,37,37,1.00);
	border-radius: 3px;
}
#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);
}
#sleek .placeholder .sleekRemove:before {
	content:"\f00d";
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-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 .sleekLoading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 30;
	background-color: rgba(255,255,255,.70);
}
#sleek .content {
	position:absolute;
	bottom: 0;
	left:-800px;
	width:350px;
	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: 30px;
	height:30px;
	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: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	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;
}
img + #sleek .content form {
	width: 55%;
	padding: 0 0 0 25px;
	float: right;
}
#sleek .content .sleekImage {
	float: right;
	width: 45%;
}
#sleek .content .sleekImage + form {
	float: left;
	width: 50%;
}
#sleek.hasImage .content {
	width: 600px;
}
#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:#333;
	background-image: none;
	border-radius: 0;
	display: block;
	width: 100%;
	border: 0;
	cursor: pointer;
}
#sleek form small {
	display:block;
	margin:10px 0 0;
	font-size:11px;
	cursor:pointer;
}






img {
	border:0;
}

input[type="submit"], input[type="button"], #checkout-container input#confirm-complete-button, a.ShowBasket_SendBasketLink_Send_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:#392c1c;
	cursor:pointer;
	background-color:#ded5e8 !important;
	-webkit-appearance: none;
	display:inline-block;
	font-size:14px;
	padding:8px 15px;
	text-decoration:none;
	text-transform:uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
select {
	background-image:url('/images/skins/kraes/images/icon-sort.svg');
	background-repeat: no-repeat;
	background-position: calc(100% - 10px);
	background-size: 11px;
	z-index: 999;
    border: 1px solid #ccc;
    height: 35px;
    width: 100%;
    position: relative;
    display: block;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
select svg {
	fill:green;
}
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, aside .header, .Heading_B2Blogin, .SubCatsProcuctsHeading, .Heading_Customer, .Heading_ProductList, .Heading_Favorites, .Heading_OrderStep4 {
	font-weight:300;
	display: block;
	text-align: left;
	font-size: 28px;
	padding:0;
	margin:0px 0px 20px;
	border:0;
}
#checkout-container h1.checkout-headline {
	display: none;
}
h2 {
	font-size:16px;
	font-weight:normal;
	padding:0;
	margin:0 0 10px;
}
header {
	position:relative;
	background-color:#f9f8f6;
	z-index: 500;
}
header > section {
	width:1400px;
	max-width:95%;
	margin:0 auto;
	position:relative;
	height:90px;
}
div.dd-theme-default .dd-nivoSlider {
	background-color:transparent;
}
div.nivoSlider a.nivo-imageLink {
	height:100% !important;
	z-index:9;
}
a.logo {
	display: inline-block;
}
header a.customer {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 34%;
	transform: translateY(-50%);
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}
header a.customer svg {
	width: 20px;
	height: 20px;
	margin-bottom: 3px;
}
.WebShopSkinLogo {
	position:absolute;
	display:block;
	top:50%;
	left:0;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
    max-width:40%;
	max-height:50%;
    width: 110px;
}


#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:50%;
	-webkit-transform:translateY(-50%);
	transform: translateY(-50%);
	z-index:100;
	cursor:pointer;
	height: 43px;
	width: 43px;
}
#basket:before {
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	left: calc(100% - 30px);
	transform: translateX(0) translateY(-50%);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f07a";
	color: #000;
	font-size: 20px;
}

#basket .totalproducts {
	position:absolute;
	z-index:10;
	top:0;
	left:-9px;
	display:block;
	width:18px;
	height:18px;
	background-color:#382b1b;
	padding:3px 0 0;
	font-size:11px;
	line-height:11px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
#basket .totalprice {
	font-size:17px;
	line-height:17px;
	display: none;
}
#basket div.basketlink a {
	display:none;
	margin:3px 0 0;
}
#basket .creditcards {
	display:none;
}




/* TOPMENU */
header .TopMenu_MenuItems {
	display: none;
	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;
}

ul.usp {
	position: absolute;
	top: 50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
	right: 90px;
	margin: 0;
	padding: 0;
	list-style-type: none;
    display: flex;
    align-items: center;
}
ul.usp > li {
	display: flex;
	position: relative;
	padding: 0 0 0 30px;
    align-items: center;
}
ul.usp > li:first-child {
	margin-right: 30px;
}

ul.usp > li {
	font-weight: bold;
}
ul.usp > li small {
	display: block;
	font-weight: normal;
	font-size: 11px;
}
ul.usp > li small a {
    text-decoration: none;
}
ul.usp > li i {
	font-size: 15px;
	color: #ded5e8;
    margin-right: 10px;
}
ul.usp > li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

/* CAMPAIGN */
section.campaign {
	padding: 10px 0;
	text-transform: uppercase;
	text-align: center;
}
section.campaign span {
	border: 1px solid rgba(250,250,250,0.5);
	padding: 2px 10px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 2px;
	display: inline-block;
	margin: 0 0 0 10px;
}

/* SEARCH */
header #Search_Form {
	position:absolute;
	left:40%;
	top:50%;
	width:35%;
	height:40px;
	-webkit-transform:translateY(-50%) translateX(-50%);
	-moz-transform:translateY(-50%) translateX(-50%);
	transform:translateY(-50%) translateX(-50%);
}
header #Search_Form.open {
    display: block;
}
#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: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #8C8C8C;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-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: 13px;
	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:1400px;
	max-width:96%;
	margin:30px auto 50px;
	position:relative;
}
article:after {
	content:"";
	clear:both;
	display:block;
}
article.aside > .content {
	float:right;
	width:80%;
}

/* ASIDE */
aside {
	float:left;
	width:18%;
}

aside > nav > ul {
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:hidden;
}
aside > nav > ul > li > a {
	text-decoration:none;
	display:block;
	font-size: 15px;
	font-weight: bold;
}
aside > nav > ul > li > a > span.ProductMenu_MenuItemBold {
	font-weight:bold;
}
/* LEVEL 2 */
aside > nav > ul > li > ul {
	margin:3px 0;
	padding:0;
	list-style-type:none;
	border-left: 3px solid #eee;
}
aside > nav > ul > li > ul > li > a {
	display:block;
	padding:3px 15px;
	text-decoration:none;
	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 */
#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 #ProductFilter-Container > .product-filter-headertext-container {
	display: none;
}
aside .product-filter-headertext-container {
	font-weight:bold;
	font-size: 15px;
}
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;
}
aside .product-filter-container {
	border: 0;
}
aside .product-filter-header-container {
	float: left;
	background-color: transparent;
	min-width: 100%;
	line-height: 1em;
	padding: 10px 0;
	border-bottom:0;
	box-sizing: border-box;
}
aside .product-filter-body-container {
	padding: 10px 0;
}

/* FRONTPAGE */
.slider-wrapper {
	margin:0;
}
.newBox {
    margin: 30px -1%;
    display: flex;
    flex-wrap: wrap;
}
.newBox > div {
    flex: none;
    margin: 0 1%;
}
.newBox > div:first-child {
    width: 60%;
}
.newBox > div:last-child {
    width: 36%;
}
.newBox > div:last-child > div:first-child {
    margin-bottom: 6%;
}
.getsnapppt-container {
    margin: 30px 0;
}
.colorHeader, .colorHeader2 {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    padding: 15px 0;
    font-weight: 200;
    margin-bottom: 30px;
}
.colorHeader a, .colorHeader2 a {
    text-decoration: none;
}
.colorHeader2 {
    margin: 30px 0;
}
.newBoxColum {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -1%;
}
.newBoxColum > div {
    flex: none;
    width: 48%;
    margin: 0 1%;
}
.newBoxColumThree {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1% 30px;
}
.newBoxColumThree > div {
    flex: none;
    width: 31.3%;
    margin: 0 1%;
}


ul.twoColums {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 0;
	list-style-type: none;
	position: relative;
}
ul.twoColums > li {
	margin: 0;
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
}
ul.twoColums > li:first-child {
	width: 66%;
	margin-right: 2%;
}
ul.twoColums > li:last-child {
	width: 32%;
}
ul.twoColums > li:last-child > div:first-child {
    margin-bottom: 6%;
}
.twoColums img {
    display: block;
}


ul.oneColums {
	margin: 30px 0;
	padding: 0;
	font-size: 0;
}
ul.threeColums {
	margin: 30px -2%;
	padding: 0;
	font-size: 0;
	list-style-type: none;
}
ul.threeColums > li {
	margin: 0 2%;
	display: inline-block;
	width: 29.3%;
}
ul.threeColums
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;
	right:auto;
	bottom:auto !important;
	left:50% !important;
	width:100%;
	max-width:100%;
	letter-spacing:1px;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
    text-align: center;
}
body.webshop-frontpage ul.threeColums > li div.nivo-dynamic-text {
    top:50% !important;
    text-align: center;
}
body.webshop-frontpage ul.threeColums > li div.nivo-dynamic-text-link {
	margin:0 auto;
	font-size:13px;
    padding: 6px 10px;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    background-color: rgba(0,0,0,0.70);
    color: #FFF;
    text-transform: uppercase;
}
body.webshop-frontpage div.nivo-dynamic-text-header {
	font-size:35px;
	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;
}
.Text2_FrontPage {
	display:block;
	margin:30px 0 0;
}
.Text2_FrontPage > p {
	line-height:18px;
	display:block;
}

/* 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;
    z-index: 999;
}
.slick-prev {
	background-image:url('/images/skins/kraes/images/arrow-prev.png');
}
.slick-next {
	right:0;
	background-image:url('/images/skins/kraes/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:#61381b;
	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:1400px;
	max-width:95%;
	margin:0 auto;
}
nav.productmenu .Heading_ProductMenu {
	display:none;
}
nav.productmenu #ProductMenu_List {
	margin:0;
	padding:0;
	list-style-type:none;
	display: flex;
}
nav.productmenu #ProductMenu_List:after {
	clear:both;
	content:"";
	display:block;
}
nav.productmenu #ProductMenu_List > li {
	flex: auto;
}
nav.productmenu #ProductMenu_List > li:first-child > a {
	padding-left: 0;
}
nav.productmenu #ProductMenu_List > li > a {
	display:block;
	padding:14px 5px;
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
	text-align: left;
	color: #FFF;
}
.productmenu #ProductMenu_List > li > a:after {
	font-family: FontAwesome;
    content: "\f107";
	color: #FFF;
    display: inline-block;
    vertical-align: middle;
	margin: 0 0 0 10px;
}
.productmenu #ProductMenu_List > li:hover > a, .productmenu #ProductMenu_List > li > a:hover {
	opacity: 0.6;
	color: #FFF !important;
}

/* LEVEL 2 */
nav.productmenu #ProductMenu_List > li > div, nav.productmenu #ProductMenu_List > li > ul {
	display:none;
	position:absolute;
	z-index:200;
	margin:0;
	padding:20px 35px;
	background-color:rgba(255,255,255,1.00);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.1);
}
nav.productmenu #ProductMenu_List > li.many > div {
	left: 0;
	width: 100%;
}
nav.productmenu #ProductMenu_List > li > div > div {
	display:inline-block;
	vertical-align:top;
}
nav.productmenu #ProductMenu_List > li > div > div > a {
	color:rgba(0,0,0,1.00);
	text-decoration:none;
	display:block;
	padding:5px 0;
	min-width:150px;
}
nav.productmenu #ProductMenu_List a {
	text-decoration: none;
}
nav.productmenu #ProductMenu_List > li > div > div {
	margin-right:45px;
}
nav.productmenu #ProductMenu_List > li > div > div:last-child {
	margin-right:0;
}
nav.productmenu #ProductMenu_List > li > div > div > a:hover {
	color:rgba(139,139,139,1.00);
}
a#ActiveCategory_A {
	display:none !important;
}

/* BRANDS */
section.brands {
	border-top: 1px solid #eee;
}
section.brands > div {
	width: 1400px;
	margin: 0 auto;
	max-width: 95%;
	padding: 30px 0;
}
section.brands ul {
	padding: 0;
	font-size: 0;
	text-align: center;
    position: relative;
}
section.brands ul > li {
	font-size: 13px;
}
section.brands ul > li > a {
	display: block;
	width: 100%;
}
section.brands img {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}
section.brands .slick-slide {
    margin: 0 20px;
}
section.brands .slick-list {
    margin: 0 -20px;
}
section.brands .slick-next {
    right: 0;
}
section.brands .slick-prev {
    left: 0;
}
section.brands .slick-track {
    display: flex;
    align-items: center;
}

.trust {
    padding: 40px 0;
    border-top: 1px solid #eee;
}

/* FOOTER */
footer {
	padding: 60px 0;
}
footer > div {
	width:1400px;
	max-width:95%;
	margin:0 auto;
}
footer > div > ul {
	margin:0 -2%;
	padding:0;
	list-style-type:none;
}
footer > div > ul:after {
	clear:both;
	content:"";
	display:block;
}
footer > div > ul > li {
	float:left;
	width:21%;
	margin:0 2%;
	line-height:20px;
}
footer > div > ul > li > strong {
	display:block;
	font-weight:bold;
	margin:0 0 10px;
	font-size:16px;
	line-height:normal;
}
footer > div > ul > li a {
	text-decoration:none;
	color: #FFF;
}
footer ul.TopMenu_MenuItems {
	margin:0;
	padding:0;
	list-style-type:none;
}
footer input[type="text"], footer input[type="email"] {
	display: block;
	width: 100%;
	margin:0 0 5px 0;
	height: 35px;
	border: 0;
	border-radius: 3px;
	padding: 0 10px;
}
#creditcards {
	height: 25px;
	margin: 30px 0 0 0;
}
#postnord {
	height: 18px;
	margin: 30px 0 0 20px;
}

/* SOCIAL LINKS */
a.social {
	display: block;
	position: relative;
	margin-bottom: 5px;
}
a.social svg {
	font-size: 17px;
	margin-right: 8px;
}


/* BREADCRUMB */
.breadcrumb-container {
	padding:10px 0 7px;
	background-color:rgba(255,255,255,0.50);
	display: none;
}
div.breadcrumb, .SubCats_BreadCrumb {
	display:none;
	width:1400px;
	max-width:95%;
	margin:0 auto;
	padding:0;
}

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 -2%;
	list-style-type:none;
	position:relative;
}
.Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li {
	width:21%;
	margin: 0 2% 2%;
	display:inline-block;
	vertical-align:top;
	background-color:#fff;
}
article.aside .ProductList_Custom_UL > li {
	width:29.3%;
}
li .product {
	position:relative;
}
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;
	text-align: center;
    margin-bottom: 5px;
}
select.ProductListVariantSelector {
	display:none;
}
.image .advanced {
	background-color:rgba(255,255,255,0.5);
	display:none;
	position:absolute;
	z-index:15;
	width:100%;
	bottom:0;
	left:0;
	padding:10px;
	text-align:center;
}
li:hover .advanced.active {
	display:block;
}
.image .advanced a {
	font-family:Arial;
	display:inline-block;
	padding:5px 5px;
	margin:2px;
	border:solid 1px #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:rgba(37,37,37,1.00);
	font-size:11px;
	line-height:11px;
	font-weight:normal;
	text-decoration:none;
	background-color:#fff;
}
li .advanced a:hover {
	color:#392c1c;
	background-color: #ffd1dc;
	border-color: #ffd1dc;
}
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;
}
li .product .BuyButton_ProductList,
li .product .Related_BuyButton_IMG {
	width:100%;
	display:block;
}

.offerCountdownContainer {
	margin:30px 0 0 0;
}

/*
.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;
}
*/
li .product .advancedColorVariant ul {
    margin: 0;
    padding: 0;
}
.variantColorbox {
	list-style-type: none;
	display: inline-block;
	height:16px;
	width:16px;
	border-radius:3px;
	cursor: pointer;
    margin: 0 5px 5px 0;
    border: 1px solid #eee;
}
li.variantColorbox:last-child {
    margin-right: 0;
}

/* 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);
}
li .offer {
	position:absolute;
	top:-6px;
	right:-5px;
	z-index:40;
	width:80px;
}
li .offer.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%;
}

/* BADGES */
li .product .badge:empty {
	display:none;
}
li .product .badge {
	position:absolute;
    background-color: #ffd1dc;
	top:5px;
	left:5px;
	z-index:40;
    border-radius: 2px;
    padding: 3px 6px;
}
li .product .badge img {
	display:block;
	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;
}



/* 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:10px;
	left:10px;
	position: absolute;
}
li .Element_Overlay_Frontpage_SavingsImage_DIV,
li .Element_Overlay_ProdList_SavingsImage_DIV,
li .Element_Overlay_ProductInfo-related-savingsImage_DIV,
li .Element_Overlay_ProductInfo-customersboughtImage_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsImage_DIV,
li .Element_Overlay_ShowBasket-related-savingsImage_DIV {
	display:none;
}
li div.Element_Overlay_ProdList_SavingsText_DIV,
li div.Element_Overlay_Frontpage_SavingsText_DIV,
li div.Element_Overlay_ProductInfo-related-savingsText_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV,
li div.Element_Overlay_ShowBasket-related-savingsText_DIV {
	text-align: center;
	font-size: 15px;
	padding: 2px 10px;
	font-weight: bold;
	position: absolute;
	background-color:#382b1b;
	color: rgba(255, 255, 255, 1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
	top:10px;
	left:10px;
	right:auto;
	width:70px;
	height:70px;
}
.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV {
}



/* 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:20px;
	text-align:center;
}
.SubCats_Categories_UL > li:last-child {
	display:none;
}
.SubCats_Categories_UL > li .image {
    position: relative;
}
.SubCats_Categories_UL > li .image > a {
    display: block;
}
.SubCats_Categories_UL > li .image img {
    max-height: 100%;
	margin:0 0 10px;
    display: inline-block;
}
.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 */
.productcard .offerCountdownBadge {
	font-size: 17px;
	padding: 5px 15px;
}
.offerCountdownContainer {
	background-color: rgba(255,209,220,.6);
	padding: 7px 11px;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
}
.offerCountdownContainer > strong {
	display: block;
	font-weight: normal;
	margin: 0 0 3px;
	font-size: 17px;
}
.offerCountdownContainer > small {
	display:block;
	margin: 8px 0 0;
	color: rgba(255,255,255,.70);
}
.offerCountdownContainer > small:empty {
	display: none;
}
.offerCountdownContainer > div {
	display: inline-flex;
	margin: 0 -5px;
}
.offerCountdownContainer > div > div {
	flex: auto;
	margin: 0 5px;
}
.offerCountdownContainer > div > div > small {
	display: block;
	margin: 0 0 2px;
	font-variant-caps: 13px;
}
.offerCountdownContainer > div > div > span {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	display: inline-block;
	padding: 3px 5px;
	border-radius: 2px;
	background-color:rgba(255,255,255,1.00);
	color: #9a6975;
}


body.webshop-productinfo article {
	background-color:transparent;
	padding:0;
}
.productcard {
	position:relative;
}
.productcard:after {
	content:"";
	clear:both;
	display:block;
}
body.webshop-productinfo .back {
	position:absolute;
	top:72px;
	right:25px;
}
ul.usersellingpoints {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.usersellingpoints > li {
	margin: 5px 0;
}
.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 #ddd;
	border-right:0;
	background-color:#FFFFFF;
	text-align:center;
	padding:0;
}
.buyWrapper {
	float:left;
	margin:0 15px 0 0;
}
.buyWrapper input {
	padding: 10px 60px;
	background: #392c1c;
	border-bottom: 2px solid #22180c;
	-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;
	height:45px;
	display:block;
	-webkit-appearance:none;
}

.productcard .documents > a:first-of-type {
	margin-top:20px;
	display:inline-block;
}
.productcard .documents img {
	width:25px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin:3px 10px 3px 0;
}

.productcard .news {
	position:absolute;
	top:-7px;
	right:-6px;
	width:100px;
    z-index: 9;
}
.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;
	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: 13px;
	display:none;
	vertical-align:middle;
	padding:0 15px 0 0;
}
.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;
}
.productcard ul.details > li.stock-message img {
	width:13px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	margin:0px 7px 0px 0;
	vertical-align:middle;
}
.productcard ul.details > li.delivery-time:before {
	font-family: 'FontAwesome';
	content: "\f0d1";
	margin: 0 7px 0 0;
}
.productcard .product-number {
	margin:20px 0 15px;
	font-size:11px;
	display:none;
}
.productcard .product-number.active {
	display:block;
}


.Variants {
	margin:15px 0 0;
}
.Variants:after {
	display: block;
	content: "";
	overflow: hidden;
	clear: both;
}
.Variants > table.VariantGroup:first-child {
}
table.VariantGroup {
	width:100%;
	margin-bottom: 8px;
}
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: 'Open Sans', sans-serif;
}
.productcard .Prices_Custom_UL .price {
	font-size:16px;
	line-height:25px;
	font-weight:700;
	font-family: 'Open Sans', 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 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:block;
	max-width:100%;
	background-color: #392c1c;
	color: #FFF;
	text-align: center;
	float:left;
	margin:15px 0 0;
}
a.Order_back_basket img {
	padding: 9px 30px;
	height: 30px;
	display: block;
	-webkit-appearance: none;
}
a.Basket_Order {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:block;
	max-width:100%;
	background-color: #392c1c;
	color: #FFF;
	text-align: center;
}
a.Basket_Order img {
    padding: 10px 0;
    height: 38px;
    display: block;
    -webkit-appearance: none;
	display: inline-block;
}
.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, body.webshop-checkout .sticky-wrapper, body.webshop-checkout section.brands {
	display:none;
}
body.webshop-checkout article {
	margin-top:0;
}
.checkout-payment-method-image img {
	height: 25px;
}
#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:"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/kraes/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%);
	left:0;
	width:40px;
	height:44px;
	display: none;
}
#btn-menu i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translateY(-50%) translateX(-50%);
	-moz-transform:translateY(-50%) translateX(-50%);
	transform:translateY(-50%) translateX(-50%);
	font-size: 21px;
	color: #392c1c;
}

div.credits {
	padding:15px 0 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 {
	position: absolute;
	top: 0;
	left: -300px;
	background-color: rgba(255,255,255,1.00);
	height: 100%;
	width: 300px;
	box-shadow: 0 0 40px rgba(0,0,0,0.6);
}
.mobileMenuInner {
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-overflow-scrolling:touch;
    overflow-y:auto;
	overflow-x:hidden;
}
.mobileMenuHeader {
	padding: 15px 20px 10px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	background-color:rgba(49,49,49,1.00);
	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 {
	letter-spacing: 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);
}
.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: 'FontAwesome';
	font-size: 13px;
	color: #392c1c;
	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;
}


/* ADD B2B */
form[action="/shop/addb2b.html"] > table,
form[action="/shop/addb2b.html"] > table table,
form[action="/shop/addb2b.html"] > table tbody,
form[action="/shop/addb2b.html"] > table tr,
form[action="/shop/addb2b.html"] > table td {
	display: block;
	width: 100%;
}
.Heading_B2BLogin {
	font-size: 24px;
	font-weight: bold;
	display: block;
	margin-bottom: -10px;
}
form[action="/shop/addb2b.html"] > table > tbody > tr:first-child {
	font-size: 14px;
	font-weight: normal;
}
form[action="/shop/addb2b.html"] > table > tbody > tr:nth-last-child(2) > td:first-child > table > tbody {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
form[action="/shop/addb2b.html"] > table > tbody > tr:nth-last-child(2) > td:first-child > table > tbody > tr {
	position: relative;
}
form[action="/shop/addb2b.html"] > table .CustomerFieldsLabel_ADDB2B_TD {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 6px;
}
form[action="/shop/addb2b.html"] > table .CustomerFieldsInput_ADDB2B_TD select {
	padding: 0 10px;
	z-index: 1;
}
form[action="/shop/addb2b.html"] > table .CustomerFieldsInput_ADDB2B_TD input {
	width: 100%;
	height: 35px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
form[action="/shop/addb2b.html"] > table .CustomerFieldsInput_ADDB2B_TD textarea {
	width: 100%;
	height: 35px;
	padding: 7px 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
	resize: vertical;
}
form[action="/shop/addb2b.html"] > table .CustomerFieldsRequired_ADDB2B_TD {
	position: absolute;
	top: 25px;
	color: red;
	right: 5px;
	pointer-events: none;
	text-align: right;
}
form[action="/shop/addb2b.html"] > table .SubmitButton_ADDB2B_TD {
	margin-top: 20px;
}

/* CUSTOMER LOGIN */
body.customerLogin form[action="/shop/customer.html"] > table,
body.customerLogin form[action="/shop/customer.html"] > table tbody,
body.customerLogin form[action="/shop/customer.html"] > table tr,
body.customerLogin form[action="/shop/customer.html"] > table td,
body.customerLogin form[action="/shop/b2blogin.html"] > div > table,
body.customerLogin form[action="/shop/b2blogin.html"] > div > table tbody,
body.customerLogin form[action="/shop/b2blogin.html"] > div > table tr,
body.customerLogin form[action="/shop/b2blogin.html"] > div > table td {
	display: block;
	width: 100%;
}
body.customerLogin .Heading_Customer,
body.customerLogin .Heading_B2Blogin {
	display: block;
	margin-bottom: -15px;
	font-weight: bold;
	font-size: 24px;
}
body.customerLogin form[action="/shop/customer.html"] > table,
body.customerLogin form[action="/shop/b2blogin.html"] > div > table {
	padding: 30px;
	border-radius: 2px;
	border: 1px solid #ccc;
	max-width: 600px;
}
body.customerLogin form[action="/shop/customer.html"] > table > tbody > tr > td:first-child,
body.customerLogin form[action="/shop/b2blogin.html"] > table > tbody > tr > td:first-child {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 6px;
}
body.customerLogin form[action="/shop/customer.html"] > table > tbody > tr:first-child > td:last-child,
body.customerLogin form[action="/shop/b2blogin.html"] > div > table > tbody > tr:first-child > td:last-child {
	margin-bottom: 20px;
}
body.customerLogin form[action="/shop/customer.html"] > table input[type="text"],
body.customerLogin form[action="/shop/customer.html"] > table input[type="password"],
body.customerLogin form[action="/shop/b2blogin.html"] > div > table input[type="text"],
body.customerLogin form[action="/shop/b2blogin.html"] > div > table input[type="password"] {
	width: 100% !important;
	height: 35px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
	margin-top: 6px;
}
body.customerLogin form[action="/shop/customer.html"] > table a[href="/shop/customer.html?showForgotPswForm=1"],
body.customerLogin form[action="/shop/b2blogin.html"] > table a[href="/shop/customer.html?showForgotPswForm=1"] {
	display: block;
	margin-top: 20px;
}
body.customerLogin table.ForgotPassword_Customer {
	margin-top: 30px;
}
body.customerLogin table.ForgotPassword_Customer > tbody > tr:first-child > td:last-child {
	margin-bottom: 0 !important;
}


body.isB2B .showB2B {
	display: block !important;
}
body.isB2B .hideB2B {
	display: none !important;
}

body.isB2B [aria-describedby="divRememberToBuy"],
body.isB2B [aria-describedby="divRememberToBuy"] + .ui-widget-overlay {
	display: none !important;
}

@media (max-width: 1340px) {
	header a.customer {
		right: 36%;
	}
}
@media (max-width: 1200px) {
	header a.customer {
		right: 37%;
	}
}
@media (max-width: 1100px) {
	header a.customer {
		right: 43%;
	}
}
@media (max-width: 1000px) {
	header a.customer {
		right: 45%;
	}
}

/* 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, nav.productmenu #ProductMenu_List > li:hover > div {
		top:100%;
		opacity:1.0;
		display: block;
		text-align: left;
	}
	.mostviewed-products .product:hover .image, .mostsold-products .product:hover .image {
		opacity:0.7;
	}

	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);
	}
}
@media (max-width: 1100px) {
    header #Search_Form {
        left: 34%;
        width: 27%;
    }
}
@media (max-width: 880px) {
	header a.customer {
		right: 65px;
		font-size: 0;
	}
	header a.customer svg {
		width: 24px;
		height: 24px;
		margin: 0;
	}
	/*
	#sleek.active {
		display: none;
	}
	*/
    #sleek {
		bottom: 10px;
		left: 10px;
	}
	#sleek.hasImage .content, #sleek .content {
		width: 280px;
		padding: 15px;
	}
	#sleek .content {
		border-width: 8px;
	}
	#sleek .content .sleekImage {

		display: none;
	}
	#sleek .content form {
		width: 100%;
	}
	#sleek .content .sleekImage + form {
		float: none;
		width: 100%;
	}
	#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;
	}



	.sticky-wrapper, ul.usp {
		display: none;
	}
    section.brands ul {
        margin:0;
    }
	body {
		margin:0;
	}
	div.credits {
		text-align: left;
	}
	header {
		margin:0;
		z-index:10;
	}
	header .TopMenu_MenuItems {
		display:none;
	}
	header > section, body.webshop-checkout header > section {
		height:65px;
	}
	section.campaign {
		font-size: 11px;
	}
	section.campaign span {
		margin: 0;
	}
	nav.productmenu {
		display:none;
	}

	.WebShopSkinLogo {
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
	}


	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;
	}

	ul.twoColums {
		height: auto;
		margin: 0 0 10px 0;
	}
	ul.twoColums > li:first-child {
		width: 100%;
		margin: 0 0 10px 0;
	}
	ul.twoColums > li:last-child {
		width: 100%;
	}
	ul.threeColums {
		margin: 0;
	}
	ul.threeColums > li {
		margin: 0 0 10px 0;
		display: block;
		width: 100%;
	}
    ul.twoColums > li:last-child > div:first-child {
        margin-bottom: 3%;
    }

	/* 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 {
        margin: 0 auto 30px;
	}
	article.aside > .content {
		float:none;
		width:100%;
	}
    .newBox {
        margin: 10px 0 0 0;
    }
    .newBox > div:first-child, .newBox > div:last-child {
        width: 100%;
    }
    .newBox > div:last-child > div:first-child {
        margin-bottom: 10px;
    }
    .newBox > div {
        margin: 0 0 10px 0;
    }
	a.social {
		margin:0 5px 0 0;
	}

    .getsnapppt-container {
        margin: 10px 0;
    }
    .colorHeader {
        margin-bottom: 10px;
    }
    .newBoxColum {
        margin: 10px 0 0 0;
    }
    .newBoxColum > div {
        margin: 0 0 10px 0;
        width: 100%;
    }
    .newBoxColumThree {
        margin: 0;
    }
    .newBoxColumThree > div {
        width: 100%;
        margin: 0 0 10px 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: 46%;
	}
	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 {
	}
	.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:45px;
	}
	img.FavAddButton_ProductInfo {
		padding:9px;
	}




	/* FOOTER */
	footer {
		padding:15px;
	}
	footer > div > ul {
		margin:0;
	}
	footer > div > ul > li, footer > div > ul > li:last-child {
		float:none;
		width:100%;
		margin:0 0 20px;
	}
	footer > div > 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;
	}
	footer ul.TopMenu_MenuItems > li:last-child {
		margin:0;
	}


	/* PRODUCTMENU */
	#btn-menu {
		display: block;
	}
	#btn-filter {
		background-color:#383838;
		/*
		background-image:url('/images/skins/kraes/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;
	}


	/* ADD B2B */
	form[action="/shop/addb2b.html"] > table > tbody > tr:nth-last-child(2) > td:first-child > table > tbody {
		grid-template-columns: 1fr;
	}

	/* CUSTOMER LOGIN */
	body.customerLogin form[action="/shop/customer.html"] > table {
		padding: 15px;
	}
	body.customerLogin table.ForgotPassword_Customer {
		margin-top: 15px;
	}

}
