@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Raleway:400,300,700');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

.fancybox-stage .CmsPageStyle {
	width: 600px;
	max-width: 90%;
}
.fancybox-stage .CmsPageStyle img {
	max-width: 100% !important;
	height: auto !important;
}

.disabledInput {
	pointer-events: none;
	background-color: #ccc;
}

.countdownContainer {
	display: flex;
	text-decoration: none;
	padding: 10px 20px;
	align-items: center;
	justify-content: center;
	background-color: rgba(31,22,22,1.00);
	color: rgba(255,255,255,1.00);
}
.countdownContainer > * {

}
.countdownContainer:hover {
	color: rgba(255,255,255,1.00);
}
.countdownContainer .text {
	text-align: right;
	line-height: 1;
}
.countdownContainer .text strong {
	display: block;
	font-size: 22px;
	margin: 0 0 3px;
}
.countdownContainer .text small {
	font-size: 16px;
}
.countdownContainer .counter {
	margin: 0 0 0 15px;
	white-space: nowrap;
}
.countdownContainer .counter > div {
	display: inline-block;
	text-align: center;
	margin: 0 5px;
}
.countdownContainer .counter div > span {
	display: block;
}
.countdownContainer .counter div > span > span {
	display: inline-block;
	margin: 0 4px;
	background-color: red;
	font-weight: bold;
	font-size: 19px;
	line-height: 1;
	padding: 5px 4px;
	border-radius: 3px;
}
.countdownContainer .counter div small {
	display: block;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	margin: 2px 0 0;
}
.countdownContainer .countdownButton {
	padding: 10px 15px;
	background-color: rgb(106,148,69);
	color: rgba(255,255,255,1.00);
	font-size: 16px;
	border-radius: 3px;
	margin: 0 0 0 15px;
}
.countdownContainer .countdownButton:empty {
	display: none;
}

.bewise_search .showAll {
	display: none;
}


/* SLEEK */
#sleek, #sleek:before, #sleek:after, #sleek * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sleek {
	position:fixed;
	left:20px;
	bottom:20px;
	z-index:1000;
	display:none;
	width:calc(100% - 40px);
}
#sleek.active {
	display:block;
}
#sleek .placeholder {
	position:absolute;
	left:0;
	bottom: 0;
	display:block;
	background-color:#6ec0a8;
	color:rgba(255,255,255,1.00);
	font-size: 14px;
	max-width:calc(100% - 40px);
	text-align: center;
	padding: 11px 25px;
	cursor:pointer;
	border-radius: 3px;
}
#sleek .placeholder .sleekRemove {
	position: absolute;
	top:-10px;
	right: -10px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: solid 2px rgba(255,255,255,1.00);
	box-shadow: 0 0 1px 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';
	font-weight: 900;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
	line-height: 1;
	position: absolute;
	top:46%;
	left: 0;
	text-align: center;
	width: 100%;
	
}

#sleek .sleek-overlay{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
}

#sleek.open .sleek-overlay{
	display: block;
}
#sleek.open .placeholder {
	display:none;
}
#sleek .content {
	position:absolute;
	display: none;
	text-align: left;
	max-width:90%;
	background-color:rgba(255,255,255,1.00);	
	box-shadow:0 0 50px rgba(0,0,0,.20);
	transition: all 0.2s ease-in-out;
	border-radius: 0px 0px 2px 2px;
}

#sleek form{
	display: flex;
	margin: 0 -1%;
	align-items: center;
	padding: 10px;
}

#sleek form > *{
	flex: auto;
	margin: 0 1%;
	width: 100%;
}

#sleek.hasImage .content {
	width: 600px;
}

#sleek.open .content {
	left: 50%;
	top: 50%;
 	transform: translate(-50%,-50%);
	display: block;
	width:900px;
	

}

.fancybox-slide.fancybox-slide--iframe.fancybox-slide--video .fancybox-content{
	width: 54%;
    height: 54%;
}
#sleek .content .close {
	position:absolute;
	top:0;
	right:0;
	background-color:rgba(0,0,0,1.00);
	text-transform:uppercase;
	width: 35px;
	height:35px;
	color:rgba(255,255,255,1.00);
	font-family:Arial;
	cursor:pointer;
	text-align: center;
}
#sleek .content:after {
	clear: both;
	content: "";
	display: block;
}
#sleek .content .close:before {
	content:"\f00d";
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 18px;
	line-height: 1;
	position: absolute;
	top:50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#sleek .content .close:hover {
	background-color: rgba(182,182,182,1.00);
}
#sleek .content form.loading {
	opacity: .5;
}
img + #sleek .content form {
	width: 55%;
	padding: 0 0 0 25px;
	float: right;
}


#sleek img {
    width: 100%;
	display: block;
}


.content .sleekImage {
	float: right;
	width: 45%;
}
#sleek .content .sleekImage + form {
	float: left;
	width: 50%;
}
#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"],#sleek input[type="number"],#sleek input[type="tel"] {
	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;
	border-radius: 0;
}
#sleek input[type="text"].error, #sleek input[type="email"].error,#sleek input[type="number"].error,#sleek input[type="tel"].error {
	border-color: rgba(207,0,3,1.00);
	color: rgba(207,0,3,1.00);
}

#sleek .checkbox-container{	
	font-size: 11px;
    white-space: nowrap;
}

#sleek .checkbox-container > *{
	display: inline-block;
	Vertical-Align: middle;
}

#sleek input[type="submit"] {
	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;
	border: 0;
	color: #FFF;
	cursor: pointer;
	height:35px;
}
#sleek form small {
	display:block;
	font-size:11px;
	cursor:pointer;
}

#sleek input[type="number"]::-webkit-outer-spin-button, #sleek input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
	}
	#sleek input[type="number"] {
	-moz-appearance: textfield;
	}


.ErrorText_customerlogin, .codeInvalid {
	background-color: rgba(248,208,209,1.00);
    border: solid 1px rgba(214,160,161,1.00);
    color: rgba(165,67,69,1.00);
    padding: 6px 10px;
    margin: 0 0 10px;
    border-radius: 3px;
	display: inline-block;
}



/* KLUB */
#acceptLoyaltyCreationContainer {
    float: none;
    margin: 5px 10px 10px 10px;
    border: solid 1px #A0A0A0;
    padding: 5px;
}
.SubmitButton_Customer {
	display: block;
    background-color: #d02128;
    border-radius: 2px;
    color: #FFF;
    text-align: center;
    border: none;
    cursor: pointer;
    padding: 6px 10px;
    margin: 5px 0 0 0;
}
body.webshop-customercenter table.BackgroundColor1_Customer td {
    vertical-align: top;
}
#tabB1 > span, #tabB2 > span, #tabB3 > span, #tabB4 > span {
	display: inline-block;
	background-color: #d02128;
	padding: 5px 10px;
	color: rgba(255,255,255,1.00);
	border-radius: 2px;
	margin: 0 10px 0 0;
	border: solid 1px #d02128;
}
#tabB1 > span.Tabactive_Customer, #tabB2 > span.Tabactive_Customer, #tabB3 > span.Tabactive_Customer, #tabB4 > span.Tabactive_Customer,
#tabB1 > span.Tabhover_Customer, #tabB2 > span.Tabhover_Customer, #tabB3 > span.Tabhover_Customer, #tabB4 > span.Tabhover_Customer{
	background-color:rgba(255,255,255,1.00);
	border: solid 1px #d02128;
	color: #095a3e;
}
#tabB4 {
	float: right;
}
#tabB4 > span {
	margin: 0;
	background-color: rgba(87,87,87,1.00);
	border-color: rgba(87,87,87,1.00);
}
.Text1_Customer .Heading_Customer {
	font-size: 25px;
	border-bottom: solid 1px rgba(214,214,214,1.00);
	display: block;
}

#tabID2 > tbody > tr > td > table > tbody > tr:nth-child(1), #tabID2 > tbody > tr > td > table > tbody > tr:nth-child(2) {
	display: none;
}
#tabID2 > tbody > tr > td > table > tbody > tr > td:nth-child(3) {
	font-size: 0;
	position: relative;
	width: 0;
}
#tabID2 > tbody > tr > td > table > tbody > tr > td {
	padding: 4px 0;
}
#tabID2 > tbody > tr > td > table > tbody > tr > td:nth-child(1) {
	padding-right: 15px;
}
#tabID2 > tbody > tr > td > table > tbody > tr > td:nth-child(3) > span {
	position: absolute;
	right: 7px;
	z-index: 20;
	color: red;
	font-size: 11px;
	top: 50%;
	transform: translateY(-50%);

}

.youtubeThumbnail{
	max-width: 18%;
    display: inline-block;
    position: relative;
}
.youtubeThumbnail img{
	width: 100% !important;
}
a.youtubeThumbnail i {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ff0000;
    z-index: 20;
    font-size: 24px;
}

body.webshop-customercenter h2.myPointsHeader {
	background-color: #d02128;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	padding: 10px 15px !important;
	font-weight: lighter!important;
	margin: 0;
    color: #FFF;
}
.myPoints {
	margin: 0;
	padding: 10px 15px;
	background-color: #f3f8f9;
	border: solid 1px #f3f8f9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(200, 229, 201);
	border-top: 0;
}

.points.myPoints {
	display:none;
}
.points.myPoints.active {
	display:block;
}
header .points.myPoints.active {
    background-color: #d02128;
    border-radius: 2px;
    border: 1px solid #d02128;
    padding: 1px 5px;
    position: absolute;
    top: -7px;
    left: -20px;
    color: #FFF;
}
header .basket .totalproducts .count {
	font-weight: bold;
}
#refer {
	background-color:rgba(237,250,238,1.00);
	border:solid 1px rgba(200,229,201,1.00);
	padding: 20px;
	font-size: 15px;
}
#refer p {
	padding:0;
	margin: 0;
}
input.referEmail {
	width: 100%;
	height: 45px;
	border-radius: 3px;
	border: 0;
	padding: 0 10px;
	display: block;
	border:1px solid #ddd;
	margin: 5px 0;
}
a.referButton {
	display: inline-block;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
	background-color: #095a3e;
	border-radius: 3px;
	margin: 5px 0 0 0;
	text-decoration: none;
}
#usePointsContainer {
    border: 1px solid #eee;
    border-radius: 7px;
    padding: 10px 20px;
    margin: 10px 0;
}
#usePointsContainer > p {
	font-size: 15px;
	font-weight: bold;
    padding: 0;
    margin: 5px 0;
}
#usePoints {
	display: inline-block;
	padding: 6px 20px;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
	background-color: #d02128;
	border-radius: 3px;
	border-bottom:2px solid #d02128;
	border:0;
	cursor: pointer;
}
#usePoints > p {
    padding:0;
    margin: 0;
}
.removePointsContainer {
	margin: 10px 0 5px;
	border-radius: 3px;
}
#checkout-container div .removePointsContainer h2 {
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    position: relative;
}
#removePoints {
    display: inline-block;
    padding: 6px 20px;
    font-weight: bold;
    font-size: 15px;
    color: #FFF;
    background-color: #d02128;
    border-radius: 3px;
    border-bottom: 2px solid #d02128;
    border: 0;
    cursor: pointer;
    text-decoration: none;
}
#removePoints > p {
    margin:0;
    padding: 0;
}
.account > .button.loggedIn {
	background-color: rgba(215,235,218,1.00);
}
.account > .button.loggedIn small {
	text-decoration: underline;
}

.clubmember {
    float: right;
    width: 45%;
    margin: 30px 0 0 0;
}
.clubmember .subheader {
    margin:0 0 10px 0;
}
.clubmember input[type="text"], .clubmember input[type="email"], .clubmember input[type="password"],.clubmember input[type="phone"] {
    width: 100%;
    border-radius: 2px;
    padding: 0 10px;
    height: 36px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
}
.clubmember input[type="submit"] {
    background-color: rgb(106,148,69);
    border-radius: 2px;
    color: #FFF;
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}
.custom-phone {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.custom-phone > select {
	width: 60px;
	margin-right: 5px;
	height: 36px;
}
.custom-phone > input {
	flex: auto;
	margin: 0 !important;
}
.blogReadMore {
    display:block;
    margin: 20px 0 0 0;
}
.whyCreateAccount {
	float:left;
	width: 45%;
    margin: 30px 0 0 0;
}
.whyCreateAccount ul {
	margin:30px 0 0 0;
	padding: 0;
}
.whyCreateAccount > ul > li {
	list-style-type:none;
	margin: 4px 0;
}
.whyCreateAccount > ul > li i {
	color: #05423b;
}
.whyCreateAccount ol {
	padding:0;
	list-style: none;
}
 
.whyCreateAccount ol li {
   counter-increment: item;
   margin-bottom: 10px;
 }
.whyCreateAccount ol li:before {
	margin-right: 10px;
	content: counter(item);
	background: #4a9a3b;
	border-radius: 100%;
	color: white;
	width: 20px;
	height: 20px;
	text-align: center;
	display: inline-block;
	padding: 2px 0 0 0;
 }
body.webshop-customercenter input#xprofileid, body.webshop-customercenter input#xprofileid1 {
    width:260px !important;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 10px;
}

ul.pointDetails {
    display: none;
    padding:0;
    list-style-type: none;
    margin: 20px 0 20px 0;
}
ul.pointDetails > li {
    font-size: 12px;
    vertical-align: middle;
    padding: 7px 0;
    display: inline-block;
    border-right: none;
    border-radius: 2px;
}
ul.pointDetails > li a {
}
ul.pointDetails > li.productPointsSystem:before {
	font-family: FontAwesome;
    content: "\f09d";
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
	font-size: 14px;
}
ul.pointDetails > li.productPointsSystem:before {
    font-family: FontAwesome;
    content: "\f09d";
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    font-size: 14px;
}
ul.pointDetails > li.productPointsSystem div {
	display: inline;
}


