@charset "UTF-8";

input[type="checkbox"]:checked, input[type="radio"]:checked {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==);
}
select {
	 background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iY3VycmVudENvbG9yIj4KICA8cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0xOS41IDguMjVsLTcuNSA3LjUtNy41LTcuNSIgLz4KPC9zdmc+");
}

#emaerket-widget-container > iframe:nth-child(1) {
	display: none !important;
}
/*
#emaerket-widget-container > iframe:nth-child(2) {
	z-index: 9999999999 !important;
}
*/

.product-filter-headertext-container {
	padding: 10px 25px;
	font-size: 16px;
	display: none;
}
	

.product-filter-checkbox-container, .product-filter-search-category > div {
	display: flex;
	align-items: center;
}
.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 {
	margin-bottom: 10px;
}
.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: 25px;
	text-align: center;
	font-size: 12px;
	padding: 0 5px;
}
.product-filter-checkbox-container > input:disabled, .product-filter-checkbox-container > input:disabled ~ * {
	opacity: .3;
	cursor: not-allowed;
}
.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: 2px;
}
.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: 0;
	left: auto;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle.noUi-handle-upper {
	right: -29px;
}

div.noUi-base {
    width: auto;
    margin: 0 29px;
}
.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%;
}










.CategoryFooterContent:not(:empty) {
	padding-top: 50px;
}
.CategoryFooterContent h2:not(:first-child),
.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: 25;
	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;
	user-select: none;
	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 .lineinfo .price {
    
}
.minibasket .lineinfo .price > strike {
    color: rgba(101,101,101,1.00);
    padding-right: 5px;
}
.minibasket .line .variantinfo {
	font-size: 11px;
	color: rgba(128,128,128,1.00);
	line-height: normal;
	padding-bottom: 5px;
}
.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 .giftwraptotal {
	font-weight: bold;
	padding-top: 20px;
    display: flex;
    justify-content: space-between;
    margin: 0 0 -15px;
}
.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 .payments {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: auto;
}
.minibasket .bottom .buttons {
    display: flex;
    gap: 15px;
}
.minibasket .bottom .buttons > * {
    flex: auto;
}
.minibasket .bottom .buttons > .button.continue {
    background-color:rgba(0,0,0,1.00);
}
/*
.minibasket .bottom > a:first-of-type {
	margin-bottom: 20px;
	background-color: #6B6B6B;
}

.minibasket .bottom > a:last-of-type: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 .bulletpoints {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 12px;
    margin: 30px 0;
}
.minibasket .bulletpoints .bullet {
    align-items: flex-start;
}





/*
.webshop-checkout main {
	padding: 0;
	width: 100%;
	max-width: 100%;
}
*/
#column-data .logo {
	color: rgba(0,0,0,1.00);
	margin-bottom: 50px;
	width: 250px;
	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 .altdel {
	flex: none;
	width: 48%;
	margin: 1%;
}
#payment-methods > fieldset > label, #shipping-methods > label,
.cardlabeltext {
	width: 98%;
	margin: 1%;
}
#checkout-container fieldset > label[for="checkout_note"],
#checkout-container fieldset > label[for="res2"],
#checkout-container fieldset > label[for="checkout_customer_email"] {
	width: 98%;
}
#checkout-container fieldset > label[for="res2"] {
	display: flex;
	flex-wrap: wrap;
}
#checkout-container fieldset > label[for="res2"] > * {
	flex: none;
}
#checkout-container fieldset > label[for="res2"] .salesdiscountcode-label {
	width: 100%;
}
#checkout-container fieldset > label[for="res2"] .salesdiscountcode-container {
	flex: auto;
}
#checkout-container fieldset > label[for="res2"] .salesdiscountcode-container input[type="text"] {
	border-right: none;
}
#checkout-container fieldset > label[for="res2"] .salesdiscountcode-button-container input[type="button"] {
	height: 40px;
	min-height: 40px;
	padding: 0 25px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.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;
}
#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;
	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;
	position: relative;
}
#payment-methods > fieldset > label {
	width: 48%;
}
#column-shipping-payment label.selected {
	background-color: #f8fafc;
}
.checkout-payment-radio-cell,
.checkout-shipping-radio-cell {
	width: 30px;
}
#column-shipping-payment td {
	vertical-align: top;
}
#column-shipping-payment input[type="radio"] {
	margin: 2px 10px 0 0;
}
.checkout-payment-table,
.checkout-shipping-table {
	width: 100%;
	line-height: normal;
}
.shipping-message, .payment-message {
	color: rgba(113, 113, 113, 1.00);
}
.shipping-message b,
.payment-message b {
	display: block;
}
.checkout-payment-method-image, .checkout-shipping-method-image {
	margin-bottom: 9px;
	min-height: 27px;
}
.checkout-payment-method-image img,
.checkout-shipping-method-image img {
	height: 22px;
	/*
	background-color: #e2e8f0;
	border-radius: 4px;
	padding: 7px;
	*/
	display: block;
}
.checkout-payment-method-image img[src*="mobilepay"] {
	height: 25px;
}
.checkout-payment-method-image img[src*="viabill"] {
	height: 17px;
}
.checkout-payment-method-image img[src*="klarna"] {
	height: 27px;
}
.checkout-payment-method-image img[src*="bank"] {
	height: 19px;
}
#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 {
	background-color: #f8fafc;
    border: solid 1px #e2e8f0;
    padding: 10px;
    border-radius: 3px;
	margin: -20px 0 30px 39px;
	position: relative;
}
#payment-giftcertificateinfo:before {
	content: "";
	position: absolute;
	top: -16px;
	left: -18px;
	width: 14px;
	height: 40px;
	border: dotted 3px #e2e8f0;
	border-right: none;
	border-top: none;
}
#payment-giftcertificateinfo > h2 {
	display: none;
}
#payment-giftcertificateinfo > p {
	display: none;
}
#payment-giftcertificateinfo fieldset {
	margin: 0;
}
#payment-giftcertificateinfo fieldset > label[for="checkout-giftcertificate-cardnumber"] {
	display: none;
}
#payment-giftcertificateinfo input[type="text"] {
	flex: auto;
	width: auto;
	border-right: none;
}
#payment-giftcertificateinfo input[type="text"] + div {
	flex: none;
}
#payment-giftcertificateinfo input[type="button"] {
	height: 40px;
    min-height: 40px;
    padding: 0 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#subscription-maillist {
    width: 98%;
    margin: 10px 1% 30px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: normal;
    justify-content: flex-start;
}
#subscription-maillist input {
    flex: none;
    margin: -1px 0 0;
}
#subscription-maillist label {
    cursor: pointer;
}
.basket-line-product td {
	vertical-align: top;
}
.basket-line-product td:first-child {
	font-weight: bold;
}
#order-confirm {
	margin-top: 30px;
}
#confirm-accepterms {
	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;
}
#confirm-accepterms input[type="checkbox"] {
	margin: 2px 10px 0 0;
	flex: none;
}
#confirm-accepterms span {
	cursor: pointer;
}
#confirm-checkout input[type="button"], #confirm-checkout input[type="button"]:hover {
	width: 100%;
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
}
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;
}
#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: #375442;
	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;
}

