@charset "UTF-8";
/* CSS Document */
body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}
h1 {
    font-size:32px;
}
#Search_Form {
    width:70%;
}
#mainContent video {
	display: block;
	width: 100%;
}
.webshop-frontpage #mainContent video {
	margin: 40px 0;
}
.emaerket {
    position: absolute;
    top: 59%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 45px;
    right: 190px;
    z-index: 999;
}

#alertbar {
	display:none;
	color:rgba(0,0,0,1.00);
	text-align:center;
	padding:4px 30px;
	margin: 0;
	font-weight:normal;
	background-color:rgba(255,158,0,1.00);
	font-size:14px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	z-index: 10;
	border-bottom: solid 1px rgba(0,0,0,.1);
	width: 100%;
	position: relative;
}
#alertbar a {
	display:inline-block;
	padding:0px 10px;
	background-color:#05423b;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin:0 0 0 6px;
}
#alertbar .close {
	background-color:rgba(0,0,0,1.00);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width:25px;
	height:25px;
	display:none;
	position:absolute;
	right:20px;
	z-index:10;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform: translateY(-50%);
	cursor:pointer;
}
#alertbar .close .fa {
	position: absolute;
	top: 47%;
	left: 50%;
	color: rgba(255,255,255,1.00);
	-webkit-transform:translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}


/* SLEEK */
#sleek {
	position:fixed;
	left:20px;
	bottom:20px;
	z-index:1000;
	display:none;
}
#sleek.active {
	display:block;
}
#sleek .placeholder {
	position:absolute;
	left:0;
	bottom: 0;
	display:block;
	background-color:#095a3e;
	color:rgba(255,255,255,1.00);
	font-size: 14px;
	text-align: center;
	padding: 11px 25px;
	cursor:pointer;
	white-space: nowrap;
	border-radius: 5px;
	font-weight: bold;
}
#sleek .placeholder:hover {
	background-color:rgba(0,0,0,1.00);
	color:rgba(255,255,255,1.00);
}
#sleek.open .placeholder {
	display:none;
}
#sleek .content {
	position:absolute;
	bottom: 0;
	left:-800px;
	width:700px;
	background-color:rgba(255,255,255,1.00);
	border:solid 10px rgba(152,152,152,1.00);
	padding:35px;
	font-size:15px;
	box-shadow:0 0 50px rgba(0,0,0,.20);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#sleek.open .content {
	left:0;
}
#sleek .content .close {
	position:absolute;
	top:0;
	right:0;
	background-color:rgba(0,0,0,1.00);
	text-transform:uppercase;
	width: 35px;
	height:35px;
	color:rgba(255,255,255,1.00);
	font-family:Arial;
	cursor:pointer;
}
#sleek .content:after {
	clear: both;
	content: "";
	display: block;
}
#sleek .content .close:before {
	content:"\f00d";
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 1;
	position: absolute;
	top:50%;
	left: 0;
	text-align: center;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#sleek .content .close:hover {
	background-color: rgba(182,182,182,1.00);
}


#sleek .removeSleekButton {
	position:absolute;
	top:-10px;
	right:-10px;
	background-color:rgba(0,0,0,1.00);
	text-transform:uppercase;
	width: 28px;
	height:28px;
	color:rgba(255,255,255,1.00);
	cursor:pointer;
	border-radius: 50%;
}
#sleek .removeSleekButton:before {
	content:"\f00d";
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top:50%;
	left: 0;
	text-align: center;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#sleek .removeSleekButton:hover {
	background-color: rgba(182,182,182,1.00);
}



#sleek .content form.loading {
	opacity: .5;
}

#sleek .content .header {
	font-size: 22px;
	margin: 0 0 10px;
}
#sleek .content .subheader {
	font-size: 13px;
	color: #6D6D6D;
	margin: 0 0 15px;
}
#sleek form {
    float:left;
    width: 55%;
}
#sleek .content .sleekImage {
	float: right;
	width: 42%;
}
#sleek input[type="text"], #sleek input[type="email"], #sleek input[type="password"] {
	float:left;
	border:solid 1px rgba(184,184,184,1.00);
	background-color:rgba(255,255,255,1.00);
	color:rgba(0,0,0,1.00);
	height:30px;
	font-size:13px;
	line-height:1;
	padding:0 10px;
	width:100%;
	margin: 0 0 8px;
    border-radius: 2px;
}
#sleek #name, #sleek #address, #sleek #city {
    width:49%;
    float: left;
}
#sleek #email, #sleek #zipcode, #sleek #password {
    float:right;
    width: 49%;
}