#ShopMainLayOutTable {
	display:none;
}
body {
	margin:0 0 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: 0 0;
}
body, input, textarea, select, .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, td.VariantGroupLabel {
	font-family:'Open Sans', sans-serif;
	color:rgba(0,0,0,1.00);
	font-size:13px;
	font-weight:normal;
}
input[type="text"], select, textarea, input[name="change-password-value"], input[name="change-password-repeat-value"] {
	height: 33px;
	width: 100%;
	padding: 0 10px;
	border: 1px solid #D4D4D4;
	-webkit-border-radius:3px;
	border-radius:3px;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    background-color: #FFF;
    padding: 0px 24px 0px 7px;
    width: 100%;
    background-image: url('/images/skins/Dubai/images/select-arrow.png');
    background-repeat: no-repeat;
    background-size: 11px auto;
    background-position: calc(100% - 10px) 50%;
	cursor:pointer;
}
textarea {
	height: 80px;
	padding: 10px;
}
select::-ms-expand {
    display: none;
}

input:invalid {
  box-shadow: none;
}

input:-moz-submit-invalid {
  box-shadow: none;
}

input:-moz-ui-invalid {
  box-shadow: none;
}

a {
	color:#000;
}
a:hover {
	color:rgb(208,33,40);
}
*, *: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, .alertPopupCloseButton {
	font-weight:bold;
	border:0;
	color:#fff;
	cursor:pointer;
	background-color:rgb(106,148,69);
	-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 {
	width:1800px;
	max-width:calc(100% - 40px);
	margin:20px auto;
	box-shadow: 0px 0px 12px rgba(0,0,0,.25);
	border-radius: 4px;
}
header {
	position:relative;
	position: 500;
}
header > section {
	position:relative;
	height:110px;
	background-color: rgba(255,255,255,1.00);
	border-radius: 4px 4px 0 0;
}
div.dd-theme-default .dd-nivoSlider {
	background-color:transparent;
}
div.nivoSlider a.nivo-imageLink {
	height:100% !important;
	z-index:9;
}
header .logo {
	position:absolute;
	top:0;
	left:0;
	width: 34%;
	height: 100%;
	background-color: #d02128;
	border-radius: 4px 0 0;
}
/*
header .logo > a {
	display: block;
	height: 100%;
}
*/
img.WebShopSkinLogo {
	position: absolute;
	width: 65%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
header .logo .logoText {
	position: absolute;
	letter-spacing: 1px;
	left: calc(100% + 35px);
	top: 50%;
	font-size: 13px;
	color:rgba(0,0,0,1.00);
	font-weight: 300;
	white-space: nowrap;
	transform: translateY(-50%);
	display: none;
}
header .logo .logoText strong {
	display: block;
	font-weight: 400;
}
.account i {
	font-size:18px;
    display: inline-block;
    color: #d02128;
    margin-right: 10px;
}
.account {
	position:absolute;
	right:200px;
	top:0;
	height: 100%;
	width: 120px;
	z-index:999;
	cursor:pointer;
	background-color:rgba(0,0,0,.10);
}
.account > .button {
	position:absolute;
	height: 100%;
	width: 100%;
	cursor: pointer;
	z-index: 20;
}
.account > .button > section {
	position:absolute;
	text-align: center;
	top:50%;
	left:50%;
	display: none;
	-webkit-transform:translateY(-50%) translateX(-50%);
	-moz-transform:translateY(-50%) translateX(-50%);
	transform:translateY(-50%) translateX(-50%);
}
.account > .button > section.active {
	display: block;
}
.account > .button .fa {
	font-size: 28px;
	line-height: 1;
}
.account > .button small {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 6px 0 0;
	font-size: 11px;
	display: block;
}
.account > .button small span {
	white-space: nowrap;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.account > form {
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	background-color:rgba(222,222,222,1.00);
	width: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.account.open > form {
	width: 500px;
	border-left: solid 5px rgba(208,208,208,.80);
}
.account > form > section {
	position: absolute;
	white-space: nowrap;
	top:50%;
	left:50%;
	-webkit-transform:translateY(-50%) translateX(-50%);
	-moz-transform:translateY(-50%) translateX(-50%);
	transform:translateY(-50%) translateX(-50%);
	width: 90%;
}
.account > form .signin {
	position: relative;
}
.account > form input[type="text"], .account > form input[type="password"] {
	float: left;
	width: calc(50% - 35px);
	background-color: rgba(255,255,255,1.00);
	border: solid 1px rgba(136,136,136,.40);
	border-right: 0;
	padding: 0 10px;
	font-size: 13px;
	color: rgba(0,0,0,1.00);
}
.account > form input[type="submit"] {
	font-size: 12px;
	padding: 0;
	border-radius: 0 4px 4px 0;
	width: 70px;
}
.account > form input[type="text"], .account > form input[type="password"], .account > form input[type="submit"] {
	height: 43px;
}
.account > form .signin .links {
	position: absolute;
	top: calc(100% + 5px);
	text-align: right;
	width: 100%;
}
.account > form .signin .links a {
	font-size: 11px;
	text-decoration: none;
}

header .basket .totalproducts {
	background-color: #d02128;
	color: rgba(255,255,255,1.00);
	font-size: 11px;
	line-height: 1;
	white-space: nowrap;
	border-radius: 2px;
	padding: 5px 7px;
	position: absolute;
	top: -6px;
	left: -10px;
	font-family: Arial;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
	max-width: 87%;
	z-index: 20;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*
.account > .button .points .count, header .basket .totalproducts .count {
	font-weight: bold;
}
.account > .button .points {
	display: none;
}
*/
.account > .button.loggedIn {
	background-color: rgba(215,235,218,1.00);
}
.account > .button.loggedIn small {
	text-decoration: underline;
}


.basket:not(.active) .totalproducts {
	display: none;
}

.basket .creditcards {
	display: none;
}
header .basket {
	position:absolute;
	right:0;
	top:0;
	height: 100%;
	width: 200px;
	z-index:1000;
	background: rgb(106,148,69);
	border-radius: 0 4px 0 0;
	color:rgba(255,255,255,1.00);
	cursor: pointer;
}
header .basket > section {
	position:absolute;
	text-align: center;
	top:50%;
	left:50%;
	font-size: 11px;
	letter-spacing: 1px;
	white-space: nowrap;
	text-transform: uppercase;
	-webkit-transform:translateY(-50%) translateX(-50%);
	-moz-transform:translateY(-50%) translateX(-50%);
	transform:translateY(-50%) translateX(-50%);
}
header .basket > section .fa {
	font-size: 28px;
	line-height: 1;
}
header .basket .totalprice {
	text-transform: uppercase;
	margin: 6px 0 0;
}
header .basket div.basketlink a {
	color:rgba(255,255,255,1.00);
	text-decoration: underline;
}
header .basket .creditcards {
	display:none;
}


/* BAROMETER */
.barometer {
	margin: 0 0 30px;
	font-size: 12px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	background-color: rgba(255,255,255,1.00);
}
.barometerInner {
	border:solid 1px rgba(139,182,145,1.00);
	background-color:rgba(242,242,242,.30);
	border-radius: 4px;
}
.barometer .progress {
	height: 30px;
	position: relative;
	background-color: rgba(139,182,145,1.00);
}
.barometer .progressInfo {
	position: absolute;
	top: 50%;
	right: 10px;
	color: rgba(255,255,255,1.00);
	transform: translateY(-50%);
	font-weight: bold;
	white-space: nowrap;
}
.barometer .progressInfo.redeemed {
	right: 50%;
	transform: translateY(-50%) translateX(50%);
}
.barometer .progressInfo .fa {
	font-size: 17px;
	margin: 0 10px 0 0;
}
.barometer .progress .percentage {
	position: absolute;
	left: 100%;
	top: 50%;
	height: 120%;
	border: solid 2px rgba(255,255,255,1.00);
	background-color: #d02128;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
	width: 40px;	
	transform: translateY(-50%);
	border-radius: 5px;
}
.barometer .progress .percentage span {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	width: 100%;
	text-align: center;
	display: block;
	line-height: 1;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
}


#ProductmenuContainer_DIV .basket {
	display: none;
	position: absolute;
	right: 20px;
	bottom: 100;
	border-radius: 2px;
	background-color: rgb(106,148,69);
	padding: 6px 10px;
	border-top: solid 1px rgba(0,0,0,.30);
	border-left: solid 1px rgba(0,0,0,.20);
	color:rgba(255,255,255,1.00);
	cursor: pointer;
}
#ProductmenuContainer_DIV .basket .basketlink {
	display: none;
}
#ProductmenuContainer_DIV .basket .fa {
	vertical-align: middle;
	font-size: 16px;
	margin: 0 6px 0 0;
}
#ProductmenuContainer_DIV .basket .totalprice {
	display: inline-block;
	vertical-align: middle;
}
#ProductmenuContainer_DIV .basket .totalproducts {
	border: solid 2px rgba(255,255,255,1.00);
	background-color: #d02128;
	border-radius: 50%;
	position: absolute;
	width: 20px;
	height: 20px;
	top: -6px;
	left: -10px;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
}
#ProductmenuContainer_DIV .basket .totalproducts .count {
	font-weight: bold;
	color: rgba(255,255,255,1.00);
	font-size: 10px;
	line-height: 1;
	font-family: Arial;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#ProductmenuContainer_DIV .basket .totalproducts .text {
	display: none;
}
.stuck #ProductmenuContainer_DIV .basket {
	display: block;
}

ul.usp.top {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.usp.top:not(.slick-slider) {
	display: flex;
}
ul.usp.top {
	padding: 10px 0 10px 30px;
	background-color: rgba(244,244,244,1.00);
}
ul.usp.top li {
	font-size: 12px;
	position: relative;
	padding: 0 20px 0 0;
	vertical-align: top;
	
}
ul.usp.top:not(.slick-slider) li {
	flex: none;
	width: 20%;
}
ul.usp.top li .fa {
	font-size: 16px;
	color:rgb(106,148,69);
	vertical-align: top;
	margin: 0 4px 0 0;
}
ul.usp.top li > span {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 23px);
	color: rgba(0,0,0,1.00);
}
ul.usp.top li > span small {
	display: block;
}
ul.usp.top li > span strong {
	color:rgb(208,33,40)
}
ul.usp.top li .fa.fa-phone {
	margin-right: 6px;
}


.productcard ul.usp {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.productcard ul.usp > li {
	margin: 3px 0;
}
.productcard ul.usp > li .fa {
	font-size: 16px;
	color: rgb(106,148,69);
	vertical-align: top;
	margin: 0 4px 0 0;
}
.productcard ul.usp li > span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px);
}



/* TOPMENU */
/*
.TopMenu_MenuItems {
	position:absolute;
	top:10px;
	right:0;
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:0;
}
.TopMenu_MenuItems > li {
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 13px;
}
.TopMenu_MenuItems > li > a {
	text-transform:uppercase;
	font-size: 11px;
	text-decoration:none;
}
.TopMenu_MenuItems > li > a.Link_Active_Topmenu {
	color:rgba(0,0,0,0.40);
}
.TopMenu_MenuItems > li > img {
	height:15px;
	display:block;
}
*/



/* SEARCH */
#Search_Form {
	position:absolute;
	right:390px;
	width:30%;
	height:50px;
	top: 50%;
	z-index: 200;
	transform: translateY(-50%);
}
.SearchTitle_SearchPage, .nbsp, #Search_Form br {
	display:none;
}
#Search_Form:before {
	content: "\f002";
	font-family: 'FontAwesome';
	font-size: 13px;
	line-height: 1;
	font-weight: normal;
	position: absolute;
	color: rgba(177, 177, 177, 0.5);
	top: 50%;
	left: 13px;
	z-index: 30;
	transform: translateY(-50%);
}
header .SearchField_SearchPage {
	color: #000;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 0px 0 0 34px;
	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:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
header .SubmitButton_SearchPage {
	height: 100%;
	padding: 0 10px;
	position: absolute;
	z-index: 20;
	right: 0;
	top: 0;
	font-size: 12px;
	-webkit-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
}



article {
	padding:30px;
	position:relative;
	background-color: rgba(255,255,255,1.00);
}
article:after {
	content:"";
	clear:both;
	display:block;
}
/*
body.webshop-productlist:not(.webshop-search) article > .content {
	float:right;
	width:80%;
}
*/
aside:not(:empty) + .content {
	float:right;
	width:80%;
}

/* ASIDE */
aside {
	float:left;
	width:17%;
	display: block;
}
aside:empty {
	display: none;
}
/*
body.webshop-productlist:not(.webshop-search) aside {
	display: block;
}
*/


/* FILTER ASIDE */
#btn-filter {
	display:none;
}
aside #ProductFilter-Container > div > .product-filter-clear {
	margin:0 0 20px;
}
aside #ProductFilter-Container > div:not(.product-filter-headertext-container) {
	position:relative;
}
aside .product-filter-headertext-container {
	font-weight:bold;
	background-color:#383838;
	padding:8px 15px;
	color:rgba(255,255,255,1.00);
	border-radius: 4px 4px 0 0;
}
aside .product-filter-headertext-container:before {
	content: '\f1de';
	margin: 0 5px 0 0;
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
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 */
.webshop-frontpage h1 {
	text-align: center;
}
#newHeaderPart{
	padding: 15px;
	display: flex;
	/* margin: 0 -1%; */
	border-bottom: solid 1px rgba(229,229,229,1.00);
	background-color: white;
	width: 100%;
	justify-content: space-around;
	border-radius: 5px 5px 0 0;
}


#newHeaderPart a{
	color: #6aa343;
    font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.weeksspecial-container{
	width: 100%;
	display: flex;
	margin: 0 -1%;
	margin-bottom: 20px;	
}

.weeksspecial-container > div{
	width:49%;
	flex:none;
	margin:0 1%;
	position: relative;
}

