@charset "UTF-8";



.product-filter-headertext-container {
	margin: 0 0 15px;
	border-radius: inherit;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #000000;
	color: rgba(255, 255, 255, 1.00);
	padding: 10px 15px;
	display: none;
}
.product-filter-row {
	padding: 0 15px;
	
}
.product-filter-row:not(:last-of-type) {
	margin: 0 0 20px;
}
.product-filter-header-text {
	font-weight: bold;
	/*margin: 0 0 10px;*/
}
/*
.product-filter-header-text.product-filter-header-text-price {
	margin-bottom: 47px;
}
*/
.product-filter-checkbox-container, .product-filter-search-category > div {
	display: flex;
	align-items: center;
}
.hidefilterrow {
	display: none;
}
.product-filter-search-category > div {
	justify-content: space-between;
	cursor: pointer;
}
.product-filter-search-category > div.product-filter-search-category-link-active {
	color: #c03a2e;
}
.product-filter-body-container > div > div:not(:last-of-type), .product-filter-body-container-category > div {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px rgba(228, 228, 228, 1.00);
}
.product-filter-checkbox-container > *, .product-filter-search-category > div > * {
	flex: none;
}
.product-filter-checkbox-container > label {
	flex: auto;
	padding: 0 15px;
	cursor: pointer;
}
.product-filter-count-container {
	background-color: rgba(235, 235, 235, .50);
	border-radius: 3px;
	min-width: 20px;
	text-align: center;
	font-size: 12px;
}
.product-filter-checkbox-container > input:disabled, .product-filter-checkbox-container > input:disabled ~ * {
	opacity: .3;
	cursor: progress;
}
.priceRangeInfo {
	display: flex;
}
.priceRangeInfo > span {
	flex: auto;
	font-size: 70%;
}
.priceRangeInfo > span:last-child {
	text-align: right;
}
.value-slider-wrapper-input {
	display: none;
}



.noUi-target, .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
	direction: ltr;
}
.noUi-base, .noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.noUi-connects {
	overflow: hidden;
	z-index: 0;
}
.noUi-connect, .noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
	left: auto;
	right: 0;
}

.noUi-vertical .noUi-origin {
	width: 0;
}
.noUi-horizontal .noUi-origin {
	height: 0;
}
.noUi-handle {
	position: absolute;
}
.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}
.noUi-horizontal {
	height: 4px;
}
.noUi-horizontal .noUi-handle {
	width: 30px;
	height: 24px;
	left: -17px;
	top: -11px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
	right: -29px;
	left: auto;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle.noUi-handle-upper {
	right: 0;
}

.noUi-target {
	background: rgba(178, 178, 178, .30);
	border-radius: 0px;
	margin: 20px 0 15px;
}
.noUi-connect {
	background: rgba(0, 0, 0, 1.00);
}
.noUi-draggable {
	cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}
.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
.noUi-handle:before, .noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 10px;
	width: 1px;
	background: #E8E7E6;
	left: 12px;
	top: 6px;
}
.noUi-handle:after {
	left: 15px;
}
.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}

[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
	cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-pips {
	position: absolute;
	color: #999;
}
.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center;
}
.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}
.noUi-marker {
	position: absolute;
	background: #CCC;
}
.noUi-marker-sub {
	background: #AAA;
}
.noUi-marker-large {
	background: #AAA;
}
.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}
.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}
/* Vertical layout;

 *

 */
.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}
.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%, 0);
	padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}
.noUi-tooltip {
	display: block;
	position: absolute;
	border-radius: 3px;
	background: rgba(0, 0, 0, 1.00);
	color: rgba(255, 255, 255, 1.00);
	padding: 2px 4px;
	text-align: center;
	white-space: nowrap;
	font-size: 70%;
	line-height: normal;
}
.noUi-tooltip:after {
	content: "";
	width: 0px;
	height: 0px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(0, 0, 0, 1.00);
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%;
}