#sleek input[type="text"].error, #sleek input[type="email"].error {
	border-color: rgba(207,0,3,1.00);
	color: rgba(207,0,3,1.00);
}
#sleek input[type="submit"] {
	font-weight:normal;
	margin:15px 0 0;
	font-size:15px;
	line-height:1;
	padding:10px 15px;
	letter-spacing:0;
	background-color:#ff931e !important;
	background-image: none;
	border-radius: 0;
	display: block;
	width: 100%;
    border-radius: 3px;
    color: #FFF;
    border: none;
}
#sleek form small {
	display:block;
	margin:20px 0 0;
	font-size:11px;
	cursor:pointer;
}

.whyCreateAccount {
}
.whyCreateAccount ul {
	margin:30px 0 0 0;
	padding: 0;
}
.whyCreateAccount ol {
    margin:0;
    padding: 0;
}
.whyCreateAccount > ul > li {
	list-style-type:none;
	margin: 4px 0;
}
.whyCreateAccount > ul > li i {
	color: #4a9a3b;
}
.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;
    font-size: 13px;
 }

/* CUSTOMER */
.SubmitButton_Customer {
	float:left;
    background-color: #ff931e;
    border-radius: 2px;
    padding: 5px 10px;
    color: #FFF;
    border: 0;
}

#tabB1 > span, #tabB2 > span, #tabB3 > span, #tabB4 > span {
	display: inline-block;
	background-color: #095a3e;
	padding: 5px 10px;
	color: rgba(255,255,255,1.00);
	border-radius: 2px;
	margin: 0 10px 0 0;
	border: solid 1px #095a3e;
}
#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 #095a3e;
	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);
}
.BackgroundColor1_Customer {
    margin-bottom:20px;
}
.Text1_Customer .Heading_Customer {
	font-size: 25px;
	border-bottom: solid 1px rgba(214,214,214,1.00);
	display: block;
    margin: 20px 0 0 0;
}
#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%);

}
body.webshop-customercenter h2.myPointsHeader {
	background-color: #095a3e;
	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;
	padding: 10px 15px !important;
	font-weight: normal !important;
	margin: 0;
}
.myPoints {
	margin: 0;
	padding: 10px 15px;
	background-color: rgba(237,250,238,1.00);
	border: solid 1px rgba(200,229,201,1.00);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(200, 229, 201);
	color: rgba(75,97,76,1.00);
	border-top: 0;
}
.headerTop {
    position:relative;
}