.weeksspecial-container img{
	width: 100%;
	display:block;
	border: solid 5px rgba(244,244,244,1.00);
}

.weeksspecial-container div:nth-child(2) > *:first-child img{
	margin-bottom: 2.5%;
}


.weeksspecial-container > .bigBanner > *:first-child img{
	border: none;
}

.what-we-offer{
	width:100%;
	padding:15px;
	background-color: rgba(241,241,241,1.00);
	display: inline-flex;
    justify-content: center;
    align-items: center;
	margin-top:60px !important;
	margin-bottom: 20px !important;
}

.what-we-offer div{
	/* margin-left: 20px;
	margin-right: 20px; */
	width: 15%;
}

.what-we-offer img{
	margin-bottom: 10px;
	width: 25%;
}

.what-we-offer div{	
	text-align: center;
	margin: 0 1%;
}

.what-we-offer > div:first-of-type{
	font-size: 24px;	
	font-weight: bold;
}

.what-we-offer span{
	display: block;	
	font-weight: bold;
}

.blog-part-container{
	display: flex;
	width: 100%;
	/* margin: 0 -1%; */
}

.blog-part-container > a {
	margin: 0 1%;
}

.blog-part-container > a >.blog-part > img {
	width: 100%;
}
.shopwithus{
	width: 100%;
	padding: 15px;
	background-color: rgba(241,241,241,1.00);
	text-align: center;
	display: flex;
	/* margin: 0 -1%; */
}



.shopwithus > div{
	font-size: 16px;
	width: 48%;
	/* margin: 0 1%; */
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

.shopwithus h2{
	margin: 0;
	margin-right: 1%;
	font-weight: bold;
}

.shopwithus > div div{
	display: inline-block;
	vertical-align: middle;
}


.shopwithus .newsletter_form{
	justify-content: flex-start;
	margin-left: 1%;
	
}


.shopwithus input[type="submit"]{
	font-size: 13px;
    padding: 4px 10px;
}

/*style for the new banner*/
/* ul#newbanner {
	margin: 0 0 40px;
	padding: 0;
	list-style-type: none;
}
ul#newbanner:after {
	clear: both;
	content: "";
	display: block;
}
ul#newbanner > li:nth-child(1) {
	width: 100%;
} */

/*style for the old banner*/
ul.banners {
	margin: 0 0 40px;
	padding: 0;
	list-style-type: none;
}
ul.banners:after {
	clear: both;
	content: "";
	display: block;
}
/*
ul.banners > li:nth-child(1) {
	float: left;
	width: 67%;
}
ul.banners > li:nth-child(2) {
	float: right;
	width: 31%;
	margin: 0 0 1.4%;
}
ul.banners > li:nth-child(3) {
	float: right;
	width: 31%;
}
*/

.brandsSlider {
	margin: 0 0 40px;
}

.brandsSlider.slick-initialized .slick-slide {
	vertical-align: middle;
	padding: 0 10px;
}

ul.banners .slider-wrapper img {
	max-width: 100%;
	height: auto !important;
}
/*
body.webshop-frontpage .slider-wrapper:after {
	content:"";
	max-width:95%;
	margin:0 auto;
	height:30px;
	display:block;
	background-image:url('/images/skins/Dubai/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;
}
.Text2_FrontPage {
	display:block;
	margin:30px 0 0;
	/*
	-moz-column-count: 3;
	-moz-column-gap: 50px;
	-webkit-column-count: 3;
	-webkit-column-gap: 50px;
	column-count: 3;
	column-gap: 50px;
	-webkit-column-rule: 1px solid rgba(229,229,229,1.00);
	-moz-column-rule: 1px solid rgba(229,229,229,1.00);
	column-rule: 1px solid rgba(229,229,229,1.00);
	*/
	height: 150px;
	overflow: hidden;
	position: relative;
}
.Text2_FrontPage.open {
	height: auto;
}
.Text2_FrontPage:not(.open):after {
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	content: "";
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.Text2_FrontPage.open + .readMore {
	display: none;
}

.Text2_FrontPage h2 {
	-webkit-column-span: all;
	-moz-column-span: all;
    column-span: all;
	font-weight: bold;
}
.Text2_FrontPage p {
	margin: 0;
	padding: 0;
}

ul.frontpageCategories {
	margin: 30px -1% 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
ul.frontpageCategories > li {
	font-size: 13px;
	display: inline-block;
	width: 23%;
	margin: 0 1% 2%;
	border:solid 5px rgba(244,244,244,1.00);
	position: relative;
	background-color: rgba(208,33,40,1);
}
ul.frontpageCategories > li > a {
	display: block;
	height: 150px;
	overflow: hidden;
	position: relative;
}
ul.frontpageCategories > li img {
	position: absolute;
	top: -24%;
	right: 53%;
	height: 170%;
	border-radius: 50%;
	box-shadow: 5px 5px 0 rgba(0,0,0,.2);
}
ul.frontpageCategories > li > a > span {
	position: absolute;
	bottom: 10%;
	right: 0;
	width: 45%;
	padding: 0 15px 0 0;
	z-index: 20;
	font-size: 11px;
	color: rgba(255,255,255,1.00);
}
ul.frontpageCategories > li > a > span > strong {
	box-shadow: 0 3px 0 rgba(0,0,0,.2);
	padding: 5px 20px;
	font-weight: bold;
	display: block;
	color: rgba(255,255,255,1.00);
	font-size: 17px;
	background-color: rgb(106,148,69);
	width: calc(100% + 60px);
	margin: 0 0 10px -30px;
	border-radius: 4px 0 0 4px;
}


.memberBanner.top {
	display: none;
}
.memberBanner.bottom {
	color: rgba(255,255,255,1.00);
	padding: 50px 0 50px 19%;
	border-top:solid 30px rgba(241,241,241,1.00);
	border-bottom:solid 30px #ffe4a2;
	position: relative;
	display: block;
	text-decoration: none;
	background: rgb(208,33,40);
	background: -moz-linear-gradient(top, rgba(208,33,40,1) 0%, rgba(178,19,25,1) 100%);
	background: -webkit-linear-gradient(top, rgba(208,33,40,1) 0%,rgba(178,19,25,1) 100%);
	background: linear-gradient(to bottom, rgba(208,33,40,1) 0%,rgba(178,19,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02128', endColorstr='#b21319',GradientType=0 );
}
.memberBanner.bottom .header {
	font-size: 60px;
	line-height: 1;
	margin: 0 0 8px;
	text-shadow: 2px 2px 0 rgba(0,0,0,.3);
	font-weight: 700;
}
.memberBanner.bottom .subheader {
	font-size: 30px;
	color: #ffe4a2;
}
.memberBanner.bottom a, .memberBanner.bottom .memberButton {
	position: absolute;
	right: 40px;
	top: 50%;
	display: block;
	padding: 15px 25px;
	transform: translateY(-50%);
	color: rgba(255,255,255,1.00);
	background-color: rgb(106,148,69);
	font-size: 26px;
	border-top: solid 1px rgba(0,0,0,.30);
	border-left: solid 1px rgba(0,0,0,.20);
	text-decoration: none;
	border-radius: 6px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.memberBanner.bottom .memberBadge {
	height: 140%;
	position: absolute;
	top: -10%;
	left: -4%;
}


/* MOST VIEWED - MOST SOLD */
.mostviewed-header, .mostviewed-products, .mostsold-header, .mostsold-products {
	display:none;
}
.mostviewed-products {
	margin-bottom: 40px;
}
.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;
	width: 100%;
}
.mostsold-header {
	margin: 60px 0 20px;
}

.mostviewed-header{
	margin: 60px 0 10px;
}
.mostviewed-header.active, .mostsold-header.active {
	display:inline-block;
}
.mostviewed-products .product, .mostsold-products .product {
	padding:0 15px;
}
.mostviewed-products .product .name, .mostsold-products .product .name {
	text-align:center;
	text-overflow:ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size:11px;
	padding:15px 0 0;
	/* display: none; */
}
.slick-prev, .slick-next {
	opacity:0;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:10px auto;
	width:30px;
	height:50px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:0;
	background-color:rgba(0,0,0,0.30);
	overflow:hidden;
	text-indent:-999px;
	cursor:pointer;
	z-index: 300;
}
.slick-prev {
	background-image:url('/images/skins/Dubai/images/arrow-prev.png');
}
.slick-next {
	right:0;
	background-image:url('/images/skins/Dubai/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, .Customer_TD input[name="password"]#xprofileid1, input[name="change-password-value"], input[name="change-password-repeat-value"] {
	-webkit-appearance:none;
	font-size:14px;
	height:40px;
	width:260px !important;
	margin:4px 0;
	padding:0 10px;
	display: block;
}
input[name="change-password-value"], input[name="change-password-repeat-value"] {
	margin-bottom: 8px;
}
.Customer_TD input[name="password"]#xprofileid1 + input {
	
}
article a[href*="customer.html?showForgotPswForm=1"] {
	display: block;
	margin: 10px 0 0;
}
input[type="submit"].SubmitButton_Customer, .change-password-button-container input {
	float: left;
	font-size: 13px;
	padding: 8px 15px;
}
table.ForgotPassword_Customer {
	padding: 20px;
	background-color: rgba(245,245,245,1.00);
	border:solid 1px rgba(236,236,236,1.00);
	margin: 30px 0 0;
}



/* PRODUCTMENU */

nav.productmenu {
	position:relative;
	z-index:100;
}
/*
nav.productmenu:before {
	position: absolute;
	z-index: 8;
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,.30);
	content: "";
	top: 0;
	left: 0;
}
*/
#ProductmenuContainer_DIV {
	background: rgb(208,33,40);
	background: -moz-linear-gradient(top, rgba(208,33,40,1) 0%, rgba(178,19,25,1) 100%);
	background: -webkit-linear-gradient(top, rgba(208,33,40,1) 0%,rgba(178,19,25,1) 100%);
	background: linear-gradient(to bottom, rgba(208,33,40,1) 0%,rgba(178,19,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02128', endColorstr='#b21319',GradientType=0 );
	padding: 0 12px;
	position: relative;
}
#ProductmenuContainer_DIV .Heading_ProductMenu {
	display:none;
}
#ProductMenu_List {
	margin:0;
	padding:0;
	list-style-type:none;
	display: flex;
}
#ProductMenu_List:after {
	clear:both;
	content:"";
	display:block;
}
#ProductMenu_List > li {
	flex: auto
}

/*
#ProductMenu_List > li:nth-child(n+7) {
	display: none;
}
*/
#ProductMenu_List > li > a {
	display:inline-block;
	padding:13px 11px;
	font-size:14px;
	line-height:1;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
	border-right:solid 1px rgba(0,0,0,0.10);
	position:relative;
	color: rgba(255,255,255,1.00);
	vertical-align: middle;
	display: block;
	text-align: center;
}
#ProductMenu_List > li > a[href*="sale-489c1.html"] {
	display: none;
}
#ProductMenu_List > li > span.ProductMenu_Category_Icon_Container {
	display: none;
	vertical-align: middle;
	font-size: 0;
	margin: 0 0 0 18px;
	position: relative;
	height: 30px;
	width: 30px;
	background-color: rgba(0,0,0,.10);
	border-radius: 2px;
	border-left: solid 1px rgba(0,0,0,.10);
	border-top: solid 1px rgba(0,0,0,.10);
}
#ProductMenu_List > li > span.ProductMenu_Category_Icon_Container img {
	width: 70%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
/*
#ProductMenu_List > li:not(.TopMenu_MenuItem) > a {
	padding-left: 5px;
}
*/


#ProductMenu_List > li.offers:not(.show) {
	display: none;
}
#ProductMenu_List > li.offers {
	position: relative;
}
#ProductMenu_List > li > .count, #ProductMenu_List > li > a > .count, .mobileMenuUl > li > .count, .mobileMenuUl > li > a > .count {
	position: absolute;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	font-family: Arial;
	width: 19px;
	height: 19px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	padding: 3px 0 0;
	color: rgba(255,255,255,1.00);
	background-color: rgb(106,148,69);
	border: solid 2px rgba(255,255,255,1.00);
	top: -3px;
	left: -1px;
	z-index: 10;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: 1;
	box-shadow: 2px 2px 0 rgba(0,0,0,.2);
}
.mobileMenuUl > li > .count, .mobileMenuUl > li > a > .count {
	top: 50%;
	left: auto;
	right: 15px;
	transform: translateY(-50%);
	width: 23px;
	height: 23px;
	padding: 5px 0 0;
}
#ProductMenu_List > li.TopMenu_MenuItem_Active > .count {
	background-color: #d02128;
}
#ProductMenu_List > li.active, #ProductMenu_List > li.TopMenu_MenuItem_Active {
	background-color:rgb(106,148,69);
}
/* LEVEL 2 */
#ProductMenu_List > li > ul, #ProductMenu_List > li > div {
	display: none;
	position: absolute;
	background-color:rgba(255,255,255,1.00);
	padding: 20px 30px 0;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
}
#ProductMenu_List > li.hover:hover > div {
	display: block;
}
#ProductMenu_List > li > div:after {
	content: "";
	display: block;
	clear: both;
}
#ProductMenu_List > li > div > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#ProductMenu_List > li.rows > div, #ProductMenu_List > li.brands > div {
	width: 100%;
	left: 0;
}
#ProductMenu_List > li.brands > div {
	padding-bottom: 20px;
}
#ProductMenu_List > li.brands > div > ul {
	column-count: 5;
	column-gap: 30px;
}
/*
#ProductMenu_List > li.rows > div > ul {
	-webkit-column-count:4px;
	column-count: 4;
	-webkit-column-gap:30px;
	column-gap: 30px;
	display: inline-block;
}
*/
#ProductMenu_List .banner {
	width: 19%;
	float: right;
	margin: 0 0 20px;
}
#ProductMenu_List > li.rows > div > ul {
	margin: 0 -1%;
	padding: 0;
	list-style-type: none;
}
#ProductMenu_List > li.rows > div.hasBanner > ul {
	width: 80%;
}
#ProductMenu_List > li.rows > div > ul > li {
	display: inline-block;
	vertical-align: top;
	width: 18%;
	margin: 0 1% 20px;
}
#ProductMenu_List > li.rows > div > ul > li > span.Productmenu_Category_Icon_Container {
	display: block;
	width: 80px;
	font-size: 0;
	margin: 0 0 5px;
}
#ProductMenu_List > li.rows > div > ul > li > span.Productmenu_Category_Icon_Container img {
	display: block;
	width: 100%;
	border-radius: 5px;
}
#ProductMenu_List > li.rows > div > ul > li > a {
	display: block;
	color: #d02128;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