.details {
	flex: auto;
}
.details > div {
	display: flex;
	align-items: flex-start;
}
.details > div > strong {
	width: 150px;
	flex: none;
}
.details > div > div {
	flex: auto;
}
.details > div:not(:last-child) {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px rgba(227,227,227,1.00);
}

.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;
	margin-bottom: 30px;
}
.tabs > div {
	padding: 15px 0 0;
	border-top: solid 1px rgba(237,237,237,1.00);
	display: none;
}
.tabs > div.active {
	display: flex;
}
.tabs > div[data-faq] {
	flex-wrap: wrap;
}
.tabs > div[data-faq] > div.faq {
	flex: none;
	width: 100%;
}
.tabs > div[data-faq] > div:not(:last-child) {
	margin-bottom: 10px;
}
.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 24px;
	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: #757575;
}
.tabs > ul > li:not(:last-child):after {
	content: "";
	width: 1px;
	height: 17px;
	position: absolute;
	right: -24px;
	top: 1px;
	border-right: solid 1px rgba(237,237,237,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%);
}
.tabs .readmore {
	text-decoration: underline;
	cursor: pointer;
}
.tabs .readmore:before {
	content: attr(data-default);
}
.tabs .readmore:before {
	content: attr(data-default);
}
.tabs .collapse {
	margin-bottom: 5px;
	position: relative;
}
.tabs .collapse:not(.open):after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
	max-height: 50%;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	pointer-events: none;
}
.collapse.open + .readmore:before {
	content: attr(data-open);
}
.collapse:not(.open) {
	height:163px;
	overflow: hidden;
}