.reviews {
	margin:50px 0 0 0;
	float: right;
	width:45%;
}
.reviews:after {
	display:block;
	clear: both;
	content: "";
	overflow: hidden;
}
.reviews ul {
	margin:0;
	padding: 0;
	font-size:0;
}
.reviews ul li span {
	display:block;
	font-weight: bold;
	margin: 15px 0 0 0;
}
.reviews ul li span small {
	display:block;
	font-size: 11px;
	font-weight: normal;
}
.reviews ul li {
	margin:0 0 30px 0;
	padding: 0;
	font-size:13px;
	display: block;
	width: 100%;
	background-color: #f9f8f0;
	padding: 20px;
	border-radius: 6px;
	border: 1px solid #f2f1e4;
}
.reviews ul li:after {
	display:block;
	clear: both;
	content: "";
	overflow: hidden;
}
.reviews ul li img {
	float: left;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	overflow: hidden;
	margin-right: 50px;
}
/* ACCOUNT */
.account {
	position:absolute;
	right:125px;
	top:62%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor:pointer;
	z-index: 99999;
    text-align: center;
    font-size: 11px;
    text-decoration: none;
}
.account i {
	font-size:30px;
    display: block;
}
.points.myPoints {
	display:none;
}
.points.myPoints.active {
	display:block;
}
.headerTop .points.myPoints.active {
    background-color: rgba(237,250,238,1.00);
    border-radius: 2px;
    border: 1px solid rgba(200,229,201,1.00);
    padding: 3px 5px;
    position: absolute;
    top: -15px;
    left: -35px;
}
.headerTop .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: 3px;
    padding: 10px 20px;
    margin: 10px 0;
    background-color: #f9f6ec;
}
#usePointsContainer > p {
	font-size: 15px;
	font-weight: bold;
    padding: 0;
    margin: 5px 0;
}
#usePoints {
	display: inline-block;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
	background-color: #095a3e;
	border-radius: 3px;
	border-bottom:2px solid #3B862D;
	border:0;
	cursor: pointer;
}
.removePointsContainer {
	margin: 10px 0 5px;
	font-weight: bold;
	font-size: 15px;
	background-color: #f2faf0;
	padding: 10px;
	border: 1px solid #e1efde;
	border-radius: 3px;
}
/*
.account > .button .points {
	display: none;
}
*/
.account > .button.loggedIn {
	background-color: rgba(215,235,218,1.00);
}
.account > .button.loggedIn small {
	text-decoration: underline;
}
ul.loyalityCard {
    margin:0 0 15px 0;
    background-color: #faf9eb;
    border: 1px solid #edecda;
    padding: 7px 15px;
    border-radius: 2px;
    list-style-type: none;
}
ul.loyalityCard li.productPointsSystem:before {
	font-family: FontAwesome;
    content: "\f09d";
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
	font-size: 14px;
}
ul.loyalityCard li.productPointsSystem div {
	display: inline;
}

a.member {
    margin: 0 0 8px 0;
    text-decoration: underline;
    display: block;
    font-size: 11px;
}
#footer ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}
#footer ul > li {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 12px;
    list-style-type: none;
}
#footer i {
    color: #095a3e;
}

/* OPC */
#checkout-container #column-data #customer-data input, #checkout-container #column-data #customer-data select {
    margin:0;
}
body.webshop-checkout header #Search_Form,
body.webshop-checkout nav.productmenu,
body.webshop-checkout aside,
body.webshop-checkout section.topmenu {
	display:none;
}
.checkout-payment-method-image img {
	max-width: 100%;
	height: 20px;
}
body.webshop-checkout header {
	border-bottom: 7px solid #f0f0f0;
}
body.webshop-checkout article {
	margin-top:0;
}
body.webshop-checkout header > section {
	height:120px;
}
#checkout-container #column-data h3, #checkout-container div h2 {
	font-size:16px;
	line-height:16px;
	font-weight:normal;
	padding:13px 15px;
	margin:0 0 10px 0;
	background-color:#eee;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	position:relative;
}
#checkout-container h4 {
	font-size:13px;
	margin:10px 0 0;
	padding:0;
}
#column-data > h3:before, #checkout-container div h2:before, #payment-giftcertificateinfo > h2:before {
	position:absolute;
	background-color:#555;
	color:rgba(255,255,255,1.00);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	top:-8px;
	left:-8px;
	width:23px;
	height:23px;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	line-height:14px;
	padding:3px 0 0;
}
#column-data > h3:before {
	content:"1";
}
#column-shipping-payment > h2:nth-of-type(1):before {
	content:"2";
}
#column-shipping-payment > h2:nth-of-type(2):before {
	content:"3";
}
#payment-cardinfo > h2:before, #payment-giftcertificateinfo > h2:before {
	content:"4";
}
div#order-summary > h2:before {
	content:"5";
}
#order-confirm > h2:before {
	content:"6";
}
#checkout-container select.checkout-select {
	height:auto;
	width:100%;
	display:block;
}
#checkout-container input.checkout-text,
#checkout-container input#checkout-giftcertificate-cardnumber {
	width: 100%;
	padding:0 5px;
	height: 30px;
	display:block;
	margin: 0px 0px 5px;
	border:solid 1px #D4D4D4;
	color:rgba(0,0,0,1.00);
}
#checkout-container textarea.checkout-text {
	width: 100%;
	padding:7px 10px 7px 5px;
	height: 30px;
	display:block;
	margin: 0px 0px 5px;
	border:solid 1px #D4D4D4;
}
#checkout-container label {
	display:block;
}
#checkout-container  div.salesdiscountcode-container {
	float:none;
}
#checkout-container  div.salesdiscountcode-button-container {
	float:none;
	width:100%;
}
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res1,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res2,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res3,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res4,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res5 {
	margin-bottom:5px;
}
#customer-data > fieldset > label {
    margin-bottom:10px;
}
/*
#acceptTermsBit {
    margin:0 5px 0 0;
}
*/