#ProductMenu_List > li.brands > div > ul > li > a {
	text-decoration: none;
}
#ProductMenu_List > li.brands > div > ul > li > div.alfabet {
	color: #d02128;
	font-size: 15px;
	font-weight: bold;
}
#ProductMenu_List > li.brands > div > ul > li:not(:first-child) > div.alfabet {
	margin-top: 10px;
}
#ProductMenu_List > li.rows > div > ul > li > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#ProductMenu_List > li.rows > div > ul > li > ul > li > a {
	text-decoration: none;
}
#ProductMenu_List > li.rows > div > ul > li > ul > li > a > span.ProductMenu_MenuItemBold {
	font-weight: normal;
}
#ProductMenu_List > li.rows > div > ul > li > ul > li.more > a {
	color:rgba(0,0,0,1.00);
	font-size: 10px;
}
#ProductMenu_List > li.rows > div > ul > li > ul > li.more > a .fa {
	color: #d02128;
	margin: 0 4px 0 0;
}

/* LEVEL 4 */
#ProductMenu_List > li > div > ul > li > ul > li > ul {
	display: none;
}

/*
#ProductMenu_List > li > ul {
	opacity:0;
	position:absolute;
	top:-2000px;
	margin:0;
	padding:0;
	list-style-type:none;
	background-color:#383838;
	box-shadow:4px 2px 8px rgba(0,0,0,0.10);
	min-width:150px;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
#ProductMenu_List > li > ul > li > a {
	display:block;
	padding:8px 18px;
	border-bottom:solid 1px rgba(255,255,255,0.10);
	text-decoration:none;
	color:rgba(255,255,255,1.00);
	white-space:nowrap;
}
#ProductMenu_List > li > ul > li:hover > a {
	background-color:rgba(153,153,153,0.10);
}
#ProductMenu_List > li > ul > li:last-child > a {
	border-bottom:none;
}
#ProductMenu_List > li > ul > li > ul {
	display:none;
}
*/




a#ActiveCategory_A {
	display:none !important;
}


#btnTop {
	position: fixed;
	display: none;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 6px 25px 7px;
	background-color: rgba(178,19,25,1);
	color: rgba(255,255,255,1.00);
	z-index: 600;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
}
#btnTop .fa {
	font-size: 19px;
	line-height: 1;
}

/* FOOTER */
footer {
	padding:30px 30px;
	background-color: rgba(255,255,255,1.00);
	border-radius: 0 0 4px 4px;
}
footer > ul {
	margin:0 -2%;
	padding:0;
	list-style-type:none;
	display:flex;
}

footer > ul > li {
	flex:none;
	margin:0 2%;
	line-height:20px;
}
footer > ul > li > strong {
	display:block;
	font-weight:bold;
	margin:0 0 10px;
	font-size:16px;
	line-height:normal;
}

footer > ul > li a {
	text-decoration:none;
	display: block;
}
.address_container{
	display: flex;
	justify-content: center;
}


.address_container > div{
	text-align: center;
}

footer ul.menu {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.TopMenu_MenuItems {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: none;
}
footer input[type="email"] {
	display: block;
	width: 100%;
	height: 35px;
	border: solid 1px rgba(229,229,229,1.00);
	color: rgba(0,0,0,1.00);
	margin: 0 0 7px;
	border-radius: 2px;
	padding: 0 10px;
}
footer input[type="submit"] {
	font-size: 12px;
}
footer a.red {
	color:rgb(208,33,40);
	text-decoration: underline;
}


/* SOCIAL LINKS */
a.social {
	width:40px;
	height:40px;
	display:inline-block;
	margin:0 0 0 5px;
	background-color:rgba(231,231,231,1.00);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	position: relative;
	color: rgba(78,78,78,1.00);
}
a.social .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 18px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}


/* BREADCRUMB */
div.breadcrumb br, .SubCats_BreadCrumb br {
	display:none;
}
div.breadcrumb, .SubCats_BreadCrumb, div.breadcrumb a, .SubCats_BreadCrumb a, div.breadcrumb td {
	text-decoration:none;
	font-size: 11px;
	color: rgba(165,165,165,1.00);
	line-height: 1;
}
div.breadcrumb a:hover, .SubCats_BreadCrumb a:hover {
	color:#d02128;
}
div.breadcrumb a.BreadCrumbLink_Active {
	border:solid 1px rgba(232,232,232,1.00);
	color:rgba(0,0,0,1.00);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:3px 4px;
	display:inline-block;
}

.SubCats_Categories_Container img:first-of-type, .category-description img:first-of-type  {
	display: block;
	max-width: 100%;
	height: auto !important;
}
.SubCats_Categories_Container img[src*="anner"], .category-description img[src*="anner"] {
	width: 100% !important;
}

/* PRODUCTLIST */
.productsfound {
	display: none;
}
.category-description {
	display:none;
	margin:0 0 25px;
}
.category-description .CmsPageStyle {
	line-height:160%;
}
body.webshop-cmspage img {
	max-width: 100%;
}
.Frontpage_Custom_UL, .ProductList_Custom_UL, .Related_Custom_UL, .CustomersAlsoBought_Custom_UL {
	padding:0;
	margin:0 -1%;
	list-style-type:none;
}
.Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li {
	width:18%;
	margin: 0 1% 2%;
	display:inline-block;
	vertical-align:top;
	background-color:#fff;
	border:solid 1px rgba(229,229,229,1.00);
}
li .product {
	position:relative;
	padding:15px;
	text-align:center;
}
li .product img {
	max-width:100%;
}
li .product .name a {
	display:block;
	font-size:12px;
	text-decoration:none;
	width: 100%;
	min-height: 44px;
	margin:18px 0 7px;
}
li .product .image {
	position:relative;
}
li .product .image .amount {
	position: absolute;
	padding: 3px 5px;
	background-color: rgb(106,148,69);
	border: solid 2px rgba(255,255,255,1.00);
	bottom: 0;
	right: 0;
	z-index: 10;
	border-radius: 4px;
	box-shadow: 2px 2px 0 rgba(0,0,0,.2);
}
li .product .image .amount span {
	line-height: 1;
	color: rgba(255,255,255,1.00);
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial;
	display: block;
}
li .product .ProductListVariantSelector {
	display: none;
}
li .product .short {
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 11px;
	color: rgba(153,153,153,1.00);
	width: 100%;
	display: block;
	white-space: nowrap;
	margin: 0 0 8px;
}
li .product .short br {
	display: none;
}
li .product .price {
	font-size:14px;
	font-weight:bold;
}
li .product .price strike, .PriceStriked_Productlist {
	color:rgba(169,0,2,1.00);
}
.PriceStriked_Productlist {
	display: inline-block;
	margin: 0 4px 0 0;
}
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 .currency {
	margin:0 4px 0 0;
}
li .product .points {
	font-size: 11px;
}
li .product .points img {
	margin: 0 5px 0 0;
	height: 20px;
	vertical-align: middle;
}

li .product .notBuyAbleOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 30;
	background-color: rgba(255,255,255,.60);
}
/*
li .product.notBuyAble .image img, li .product.notBuyAble .buy, li .product.notBuyAble .buy:hover {
	opacity: .5;
}
li .product.notBuyAble input[type="image"] {
	cursor: default;
}
*/


li .product .buy {
	width:100%;
	overflow:hidden;
	margin:10px auto 0;
	position: relative;
}
li .product .buy:after {
	clear: both;
	content: "";
	display: block;
}
li .product .amountContainer {
	position: absolute;
	height: 100%;
	width: 25%;
	left: 0;
}
li .product input[type="text"], li .product input[type="number"] {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: calc(100% - 15px);
	text-align: center;
	padding: 0;
	font-size: 11px;
	background-color: rgba(255,255,255,1.00);
	border-radius: 2px 0 0 2px;
	border:solid 1px rgba(206,206,206,1.00);
}
.incDecContainer {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 15px;
}
.incDecContainer > span {
	width: 100%;
	position: absolute;
	height: 50%;
	border:solid 1px rgba(206,206,206,1);
	border-left: 0;
	left: 0;
	cursor: pointer;
}
.incDecContainer > span:hover {
	background-color: rgba(233,233,233,1.00);
}
.incDecContainer > span:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 11px;
	line-height: 1;
}
.incDecContainer > span.inc {
	border-radius: 0 2px 0 0;
}
.incDecContainer > span.dec {
	top: 50%;
	border-radius: 0 0 2px 0;
	border-top: 0;
}
.incDecContainer > span.inc:before {
	content: "+";
}
.incDecContainer > span.dec:before {
	content: "-";
}
li .product .buy input[type="image"], li .product .buy a, li .product .buy > img.Related_BuyButton_IMG {
	float: right;
	width: 70%;
}
li .product .buy.hasVariants a {
	float: none;
}
li .product .buy input[type="image"], li .product .buy img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	
}
/*
li .product .buy img.Related_BuyButton_IMG {
	float: none;
	vertical-align: bottom;
}
*/

/* NEWS */
li .news {
	position:absolute;
	top:-4px;
	right:-4px;
	z-index:40;
	width:60px;
}
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;
}


.outOfStockOverlay {
	position: absolute;
	z-index: 30;
	top: 50%;
	left: 50%;
	max-width: 90%;
	padding: 10px 15px;
	border: solid 2px rgba(255,255,255,1.00);
	background-color: rgba(208,33,40,.9);
	
	color: rgba(255,255,255,1.00);
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	transform: translateX(-50%) translateY(-50%) rotate(-3deg);
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
}
li .product .outOfStockOverlay {
	top: 30%;
}

/* OFFER OVERLAY */
.product div.Element_Overlay_Container_DIV,
.product .Element_Overlay_ProdList_SpecialOfferContainer_DIV,
.product div.Element_Overlay_ProductInfo-relatedContainer_DIV,
div.Element_Overlay_ProdInfo_SpecialOfferImage_DIV {
	display:none;
}
.product div.Element_Overlay_ProdList_SpecialOfferDIV,
.product div.Element_Overlay_ProdList_SavingsDIV,
.product div.Element_Overlay_Frontpage_SavingsDIV,
.product div.Element_Overlay_ProductInfo-related-savingsDIV,
.product div.Element_Overlay_ShowBasket-related-savingsDIV {
	position:relative;
	display:block;
}
.ProductList_Custom_UL .image > a > div,
.Frontpage_Custom_UL .image > a > div,
.Related_Custom_UL .image > a > div,
div.Element_Overlay_DIV,
div.Element_Overlay_ProductInfo-relatedDIV,
div.Element_Overlay_ProductInfo-customersboughtDIV {
	display:block !important;
}
li div.Element_Overlay_Frontpage_SavingsContainer_DIV,
li div.Element_Overlay_ProdList_SavingsContainer_DIV,
li div.Element_Overlay_Frontpage_SavingsContainer_DIV,
li div.Element_Overlay_ProductInfo-related-savingsContainer_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV,
li div.Element_Overlay_ShowBasket-related-savingsContainer_DIV {
	top:-0;
	left:0;
	border-radius: 3px;
	padding: 4px 10px;
	position: absolute;
	background-color:#FFE800;
}
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: 13px;
	line-height: 1;
	text-transform: uppercase;
	padding-top: 0px;
	padding-left: 0px;
	font-weight: bold;
	position: static;
	color:rgba(52,52,52,1.00);
}
.productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
	
}
.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV {
	font-size: 18px;
}

.long-description {
	position: relative;
}
.long-description.expandable:not(.open) {
	height: 267px;
	overflow: hidden;
}
.long-description.expandable:not(.open):after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.readMore {
	border-top: solid 1px rgba(230,230,230,1.00);
	padding: 5px 0 0;
	margin: 8px 0 0;
	cursor: pointer;
}
.readMore .fa {
	margin: 0 5px 0 0;
	color: #d02128;
}
.long-description.open + .readMore {
	display: none;
}



/* 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;
}

ul.terms {
	margin: 0 -2%;
	padding: 0;
	list-style-type: none;
}
ul.terms:after {
	clear: both;
	content: "";
	display: block;
}
ul.terms > li {
	float: left;
	width: 12.66%;
	margin: 0 2% 4%;
}
ul.terms > li a {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
ul.terms > li img {
	display: block;
	width: 100%;
	border-radius: 5px 5px 0 0;
}
ul.terms > li small {
	display: block;
	text-align: center;
	padding: 4px 10px;
	font-size: 12px;
	background-color: rgba(103,103,103,1.00);
	border-radius: 0 0 5px 5px;
}
ul.terms > li:hover {
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.inlineFancybox {
	display: none;
	width: 1000px;
	max-width: 90%;
}


.returnForm {
	padding: 20px;
	border:solid 1px rgba(222,222,222,1.00);
}
form[action*="formMail.asp"] input[type="text"], form[action*="formMail.asp"] input[type="email"], form[action*="formMail.asp"] textarea {
	display: block;
	height: 35px;
	padding: 0 10px;
	border:solid 1px rgba(205,205,205,1.00);
	margin: 0 0 7px;
}
form[action*="formMail.asp"] textarea {
	padding: 10px;
	height: 140px;
}
form[action*="formMail.asp"] .error {
	border-color: red !important;
}

/* 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:40px -1%;
	list-style-type:none;
}
.SubCats_Categories_UL:after {
	content:"";
	clear:both;
	display:block;
}
.SubCats_Categories_UL > li {
	width:14.66% !important;
	float:none !important;
	margin:0 1% 2%;
	display:inline-block;
	vertical-align:top;
	border:solid 1px #D6D6D6;
	padding:10px;
	text-align:center;
}
.SubCats_Categories_UL > li:last-child {
	display:none;
}
.SubCats_Categories_UL > li .image img {
	max-width: 100%;
}
.SubCats_Categories_UL > li .productgroup-image {
	margin:0 0 10px;
	text-align: center;
}
.SubCats_Categories_UL > li .productgroup-image img {
	max-width:100%;
	max-height: 180px;
	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%);
}
div.dd-theme-default a.nivo-prevNav {
	background-image:url('/images/skins/Dubai/images/arrow-prev.png');
}
div.dd-theme-default a.nivo-nextNav {
	background-image:url('/images/skins/Dubai/images/arrow-next.png');
}

/* PRODUCTCARD */
.productcard:after {
	content:"";
	clear:both;
	display:block;
}
body.webshop-productinfo .back {
	position:absolute;
	top:72px;
	right:25px;
}