.pager {
	margin: 40px 0 0;
	display: flex;
	justify-content: space-between;
}
.pager a {
	flex: none;
	padding: 7px 9px;
	text-decoration: none;
	border: solid 1px rgba(215, 215, 215, 1.00);
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 1.00);
	display: block;
}
.pages {
	display: none;
	align-items: center;
}
.pages a {
	margin: 0 3px;
}
.pages a.ActivePageNumber_ProductList {
	border-color: #22213F;
	background-color: #22213F;
	color: rgba(255, 255, 255, 1.00);
}
.HiddenPagesIndicator_ProductList {
	padding: 0 5px;
}

footer > .container.marks {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
footer > .container.marks img {
	width: auto;
	max-height: 60px;
}
footer > .container.marks img[src*="kontrol"] {
	max-height: 45px;
}

form.newsletter {
	display: flex;
	flex-direction: column;
}
form.newsletter label {
	display: flex;
	align-items: center;
}
form.newsletter > :not(:last-child) {
	margin-bottom: 10px;
}
form.newsletter a {
	display: inline;
	text-decoration: underline;
}
form.newsletter input[type="radio"] {
	margin: 0 8px 0 0;
}


.CategoryFooterContent:not(:empty) {
	padding-top: 50px;
}
.CategoryFooterContent h3 {
	margin-top: 20px;
}


.minibasketcontainer.active {
	transform: translateX(0);
	background-color: rgba(0, 0, 0, .5);
}
.minibasket {
	position: absolute;
	height: 100%;
	display: flex;
	flex-direction: column;
	top: 0;
	right: 0;
	transform: translateX(110%);
	background-color: rgba(255, 255, 255, 1.00);
	width: 500px;
	max-width: calc(100vw - 260px);
	transition: all .5s ease;
}
.minibasketcontainer.active .minibasket {
	transform: translateX(0);
}
.minibasket > *:not(.linescontainer) {
	padding-left: 40px;
	padding-right: 40px;
}
.minibasket > .header {
	font-size: 25px;
	padding-top: 30px;
	padding-bottom: 10px;
	display: flex;
	align-items: flex-end;
}
.minibasket .linescontainer {
	position: absolute;
	right: 100%;
	top: 0;
	height: 100%;
	background-color: #f9f9f9;
	display: flex;
	flex-direction: column;
	width: 260px;
	box-shadow: -40px 0 40px rgba(0, 0, 0, .2);
}
.minibasket .linescontainer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 10px;
	height: 100%;
	box-shadow: -10px 0 8px 0 rgb(0 0 0 / 3%);
}
.minibasket .linesheader {
	font-size: 15px;
	justify-content: center;
	padding: 40px 30px 27px;
	flex: none;
	display: flex;
	align-items: flex-end;
	position: relative;
}
.basketclosebutton {
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Arial';
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	background-color: #000;
	color: #FFF;
	padding: 8px 10px;
}
.minibasket .lines {
	flex: auto;
	padding: 0 30px;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: auto;
}
.minibasket .line {
	display: flex;
	flex-direction: column;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 15px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	margin-bottom: 20px;
	position: relative;
}
.minibasket .line > * {
	flex: none;
}
.minibasket .line .name {
	text-decoration: none;
}
.minibasket .line .deletebutton {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 5;
	display: flex;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 1.00);
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
	cursor: pointer;
	color: rgba(255, 255, 255, 1.00);
}
.minibasket .line .deletebutton img {
	display: block;
	width: 55%;
	height: auto;
	margin: 0;
	cursor: pointer;
}
.minibasket .line > .image {
	position: relative;
	margin-bottom: 10px;
}
.minibasket .line > .image img {
	display: block;
	width: 100%;
	height: auto;
}
.minibasket .line > a.name {
	text-decoration: none;
	color: rgba(0, 0, 0, 1.00);
	font-weight: bold;
}
.minibasket .line > .price {
	display: flex;
	flex-direction: column;
	line-height: normal;
	font-weight: bold;
}
.minibasket .line .price small, .minibasket .line > small {
	font-weight: normal;
	display: block;
}
.minibasket .line .incdec {
	margin: 7px 0 10px;
}
.minibasket .line .giftwrap label {
	display: flex;
	align-items: center;
	margin: 0 0 7px;
	cursor: pointer;
}
.minibasket .line .giftwrap label input {
	flex: none;
	margin: 0 7px 0 0;
}
.minibasket .shippingline, .minibasket .total, .minibasket .wrappingline {
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
.minibasket .wrappingline.hidden {
	display: none;
}
.minibasket .shippingline, .minibasket .wrappingline {
	border-bottom: solid 1px #f0f0f0;
}
.minibasket .discountcode {
	border: none;
	border-bottom: solid 1px #f0f0f0;
}
.minibasket .discountcode > input[type="text"] {
	padding-left: 0;
}
.minibasket .discountcode > input[type="text"].active {
	background-position: 0 50%;
}
.minibasket .discountcode > button:disabled {
	cursor: progress;
}
.minibasket .discountcode > button.active {
	background-color: #9e6a5a;
}
.minibasket .pointsinfo {
	border-left: none;
	border-right: none;
}
.minibasket .total {
	font-weight: bold;
	font-size: 15px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.minibasket .sparxpress {
	margin-bottom: 20px;
}
.minibasket .bottom {
	padding-bottom: 40px;
}
.minibasket .bottom > a {
	padding: 15px 20px;
	width: 100%;
}
.minibasket .bottom > a:first-child {
	margin-bottom: 20px;
	background-color: #6B6B6B;
}
.minibasket .bottom > a:last-child:not(:hover) {
	animation: buttonColorChange 5s infinite;
}
.minibasket .pointsinfo:not(.active) {
	display: none;
}
.minibasket span.clerk {
	padding-top: 15px;
	padding-bottom: 15px;
	border: solid 1px #f0f0f0;
	border-right: none;
	border-left: none;
}
.minibasketheader {
	font-weight: bold;
	margin: 0 0 8px;
	font-size: 15px;
}
.minibasket .incdec {
	display: flex;
}
.minibasket .incdec a {
	ursor: pointer;
	width: 30px;
	height: 30px;
	display: flex;
	font-family: 'Arial';
	line-height: 1;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	text-decoration: none;
	border: solid 1px rgba(237, 237, 237, 1.00);
}
.minibasket .incdec span {
	display: flex;
	padding: 0 10px;
	align-items: center;
}

.minibasket .incdec input {
	height: 30px;
    width: 50px;
    text-align: center;
	-moz-appearance: textfield;
	
}

.pricerangeloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(255,255,255,.80);
	backdrop-filter: blur(10px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 999999999;
}
.pricerangeloader span {
	font-weight: bold;
    font-size: 20px;
	width: 600px;
	max-width: 90%;
	text-align: center;
}
.pricerangeloader img {
	display: block;
	width: 60px;
	height: auto;
	margin-top: 20px;
}




/*
.webshop-checkout main {
	padding: 0;
	width: 100%;
	max-width: 100%;
}
*/
#column-data .logo {
	color: rgba(0,0,0,1.00);
	margin-bottom: 50px;
	width: 350px;
	max-width: 100%;
}

#checkout-container h2,
#checkout-container h3 {
	font-size: 24px;
	font-weight: normal;
}
#customer-alternative-delivery {
	margin-top: 30px;
}
#checkout-container {
	
	transition: opacity 1s ease;
	border-bottom: solid 1px #e1e1e1;
}
#checkout-container.active {
	opacity: 1;
}
#checkout-container fieldset, #shipping-methods {
	display: flex;
	flex-wrap: wrap;
	margin: -1%;
	padding: 0;
	border: none;
}
#customer-data fieldset {
	align-items: flex-start;
}
#checkout-container fieldset > label, #checkout-container fieldset > div#subscription-maillist, #checkout-container .altdel {
	flex: none;
	width: 48%;
	margin: 1%;
}
#payment-methods > fieldset > label, #shipping-methods > label,
.cardlabeltext {
	width: 98%;
	margin: 1%;
}
#checkout-container fieldset > label[for*="_country"],
label[for="res4"] {
	position: absolute;
	left: -10000px;
}
#checkout-container fieldset > label[for="checkout_note"] {
	width: 98%;
}
#checkout-container fieldset > label[for="res1"] {
	display: flex;
	flex-wrap: wrap;
}
#checkout-container fieldset > label[for="res1"] > * {
	flex: none;
}
#checkout-container fieldset > label[for="res1"] .salesdiscountcode-label {
	width: 100%;
}
#checkout-container fieldset > label[for="res1"] .salesdiscountcode-container {
	flex: auto;
}
#checkout-container fieldset > label[for="res1"] .salesdiscountcode-button-container input[type="button"] {
	height: 35px;
	min-height: 35px;
	padding: 0 15px;
	margin-left: 6px;
}
.discountInfoButton {
	flex: none;
	width: 100%;
	display: block;
	margin-top: 5px;
}
.checkout-customerdata-text-validationmessage {
	color: #044c8c;
}
#checkout-container fieldset > label[for*="_customertype"] {
	width: 98%;
	border-bottom: solid 1px #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#checkout-container fieldset > label[for*="_customertype"] > span {
	display: none;
}
#checkout-container .altdel,
#checkout-container fieldset > label.freecard {
	width: 98%;
	display: flex;
	padding: 10px;
	background-color: rgba(255, 255, 255, 1.00);
	border: solid 1px #e1e1e1;
	align-items: center;
	justify-content: flex-start;
	margin-top: 20px;
	cursor: pointer;
	border-radius: 3px;
	user-select: none;
}
.div-checkout-checkbox-label label {
	cursor: pointer;
}
#checkout-container .altdel .div-checkout-checkbox {
	display: flex;
}
#checkout-container .altdel input,
#checkout-container fieldset > label.freecard input {
	margin: 0 10px 0 0 !important;
	flex: none;
}
textarea#checkout_note {
	height: 120px;
}
#column-shipping-payment {
	margin-top: 30px;
}
#payment-methods {
	margin-bottom: 30px;
}
#confirm-termsandconditions-link-text {
	margin-top: 10px;
}
#payment-methods > fieldset > label, #shipping-methods > label {
	border: solid 1px #e2e8f0;
	padding: 10px;
	border-radius: 3px;
	cursor: pointer;
}
#column-shipping-payment label.selected {
	background-color: #f8fafc;
}
#column-shipping-payment td {
	vertical-align: top;
}
#column-shipping-payment input[type="radio"] {
	margin: 2px 10px 0 0;
}
.shipping-message, .payment-message {
	color: rgba(113, 113, 113, 1.00);
}
.checkout-payment-method-image, .checkout-shipping-method-image {
	margin: 0 0 10px;
}
.checkout-payment-method-image img, .checkout-shipping-method-image img {
	width: auto;
	height: 20px;
	display: block;
}
#checkout-container .payment-fee {
	display: none;
}
#checkout-container .shipping-fee {
	display: block;
}
#checkout_customertype, #checkout_altdelivery_customertype {
	position: absolute;
	left: -4000px;
	top: -4000px;
}
.typeselect {
	display: flex;
	margin: 0 -1%;
}
.typeselect > div {
	margin: 0 1%;
	flex: auto;
	max-width: 48%;
	padding: 10px 13px;
	border: solid 1px rgba(243, 243, 243, 1.00);
	background-color: rgba(243, 243, 243, 1.00);
	border-radius: 3px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	display: flex;
	position: relative;
}
.typeselect > div.active {
	background-color: #dab171;
	border-color: #dab171;
	color: rgba(255,255,255,1.00);
}
#checkout-container select.checkout-select {
	width: 100%;
}
#payment-giftcertificateinfo {
	margin-bottom: 30px;
}
#payment-giftcertificateinfo fieldset {
	margin: 0;
}
#payment-giftcertificateinfo fieldset > label[for="checkout-giftcertificate-cardnumber"] {
	width: 100%;
	margin: 0;
}
#payment-giftcertificateinfo input[type="text"] {
	flex: auto;
	width: auto;
}
#payment-giftcertificateinfo input[type="text"] + div {
	flex: none;
}
#payment-giftcertificateinfo input[type="button"] {
	height: 35px;
	min-height: 35px;
	padding: 0 15px;
	margin-left: 6px;
}
.basket-line-product td {
	vertical-align: top;
}
.basket-line-product td:first-child {
	font-weight: bold;
}
#order-confirm {
	margin-top: 30px;
}
.isb2b #order-confirm {
    margin-top: 0;
}
#confirm-accepterms, #subscription-maillist {
	display: flex;
	padding: 10px;
	background-color: rgba(255, 255, 255, 1.00);
	border: solid 1px #e1e1e1;
	margin: 15px 0;
	align-items: flex-start;
	justify-content: flex-start;
    float: none;
}
#confirm-accepterms input[type="checkbox"], #subscription-maillist input[type="checkbox"] {
	margin: 0 10px 0 0;
	flex: none;
}
#confirm-accepterms span, #subscription-maillist label {
	cursor: pointer;
    line-height: normal;
}
#confirm-checkout input[type="button"], #confirm-checkout input[type="button"]:hover {
	width: 100%;
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
    float: none;
}
div#order-summary > table {
	width: 100%;
}
div#order-summary > table:nth-of-type(2) {
	margin: 10px 0;
	padding: 10px 0;
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
}
div#order-summary .bold {
	font-size: 17px;
	font-weight: bold;
}
th {
	text-align: left;
}
.left-align {
	text-align: left;
}
.right-align {
	text-align: right;
}
#res2 {
	cursor: pointer;
}
label[for="checkout_note"],
.cardlabeltext {
	display: none;
}
label[for="checkout_note"].active,
.cardlabeltext.active {
	display: block;
}
#checkout-container fieldset > label.freecard {
	width: 98%;
	display: flex;
	align-items: center;
}