#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 #checkout-container #checkout_lookupphone_submit, #checkout-container #checkout_altdelivery_lookupphone_submit, #checkout-container .checkout-salesdiscount-code-button, #checkout-container input#checkout_forgottenpassword_submit {
	padding:4px 5px;
	font-size:12px;
	float:none;
}

#checkout-container #checkout_password_login, #checkout-container #checkout_lookupphone, #checkout-container #checkout_altdelivery_lookupphone, #checkout-container #customer-data {
	width:auto;
}

/* KOL 1 */
#checkout-container div#column-data {
	width:32%;
	padding:15px;
	border:solid 1px rgba(230,230,230,1.00);
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	min-height:0;
}
	/* ---- CUSTOMER */
	#customer-data {
		margin:15px 15px 0;
	}
	
	/* ---- DGS */
	#customer-phone-lookup {
		padding:0 15px;
	}
	#customer-phone-lookup > p {
		padding:0;
		margin:2px 0 7px;
	}
	#checkout-container div#checkout-lookupphone-container {
		float:none;
		width:100%;
	}
	#checkout-container #column-data #customer-phone-lookup #checkout-lookupphone-container input {
		margin-bottom:5px;
	}
	#checkout-container div#checkout-lookupphone-button-container {
		float:none;
		width:100%;
	}
	input#checkout_lookupphone_submit {
		float:none;
		font-size:12px;
		height:25px;
		padding:2px 4px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	/* ---- LOGIN */
	#customer-login {
		padding:0 0 0px;
		margin:0 0 20px;
	}
	#customer-login p, #checkout-container #customer-login fieldset {
		padding:0 10px;
        font-size: 13px;
	}
	#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/Shopdeluxe/images/icon-delivery.png');
		background-repeat:no-repeat;
		background-size:16px auto;
		background-position:calc(100% - 15px) 12px;
		padding-right:40px;
		background-color:#F3F1EE;
		cursor:pointer;
	}
	div.checkout-row.altdev .div-checkout-checkbox {
		display:inline-block;
	}
	div.checkout-row.altdev .div-checkout-checkbox-label {
		display:inline-block;
		vertical-align:top;
		width:83%;
	}
	#checkout-container div.checkout-row.altdev .checkout-checkbox {
		float:none;
	}
	#checkout-container #column-data #customer-data div.checkout-row.altdev input {
		margin:0 6px 0 0;
	}
/*
	#checkout-container div.salesdiscountcode-label {
		display:none;
	}
*/
	

/* KOL 2 */
#checkout-container div#column-shipping-payment {
	width:32%;
	margin:0 0 20px 2%;
	position:relative;
	padding:15px;
	border:solid 1px rgba(230,230,230,1.00);
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}
	/* ---- PAYMENT */
	#payment-methods {
		margin:0 0 15px;
		padding:10px 0;
	}
	.checkout-payment-description-cell {
		font-weight:bold;
	}
	.payment-message {
		font-size:11px;
		font-weight:normal;
	}
	
	/* ---- SHIPPING */
	#checkout-container #column-shipping-payment {
		min-height:10px;
	}
	#shipping-methods {
		padding:10px 0 0;
	}
	
	.checkout-shipping-description-cell {
		font-weight:bold;
	}
	.shipping-message {
		font-weight:normal;
		font-size:11px;
	}
	img#post-fix {
		position:absolute;
		right:20px;
		margin-top:40px;
	}
	
	#payment-methods > fieldset > label, #shipping-methods > label {
		border:solid 1px rgba(0,0,0,0.20);
		padding:8px 15px 8px 7px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
	}
	#payment-methods > fieldset > label:hover, #shipping-methods > label:hover {
		background-color:rgba(236,236,236,0.50);
	}
	tr.Checkout_ShippingMethodServices_Devider_TR {
		display:none;
	}
	table#Orderstep2_GLS_Table, table#Checkout_ShippingMethodServices_Table {
		margin:0 0 0 20px;
	}
	table#Orderstep2_GLS_Table td, table#Checkout_ShippingMethodServices_Table td {
		font-size:12px;
	}
	table#Orderstep2_GLS_Table td {
		padding-bottom:7px;
	}
	#pacsoftservicepoints {
		margin:10px 0 0;
	}
	div.pacsoftservicepoint label {
		margin-left:6px;
	}
	
	