.productcard .buy {
	margin:20px 0 30px;
}
.productcard .buy:after {
	content:"";
	clear:both;
	display:block;
}
#BUYSECTION {
	position: relative;
	width: 270px;
	max-width: 100%;
}
#BUYSECTION:after {
	clear: both;
	content: "";
	display: block;
}
a.MagicZoom, figure.mz-figure {
	display: block;
	text-align: center;
}
#Productinfo_MagicZoomPlus_Image_DIV {
	text-align: center;
}
.imageselector {
	text-align: center;
}
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 {
	position: absolute;
	height: 100%;
	width: 50px;
}
.amountWrapper input {
	position: absolute;
	-webkit-appearance:none;
	border-radius:3px 0 0 3px;
	height:100%;
	width:calc(100% - 20px);
	border:solid 1px rgba(206,206,206,1);
	background-color:#FFFFFF;
	text-align:center;
	padding:0;
}
.amountWrapper .incDecContainer {
	width: 20px;
}
.buyWrapper {
	float:right;
	width: calc(100% - 60px);
}
.buyWrapper input {
	width:100%;
	display:block;
	-webkit-appearance:none;
	border-radius:5px
}

.productcard .documents > a:first-of-type {
	margin-top:20px;
	display:inline-block;
}
.productcard .documents img {
	width:25px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin:3px 10px 3px 0;
}

.productcard .news {
	position:absolute;
	top: -5px;
	right: -5px;
	width: 80px;
}
.productcard .news img {
	width:100%;
	display: block;
}
.productcard .images {
	float:left;
	width:30%;
	position:relative;
}
.productcard .imagecanvas {
	margin:0 0 15px;
}
.productcard .imagecanvas .amount {
	position: absolute;
	padding: 5px 7px;
	background-color: rgb(106,148,69);
	border: solid 2px rgba(255,255,255,1.00);
	top: 0;
	right: 0;
	z-index: 10;
	border-radius: 4px;
	box-shadow: 2px 2px 0 rgba(0,0,0,.2);
}
.productcard .imagecanvas .amount span {
	line-height: 1;
	color: rgba(255,255,255,1.00);
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-family: Arial;
	display: block;
}
#Productinfo_Fancybox_Image_DIV img {
	max-width:100%;
}
.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:left;
	width:34%;
	position:relative;
	margin:0 3%;
	padding: 30px;
	background-color: rgba(245,245,245,.60);
	border:solid 1px rgba(232,232,232,1.00);
}
.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/Dubai/images/icon-delivery.png');
	background-repeat:no-repeat;
	background-size:13px auto;
	background-position:15px 53%;
	padding-left:35px;
}
.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/Dubai/images/rating-stars.png');
	background-size:20px auto;
}

.productcard .right {
	float:right;
	width:30%;
	position:relative;
}

.productcard .product-number {
	margin:20px 0 15px;
	font-size:11px;
	display:none;
}
.productcard .product-number.active {
	display:block;
}


.Variants {
	margin:15px 0 0;
}
.productcard.notBuyAble .Variants, .productcard.notBuyAble .buy {
	display: none;
}
table.VariantGroup {
	width:100%;
}
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 .points {
	font-size: 15px;
}
.productcard .Prices_Custom_UL .points img {
	height: 40px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.productcard .Prices_Custom_UL .before-price {
	font-size:16px;
	line-height:16px;
	color:#CA0003;
}
.productcard .Prices_Custom_UL .before-price .before {
	text-decoration: line-through;
}
.productcard .Prices_Custom_UL .price {
	font-size:16px;
	line-height:25px;
	font-weight:700;
	margin-top:5px;
}
.productcard .Prices_Custom_UL li:first-child .price {
	font-size:36px;
	line-height:1;
}
.productcard .Prices_Custom_UL .price .text, .Prices_Custom_UL li .each {
	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;
	color: rgba(66,66,66,1.00);
	font-weight: normal;
}
.Prices_Custom_UL li:first-child .text, .Prices_Custom_UL li:first-child .each {
	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;
}


/* MINI BASKET */
.miniBasket {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	padding: 10px 0 0;
	color: rgba(0,0,0,1.00);
}
.miniBasket:before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	left: 50%;
	background-color: white;
	z-index: 10;
	transform: translateX(-50%) rotate(45deg);
}
.miniBasketContent {
	position: absolute;
	right: 0;
	width: 500px;
	background-color: rgba(255,255,255,1.00);
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	padding: 20px;
	border-radius: 4px;
}
.miniBasketHeader {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px;
}
.miniBasket .items {
	font-size: 0;
}
.miniBasket .items > .item {
	font-size: 13px;
	border-bottom: solid 1px rgba(235,235,235,1.00);
	padding: 5px 0;
}
.miniBasket .items > .item:first-child {
	padding-top: 0;
}
.miniBasket .item .image {
	display: inline-block;
	vertical-align: middle;
	width: 10%;
}
.miniBasket .item .image img {
	display: block;
	width: 100%;
	border-radius: 3px;
	border:solid 1px rgba(210,210,210,1.00);
}
.miniBasket .item .info {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	padding: 0 20px;
}
.miniBasket .item .info a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.miniBasket .item .price {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	text-align: right;
}
.miniBasketFooter:after {
	clear: both;
	content: "";
	display: block;
}
.miniBasketFooter .total {
	border-top: solid 1px rgba(235,235,235,1.00);
	padding: 10px 0 15px;
	font-weight: bold;
}
.miniBasketFooter .info .delivery {
	
	padding: 5px 0;
}
.miniBasketFooter .info > div > span {
	float: right;
}
.miniBasketFooter a {
	font-weight:normal;
	letter-spacing:1px;
	color:#fff;
	cursor:pointer;
	background: #383838;
	-webkit-appearance: none;
	display:inline-block;
	font-size:15px;
	padding:10px 15px;
	text-decoration:none;
	text-transform:uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.miniBasketFooter a:first-of-type {
	float: left;
}
.miniBasketFooter a:last-of-type {
	float: right;
	background-color: rgba(46,140,7,1.00);
}




/* SHOWBASKET */
#showbasketContent:after {
	clear:both;
	content:"";
	display:block;
}
div.ShowBasket_SimpleVariants_DIV {
	padding-left:0;
	padding-top:0;
}
.ShowBasket_ProductLine_ActionButtons_TD img {
	width:14px;
	margin:0 2px;
}
a.Order_back_basket {
	float:left;
	margin:15px 0 0;
	width: 10%;
}
a.Order_back_basket img {
	width:100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display:block;
}
a.Basket_Order img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	display:block;
	max-width:100%;
}
a.Basket_Order img:hover, a.Order_back_basket img:hover {
	opacity: 0.6;
}
.Order_empty_basket {
	display:none;
}
a.ShowBasket_SendBasketLink_Dialog_Link {
	font-size: 12px;
	color:#575868;
	text-decoration:none;
	float:right;
	background-color:#fff;
	padding:7px 18px;
	border:solid 1px #d8dadc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 	
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.94, #F4F4F4), color-stop(0.94, #E7E7E7));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
}

.TableLines_BackgroundColor1 .Heading_ShowBasket {
	border-bottom:solid 1px #D6D6D6;
	padding-top:5px;
	padding-bottom:5px;
}
.productrow > td {
	border-bottom:solid 1px rgba(255,255,255,0.20);
	padding-top:10px;
	padding-bottom:10px;
}
#basket_PaymentFees td {
	background-color:#F0F0F0;
	padding-top:5px;
	padding-bottom:5px;
}

#basket_TotalPrice > td {
	font-size:18px;
}

table.showbasket {
	width:100%;
}
table.showbasket.head {
	border:1px solid #F2F2F2;
}
table.showbasket.body {
	border-left:1px solid #F2F2F2;
	border-right:1px solid #F2F2F2;
}
table.showbasket.body > tbody > tr > td {
	border-bottom:1px solid #F2F2F2;
}
table.showbasket td, table.showbasket th {
	padding:10px;
	vertical-align:top;
	text-align:left;
}
table.showbasket th {
	background-color:#F2F2F2;
	font-weight:bold;
}
table.showbasket .description {
	position:relative;
}
table.showbasket .description img.ProductImage_ShowBasket {
	margin:0 15px 0 0;
}
table.showbasket .description small {
	display:block;
}

table.showbasket .description a:nth-child(2) {
	display:block;
	text-decoration:none;
	font-weight:bold;
	max-width:280px;
}

table.showbasket .amount {
	width:11%;
	text-align:center;
}
table.showbasket .amount > a > img {
	width:20%;
	margin:0 0 0 10%;
	vertical-align:middle;
}
table.showbasket .amount .amountContainer {
	display:inline-block;
	width:60%;
	vertical-align:middle;
	position:relative;
	overflow:hidden;
	border:solid 1px #D5D5D5;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
table.showbasket .amount .amountContainer:after {
	content:"";
	clear:both;
	display:block;
}
table.showbasket .amount .amountContainer > div {
	float:left;
	padding:13px 0;
	width:60%;
	text-align:center;
	border-right:solid 1px #D5D5D5;
}
table.showbasket .amount .amountContainer > a {
	position:absolute;
	right:0px;
	height:50%;
	width:40%;
	display:block;
}
table.showbasket .amount .amountContainer > a:hover {
	background-color:#D5D5D5;
}
table.showbasket .amount .amountContainer > a:nth-of-type(2) {
	border-top:solid 1px #D5D5D5;
	bottom:0;
}
table.showbasket .amount .amountContainer > a > img {
	height:6px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
}
table.showbasket.noamount .amount .amountContainer {
	display:none;
}
table.showbasket .unitprice {
	width:15%;
	text-align:right;
}
table.showbasket .unittotal {
	text-align:right;
	width:15%;
}
.basket-checkout {
	width:26%;
	float:right;
	padding:10px;
	background-color:rgba(242,242,242,1.00);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.basket-checkout > div.fees {
	padding:4px 0;
	display: none;
}
.basket-checkout > div > div {
	float:right;
}
.basket-checkout .total {
	padding-bottom:20px;
	font-size:20px;
	font-weight:bold;
}
.wrapping {
	position:absolute;
	right:10px;
	top:10px;
}
.wrapping > table {
	font-size: 12px;
	color:#575868;
	text-decoration:none;
	background-color:#fff;
	border:solid 1px #d8dadc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 	
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.94, #F4F4F4), color-stop(0.94, #E7E7E7));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
}
.wrapping > table td {
	padding:5px 8px;
}
.wrapping input {
	margin:0 7px 0 0;
	cursor:pointer;
}

body.webshop-showbasket.basketEmpty #showbasketContent, body.webshop-showbasket.basketEmpty .ShowBasket_SendBasketLink_Dialog_Link {
	display:none;
}
body.webshop-showbasket:not(.basketEmpty) #basket-empty {
	display:none;
}


/* OPC */
body.webshop-checkout #Search_Form, body.webshop-checkout .sticky-wrapper, body.webshop-checkout .memberBanner, body.webshop-checkout .account {
	display:none;
}
#checkout-container select.checkout-select, #checkout-container input.checkout-text {
	height:30px;
}
#checkout-container #column-data h3, #checkout-container div h2, div#customer-login h2 {
	font-size:16px;
	line-height:16px;
	font-weight:normal;
	padding:13px 15px;
	margin:0;
	background-color:#DCEBEF;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	position:relative;
}
#checkout-container h4 {
	font-size:13px;
	margin:10px 0 0;
	padding:0;
}
/*
#column-data > h3:before, #checkout-container div h2:before, #payment-giftcertificateinfo > h2:before, body.webshop-checkout #customer-login > h2:before {
	position:absolute;
	background-color:#555;
	color:rgba(255,255,255,1.00);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	top:-8px;
	left:-8px;
	width:23px;
	height:23px;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	line-height:14px;
	padding:3px 0 0;
}
#column-data > h3:before {
	content:"1";
}
#column-shipping-payment > h2:nth-of-type(1):before {
	content:"2";
}
#column-shipping-payment > h2:nth-of-type(2):before {
	content:"3";
}
#payment-cardinfo > h2:before, #payment-giftcertificateinfo > h2:before {
	content:"4";
}
div#order-summary > h2:before {
	content:"4";
}
#order-confirm > h2:before {
	content:"5";
}
body.webshop-checkout #customer-login > h2:before {
	content:"6";
}
*/
#checkout-container input.checkout-text, #checkout-container input#checkout-giftcertificate-cardnumber, #checkout-container select.checkout-select {
	width: 100%;
	padding:0 5px;
	height: 35px;
	display:block;
	margin: 0px 0px 5px;
	color:rgba(0,0,0,1.00);
}
#checkout-container textarea.checkout-text {
	width: 100%;
	padding:7px 10px 7px 5px;
	height: 30px;
	display:block;
	margin: 0px 0px 5px;
}
#checkout-container input.checkout-text, #checkout-container input#checkout-giftcertificate-cardnumber, #checkout-container select.checkout-select, #checkout-container textarea.checkout-textarea, #checkout-container textarea.checkout-text {
	border:solid 1px #D4D4D4;
}
#checkout-container label {
	display:block;
}
#checkout-container  div.salesdiscountcode-container {
	float:none;
}
#checkout-container  div.salesdiscountcode-button-container {
	float:none;
	width:100%;
}
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res1,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res2,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res3,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res4,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res5 {
	margin-bottom:5px;
}
#checkout-container  div.salesdiscountcode-button-container .checkout-salesdiscount-code-button {
	float:none;
	font-size:12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height:25px;
}
#checkout-container small {
	display:block;
	color:#c00556;
}
#checkout-container #customer_lookup_submit, #checkout-container #checkout-container #checkout_lookupphone_submit, #checkout-container #confirm-complete-button, #checkout-container #checkout_altdelivery_lookupphone_submit, #checkout-container .checkout-salesdiscount-code-button, #checkout-container input#checkout_forgottenpassword_submit {
	padding:4px 5px;
	font-size:12px;
	float:none;
}

