@charset "UTF-8";

.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
}
	
#ProductFilter-Container [class*="product-filter-column-container-"] > div {
	width: 100% !important;
	background-color: #FFF;
	padding: 0 20px 0 0;
	border-radius: 5px;
}
#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;
}
.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,
.product-filter-body-container-category > div {
	margin-bottom: 10px;
}
/*
.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-tag-checkboxes:not(.expanded) .product-filter-checkbox-container.maxfilterlines ~ .product-filter-checkbox-container,
.product-filter-manufactor-checkboxes:not(.expanded) .product-filter-checkbox-container.maxfilterlines ~ .product-filter-checkbox-container {
    display: none;
}
.product-filter-show-all-items {
    cursor: pointer;
    text-decoration: underline;
    color: rgba(83,83,83,1.00);
    display: inline-block;
}
.product-filter-show-all-items:hover {
    color: rgba(0,0,0,1.00);
}
.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;
}

/* CHECKOUT */
#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 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="checkout_customer_email"] {
	width: 98%;
	display: flex;
	justify-content: space-between;
}
#checkout-container fieldset > label[for="checkout_customer_email"] > div {
	width: 49%;
}
#checkout-container fieldset > label[for="checkout_note"],
#checkout-container fieldset > label[for="res3"] {
	width: 98%;
}
#checkout-container fieldset > label[for="res3"] {
	display: flex;
	flex-wrap: wrap;
}
#checkout-container fieldset > label[for="res3"] > * {
	flex: none;
}
#checkout-container fieldset > label[for="res3"] .salesdiscountcode-label {
	width: 100%;
}
#checkout-container fieldset > label[for="res3"] .salesdiscountcode-container {
	flex: auto;
    position: relative;
}
#checkout-container fieldset > label[for="res3"] .salesdiscountcode-container input[type="text"] {
	border-right: none;
	height: 40px;
}
#checkout-container fieldset > label[for="res3"] .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;
}
.discountmessagecontainer {
    display: inline-flex;
    border-radius: 25px;
    padding: 3px 15px;
    margin: 0 0 15px 20px;
    
    background-color: #ee6824;
    color: #fff;
    position: relative;
}
.discountmessagecontainer:before {
    content: "";
    width: 10px;
    height: 7px;
    transform: rotate(0deg) translateY(-82%);
    background-color: inherit;
    position: absolute;
    top: 0;
    left: 20px;
    transform-origin: 50% 50%;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.discountmessagecontainer:empty {
    display: none; 
}
.removecodebutton {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}
.codeactive .removecodebutton {
    display: block;
}
.removecodebutton svg {
    width: 16px;
    height: auto;
    display: block;
}


.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: 0;
	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: #2496ee;
	border-color: #2496ee;
	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;
}


.basket-line-product td {
	vertical-align: top;
}
.basket-line-product td:first-child {
	font-weight: bold;
}
#order-confirm {
	margin-top: 30px;
}
#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;
	width: 98% !important;
	border-radius: 2px;
}
#confirm-accepterms input[type="checkbox"], #subscription-maillist input[type="checkbox"] {
	margin: 2px 10px 0 0;
	flex: none;
}
#confirm-accepterms span, #subscription-maillist label {
	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;
}


/*
.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: -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;
}

.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: #ee6824;
	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 #ee6824;
	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%;
}
*/

.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;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-base {
    top: -6px;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
    top: 6px;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.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;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
    top: -16px;
        width: calc(100% - 30px);
    left: 16px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: rgba(178,178,178,.30);
  margin: 0 0 20px;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: rgba(0, 0, 0, 1.00);
}
/* Handles and cursors;
 */
.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;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.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 state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.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%);
  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: #ee6824;
	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 #ee6824;
	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%;
}


.searchoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
    background-color: rgba(0,0,0,.70);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: none;
    flex-direction: column;
}
.searchoverlay.active {
    display: flex;
}
.searchtop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    border-bottom: solid 1px #f1f4f8;
    background-color: rgba(255,255,255,1.00);
    padding: 0 5%;
    flex: none;
}
.searchlogo {
    width: 240px;
    height: auto;
    max-width: 20%;
    display: block;
    cursor: pointer;
}
.searchinputcontainer {
    width: 700px;
    max-width: 60%;
    position: relative;
}
input[type="text"].searchinput {
    height: 46px;
}
.searchinputclear {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
	border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #000;
    transition: ease .4s;
	align-items: center;
	justify-content: center;
}
.searchinputclear svg {
    width: 15px;
    height: auto;
    display: block;
	fill: #FFF;
}
.searchinputclear.active {
    display: flex;
}
.searchicon {
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
    right: 4px;
    -webkit-appearance: none;
    border: none;
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
	background-color: #ee6824;
	cursor: pointer;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI4LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMjQsNDAwYy05Ny4yLDAtMTc2LTc4LjgtMTc2LTE3NlMxMjYuOCw0OCwyMjQsNDhzMTc2LDc4LjgsMTc2LDE3NkMzOTkuOSwzMjEuMiwzMjEuMiwzOTkuOSwyMjQsNDAweiBNMjI0LDgwCgljLTc5LjUsMC0xNDQsNjQuNS0xNDQsMTQ0czY0LjUsMTQ0LDE0NCwxNDRzMTQ0LTY0LjUsMTQ0LTE0NEMzNjcuOSwxNDQuNSwzMDMuNSw4MC4xLDIyNCw4MHoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTMyMCwyNDBjLTguOCwwLTE2LTcuMi0xNi0xNmMtMC4xLTQ0LjItMzUuOC03OS45LTgwLTgwYy04LjgsMC0xNi03LjItMTYtMTZzNy4yLTE2LDE2LTE2CgljNjEuOCwwLjEsMTExLjksNTAuMiwxMTIsMTEyQzMzNiwyMzIuOCwzMjguOCwyNDAsMzIwLDI0MHoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTQ0OCw0NjRjLTQuMiwwLTguMy0xLjctMTEuMy00LjdMMzI1LjgsMzQ4LjRjLTYuMS02LjQtNi0xNi41LDAuNC0yMi42YzYuMi02LDE2LTYsMjIuMiwwbDExMC45LDExMC45CgljNi4yLDYuMiw2LjIsMTYuNCwwLDIyLjZDNDU2LjMsNDYyLjMsNDUyLjIsNDY0LDQ0OCw0NjRMNDQ4LDQ2NHoiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 50% 50%;
	transition: ease .4s;
}
.searchclose {
    background-color: #f1f4f8;
    border: solid 1px #efefef;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.searchclose svg {
    display: block;
    width: 70%;
    height: auto;
}
.searchclose:hover {
    background-color: rgba(0,0,0,1.00);
    border-color: rgba(0,0,0,1.00);
}
.searchclose:hover svg {
    color: rgba(255,255,255,1.00);
}
.searchresults {
    flex: auto;
    flex-direction: column;
    align-items: center;
    display: flex;
    -webkit-overflow-scrolling:touch;
    overflow-x:hidden;
	overflow-y:auto;
    padding: 40px 0;
}
.searchresults > * {
    width: 1600px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.searchresultstitle,
.searchresultsrowtitle {
    font-size: 25px;
    padding-bottom: 40px;
	color: #FFF;
}

.searchresultsrow {
    display: flex;
    flex: auto;
    padding-bottom: 40px;
    gap: 5%;
    align-items: flex-start;
}

.searchresultsrow > * {
    flex: auto;
}
.searchresultscategories {
    flex: none;
	min-width: 230px;
}

.searchresultscategories ul {
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.searchresultscategories ul > li:not(:last-child) {
    margin-bottom: 10px;
}
.searchresultscategories ul a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px rgba(231,231,231,1.00);
    padding: 10px 15px;
    background-color: rgba(255,255,255,1.00);
    border-radius: 4px;
    text-decoration: none;
	transition: ease .4s;
}
.searchresultscategories ul a svg {
    width: 15px;
    height: auto;
    display: block;
    margin-left: 10px;
}
.searchresultsproducts.nosearchresults {
    text-align: center;
	font-size: 20px;
	color: #FFF;
}
.searchresultsrow:empty {
    background-image: url('https://livesearch.bewise.dk/loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px auto;
}

.searchresultsproducts .SubCats_Categories_UL {
    margin-top: 0;
}
.searchresultsproducts .SubCats_Categories_UL > li {
    float: none !important;
}
.searchresultsproducts .SubCats_Categories_UL > li:empty {
    display: none;
}
.searchresultsul {
    margin: -1%;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.searchresultsul > * {
    margin: 1%;
    width: 18%;
    flex: none;
}

.searchresultsul .searchimage {
    flex: auto;
}
.searchresultsul .searchimage img {
    display: block;
    width: 100%;
    height: auto;
}
.searchresultsul .searchinfo {
    flex: none;
}
.searchresultsul .searchname a {
    text-decoration: none;
    display: block;
    padding: 15px 0 0;
}
.searchresultsul .searchprice {
    font-weight: bold;
}
.searchresultsul .searchprice strike {
    font-weight: normal;
    color: rgba(143,143,143,1.00);
}
/*
.SubmitButton_SearchPage {
    pointer-events: none;
}
*/



.b2bpopup .fancybox__content {
    width: 600px;
    max-width: 90vw;
}
.b2bpopup .fancybox__content > .f-button.is-close-btn, .b2bpopup.is-compact .fancybox__content > .f-button.is-close-btn {
    top: -40px;
    right: 0;
    min-height: 0;
    width: 50px;
    height: 50px;
    color: rgba(36, 36, 36, 1.00);
    opacity: 1;
    background-color: transparent;
    border-radius: 0;
}
.b2bpopup table {
    width: 100%;
}
.b2bpopup form {
    padding: 2rem;
}
a[href="/shop/customer.html?showForgotPswForm=1"],
a[href="#customersignup"],
.customersignup a[href="/shop/customer.html"] {
	background-color: #f9f9f9;
	padding: 10px 20px;
	border-radius: 20px;
	display: inline-flex;
	text-decoration: none;
	margin-bottom: 5px;
	border-bottom: 1px solid #eee;
	width: 100%;
	justify-content: center;
}
a[href="/shop/customer.html?showForgotPswForm=1"] svg, a[href="#customersignup"] svg, .customersignup a[href="/shop/customer.html"] svg {
	height: 18px;
	width: auto;
	margin-right: 8px;
}
div.fancybox__backdrop {
    background-color: rgba(0,0,0,0.70);
}

.ForgotPassword_Customer input[type="submit"],
form[action="/shop/customer.html"] .SubmitButton_Customer,
form.customersignup input[type="submit"] {
    display: block;
    margin: 0px 0 20px;
    width: 100%;
	font-size: 13px;
}
form[action="/shop/customer.html"] .SubmitButton_Customer[value="Gem"] {
	width: fit-content;
}
form.customersignup input[type="submit"] {
    margin-top: 0;
    width: auto;
}

.Login_Customer #xprofileid,
.Login_Customer #xprofileid1,
.ForgotPassword_Customer #xprofileid,
form[action="/shop/b2blogin.html"] .TextInputField_B2Blogin,
form.customersignup input:not(:last-of-type) {
    width: 100% !important;
    margin: 0 0 12px;
}
form.customersignup input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	flex: none;
}
form.customersignup > span {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.Login_Customer a[href*="?showForgotPswForm=1"] {
    display: flex;
}
.Login_Customer a[href*="?showForgotPswForm=1"] img {
	margin-right: 8px;
}
.ForgotPassword_Customer {
    margin: 30px 0 0;
}
form[action="/shop/b2blogin.html"] > div > table > tbody > tr:nth-child(2) {
    display: none;
}
input[name="forgottenpw"] ~ br {
    display: none;
}
form[action="/shop/addb2b.html"] > table {
    width: 100%;
    table-layout: fixed;
}
form[action="/shop/addb2b.html"] > table td[width*="%"], td.CustomerFieldsInput_ADDB2B_TD, td.SubmitButton_ADDB2B_TD {
    width: auto;
    padding: 4px 0;
}
form[action="/shop/addb2b.html"] > table td[width*="30%"] {
    display: none;
}
td.CustomerFieldsRequired_ADDB2B_TD, td.SubmitButton_ADDB2B_TD + td {
    display: none;
}
form[action="/shop/addb2b.html"] > table > tbody > tr:nth-child(1) > td > br:first-child {
    display: none;
}
td.SubmitButton_ADDB2B_TD {
    text-align: left;
    padding-bottom: 0;
}
.ErrorText_customerlogin:not(:empty), .ErrorText_B2Blogin:not(:empty) {
    background-color: rgba(237, 208, 209, 1.00);
    color: rgba(97, 32, 33, 1.00);
    border: solid 1px rgba(209, 142, 143, 1.00);
    border-radius: 3px;
    padding: 5px 15px;
    margin: 0 0 10px;
    text-align: center;
}

body.webshop-customercenter td > b + br, body.webshop-customercenter table + br {
    display: none;
}
table.Login_Customer > tbody > tr:nth-child(-n+2):not(:first-child) td, table.ForgotPassword_Customer td {
    font-size: 0;
}

.BackgroundColor1_Customer {
    padding: 20px;
    clear: both;
    width: 900px;
	max-width: 100%;
    background-color: #FFF;
    margin: 0 auto;
	border: 1px solid #eee;
}
body.loggedin .BackgroundColor1_Customer {
    width: 100%;
}
span[id*="tabB"] {
    margin: 0 10px 0 0;
    float: left;
}
span[id*="tabB"] > span {
    padding: 10px 15px;
    border: solid 1px #eee;
    border-bottom-width: 0;
    border-radius: 4px 4px 0 0;
    display: block;
}
span[id*="tabB"]:hover > span:not(.Tabactive_Customer) {
    background-color: rgba(183,183,183,.30);   
}
span[id*="tabB"] > span.Tabactive_Customer {
    background-color:#ee6824;
    border-color:#ee6824;
    color: rgba(255,255,255,1.00);
}
span[id*="tabB4"] {
	float: right;
}
form[name="CustomerCenterForm"] > table {
    clear: both;
}
.Text1_Customer span.Heading_Customer + br,
.Text1_Customer span.Heading_Customer + br + br {
    display: none;
}
.BackgroundColor1_Customer > tbody > tr > td > table.Text1_Customer {
    table-layout: fixed;
}
#OrderDetailsHeading + br + table {
    display: none;
}
#OrderDetailsHeading + br + table + br + table {
    width: 100%;
}
.Text1_Customer tr[id*="Field"] > td {
    padding: 3px 0;
}



.bookingform.fancybox__content {
    display: block;
}
.bookingformheader {
    font-size: 28px;
    font-weight: bold;
    flex: none;
}

.bookingform label {
    display: block;
    margin: 15px 0 4px;
}
.bookingform input[type="submit"] {
    width: 100%;
    margin: 30px 0 0;
}

.bookingform.fancybox__content {
    width: 700px;
}
div.fancybox__content {
    max-width: 90%;
}
.bookingformsubheader {
	margin: 10px 0 0 0;
}
button.is-close-btn {
	right: 0;
	left: 100%;
	color: #FFF !important;
	opacity: 1 !important;
}

.quickview {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.40);
    z-index: 1000;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    transition: all 0.3s ease;
}
.quickview.active {
    opacity: 1;
}
.quickview .container {
    transform: translateY(100%);
    transition: all 0.5s ease;
    background-color:rgba(255,255,255,1.00);
    border: solid 1px rgba(233,233,233,1.00);
}
.quickview .inner {
    position: relative;
    flex: none;
    
    display: flex;
    align-items: flex-start;
    max-height: calc(100vh - 100px);
    -webkit-overflow-scrolling:touch;
    overflow-x:hidden;
	overflow-y:auto;
}