/* KOL 3 */
#checkout-container div#column-order-summary {
	width:32%;
	padding:0;
	float:right;
}
	
	/* ---- PAYMENT */
	#order-creditcard, #order-giftcertificate {
		margin:0 0 15px;
		padding:15px 15px 0;
		border:solid 1px rgba(230,230,230,1.00);
		-webkit-border-radius:7px;
		-moz-border-radius:7px;
		border-radius:7px;
	}
	#checkout-container label[for="txtCardNumber"], #checkout-container label[for="txtCardCvv"] {
		display:none;
	}
	#checkout-container div.checkout-payment-cardnumber-container {
		float:none;
	}
	#checkout-container div #txtCardNumber {
		width:100%;
	}
	#checkout-container div.checkout_payment_controlcode-container {
		width:50%
	}
	#checkout-container div #txtCardCvv {
		width:100%;
	}
	#checkout-container div #payment-cardinfo {
		padding:0;
		margin:0 0 15px;
		border:0;
	}
	body #checkout-container div #payment-cardinfo > fieldset {
		background-color:#fff;
		padding:10px 15px 0;
	}
	#checkout-container div #payment-cardinfo p {
		display:none;
	}
	#checkout-container div #payment-cardinfo fieldset {
		padding:10px 10px 0;
	}
	#checkout-container input.checkout-text.checkout-payment-controlcode-text {
		width:40px;
	}
	#checkout-container label.left-label {
		float:none;
	}
	div.payment-giftcertificateinfo {
		border:0;
		padding:0;
	}
	.payment-giftcertificateinfo > p {
		padding:0 10px;
	}
	#checkout-container .payment-giftcertificateinfo > fieldset {
		padding:0 10px;
	}
	#checkout-container label[for="checkout-giftcertificate-cardnumber"] {
		display:none;
	}
	#checkout-container #checkout-giftcertificate-cardnumber {
		float:none;
		width:100%;
	}
	#payment-giftcertificateinfo > p {
		display:none;
	}
	#payment-giftcertificateinfo input[type="button"] {
		height:25px;
		font-size:12px;
		padding:2px 4px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	#checkout-container input#checkout-giftcertificate-cardnumber {
		margin:10px 0 5px;
	}
	
	/* ---- SUMMARY */
	div#order-summary {
		margin:0;
		padding:15px;
		border:solid 1px rgba(230,230,230,1.00);
		border-radius: 7px;
	}
	#checkout-container div#order-summary > table {
		border:0;
		width:94%;
		margin-left:3%;
	}
	#checkout-container div#order-summary > table:nth-of-type(1) {
		margin-top:10px;
	}
	#checkout-container div#order-summary > table:nth-of-type(-n+2) {
		border-bottom:solid 1px #DDD;
        display: block;
        padding: 8px 0;
        margin-bottom: 10px;
	}
	#checkout-container span.childproduct {
		padding-left:0;
	}
	
	
	/* ---- CONFIRM */
	div#order-confirm {
		margin:0;
		padding:15px;
		border:solid 1px rgba(230,230,230,1.00);
		border-radius: 7px;
		
	}
	div#confirm-termsandconditions-text {
		padding:10px 10px 0;
	}
	div#confirm-termsandconditions-link-text,
	div#confirm-terms-gdpr-link-text {
		
		padding:0 10px 10px;
	}
	div#confirm-accepterms,
	div#confirm-accept-customerdata,
	#subscription-maillist {
		float:none;
		margin:5px 10px 10px 10px;
		display: flex;
		align-items: flex-start;
		border:solid 1px #E6E6E6;
		padding: 7px 11px;
		border-radius:4px;
		line-height: normal;
		
	}
	div#confirm-accepterms > input,
	#subscription-maillist > input {
		margin: 4px 7px 0 0;
		flex: none;
	}
	div#confirm-accepterms > label,
	#subscription-maillist > label {
		margin: 0;
		font-size: 13px;
		cursor: pointer;
		flex: auto;
	}