#checkout-container #checkout_lookupphone, #checkout-container #checkout_altdelivery_lookupphone, #checkout-container #customer-data {
	width:auto;
}

/* KOL 1 */
#checkout-container div#column-data {
	width:32%;
	padding:15px;
	border:solid 1px rgba(230,230,230,1.00);
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	min-height:0;
}
	/* ---- CUSTOMER */
	#customer-data {
		margin:15px 0 0;
	}
	
	/* ---- DGS */
	#customer-phone-lookup {
		padding:0 15px;
	}
	#customer-phone-lookup > p {
		padding:0;
		margin:2px 0 7px;
	}
	#checkout-container div#checkout-lookupphone-container {
		float:none;
		width:100%;
	}
	#checkout-container #column-data #customer-phone-lookup #checkout-lookupphone-container input {
		margin-bottom:5px;
	}
	#checkout-container div#checkout-lookupphone-button-container {
		float:none;
		width:100%;
	}
	input#checkout_lookupphone_submit {
		float:none;
		font-size:12px;
		height:25px;
		padding:2px 4px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	/* ---- LOGIN */
	#customer-login {
		padding:0 0 0px;
		margin:0 0 20px;
	}
	#customer-login p, #checkout-container #customer-login fieldset {
		padding:0;
	}
	#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;
		background-image:url('/images/skins/Dubai/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;
	}
	div.checkout-row.altdev .div-checkout-checkbox {
		display:inline-block;
	}
	div.checkout-row.altdev .div-checkout-checkbox-label {
		display:inline-block;
		vertical-align:top;
		width:83%;
	}
	#checkout-container div.checkout-row.altdev .checkout-checkbox {
		float:none;
	}
	#checkout-container #column-data #customer-data div.checkout-row.altdev input {
		margin:0 6px 0 0;
	}
#checkout-container label[for="res4"] {
	margin: 15px 0 0;
	padding: 15px;
	background-color: rgba(243,255,244,1.00);
	border:solid 1px rgba(217,242,221,1.00);
	border-radius: 4px;
}
#checkout-container .salesdiscountcode-label b {
	display: block;
	margin: 0 0 4px;
}
#checkout-container .salesdiscountcode-label {
	margin: 0 0 10px;
}
	

/* KOL 2 */
#checkout-container div#column-shipping-payment {
	width:32%;
	margin:0 0 20px 2%;
	position:relative;
	padding:15px;
	border:solid 1px rgba(230,230,230,1.00);
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}
	/* ---- PAYMENT */
	#payment-methods {
		margin:0 0 15px;
		padding:10px 0;
	}
	.checkout-payment-description-cell {
		font-weight:bold;
	}
	.payment-message {
		font-size:11px;
		font-weight:normal;
	}
	
	/* ---- SHIPPING */
	#checkout-container #column-shipping-payment {
		min-height:10px;
	}
	#shipping-methods {
		padding:10px 0 0;
	}
	
	.checkout-shipping-description-cell {
		font-weight:bold;
	}
	.shipping-message {
		font-weight:normal;
		font-size:11px;
	}
	img#post-fix {
		position:absolute;
		right:20px;
		margin-top:40px;
	}
	
	#payment-methods > fieldset > label, #shipping-methods > label {
		border:solid 1px rgba(0,0,0,0.20);
		padding:8px 15px 8px 7px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
	}
	#payment-methods > fieldset > label:hover, #shipping-methods > label:hover {
		background-color:rgba(236,236,236,0.50);
	}
	tr.Checkout_ShippingMethodServices_Devider_TR {
		display:none;
	}
	table#Orderstep2_GLS_Table, table#Checkout_ShippingMethodServices_Table {
		margin:0 0 0 20px;
	}
	table#Orderstep2_GLS_Table td, table#Checkout_ShippingMethodServices_Table td {
		font-size:12px;
	}
	table#Orderstep2_GLS_Table td {
		padding-bottom:7px;
	}
	#pacsoftservicepoints {
		margin:10px 0 0;
	}
	div.pacsoftservicepoint label {
		margin-left:6px;
	}
div.checkout-payment-method-image img {
	width: 120px;
}
label[for="checkout-payment-74"] div.checkout-payment-method-image img, label[for="checkout-payment-83"] div.checkout-payment-method-image img {
	width: 60px;
}
	
	

/* 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 0 15px 0;
		padding:15px;
		border:solid 1px rgba(230,230,230,1.00);
        border-radius: 7px;
	}
	#checkout-container div#order-summary > table {
		border:0;
		
	}
	#checkout-container div#order-summary > table:nth-of-type(1) {
		margin-top:10px;
	}
	#checkout-container div#order-summary > table:nth-of-type(-n+2) {
		border-bottom:solid 1px #DDD;
	}
	#checkout-container span.childproduct {
		padding-left:0;
	}
	
	
	/* ---- CONFIRM */
	#orderPlacementContainer{
		margin-bottom: 5px;
	}
	#checkout-container #orderPlacementContainer > div > input{
		display: block;
		float: left;
	}
	#checkout-container #orderPlacementContainer > div > label{
		display: inline-block;
		width: 80%;
	}
	#checkout-container #orderPlacementContainer > div{
		clear: both;
		margin-bottom: 10px;
	}
	div#order-confirm {
		margin:0;
		padding:15px;
		border:solid 1px rgba(230,230,230,1.00);
		border-radius: 7px;
	}
	div#confirm-termsandconditions-text {
		padding:10px 0 0;
	}
	div#confirm-termsandconditions-link-text {
		
		padding:0 0 10px;
	}
	#checkout-container #column-data #subscription-maillist.checkout-row {
		display: none;
	}
	div#confirm-accepterms,	div#confirm-accept-customerdata, div#order-confirm #subscription-maillist {
		float:none;
		margin:5px 0 10px 0;
		border:solid 1px #E6E6E6;
		padding:5px;
		border-radius:4px;
		display: block;
	}
	#subscription-maillist:after {
		clear: both;
		content: "";
		display: block;
	}
	div#confirm-checkout {
		clear:both;
	}

	#customer-login.checkoutPoints {
		margin: 20px 0;
	}
	#checkout-container div#customer-login h2, div#customer-login h2 {
		background-color: rgb(208,33,40);
		color: rgba(255,255,255,1.00);
		-webkit-border-radius: 6px 6px 0 0;
		-moz-border-radius: 6px 6px 0 0;
		border-radius: 6px 6px 0 0;
	}
	#customer-login p {
		margin: 0 0 10px;
		padding: 10px 15px;
		background-color: rgba(237,250,238,1.00);
		border:solid 1px rgba(200,229,201,1.00);
		color: rgba(75,97,76,1.00);
		border-top: 0;
	}
	input#customer_lookup_submit {
		border-radius: 4px 4px;
		padding: 7px 15px;
		position: relative;
		margin: -1px 0 0;
		background-color:rgba(67,67,67,1.00);
		color:rgba(255,255,255,1.00);
	}
	
	#checkout-container input#confirm-complete-button {
		margin:0;
		float:none;
		width:100%;
		-webkit-appearance:none;
	}
	
	
/* STEP 4 */
img.ProductImage_Order4 {
	margin:0 10px 0 0;
}
body.webshop-orderstep4 header .basket {
	display:none;
}


/* SLICK SLIDER */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -html-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	max-width:100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: inline-block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

	

div.credits {
	padding:15px 0 0;
	text-align:right;
	font-size: 10px;
}
div.credits a {
	color:#A3A3A3;
	text-decoration:none;
}


/* MOBILE MENU */
.mobileMenuUl span.Productmenu_Category_Icon_Container {
	display: none;
}
.mobileMenuUl > li > .count {
	left: auto;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	border-color: rgb(106,148,69);
	background-color: rgb(106,148,69);
}
div.mobileMenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: hidden;
	background-color: rgba(0,0,0,.4);
	display: none;
}
div.mobileMenu .mobileMenuContainer {
	position: absolute;
	top: 0;
	left: -300px;
	background-color: rgba(255,255,255,1.00);
	height: 100%;
	width: 300px;
	box-shadow: 0 0 40px rgba(0,0,0,0.6);
}
.mobileMenuInner {
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-overflow-scrolling:touch;
    overflow-y:auto;
	overflow-x:hidden;
}
.mobileMenuHeader {
	padding: 15px 20px 10px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	background-color: rgba(208,33,40,1);
	color: rgba(255,255,255,1.00);
}
.mobileMenuUl {
	margin:0;
	padding: 0;
	list-style-type: none;
}
.mobileMenuUl .toggler {
	position: absolute;
	height: calc(100% + 1px);
	width: 40px;
	right: 0;
	top: 0;
	z-index: 10;
	cursor: default;
	border-left: solid 1px rgba(0,0,0,.15);
}
.mobileMenuUl a {
	position: relative;
}
.mobileMenuUl .toggler:after {
	content: "+";
	font-size: 23px;
	line-height: 1;
	color: rgba(0,0,0,1.00);
	position: absolute;
	top: 50%;
	left: 50%;
	font-weight: normal;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.mobileMenuUl li.open > a > .toggler:after {
	content:"-";
	color:#578e54;
}
.mobileMenuUl span.ProductMenu_MenuItemBold {
	letter-spacing: normal;
}
.mobileMenuUl ul {
	display: none;
}
.mobileMenuUl > li {
	position: relative;
}
.mobileMenuUl > li > a {
	display: block;
	text-decoration: none;
	padding: 13px 10px 11px 20px;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: solid 1px rgba(0,0,0,.15);
	font-weight: bold;
}
.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:#578e54;
}
.mobileMenuSearch {
	padding: 0 0 0 20px;
	border-bottom: solid 5px rgba(0,0,0,.15);
	position: relative;
}
.mobileMenuSearch:before {
	content: "\f002";
	font-family: 'FontAwesome';
	font-size: 13px;
	color: rgba(255,255,255,1.00);
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 13px;
	z-index: 20;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mobileMenuSearch *:not(input) {
	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(208,33,40,1);
	color: rgba(255,255,255,1.00);
}
.mobileMainMenuUl {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
}
.mobileMainMenuUl > li > a {
	display: block;
	text-decoration: none;
	padding: 13px 10px 11px 0;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: solid 1px rgba(0,0,0,.15);
}
.mobileMainMenuUl > li:last-child > a {
	border-bottom: 0;
}

#tabB1 > span, #tabB2 > span, #tabB3 > span, #tabB4 > span {
	display: inline-block;
	background-color: #d02128;
	padding: 5px 10px;
	color: rgba(255,255,255,1.00);
	border-radius: 2px;
	margin: 0 10px 0 0;
	border: solid 1px #d02128;
}
#tabB1 > span.Tabactive_Customer, #tabB2 > span.Tabactive_Customer, #tabB3 > span.Tabactive_Customer, #tabB4 > span.Tabactive_Customer,
#tabB1 > span.Tabhover_Customer, #tabB2 > span.Tabhover_Customer, #tabB3 > span.Tabhover_Customer, #tabB4 > span.Tabhover_Customer{
	background-color:rgba(255,255,255,1.00);
	border: solid 1px #d02128;
	color: #d02128;
}
#tabB4 {
	float: right;
}
#tabB4 > span {
	margin: 0;
	background-color: rgba(87,87,87,1.00);
	border-color: rgba(87,87,87,1.00);
}
.Text1_Customer .Heading_Customer {
	font-size: 25px;
	border-bottom: solid 1px rgba(214,214,214,1.00);
	display: block;
}
#tabID2 > tbody > tr > td > br {
	display: none;
}
#tabID2 > tbody > tr > td > table > tbody > tr:nth-child(1), #tabID2 > tbody > tr > td > table > tbody > tr:nth-child(2) {
	display: none;
}
#tabID2 > tbody > tr > td > table > tbody > tr > td:nth-child(3) {
	font-size: 0;
	position: relative;
	width: 0;
}
#tabID2 > tbody > tr > td > table > tbody > tr > td {
	padding: 4px 0;
}
#tabID2 > tbody > tr > td > table > tbody > tr > td:nth-child(1) {
	padding-right: 15px;
}
#tabID2 > tbody > tr > td > table > tbody > tr > td:nth-child(3) > span {
	position: absolute;
	right: 7px;
	z-index: 20;
	color: red;
	font-size: 11px;
	top: 50%;
	transform: translateY(-50%);

}

#btn-menu {
	position:absolute;
	top:0;
	right:280px;
	width:60px;
	height:100%;
	display: none;
	background-color: rgba(235,235,235,.20);
}
#btn-menu:after {
	content:"\f0c9";
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
}

