/* CHECKOUT */
body.webshop-checkout header > section > *,
body.webshop-checkout #ProductmenuContainer_DIV,
body.webshop-checkout .usp,
body.webshop-checkout .checkout-headline,
body.webshop-checkout footer,
body.webshop-checkout .calculatorButton {
	display: none !important;
}
body.webshop-checkout header > section > a[href="/shop/frontpage.html"] {
	display: block !important;
}
body.webshop-checkout header > section {
	border-bottom: 1px solid #dfdfdf;
}
body.webshop-checkout #emaerket {
	right:40px;
	display: block !important;
	width: auto;
}
body.webshop-checkout #MyCustomTrustbadge {
	right:40px !important;
	left: auto !important;
	display: flex !important;
	width: auto;
}
#checkout-container div h2, #checkout-container div h3 {
	background-color: #333;
	color:rgba(255,255,255,1.00);
	font-weight:bold;
	font-size:16px;
	margin:0;
	padding:10px 20px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#checkout-container div#column-data {
	padding-right:0;
	border-right:0;
	width:55%;
	min-height:inherit;
	margin-bottom:20px;
}
#checkout-container #column-data div#customer-data select {
	margin-bottom:0;
}
#customer-data > fieldset {
	border-radius:0 0 6px 6px;
	background-color:rgba(255,255,255,1.00);
	padding:20px 10px;
	border:solid 1px rgba(222,222,222,1.00);
	border-top:0;
}
#customer-data > fieldset > label:not([for="checkout_customertype"]):not([for="checkout_altdelivery_customertype"]) {
	display:inline-block;
	width:calc(50% - 20px);
	margin:0 10px 10px;
	position:relative;
	vertical-align: top;
}
#customer-data label.showfield-all.error::after {
	content: attr(data-error);
	color: #f00;
	display: block;
	font-size: 11px;
	margin-top: 5px;
}
#customer-data label.showfield-all.error input,
#customer-data label.showfield-all.error select,
#customer-data label.showfield-all.error textarea {
	border: 1px solid #f00;
}

#customer-data {
	margin-bottom:20px;
}
label[for="checkout_customertype"] {
	margin: 0px 10px 10px;
	display: block;
}
div.checkout-customerdata-text-validationmessage {
	margin:0;
	position:absolute;
	font-size:11px;
	top:0;
	right:0;
}
#customer-data > fieldset > div.checkout-row:last-child {
	background-color:rgba(245,245,245,1.00);
	padding:10px 15px;
	border:solid 1px rgba(235,235,235,1.00);
	margin:20px 10px 0;
	border-radius:5px;
	float:none;
	width:inherit;
	display:block;
}
div.div-checkout-checkbox {
	display:inline-block;
	margin:0 7px 0 0;
}
#checkout-container input.checkout-checkbox, #checkout-container #column-data div#customer-data input {
	float:none;
	margin:0;
}
div.div-checkout-checkbox-label {
	display:inline;
}
#checkout-container div.div-checkout-checkbox-label label.right-label {
	float:none;
}
#checkout-container div#customer-alternative-delivery {
	border-top:0;
}
#checkout-container div#customer-alternative-delivery > p {
	display:none;
}