.quickview .container.active {
    transform: translateY(0);
}
.quickview .image {
    flex: none;
    padding: 30px;
    width: 40%;
    position: sticky;
    top: 0;
}
.quickview .image img {
    display: block;
    width: 100%;
}
.quickview .supersalecontainer {
    
}
.quickview .info {
    align-self: flex-start;
    flex: auto;
    padding: 40px;
}
.quickview .info .buy {
    position: relative;
    margin: 0 0 20px;
}
.quickview input[type="submit"] {
    width: 100%;
    height: 50px;
}
.quickview input[type="submit"]:not(.justadded) {
    font-size: 16px;
}
.quickview input[type="number"] {
    z-index: 1;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    -moz-appearance: textfield;
}
.quickview input::-webkit-outer-spin-button,
.quickview input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.quickview .shippingCountdown {
    margin-bottom: 20px;
}
.quickview .shippingCountdown.redeemed {
    padding: 10px 20px;
    border-radius: 5px;
}
.quickview .productname {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 20px;
}
.quickview .viewproduct {
    margin-bottom: 20px;
}
.quickview .description {
    margin-bottom: 20px;
}
.productcard [itemprop="description"].collapsed,
.quickview .description.collapsed {
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 6; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
.productcard [itemprop="description"].collapsed:after,
.quickview .description.collapsed:after {
    content: "";
    position: absolute;
    
}
.quickviewclose {
    background-color: #000;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,-50%);
}
.quickviewclose svg {
    display: block;
    width: 70%;
    height: auto;
	fill: #FFF;
	color: #FFF;
}
.quickview .Prices_Custom_UL {
	margin: 0 -1% 20px;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
    
    
}
.quickview .Prices_Custom_UL .price {
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
}
.quickview .Prices_Custom_UL.isoffer .price {
	color: #ee6824;
}
.quickview .Prices_Custom_UL > li:first-child {
	flex: none;
	width: 100%;
	margin-left: 1%;
	margin-bottom: 10px;
}
.quickview .Prices_Custom_UL > li:nth-child(n+2) {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 0 1% 0;
	background-color: #fff4ed;
	border-radius: 30px;
	padding: 8px;
    min-height: 42px;
	transition: ease .4s;
}
.quickview .Prices_Custom_UL > li .multiprice {
	margin-right: 6px;
}
.quickview .Prices_Custom_UL > li .before strike {
	padding-right: 5px;
}
.quickview .Prices_Custom_UL > li:nth-child(n+2) .price {
	font-size: inherit;
	font-weight: bold;
}

.paperturncontainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    flex-direction: column;
}
.paperturntop {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3vw 40px;
    background-color: rgba(255,255,255,1.00);
    box-shadow: 0 0 40px rgba(0,0,0,.2);
    position: relative;
}
.paperturntop .closepaperturn {
    font-family: 'Arial';
    font-size: 18px;
    line-height: 1;
    padding: 10px;
    font-weight: normal;
    cursor: pointer;
}
.paperturncontainer iframe {
    flex: auto;
    width: 100%;
    height:auto; 
}