.maps {
	margin: 0 -2% 50px;
	display: flex;
}
.maps > div {
	flex: none;
	width: 29.33%;
	margin: 0 2%;
	display: flex;
    flex-direction: column;
}
.maps > div > * {
	flex: none;
}
.maps img {
	display: block;
	width: 100% !important;
	height: auto !important;
	border-radius: 6px 6px 0 0;
}
.maps iframe {
	display: block;
	width: 100%;
}
.maps .address {
	background-color: rgb(208,33,40);
	border-radius: 0 0 6px 6px;
	padding: 15px;
	color: rgba(255,255,255,1.00);
	flex: auto;
}
.maps .address .openings {
	float: right;
	padding: 0 0 0 10px;
	border-left: solid 1px rgba(255,255,255,.20);
}
.maps .address:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}
	
	
/* RESPONSIVE */
@media (min-width: 1000px) {
	nav.productmenu.stuck {
		position:fixed;
		top:0;
		left: 0;
		width: 100%;
	}
	nav.productmenu.stuck #ProductmenuContainer_DIV {
		margin: 0 auto;
		width: 1800px;
		max-width: calc(100% - 40px);
		/* width: 1400px;
		max-width: 95%;  */
	}
	
	.countdownContainer.countdownOne.stuck {
		position: fixed;
		top: 0;
		width: 1800px;
		max-width: calc(100% - 40px);
		margin: 0 auto;
		z-index: 1000;
	}
	.countdownContainer.countdownTwo.stuck {
		position: fixed;
		top: 0;
		width: 1800px;
		max-width: calc(100% - 40px);
		margin: 0 auto;
		z-index: 1000;
	}
	
	
	input[type="submit"]:hover, input[type="button"]:hover, #checkout-container input#confirm-complete-button:hover {
		background-color:#969696;
		background-image:none;
	}
	
	#ProductMenu_List > li:hover {
		background-color: rgba(0,0,0,.10);
	}
	
	
	.mostviewed-products .product:hover .image, .mostsold-products .product:hover .image {
		opacity:0.7;
	}
	li:hover .product:not(.notBuyAble) {
		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);
	}
	a.social.facebook:hover {
		color: rgba(255,255,255,1.00);
		background-color:#3b5998;
	}
	a.social.google:hover {
		color: rgba(255,255,255,1.00);
		background-color: #4285f4;
	}
	a.social.twitter:hover {
		color: rgba(255,255,255,1.00);
		background-color:#1ea1f3;
	}
	a.social.instagram:hover {
		color: rgba(255,255,255,1.00);
		background: rgb(72,88,165);
		background: -moz-linear-gradient(top, rgba(72,88,165,1) 0%, rgba(193,37,144,1) 31%, rgba(233,35,70,1) 64%, rgba(253,208,107,1) 100%);
		background: -webkit-linear-gradient(top, rgba(72,88,165,1) 0%,rgba(193,37,144,1) 31%,rgba(233,35,70,1) 64%,rgba(253,208,107,1) 100%);
		background: linear-gradient(to bottom, rgba(72,88,165,1) 0%,rgba(193,37,144,1) 31%,rgba(233,35,70,1) 64%,rgba(253,208,107,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4858a5', endColorstr='#fdd06b',GradientType=0 );
	}
	a.social.linkedin:hover {
		background-color:#0274b3;
		color: rgba(255,255,255,1.00);
	}
	
	/* .brandsSlider img:not(:hover) {
		filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
		filter: gray;
		-webkit-filter: grayscale(100%);
	} */

	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);
	}
	/*
	.locationsLeft {
		float: left;
		width: 45%;
	}
	.maps {
		float: right;
		width: 45%;
	}
	.maps h2:not(:first-of-type) {
		margin: 40px 0 10px;
	}
	*/
	
	.basket:hover .miniBasket {
		display: block !important;
	}
	
}
@media (max-width: 1500px) {
	#ProductMenu_List > li > a {
		font-size: 12px;
	}
}
@media (max-width: 1400px) {
	header .logo .logoText {
		display: none;
	}
}

@media (max-width: 1300px) {
	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: 28px;
	}
	
	header .basket {
		width: 160px;
	}
	div.sticky-wrapper, nav.productmenu {
		display: none;
	}
	header > section {
		height: 90px;
	}
	/*
	ul.usp.top > li:last-child {
		display: none;
	}
	*/
	
	#btn-menu {
		display: block;
	}
	.account {
		right: 160px;
	}
	.account > form {
		height: auto;
		width: 200px;
		right: 50%;
		transform: translateX(50%);
		display: none;
		top: 100%;
		padding: 10px;
	}
	.account > form > section {
		position: relative;
		transform: translateY(0) translateX(0);
		width: 100%;
		top: auto;
		left: auto;
	}
	.account.open > form {
		width: 200px;
		display: block;
		border: 0;
	}
	.account > form input[type="text"], .account > form input[type="password"] {
		float: none;
		width: 100%;
		margin: 0 0 4px;
		display: block;
		text-align: center;
	}
	.account > form input[type="submit"] {
		width: 100%;
	}
	.account > form .signin .links {
		position: relative;
		top: auto;
		text-align: center;
		margin: 10px 0 0;
	}
	#Search_Form {
		right: 360px;
		width: 27%
	}
	ul.frontpageCategories > li img {
		right: 60%;
	    height: 116%;
	}
	ul.frontpageCategories > li > a > span {
		width: 53%;
	}
	ul.frontpageCategories > li > a > span > strong {
		font-size: 15px;
		width: calc(100% + 70px);
		margin: 0 0 10px -50px;
	}

	.maps .address .openings {
		float: none;
		padding: 0 0 10px;
		border: 0;
		margin: 0 0 10px;
		border-bottom:solid 1px rgba(255,255,255,.20);
	}
	
}

@media (max-width: 1000px) {
	
	ul.frontpageCategories > li{
		width:48%
	}
	
	ul.frontpageCategories > li img{
		height:170%;
	}
	
	.fancybox-slide.fancybox-slide--iframe.fancybox-slide--video .fancybox-content{
		width: 70%;
		height: 32%;
	}

	#Search_Form {
		display: none;
	}
	
	#ProductFilter-Container {
		margin: 0 0 15px;
	}
	#ProductFilter-Container > div:last-of-type {
		display: none;
	}
	aside .product-filter-headertext-container {
		border-radius: 4px;
	}
	aside .product-filter-headertext-container + div {
		margin: 10px 0 0;
	}
	body.webshop-productlist:not(.webshop-subcat) aside {
		display: none;
		float: none;
		width: 100%;
	}
	body.webshop-productlist:not(.webshop-subcat) article > .content, body.webshop-productlist:not(.webshop-subcat):not(.webshop-search) article > .content {
		float: none;
		width: 100%;
	}
	.Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li {
		width: 23%;
	}
	li .product {
		padding: 15px;
	}
	.long-description.expandable:not(.open) {
		height: 220px;
	}
	
	.SubCats_Categories_UL > li .name a {
		font-size: 11px;
	}
	
	
	
	.memberBanner.bottom {
		padding: 30px 0 30px 24%;
		border-bottom-width: 10px;
	}
	.memberBanner.bottom .memberBadge {
		left: 2%;
	}
	.memberBanner.bottom a, .memberBanner.bottom .memberButton {
		font-size: 20px;
	}
	.memberBanner.bottom .header {
		font-size: 40px;
	}
	.memberBanner.bottom .subheader {
		font-size: 16px;
	}
}

@media (max-width: 900px) {
	ul.frontpageCategories > li > a > span {
		font-size: 10px;
	}
	ul.frontpageCategories > li > a > span > strong {
		font-size: 14px;
	}	

	.shopwithus{
		display: block;
	}
	.shopwithus > div{
		display: block;
		width: 100%;
	}

	.newsletter_form{
		margin-top: 20px;
	}

	.shopwithus input[type="email"]{
		width: 60%;
	}

	

}


@media (max-width: 750px) {
	body {
		margin: 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-size: 17px;
		margin: 0 0 15px;
	}
	
	.countdownContainer {
		padding: 5px 10px;
	}
	.countdownContainer .text strong {
		font-size: 10px;
		white-space: nowrap;
	}
	.countdownContainer .text small {
		font-size: 9px;
	}
	.countdownContainer .counter {
		margin: 0 0 0 5px;	
	}
	.countdownContainer .counter > div {
		margin: 0 3px;
	}
	.countdownContainer .counter div > span > span {
		margin: 0 2px;
		background-color: red;
		font-size: 10px;
		font-weight: normal;
		padding: 3px 2px;
		border-radius: 1px;
	}
	.countdownContainer .counter div small {
		font-size: 7px;
	}
	.countdownContainer .countdownButton {
		display: none;
	}
	
	/*
	.content .standard_welcome_Header{
		display: none;	
	}
	.content .welcome_Header_mobile{
		display: block !important;
		
	}
	.content .welcome_Header_mobile h1{
		font-size: 14px;
		font-weight: bold;
		margin: 0;
	}
	.content .welcome_Header_mobile h2{
		font-size: 12px;
		font-weight: bold;
		margin: 0;
		text-align: center;
		margin-bottom: 20px;
	}
	*/

	header .logo {
		width: 40%;
		max-width: 230px;
	}
	#btn-menu {
		right:120px;
	}
	.wrapper {
		max-width: 100%;
		border-radius: 0;
		margin: 0;
	}

	.dd-theme-default .nivo-directionNav a{
		opacity: 0.7 !important;
		/* left:0px !important; */
	}

	.nivo-prevNav{
		left:0px !important;
	}

	.nivo-nextNav{
		right:0px !important;
	}
	/* .dd-theme-default .nivo-directionNav a:nth-child(2){
		opacity: 1 !important;
		left:0px !important;

	} */
	
	.whyCreateAccount, .clubmember {
		width: 100%;
	}
	
	.memberBanner.bottom {
		display: none;
	}
	.memberBanner.top {
		display: none;
		color: rgba(255,255,255,1.00);
		padding: 5px 20px;
		border-bottom:solid 5px #ffe4a2;
		position: relative;
		background: rgb(208,33,40);
		background: -moz-linear-gradient(top, rgba(208,33,40,1) 0%, rgba(178,19,25,1) 100%);
		background: -webkit-linear-gradient(top, rgba(208,33,40,1) 0%,rgba(178,19,25,1) 100%);
		background: linear-gradient(to bottom, rgba(208,33,40,1) 0%,rgba(178,19,25,1) 100%);
	}
	.memberBanner.top .memberBadge {
		height: 30px;
		vertical-align: middle;
		margin: 0 10px 0 0;
	}
	.memberBanner.top .text {
		display: inline-block;
		vertical-align: middle;
	}
	.memberBanner.top .text .header {
		font-weight: 700;
		font-size: 11px;
	}
	.memberBanner.top .subheader {
		font-size: 10px;
		color: #ffe4a2;
	}
	.memberBanner.top a, .memberBanner.top .memberButton {
		display: inline-block;
		padding: 3px 5px;
		color: rgba(255,255,255,1.00);
		background-color: rgb(106,148,69);
		font-size: 10px;
		border-top: solid 1px rgba(0,0,0,.30);
		border-left: solid 1px rgba(0,0,0,.20);
		text-decoration: none;
		border-radius: 2px;
		transform: translateY(-50%);
		position: absolute;
		right: 20px;
		top: 50%;
		text-transform: uppercase;
	}
	
	ul.terms > li {
		width: 46%;
	}
	
	.maps {
		display: block;
		margin: 0 0 30px;
	}
	.maps > div {
		width: 100%;
		margin: 0 0 20px;
	}
	/*
	.maps > div {
		width: 96%;
		margin-bottom: 30px;
	}
	*/
	article {
		padding: 20px;
	}
	
	.wrapper > ul.usp:not(.slick-slider) {
		display: flex;
	}
	ul.usp.top {
		padding-left: 20px;
	}
	ul.usp.top li {
		padding-right: 20px;
	}
	ul.usp.top:not(.slick-slider) li {
		width: 100%;
	}
	ul.usp.top:not(.slick-slider) > li:nth-child(n+2) {
		display: none;
	}
	
	.weeksspecial-container{
		margin: 0;
		display: block;
	}

	.blog-part-container {
		display: block;
		margin: 0;
		/* margin: 0 -1%; */
	}

	.weeksspecial-container div{
		width: 100%;
	}
	.weeksspecial-container > div{
		margin-bottom: 4%;
	}
	
	#sleek form {
		margin: 0;
		display: block;
	}
	#sleek form > * {
		flex: none;
		width: 100%;
		display: block;
		margin: 0 0 8px;
	}
	#sleek input[type="submit"] {
		margin-bottom: 0;
	}
	
	.what-we-offer > div:first-of-type{
		width:100%;
		margin-bottom:10px;
		font-size: 20px;
		flex: none;
	}

	.what-we-offer{
		flex-wrap: wrap;
	}

	.what-we-offer img{
		width:50px;	
	}

	.what-we-offer span{
		font-weight: normal;
		font-size: 10px;
	}

	#newHeaderPart{
		display: none;
	}

	
	#newHeaderPart .phoneRemove{
		display: none;
	}

	#newHeaderPart a{		
		font-size: 10px !important;
	}


	header > section {
		height: 60px;
	}
	header .basket {
		width: 60px;
		border-radius: 0;
	}
	header .basket > section {
		letter-spacing: normal;
	}
	header .basket .totalprice, header .basket .basketlink {
		display: none;
	}
	.account {
		right: 60px;
		width: 60px;
	}
	.account > .button small {
		display: none;
	}
	.account > .button .points, header .basket .totalproducts {
		left: 50%;
		top: 5px;
		border-width: 1px;
		transform: translateX(-50%);
	}
	
	ul.banners > li:nth-child(1), ul.banners > li:nth-child(2), ul.banners > li:nth-child(3) {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	
	.SubCats_Categories_UL > li {
		width: 48% !important;
	}
	
	
	.Text2_FrontPage {
		display: none;
	}
	ul.frontpageCategories > li {
		width: 48%;
	}
	ul.frontpageCategories > li > a {
		height: 120px;
	}
	ul.frontpageCategories > li img {
		right: 20%;
		right: 50%;
		top: 50%;
   		transform: translateX(50%) translateY(-50%);
	}
	ul.frontpageCategories > li > a > span {
		font-size: 0;
		width: 100%;
		padding: 0;
		bottom: 0;
	}

	ul.frontpageCategories > li > a > span > strong {
		font-size: 11px;
		margin: 0;
		border-radius: 0;
		width: 100%;
		padding: 5px 10px;
		text-align: center;
	}
	
	.Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li {
		width: 48%;
	}
	
	.productcard .images, .productcard .info, .productcard .right {
		float: none;
		width: 100%;
		margin: 0 0 30px;
	}
	.productcard .info {
		padding: 20px;
	}
	.productcard .imagecanvas .amount {
		top: auto;
		bottom: 0;
	}
	.long-description.expandable:not(.open) {
		height: 180px;
	}

	#sleek .placeholder{
		padding: 11px 5px;
		font-size: 10px;
	}
	
	footer {
		padding: 50px 20px;
		background-color: rgba(241,241,241,.60);
	}
	footer > ul {
		display: block;
		margin: 0;
		text-align: center;
	}
	footer > ul > li {
		width: 100%;
		margin: 0 0 30px;		
	}


	.address_container{
		margin-top: 10px;
	}

	a.social {
		margin: 0 10px 0 0;
		background-color: rgba(63,63,63,1.00);
		color: rgba(255,255,255,1.00);
	}
	
	
	table.showbasket td, table.showbasket th {
		padding: 5px;
		font-size: 11px;
	}
	table.showbasket th {
		font-size: 11px;
	}
	a.Order_back_basket {
		width: 26%;
	}
	.basket-checkout {
		width: 300px;
		max-width: 68%;
	}
	.basket-checkout .total {
		font-size: 15px;
		padding-bottom: 10px;
	}
	table.showbasket .amount {
		width: 30%;
	}
	table.showbasket .description a:nth-child(2) {
		max-width: 100%;
	}
	table.showbasket .description img.ProductImage_ShowBasket {
		width: 28% !important;
		margin: 0 5px 0 0;
	}
	
	#checkout-container div#column-data, #checkout-container div#column-shipping-payment, #checkout-container div#column-order-summary {
		width: 100%;
		float: none;
		margin: 0 0 20px;
		padding: 0;
		border: 0;
	}
	
	
}