div#checkout-container div#column-shipping-payment {
	margin: 0;
	width: 100%;
	float: none;
}
.checkout-shipping-description-cell {
	font-weight:bold;
}
.checkout-shipping-description-cell .shipping-fee {
	font-weight:normal;
}
div.shipping-message {
	font-size:12px;
	font-weight: normal;
}
#checkout-container div#column-shipping-payment {
	padding-left:0;
	padding-right:0;
	border-right:0;
	min-height:inherit;
	margin:0;
	width:55%;
}
#payment-methods > fieldset {
	border-radius:0 0 6px 6px;
	background-color:rgba(255,255,255,1.00);
	padding:10px;
	margin-bottom:20px;
	border:solid 1px rgba(222,222,222,1.00);
	border-top:0;
}
#payment-methods > fieldset label {
	border-bottom: 1px solid #eee;
	display: block;
	padding: 10px 0;
}
#payment-methods > fieldset label:last-child {
	border-bottom: none;
}
#checkout-container div#column-shipping-payment #payment-methods label {
	padding:20px 15px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 26%, rgba(247,247,247,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 26%,rgba(247,247,247,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 26%,rgba(247,247,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
	margin:0;
	border-bottom:solid 1px rgba(222,222,222,1.00);
}
#checkout-container #payment-methods label:last-child {
	border-bottom:0;
	border-radius:0 0 6px 6px;
}
div.checkout-payment-method-image img {
	max-width: 100%;
	height: 26px;
	object-fit: contain;
}
#shipping-methods {
	border-radius:0 0 6px 6px;
	border:solid 1px rgba(222,222,222,1.00);
	border-top:0;
}
#shipping-methods.loading {
	display: none;
}
#checkout-container #shipping-methods label {
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 26%, rgba(247,247,247,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 26%,rgba(247,247,247,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 26%,rgba(247,247,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
	padding:20px 15px;
	margin:0;
	display: block;
	border-bottom:solid 1px rgba(222,222,222,1.00);
}
#checkout-container #shipping-methods label:last-of-type {
	border-bottom:0;
	border-radius:0 0 6px 6px;
}
#shipping-methods .shipping-fee {
	display:block;
}
div#customer-phone-lookup.column-one h4 {
	padding: 0;
	margin: 0 !important;
	font-size: 14px;
}
div#customer-phone-lookup.column-one p {
	padding: 0 0 10px 0;
}
div#customer-phone-lookup.column-one {
	border-right:solid 1px rgba(222,222,222,1.00);
	border-left:solid 1px rgba(222,222,222,1.00);
	margin: 0 !important;
	padding: 20px;
	background-color: #f6f6f6;
}
div#checkout-container #checkout-lookupphone-container, div#checkout-container #checkout-lookupphone-altdelivery-container {
	width:80%;
}
div#checkout-container #checkout-lookupphone-button-container, div#checkout-container #checkout-lookupphone-altdelivery-button-container {
	width:18%;
	float: right;
}
div#customer-data > fieldset > label.showfield-all[for="note"] {
	width: calc(100% - 20px);
}
div#checkout-container #checkout_note {
	padding:10px;
	min-height: 80px;
}
div#checkout-container #column-data #customer-phone-lookup input[type="button"] {
	background-color: #6e9c16;
	color: #FFF;
	border: none;
	width: 100%;
	margin-bottom: 0;
	height: 34px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
div#checkout-container #column-data #customer-phone-lookup input[type="button"]:hover {
	background-color:#333;
}
div#checkout-container div#column-order-summary {
	padding-left:0;
	min-height:inherit;
	float:right;
	width:42%;
}
fieldset label[for="checkout_altdelivery_customertype"] {
	margin: 0px 10px 10px;
	display: block;
}
#order-creditcard {
	margin-bottom:20px;
}
#checkout-container div#payment-cardinfo {
	border-bottom:0;
	padding:0;
}
#checkout-container div#payment-cardinfo input, #checkout-container div#payment-cardinfo select.checkout-select {
	background-color:#FFFFFF;
}
input#txtCardNumber {
	width:200px;
}
#checkout-container div#payment-cardinfo > h2 + p {
	display:none;
}
#checkout-container div#payment-cardinfo > fieldset {
	background-color:#eafaef;
	border: 1px solid #e1f1e5;
	padding:20px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
div#checkout-container .checkout-payment-cardnumber-container > input {
	width:200px;
}
#checkout-container input.checkout-payment-controlcode-text {
	width:60px;
	margin-bottom:0;
}
.checkout-payment-controlcode-help-container {
	display:none;
}
.checkout-shipping-method-image img {
	height:25px;
}
div#order-summary{
	padding:0px;
	display:block;
	border-radius: 6px;
    border: solid 1px rgba(222,222,222,1.00);
}

div#order-summary > h2{
	display:none;
	background: #333333;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#634d33', endColorstr='#503a23',GradientType=0 );
	color:rgba(255,255,255,1.00);
	font-weight:bold;
	font-size:16px;
	margin:0;
	padding:10px 20px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

div#order-summary > table{
	padding:10px;
}
h2.checkout-order-summary-headline{
	padding: 10px 20px;
    position: relative;
	border: none;
    border-radius: 0px;
    background-color: #eee;
    /* border: 1px solid #eee; */
    cursor: pointer;
}