.team {
	display: flex;
	margin: 30px -1%;
	padding: 0;
	list-style-type: none;
	flex-wrap: wrap;
}
.team > * {
	margin: 0 1% 2%;
	flex: auto;
	max-width: 18%;
	background-color: rgba(242, 242, 242, 1.00);
}
.team img {
	display: block;
	width: 100% !important;
	height: auto !important;
}
.team p {
	margin: 0;
	padding: 10px 15px;
}
.team strong {
	display: block;
}


.CmsPageStyle.fancybox__content,
.Text1_Terms.fancybox__content {
	width: 1000px;
	max-width: 90%;
}

footer .TopMenu_MenuItems {
	margin-bottom: 30px;
}

div.fancybox__container {
	z-index: 9999999999;
}
#herodesk-livechat {
    z-index: 100 !important;
}


.yesoffertitle {
    margin: 0 0 10px;
    font-weight: 700
}

.yesofferproducts {
    overflow: hidden;
    gap: 10px;
    display: flex;
    flex-direction: column
}

.yesofferproducts >.yesitem {
    padding: 10px;
    border: 2px solid #455852;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #fff;
    line-height: normal
}

.yesofferproducts >.yesitem:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    background-color: #f0f8ee;
    border: 2px solid #dcebd9;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    transition: all .5s ease;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iZ3JlZW4iPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE5LjkxNiA0LjYyNmEuNzUuNzUgMCAwIDEgLjIwOCAxLjA0bC05IDEzLjVhLjc1Ljc1IDAgMCAxLTEuMTU0LjExNGwtNi02YS43NS43NSAwIDAgMSAxLjA2LTEuMDZsNS4zNTMgNS4zNTMgOC40OTMtMTIuNzRhLjc1Ljc1IDAgMCAxIDEuMDQtLjIwN1oiIGNsaXAtcnVsZT0iZXZlbm9kZCIgLz4KPC9zdmc+);
    background-size: 30px auto;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.yesofferproducts >.yesitem.yesitemadded:before {
    opacity: 1
}

.yesofferproducts >.yesitem .image {
    flex: none;
    width: 70px
}

.yesofferproducts >.yesitem .image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1
}