.webshop-customercenter td > b + br, .webshop-customercenter article > table + br {
	display: none;
}
form[name="CustomerCenterForm"] > table {
	width: 100%;
	border: solid 1px rgba(231, 231, 231, 1.00);
	padding: 20px;
}
form[name="CustomerCenterForm"] > span {
	float: left;
	margin-right: 6px;
}
form[name="CustomerCenterForm"] > span > span {
	background-color: rgba(238, 238, 238, 1);
	padding: 10px 15px;
	display: block;
	border-radius: 3px 3px 0 0;
}
form[name="CustomerCenterForm"] > span > span.Tabactive_Customer, form[name="CustomerCenterForm"] > span > span.Tabhover_Customer {
	background-color: #000;
	color: rgba(255, 255, 255, 1.00);
}
form[name="CustomerCenterForm"] > span:last-of-type {
	float: right;
	margin: 0;
}
form[name="CustomerCenterForm"] > span:last-of-type > span.Tabdeactive_Customer {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(0, 0, 0, 1.00);
}
#tabID1 > tbody > tr > td > br:first-child, #tabID1 > tbody > tr > td > span.Heading_Customer, #tabID1 > tbody > tr > td > span.Heading_Customer + br, #tabID1 > tbody > tr > td > span.Heading_Customer + br + br, #tabID3 > tbody > tr > td > br:first-child, #tabID3 > tbody > tr > td > span.Heading_Customer, #tabID3 > tbody > tr > td > span.Heading_Customer + br, #tabID3 > tbody > tr > td > span.Heading_Customer + br + table + br {
	display: none;
}
.Text1_Customer tr[id*="Field"] > td {
	padding: 5px 0;
}
.Text1_Customer tr[id*="Field"] > td:nth-child(3) {
	font-size: 0;
}
span.FieldReq_Customer {
	position: absolute;
	font-size: 12px;
	line-height: 1;
	margin: -7px 0 0 -21px;
}
#OrderDetailsHeading + br + table, #OrderDetailsHeading + br + table + br + table + table {
	display: none;
}
#OrderDetailsHeading + br + table + br + table > tbody > tr > td {
	border-bottom: solid 1px rgba(238, 238, 238, 1);
	padding: 7px 0;
}
[align="right"] [href="/shop/customer.html&StrCurTab=3"] {
	margin-top: 15px;
}