h2.checkout-order-summary-headline:after{
	content:"";
}
div#checkout-container th {
	font-size:inherit;
}
div#confirm-termsandconditions-link-text {
	margin-top:0;
	padding:20px 20px 10px;
	background-color:rgba(255,255,255,1.00);
}
div#confirm-accepterms, div#confirm-acceptnewsletter {
	padding:8px;
	background-color:#f6f6f6;
	float:none;
	clear:none;
	margin: 0 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div#confirm-checkout {
	background-color:rgba(255,255,255,1.00);
	border-radius:0 0 6px 6px;
	padding:20px;
}
div#confirm-accepterms > span, div#confirm-acceptnewsletter > label {
	padding-left:10px;
}
div#order-confirm {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: solid 1px rgba(222,222,222,1.00);
}
#checkout-container input#confirm-complete-button {
	float:none;
	clear:none;
	border-radius:5px;
	background-color:#6e9c16;
	color:rgba(255,255,255,1.00);
	font-size:17px;
	font-weight:bold;
	border:0;
	display:block;
	width:100%;
	padding:15px;
	cursor: pointer;
}
div#confirm-termsandconditions-text {
	display:none;
}
div#confirm-termsandconditions-link-text > a {
	font-size:11px;
	text-decoration: underline;
}
.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;
}
div#checkout-container input[type="text"]:focus {
	box-shadow: 0 0 5px rgba(56,111,160,0.4);
}
#shipping-methods {
	border-radius:0 0 6px 6px;
	border:solid 1px rgba(222,222,222,1.00);
	border-top:0;
}
#checkout-container #shipping-methods > label {
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 26%, rgba(247,247,247,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 26%,rgba(247,247,247,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 26%,rgba(247,247,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
	padding:20px 20px 20px 15px;
	margin:0;
	display: block;
	border-bottom:solid 1px rgba(222,222,222,1.00);
}
#checkout-container #shipping-methods > label:last-of-type {
	border-bottom:0;
	border-radius:0 0 6px 6px;
}
#shipping-methods .shipping-fee {
	display:block;
}


#shipping-methods label.pickupLabel {
	position: relative;
}
#shipping-methods label.pickupLabel.active:before {
	position: absolute;
	background-color: rgba(236,247,236,1.00);
	border: solid 1px rgba(197,224,197,1.00);
	border-radius: 3px;
	top: 0px;
	left: -8px;
	width: calc(100% + 16px);
	height: 100%;
	content: "";
}
#shipping-methods label.pickupLabel .shipping-message {
	display: none;
	margin: 4px 0 0;
}
#shipping-methods label.pickupLabel.active .shipping-message {
	display: block;
}
#shipping-methods label.pickupLabel .shipping-message strong {
	display: block;
}
#shipping-methods label.pickupLabel .shipping-message span {
	display: block;
	font-size: 10px;
	padding: 5px 0 0;
}
#shipping-methods label.pickupLabel .shipping-fee {
	display: none;
}
#shipping-methods .pickupHeader {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 20px;
	background-color: rgba(222,222,222,1.00);
}
#shipping-methods .pickupHeader .fa {
	margin: 0 0 0 8px;
}
#shipping-methods .checkout-shipping-table {
	width: 100%;
	position: relative;
	z-index: 10;
}
#shipping-methods .checkout-shipping-table .checkout-shipping-radio-cell {
	width: 40px;
}
#shipping-methods .checkout-shipping-description-cell {
	position: relative;
}
#checkout-container #shipping-methods label.pickupLabel {
	padding: 5px 0;
	display: block;
}
#checkout-container #shipping-methods label.pickupLabel .checkout-shipping-description-cell {
	font-weight: normal;
	vertical-align: top;
	padding-top: 2px;
}
.shippingGroups {
	display:flex;
}
.shippingGroups > * {
	flex: auto;
	width: 33.33%;
	vertical-align: top;
	border-right: 1px solid rgba(225,225,225,1.00);
	padding: 20px;
}
.shippingGroups > *:last-child {
	border: 0;
}
#checkout-container .shippingGroups .checkout-shipping-radio-cell {
	width: 20px;
}
.shippingGroups input[type="radio"] {
	margin: 0;
}
.shippingGroups .checkout-shipping-description-cell {
	font-size: 12px;
}
.groupTitle {
	font-weight: bold;
}