.yesofferproducts >.yesitem .info {
    padding: 0 20px;
    flex: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.yesofferproducts >.yesitem .info .name {
    margin: 0 0 5px
}

.yesofferproducts >.yesitem .info .inforow {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start
}

.yesofferproducts >.yesitem .info .priceinfo {
    display: flex;
    gap: 5px;
    align-items: center
}

.yesofferproducts >.yesitem .info .priceinfo>.unitprice {
    font-weight: 700
}

.yesofferproducts >.yesitem .info .priceinfo>del {
    color: #6b7280;
    font-weight: 400
}

.yesofferproducts >.yesitem .info .stockinfo {
    margin: 0
}

.yesofferproducts >.yesitem .button {
    flex: none;
    font-size: 12px;
    padding: 8px 15px;
}

[data-yesoffers]:not(:empty)+.minibasketpayment {
    padding-top: 30px
}

@media (min-width: 1001px) {
    
    
    
	.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);
	}
	
	
	.ShowBasket_Custom_DIV .name .amount {
		display: none;
	}
	.ShowBasket_Custom_DIV .price .priceholder {
		min-width: 120px;
	}
	.showbasket .summary {
		position: sticky;
		top: 150px;
	}
	
	#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: none;
	}
	#checkout-container #column-order-summary {
		width: 400px;
		position: sticky;
		top: 54px;
	}
	
	.dropdownmenu {
		position: absolute;
		left: 0;
		top: 100%;
		justify-content: center;
		background-color: rgba(255,255,255,1.00);
		padding: 2.5%;
		width: 100%;
		box-shadow: 0 20px 40px rgba(0,0,0,.1);
	}
	.dropdownmenu:after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 5px;
		background-color: #c1a671;
	}
	.dropdownmenu.hasbanner {
		justify-content: flex-start;
	}
	.dropdownmenu > * {
		order: 1;
	}
	.dropdownmenu > a {
		flex: none;
		width: calc(50% - 60px);
		margin-right: 60px;
		display: flex;
		justify-content: flex-end;
	}
	.dropdownmenu > a > img {
		width: 640px;
		max-width: 100%;
		display: block;
		max-height: 40vh;
		object-fit: cover;
	}
	.dropdownmenu > ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		flex: none;
	}
	.dropdownmenu > ul > li {
		position: relative;
	}
	.dropdownmenu > ul > li > a {
		display: block;
		text-decoration: none;
		white-space: nowrap;
		padding: 2px 0;
	} 
	
	.dropdownmenu.default {
		align-items: center;
	}
	.dropdownmenu.default > ul {
		flex: none;
	}
	.dropdownmenu.default > ul.twocolumns,
	.dropdownmenu.brands > ul {
		column-gap: 50px;
	}
	
	.dropdownmenu.default > ul.twocolumns {
		column-count: 2;
		column-rule: solid 1px rgba(237,237,237,1.00);
	}
	
	.dropdownmenu.brands > ul {
		column-count: 4;
		width: 1400px;
		max-width: 90%;
	}
	.dropdownmenu.brands > ul > li {
		border-left: solid 1px rgba(237,237,237,1.00);
		padding-left: 15px;
	}
	.dropdownmenu.brands > ul > li.letter:not(:first-child) {
		margin-top: 25px;
	}
	.dropdownmenu.brands > ul > li.letter > i {
		font-size: 15px;
		font-weight: bold;
		position: absolute;
		top: 0;
		right: calc(100% + 15px);
		font-style: normal;
		color: #c1a671;
		text-align: right;
	}
	
	.dropdownmenu > .latestblog {
		order: 2;
		width: 40%;
		margin-left: 40px;
		flex: none;
		border-left: solid 1px rgba(237,237,237,1.00);
		padding-left: 40px;
	}
	.dropdownmenu > .latestblog:empty {
		height: 400px;
		background-image: url("/images/skins/2023/images/loader.gif");
		background-repeat: no-repeat;
		background-size: 40px auto;
		background-position: 50% 50%;
	}
	.dropdownmenu > .latestblog > a {
		display: flex;
		box-shadow: 10px 10px 20px rgba(0,0,0,.1);
		text-decoration: none;
		position: relative;
		transform: translateX(50px);
		opacity: 0;
		transition: all .2s ease;
	}
	li.hover:hover .dropdownmenu > .latestblog > a {
		transform: translateX(0);
		opacity: 1;
	}
	.dropdownmenu > .latestblog > a:before {
		content: attr(data-title);
		position: absolute;
		top: 0;
		right: 0;
		transform-origin: 100% 0;
		transform: rotate(90deg) translate(100%,-100%);
		padding: 2px 10px;
		font-size: 12px;
		background-color: #c1a671;
		border-radius: 3px 3px 0 0;
		color: rgba(255,255,255,1.00);
	}
	.dropdownmenu > .latestblog > a > img {
		flex: none;
		width: 40%;
		object-fit: cover;
	}
	.dropdownmenu > .latestblog > a > .info {
		display: flex;
		flex-direction: column;
		flex: auto;
		padding: 20px 30px;
	}
	.dropdownmenu > .latestblog > a > .info .name {
		font-weight: bold;
		font-size: 15px;
	}
	.dropdownmenu > .latestblog > a > .info .readmore {
		text-decoration: underline;
	}
	
	.dropdownmenu.mega > ul {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}
	.dropdownmenu.mega > ul > li {
		flex: none;
		width: calc(20% - 30px);
	}
	.dropdownmenu.mega > ul > li > a {
		font-weight: bold;
		font-size: 16px;
		display: block;
	}
	.dropdownmenu.mega > ul > li > ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.dropdownmenu.mega > ul > li > ul > li > a {
		text-decoration: none;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dropdownmenu.mega > ul > li > ul > li.showall > a {
		text-decoration: underline;
	}
	.dropdownmenu.mega > ul > li > ul > li.showall ~ li {
		display: none;
	}
	.dropdownmenu.mega > ul > li > ul ul {
		display: none;
	}
	.dropdownmenu:not(.mega) > ul > li > ul {
		display: none;
	}
	
}
@media (max-width: 1000px) {
	
    .minibasket .bulletpoints {
        font-size: 11px;
        margin: 10px;
        gap: 20px;
        justify-content: center;
        display: none;
    }
    .minibasket .bulletpoints .bullet:nth-child(n+3) {
        display: none;
    }
    .minibasket .bulletpoints .bullet br {
        display: none;
    }
    .bullet svg {
        display: none;
    }
    
    .minibasket .shippingcountdown {
        padding-top: 10px;
    }
    .minibasket .shippingcountdown .text {
        font-size: 11px;
        text-transform: none;
    }
    
    .yesoffertitle {
        margin: 0 0 5px;
    }
    .minibasket .yesoffertitle {
        margin: 10px 0 5px;
    }
    .yesofferproducts {
        gap: 8px;
    }
    .yesofferproducts>.yesitem .image {
        width: 50px
    }
    .yesofferproducts>.yesitem .info .name {
        margin: 0;
    }

    .yesofferproducts .yesitem .button {
        font-size: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iI2ZmZiI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMTUuNzUgMTAuNVY2YTMuNzUgMy43NSAwIDEgMC03LjUgMHY0LjVtMTEuMzU2LTEuOTkzIDEuMjYzIDEyYy4wNy42NjUtLjQ1IDEuMjQzLTEuMTE5IDEuMjQzSDQuMjVhMS4xMjUgMS4xMjUgMCAwIDEtMS4xMi0xLjI0M2wxLjI2NC0xMkExLjEyNSAxLjEyNSAwIDAgMSA1LjUxMyA3LjVoMTIuOTc0Yy41NzYgMCAxLjA1OS40MzUgMS4xMTkgMS4wMDdaTTguNjI1IDEwLjVhLjM3NS4zNzUgMCAxIDEtLjc1IDAgLjM3NS4zNzUgMCAwIDEgLjc1IDBabTcuNSAwYS4zNzUuMzc1IDAgMSAxLS43NSAwIC4zNzUuMzc1IDAgMCAxIC43NSAwWiIgLz4KPC9zdmc+);
        background-size: auto 45%;
        background-repeat: no-repeat;
        background-position: 50% 44%
    }

    .yesofferproducts>.yesitem .info .inforow {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px
    }
    
    #ProductFilter-Container [class*="product-filter-column-container-"] > div {
        width: 100% !important;
    }
    #ProductFilter-Container [class*="product-filter-column-container-"] > div: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;
    }

	.slick-arrow {
		width: 26px;
	}
	
	.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: 150px;
	}
	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 .shippingcountdown.redeemed {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .shippingcountdown.redeemed svg {
        width: 16px;
    }
	.minibasket > .header {
		font-size: 20px;
		padding-top: 20px;
	}
	.minibasket .bottom {
		padding-bottom: 20px;
	}
	.minibasket .bottom .buttons > a {
		padding: 9px 12px;
        font-size: 13px;
	}
	.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: 10px;
	}
	.minibasket .basket-usp, .minibasket .trustpilot-widget, .minibasket .pointsinfo {
		display: none;
	}
	.minibasket .linesheader {
		flex-direction: row-reverse;
		justify-content: space-between;
		padding: 10px 20px;
        display: none;
	}
    .minibasket .bottom .payments {
        display: none;
    }
	.basketclosebutton {
		position: relative;
		left: auto;
		top: auto;
	}
	
	.showbasket {
		flex-direction: column;
	}
	.showbasket > * {
		flex: none;
		width: 100%;
	}
	.ShowBasket_Custom_DIV > div {
		padding: 10px;
		flex-wrap: wrap;
	}
	.ShowBasket_Custom_DIV .image {
		width: 50px;
	}
	.ShowBasket_Custom_DIV .name .amount {
		margin: 10px 0 0;
	}
	.ShowBasket_Custom_DIV .price {
		align-self: flex-end;
		flex-direction: column;
		width: 100%;
		margin: 0;
		align-items: flex-end;
	}
	.ShowBasket_Custom_DIV .price .amount, .ShowBasket_Custom_DIV .price a[href*="remove=1"] {
		display: none;
	}
	.ShowBasket_Custom_DIV .amount a[href*="remove=1"] {
		display: flex;
		margin-left: 15px;
	}
	.showbasket .summary {
		padding: 20px;
		margin: 20px 0 0;
		width: 100%;
	}
	.showbasket .summary .row.total {
		font-size: 20px;
	}
	#ShowBasketSendBasketLink {
		width: 100%;
		padding: 20px;
	}
	.showbasketbuttons {
		margin-top: 20px;
		flex-direction: column;
	}
	
	#ProductFilter-Container.active {
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100%;
		z-index: 9999999999;
		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;
		-webkit-overflow-scrolling: touch;
		overflow-x: hidden;
		overflow-y: auto;
	}
	#ProductFilter-Container [class*="product-filter-column-container-"] > div {
		padding: 0 25px;
	}
	.showfilterresultsbutton.button {
		margin: 15px;
	}
	
	.wesupport > * {
		width: 46%;
		padding: 3%;
	}
	
	#emaerket-widget-container > .emaerket-widget-hide-print {
		display: none;
	}
	
	
	header #ProductmenuContainer_DIV.active #ProductMenu_List {
		display: flex;
	}
	#ProductmenuContainer_DIV .search,
	#ProductMenu_List,
	#ProductmenuContainer_DIV .TopMenu_MenuItems {
		box-shadow: 0 0 30px rgba(0, 0, 0, .1);
		background-color: rgba(255, 255, 255, 1.00);
		width: calc(100vw - 40px);
	}
	#ProductmenuContainer_DIV .search {
		flex: none;
		padding: 15px 20px;
	}
	#ProductMenu_List {
		margin: 0;
		padding: 0;
		list-style-type: none;
		flex-direction: column;
		flex: auto;
		
		
		-webkit-overflow-scrolling: touch;
		overflow-x: hidden;
		overflow-y: auto;
	}
	#ProductMenu_List ul {
		display: none;
	}
	#ProductMenu_List ul.open {
		display: block;
	}
	#ProductMenu_List ul.dropdown {
		list-style-type: none;
		margin: 0;
		padding: 0;
		border-left: solid 20px #c1a671;
	}
	#ProductMenu_List li > a {
		display: flex;
		align-items: center;
		padding: 15px 20px;
		text-decoration: none;
		font-size: 14px;
	}
	#ProductMenu_List ul li > a.Activ_ProductMenu,
	#ProductMenu_List ul li > a.Link_Active_Topmenu {
		color: #c1a671;
	}
	#ProductMenu_List li > a > * {
		flex: auto;
	}
	#ProductMenu_List li:not(:last-child) > a {
		border-bottom: solid 1px rgba(237,237,237,1.00);
	}
	#ProductMenu_List > li > a, #ProductMenu_List > li > a span.ProductMenu_MenuItemBold {
		font-weight: normal;
		text-transform: uppercase;
	}
	#ProductMenu_List li.has-dropdown > a {
		padding: 0;
	}
	#ProductMenu_List li.has-dropdown > a span {
		padding: 15px 20px;
		flex: auto;
	}
	#ProductMenu_List li.has-dropdown > a > i {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		line-height: 1;
		font-weight: normal;
		font-size: 17px;
		width: 51px;
		padding: 10px;
		height: auto;
		font-style: normal;
		flex: none;
		align-self: stretch;
		color: #c1a671;
	}
	#ProductMenu_List li.has-dropdown > a > i:after {
		content: "+";
		
	}
	#ProductMenu_List li.has-dropdown.active > a > i {
		content: "-";
		background-color: #c1a671;
		color: rgba(255, 255, 255, 1.00);
	}
	#ProductMenu_List li.has-dropdown.active > a > i:after {
		content: "-";
	}
	span.Productmenu_Category_Icon_Container {
		display: none;
	}
	#ProductMenu_List li.infoli {
		border-top: solid 10px #c1a671;
	}
	
	.tabs > ul > li {
		margin: 0 12px;
	}
	.tabs > ul > li:not(:last-child):after {
		right: -12px;
	}
	
}