ul.timeline {
	display: flex;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	max-width: 100%;
	flex-direction: column;
	list-style-type: none;
	position: relative;
}
ul.timeline:before {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 1px;
	border-left: dashed 1px rgba(202,202,202,1.00);
	content: "";
}
ul.timeline > li {
	flex: none;
	width: 50%;
	align-items: flex-start;
	position: relative;
	text-align: right;
	padding: 3%;
}
ul.timeline > li:nth-child(2n) {
	align-self: flex-end;
	text-align: left;
}
ul.timeline > li .year {
	position: absolute;
	left: calc(100% + 8px);
	background-color: #dab171;
	color: rgba(255,255,255,1.00);
	padding: 10px 20px;
	border-radius: 5px;
	transform: translateY(-50%);
	top: 50%;
	white-space: nowrap;
	display: block;
}
ul.timeline > li .year:before {
	width: 10px;
	height: 10px;
	content: "";
	left: 0;
	transform: translate(-50%,-50%) rotate(-45deg);
	background-color: inherit;
	position: absolute;
	top: 50%;
}
ul.timeline > li:nth-child(2n) .year {
	left: auto;
	right: calc(100% + 8px);
}
ul.timeline > li:nth-child(2n) .year:before {
	left: auto;
	right: 0;
	transform: translate(50%,-50%) rotate(-45deg);
}