div#customer-phone-lookup.column-one h4 {
	padding: 0;
	margin: 0 !important;
	font-size: 14px;
}
div#customer-phone-lookup.column-one p {
	padding: 0 0 10px 0;
}
div#customer-phone-lookup.column-one {
	border-right:solid 1px rgba(222,222,222,1.00);
	border-left:solid 1px rgba(222,222,222,1.00);
	margin: 0 !important;
	padding: 20px;
	background-color: #f6f6f6;
}
div#checkout-container #checkout-lookupphone-container, div#checkout-container #checkout-lookupphone-altdelivery-container {
	width:80%;
}
div#checkout-container #checkout-lookupphone-button-container, div#checkout-container #checkout-lookupphone-altdelivery-button-container {
	width:18%;
	float: right;
}
div#customer-data > fieldset > label.showfield-all[for="note"] {
	width: calc(100% - 20px);
}
div#checkout-container #checkout_note {
	padding:10px;
	min-height: 80px;
}
div#checkout-container #column-data #customer-phone-lookup input[type="button"] {
	background-color: #386fa0;
	color: #FFF;
	border: none;
	width: 100%;
	margin-bottom: 0;
	height: 34px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
div#checkout-container #column-data #customer-phone-lookup input[type="button"]:hover {
	background-color:#333;
}
div#checkout-container div#column-order-summary {
	padding-left:0;
	min-height:inherit;
	float:right;
	width:42%;
}
fieldset label[for="checkout_altdelivery_customertype"] {
	margin: 0px 10px 10px;
	display: block;
}
#order-creditcard {
	margin-bottom:20px;
}
#checkout-container div#payment-cardinfo {
	border-bottom:0;
	padding:0;
}
#checkout-container div#payment-cardinfo input, #checkout-container div#payment-cardinfo select.checkout-select {
	background-color:#FFFFFF;
}
input#txtCardNumber {
	width:200px;
}
#checkout-container div#payment-cardinfo > h2 + p {
	display:none;
}
#checkout-container div#payment-cardinfo > fieldset {
	background-color:#eafaef;
	border: 1px solid #e1f1e5;
	padding:20px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
div#checkout-container .checkout-payment-cardnumber-container > input {
	width:200px;
}
#checkout-container input.checkout-payment-controlcode-text {
	width:60px;
	margin-bottom:0;
}
.checkout-payment-controlcode-help-container {
	display:none;
}
.gls-parsel-shops--container:empty {
	display: none !important;
}

#shipping-methods:not(.noShipping):empty + #shippingPlaceholder,
#shipping-methods:not(.noShipping).noFreightMethods + #shippingPlaceholder {
	display: block !important;
}
#shipping-methods.noShipping:empty + #shippingPlaceholder + #noShippingMessage,
#shipping-methods.noShipping.noFreightMethods + #shippingPlaceholder + #noShippingMessage {
	display: block !important;
}
#shippingPlaceholder,
#noShippingMessage {
	padding: 20px 20px 20px 15px;
	border-radius: 0 0 6px 6px;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 26%,rgba(247,247,247,1) 100%);
	border: solid 1px rgba(222,222,222,1.00);
	border-top: none;
}
#shippingPlaceholder .checkout-shipping-radio-cell,
#noShippingMessage .checkout-shipping-radio-cell {
	width: 40px;
	vertical-align: top;
}

.shippingPostalContainer {
	margin-top: 10px;
	display: flex;
	border: 1px solid rgba(0,0,0,.15);
	background-color: #fff;
}
.shippingPostalContainer > span {
	padding: 8px 10px;
	font-size: 12px;
	color: #aaa;
	flex: none;
	border-right: 1px solid rgba(0,0,0,.15);
}
.shippingPostalContainer > input {
	width: 100%;
	flex: auto;
	border: none;
	padding: 0 10px;
}


.checkout-hidden {
	position: absolute !important;
	top: -9999px;
	left: -9999px;
}

#confirm-checkout {
	position: relative;
}
#confirm-checkout .hiddenConfirmationDiv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	cursor: pointer;
}

@media(max-width: 768px) {
	/* OPC */
	#checkout-container div#column-data, div#checkout-container div#column-order-summary, #checkout-container div#column-shipping-payment, div#checkout-container div#column-shipping-payment {
		width:100%;
		float:none;
	}
	#shipping-methods .pickupHeader {
		font-size: 14px;
	}
	.shippingGroups {
		display: block;
	}
	.shippingGroups > * {
		width: 100%;
		flex: none;
		padding-top: 10px;
		border: 0;
	}
	.shippingGroups > *:not(:last-child) {
		padding-bottom: 0;
	}
}