/*
    #subscription-maillist {
        float:none;
        border:solid 1px #E6E6E6;
        padding:5px;
        border-radius:4px;
    }
*/
    #checkout-container .right-label {
        line-height:normal;
    }
	div#confirm-checkout {
		clear:both;
		padding:0 10px;
		text-align:right;
	}
	#checkout-container input#confirm-complete-button {
		margin:0 0 5px;
		float:none;
		width:100%;
		-webkit-appearance:none;
        background-color: #ff931e;
        font-size: 25px;
        color: #FFF;
        border: none;
        padding: 8px 10px;
	}
#checkout-container #customer_lookup_submit {
    margin:0;
    -webkit-appearance:none;
    background-color: #ff931e;
    font-size: 14px;
    color: #FFF;
    border: none;
    padding: 6px 20px;
    font-weight: bold;
    display: block;
}
#checkout-container #order-summary thead th {
    padding: 0 5px;
}
#checkout-container div#order-summary td, div#order-confirm {
    font-size: 13px;
    margin: 10px 0;
}
	
/* STEP 4 */
img.ProductImage_Order4 {
	margin:0 10px 0 0;
}
body.webshop-orderstep4 #basket, body.webshop-orderstep4 #btn-menu {
	display:none;
}
a.loyaltyAccount {
    display: none;
    text-decoration: underline;
    float: right;
}

#footer input[name="name"],
#footer input[name="email"] {
    margin-bottom: 6px;
    height: 35px;
    background-color: rgba(255,255,255,1.00);
}
#footer input[type="submit"] {
    background-color: #008e2b;
    color: rgba(255,255,255,1.00);
    border-radius: 4px;
    border: none;
    padding: 5px 15px;
}

.intake:not(.active) {
    display: none;
}
.intake {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
}
.intaketable {
    min-width: 100%;
    table-layout: fixed;
    border: solid 1px rgba(244,244,244,1.00);
}
.intake .intaketable {
    margin: 20px 0 0;
}
.intaketable th,
.intaketable td {
    text-align: left;
    padding: 5px 10px;
    white-space: nowrap;
}
.intaketable tr > *:nth-child(n+2) {
    text-align: right;
}
.intaketable tbody > tr:nth-child(2n) > *,
.intaketable th {
    background-color: rgba(244,244,244,1.00);
}

@media (max-width: 880px) {
    a.loyaltyAccount {
        display: block;
    }
    .account, .emaerket {
        display:none;
    }
    #sleek .content {
        width:300px;
        border: solid 3px rgba(152,152,152,1.00);
        padding: 15px;
    }
    #sleek form {
        float:none;
        width: 100%;
    }
    #sleek .content .sleekImage {
        display:none;
    }
    .whyCreateAccount, .reviews {
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }
	
	#alertbar {
		font-size: 11px;
		padding: 4px 15px;
	}

    
    /* OPC */
    #column-data > h3:before, #checkout-container div h2:before, #payment-giftcertificateinfo > h2:before {
        display:none;
    }
	#checkout-container #column-data h3, #checkout-container div h2 {
		font-size: 14px;
		line-height: 14px;
		padding: 11px 15px;
	}
	body.webshop-checkout #btn-menu {
		display:none;
	}
	#checkout-container div#column-data {
		width:100%;
		float:none;
		margin:0 0 15px;
	}
	#checkout-container div#column-shipping-payment {
		width:100%;
		float:none;
		margin:0;
	}
	#checkout-container div#column-order-summary {
		width: 100%;
		padding: 15px 0 0;
		float: none;
	}
	
	#checkout-container div#column-data, #checkout-container div#column-shipping-payment, div#order-summary, div#order-confirm, #order-creditcard, #order-giftcertificate {
		padding:0;
		border:0;
	}
}