/* ADVANCED POPUP */
.cartPayMethodFee, .cartShippingFee {
	display: none;
}
.basketPopupOverlay, .alertPopupOverlay {
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,.50);
	z-index: 9999;
	display: none;
}
.basketPopup, .alertPopup {
	position: absolute;
	background-color: rgba(255,255,255,1.00);
	box-shadow: 0 0 30px rgba(0,0,0,0.6);
	border-radius: 6px;
	top: 50%;
	left: 50%;
	width: 900px;
	max-width: 90%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: none;
}
.basketPopup:after, .alertPopup:after {
	clear: both;
	content:"";
	display: block;
}
.basketPopupClose, .alertPopupClose {
	position: absolute;
	top:-15px;
	right: -15px;
	height: 30px;
	width:30px;
	background-color: rgba(0,0,0,1.00);
	-webkit-border-radius:50%;
	border-radius: 50%;
	cursor: pointer;
	border:solid 2px white;
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
	display: none;
	text-align: left;
}
.basketPopupClose:after, .alertPopupClose:after {
	content:"+";
	position: absolute;
	top: 50%;
	font-size: 29px;
	font-family: Arial, "sans-serif";
	font-weight: normal;
	line-height: 1;
	width: 100%;
	text-align: center;
	color:rgba(255,255,255,1.00);
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.basketPopupContentTop {
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}
.basketPopupContentTop:after {
	clear: both;
	content:"";
	display: block;
}
.basketPopupLeft {
	width: 50%;
	float: left;
	padding: 0 0 15px;
	text-align: center;
	border-right: solid 1px rgba(227,227,227,1.00);
	border-radius: 6px 0 0;
}
.basketPopupRight {
	width: 50%;
	float: left;
	padding: 0 0 15px;
}
.basketPopupHeaderLeft, .basketPopupHeaderRight {
	padding: 12px 20px;
	border-bottom: solid 1px rgba(227,227,227,1.00);
	font-size: 16px;
	color: rgba(66,66,66,1.00);
	text-transform: uppercase;
}
.basketPopupHeaderRight {
	background-color: rgba(244,244,244,1.00);
}
.basketPopupImage {
	display: inline-block;
	max-width: 40%;
	margin: 10px 0;
}
.basketPopupName {
	font-weight: bold;
	padding: 0 15px;
}
.basketPopupName h3 {
	font-size: 14px;
	margin: 0 0 5px 0;
}
.basketPopupName p {
	font-size: 11px;
	display: inline;
	padding: 0 5px;
}
.basketPopupCountdown {
	border-bottom:solid 1px rgba(227,227,227,1.00);
	padding: 10px 20px;
	font-weight: bold;
}
.basketPopupCountdown .fa {
	margin: 0 10px 0 0;
	font-size: 16px;
}
.basketPopupCountdown.basketPopupRedeemed {
	background-color: #f1f9f7;
	border-bottom-color:#e0f1e9;
	color: #1d9d74;
}
.basketPopupBasket {
	padding: 20px;
}
.basketPopupBasket > div {
	padding: 5px 0;
}
.basketPopupBasket > div:nth-child(2n-1) {
	float: right;
}
.basketPopupBasket > div:nth-child(2n+4) {
	border-top: solid 1px rgba(236,236,236,1.00);
}
.basketPopupButtons {
	padding: 0 20px;
}
.basketPopupButtons:after {
	clear: both;
	content:"";
	display: block;
}
.basketPopupButtons > div {
	float: left;
	width: 48%;
	padding: 10px;
	background-color:rgba(102,102,102,1.00);
	color: rgba(255,255,255,1.00);
	cursor: pointer;
	font-size: 14px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.basketPopupButtons > div:last-child {
	margin-left:4%;
	background-color: #6baa5c;
}
.basketPopupButtons > div:hover {
	background-color: rgba(37,37,37,1.00);
}
.basketPopupRelatedHeader {
	padding: 12px 20px;
	border-top: solid 1px rgba(227,227,227,1.00);
	border-bottom: solid 1px rgba(227,227,227,1.00);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: rgba(66,66,66,1.00);
}
.basketPopupRelatedUl {
	margin: 0 -1%;
	padding: 0 20px;
	list-style-type: none;
}
.basketPopupRelatedUl:after {
	clear: both;
	content:"";
	display: block;
}
.basketPopupRelatedUl > li {
	margin: 0 1%;
	float: left;
	width: 23%;
}
.basketPopupRelatedUl > li:nth-child(n+5) {
	display: none;
}

.alertPopup {
	padding: 50px 30px;
	width: 700px;
	color: rgb(208,33,40);
	text-align: center;
}
.alertPopupText {
	font-size: 20px;
	font-weight: bold;
}
.alertPopupCloseButton {
	margin: 30px 0 0;
}
/*
.alertPopupCloseButton {
	border-radius: 5px;
	background-color: #ff7800;
	color: rgba(255,255,255,1.00);
	font-size: 17px;
	font-weight: bold;
	border: 0;
	padding: 10px 25px;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	margin: 20px 0 0;
}
*/

body.webshop-customercenter #buyAll {
	float: right;
	max-width: 100%;
	width: 200px;
	margin: 10px 0;
}
.buyAllContainer:after {
	clear: both;
	content: "";
	display: block;
}

@media (max-width: 845px) {
	
	body.webshop-customercenter #buyAll {
		
		width: 150px;
	}

	/* ADVANCED POPUP */
	.basketPopupBasket {
		padding: 10px 20px;
	}
	.basketPopupImage {
		max-width: 30%;
	}
	.basketPopupHeaderLeft, .basketPopupHeaderRight {
		padding:9px 20px;
		font-size: 14px;
		text-align: center;
	}
	.basketPopupCountdown {
		text-align: center;
	}
	.basketPopupRelated {
		display: none;
	}

	/* SUMMARY */
	#checkout-container #order-summary,
	#checkout-container #order-summary thead th {
		font-size: 10px;
	}
}

@media(max-width: 750px) {
	#checkout-container #order-summary,
	#checkout-container #order-summary thead th {
		font-size: 12px;
	}
}

@media (max-width: 845px) and (orientation:portrait) {
	
	/* ADVANCED POPUP */
	.basketPopupLeft {
		width: 100%;
		border-right: 0;
	}
	.basketPopupRight {
		width: 100%;
	}
}


@media (max-width: 375px) {
	.fancybox-slide.fancybox-slide--iframe.fancybox-slide--video .fancybox-content{
		width: 70%;
		height: 32%;
	}

	#orderPlacementContainer > div{
		margin-bottom: 10px;
	}

	#orderPlacementContainer > div > input{
		float: left;
	}
	#orderPlacementContainer > div > label{
	width: 80%
	}

	.basketPopupButtons > div {
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}
	.basketPopupButtons > div:last-child {
		margin-left:0;
	}

	.what-we-offer{
		margin: 20px -2%
	}

	.what-we-offer div{
		margin: 0px 5%;
	}

}










/* Dandodesign */
/*dbsearch*/
	/*overall styles*/
.ui-menu-item {width:100%}
.ui-state-active {background:transparent;border:0px!important}
.ui-autocomplete {
	border:none !important;
}
.uigroup {
	background-color: #d02128;
	color: rgba(255,255,255,1.00);
	text-transform: uppercase;
}
/*reset*/
.ui-menu a.ui-state-focus {
	background: none repeat scroll 0 0 #e9e9e9;
	text-decoration: underline!important;
	display: block;
	overflow: hidden;
}
.ui-menu .ui-menu-item a {
	padding: 0px!important
}
.ui-menu a.ui-state-focus * {
	text-decoration: underline;
	line-height: 1.5!important;
}
.ui-menu .uicategory a:hover, .uiproduct a:hover, .uiproduct a, .ui-menu-item:hover a span, .uiVisAlle p:hover, .uicategory a:hover, .uicategory a:active, .ui-menu .ui-menu-item a {
	font-size: 14px!important;
}
.ui-menu .ui-widget-content {
	margin: 0px!important;
	padding: 0px!important
}
/*group*/
.ui-menu .uigroup {
	margin-top: 0;
	text-align: left;
	width: 100%;
	margin-bottom: 10px;
}
.ui-menu > .uigroup:first-child {
	border-radius: 3px 3px 0 0;
}
.ui-menu > .uigroup:nth-child(n+2) {
	margin-top:10px;
}
.ui-menu .uigroup p {
	font-size: 14px;
	margin: 0px;
	padding: 10px 20px;
}
/*category*/
.ui-menu .uicategory a {
	padding: 0 20px !important
}
/*product*/
.ui-menu .uiproduct {
	border-top: 1px solid #b5beca;
	cursor: pointer;
	text-align: left !important;
}
.ui-menu .uiimg {
	width: 70px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	text-align: center
}
.ui-menu .uiimg img {
	max-height: 70px !important;
	max-width: 70px !important;
	padding: 5px 15px;
	display: block;
}
.ui-menu .uicontent {
	width: calc(100% - 70px);
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px 0 0 !important;
	background: transparent;
	padding-bottom: 0px;
}
.ui-menu .uipris {
	font-size: 11px;
	font-weight: bold;
}
.ui-menu .uivarenummer {
	color: #8f8f8f;
	font-size: 10px;
}
/*vis alle*/
.ui-menu .uiVisAlle {
	border-top: 1px solid #b5beca;
	height: 40px;
	width: 100%;
	margin-top: 10px;
}
.ui-menu .uiVisAlle div {
	margin-left: 15px
}
.ui-menu .uiVisAlle p, .uiVisAlle p:hover {
	margin: 0px;
	background: url("/dandodesign/grafik/overall/lup.png") no-repeat scroll 0 10px rgba(0, 0, 0, 0);
	color: #000;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	padding-left: 25px;
	text-decoration: none;
}
/*noproducts*/
.ui-menu .uinoProducts {
	color: #931600;
	font-size: 12px;
	font-style: italic;
	line-height: 10px;
	padding: 5px 0;
	text-align: left;
	text-decoration: none;
	width: 400px;
}
.ui-menu .uinoProducts p {
	padding: 10px 20px 4px;
	margin: 0;
}
/*defaults*/
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
}
.ui-menu-item a, .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
	margin: 0px!important;
	cursor: pointer;
	text-align: left!important;
	display: block;
}
.ui-widget-content {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #b5beca;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
	color: #1f2a2a;
	z-index: 9999 !important;
	margin-top: 7px;
}
.ui-autocomplete {
	position: absolute;
}
* html .ui-autocomplete {
	width: 1px;
}
.ui-autocomplete-loading {
	background: url("/dandodesign/grafik/overall/ui-anim_basic_16x16.gif") no-repeat scroll right center white;
}
.ui-menu {
	display: block;
	float: left;
	list-style: outside none none;
	padding: 0;
	border-radius: 3px;
}
.ui-menu .ui-menu-item, .uigroup, .uiVisAlle {
	clear: left;
	float: left;
}



/*responsive*/
@media (max-width: 810px) {
.ui-menu {
	width: 100%!important;
	left: 0!important
}
.uiVisAlle div {
	margin-left: 150px!important
}
}



/* Customer Loading */
body.webshop-customercenter .loadingToBasket {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .8);
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
body.webshop-customercenter #BuyButton {
	width: 50%;
	max-width: 160px;
	min-width: 100px;
}