.wesupport {
	display: flex;
	flex-wrap: wrap;
	margin: 20px -2%;
	padding: 0;
	list-style-type: none;
}
.wesupport > * {
	flex: none;
	width: 21%;
	margin: 2%;
	padding: 1%;
	border-radius: 10px;
	box-shadow: 0 0 40px rgba(0,0,0,.1);
	text-align: center;
}
.wesupport > * img {
	border-radius: 10px;
	padding: 15px;
	background-color: rgba(242,242,242,1.00);
	aspect-ratio: 1/1;
	object-fit: scale-down;
	object-position: 50% 50%;
	margin: 0 0 20px;
	width: 100%;
}
.wesupport > * strong {
	display: block;
	margin: 0 0 10px;
}


.type-google-pay,.type-apple-pay {
    display: none !important
}

.support-google-pay .type-google-pay {
    display: block !important
}

.support-apple-pay .type-apple-pay {
    display: block !important
}

.support-google-pay .OrderStep2_PayMethods_TD .type-google-pay {
    display: table-row !important
}

.support-apple-pay .OrderStep2_PayMethods_TD .type-apple-pay {
    display: table-row !important
}

.tabs:not(:empty) {
	display: flex;
	flex-direction: column;
	margin-top: 50px;
}
.tabs > div {
	padding: 15px 0 0;
	border-top: solid 1px rgba(199, 199, 199, 1.00);
	display: none;
}
.tabs > div.active {
	display: flex;
}
.tabs > ul {
	display: flex;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tabs > ul > li {
	padding: 0 0 15px;
	margin: 0 15px;
	cursor: pointer;
	position: relative;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);
}
.tabs > ul > li:first-child {
	margin-left: 0;
}
.tabs > ul > li:not(.active) {
	color: rgba(136, 136, 136, 1.00);
}
.tabs > ul > li:not(:last-child):after {
	content: "";
	width: 1px;
	height: 17px;
	position: absolute;
	right: -15px;
	top: 1px;
	border-right: solid 1px rgba(199, 199, 199, 1.00);
}
.tabs > ul > li.active:before {
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: rgba(199, 199, 199, 1.00);
	border-top: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.CmsPageStyle.fancybox__content {
	width: 1000px;
	max-width: 90%;
}

@media (min-width: 901px) {
	.slick-slider:not(.slideshow) .slick-arrow {
		left: auto;
		right: calc(100% + 20px);
	}
	.slick-slider:not(.slideshow) .slick-arrow.next {
		right: auto;
		left: calc(100% + 20px);
	}
	
	#checkout-container > div.checkoutleft, #checkout-container > div.checkoutright {
		padding: 3%;
	}
	#checkout-container > div.checkoutleft {
		width: 60%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		position: relative;
		background-color: rgba(255, 255, 255, 1.00);
	}
	#checkout-container > div.checkoutright {
		width: 40%;
		background-color: #f8fafc;
		border-left: solid 1px #e1e1e1;
	}
	div#checkout-container #column-data, div#checkout-container #column-shipping-payment, #checkout-container #column-order-summary {
		float: none;
		width: 700px;
		max-width: 100%;
		padding: 0;
		border: none;
		min-height: 100px;
	}
	#checkout-container #column-order-summary {
		width: 400px;
		position: sticky;
		top: 54px;
	}
	
}
@media (max-width: 900px) {
	
	
	
	
	.slick-arrow {
		width: 26px;
	}
    
    .webshop-checkout .trustpilot-widget {
        top: 0;
    }
	
	.webshop-checkout .topnavbuttons,
    .webshop-checkout .topmenu {
		display: none;
	}
	#column-data .logo {
		margin-bottom: 30px;
		font-size: 23px;
		width: 300px;
	}
	#checkout-container {
		flex-direction: column;
		padding: 5%;
	}
	#column-data .logo img {
		width: 250px;
	}
    div#checkout-container #column-data,
    div#checkout-container #column-order-summary {
        float: none;
        width: 100%;
        border: none;
        min-height: 10px;
        padding: 0;
    }
	img div#checkout-container #column-data,
    div#checkout-container #column-shipping-payment,
    #checkout-container #column-order-summary {
		width: 100%;
		max-width: 100%;
	}
	div#checkout-container #column-shipping-payment {
		margin-bottom: 30px;
	}
	#checkout-container h2, #checkout-container h3 {
		font-size: 17px;
	}
	#checkout-container fieldset > label, #checkout-container fieldset > div#subscription-maillist, #shipping-methods > label, #checkout-container .altdel {
		width: 98%;
	}
	.button.editbasket {
		margin: 20px 0;
	}
	#checkout-container .altdel {
		margin-top: 20px;
	}
	
	
	.minibasket {
		width: 100%;
		max-width: 100%;
	}
	.minibasket > * {
		flex: none;
	}
	.minibasket > *:not(.linescontainer) {
		padding-left: 20px;
		padding-right: 20px;
	}
	.minibasket > .header {
		font-size: 20px;
		padding-top: 20px;
	}
	.minibasket .bottom {
		padding-bottom: 20px;
	}
	.minibasket .bottom > a {
		padding: 11px 15px;
	}
	.minibasket .bottom > a:first-child {
		margin-bottom: 10px;
	}
	.minibasket .linescontainer {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		flex: auto;
		-webkit-overflow-scrolling: touch;
		overflow-x: hidden;
		overflow-y: auto;
		box-shadow: none;
	}
	.minibasket .lines {
		padding: 0 20px;
	}
	.minibasket .line {
		flex-direction: row;
		align-items: flex-start
	}
	.minibasket .line > .image {
		width: 20%;
		margin: 0;
	}
	.minibasket .line > .lineinfo {
		flex: auto;
		padding: 0 0 0 10px;
	}
	.minibasket .total {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.minibasket .basket-usp, .minibasket .trustpilot-widget, .minibasket .pointsinfo {
		display: none;
	}
	.minibasket .linesheader {
		flex-direction: row-reverse;
		justify-content: space-between;
		padding: 20px;
	}
	.basketclosebutton {
		position: relative;
		left: auto;
		top: auto;
	}
	
	#ProductFilter-Container.active {
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100%;
		z-index: 400;
		background-color: rgba(255,255,255,1.00);
	}
	#ProductFilter-Container > * {
		flex: none;
	}
	.product-filter-headertext-container {
		display: flex;
		margin: 0;
	}
	#ProductFilter-Container [class*="product-filter-column-container-"] {
		flex: auto;
		padding: 15px 0 0;
		-webkit-overflow-scrolling: touch;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.showfilterresultsbutton.button {
		margin: 15px;
	}
	
	.wesupport > * {
		width: 46%;
		padding: 3%;
	}
	
}