@media (min-width: 901px) {
    
    
    .productfilter {
        padding: 15px 0; 
        position: sticky;
        top: 148px;
        max-height: calc(100vh - 148px);
        -webkit-overflow-scrolling: touch;
		overflow-x: hidden;
		overflow-y: auto;
    }
    
    .quickview .Prices_Custom_UL > li:nth-child(n+2) {
        width: 48%;
        margin: 0 1% 1%;
    }
    .quickview .Prices_Custom_UL > li:nth-child(n+2):hover {
        background-color: #ee6824;
        color: #FFF;
        cursor: pointer;
    }
    
    .btnFilterProductsFound {
        display: none;
    }
	.searchresultscategories ul a:hover {
		color: #ee6824;
	}
	#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: 510px;
		position: sticky;
		top: 54px;
	}
	.editbasket {
		margin-bottom: 20px;
		background-color: #707070;
	}
    
    
    #ProductMenu_List > li.hover:hover > div {
        display: flex;
    }
    
    .dropdownmenu .ProductMenu_MenuItemBold {
        font-weight: normal;
    }
    .dropdownmenu.mega .SubCategory1_Productmenu > a > .ProductMenu_MenuItemBold {
        font-weight: bold;
    }
    
    .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);
        
        max-height: calc(100vh - 250px);
        -webkit-overflow-scrolling: touch;
		overflow-x: hidden;
		overflow-y: auto;
        
    }
    /*
    .dropdownmenu:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #ee6824;
    }
    */
    .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: 500px;
        max-width: 100%;
        display: block;
        max-height: 32vh;
        object-fit: cover;
        border-radius: 10px;
    }
    .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: #ee6824;
        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/Default/images/loader.gif");
        background-repeat: no-repeat;
        background-size: 40px auto;
        background-position: 50% 50%;
    }
    .dropdownmenu > .latestblog > a {
        display: flex;
        align-items: center;
        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: #ee6824;
        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.blogdropdown > ul > li > a {
        border-radius: 25px;
        padding: 8px 20px;
        margin: 5px 0;
        text-align: center;
        display: block;
        background-color: rgba(239,239,239,1.00);
    }
    .dropdownmenu.mega > ul {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .dropdownmenu.mega > ul > li {
        flex: none;
        width: calc(20% - 30px);
        padding-right: 30px;
    }
    .dropdownmenu.mega > ul > li:not(:nth-child(5n)):not(:only-child) {
        border-right: solid 1px rgba(237, 237, 237, 1.00);
    }
    .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:not(:last-child) {
        margin-bottom: 3px;
    }
    .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 > a,
    .dropdownmenu:not(.mega) > ul > li > a {
        background-image: url("/images/skins/Default/images/icon-right-black.svg");
        background-repeat: no-repeat;
        background-size: 12px auto;
        background-position: 0 50%;
        padding-left: 16px;
    }
    
    .dropdownmenu.mega > ul > li > ul > li.showall > a {
        text-decoration: underline !important;
    }
    .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: 900px) {
    
    [class*="product-filter-column-container-"] {
        padding: 15px 0 0;   
    }
    
    #ProductFilter-Container [class*="product-filter-column-container-"] > div {
        padding: 0 20px;
    }
    
    .paperturntop {
        
        padding: 20px 5%;
    }
    .searchtop {
        height: 110px;
    } 
    .searchlogo {
        display: none;
    }
    .searchinputcontainer {
        max-width: calc(100% - 70px);
    }
    input[type="text"].searchinput {
        font-size: 16px;
    }
    .searchresults {
        padding: 20px 0;
    }
    .searchresultsrow {
        flex-direction: column-reverse;
    }
    .searchresultstitle, .searchresultsrowtitle {
        font-size: 21px;
        padding-bottom: 10px;
    }
    .searchresultsul > * {
        width: 48%;
    }
    .searchresultscategories {
        margin-top: 25px;
    }
	.searchresultscategories ul {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		gap: 0 10px;
	}
	.searchresultscategories ul > li:not(:last-child) {
		flex: auto;
	}
    
    .quickview .inner {
        flex-direction: column;
        max-height: calc(100vh - 40px);
    }
    .quickview .image {
        width: 100%;
        position: relative;
    }
    .quickview .info {
        padding: 15px 15px 30px;
    }
	#checkout-container {
		flex-direction: column;
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#checkout-container fieldset, #shipping-methods {
		margin: 0;
	}
	#payment-methods > fieldset > label {
		width: 100%;
	}
	.editbasket {
		display: none;
	}
	#column-order-summary {
		margin-top: 20px;
	}
	body.webshop-checkout .newsletter, body.webshop-checkout .whyus, body.webshop-checkout .footermenu {
		display: none;
	}
}

