
@charset "UTF-8";

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #798490;
	--gray-dark: #4a545b;
	--primary: #0584e3;
	--secondary: #526e7f;
	--success: #3cc261;
	--info: #26b6cf;
	--warning: #ffbd5d;
	--danger: #e52427;
	--light: #f9f9f9;
	--dark: #4a545b;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*, *::before, *::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title], abbr[data-original-title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol, ul, dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b, strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #0584e3;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #035898;
	text-decoration: underline;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre, code, kbd, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #798490;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"], input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

@media (max-width: 1200px) {
	legend {
		font-size: calc(1.275rem + .3vw);
	}
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: .5rem;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #000;
}

h1, .h1 {
	font-size: 2.25rem;
}

@media (max-width: 1200px) {
	h1, .h1 {
		font-size: calc(1.35rem + 1.2vw);
	}
}

h2, .h2 {
	font-size: 1.75rem;
}

@media (max-width: 1200px) {
	h2, .h2 {
		font-size: calc(1.3rem + .6vw);
	}
}

h3, .h3 {
	font-size: 1.5rem;
}

@media (max-width: 1200px) {
	h3, .h3 {
		font-size: calc(1.275rem + .3vw);
	}
}

h4, .h4 {
	font-size: 1.25rem;
}

h5, .h5 {
	font-size: 1rem;
}

h6, .h6 {
	font-size: .875rem;
}

.lead {
	font-size: 1.09375rem;
	font-weight: 300;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.display-1 {
		font-size: calc(1.725rem + 5.7vw);
	}
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.display-2 {
		font-size: calc(1.675rem + 5.1vw);
	}
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.display-3 {
		font-size: calc(1.575rem + 3.9vw);
	}
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.display-4 {
		font-size: calc(1.475rem + 2.7vw);
	}
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

small, .small {
	font-size: 80%;
	font-weight: 400;
}

mark, .mark {
	padding: .2em;
	background-color: #fcf8e3;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.09375rem;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #798490;
}

.blockquote-footer::before {
	content: "— ";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #bcc1c7;
	border-radius: 3px;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #798490;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	-ms-word-break: break-word;
	word-break: break-word;
}

a > code {
	color: inherit;
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: 3px;
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}

pre code {
	font-size: inherit;
	color: inherit;
	-ms-word-break: normal;
	word-break: normal;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container, .cms-section .boxed, .s360-megamenu--boxed, .s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .s360-megamenu__dropdown-menu--container {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container, .cms-section .boxed, .s360-megamenu--boxed, .s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .s360-megamenu__dropdown-menu--container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container, .cms-section .boxed, .s360-megamenu--boxed, .s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .s360-megamenu__dropdown-menu--container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container, .cms-section .boxed, .s360-megamenu--boxed, .s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .s360-megamenu__dropdown-menu--container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container, .cms-section .boxed, .s360-megamenu--boxed, .s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .s360-megamenu__dropdown-menu--container {
		max-width: 1140px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.row, .account-content, .is-act-cartpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-confirmpage .checkout .checkout-container, .is-ctl-accountorder .checkout .checkout-container, .is-act-finishpage .checkout .checkout-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col, .is-act-confirmpage .checkout .no-gutters > .checkout-aside, .is-ctl-accountorder .checkout .no-gutters > .checkout-aside, .is-act-finishpage .checkout .no-gutters > .checkout-aside, .no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-aside, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional, .col-sm-7, .is-act-finishpage .checkout .checkout-additional, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .is-act-checkoutregisterpage .checkout .checkout-aside, .col-md-5, .is-act-cartpage .checkout .checkout-aside, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .account-content .account-content-aside, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .is-act-cartpage .checkout .checkout-main, .is-act-checkoutregisterpage .checkout .checkout-main, .is-act-confirmpage .checkout .checkout-main, .is-ctl-accountorder .checkout .checkout-main, .is-act-finishpage .checkout .checkout-main, .col-lg-9, .account-content .account-content-main, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}

.col, .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-aside {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-2 {
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-5 {
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-8 {
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-11 {
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.3333333333%;
}

.offset-2 {
	margin-left: 16.6666666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.3333333333%;
}

.offset-5 {
	margin-left: 41.6666666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.3333333333%;
}

.offset-8 {
	margin-left: 66.6666666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.3333333333%;
}

.offset-11 {
	margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-sm-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-sm-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-sm-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-sm-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-sm-6, .is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-sm-7, .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .checkout-aside {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-sm-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-sm-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-sm-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-sm-5, .is-act-finishpage .checkout .checkout-aside {
		margin-left: 41.6666666667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-md-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-md-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-md-4, .is-act-checkoutregisterpage .checkout .checkout-aside {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-md-5, .is-act-cartpage .checkout .checkout-aside {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-md-6, .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .checkout-aside {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-md-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-md-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-md-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-md-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-md-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-md-6, .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-aside {
		margin-left: 50%;
	}
	
	.offset-md-7, .is-act-cartpage .checkout .checkout-aside {
		margin-left: 58.3333333333%;
	}
	
	.offset-md-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-md-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-lg-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-lg-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-lg-3, .account-content .account-content-aside {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-lg-4, .is-act-cartpage .checkout .checkout-aside, .is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional, .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .checkout-aside {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-lg-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-lg-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-lg-8, .is-act-cartpage .checkout .checkout-main, .is-act-checkoutregisterpage .checkout .checkout-main, .is-act-confirmpage .checkout .checkout-main, .is-ctl-accountorder .checkout .checkout-main, .is-act-finishpage .checkout .checkout-main {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-lg-9, .account-content .account-content-main {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-lg-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-lg-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-lg-0, .is-act-cartpage .checkout .checkout-aside {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-lg-2, .is-act-confirmpage .checkout .checkout-main, .is-ctl-accountorder .checkout .checkout-main, .is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional, .is-act-finishpage .checkout .checkout-main, .is-act-finishpage .checkout .checkout-additional {
		margin-left: 16.6666666667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-xl-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-xl-2, .account-content .account-content-aside {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-xl-4, .is-act-cartpage .checkout .checkout-aside {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-xl-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-xl-7, .account-content .account-content-main {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-xl-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-xl-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-xl-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1, .account-content .account-content-main {
		margin-left: 8.3333333333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #000;
}

.table th, .table td {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #bcc1c7;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #bcc1c7;
}

.table tbody + tbody {
	border-top: 2px solid #bcc1c7;
}

.table-sm th, .table-sm td {
	padding: .3rem;
}

.table-bordered {
	border: 1px solid #bcc1c7;
}

.table-bordered th, .table-bordered td {
	border: 1px solid #bcc1c7;
}

.table-bordered thead th, .table-bordered thead td {
	border-bottom-width: 2px;
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
	border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover {
	color: #000;
	background-color: rgba(0, 0, 0, .075);
}

.table-primary, .table-primary > th, .table-primary > td {
	background-color: #b9ddf7;
}

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
	border-color: #7dbff0;
}

.table-hover .table-primary:hover {
	background-color: #a2d2f4;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
	background-color: #a2d2f4;
}

.table-secondary, .table-secondary > th, .table-secondary > td {
	background-color: #cfd6db;
}

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
	border-color: #a5b4bc;
}

.table-hover .table-secondary:hover {
	background-color: #c0cad0;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
	background-color: #c0cad0;
}

.table-success, .table-success > th, .table-success > td {
	background-color: #c8eed3;
}

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
	border-color: #9adfad;
}

.table-hover .table-success:hover {
	background-color: #b5e8c3;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
	background-color: #b5e8c3;
}

.table-info, .table-info > th, .table-info > td {
	background-color: #c2ebf2;
}

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
	border-color: #8ed9e6;
}

.table-hover .table-info:hover {
	background-color: #ade4ee;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
	background-color: #ade4ee;
}

.table-warning, .table-warning > th, .table-warning > td {
	background-color: #ffedd2;
}

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
	border-color: #ffddab;
}

.table-hover .table-warning:hover {
	background-color: #ffe3b9;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
	background-color: #ffe3b9;
}

.table-danger, .table-danger > th, .table-danger > td {
	background-color: #f8c2c3;
}

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
	border-color: #f18d8f;
}

.table-hover .table-danger:hover {
	background-color: #f5abad;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
	background-color: #f5abad;
}

.table-light, .table-light > th, .table-light > td {
	background-color: #fdfdfd;
}

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
	border-color: #fcfcfc;
}

.table-hover .table-light:hover {
	background-color: #f0f0f0;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
	background-color: #f0f0f0;
}

.table-dark, .table-dark > th, .table-dark > td {
	background-color: #cccfd1;
}

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
	border-color: #a1a6aa;
}

.table-hover .table-dark:hover {
	background-color: #bfc2c5;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
	background-color: #bfc2c5;
}

.table-active, .table-active > th, .table-active > td {
	background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, .075);
}

.table .thead-dark th {
	color: #fff;
	background-color: #4a545b;
	border-color: #5b6770;
}

.table .thead-light th {
	color: #495057;
	background-color: #eee;
	border-color: #bcc1c7;
}

.table-dark {
	color: #fff;
	background-color: #4a545b;
}

.table-dark th, .table-dark td, .table-dark thead th {
	border-color: #5b6770;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05);
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .075);
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-sm > .table-bordered {
		border: 0;
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-md > .table-bordered {
		border: 0;
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-lg > .table-bordered {
		border: 0;
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-xl > .table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
	border: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 1.125rem + 2px);
	padding: .5625rem .5625rem;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #bcc1c7;
	border-radius: 3px;
	-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		transition: none;
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #000;
	background-color: #fff;
	border-color: #0584e3;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(5, 132, 227, .25);
}

.form-control::-ms-input-placeholder, .form-control::-moz-placeholder, .form-control::-webkit-input-placeholder, .form-control::placeholder {
	color: #c3c3c3;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #eee;
	opacity: 1;
}

select.form-control:focus::-ms-value {
	color: #000;
	background-color: #fff;
}

.form-control-file, .form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(.5625rem + 1px);
	padding-bottom: calc(.5625rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .75rem;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .5625rem;
	padding-bottom: .5625rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #000;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: 3px;
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 3px;
}

select.form-control[size], select.form-control[multiple] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: .25rem;
}

.form-row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row > .col, .is-act-confirmpage .checkout .form-row > .checkout-aside, .is-ctl-accountorder .checkout .form-row > .checkout-aside, .is-act-finishpage .checkout .form-row > .checkout-aside, .form-row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
	color: #798490;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #3cc261;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .75rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(60, 194, 97, .9);
	border-radius: 3px;
}

.was-validated .form-control:valid, .form-control.is-valid {
	border-color: #3cc261;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
	border-color: #3cc261;
	box-shadow: 0 0 0 .2rem rgba(60, 194, 97, .25);
}

.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-select:valid, .custom-select.is-valid {
	border-color: #3cc261;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
	border-color: #3cc261;
	box-shadow: 0 0 0 .2rem rgba(60, 194, 97, .25);
}

.was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
	color: #3cc261;
}

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
	color: #3cc261;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
	border-color: #3cc261;
}

.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
	border-color: #62cf80;
	background-color: #62cf80;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(60, 194, 97, .25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #3cc261;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
	border-color: #3cc261;
}

.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
	border-color: #3cc261;
	box-shadow: 0 0 0 .2rem rgba(60, 194, 97, .25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #e52427;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .75rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(229, 36, 39, .9);
	border-radius: 3px;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color: #e52427;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
	border-color: #e52427;
	box-shadow: 0 0 0 .2rem rgba(229, 36, 39, .25);
}

.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
	border-color: #e52427;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
	border-color: #e52427;
	box-shadow: 0 0 0 .2rem rgba(229, 36, 39, .25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
	color: #e52427;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
	color: #e52427;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
	border-color: #e52427;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
	border-color: #ea5254;
	background-color: #ea5254;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(229, 36, 39, .25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #e52427;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
	border-color: #e52427;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
	border-color: #e52427;
	box-shadow: 0 0 0 .2rem rgba(229, 36, 39, .25);
}

.form-inline {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media (min-width: 576px) {
	.form-inline label {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0;
	}
	
	.form-inline .form-group {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}
	
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	
	.form-inline .input-group, .form-inline .custom-select {
		width: auto;
	}
	
	.form-inline .form-check {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	
	.form-inline .form-check-input {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0;
	}
	
	.form-inline .custom-control {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.btn, .eightworks-cookie-consent-plus-toggler > button {
	display: inline-block;
	font-weight: 400;
	color: #000;
	text-align: center;
	vertical-align: middle;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 2px 12px;
	font-size: .875rem;
	line-height: 34px;
	border-radius: 3px;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.btn, .eightworks-cookie-consent-plus-toggler > button {
		-webkit-transition: none;
		transition: none;
	}
}

.btn:hover, .eightworks-cookie-consent-plus-toggler > button:hover {
	color: #000;
	text-decoration: none;
}

.btn:focus, .eightworks-cookie-consent-plus-toggler > button:focus, .btn.focus, .eightworks-cookie-consent-plus-toggler > button.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(5, 132, 227, .25);
}

.btn.disabled, .eightworks-cookie-consent-plus-toggler > button.disabled, .btn:disabled, .eightworks-cookie-consent-plus-toggler > button:disabled {
	opacity: .65;
}

a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none;
}

.btn-primary, .address-editor-select:not(.collapsed), .address-editor-edit:not(.collapsed), .address-editor-create:not(.collapsed), #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary {
	color: #fff;
	background-color: #0584e3;
	border-color: #0584e3;
}

.btn-primary:hover, .address-editor-select:not(.collapsed):hover, .address-editor-edit:not(.collapsed):hover, .address-editor-create:not(.collapsed):hover, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:hover {
	color: #fff;
	background-color: #046ebe;
	border-color: #0467b1;
}

.btn-primary:focus, .address-editor-select:not(.collapsed):focus, .address-editor-edit:not(.collapsed):focus, .address-editor-create:not(.collapsed):focus, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:focus, .btn-primary.focus, .focus.address-editor-select:not(.collapsed), .focus.address-editor-edit:not(.collapsed), .focus.address-editor-create:not(.collapsed), #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .focus.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary {
	box-shadow: 0 0 0 .2rem rgba(43, 150, 231, .5);
}

.btn-primary.disabled, .disabled.address-editor-select:not(.collapsed), .disabled.address-editor-edit:not(.collapsed), .disabled.address-editor-create:not(.collapsed), #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .disabled.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary, .btn-primary:disabled, .address-editor-select:not(.collapsed):disabled, .address-editor-edit:not(.collapsed):disabled, .address-editor-create:not(.collapsed):disabled, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:disabled {
	color: #fff;
	background-color: #0584e3;
	border-color: #0584e3;
}

.btn-primary:not(:disabled):not(.disabled):active, .address-editor-select:not(.collapsed):not(:disabled):not(.disabled):active, .address-editor-edit:not(.collapsed):not(:disabled):not(.disabled):active, .address-editor-create:not(.collapsed):not(:disabled):not(.disabled):active, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .active.address-editor-select:not(.collapsed):not(.disabled):not(:disabled), .active.address-editor-edit:not(.collapsed):not(.disabled):not(:disabled), .active.address-editor-create:not(.collapsed):not(.disabled):not(:disabled), #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .active.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:not(.disabled):not(:disabled), .show > .btn-primary.dropdown-toggle, .show > .dropdown-toggle.address-editor-select:not(.collapsed), .show > .dropdown-toggle.address-editor-edit:not(.collapsed), .show > .dropdown-toggle.address-editor-create:not(.collapsed), #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .show > .dropdown-toggle.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary {
	color: #fff;
	background-color: #0467b1;
	border-color: #0460a5;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .address-editor-select:not(.collapsed):not(:disabled):not(.disabled):active:focus, .address-editor-edit:not(.collapsed):not(:disabled):not(.disabled):active:focus, .address-editor-create:not(.collapsed):not(:disabled):not(.disabled):active:focus, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .active.address-editor-select:not(.collapsed):not(.disabled):not(:disabled):focus, .active.address-editor-edit:not(.collapsed):not(.disabled):not(:disabled):focus, .active.address-editor-create:not(.collapsed):not(.disabled):not(:disabled):focus, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .active.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:not(.disabled):not(:disabled):focus, .show > .btn-primary.dropdown-toggle:focus, .show > .dropdown-toggle.address-editor-select:not(.collapsed):focus, .show > .dropdown-toggle.address-editor-edit:not(.collapsed):focus, .show > .dropdown-toggle.address-editor-create:not(.collapsed):focus, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .show > .dropdown-toggle.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(43, 150, 231, .5);
}

.btn-secondary, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-secondary {
	color: #fff;
	background-color: #526e7f;
	border-color: #526e7f;
}

.btn-secondary:hover, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-secondary:hover {
	color: #fff;
	background-color: #435a68;
	border-color: #3e5360;
}

.btn-secondary:focus, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-secondary:focus, .btn-secondary.focus, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .focus.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-secondary {
	box-shadow: 0 0 0 .2rem rgba(108, 132, 146, .5);
}

.btn-secondary.disabled, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .disabled.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-secondary, .btn-secondary:disabled, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-secondary:disabled {
	color: #fff;
	background-color: #526e7f;
	border-color: #526e7f;
}

.btn-secondary:not(:disabled):not(.disabled):active, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .active.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-secondary:not(.disabled):not(:disabled), .show > .btn-secondary.dropdown-toggle, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .show > .dropdown-toggle.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-secondary {
	color: #fff;
	background-color: #3e5360;
	border-color: #394c58;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .active.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-secondary:not(.disabled):not(:disabled):focus, .show > .btn-secondary.dropdown-toggle:focus, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .show > .dropdown-toggle.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 132, 146, .5);
}

.btn-success {
	color: #fff;
	background-color: #3cc261;
	border-color: #3cc261;
}

.btn-success:hover {
	color: #fff;
	background-color: #33a552;
	border-color: #309b4e;
}

.btn-success:focus, .btn-success.focus {
	box-shadow: 0 0 0 .2rem rgba(89, 203, 121, .5);
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #3cc261;
	border-color: #3cc261;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #309b4e;
	border-color: #2d9149;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(89, 203, 121, .5);
}

.btn-info {
	color: #fff;
	background-color: #26b6cf;
	border-color: #26b6cf;
}

.btn-info:hover {
	color: #fff;
	background-color: #209aaf;
	border-color: #1e90a4;
}

.btn-info:focus, .btn-info.focus {
	box-shadow: 0 0 0 .2rem rgba(71, 193, 214, .5);
}

.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #26b6cf;
	border-color: #26b6cf;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #1e90a4;
	border-color: #1c8799;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(71, 193, 214, .5);
}

.btn-warning {
	color: #212529;
	background-color: #ffbd5d;
	border-color: #ffbd5d;
}

.btn-warning:hover {
	color: #212529;
	background-color: #ffad37;
	border-color: #ffa82a;
}

.btn-warning:focus, .btn-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(222, 166, 85, .5);
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #ffbd5d;
	border-color: #ffbd5d;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffa82a;
	border-color: #ffa31d;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 166, 85, .5);
}

.btn-danger {
	color: #fff;
	background-color: #e52427;
	border-color: #e52427;
}

.btn-danger:hover {
	color: #fff;
	background-color: #cb181b;
	border-color: #bf1719;
}

.btn-danger:focus, .btn-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(233, 69, 71, .5);
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #e52427;
	border-color: #e52427;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bf1719;
	border-color: #b41518;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(233, 69, 71, .5);
}

.btn-light {
	color: #212529;
	background-color: #f9f9f9;
	border-color: #f9f9f9;
}

.btn-light:hover {
	color: #212529;
	background-color: #e6e6e6;
	border-color: #e0e0e0;
}

.btn-light:focus, .btn-light.focus {
	box-shadow: 0 0 0 .2rem rgba(217, 217, 218, .5);
}

.btn-light.disabled, .btn-light:disabled {
	color: #212529;
	background-color: #f9f9f9;
	border-color: #f9f9f9;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #e0e0e0;
	border-color: #d9d9d9;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(217, 217, 218, .5);
}

.btn-dark {
	color: #fff;
	background-color: #4a545b;
	border-color: #4a545b;
}

.btn-dark:hover {
	color: #fff;
	background-color: #394146;
	border-color: #333a3f;
}

.btn-dark:focus, .btn-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(101, 110, 116, .5);
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #4a545b;
	border-color: #4a545b;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #333a3f;
	border-color: #2d3438;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(101, 110, 116, .5);
}

.btn-outline-primary {
	color: #0584e3;
	border-color: #0584e3;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #0584e3;
	border-color: #0584e3;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(5, 132, 227, .5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #0584e3;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #0584e3;
	border-color: #0584e3;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(5, 132, 227, .5);
}

.btn-outline-secondary {
	color: #526e7f;
	border-color: #526e7f;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #526e7f;
	border-color: #526e7f;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(82, 110, 127, .5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #526e7f;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #526e7f;
	border-color: #526e7f;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 110, 127, .5);
}

.btn-outline-success {
	color: #3cc261;
	border-color: #3cc261;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #3cc261;
	border-color: #3cc261;
}

.btn-outline-success:focus, .btn-outline-success.focus {
	box-shadow: 0 0 0 .2rem rgba(60, 194, 97, .5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #3cc261;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #3cc261;
	border-color: #3cc261;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(60, 194, 97, .5);
}

.btn-outline-info {
	color: #26b6cf;
	border-color: #26b6cf;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #26b6cf;
	border-color: #26b6cf;
}

.btn-outline-info:focus, .btn-outline-info.focus {
	box-shadow: 0 0 0 .2rem rgba(38, 182, 207, .5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #26b6cf;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #26b6cf;
	border-color: #26b6cf;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 182, 207, .5);
}

.btn-outline-warning {
	color: #ffbd5d;
	border-color: #ffbd5d;
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffbd5d;
	border-color: #ffbd5d;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(255, 189, 93, .5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffbd5d;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffbd5d;
	border-color: #ffbd5d;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 189, 93, .5);
}

.btn-outline-danger {
	color: #e52427;
	border-color: #e52427;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #e52427;
	border-color: #e52427;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(229, 36, 39, .5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #e52427;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #e52427;
	border-color: #e52427;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(229, 36, 39, .5);
}

.btn-outline-light {
	color: #f9f9f9;
	border-color: #f9f9f9;
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f9f9f9;
	border-color: #f9f9f9;
}

.btn-outline-light:focus, .btn-outline-light.focus {
	box-shadow: 0 0 0 .2rem rgba(249, 249, 249, .5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f9f9f9;
	background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f9f9f9;
	border-color: #f9f9f9;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(249, 249, 249, .5);
}

.btn-outline-dark {
	color: #4a545b;
	border-color: #4a545b;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #4a545b;
	border-color: #4a545b;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(74, 84, 91, .5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #4a545b;
	background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #4a545b;
	border-color: #4a545b;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(74, 84, 91, .5);
}

.btn-link {
	font-weight: 400;
	color: #0584e3;
	text-decoration: none;
}

.btn-link:hover {
	color: #035898;
	text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
	text-decoration: underline;
	box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
	color: #798490;
	pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .eightworks-cookie-consent-plus-toggler.btn-group-lg > button, .btn-buy {
	padding: 2px 12px;
	font-size: 1rem;
	line-height: 38px;
	border-radius: 3px;
}

.btn-sm, .btn-group-sm > .btn, .eightworks-cookie-consent-plus-toggler.btn-group-sm > button {
	padding: 2px 12px;
	font-size: .875rem;
	line-height: 30px;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: .5rem;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}

.fade {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		-webkit-transition: none;
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		-webkit-transition: none;
		transition: none;
	}
}

.dropup, .dropright, .dropdown, .dropleft {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: .875rem;
	color: #000;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #bcc1c7;
	border-radius: 3px;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

@media (min-width: 576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-sm-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-md-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-lg-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-xl-right {
		right: 0;
		left: auto;
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
}

.dropleft .dropdown-toggle::after {
	display: none;
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto;
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #eee;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #f9f9f9;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0584e3;
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #798490;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .75rem;
	color: #798490;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529;
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group > .btn, .eightworks-cookie-consent-plus-toggler.btn-group > button, .btn-group-vertical > .btn, .eightworks-cookie-consent-plus-toggler.btn-group-vertical > button {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.btn-group > .btn:hover, .eightworks-cookie-consent-plus-toggler.btn-group > button:hover, .btn-group-vertical > .btn:hover, .eightworks-cookie-consent-plus-toggler.btn-group-vertical > button:hover {
	z-index: 1;
}

.btn-group > .btn:focus, .eightworks-cookie-consent-plus-toggler.btn-group > button:focus, .btn-group > .btn:active, .eightworks-cookie-consent-plus-toggler.btn-group > button:active, .btn-group > .btn.active, .eightworks-cookie-consent-plus-toggler.btn-group > button.active, .btn-group-vertical > .btn:focus, .eightworks-cookie-consent-plus-toggler.btn-group-vertical > button:focus, .btn-group-vertical > .btn:active, .eightworks-cookie-consent-plus-toggler.btn-group-vertical > button:active, .btn-group-vertical > .btn.active, .eightworks-cookie-consent-plus-toggler.btn-group-vertical > button.active {
	z-index: 1;
}

.btn-toolbar {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group > .btn:not(:first-child), .eightworks-cookie-consent-plus-toggler.btn-group > button:not(:first-child), .btn-group > .btn-group:not(:first-child) {
	margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .eightworks-cookie-consent-plus-toggler.btn-group > button:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .eightworks-cookie-consent-plus-toggler.btn-group > button {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .eightworks-cookie-consent-plus-toggler.btn-group > button:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .eightworks-cookie-consent-plus-toggler.btn-group > button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 9px;
	padding-left: 9px;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .eightworks-cookie-consent-plus-toggler.btn-group-sm > button + .dropdown-toggle-split {
	padding-right: 9px;
	padding-left: 9px;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .eightworks-cookie-consent-plus-toggler.btn-group-lg > button + .dropdown-toggle-split, .btn-buy + .dropdown-toggle-split {
	padding-right: 9px;
	padding-left: 9px;
}

.btn-group-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-group-vertical > .btn, .eightworks-cookie-consent-plus-toggler.btn-group-vertical > button, .btn-group-vertical > .btn-group {
	width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .eightworks-cookie-consent-plus-toggler.btn-group-vertical > button:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
	margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .eightworks-cookie-consent-plus-toggler.btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .eightworks-cookie-consent-plus-toggler.btn-group > button {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child), .eightworks-cookie-consent-plus-toggler.btn-group-vertical > button:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .eightworks-cookie-consent-plus-toggler.btn-group > button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .eightworks-cookie-consent-plus-toggler.btn-group-toggle > button, .btn-group-toggle > .btn-group > .btn, .btn-group-toggle > .eightworks-cookie-consent-plus-toggler.btn-group > button {
	margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"], .eightworks-cookie-consent-plus-toggler.btn-group-toggle > button input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .eightworks-cookie-consent-plus-toggler.btn-group-toggle > button input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .eightworks-cookie-consent-plus-toggler.btn-group > button input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .btn-group-toggle > .eightworks-cookie-consent-plus-toggler.btn-group > button input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
	margin-left: -1px;
}

.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
	z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
	z-index: 4;
}

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group > .custom-file {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-prepend, .input-group-append {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.input-group-prepend .btn, .input-group-prepend .eightworks-cookie-consent-plus-toggler > button, .input-group-append .btn, .input-group-append .eightworks-cookie-consent-plus-toggler > button {
	position: relative;
	z-index: 2;
}

.input-group-prepend .btn:focus, .input-group-prepend .eightworks-cookie-consent-plus-toggler > button:focus, .input-group-append .btn:focus, .input-group-append .eightworks-cookie-consent-plus-toggler > button:focus {
	z-index: 3;
}

.input-group-prepend .btn + .btn, .input-group-prepend .eightworks-cookie-consent-plus-toggler > button + .btn, .input-group-prepend .eightworks-cookie-consent-plus-toggler.btn > button, .input-group-prepend .eightworks-cookie-consent-plus-toggler > .btn + button, .input-group-prepend .eightworks-cookie-consent-plus-toggler > .eightworks-cookie-consent-plus-togglerbutton > button, .input-group-prepend .eightworks-cookie-consent-plus-toggler > .eightworks-cookie-consent-plus-toggler > button + button, .input-group-prepend .btn + .input-group-text, .input-group-prepend .eightworks-cookie-consent-plus-toggler > button + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .eightworks-cookie-consent-plus-toggler.input-group-text > button, .input-group-prepend .eightworks-cookie-consent-plus-toggler > .input-group-text + button, .input-group-append .btn + .btn, .input-group-append .eightworks-cookie-consent-plus-toggler > button + .btn, .input-group-append .eightworks-cookie-consent-plus-toggler.btn > button, .input-group-append .eightworks-cookie-consent-plus-toggler > .btn + button, .input-group-append .eightworks-cookie-consent-plus-toggler > .eightworks-cookie-consent-plus-togglerbutton > button, .input-group-append .eightworks-cookie-consent-plus-toggler > .eightworks-cookie-consent-plus-toggler > button + button, .input-group-append .btn + .input-group-text, .input-group-append .eightworks-cookie-consent-plus-toggler > button + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .eightworks-cookie-consent-plus-toggler.input-group-text > button, .input-group-append .eightworks-cookie-consent-plus-toggler > .input-group-text + button {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-text {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .5625rem .5625rem;
	margin-bottom: 0;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	text-align: center;
	white-space: nowrap;
	background-color: #eee;
	border: 1px solid #bcc1c7;
	border-radius: 3px;
}

.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
	margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select {
	height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .eightworks-cookie-consent-plus-toggler.input-group-prepend > button, .input-group-lg > .input-group-append > .btn, .input-group-lg > .eightworks-cookie-consent-plus-toggler.input-group-append > button {
	padding: .5rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 3px;
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
	height: calc(1.5em + .5rem + 2px);
}

.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .eightworks-cookie-consent-plus-toggler.input-group-prepend > button, .input-group-sm > .input-group-append > .btn, .input-group-sm > .eightworks-cookie-consent-plus-toggler.input-group-append > button {
	padding: .25rem .5rem;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: 3px;
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
	padding-right: 1.5625rem;
}

.input-group > .input-group-prepend > .btn, .input-group > .eightworks-cookie-consent-plus-toggler.input-group-prepend > button, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .eightworks-cookie-consent-plus-toggler.input-group-append > button, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .eightworks-cookie-consent-plus-toggler.input-group-append > button:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .eightworks-cookie-consent-plus-toggler.input-group-append > button, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .eightworks-cookie-consent-plus-toggler.input-group-prepend > button, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .eightworks-cookie-consent-plus-toggler.input-group-prepend > button:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.3125rem;
	padding-left: 1.5rem;
}

.custom-control-inline {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #0584e3;
	background-color: #0584e3;
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(5, 132, 227, .25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #0584e3;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #0584e3;
	border-color: #0584e3;
}

.custom-control-input:disabled ~ .custom-control-label {
	color: #798490;
}

.custom-control-input:disabled ~ .custom-control-label::before {
	background-color: #eee;
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

.custom-control-label::before {
	position: absolute;
	top: .15625rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
}

.custom-control-label::after {
	position: absolute;
	top: .15625rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
	border-radius: 3px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #0584e3;
	background-color: #0584e3;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 4\'%3e%3cpath stroke=\'%23fff\' d=\'M0 2h4\'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(5, 132, 227, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(5, 132, 227, .5);
}

.custom-radio .custom-control-label::before {
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(5, 132, 227, .5);
}

.custom-switch {
	padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem;
}

.custom-switch .custom-control-label::after {
	top: calc(.15625rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	transition: -ms-transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-transition: -webkit-transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.custom-switch .custom-control-label::after {
		-webkit-transition: none;
		transition: none;
	}
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fff;
	-ms-transform: translateX(.75rem);
	-webkit-transform: translateX(.75rem);
	transform: translateX(.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(5, 132, 227, .5);
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 1.125rem + 2px);
	padding: .5625rem 1.5625rem .5625rem .5625rem;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23000000\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e") no-repeat right .5625rem center/8px 10px;
	background-color: #fff;
	border: 1px solid #bcc1c7;
	border-radius: 3px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.custom-select:focus {
	border-color: #0584e3;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(5, 132, 227, .25);
}

.custom-select:focus::-ms-value {
	color: #000;
	background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .5625rem;
	background-image: none;
}

.custom-select:disabled {
	color: #798490;
	background-color: #eee;
}

.custom-select::-ms-expand {
	display: none;
}

.custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .75rem;
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1rem;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 1.125rem + 2px);
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + 1.125rem + 2px);
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
	border-color: #0584e3;
	box-shadow: 0 0 0 .2rem rgba(5, 132, 227, .25);
}

.custom-file-input:disabled ~ .custom-file-label {
	background-color: #eee;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
	content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
	content: attr(data-browse);
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + 1.125rem + 2px);
	padding: .5625rem .5625rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	border: 1px solid #bcc1c7;
	border-radius: 3px;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + 1.125rem);
	padding: .5625rem .5625rem;
	line-height: 1.5;
	color: #000;
	content: "Browse";
	background-color: #eee;
	border-left: inherit;
	border-radius: 0 3px 3px 0;
}

.custom-range {
	width: 100%;
	height: calc(1rem + .4rem);
	padding: 0;
	background-color: transparent;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.custom-range:focus {
	outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(5, 132, 227, .25);
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(5, 132, 227, .25);
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(5, 132, 227, .25);
}

.custom-range::-moz-focus-outer {
	border: 0;
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #0584e3;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #9ed4fd;
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #bcc1c7;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #0584e3;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-moz-range-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #9ed4fd;
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #bcc1c7;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #0584e3;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-ms-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

.custom-range::-ms-thumb:active {
	background-color: #9ed4fd;
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem;
}

.custom-range::-ms-fill-lower {
	background-color: #bcc1c7;
	border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #bcc1c7;
	border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
	cursor: default;
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.custom-control-label::before, .custom-file-label, .custom-select {
		-webkit-transition: none;
		transition: none;
	}
}

.nav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
	text-decoration: none;
}

.nav-link.disabled {
	color: #798490;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #bcc1c7;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border-color: #eee #eee #bcc1c7;
}

.nav-tabs .nav-link.disabled {
	color: #798490;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #bcc1c7 #bcc1c7 #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	border-radius: 3px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #0584e3;
}

.nav-fill .nav-item {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem;
}

.navbar > .container, .cms-section .navbar > .boxed, .navbar > .s360-megamenu--boxed, .navbar > .s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .navbar > .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .navbar > .s360-megamenu__dropdown-menu--container, .navbar > .container-fluid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	padding-top: .40625rem;
	padding-bottom: .40625rem;
	margin-right: 1rem;
	font-size: 1rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}

.navbar-nav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 3px;
}

.navbar-toggler:hover, .navbar-toggler:focus {
	text-decoration: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

@media (max-width: 575.98px) {
	.navbar-expand-sm > .container, .cms-section .navbar-expand-sm > .boxed, .navbar-expand-sm > .s360-megamenu--boxed, .navbar-expand-sm > .s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .navbar-expand-sm > .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .navbar-expand-sm > .s360-megamenu__dropdown-menu--container, .navbar-expand-sm > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-sm .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-sm > .container, .cms-section .navbar-expand-sm > .boxed, .navbar-expand-sm > .s360-megamenu--boxed, .navbar-expand-sm > .s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .navbar-expand-sm > .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .navbar-expand-sm > .s360-megamenu__dropdown-menu--container, .navbar-expand-sm > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-sm .navbar-collapse {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.navbar-expand-md > .container, .cms-section .navbar-expand-md > .boxed, .navbar-expand-md > .s360-megamenu--boxed, .navbar-expand-md > .s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .navbar-expand-md > .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .navbar-expand-md > .s360-megamenu__dropdown-menu--container, .navbar-expand-md > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-md > .container, .cms-section .navbar-expand-md > .boxed, .navbar-expand-md > .s360-megamenu--boxed, .navbar-expand-md > .s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .navbar-expand-md > .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .navbar-expand-md > .s360-megamenu__dropdown-menu--container, .navbar-expand-md > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.navbar-expand-lg > .container, .cms-section .navbar-expand-lg > .boxed, .navbar-expand-lg > .s360-megamenu--boxed, .navbar-expand-lg > .s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .navbar-expand-lg > .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .navbar-expand-lg > .s360-megamenu__dropdown-menu--container, .navbar-expand-lg > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-lg > .container, .cms-section .navbar-expand-lg > .boxed, .navbar-expand-lg > .s360-megamenu--boxed, .navbar-expand-lg > .s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .navbar-expand-lg > .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .navbar-expand-lg > .s360-megamenu__dropdown-menu--container, .navbar-expand-lg > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (max-width: 1199.98px) {
	.navbar-expand-xl > .container, .cms-section .navbar-expand-xl > .boxed, .navbar-expand-xl > .s360-megamenu--boxed, .navbar-expand-xl > .s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .navbar-expand-xl > .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .navbar-expand-xl > .s360-megamenu__dropdown-menu--container, .navbar-expand-xl > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-xl > .container, .cms-section .navbar-expand-xl > .boxed, .navbar-expand-xl > .s360-megamenu--boxed, .navbar-expand-xl > .s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .navbar-expand-xl > .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .navbar-expand-xl > .s360-megamenu__dropdown-menu--container, .navbar-expand-xl > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand > .container, .cms-section .navbar-expand > .boxed, .navbar-expand > .s360-megamenu--boxed, .navbar-expand > .s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .navbar-expand > .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .navbar-expand > .s360-megamenu__dropdown-menu--container, .navbar-expand > .container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

.navbar-expand > .container, .cms-section .navbar-expand > .boxed, .navbar-expand > .s360-megamenu--boxed, .navbar-expand > .s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .navbar-expand > .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .navbar-expand > .s360-megamenu__dropdown-menu--container, .navbar-expand > .container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, .7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3);
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(0, 0, 0, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5);
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, .9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, .75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25);
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(255, 255, 255, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-text a {
	color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
	color: #fff;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: transparent;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	border: 1px solid transparent;
	border-radius: 3px;
}

.card > hr {
	margin-right: 0;
	margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.card-title {
	margin-bottom: .75rem;
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link + .card-link {
	margin-left: 1.25rem;
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid transparent;
}

.card-header:first-child {
	border-radius: calc(3px - 1px) calc(3px - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
	border-top: 0;
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid transparent;
}

.card-footer:last-child {
	border-radius: 0 0 calc(3px - 1px) calc(3px - 1px);
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img {
	width: 100%;
	border-radius: calc(3px - 1px);
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(3px - 1px);
	border-top-right-radius: calc(3px - 1px);
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(3px - 1px);
	border-bottom-left-radius: calc(3px - 1px);
}

.card-deck {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-deck .card {
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	.card-deck {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	
	.card-deck .card {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 20px;
		margin-bottom: 0;
		margin-left: 20px;
	}
}

.card-group {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-group > .card {
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	.card-group {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	
	.card-group > .card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	
	.card-group > .card + .card {
		margin-left: 0;
		border-left: 0;
	}
	
	.card-group > .card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
		border-top-right-radius: 0;
	}
	
	.card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
		border-bottom-right-radius: 0;
	}
	
	.card-group > .card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	.card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
		border-top-left-radius: 0;
	}
	
	.card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0;
	}
}

.card-columns .card {
	margin-bottom: .75rem;
}

@media (min-width: 576px) {
	.card-columns {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		-moz-column-gap: 1.25rem;
		-webkit-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}
	
	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.accordion > .card {
	overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
	border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0;
}

.accordion > .card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion > .card .card-header {
	margin-bottom: -1px;
}

.breadcrumb {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: .5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #798490;
	content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #798490;
}

.pagination {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 3px;
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #0584e3;
	background-color: #fff;
	border: 1px solid #bcc1c7;
}

.page-link:hover {
	z-index: 2;
	color: #035898;
	text-decoration: none;
	background-color: #eee;
	border-color: #bcc1c7;
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(5, 132, 227, .25);
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.page-item:last-child .page-link {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #0584e3;
	border-color: #0584e3;
}

.page-item.disabled .page-link {
	color: #798490;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #bcc1c7;
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1rem;
	line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .75rem;
	line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: .75rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 3px;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.badge {
		-webkit-transition: none;
		transition: none;
	}
}

a.badge:hover, a.badge:focus {
	text-decoration: none;
}

.badge:empty {
	display: none;
}

.btn .badge, .eightworks-cookie-consent-plus-toggler > button .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
}

.badge-primary {
	color: #fff;
	background-color: #0584e3;
}

a.badge-primary:hover, a.badge-primary:focus {
	color: #fff;
	background-color: #0467b1;
}

a.badge-primary:focus, a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(5, 132, 227, .5);
}

.badge-secondary {
	color: #fff;
	background-color: #526e7f;
}

a.badge-secondary:hover, a.badge-secondary:focus {
	color: #fff;
	background-color: #3e5360;
}

a.badge-secondary:focus, a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(82, 110, 127, .5);
}

.badge-success {
	color: #fff;
	background-color: #3cc261;
}

a.badge-success:hover, a.badge-success:focus {
	color: #fff;
	background-color: #309b4e;
}

a.badge-success:focus, a.badge-success.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(60, 194, 97, .5);
}

.badge-info {
	color: #fff;
	background-color: #26b6cf;
}

a.badge-info:hover, a.badge-info:focus {
	color: #fff;
	background-color: #1e90a4;
}

a.badge-info:focus, a.badge-info.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(38, 182, 207, .5);
}

.badge-warning {
	color: #212529;
	background-color: #ffbd5d;
}

a.badge-warning:hover, a.badge-warning:focus {
	color: #212529;
	background-color: #ffa82a;
}

a.badge-warning:focus, a.badge-warning.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(255, 189, 93, .5);
}

.badge-danger {
	color: #fff;
	background-color: #e52427;
}

a.badge-danger:hover, a.badge-danger:focus {
	color: #fff;
	background-color: #bf1719;
}

a.badge-danger:focus, a.badge-danger.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(229, 36, 39, .5);
}

.badge-light {
	color: #212529;
	background-color: #f9f9f9;
}

a.badge-light:hover, a.badge-light:focus {
	color: #212529;
	background-color: #e0e0e0;
}

a.badge-light:focus, a.badge-light.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(249, 249, 249, .5);
}

.badge-dark {
	color: #fff;
	background-color: #4a545b;
}

a.badge-dark:hover, a.badge-dark:focus {
	color: #fff;
	background-color: #333a3f;
}

a.badge-dark:focus, a.badge-dark.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(74, 84, 91, .5);
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #eee;
	border-radius: 3px;
}

@media (min-width: 576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 3px;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 3.8125rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #034576;
	background-color: #cde6f9;
	border-color: #b9ddf7;
}

.alert-primary hr {
	border-top-color: #a2d2f4;
}

.alert-primary .alert-link {
	color: #022844;
}

.alert-secondary {
	color: #2b3942;
	background-color: #dce2e5;
	border-color: #cfd6db;
}

.alert-secondary hr {
	border-top-color: #c0cad0;
}

.alert-secondary .alert-link {
	color: #171e23;
}

.alert-success {
	color: #1f6532;
	background-color: #d8f3df;
	border-color: #c8eed3;
}

.alert-success hr {
	border-top-color: #b5e8c3;
}

.alert-success .alert-link {
	color: #133e1f;
}

.alert-info {
	color: #145f6c;
	background-color: #d4f0f5;
	border-color: #c2ebf2;
}

.alert-info hr {
	border-top-color: #ade4ee;
}

.alert-info .alert-link {
	color: #0c3941;
}

.alert-warning {
	color: #856230;
	background-color: #fff2df;
	border-color: #ffedd2;
}

.alert-warning hr {
	border-top-color: #ffe3b9;
}

.alert-warning .alert-link {
	color: #604622;
}

.alert-danger {
	color: #771314;
	background-color: #fad3d4;
	border-color: #f8c2c3;
}

.alert-danger hr {
	border-top-color: #f5abad;
}

.alert-danger .alert-link {
	color: #4b0c0d;
}

.alert-light {
	color: #818181;
	background-color: #fefefe;
	border-color: #fdfdfd;
}

.alert-light hr {
	border-top-color: #f0f0f0;
}

.alert-light .alert-link {
	color: #686868;
}

.alert-dark {
	color: #262c2f;
	background-color: #dbddde;
	border-color: #cccfd1;
}

.alert-dark hr {
	border-top-color: #bfc2c5;
}

.alert-dark .alert-link {
	color: #0f1213;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	
	to {
		background-position: 0 0;
	}
}

.progress {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .65625rem;
	background-color: #eee;
	border-radius: 3px;
}

.progress-bar {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #0584e3;
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		-webkit-transition: none;
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none;
	}
}

.media {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media-body {
	-ms-flex: 1;
	flex: 1;
}

.list-group {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f9f9f9;
}

.list-group-item-action:active {
	color: #000;
	background-color: #eee;
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.list-group-item.disabled, .list-group-item:disabled {
	color: #798490;
	pointer-events: none;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #0584e3;
	border-color: #0584e3;
}

.list-group-horizontal {
	-ms-flex-direction: row;
	flex-direction: row;
}

.list-group-horizontal .list-group-item {
	margin-right: -1px;
	margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
	margin-right: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
	.list-group-horizontal-sm {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-sm .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	
	.list-group-horizontal-sm .list-group-item:first-child {
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-sm .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 0;
	}
}

@media (min-width: 768px) {
	.list-group-horizontal-md {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-md .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	
	.list-group-horizontal-md .list-group-item:first-child {
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-md .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 0;
	}
}

@media (min-width: 992px) {
	.list-group-horizontal-lg {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-lg .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	
	.list-group-horizontal-lg .list-group-item:first-child {
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-lg .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 0;
	}
}

@media (min-width: 1200px) {
	.list-group-horizontal-xl {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-xl .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	
	.list-group-horizontal-xl .list-group-item:first-child {
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-xl .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 0;
	}
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
	margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.list-group-item-primary {
	color: #034576;
	background-color: #b9ddf7;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
	color: #034576;
	background-color: #a2d2f4;
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #034576;
	border-color: #034576;
}

.list-group-item-secondary {
	color: #2b3942;
	background-color: #cfd6db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
	color: #2b3942;
	background-color: #c0cad0;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #2b3942;
	border-color: #2b3942;
}

.list-group-item-success {
	color: #1f6532;
	background-color: #c8eed3;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
	color: #1f6532;
	background-color: #b5e8c3;
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #1f6532;
	border-color: #1f6532;
}

.list-group-item-info {
	color: #145f6c;
	background-color: #c2ebf2;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
	color: #145f6c;
	background-color: #ade4ee;
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #145f6c;
	border-color: #145f6c;
}

.list-group-item-warning {
	color: #856230;
	background-color: #ffedd2;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
	color: #856230;
	background-color: #ffe3b9;
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856230;
	border-color: #856230;
}

.list-group-item-danger {
	color: #771314;
	background-color: #f8c2c3;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
	color: #771314;
	background-color: #f5abad;
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #771314;
	border-color: #771314;
}

.list-group-item-light {
	color: #818181;
	background-color: #fdfdfd;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
	color: #818181;
	background-color: #f0f0f0;
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818181;
	border-color: #818181;
}

.list-group-item-dark {
	color: #262c2f;
	background-color: #cccfd1;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
	color: #262c2f;
	background-color: #bfc2c5;
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #262c2f;
	border-color: #262c2f;
}

.close {
	float: right;
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

@media (max-width: 1200px) {
	.close {
		font-size: calc(1.25625rem + .075vw);
	}
}

.close:hover {
	color: #000;
	text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
	opacity: .75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

a.close.disabled {
	pointer-events: none;
}

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: .875rem;
	background-color: rgba(255, 255, 255, .85);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	backdrop-filter: blur(10px);
	opacity: 0;
	border-radius: .25rem;
}

.toast:not(:last-child) {
	margin-bottom: .75rem;
}

.toast.showing {
	opacity: 1;
}

.toast.show {
	display: block;
	opacity: 1;
}

.toast.hide {
	display: none;
}

.toast-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #798490;
	background-color: rgba(255, 255, 255, .85);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.toast-body {
	padding: .75rem;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: -ms-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transition: -webkit-transform .3s ease-out;
	-ms-transform: translate(0, -50px);
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		transition: none;
	}
}

.modal.show .modal-dialog {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 3px;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .5);
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
}

.modal-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 10px;
	border-bottom: 1px solid #bcc1c7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.modal-header .close {
	padding: 10px 10px;
	margin: -10px -10px -10px auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #bcc1c7;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.modal-footer > :not(:first-child) {
	margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
	}
	
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg, .address-editor-modal .modal-dialog, .quickview-modal .modal-dialog, .modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	-ms-word-break: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .75rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: .9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
	padding: .4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
	bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
	padding: 0 .4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
	padding: .4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
	top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
	padding: 0 .4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
	right: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 3px;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	-ms-word-break: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .75rem;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 3px;
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 3px;
}

.popover .arrow::before, .popover .arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
	margin-bottom: .5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
	bottom: calc(( .5rem + 1px ) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
	margin-left: .5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
	left: calc(( .5rem + 1px ) * -1);
	width: .5rem;
	height: 1rem;
	margin: 3px 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
	margin-top: .5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
	top: calc(( .5rem + 1px ) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
	margin-right: .5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
	right: calc(( .5rem + 1px ) * -1);
	width: .5rem;
	height: 1rem;
	margin: 3px 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff;
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #000;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(3px - 1px);
	border-top-right-radius: calc(3px - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: .5rem .75rem;
	color: #000;
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -ms-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	-webkit-transition: -webkit-transform .6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		-webkit-transition: none;
		transition: none;
	}
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
	display: block;
}

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	-webkit-transition: 0s .6s opacity;
	transition: 0s .6s opacity;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
		-webkit-transition: none;
		transition: none;
	}
}

.carousel-control-prev, .carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	-webkit-transition: opacity .15s ease;
	transition: opacity .15s ease;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev, .carousel-control-next {
		-webkit-transition: none;
		transition: none;
	}
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z\'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z\'/%3e%3c/svg%3e");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	-webkit-transition: opacity .6s ease;
	transition: opacity .6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-indicators li {
		-webkit-transition: none;
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

@-webkit-keyframes spinner-border {
	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.spinner-border, .loader {
	display: inline-block;
	width: 26px;
	height: 26px;
	vertical-align: text-bottom;
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em;
}

@-webkit-keyframes spinner-grow {
	0% {
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes spinner-grow {
	0% {
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
	}
}

.spinner-grow {
	display: inline-block;
	width: 26px;
	height: 26px;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-primary {
	background-color: #0584e3 !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
	background-color: #0467b1 !important;
}

.bg-secondary {
	background-color: #526e7f !important;
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
	background-color: #3e5360 !important;
}

.bg-success {
	background-color: #3cc261 !important;
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
	background-color: #309b4e !important;
}

.bg-info {
	background-color: #26b6cf !important;
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
	background-color: #1e90a4 !important;
}

.bg-warning {
	background-color: #ffbd5d !important;
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
	background-color: #ffa82a !important;
}

.bg-danger {
	background-color: #e52427 !important;
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
	background-color: #bf1719 !important;
}

.bg-light, .order-detail-table-footer {
	background-color: #f9f9f9 !important;
}

a.bg-light:hover, a.order-detail-table-footer:hover, a.bg-light:focus, a.order-detail-table-footer:focus, button.bg-light:hover, button.order-detail-table-footer:hover, button.bg-light:focus, button.order-detail-table-footer:focus {
	background-color: #e0e0e0 !important;
}

.bg-dark {
	background-color: #4a545b !important;
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
	background-color: #333a3f !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #bcc1c7 !important;
}

.border-top {
	border-top: 1px solid #bcc1c7 !important;
}

.border-right {
	border-right: 1px solid #bcc1c7 !important;
}

.border-bottom {
	border-bottom: 1px solid #bcc1c7 !important;
}

.border-left {
	border-left: 1px solid #bcc1c7 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #0584e3 !important;
}

.border-secondary {
	border-color: #526e7f !important;
}

.border-success {
	border-color: #3cc261 !important;
}

.border-info {
	border-color: #26b6cf !important;
}

.border-warning {
	border-color: #ffbd5d !important;
}

.border-danger {
	border-color: #e52427 !important;
}

.border-light {
	border-color: #f9f9f9 !important;
}

.border-dark {
	border-color: #4a545b !important;
}

.border-white {
	border-color: #fff !important;
}

.rounded-sm {
	border-radius: 3px !important;
}

.rounded {
	border-radius: 3px !important;
}

.rounded-top {
	border-top-left-radius: 3px !important;
	border-top-right-radius: 3px !important;
}

.rounded-right {
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
}

.rounded-bottom {
	border-bottom-right-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
}

.rounded-left {
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
}

.rounded-lg {
	border-radius: 3px !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.d-none, .is-act-checkoutregisterpage .checkout .checkout-aside {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: -webkit-inline-flex !important;
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	
	.d-sm-inline {
		display: inline !important;
	}
	
	.d-sm-inline-block {
		display: inline-block !important;
	}
	
	.d-sm-block {
		display: block !important;
	}
	
	.d-sm-table {
		display: table !important;
	}
	
	.d-sm-table-row {
		display: table-row !important;
	}
	
	.d-sm-table-cell {
		display: table-cell !important;
	}
	
	.d-sm-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	
	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	
	.d-md-inline {
		display: inline !important;
	}
	
	.d-md-inline-block {
		display: inline-block !important;
	}
	
	.d-md-block {
		display: block !important;
	}
	
	.d-md-table {
		display: table !important;
	}
	
	.d-md-table-row {
		display: table-row !important;
	}
	
	.d-md-table-cell {
		display: table-cell !important;
	}
	
	.d-md-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	
	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	
	.d-lg-inline {
		display: inline !important;
	}
	
	.d-lg-inline-block {
		display: inline-block !important;
	}
	
	.d-lg-block, .is-act-checkoutregisterpage .checkout .checkout-aside {
		display: block !important;
	}
	
	.d-lg-table {
		display: table !important;
	}
	
	.d-lg-table-row {
		display: table-row !important;
	}
	
	.d-lg-table-cell {
		display: table-cell !important;
	}
	
	.d-lg-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	
	.d-xl-inline {
		display: inline !important;
	}
	
	.d-xl-inline-block {
		display: inline-block !important;
	}
	
	.d-xl-block {
		display: block !important;
	}
	
	.d-xl-table {
		display: table !important;
	}
	
	.d-xl-table-row {
		display: table-row !important;
	}
	
	.d-xl-table-cell {
		display: table-cell !important;
	}
	
	.d-xl-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	
	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	
	.d-print-inline {
		display: inline !important;
	}
	
	.d-print-inline-block {
		display: inline-block !important;
	}
	
	.d-print-block {
		display: block !important;
	}
	
	.d-print-table {
		display: table !important;
	}
	
	.d-print-table-row {
		display: table-row !important;
	}
	
	.d-print-table-cell {
		display: table-cell !important;
	}
	
	.d-print-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	
	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.embed-responsive-21by9::before {
	padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}
	
	.float-sm-right {
		float: right !important;
	}
	
	.float-sm-none {
		float: none !important;
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}
	
	.float-md-right {
		float: right !important;
	}
	
	.float-md-none {
		float: none !important;
	}
}

@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
	}
	
	.float-lg-right {
		float: right !important;
	}
	
	.float-lg-none {
		float: none !important;
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}
	
	.float-xl-right {
		float: right !important;
	}
	
	.float-xl-none {
		float: none !important;
	}
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports (position: sticky) {
	.sticky-top, .offcanvas .offcanvas-footer {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

.m-0 {
	margin: 0 !important;
}

.mt-0, .my-0 {
	margin-top: 0 !important;
}

.mr-0, .mx-0 {
	margin-right: 0 !important;
}

.mb-0, .my-0 {
	margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: .25rem !important;
}

.mt-1, .my-1 {
	margin-top: .25rem !important;
}

.mr-1, .mx-1 {
	margin-right: .25rem !important;
}

.mb-1, .my-1 {
	margin-bottom: .25rem !important;
}

.ml-1, .mx-1 {
	margin-left: .25rem !important;
}

.m-2 {
	margin: .5rem !important;
}

.mt-2, .my-2 {
	margin-top: .5rem !important;
}

.mr-2, .mx-2 {
	margin-right: .5rem !important;
}

.mb-2, .my-2 {
	margin-bottom: .5rem !important;
}

.ml-2, .mx-2 {
	margin-left: .5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3, .my-3 {
	margin-top: 1rem !important;
}

.mr-3, .mx-3 {
	margin-right: 1rem !important;
}

.mb-3, .my-3 {
	margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4, .my-4 {
	margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5, .my-5 {
	margin-top: 3rem !important;
}

.mr-5, .mx-5 {
	margin-right: 3rem !important;
}

.mb-5, .my-5 {
	margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0, .py-0 {
	padding-top: 0 !important;
}

.pr-0, .px-0 {
	padding-right: 0 !important;
}

.pb-0, .py-0 {
	padding-bottom: 0 !important;
}

.pl-0, .px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: .25rem !important;
}

.pt-1, .py-1 {
	padding-top: .25rem !important;
}

.pr-1, .px-1 {
	padding-right: .25rem !important;
}

.pb-1, .py-1 {
	padding-bottom: .25rem !important;
}

.pl-1, .px-1 {
	padding-left: .25rem !important;
}

.p-2 {
	padding: .5rem !important;
}

.pt-2, .py-2 {
	padding-top: .5rem !important;
}

.pr-2, .px-2 {
	padding-right: .5rem !important;
}

.pb-2, .py-2 {
	padding-bottom: .5rem !important;
}

.pl-2, .px-2 {
	padding-left: .5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3, .py-3 {
	padding-top: 1rem !important;
}

.pr-3, .px-3 {
	padding-right: 1rem !important;
}

.pb-3, .py-3 {
	padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4, .py-4 {
	padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
	padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5, .py-5 {
	padding-top: 3rem !important;
}

.pr-5, .px-5 {
	padding-right: 3rem !important;
}

.pb-5, .py-5 {
	padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
	padding-left: 3rem !important;
}

.m-n1 {
	margin: -.25rem !important;
}

.mt-n1, .my-n1 {
	margin-top: -.25rem !important;
}

.mr-n1, .mx-n1 {
	margin-right: -.25rem !important;
}

.mb-n1, .my-n1 {
	margin-bottom: -.25rem !important;
}

.ml-n1, .mx-n1 {
	margin-left: -.25rem !important;
}

.m-n2 {
	margin: -.5rem !important;
}

.mt-n2, .my-n2 {
	margin-top: -.5rem !important;
}

.mr-n2, .mx-n2 {
	margin-right: -.5rem !important;
}

.mb-n2, .my-n2 {
	margin-bottom: -.5rem !important;
}

.ml-n2, .mx-n2 {
	margin-left: -.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3, .my-n3 {
	margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5, .my-n5 {
	margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
	margin-left: -3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto, .my-auto {
	margin-top: auto !important;
}

.mr-auto, .mx-auto {
	margin-right: auto !important;
}

.mb-auto, .my-auto {
	margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
	margin-left: auto !important;
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	
	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important;
	}
	
	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important;
	}
	
	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important;
	}
	
	.m-sm-1 {
		margin: .25rem !important;
	}
	
	.mt-sm-1, .my-sm-1 {
		margin-top: .25rem !important;
	}
	
	.mr-sm-1, .mx-sm-1 {
		margin-right: .25rem !important;
	}
	
	.mb-sm-1, .my-sm-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-sm-1, .mx-sm-1 {
		margin-left: .25rem !important;
	}
	
	.m-sm-2 {
		margin: .5rem !important;
	}
	
	.mt-sm-2, .my-sm-2 {
		margin-top: .5rem !important;
	}
	
	.mr-sm-2, .mx-sm-2 {
		margin-right: .5rem !important;
	}
	
	.mb-sm-2, .my-sm-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-sm-2, .mx-sm-2 {
		margin-left: .5rem !important;
	}
	
	.m-sm-3 {
		margin: 1rem !important;
	}
	
	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem !important;
	}
	
	.mr-sm-3, .mx-sm-3 {
		margin-right: 1rem !important;
	}
	
	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-sm-3, .mx-sm-3 {
		margin-left: 1rem !important;
	}
	
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	
	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-sm-4, .mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-sm-4, .mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-sm-5 {
		margin: 3rem !important;
	}
	
	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem !important;
	}
	
	.mr-sm-5, .mx-sm-5 {
		margin-right: 3rem !important;
	}
	
	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-sm-5, .mx-sm-5 {
		margin-left: 3rem !important;
	}
	
	.p-sm-0 {
		padding: 0 !important;
	}
	
	.pt-sm-0, .py-sm-0 {
		padding-top: 0 !important;
	}
	
	.pr-sm-0, .px-sm-0 {
		padding-right: 0 !important;
	}
	
	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-sm-0, .px-sm-0 {
		padding-left: 0 !important;
	}
	
	.p-sm-1 {
		padding: .25rem !important;
	}
	
	.pt-sm-1, .py-sm-1 {
		padding-top: .25rem !important;
	}
	
	.pr-sm-1, .px-sm-1 {
		padding-right: .25rem !important;
	}
	
	.pb-sm-1, .py-sm-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-sm-1, .px-sm-1 {
		padding-left: .25rem !important;
	}
	
	.p-sm-2 {
		padding: .5rem !important;
	}
	
	.pt-sm-2, .py-sm-2 {
		padding-top: .5rem !important;
	}
	
	.pr-sm-2, .px-sm-2 {
		padding-right: .5rem !important;
	}
	
	.pb-sm-2, .py-sm-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-sm-2, .px-sm-2 {
		padding-left: .5rem !important;
	}
	
	.p-sm-3 {
		padding: 1rem !important;
	}
	
	.pt-sm-3, .py-sm-3 {
		padding-top: 1rem !important;
	}
	
	.pr-sm-3, .px-sm-3 {
		padding-right: 1rem !important;
	}
	
	.pb-sm-3, .py-sm-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-sm-3, .px-sm-3 {
		padding-left: 1rem !important;
	}
	
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	
	.pt-sm-4, .py-sm-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-sm-4, .px-sm-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-sm-4, .py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-sm-4, .px-sm-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-sm-5 {
		padding: 3rem !important;
	}
	
	.pt-sm-5, .py-sm-5 {
		padding-top: 3rem !important;
	}
	
	.pr-sm-5, .px-sm-5 {
		padding-right: 3rem !important;
	}
	
	.pb-sm-5, .py-sm-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-sm-5, .px-sm-5 {
		padding-left: 3rem !important;
	}
	
	.m-sm-n1 {
		margin: -.25rem !important;
	}
	
	.mt-sm-n1, .my-sm-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-sm-n1, .mx-sm-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-sm-n1, .mx-sm-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-sm-n2 {
		margin: -.5rem !important;
	}
	
	.mt-sm-n2, .my-sm-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-sm-n2, .mx-sm-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-sm-n2, .mx-sm-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-sm-n3 {
		margin: -1rem !important;
	}
	
	.mt-sm-n3, .my-sm-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-sm-n3, .mx-sm-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-sm-n3, .my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-sm-n3, .mx-sm-n3 {
		margin-left: -1rem !important;
	}
	
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-sm-n4, .my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-sm-n4, .mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-sm-n4, .my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-sm-n4, .mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-sm-n5 {
		margin: -3rem !important;
	}
	
	.mt-sm-n5, .my-sm-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-sm-n5, .mx-sm-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-sm-n5, .my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-sm-n5, .mx-sm-n5 {
		margin-left: -3rem !important;
	}
	
	.m-sm-auto {
		margin: auto !important;
	}
	
	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important;
	}
	
	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto !important;
	}
	
	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important;
	}
	
	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	
	.mt-md-0, .my-md-0 {
		margin-top: 0 !important;
	}
	
	.mr-md-0, .mx-md-0 {
		margin-right: 0 !important;
	}
	
	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-md-0, .mx-md-0 {
		margin-left: 0 !important;
	}
	
	.m-md-1 {
		margin: .25rem !important;
	}
	
	.mt-md-1, .my-md-1 {
		margin-top: .25rem !important;
	}
	
	.mr-md-1, .mx-md-1 {
		margin-right: .25rem !important;
	}
	
	.mb-md-1, .my-md-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-md-1, .mx-md-1 {
		margin-left: .25rem !important;
	}
	
	.m-md-2 {
		margin: .5rem !important;
	}
	
	.mt-md-2, .my-md-2 {
		margin-top: .5rem !important;
	}
	
	.mr-md-2, .mx-md-2 {
		margin-right: .5rem !important;
	}
	
	.mb-md-2, .my-md-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-md-2, .mx-md-2 {
		margin-left: .5rem !important;
	}
	
	.m-md-3 {
		margin: 1rem !important;
	}
	
	.mt-md-3, .my-md-3 {
		margin-top: 1rem !important;
	}
	
	.mr-md-3, .mx-md-3 {
		margin-right: 1rem !important;
	}
	
	.mb-md-3, .my-md-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-md-3, .mx-md-3 {
		margin-left: 1rem !important;
	}
	
	.m-md-4 {
		margin: 1.5rem !important;
	}
	
	.mt-md-4, .my-md-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-md-4, .mx-md-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-md-4, .my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-md-4, .mx-md-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-md-5 {
		margin: 3rem !important;
	}
	
	.mt-md-5, .my-md-5 {
		margin-top: 3rem !important;
	}
	
	.mr-md-5, .mx-md-5 {
		margin-right: 3rem !important;
	}
	
	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-md-5, .mx-md-5 {
		margin-left: 3rem !important;
	}
	
	.p-md-0 {
		padding: 0 !important;
	}
	
	.pt-md-0, .py-md-0 {
		padding-top: 0 !important;
	}
	
	.pr-md-0, .px-md-0 {
		padding-right: 0 !important;
	}
	
	.pb-md-0, .py-md-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-md-0, .px-md-0 {
		padding-left: 0 !important;
	}
	
	.p-md-1 {
		padding: .25rem !important;
	}
	
	.pt-md-1, .py-md-1 {
		padding-top: .25rem !important;
	}
	
	.pr-md-1, .px-md-1 {
		padding-right: .25rem !important;
	}
	
	.pb-md-1, .py-md-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-md-1, .px-md-1 {
		padding-left: .25rem !important;
	}
	
	.p-md-2 {
		padding: .5rem !important;
	}
	
	.pt-md-2, .py-md-2 {
		padding-top: .5rem !important;
	}
	
	.pr-md-2, .px-md-2 {
		padding-right: .5rem !important;
	}
	
	.pb-md-2, .py-md-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-md-2, .px-md-2 {
		padding-left: .5rem !important;
	}
	
	.p-md-3 {
		padding: 1rem !important;
	}
	
	.pt-md-3, .py-md-3 {
		padding-top: 1rem !important;
	}
	
	.pr-md-3, .px-md-3 {
		padding-right: 1rem !important;
	}
	
	.pb-md-3, .py-md-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-md-3, .px-md-3 {
		padding-left: 1rem !important;
	}
	
	.p-md-4 {
		padding: 1.5rem !important;
	}
	
	.pt-md-4, .py-md-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-md-4, .px-md-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-md-4, .py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-md-4, .px-md-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-md-5 {
		padding: 3rem !important;
	}
	
	.pt-md-5, .py-md-5 {
		padding-top: 3rem !important;
	}
	
	.pr-md-5, .px-md-5 {
		padding-right: 3rem !important;
	}
	
	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-md-5, .px-md-5 {
		padding-left: 3rem !important;
	}
	
	.m-md-n1 {
		margin: -.25rem !important;
	}
	
	.mt-md-n1, .my-md-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-md-n1, .mx-md-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-md-n1, .my-md-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-md-n1, .mx-md-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-md-n2 {
		margin: -.5rem !important;
	}
	
	.mt-md-n2, .my-md-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-md-n2, .mx-md-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-md-n2, .my-md-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-md-n2, .mx-md-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-md-n3 {
		margin: -1rem !important;
	}
	
	.mt-md-n3, .my-md-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-md-n3, .mx-md-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-md-n3, .my-md-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-md-n3, .mx-md-n3 {
		margin-left: -1rem !important;
	}
	
	.m-md-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-md-n4, .my-md-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-md-n4, .mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-md-n4, .my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-md-n4, .mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-md-n5 {
		margin: -3rem !important;
	}
	
	.mt-md-n5, .my-md-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-md-n5, .mx-md-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-md-n5, .my-md-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-md-n5, .mx-md-n5 {
		margin-left: -3rem !important;
	}
	
	.m-md-auto {
		margin: auto !important;
	}
	
	.mt-md-auto, .my-md-auto {
		margin-top: auto !important;
	}
	
	.mr-md-auto, .mx-md-auto {
		margin-right: auto !important;
	}
	
	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important;
	}
	
	.ml-md-auto, .mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	
	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important;
	}
	
	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important;
	}
	
	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important;
	}
	
	.m-lg-1 {
		margin: .25rem !important;
	}
	
	.mt-lg-1, .my-lg-1 {
		margin-top: .25rem !important;
	}
	
	.mr-lg-1, .mx-lg-1 {
		margin-right: .25rem !important;
	}
	
	.mb-lg-1, .my-lg-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-lg-1, .mx-lg-1 {
		margin-left: .25rem !important;
	}
	
	.m-lg-2 {
		margin: .5rem !important;
	}
	
	.mt-lg-2, .my-lg-2 {
		margin-top: .5rem !important;
	}
	
	.mr-lg-2, .mx-lg-2 {
		margin-right: .5rem !important;
	}
	
	.mb-lg-2, .my-lg-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-lg-2, .mx-lg-2 {
		margin-left: .5rem !important;
	}
	
	.m-lg-3 {
		margin: 1rem !important;
	}
	
	.mt-lg-3, .my-lg-3 {
		margin-top: 1rem !important;
	}
	
	.mr-lg-3, .mx-lg-3 {
		margin-right: 1rem !important;
	}
	
	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-lg-3, .mx-lg-3 {
		margin-left: 1rem !important;
	}
	
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	
	.mt-lg-4, .my-lg-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-lg-4, .mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-lg-4, .mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-lg-5 {
		margin: 3rem !important;
	}
	
	.mt-lg-5, .my-lg-5 {
		margin-top: 3rem !important;
	}
	
	.mr-lg-5, .mx-lg-5 {
		margin-right: 3rem !important;
	}
	
	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-lg-5, .mx-lg-5 {
		margin-left: 3rem !important;
	}
	
	.p-lg-0 {
		padding: 0 !important;
	}
	
	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important;
	}
	
	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important;
	}
	
	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important;
	}
	
	.p-lg-1 {
		padding: .25rem !important;
	}
	
	.pt-lg-1, .py-lg-1 {
		padding-top: .25rem !important;
	}
	
	.pr-lg-1, .px-lg-1 {
		padding-right: .25rem !important;
	}
	
	.pb-lg-1, .py-lg-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-lg-1, .px-lg-1 {
		padding-left: .25rem !important;
	}
	
	.p-lg-2 {
		padding: .5rem !important;
	}
	
	.pt-lg-2, .py-lg-2 {
		padding-top: .5rem !important;
	}
	
	.pr-lg-2, .px-lg-2 {
		padding-right: .5rem !important;
	}
	
	.pb-lg-2, .py-lg-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-lg-2, .px-lg-2 {
		padding-left: .5rem !important;
	}
	
	.p-lg-3 {
		padding: 1rem !important;
	}
	
	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem !important;
	}
	
	.pr-lg-3, .px-lg-3 {
		padding-right: 1rem !important;
	}
	
	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-lg-3, .px-lg-3 {
		padding-left: 1rem !important;
	}
	
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	
	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-lg-4, .px-lg-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-lg-5 {
		padding: 3rem !important;
	}
	
	.pt-lg-5, .py-lg-5 {
		padding-top: 3rem !important;
	}
	
	.pr-lg-5, .px-lg-5 {
		padding-right: 3rem !important;
	}
	
	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-lg-5, .px-lg-5 {
		padding-left: 3rem !important;
	}
	
	.m-lg-n1 {
		margin: -.25rem !important;
	}
	
	.mt-lg-n1, .my-lg-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-lg-n1, .mx-lg-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-lg-n1, .mx-lg-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-lg-n2 {
		margin: -.5rem !important;
	}
	
	.mt-lg-n2, .my-lg-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-lg-n2, .mx-lg-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-lg-n2, .mx-lg-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-lg-n3 {
		margin: -1rem !important;
	}
	
	.mt-lg-n3, .my-lg-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-lg-n3, .mx-lg-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-lg-n3, .my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-lg-n3, .mx-lg-n3 {
		margin-left: -1rem !important;
	}
	
	.m-lg-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-lg-n4, .my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-lg-n4, .mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-lg-n4, .my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-lg-n4, .mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-lg-n5 {
		margin: -3rem !important;
	}
	
	.mt-lg-n5, .my-lg-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-lg-n5, .mx-lg-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-lg-n5, .my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-lg-n5, .mx-lg-n5 {
		margin-left: -3rem !important;
	}
	
	.m-lg-auto {
		margin: auto !important;
	}
	
	.mt-lg-auto, .my-lg-auto {
		margin-top: auto !important;
	}
	
	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto !important;
	}
	
	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto !important;
	}
	
	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	
	.mt-xl-0, .my-xl-0 {
		margin-top: 0 !important;
	}
	
	.mr-xl-0, .mx-xl-0 {
		margin-right: 0 !important;
	}
	
	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-xl-0, .mx-xl-0 {
		margin-left: 0 !important;
	}
	
	.m-xl-1 {
		margin: .25rem !important;
	}
	
	.mt-xl-1, .my-xl-1 {
		margin-top: .25rem !important;
	}
	
	.mr-xl-1, .mx-xl-1 {
		margin-right: .25rem !important;
	}
	
	.mb-xl-1, .my-xl-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-xl-1, .mx-xl-1 {
		margin-left: .25rem !important;
	}
	
	.m-xl-2 {
		margin: .5rem !important;
	}
	
	.mt-xl-2, .my-xl-2 {
		margin-top: .5rem !important;
	}
	
	.mr-xl-2, .mx-xl-2 {
		margin-right: .5rem !important;
	}
	
	.mb-xl-2, .my-xl-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-xl-2, .mx-xl-2 {
		margin-left: .5rem !important;
	}
	
	.m-xl-3 {
		margin: 1rem !important;
	}
	
	.mt-xl-3, .my-xl-3 {
		margin-top: 1rem !important;
	}
	
	.mr-xl-3, .mx-xl-3 {
		margin-right: 1rem !important;
	}
	
	.mb-xl-3, .my-xl-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-xl-3, .mx-xl-3 {
		margin-left: 1rem !important;
	}
	
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	
	.mt-xl-4, .my-xl-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-xl-4, .mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-xl-4, .my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-xl-4, .mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-xl-5 {
		margin: 3rem !important;
	}
	
	.mt-xl-5, .my-xl-5 {
		margin-top: 3rem !important;
	}
	
	.mr-xl-5, .mx-xl-5 {
		margin-right: 3rem !important;
	}
	
	.mb-xl-5, .my-xl-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-xl-5, .mx-xl-5 {
		margin-left: 3rem !important;
	}
	
	.p-xl-0 {
		padding: 0 !important;
	}
	
	.pt-xl-0, .py-xl-0 {
		padding-top: 0 !important;
	}
	
	.pr-xl-0, .px-xl-0 {
		padding-right: 0 !important;
	}
	
	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-xl-0, .px-xl-0 {
		padding-left: 0 !important;
	}
	
	.p-xl-1 {
		padding: .25rem !important;
	}
	
	.pt-xl-1, .py-xl-1 {
		padding-top: .25rem !important;
	}
	
	.pr-xl-1, .px-xl-1 {
		padding-right: .25rem !important;
	}
	
	.pb-xl-1, .py-xl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-xl-1, .px-xl-1 {
		padding-left: .25rem !important;
	}
	
	.p-xl-2 {
		padding: .5rem !important;
	}
	
	.pt-xl-2, .py-xl-2 {
		padding-top: .5rem !important;
	}
	
	.pr-xl-2, .px-xl-2 {
		padding-right: .5rem !important;
	}
	
	.pb-xl-2, .py-xl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-xl-2, .px-xl-2 {
		padding-left: .5rem !important;
	}
	
	.p-xl-3 {
		padding: 1rem !important;
	}
	
	.pt-xl-3, .py-xl-3 {
		padding-top: 1rem !important;
	}
	
	.pr-xl-3, .px-xl-3 {
		padding-right: 1rem !important;
	}
	
	.pb-xl-3, .py-xl-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-xl-3, .px-xl-3 {
		padding-left: 1rem !important;
	}
	
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	
	.pt-xl-4, .py-xl-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-xl-4, .px-xl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-xl-4, .py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-xl-4, .px-xl-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-xl-5 {
		padding: 3rem !important;
	}
	
	.pt-xl-5, .py-xl-5 {
		padding-top: 3rem !important;
	}
	
	.pr-xl-5, .px-xl-5 {
		padding-right: 3rem !important;
	}
	
	.pb-xl-5, .py-xl-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-xl-5, .px-xl-5 {
		padding-left: 3rem !important;
	}
	
	.m-xl-n1 {
		margin: -.25rem !important;
	}
	
	.mt-xl-n1, .my-xl-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-xl-n1, .mx-xl-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-xl-n1, .mx-xl-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-xl-n2 {
		margin: -.5rem !important;
	}
	
	.mt-xl-n2, .my-xl-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-xl-n2, .mx-xl-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-xl-n2, .mx-xl-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-xl-n3 {
		margin: -1rem !important;
	}
	
	.mt-xl-n3, .my-xl-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-xl-n3, .mx-xl-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-xl-n3, .my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-xl-n3, .mx-xl-n3 {
		margin-left: -1rem !important;
	}
	
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-xl-n4, .my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-xl-n4, .mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-xl-n4, .my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-xl-n4, .mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-xl-n5 {
		margin: -3rem !important;
	}
	
	.mt-xl-n5, .my-xl-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-xl-n5, .mx-xl-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-xl-n5, .my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-xl-n5, .mx-xl-n5 {
		margin-left: -3rem !important;
	}
	
	.m-xl-auto {
		margin: auto !important;
	}
	
	.mt-xl-auto, .my-xl-auto {
		margin-top: auto !important;
	}
	
	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto !important;
	}
	
	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto !important;
	}
	
	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto !important;
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	
	.text-sm-right {
		text-align: right !important;
	}
	
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	
	.text-md-right {
		text-align: right !important;
	}
	
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	
	.text-lg-right {
		text-align: right !important;
	}
	
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	
	.text-xl-right {
		text-align: right !important;
	}
	
	.text-xl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}

.text-primary, .loader {
	color: #0584e3 !important;
}

a.text-primary:hover, a.loader:hover, a.text-primary:focus, a.loader:focus {
	color: #035898 !important;
}

.text-secondary {
	color: #526e7f !important;
}

a.text-secondary:hover, a.text-secondary:focus {
	color: #344651 !important;
}

.text-success {
	color: #3cc261 !important;
}

a.text-success:hover, a.text-success:focus {
	color: #2a8844 !important;
}

.text-info {
	color: #26b6cf !important;
}

a.text-info:hover, a.text-info:focus {
	color: #1a7d8e !important;
}

.text-warning {
	color: #ffbd5d !important;
}

a.text-warning:hover, a.text-warning:focus {
	color: #ff9e11 !important;
}

.text-danger {
	color: #e52427 !important;
}

a.text-danger:hover, a.text-danger:focus {
	color: #a81416 !important;
}

.text-light {
	color: #f9f9f9 !important;
}

a.text-light:hover, a.text-light:focus {
	color: lightgray !important;
}

.text-dark {
	color: #4a545b !important;
}

a.text-dark:hover, a.text-dark:focus {
	color: #282d31 !important;
}

.text-body {
	color: #000 !important;
}

.text-muted {
	color: #798490 !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, .5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, .5) !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	-ms-word-break: break-word !important;
	word-break: break-word !important;
	overflow-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media print {
	*, *::before, *::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	
	a:not(.btn) {
		text-decoration: underline;
	}
	
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	
	pre {
		white-space: pre-wrap !important;
	}
	
	pre, blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	tr, img {
		page-break-inside: avoid;
	}
	
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
	
	@page {
		size: a3;
	}
	
	body {
		min-width: 992px !important;
	}
	
	.container, .cms-section .boxed, .s360-megamenu--boxed, .s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .s360-megamenu__dropdown-menu--container {
		min-width: 992px !important;
	}
	
	.navbar {
		display: none;
	}
	
	.badge {
		border: 1px solid #000;
	}
	
	.table {
		border-collapse: collapse !important;
	}
	
	.table td, .table th {
		background-color: #fff !important;
	}
	
	.table-bordered th, .table-bordered td {
		border: 1px solid #bcc1c7 !important;
	}
	
	.table-dark {
		color: inherit;
	}
	
	.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
		border-color: #bcc1c7;
	}
	
	.table .thead-dark th {
		color: inherit;
		border-color: #bcc1c7;
	}
}

.tns-outer {
	padding: 0 !important;
}

.tns-outer [hidden] {
	display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
	cursor: pointer;
}

.tns-slider {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s;
}

.tns-slider > .tns-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
	white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
	content: "";
	display: table;
	clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
	float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
	margin-right: -100%;
}

.tns-no-calc {
	position: relative;
	left: 0;
}

.tns-gallery {
	position: relative;
	left: 0;
	min-height: 1px;
}

.tns-gallery > .tns-item {
	position: absolute;
	left: -100%;
	-webkit-transition: -ms-transform 0s, opacity 0s;
	-webkit-transition: -webkit-transform 0s, opacity 0s;
	-webkit-transition: transform 0s, opacity 0s;
	-moz-transition: -ms-transform 0s, opacity 0s;
	-moz-transition: -webkit-transform 0s, opacity 0s;
	-moz-transition: transform 0s, opacity 0s;
	transition: -ms-transform 0s, opacity 0s;
	transition: -webkit-transform 0s, opacity 0s;
	transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
	position: relative;
	left: auto !important;
}

.tns-gallery > .tns-moving {
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	transition: all .25s;
}

.tns-autowidth {
	display: inline-block;
}

.tns-lazy-img {
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	transition: opacity .6s;
	opacity: .6;
}

.tns-lazy-img.tns-complete {
	opacity: 1;
}

.tns-ah {
	-webkit-transition: height 0s;
	-moz-transition: height 0s;
	transition: height 0s;
}

.tns-ovh {
	overflow: hidden;
}

.tns-visually-hidden {
	position: absolute;
	left: -10000em;
}

.tns-transparent {
	opacity: 0;
	visibility: hidden;
}

.tns-fadeIn {
	opacity: 1;
	-webkit-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
	z-index: 0;
}

.tns-normal, .tns-fadeOut {
	opacity: 0;
	-webkit-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	z-index: -1;
}

.tns-vpfix {
	white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
	display: inline-block;
}

.tns-t-subp2 {
	margin: 0 auto;
	width: 310px;
	position: relative;
	height: 10px;
	overflow: hidden;
}

.tns-t-ct {
	width: 2333.3333333333%;
	width: -webkit-calc(100% * 70 / 3);
	width: -moz-calc(100% * 70 / 3);
	width: calc(100% * 70 / 3);
	position: absolute;
	right: 0;
}

.tns-t-ct:after {
	content: "";
	display: table;
	clear: both;
}

.tns-t-ct > div {
	width: 1.4285714286%;
	width: -webkit-calc(100% / 70);
	width: -moz-calc(100% / 70);
	width: calc(100% / 70);
	height: 10px;
	float: left;
}

.flatpickr-calendar {
	background: transparent;
	background: #fff;
	opacity: 0;
	display: none;
	text-align: center;
	visibility: hidden;
	padding: 0;
	-webkit-animation: none;
	animation: none;
	direction: ltr;
	border: 0;
	font-size: 14px;
	line-height: 24px;
	border-radius: 5px;
	position: absolute;
	width: 307.875px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
	box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
	opacity: 1;
	max-height: 640px;
	visibility: visible;
}

.flatpickr-calendar.open {
	display: inline-block;
	z-index: 99999;
}

.flatpickr-calendar.animate.open {
	-webkit-animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
	animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
}

.flatpickr-calendar.inline {
	display: block;
	position: relative;
	top: 2px;
}

.flatpickr-calendar.static {
	position: absolute;
	top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
	z-index: 999;
	display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
	-webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
	box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
	border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
	height: 40px;
	border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
	height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
	position: absolute;
	display: block;
	pointer-events: none;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
	left: auto;
	right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
	left: 50%;
	right: 50%;
}

.flatpickr-calendar:before {
	border-width: 5px;
	margin: 0 -5px;
}

.flatpickr-calendar:after {
	border-width: 4px;
	margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
	bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
	border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
	border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
	top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
	border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
	border-top-color: #fff;
}

.flatpickr-calendar:focus {
	outline: 0;
}

.flatpickr-wrapper {
	position: relative;
	display: inline-block;
}

.flatpickr-months {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flatpickr-months .flatpickr-month {
	background: transparent;
	color: rgba(0, 0, 0, .9);
	fill: rgba(0, 0, 0, .9);
	height: 34px;
	line-height: 1;
	text-align: center;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	height: 34px;
	padding: 10px;
	z-index: 3;
	color: rgba(0, 0, 0, .9);
	fill: rgba(0, 0, 0, .9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
	display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
	position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
	left: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
	right: 0;
}

.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
	color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
	fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
	width: 14px;
	height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
	-webkit-transition: fill .1s;
	transition: fill .1s;
	fill: inherit;
}

.numInputWrapper {
	position: relative;
	height: auto;
}

.numInputWrapper input, .numInputWrapper span {
	display: inline-block;
}

.numInputWrapper input {
	width: 100%;
}

.numInputWrapper input::-ms-clear {
	display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.numInputWrapper span {
	position: absolute;
	right: 0;
	width: 14px;
	padding: 0 4px 0 2px;
	height: 50%;
	line-height: 50%;
	opacity: 0;
	cursor: pointer;
	border: 1px solid rgba(57, 57, 57, .15);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.numInputWrapper span:hover {
	background: rgba(0, 0, 0, .1);
}

.numInputWrapper span:active {
	background: rgba(0, 0, 0, .2);
}

.numInputWrapper span:after {
	display: block;
	content: "";
	position: absolute;
}

.numInputWrapper span.arrowUp {
	top: 0;
	border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(57, 57, 57, .6);
	top: 26%;
}

.numInputWrapper span.arrowDown {
	top: 50%;
}

.numInputWrapper span.arrowDown:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(57, 57, 57, .6);
	top: 40%;
}

.numInputWrapper span svg {
	width: inherit;
	height: auto;
}

.numInputWrapper span svg path {
	fill: rgba(0, 0, 0, .5);
}

.numInputWrapper:hover {
	background: rgba(0, 0, 0, .05);
}

.numInputWrapper:hover span {
	opacity: 1;
}

.flatpickr-current-month {
	font-size: 135%;
	line-height: inherit;
	line-height: 1;
	font-weight: 300;
	color: inherit;
	position: absolute;
	width: 75%;
	left: 12.5%;
	padding: 7.48px 0 0 0;
	height: 34px;
	display: inline-block;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
	font-family: inherit;
	font-weight: 700;
	color: inherit;
	display: inline-block;
	margin-left: .5ch;
	padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
	background: rgba(0, 0, 0, .05);
}

.flatpickr-current-month .numInputWrapper {
	width: 6ch;
	width: 7ch \0;
	display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
	border-bottom-color: rgba(0, 0, 0, .9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
	border-top-color: rgba(0, 0, 0, .9);
}

.flatpickr-current-month input.cur-year {
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	cursor: text;
	padding: 0 0 0 .5ch;
	margin: 0;
	display: inline-block;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
	line-height: inherit;
	height: auto;
	border: 0;
	border-radius: 0;
	vertical-align: initial;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
	outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
	font-size: 100%;
	color: rgba(0, 0, 0, .5);
	background: transparent;
	pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
	appearance: menulist;
	background: transparent;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
	height: auto;
	line-height: inherit;
	margin: -1px 0 0 0;
	outline: none;
	padding: 0 0 0 .5ch;
	position: relative;
	vertical-align: initial;
	-webkit-box-sizing: border-box;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
	outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background: rgba(0, 0, 0, .05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
	background-color: transparent;
	outline: none;
	padding: 0;
}

.flatpickr-weekdays {
	background: transparent;
	text-align: center;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

span.flatpickr-weekday {
	cursor: default;
	font-size: 90%;
	background: transparent;
	color: rgba(0, 0, 0, .54);
	line-height: 1;
	margin: 0;
	text-align: center;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
	padding: 1px 0 0 0;
}

.flatpickr-days {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 307.875px;
}

.flatpickr-days:focus {
	outline: 0;
}

.dayContainer {
	padding: 0;
	outline: 0;
	text-align: left;
	width: 307.875px;
	min-width: 307.875px;
	max-width: 307.875px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-ms-flex-pack: justify;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.dayContainer + .dayContainer {
	-webkit-box-shadow: -1px 0 0 #e6e6e6;
	box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
	background: none;
	border: 1px solid transparent;
	border-radius: 150px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #393939;
	cursor: pointer;
	font-weight: 400;
	width: 14.2857143%;
	-webkit-flex-basis: 14.2857143%;
	-ms-flex-preferred-size: 14.2857143%;
	flex-basis: 14.2857143%;
	max-width: 39px;
	height: 39px;
	line-height: 39px;
	margin: 0;
	display: inline-block;
	position: relative;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
	cursor: pointer;
	outline: 0;
	background: #e6e6e6;
	border-color: #e6e6e6;
}

.flatpickr-day.today {
	border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
	border-color: #959ea9;
	background: #959ea9;
	color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
	border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
	border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
	-webkit-box-shadow: -10px 0 0 #569ff7;
	box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
	border-radius: 50px;
}

.flatpickr-day.inRange {
	border-radius: 0;
	-webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
	box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
	color: rgba(57, 57, 57, .3);
	background: transparent;
	border-color: transparent;
	cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
	cursor: not-allowed;
	color: rgba(57, 57, 57, .1);
}

.flatpickr-day.week.selected {
	border-radius: 0;
	-webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
	box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
	visibility: hidden;
}

.rangeMode .flatpickr-day {
	margin-top: 1px;
}

.flatpickr-weekwrapper {
	float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
	padding: 0 12px;
	-webkit-box-shadow: 1px 0 0 #e6e6e6;
	box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
	float: none;
	width: 100%;
	line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
	display: block;
	width: 100%;
	max-width: none;
	color: rgba(57, 57, 57, .3);
	background: transparent;
	cursor: default;
	border: none;
}

.flatpickr-innerContainer {
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.flatpickr-rContainer {
	display: inline-block;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.flatpickr-time {
	text-align: center;
	outline: 0;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 0;
	line-height: 40px;
	max-height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.flatpickr-time:after {
	content: "";
	display: table;
	clear: both;
}

.flatpickr-time .numInputWrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 40%;
	height: 40px;
	float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
	border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
	border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
	width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
	width: 49%;
}

.flatpickr-time input {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	height: inherit;
	line-height: inherit;
	color: #393939;
	font-size: 14px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
	font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
	font-weight: 400;
}

.flatpickr-time input:focus {
	outline: 0;
	border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
	height: inherit;
	float: left;
	line-height: inherit;
	color: #393939;
	font-weight: bold;
	width: 2%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
	outline: 0;
	width: 18%;
	cursor: pointer;
	text-align: center;
	font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
	background: #eee;
}

.flatpickr-input[readonly] {
	cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		-ms-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		-ms-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

html {}

html.no-scroll {
	position: relative;
	overflow: hidden;
}

html::before {
	position: absolute;
	top: -100%;
	font-size: 0;
}

@media (max-width: 575.98px) {
	html::before {
		content: "xs";
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	html::before {
		content: "sm";
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	html::before {
		content: "md";
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	html::before {
		content: "lg";
	}
}

@media (min-width: 1200px) {
	html::before {
		content: "xl";
	}
}

html .sw-text-editor-table .sw-text-editor-table__col {
	border: 1px solid #000;
	padding: 8px;
	text-align: left;
}

html .sw-text-editor-table .sw-text-editor-table__col-selector {
	display: none;
}

html .sw-text-editor-table__head td {
	background: #eee;
}

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
	display: none;
}

html.is-ie .input-group-append .icon {
	display: block;
}

html.is-ie .input-group-append svg {
	top: 0;
	vertical-align: auto;
}

html.is-ie .cart-item-row .cart-item-quantity {
	z-index: 1;
}

html.is-ie .product-image-wrapper {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

html.is-ie .product-image-link {
	display: block;
}

html.is-ie .product-image {
	margin: auto;
}

.alert-has-icon {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.alert-has-icon .alert-content-container {
	padding-left: 1rem;
}

.alert-list {
	padding-left: 20px;
	margin-bottom: 0;
}

.card-title {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
}

.card-col {
	margin-bottom: 1rem;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.card-col .card {
	width: 100%;
}

.card-col .card-body {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-actions {
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: auto;
}

.category-navigation {
	list-style: none;
	margin: 0;
	padding-left: 20px;
}

.category-navigation.level-0 > .category-navigation-entry {
	border-bottom: 1px solid #bcc1c7;
}

.category-navigation.level-0 {
	padding-left: 0;
	font-size: 16px;
}

.category-navigation.level-1 {
	font-size: 14px;
}

.category-navigation.level-2 {
	font-size: 12px;
}

.category-navigation-entry {
	margin: 0;
	padding: 0;
}

.category-navigation-link {
	display: block;
	padding: 8px 20px;
	font-weight: 400;
	color: #000;
}

.category-navigation-link:hover {
	text-decoration: none;
}

.category-navigation-link.is-active {
	color: #0584e3;
	font-weight: 700;
}

.category-navigation-link.in-path {
	font-weight: 700;
}

.modal-backdrop {
	opacity: 0;
	-webkit-transition: opacity .45s cubic-bezier(.3, 0, .15, 1), visibility .45s linear;
	transition: opacity .45s cubic-bezier(.3, 0, .15, 1), visibility .45s linear;
}

.modal-backdrop.modal-backdrop-open {
	opacity: 1;
}

.modal-backdrop > .loader {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1rem;
	margin-top: -1rem;
}

.offcanvas-backdrop.show {
	opacity: 1;
}

.base-slider {
	position: relative;
	overflow: hidden;
}

.base-slider .tns-nav, .base-slider .base-slider-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 10px 0;
}

.base-slider .tns-nav .base-slider-dot, .base-slider .tns-nav button, .base-slider .base-slider-dots .base-slider-dot, .base-slider .base-slider-dots button {
	background-color: #bcc1c7;
	border: 0;
	height: 8px;
	width: 8px;
	padding: 8px;
	border-radius: 50%;
	margin: 0 8px;
}

.base-slider .tns-nav .base-slider-dot:hover, .base-slider .tns-nav .base-slider-dot.tns-nav-active, .base-slider .tns-nav button:hover, .base-slider .tns-nav button.tns-nav-active, .base-slider .base-slider-dots .base-slider-dot:hover, .base-slider .base-slider-dots .base-slider-dot.tns-nav-active, .base-slider .base-slider-dots button:hover, .base-slider .base-slider-dots button.tns-nav-active {
	background-color: #798490;
}

.base-slider .tns-nav .base-slider-dot:focus, .base-slider .tns-nav button:focus, .base-slider .base-slider-dots .base-slider-dot:focus, .base-slider .base-slider-dots button:focus {
	outline: none;
}

.base-slider.has-dots-outside {
	margin-bottom: 35px;
}

.base-slider.has-dots-outside .tns-nav, .base-slider.has-dots-outside .base-slider-dots {
	bottom: auto;
}

.base-slider.has-nav-outside {
	padding-left: 25px;
	padding-right: 25px;
}

.base-slider .tns-ovh {
	overflow: visible;
}

.base-slider-controls {
	margin-bottom: 0;
}

.base-slider-controls-prev, .base-slider-controls-next {
	display: block;
	width: 30px;
	height: 65px;
	text-align: center;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #798490;
	background: rgba(255, 255, 255, .5);
	border: 1px solid rgba(255, 255, 255, .5);
	line-height: 68px;
	opacity: .5;
	-webkit-transition: opacity .15s ease;
	transition: opacity .15s ease;
	cursor: pointer;
	padding: 0;
}

.base-slider-controls-prev:hover, .base-slider-controls-next:hover {
	border-color: rgba(5, 132, 227, .5);
	color: #0584e3;
	opacity: 1;
}

.base-slider-controls-prev.is-nav-prev-outside, .base-slider-controls-prev.is-nav-next-outside, .base-slider-controls-next.is-nav-prev-outside, .base-slider-controls-next.is-nav-next-outside {
	border: 0;
	background-color: rgba(255, 255, 255, .8);
}

.base-slider-controls-prev[disabled], .base-slider-controls-next[disabled] {
	opacity: .2;
	cursor: default;
}

.base-slider-controls-prev {
	border-radius: 0 3px 3px 0;
}

.base-slider-controls-prev.is-nav-prev-outside {
	border-radius: 3px 0 0 3px;
}

.base-slider-controls-next {
	border-radius: 3px 0 0 3px;
}

.base-slider-controls-next.is-nav-next-outside {
	border-radius: 0 3px 3px 0;
}

@media (min-width: 768px) {
	.base-slider .tns-nav .base-slider-dot, .base-slider .tns-nav button, .base-slider .base-slider-dots .base-slider-dot, .base-slider .base-slider-dots button {
		margin: 0 5px;
	}
	
	.base-slider .tns-nav.hide-dots, .base-slider .base-slider-dots.hide-dots {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.base-slider .tns-nav, .base-slider .base-slider-dots {
		width: 55%;
		text-align: center;
	}
	
	.base-slider .tns-nav.hide-dots, .base-slider .tns-nav.hide-dots-mobile, .base-slider .base-slider-dots.hide-dots, .base-slider .base-slider-dots.hide-dots-mobile {
		display: none;
	}
}

.image-slider-container {
	position: relative;
	height: 100%;
}

.image-slider-container .image-slider-image {
	display: block;
	width: 100%;
}

.image-slider-container .image-slider-item {
	display: -ms-grid;
	display: grid;
	max-width: 100%;
	position: relative;
}

.image-slider-container .image-slider-item.is-not-first {
	display: none;
}

.image-slider-container .image-slider-item.is-cover {
	height: 100%;
}

.image-slider-container .image-slider-item.is-cover .image-slider-image {
	object-fit: cover;
	font-family: "object-fit: cover;";
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.image-slider-container .image-slider-link {
	display: block;
}

.js-slider-initialized .image-slider-item.is-not-first {
	display: block;
}

.image-slider-controls-prev.is-nav-prev-inside {
	left: 0;
}

.image-slider-controls-prev.is-nav-prev-outside {
	left: -15px;
}

.image-slider-controls-next.is-nav-next-inside {
	right: 0;
}

.image-slider-controls-next.is-nav-next-outside {
	right: -15px;
}

@media (min-width: 768px) {
	.image-slider-controls-prev.is-nav-prev-outside {
		left: -5px;
	}
	
	.image-slider-controls-next.is-nav-next-outside {
		right: -5px;
	}
}

.product-slider.has-border {
	border: 1px solid #bcc1c7;
	border-radius: 3px;
}

.product-slider.has-border {
	padding: 25px;
}

.product-slider.has-nav {
	padding-left: 20px;
	padding-right: 20px;
}

.product-slider.has-border.has-nav {
	padding-left: 40px;
	padding-right: 40px;
}

.product-slider-container {
	padding-bottom: 1px;
}

.product-slider-controls-prev, .product-slider-controls-next {
	border: 0;
	background: none;
}

.product-slider-controls-prev {
	left: -10px;
}

.product-slider-controls-prev.has-border {
	left: 0;
}

.product-slider-controls-next {
	right: -10px;
}

.product-slider-controls-next.has-border {
	right: 0;
}

.gallery-slider {
	width: 99.9%;
}

.gallery-slider-row {
	margin-bottom: 1rem;
}

.gallery-slider-row.is-loading {
	height: 430px;
	overflow: hidden;
}

.gallery-slider-row.is-single-image {
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery-slider-single-image {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery-slider-container {
	position: relative;
	height: 100%;
}

.gallery-slider-container .gallery-slider-image {
	display: block;
}

.gallery-slider-item, .gallery-slider-single-image {
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: default;
	display: block;
	height: 100%;
	max-width: 100%;
}

.gallery-slider-item.is-cover, .gallery-slider-item.is-contain, .gallery-slider-single-image.is-cover, .gallery-slider-single-image.is-contain {
	height: 100%;
}

.gallery-slider-item.is-cover .gallery-slider-image, .gallery-slider-item.is-contain .gallery-slider-image, .gallery-slider-single-image.is-cover .gallery-slider-image, .gallery-slider-single-image.is-contain .gallery-slider-image {
	object-fit: cover;
	font-family: "object-fit: cover;";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
}

.gallery-slider-item.is-cover .gallery-slider-image, .gallery-slider-single-image.is-cover .gallery-slider-image {
	object-fit: cover;
	font-family: "object-fit: cover;";
	width: 100%;
	height: 100%;
}

.gallery-slider-item.is-contain .gallery-slider-image, .gallery-slider-single-image.is-contain .gallery-slider-image {
	margin: auto;
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.gallery-slider-controls-prev {
	left: 0;
}

.gallery-slider-controls-prev.is-nav-prev-outside {
	left: -10px;
}

.gallery-slider-controls-next {
	right: 0;
}

.gallery-slider-controls-next.is-nav-next-outside {
	right: -10px;
}

.gallery-slider-thumbnails-container {
	position: relative;
}

.gallery-slider-thumbnails-container .tns-inner {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery-slider-thumbnails-container.is-underneath .tns-inner {
	display: block;
}

.gallery-slider-thumbnails-container.is-underneath .tns-outer {
	margin: 0 30px;
}

.gallery-slider-thumbnails-container.hide-thumbs {
	display: none;
}

.gallery-slider-thumbnails-col .gallery-slider-thumbnails-controls-prev, .gallery-slider-thumbnails-col .gallery-slider-thumbnails-controls-next {
	border: 0;
	background: none;
	height: 30px;
	width: 65px;
	line-height: normal;
}

.gallery-slider-thumbnails-col.is-left {
	padding-right: 0;
}

.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-prev {
	top: -30px;
}

.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-next {
	bottom: -20px;
	top: auto;
}

.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-prev, .gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-next {
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-prev {
	left: -25px;
}

.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-next {
	right: -25px;
}

.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-prev, .gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-next {
	-ms-transform: translateY(-30%);
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
}

.gallery-slider-modal-controls {
	z-index: 10;
}

.gallery-slider-modal-controls .gallery-slider-thumbnails-controls-prev {
	left: 0;
}

.gallery-slider-modal-controls .gallery-slider-thumbnails-controls-next {
	right: 0;
}

.gallery-slider-thumbnails.is-underneath {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 1rem;
}

.gallery-slider-thumbnails.is-underneath .gallery-slider-thumbnails-item {
	width: auto;
}

.gallery-slider-thumbnails-item {
	cursor: pointer;
	height: 75px;
	width: 75px;
}

.gallery-slider-thumbnails-item.tns-nav-active .gallery-slider-thumbnails-item-inner {
	border-color: #0584e3;
}

.gallery-slider-thumbnails-item-inner {
	border: 1px solid #bcc1c7;
	border-radius: 3px;
	width: 100%;
	height: 100%;
	padding: .25rem;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery-slider-thumbnails-image, .gallery-slider-image {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-height: 100%;
	max-width: 100%;
}

.gallery-slider-thumbnails-controls {
	display: none;
	margin: 0;
}

@media (max-width: 575.98px) {
	.gallery-slider-item.is-cover, .gallery-slider-item.is-contain {
		min-height: 225px !important;
	}
}

@media (max-width: 767.98px) {
	.gallery-slider-single-image.is-cover, .gallery-slider-single-image.is-contain {
		min-height: 225px !important;
	}
}

@media (min-width: 768px) {
	.gallery-slider-row {
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.gallery-slider-thumbnails-controls {
		display: block;
	}
	
	.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-item {
		margin-bottom: 0 !important;
		padding-bottom: 10px;
	}
}

.magnifier-overlay, .magnifier-zoom-image {
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	opacity: 0;
	-webkit-animation: magnifyLensFade .5s forwards;
	animation: magnifyLensFade .5s forwards;
	pointer-events: none;
	z-index: 1100;
}

.magnifier-overlay {
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	position: absolute;
	background: rgba(255, 255, 255, .4);
	border: 1px solid #bcc1c7;
}

.magnifier-zoom-image {
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
	top: 0;
	left: 0;
}

@-webkit-keyframes magnifyLensFade {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes magnifyLensFade {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.zoom-modal-wrapper {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.modal.zoom-modal {
	overflow: hidden;
}

.modal.zoom-modal .zoom-modal-actions, .modal.zoom-modal .modal-close, .modal.zoom-modal .btn-close {
	position: absolute;
	top: 0;
	opacity: 1;
	z-index: 1051;
	margin: 15px;
}

.modal.zoom-modal .zoom-modal-actions {
	left: 0;
}

.modal.zoom-modal .modal-close, .modal.zoom-modal .btn-close {
	right: 0;
}

.modal.zoom-modal .modal-dialog .modal-content, .modal.zoom-modal .modal-dialog .modal-body {
	padding: 0;
	overflow: hidden;
}

.modal.zoom-modal .modal-footer {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 0 1rem;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	margin: 0 30px;
}

.modal.zoom-modal .gallery-slider {
	top: 0;
	bottom: 0;
	position: absolute;
	height: auto;
	width: 100%;
}

.modal.zoom-modal .gallery-slider-thumbnails {
	margin: 0 auto;
}

.modal.zoom-modal .gallery-slider-controls-next {
	right: 0;
}

.modal.zoom-modal .gallery-slider-controls-prev {
	left: 0;
}

.modal.zoom-modal .gallery-slider-thumbnails-item {
	width: auto;
}

.modal.zoom-modal .gallery-slider-thumbnails-controls-next {
	right: -30px;
}

.modal.zoom-modal .gallery-slider-thumbnails-controls-prev {
	left: -30px;
}

.modal.zoom-modal .image-zoom-container {
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.modal.zoom-modal .image-zoom-container > * {
	position: relative;
}

.modal.zoom-modal .image-zoom-btn.disabled {
	opacity: .3;
}

@media (min-width: 768px) {
	.modal.zoom-modal .gallery-slider {
		bottom: 100px;
	}
	
	.modal.zoom-modal .modal-footer {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

.offcanvas {
	z-index: 1050;
	background: #fff;
	height: 100%;
	width: 90%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	-webkit-transition: all .45s cubic-bezier(.3, 0, .15, 1);
	transition: all .45s cubic-bezier(.3, 0, .15, 1);
}

.offcanvas.is-left {
	left: 0;
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.offcanvas.is-left .offcanvas-close {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.offcanvas.is-right {
	right: 0;
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.offcanvas.is-open {
	-ms-transform: translateX(0) !important;
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important;
}

.offcanvas.is-bottom {
	bottom: 0;
	top: auto;
	height: 90%;
	width: 100%;
	border-radius: 8px 8px 0 0;
	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.offcanvas.is-bottom .offcanvas-close {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border: 0;
	padding: 0;
}

.offcanvas.offcanvas-start .offcanvas-close {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.offcanvas.offcanvas-bottom {
	border-radius: 8px 8px 0 0;
	height: 90%;
}

.offcanvas.is-fullwidth {
	width: 100%;
}

.offcanvas .offcanvas-header {
	padding: 1rem 20px;
	background-color: #fff;
}

.offcanvas .offcanvas-header .offcanvas-title {
	font-size: 24px;
	font-weight: 700;
}

.offcanvas .offcanvas-footer {
	bottom: 0;
	top: auto;
}

.offcanvas .offcanvas-close {
	width: 100%;
	border-radius: 0;
	font-weight: 400;
	padding: .5rem 1rem;
	text-align: left;
}

.offcanvas .offcanvas-close:focus {
	box-shadow: none;
}

.offcanvas .offcanvas-close, .offcanvas .offcanvas-close .icon {
	color: #798490;
}

.offcanvas > .loader, .offcanvas .offcanvas-content-container > .loader {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1rem;
	margin-top: -1rem;
}

.offcanvas .offcanvas-content-container, .offcanvas .offcanvas-body {
	padding: 20px;
	width: 100%;
}

@media (min-width: 576px) {
	.offcanvas {
		width: auto;
	}
	
	.offcanvas .offcanvas-content-container {
		width: 400px;
	}
}

.product-box {
	height: 100%;
}

.product-variant-characteristics {
	min-height: 3em;
}

.product-variant-characteristics .product-variant-characteristics-text {
	overflow: hidden;
	line-height: 1.5em;
	height: 3em;
	text-align: justify;
	margin-right: -1em;
	padding-right: 1em;
	max-width: 95%;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	text-overflow: ellipsis;
	font-size: .75rem;
}

.product-variant-characteristics .product-variant-characteristics-option {
	font-weight: 700;
}

.product-image-wrapper {
	height: 200px;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: 180px;
	flex-basis: 180px;
	margin-bottom: 15px;
	position: relative;
}

.product-image-link {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.product-image-link.is-cover {
	-ms-flex-align: start;
	align-items: flex-start;
}

.product-image {
	display: block;
	max-width: 100%;
	max-height: 200px;
}

.product-image.is-standard, .product-image.is-cover, .product-image.is-contain {
	width: 100%;
	height: 100%;
}

.product-image.is-cover {
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.product-image.is-contain {
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.product-image.is-standard {
	object-fit: scale-down;
	font-family: "object-fit: scale-down;";
}

.product-image-placeholder {
	max-width: 180px;
	height: 100%;
}

.product-rating {
	margin-bottom: 10px;
	height: 25px;
}

.product-name {
	color: #000;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	height: 44px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
}

.product-name:hover {
	color: var(--text-color-brand-primary);
	text-decoration: none;
}

.product-description {
	height: 54px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.product-price-info {
	margin-top: 10px;
}

.product-price-info .product-advanced-list-price-wrapper {
	font-weight: 400;
}

.product-price-unit {
	height: 36px;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
}

.product-unit-label {
	font-weight: 700;
}

.product-cheapest-price {
	min-height: 20px;
	font-size: .75rem;
	line-height: 20px;
	margin-bottom: 32px;
}

.product-cheapest-price .product-cheapest-price-price {
	font-weight: 700;
}

.product-cheapest-price.with-regulation-price, .product-cheapest-price.with-list-price {
	margin-bottom: 6px;
}

.product-cheapest-price.with-from-price {
	margin-bottom: 5px;
}

.product-price {
	color: #000;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	overflow: hidden;
}

.product-price.with-list-price {
	color: #e52427;
}

.product-price .list-price {
	color: #000;
	font-weight: 400;
	padding-left: 5px;
	font-size: 12px;
}

.product-price .list-price .list-price-price {
	text-decoration: line-through;
}

.product-price .regulation-price {
	color: #000;
	font-weight: 400;
	padding-left: 5px;
	padding-left: 0;
	font-size: 12px;
}

.product-price .list-price-no-line-through .list-price-price {
	text-decoration: none;
}

.product-price .strikeprice-text {
	color: #000;
	font-weight: 400;
	padding-left: 5px;
	font-size: 12px;
}

.product-action {
	margin-top: 20px;
}

.product-badges {
	position: absolute;
	top: 30px;
	left: -1px;
	z-index: 10;
}

.product-badges .badge {
	padding: 0 8px;
	height: 32px;
	margin: 0 0 8px;
	line-height: 32px;
	font-weight: 700;
	color: #fff;
	border-radius: 0 3px 3px 0;
	border-color: transparent;
	font-size: 18px;
	letter-spacing: 0;
}

.product-box.box-image .product-image-wrapper {
	height: 332px;
}

.product-box.box-image .product-image {
	max-height: 332px;
}

.product-box.box-image .product-image.is-standard {
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.product-price-wrapper {
	font-size: 18px;
}

.has-element-loader {
	z-index: 15;
	pointer-events: none;
	position: relative;
}

.element-loader-backdrop {
	opacity: 0;
	-webkit-transition: opacity .45s cubic-bezier(.3, 0, .15, 1), visibility .45s linear;
	transition: opacity .45s cubic-bezier(.3, 0, .15, 1), visibility .45s linear;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: rgba(255, 255, 255, .5);
	box-shadow: 0 0 11px 7px rgba(255, 255, 255, .5);
	z-index: 15;
}

.element-loader-backdrop.element-loader-backdrop-open {
	opacity: 1;
}

.element-loader-backdrop > .loader {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1rem;
	margin-top: -1rem;
}

@-webkit-keyframes skeletonShimmer {
	0% {
		background-position: -500px 0;
	}
	
	100% {
		background-position: 500px 0;
	}
}

@keyframes skeletonShimmer {
	0% {
		background-position: -500px 0;
	}
	
	100% {
		background-position: 500px 0;
	}
}

.has-element-loader .cms-element-product-listing .product-badges, .has-element-loader .cms-element-product-listing .product-image-link, .has-element-loader .cms-element-product-listing .product-review-rating {
	display: none;
}

.has-element-loader .cms-element-product-listing .product-image-wrapper, .has-element-loader .cms-element-product-listing .product-rating, .has-element-loader .cms-element-product-listing .product-name, .has-element-loader .cms-element-product-listing .product-variant-characteristics, .has-element-loader .cms-element-product-listing .product-description, .has-element-loader .cms-element-product-listing .product-price-unit, .has-element-loader .cms-element-product-listing .product-cheapest-price-price, .has-element-loader .cms-element-product-listing .product-price {
	border-radius: 3px;
	color: transparent;
	-webkit-animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
	animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
	background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
	background-size: 800px 100px;
}

.has-element-loader .cms-element-product-listing .product-rating {
	width: 50%;
}

.has-element-loader .cms-element-product-listing .product-name {
	width: 75%;
}

.has-element-loader .cms-element-product-listing .product-price {
	width: 35%;
}

.has-element-loader .cms-element-product-listing .product-wishlist-info-item {
	border-radius: 3px;
	color: transparent;
	-webkit-animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
	animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
	background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
	background-size: 800px 100px;
}

.has-element-loader .cms-element-product-listing .product-wishlist-info-status {
	display: none;
}

.has-element-loader .cms-element-product-listing .product-variant-characteristics-text, .has-element-loader .cms-element-product-listing .product-wishlist-remove {
	display: none;
}

.modal .modal-header.only-close {
	border-bottom-color: transparent;
}

.modal .modal-close:focus {
	outline: 0;
}

.modal.is-fullscreen .modal-dialog, .modal.is-fullscreen .modal-content {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: absolute;
	max-width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	overflow-y: scroll;
	box-shadow: none;
}

.modal.is-fullscreen .modal-dialog, .modal.is-fullscreen .modal-content, .modal.is-fullscreen .modal-header, .modal.is-fullscreen .modal-body, .modal.is-fullscreen .modal-footer {
	border-radius: 0;
}

.language-flag {
	display: inline-block;
	height: 12px;
	width: 16px;
	border: 1px solid #adb5bd;
	margin-top: 1px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
}

.language-flag.country-de {
	background-image: linear-gradient(to bottom, #000 33%, #f00 33%, #f00 66%, #fc0 66%);
}

.language-flag.country-gb, .language-flag.language-gb.language-flag {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJmbGFnLWljb24tY3NzLWdiIiB2aWV3Qm94PSIwIDAgNjQwIDQ4MCI+CiAgPHBhdGggZmlsbD0iIzAxMjE2OSIgZD0iTTAgMGg2NDB2NDgwSDB6Ii8+CiAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTc1IDBsMjQ0IDE4MUw1NjIgMGg3OHY2Mkw0MDAgMjQxbDI0MCAxNzh2NjFoLTgwTDMyMCAzMDEgODEgNDgwSDB2LTYwbDIzOS0xNzhMMCA2NFYwaDc1eiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik00MjQgMjgxbDIxNiAxNTl2NDBMMzY5IDI4MWg1NXptLTE4NCAyMGw2IDM1TDU0IDQ4MEgwbDI0MC0xNzl6TTY0MCAwdjNMMzkxIDE5MWwyLTQ0TDU5MCAwaDUwek0wIDBsMjM5IDE3NmgtNjBMMCA0MlYweiIvPgogIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yNDEgMHY0ODBoMTYwVjBIMjQxek0wIDE2MHYxNjBoNjQwVjE2MEgweiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik0wIDE5M3Y5Nmg2NDB2LTk2SDB6TTI3MyAwdjQ4MGg5NlYwaC05NnoiLz4KPC9zdmc+Cg==");
}

.icon {
	width: 22px;
	height: 22px;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-item-align: center;
	align-self: center;
	font-size: inherit;
	overflow: visible;
	color: #878787;
}

.icon > svg {
	width: 100%;
	height: 100%;
	top: .25em;
	position: relative;
	fill: currentColor;
}

.icon > svg path, .icon > svg use {
	fill: currentColor;
}

.icon-primary {
	color: var(--text-color-brand-primary);
}

.icon-secondary {
	color: #526e7f;
}

.icon-success {
	color: #3cc261;
}

.icon-info {
	color: #26b6cf;
}

.icon-warning {
	color: #ffbd5d;
}

.icon-danger {
	color: #e52427;
}

.icon-light {
	color: #eee;
}

.icon-dark {
	color: #4a545b;
}

.icon-review {
	color: #fedc70;
}

.icon-fluid {
	width: 100%;
	height: 100%;
}

.icon-lg {
	width: 29.3333333333px;
	height: 29.3333333333px;
}

.icon-sm, .navigation-offcanvas-link-icon .loader {
	width: 19.25px;
	height: 19.25px;
}

.icon-xs {
	width: 16.5px;
	height: 16.5px;
}

.icon-1x {
	width: 22px;
	height: 22px;
}

.icon-2x {
	width: 44px;
	height: 44px;
}

.icon-3x {
	width: 66px;
	height: 66px;
}

.icon-4x {
	width: 88px;
	height: 88px;
}

.icon-5x {
	width: 110px;
	height: 110px;
}

.icon-6x {
	width: 132px;
	height: 132px;
}

.icon-7x {
	width: 154px;
	height: 154px;
}

.icon-8x {
	width: 176px;
	height: 176px;
}

.icon-9x {
	width: 198px;
	height: 198px;
}

.icon-10x {
	width: 220px;
	height: 220px;
}

.icon-rotate-90 svg {
	-webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.icon-rotate-180 svg {
	-webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.icon-rotate-270 svg {
	-webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.icon-flip-horizontal svg {
	-webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-ms-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.icon-flip-vertical svg {
	-webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-ms-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.icon-flip-both svg, .icon-flip-horizontal.icon-flip-vertical svg {
	-webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-ms-transform: scale(-1, -1);
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

:root .icon-rotate-90 svg, :root .icon-rotate-180 svg, :root .icon-rotate-270 svg, :root .icon-flip-horizontal svg, :root .icon-flip-vertical svg, :root .icon-flip-both svg {
	-webkit-filter: none;
	filter: none;
}

.alert-primary .icon {
	color: #0584e3;
}

.alert-secondary .icon {
	color: #526e7f;
}

.alert-success .icon {
	color: #3cc261;
}

.alert-info .icon {
	color: #26b6cf;
}

.alert-warning .icon {
	color: #ffbd5d;
}

.alert-danger .icon {
	color: #e52427;
}

.alert-light .icon {
	color: #f9f9f9;
}

.alert-dark .icon {
	color: #4a545b;
}

.btn-primary .icon, .address-editor-select:not(.collapsed) .icon, .address-editor-edit:not(.collapsed) .icon, .address-editor-create:not(.collapsed) .icon, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary .icon {
	color: #fff;
}

.btn-secondary .icon, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-secondary .icon {
	color: #fff;
}

.btn-success .icon {
	color: #fff;
}

.btn-info .icon {
	color: #fff;
}

.btn-warning .icon {
	color: #212529;
}

.btn-danger .icon {
	color: #fff;
}

.btn-light .icon {
	color: #212529;
}

.btn-dark .icon {
	color: #fff;
}

.btn .icon > svg, .eightworks-cookie-consent-plus-toggler > button .icon > svg {
	top: 6px;
}

.pagination .icon {
	width: 13px;
	height: 13px;
}

.pagination .icon > svg {
	top: 2px;
}

.is-left .offcanvas-close svg, .offcanvas-start .offcanvas-close svg {
	top: 0;
}

.is-right .offcanvas-close svg {
	top: .3rem;
}

.navigation-offcanvas-link-icon .icon > svg {
	top: 0;
}

.pagination {
	margin-bottom: 0;
}

.pagination .page-item.disabled .page-link {
	cursor: default;
	opacity: 1;
	background: #eee;
	color: #bcc1c7;
}

.pagination .page-item.disabled a {
	color: #bcc1c7;
}

.pagination .page-item.active a {
	color: #fff;
}

.pagination .page-link {
	cursor: pointer;
	margin-bottom: 0;
}

.cms-section {
	overflow: hidden;
}

.cms-section.bg-image {
	background-repeat: no-repeat;
	background-position: 50%;
}

.cms-section .cms-section-sidebar {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media (max-width: 767.98px) {
	.cms-section-sidebar-mobile-wrap {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.cms-section-sidebar-mobile-hidden .cms-section-sidebar-sidebar-content {
		display: none;
	}
}

.cms-block {
	overflow: hidden;
}

.cms-block.bg-image {
	position: relative;
	background-repeat: no-repeat;
	background-position: 50%;
}

.cms-block .cms-block-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: none;
	font-family: "object-fit: none;";
}

.cms-block .cms-block-background.media-mode--contain {
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.cms-block .cms-block-background.media-mode--cover {
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.cms-block .cms-block-container .cms-block-container-row {
	-ms-flex-direction: row;
	flex-direction: row;
}

.cms-block-center-text .cms-element-text {
	padding: 30px;
}

.cms-block-image-three-cover .row, .cms-block-image-three-cover .account-content, .cms-block-image-three-cover .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .cms-block-image-three-cover .checkout-container, .cms-block-image-three-cover .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .cms-block-image-three-cover .checkout-container, .cms-block-image-three-cover .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .cms-block-image-three-cover .checkout-container, .cms-block-image-three-cover .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .cms-block-image-three-cover .checkout-container, .cms-block-image-three-cover .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .cms-block-image-three-cover .checkout-container {
	margin: 0;
}

.cms-block-image-three-cover [class^=col-] {
	padding: 0;
}

.cms-block-image-text-bubble .cms-element-image .cms-image-container, .cms-block-image-bubble-row .cms-element-image .cms-image-container {
	height: 300px;
	width: 300px;
	margin: auto;
	border-radius: 50%;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	overflow: hidden;
}

.cms-block-image-highlight-row .cms-element-image {
	border: 12px solid #fff;
}

.cms-block-image-text-bubble .cms-element-text, .cms-block-image-text-row .cms-element-text {
	padding-top: 20px;
}

.cms-block-image-text-gallery .image-text-gallery-card {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}

.cms-block-image-text-gallery .cms-element-text {
	padding: 20px;
}

.cms-block-text-on-image .cms-element-text {
	padding: 30px;
	-ms-flex-align: center;
	align-items: center;
	min-height: 240px;
}

.cms-block-image-text-cover .cms-element-text {
	padding-top: 30px;
}

.cms-block-image-simple-grid .left-top {
	margin-bottom: 40px;
}

.cms-block-image-simple-grid .right {
	height: 100%;
}

@media (min-width: 992px) {
	.cms-block-container .cms-block-container-row.has--sidebar {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.cms-block-container .cms-block-container-row.has--sidebar > div {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
}

@media (max-width: 767.98px) {
	.cms-block-image-text-gallery .cms-row > :not(:last-child), .cms-block-image-two-column .cms-row > :not(:last-child), .cms-block-image-three-column .cms-row > :not(:last-child), .cms-block-image-four-column .cms-row > :not(:last-child), .cms-block-image-bubble-row .cms-row > :not(:last-child), .cms-block-image-highlight-row .cms-row > :not(:last-child) {
		margin-bottom: 40px;
	}
	
	.cms-block-image-text .cms-row > :first-child, .cms-block-image-text-cover .cms-row > :first-child {
		margin-bottom: 40px;
	}
	
	.cms-block-image-simple-grid .left-bottom {
		margin-bottom: 40px;
	}
}

.cms-block-sidebar-filter {
	overflow: visible;
}

.cms-block-sidebar-filter .col-12 {
	position: initial;
}

.cms-element-product-name {
	display: inline-block;
}

.cms-element-manufacturer-logo .cms-image-link {
	height: 100%;
}

.cms-element-manufacturer-logo .cms-image-container.is-standard img {
	max-width: 200px;
	max-height: 70px;
}

.cms-element-image {
	position: relative;
	height: 100%;
}

.cms-element-image .cms-image {
	display: block;
	max-width: 100%;
}

.cms-element-image .cms-image-container {
	display: block;
	max-width: 100%;
	position: relative;
}

.cms-element-image .cms-image-container.is-cover {
	object-fit: contain;
	font-family: "object-fit: contain;";
	height: 100%;
}

.cms-element-image .cms-image-container.is-cover .cms-image {
	object-fit: cover;
	font-family: "object-fit: cover;";
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.cms-element-image .cms-image-container.is-cover .cms-image, .cms-element-image .cms-image-container.is-stretch .cms-image {
	width: 100%;
}

.cms-element-image .cms-image-link {
	display: block;
}

.cms-element-youtube-video {
	position: relative;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cms-element-youtube-video.is--streched {
	height: 100%;
}

.cms-element-youtube-video::before {
	display: block;
	content: "";
	width: 100%;
	padding-top: calc(( 9 / 16 ) * 100%);
}

.cms-element-youtube-video__video, .cms-element-youtube-video__placeholder {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 0 none;
}

.cms-element-youtube-video__placeholder img {
	object-fit: cover;
	font-family: "object-fit: cover;";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.cms-element-youtube-video__backdrop {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.cms-element-youtube-video__backdrop > div {
	background: rgba(255, 255, 255, .5);
	padding: 1rem;
}

.cms-element-vimeo-video {
	position: relative;
	width: 100%;
}

.cms-element-vimeo-video::before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}

.cms-element-vimeo-video__video, .cms-element-vimeo-video__placeholder {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 0 none;
}

.cms-element-vimeo-video__placeholder img {
	object-fit: cover;
	font-family: "object-fit: cover;";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.cms-element-vimeo-video__backdrop {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.cms-element-vimeo-video__backdrop > div {
	background: rgba(255, 255, 255, .5);
	padding: 1rem;
}

.cms-element-product-listing .cms-listing-col {
	margin-bottom: 1.5rem;
}

.cms-element-product-listing-actions {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.cms-element-product-listing-actions .sorting {
	margin-left: auto;
}

.cms-element-buy-box, .cms-element-product-box {
	width: 100%;
}

.cms-element-product-slider .cms-element-title {
	font-size: 1rem;
	font-weight: 700;
	color: #000;
}

.cms-element-product-slider.has-border .cms-element-title {
	margin-top: .5rem;
}

.cms-element-text, .cms-element-image, .cms-element-product-box, .cms-element-buy-box, .cms-element-product-slider, .cms-element-image-slider, .cms-element-product-description-reviews, .cms-element-image-gallery {
	-ms-word-break: break-word;
	word-break: break-word;
}

.cms-element-text.has-vertical-alignment, .cms-element-image.has-vertical-alignment, .cms-element-product-box.has-vertical-alignment, .cms-element-buy-box.has-vertical-alignment, .cms-element-product-slider.has-vertical-alignment, .cms-element-image-slider.has-vertical-alignment, .cms-element-product-description-reviews.has-vertical-alignment, .cms-element-image-gallery.has-vertical-alignment {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
}

.cms-element-image-gallery .js-magnifier-zoom-image-container .magnifier-overlay {
	display: none;
}

@media (max-width: 991.98px) {
	.cms-element-product-listing-actions {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.cms-element-product-listing-actions .sorting {
		width: 100%;
		margin-top: 5px;
		margin-left: 0;
	}
}

div.card-tabs .cms-card-header {
	padding-left: 0;
	padding-right: 0;
}

.confirm-message {
	padding: 10% 20%;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.confirm-message div.alert {
	margin-top: 1em;
}

.confirm-alert {
	padding: 1em 1em 3em;
}

@media (max-width: 767.98px) {
	.confirm-message {
		padding: 10% 0;
	}
}

.was-validated .custom-control-input:valid ~ .custom-control-label.no-validation {
	color: inherit;
}

.was-validated .custom-control-input:valid ~ .custom-control-label.no-validation::before {
	border-color: inherit;
}

.required-fields {
	margin-bottom: 1rem;
}

.forms-boolean {
	display: block;
	border: 1px solid #bcc1c7;
	padding: 0 36px;
	margin: 12px 0;
	height: 40px;
	border-radius: 3px;
	cursor: pointer;
}

.forms-boolean.is-active {
	border-color: #0584e3;
}

.forms-boolean:hover {
	border-color: #0584e3;
	color: #0584e3;
}

.forms-boolean-label {
	cursor: pointer;
	height: 38px;
	line-height: 38px;
	width: 100%;
}

.forms-boolean-label::before, .forms-boolean-label::after {
	top: 11px;
}

.address-editor-select, .address-editor-edit, .address-editor-create {
	cursor: pointer;
}

.address-editor-select {
	margin-bottom: 1rem;
}

.address-editor-list-wrapper, .address-editor-create-address-wrapper {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.address-editor-card {
	padding-top: 1rem;
}

.address-editor-card:not(:last-child) {
	padding-bottom: 1rem;
	border-bottom: 1px solid #bcc1c7;
}

@media (min-width: 768px) {
	.address-editor-select {
		margin-bottom: 0;
	}
}

.sorting {
	display: inline-block;
	width: 260px;
}

.delivery-status-indicator {
	border-radius: 100%;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	display: inline-block;
	height: 10px;
	line-height: 10px;
	margin-right: 5px;
	position: relative;
	width: 10px;
}

.quickview-minimal-top, .quickview-minimal-image {
	margin-bottom: 1rem;
}

.quickview-minimal-product-manufacturer-logo {
	width: 100%;
}

@media (min-width: 768px) {
	.quickview-minimal-top {
		margin-bottom: 1.5rem;
	}
}

.payment-method-description > p {
	color: #bcc1c7;
}

.payment-method-image {
	max-height: 24px;
	max-width: 100%;
	margin-right: .25rem;
	margin-left: .25rem;
	float: right;
}

.shipping-method-description > p {
	color: #bcc1c7;
}

.shipping-method-image {
	max-height: 24px;
	max-width: 100%;
	margin-right: .25rem;
	margin-left: .25rem;
	float: right;
}

.filter-panel {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin-bottom: 8px;
}

.icon.icon-filter-panel-item-toggle {
	margin-left: 8px;
}

.icon.icon-filter-panel-item-toggle > svg {
	top: 4px;
}

.filter-panel-items-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin-bottom: 8px;
	width: 100%;
}

.filter-panel-item {
	margin-right: 12px;
	margin-bottom: 12px;
}

.filter-panel-item .filter-panel-item-toggle {
	border: 1px solid #bcc1c7;
	font-weight: 400;
}

.filter-panel-item.show .filter-panel-item-toggle {
	color: #0584e3;
	border-color: #0584e3;
}

.filter-panel-item.show .icon-filter-panel-item-toggle svg {
	color: #0584e3;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.filter-panel-item-toggle.show {
	color: #0584e3;
	border-color: #0584e3;
}

.filter-panel-item-toggle.show .icon-filter-panel-item-toggle svg {
	color: #0584e3;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.filter-panel-item-dropdown {
	min-width: 240px;
	max-height: 200px;
	overflow: auto;
	padding: 13px 0;
}

.filter-panel-submit {
	height: 40px;
	margin-bottom: 12px;
	border: 1px solid #0584e3;
	background-color: #fff;
	color: #4a545b;
}

.filter-active {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	-ms-flex-align: center;
	align-items: center;
	padding: 2px 35px 2px 14px;
	border-radius: 50px;
	height: 32px;
	line-height: 26px;
	border: 1px solid #bcc1c7;
	margin-right: 6px;
	margin-bottom: 8px;
	vertical-align: top;
	position: relative;
	max-width: 245px;
}

.filter-active-preview {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	border: 1px solid #bcc1c7;
	margin-right: 8px;
	background-position: center center;
	background-size: cover;
	vertical-align: text-bottom;
}

.filter-active-remove {
	padding: 0 12px;
	margin: 0;
	line-height: 1;
	border: 0 none;
	font-weight: 700;
	color: #4a545b;
	font-size: 16px;
	background-color: transparent;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 100%;
	bottom: 0;
	width: 35px;
	text-align: left;
}

.filter-active-remove:focus {
	outline: none;
}

.filter-active-remove:hover {
	color: #0584e3;
}

.btn.filter-reset-all, .eightworks-cookie-consent-plus-toggler > button.filter-reset-all {
	display: inline-block;
	border-radius: 50px;
	height: 32px;
	line-height: 26px;
	font-weight: 400;
	vertical-align: top;
	margin-right: 8px;
}

.is--sidebar .filter-panel, .is--sidebar .filter-panel-items-container {
	display: block;
}

.is--sidebar .filter-panel-item-dropdown {
	min-width: 100%;
	border: 1px solid #0584e3;
	border-top: 0;
	border-radius: 0 0 4px 4px;
}

.is--sidebar .filter-panel-item {
	margin-right: 0;
	width: 100%;
}

.is--sidebar .filter-panel-item-toggle {
	text-align: left;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.is--sidebar .filter-panel-item-toggle[aria-expanded="true"] {
	color: #0584e3;
	border-color: #0584e3;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 0 none;
}

.is--sidebar .filter-panel-item-toggle[aria-expanded="true"] svg {
	color: #0584e3;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.is--sidebar .icon-filter-panel-item-toggle {
	margin-left: auto;
}

.is--sidebar .icon-filter-panel-item-toggle > svg {
	top: 0;
}

.is-loading .filter-panel-item-toggle, .is-loading .filter-active, .is-loading .filter-reset-all, .is-loading .filter-boolean, .is-loading .filter-panel-submit {
	pointer-events: none;
	opacity: .6;
}

.btn.filter-panel-wrapper-toggle, .eightworks-cookie-consent-plus-toggler > button.filter-panel-wrapper-toggle {
	display: none;
	width: 100%;
	border: 1px solid #0584e3;
	padding: 6px;
}

.btn.filter-panel-wrapper-toggle:hover, .eightworks-cookie-consent-plus-toggler > button.filter-panel-wrapper-toggle:hover {
	background-color: #eee;
}

.filter-panel-offcanvas-only {
	display: none;
}

.filter-panel-offcanvas-header {
	height: 80px;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px;
	display: none;
}

.filter-panel-offcanvas-title {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 700;
	color: #000;
}

.filter-panel-offcanvas-close {
	cursor: pointer;
	margin-left: auto;
}

@media (max-width: 991.98px) {
	.btn.filter-panel-wrapper-toggle, .eightworks-cookie-consent-plus-toggler > button.filter-panel-wrapper-toggle {
		display: block;
	}
	
	.filter-panel-wrapper {
		display: none;
	}
}

.offcanvas-filter {
	overflow: hidden;
}

.offcanvas-filter .filter-panel-offcanvas-close {
	display: block;
}

.offcanvas-filter .filter-panel {
	height: calc(100% - 80px);
	overflow-y: auto;
	width: 100%;
	padding: 0 25px 25px;
}

.offcanvas-filter .filter-panel-offcanvas-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.offcanvas-filter .filter-panel-offcanvas-only {
	display: inherit;
}

.filter-multi-select .filter-panel-item-toggle.disabled {
	cursor: default;
}

.filter-multi-select-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.filter-multi-select-list-item {
	padding: 5px 15px;
}

.filter-multi-select-list-item.disabled {
	opacity: .3;
}

.filter-multi-select-list-item.disabled .filter-multi-select-item-label {
	cursor: default;
}

.filter-multi-select-item-label {
	cursor: pointer;
	margin-bottom: 0;
	padding: 0 10px;
	width: 100%;
}

.filter-multi-select-count {
	margin-left: 3px;
}

.filter-property-select-list-item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.filter-property-select-preview {
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #bcc1c7;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 90 90\'%3E%3Cpath fill=\'%23cdd5db\' d=\'M0 0h30v30H0zM30 30h30v30H30zM60 0h30v30H60zM60 60h30v30H60zM0 60h30v30H0z\'/%3E%3C/svg%3E");
	background-position: center center;
	background-size: cover;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.filter-property-select-preview-checkmark {
	width: 20px;
	height: 20px;
	background-color: #798490;
	position: absolute;
	border: 1px solid #fff;
	border-radius: 50%;
	top: -4px;
	right: -4px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	opacity: 0;
	-ms-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.filter-property-select-preview-checkmark .icon {
	width: 10px;
	height: 10px;
	color: #fff;
}

.filter-property-select-preview-checkmark .icon svg {
	top: 0;
}

.filter-property-select-checkbox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	opacity: 0;
}

.filter-property-select-checkbox:checked ~ .filter-property-select-preview-checkmark {
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.filter-boolean {
	display: inline-block;
	border: 1px solid #bcc1c7;
	padding-left: 12px;
	padding-right: 12px;
	height: 40px;
	border-radius: 3px;
	cursor: pointer;
}

.filter-boolean.is-active {
	border-color: #0584e3;
}

.filter-boolean:hover {
	border-color: #0584e3;
	color: #0584e3;
}

.filter-boolean.disabled {
	cursor: default;
	background: #eee;
	border-color: #eee;
}

.filter-boolean.disabled .filter-boolean-label {
	color: #bcc1c7;
	cursor: default;
}

.filter-boolean-label {
	cursor: pointer;
	height: 38px;
	line-height: 38px;
	width: 100%;
}

.filter-boolean-label::before, .filter-boolean-label::after {
	top: 11px;
}

.filter-range-dropdown {
	padding: 0;
	overflow: hidden;
}

.filter-range-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 16px;
}

.filter-range-error {
	padding: 0 16px 16px;
	font-size: 13px;
	color: #e52427;
}

.filter-range-min, .filter-range-max {
	width: calc(50% - 14px);
	margin-bottom: 0;
	font-size: 11px;
	position: relative;
}

.min-input, .max-input {
	margin-bottom: 0;
	height: 28px;
	padding: 6px 10px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.min-input::-webkit-inner-spin-button, .min-input::-webkit-outer-spin-button, .max-input::-webkit-inner-spin-button, .max-input::-webkit-outer-spin-button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}

.filter-range-currency-symbol, .filter-range-unit {
	position: absolute;
	bottom: 1px;
	right: 1px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	padding: 0 10px;
	background-color: #fff;
	border-radius: 3px;
}

.filter-range-divider {
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-weight: 700;
}

.filter-rating-select-radio {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	opacity: 0;
}

.filter-rating-select-radio:checked ~ .filter-rating-select-item-checkmark {
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	opacity: 1;
}

.filter-rating-select-item-label {
	cursor: pointer;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.filter-rating-select-item-label .product-review-rating {
	margin-right: 8px;
	display: inline-block;
	margin-top: 3px;
}

.filter-rating-select-item-label:hover .icon-review {
	color: #fed03d;
}

.filter-rating-select-item-label:hover .filter-rating-select-item-label-text {
	color: #0584e3;
	font-weight: 700;
}

.filter-rating-select-list-item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	margin-left: 16px;
}

.filter-rating-select-list-item .filter-rating-select-item-label {
	margin-bottom: 5px;
}

.filter-rating-select-list-item:last-child.filter-rating-select-item-label {
	margin-bottom: 0;
}

.filter-rating-select-list-item.disabled {
	opacity: .3;
}

.filter-rating-select-list-item.disabled .icon-review {
	color: #bcc1c7;
}

.filter-rating-select-list-item.disabled .filter-rating-select-item-label {
	cursor: default;
}

.filter-rating-select-list-item.disabled:hover .filter-rating-select-item-label-text {
	color: #000;
	font-weight: 400;
}

.filter-rating-select-item-checkmark {
	width: 20px;
	height: 20px;
	background-color: #798490;
	position: absolute;
	border: 1px solid #fff;
	border-radius: 50%;
	top: -8px;
	left: -8px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	opacity: 0;
	-ms-transform: translateY(-7px);
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
}

.filter-rating-select-item-checkmark .icon {
	width: 10px;
	height: 10px;
	color: #fff;
}

.filter-rating-select-item-checkmark .icon svg {
	top: 0;
}

.filter-multi-select-rating .filter-panel-item-dropdown {
	padding-bottom: 6px;
}

.swag-ellipsis-total-span, .swag-ellipsis-span {
	-ms-word-break: break-word;
	word-break: break-word;
}

.product-feature-list-list {
	list-style: none;
	padding-left: unset;
}

.product-feature-feature {
	font-size: .75rem;
}

.product-feature-value {
	font-weight: 700;
}

.notification-dot {
	background-color: #bcc1c7;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
}

.notification-dot.notification-dot-primary {
	background-color: #0584e3;
}

.notification-dot.notification-dot-secondary {
	background-color: #526e7f;
}

.notification-dot.notification-dot-success {
	background-color: #3cc261;
}

.notification-dot.notification-dot-danger {
	background-color: #e52427;
}

.notification-dot.notification-dot-warning {
	background-color: #ffbd5d;
}

.notification-dot.notification-dot-info {
	background-color: #26b6cf;
}

.notification-dot.notification-dot-light {
	background-color: #f9f9f9;
}

.notification-dot.notification-dot-dark {
	background-color: #4a545b;
}

.product-wishlist {
	margin-top: 10px;
}

.product-wishlist .icon-wishlist {
	width: 20px;
	height: 20px;
}

.product-wishlist .icon-wishlist svg {
	top: 0;
}

.product-wishlist-not-added .icon-wishlist-added, .product-wishlist-not-added .text-wishlist-remove {
	display: none;
}

.product-wishlist-not-added .icon-wishlist-not-added, .product-wishlist-not-added .text-wishlist-not-added {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.product-wishlist-not-added .icon-wishlist-not-added {
	-webkit-animation: pulse .5s alternate;
	animation: pulse .5s alternate;
}

.product-wishlist-added .icon-wishlist-added, .product-wishlist-added .text-wishlist-remove {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.product-wishlist-added .icon-wishlist-added {
	-webkit-animation: pulse .5s alternate;
	animation: pulse .5s alternate;
}

.product-wishlist-added .icon-wishlist-not-added, .product-wishlist-added .text-wishlist-not-added {
	display: none;
}

.product-wishlist-action-circle {
	height: 40px;
	width: 40px;
	background: #f9f9f9;
	border-radius: 50%;
	border-style: none;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	padding: 10px;
}

.product-wishlist-action-circle::before {
	content: "";
	position: absolute;
	width: 120%;
	height: 120%;
	left: calc(50% - 24px);
	top: calc(50% - 24px);
}

.product-wishlist-action-circle:focus {
	outline: none;
}

.product-wishlist-action {
	background: transparent;
	border-style: none;
	padding: 0;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.product-wishlist-action:focus {
	outline: none;
}

.product-wishlist-btn {
	height: 40px;
	width: 40px;
}

.product-wishlist-btn-remove {
	z-index: 10;
	position: absolute;
	background: #f9f9f9;
	border-radius: 50%;
	border-style: none;
	right: 25px;
	top: 25px;
	padding: 0;
}

.product-wishlist-btn-remove:focus {
	outline: none;
}

.product-wishlist .icon-wishlist {
	width: 20px;
	height: 20px;
}

.product-wishlist .icon-wishlist svg {
	top: 0;
}

.product-wishlist .icon-wishlist-remove {
	color: #4a545b;
}

.product-wishlist-btn-content {
	text-decoration: underline;
}

.product-wishlist-btn-content-md {
	margin-left: 8px;
	font-size: 14px;
}

.product-wishlist-btn-content-sm {
	margin-left: 6px;
	font-size: 12px;
}

.product-wishlist-btn-content-disabled {
	display: none;
}

.product-wishlist-btn-content-active {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.product-wishlist-info {}

.product-wishlist-info-item {
	min-height: 2em;
	font-size: .75rem;
}

.product-wishlist-info-text {
	font-weight: 700;
}

.product-wishlist-info-manufacturer {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-wishlist-info .product-variant-characteristics-text {
	text-transform: capitalize;
}

@-webkit-keyframes pulse {
	0% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	50% {
		-ms-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1;
	}
	
	100% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes pulse {
	0% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	50% {
		-ms-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1;
	}
	
	100% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.swag-fade-container-shrinked {
	height: 3em;
}

.swag-fade-container-collapsed {
	height: auto;
}

.swag-fade-container {
	position: relative;
	overflow: hidden;
}

.swag-fading-link-more, .swag-fading-link-less {
	color: #0584e3;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 4.5em;
	height: 1.5em;
}

.swag-fading-link-more {
	background: linear-gradient(90deg, transparent, #f9f9f9 60%);
}

.swag-fade-link-hidden {
	display: none;
}

.basic-captcha-content-image {
	width: 85%;
}

.basic-captcha-content-image img {
	border: 1px solid #bcc1c7;
	border-radius: 3px;
	width: 100%;
}

.basic-captcha-content-code {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.25em;
	max-width: 440px;
}

.basic-captcha-content-refresh-icon {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	height: 42px;
	-ms-flex-item-align: end;
	align-self: flex-end;
	border-color: #bcc1c7;
}

.basic-captcha-content-refresh-icon.btn .icon > svg, .eightworks-cookie-consent-plus-toggler > button.basic-captcha-content-refresh-icon .icon > svg {
	top: 0;
}

.basic-captcha-content-refresh-icon:hover {
	cursor: pointer;
	border-color: #0584e3;
	background-color: #fff;
}

.basic-captcha-content-refresh-icon:hover .icon.icon-arrow-switch {
	color: #0584e3;
}

.line-item {
	margin-bottom: 1rem;
}

.line-item.is-discount .line-item-total-price {
	color: #3cc261;
}

.line-item-info {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

@media (min-width: 768px) {
	.line-item-info {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
}

.line-item-details {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.line-item-details {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
}

@media (min-width: 768px) {
	.line-item-details {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
}

.line-item-quantity {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.line-item-quantity {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}

@media (min-width: 768px) {
	.line-item-quantity {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
}

.line-item-quantity-label {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

@media (min-width: 576px) {
	.line-item-quantity-label {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.line-item-quantity-select-wrapper {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

@media (min-width: 576px) {
	.line-item-quantity-select-wrapper {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.line-item-unit-price {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.line-item-unit-price {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}

@media (min-width: 768px) {
	.line-item-unit-price {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
}

.line-item-tax-price {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.line-item-tax-price {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}

@media (min-width: 768px) {
	.line-item-tax-price {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
}

.line-item-total-price {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.line-item-total-price {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}

@media (min-width: 768px) {
	.line-item-total-price {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
}

.line-item-remove {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

@media (min-width: 768px) {
	.line-item-remove {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
}

.is-offcanvas .line-item-info {
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.is-offcanvas .line-item-details {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.is-offcanvas .line-item-quantity {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.is-offcanvas .line-item-quantity-label {
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.is-offcanvas .line-item-quantity-select-wrapper {
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.is-offcanvas .line-item-unit-price {
	display: none;
}

.is-offcanvas .line-item-tax-price {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.is-offcanvas .line-item-total-price {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.is-offcanvas .line-item-remove {
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.is-offcanvas .line-item-details-container {
	padding-left: 0;
}

@media (min-width: 768px) {
	.no-remove-button .line-item-info {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.line-item.is-order {
	margin-left: 20px;
	margin-right: 20px;
}

.line-item.is-order .line-item-children .line-item {
	margin-left: 0;
	margin-right: 0;
}

.line-item-info, .line-item-details, .line-item-quantity, .line-item-unit-price, .line-item-total-price, .line-item-tax-price, .line-item-remove {
	padding-right: .25rem;
	padding-left: .25rem;
}

.line-item-discount-icon, .line-item-icon {
	text-align: center;
	height: 100%;
}

.line-item-discount-icon .icon, .line-item-icon .icon {
	height: 100%;
}

.line-item-discount-icon .icon > svg, .line-item-icon .icon > svg {
	top: 0;
}

.line-item-discount .line-item-icon .icon, .line-item-promotion .line-item-icon .icon {
	color: #3cc261;
}

.line-item-container .line-item-icon .icon {
	color: #526e7f;
}

.line-item-nested-icon {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	width: 65px;
	height: 65px;
}

.line-item-nested-icon .icon > svg {
	top: 0;
}

.line-item-info {
	-ms-flex-order: 1;
	order: 1;
}

.line-item-quantity {
	-ms-flex-order: 3;
	order: 3;
}

.line-item-unit-price, .line-item-tax-price {
	-ms-flex-order: 4;
	order: 4;
}

.line-item-total-price {
	-ms-flex-order: 5;
	order: 5;
}

.line-item-remove {
	-ms-flex-order: 2;
	order: 2;
	text-align: right;
}

.line-item-img-container {
	text-align: center;
	width: 70px;
}

.line-item-img-link {
	display: block;
}

.line-item-img {
	width: 100%;
	height: 70px;
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.line-item-info {
	margin-bottom: 1rem;
}

.line-item-total-price {
	font-weight: 700;
}

.line-item-unit-price, .line-item-total-price, .line-item-tax-price {
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.line-item-quantity-label, .line-item-unit-price-label, .line-item-total-price-label, .line-item-tax-price-label {
	font-weight: 700;
	margin-bottom: .5rem;
}

.line-item-quantity-row {
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: .5rem;
}

.line-item-quantity {
	margin-bottom: .5rem;
}

.line-item-details {
	padding-top: 8px;
}

.line-item-details-characteristics {
	margin: .5rem 0;
	font-size: .75rem;
}

.line-item-details-characteristics .line-item-details-characteristics-option {
	font-weight: 700;
}

.line-item-variants {
	margin-bottom: .5rem;
}

.line-item-variants-properties {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.line-item-variants-properties-name {
	margin-right: .5rem;
}

@media (min-width: 576px) {
	.is-default .line-item-quantity-container, .is-order .line-item-quantity-container {
		width: 70px;
		margin-left: auto;
	}
	
	.is-default .line-item-quantity-row, .is-order .line-item-quantity-row {
		-ms-flex-align: normal;
		align-items: normal;
		margin-bottom: 0;
	}
	
	.is-default .line-item-quantity, .is-order .line-item-quantity {
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.is-default .line-item-quantity, .is-default .line-item-unit-price, .is-default .line-item-total-price, .is-default .line-item-tax-price, .is-order .line-item-quantity, .is-order .line-item-unit-price, .is-order .line-item-total-price, .is-order .line-item-tax-price {
		text-align: right;
	}
	
	.is-default .line-item-unit-price, .is-default .line-item-total-price, .is-default .line-item-tax-price, .is-order .line-item-unit-price, .is-order .line-item-total-price, .is-order .line-item-tax-price {
		-ms-flex-pack: normal;
		justify-content: normal;
		display: block;
	}
}

@media (min-width: 768px) {
	.is-default .line-item-info, .is-default .line-item-quantity, .is-default .line-item-unit-price, .is-default .line-item-total-price, .is-default .line-item-tax-price, .is-default .line-item-remove, .is-order .line-item-info, .is-order .line-item-quantity, .is-order .line-item-unit-price, .is-order .line-item-total-price, .is-order .line-item-tax-price, .is-order .line-item-remove {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.is-default .line-item-info, .is-order .line-item-info {
		margin-bottom: 0;
	}
	
	.is-default .line-item-quantity-label, .is-default .line-item-unit-price-label, .is-default .line-item-total-price-label, .is-default .line-item-tax-price-label, .is-order .line-item-quantity-label, .is-order .line-item-unit-price-label, .is-order .line-item-total-price-label, .is-order .line-item-tax-price-label {
		display: none;
	}
}

.line-item-children {
	background-color: #f9f9f9;
	font-size: .75rem;
	width: 100%;
	padding: 10px 20px;
	-ms-flex-order: 10;
	order: 10;
	margin-top: 10px;
	-ms-flex-negative: initial;
	flex-shrink: initial;
}

.line-item-children .line-item-children-elements {
	padding: 12px 0 0;
}

.line-item-children .line-item-headline {
	padding: 0;
	font-weight: 600;
}

.line-item-children .line-item-change-button {
	width: fit-content;
	margin: 0 12px;
	font-size: 12px;
	text-decoration: underline;
	background-color: transparent;
	border-style: none;
}

.line-item-children .line-item-change-button:focus {
	outline: none;
}

.line-item-children .line-item-collapse {
	margin: 0;
}

.line-item-children .line-item-collapse-container, .line-item-children .line-item-child-label {
	padding: 0;
}

.line-item-children .line-item-child-label {
	position: relative;
}

.line-item-children .line-item-collapse-icon-container {
	padding: 0;
	text-align: right;
}

.line-item-children .line-item-collapse-button, .line-item-children .line-item-child-remove-icon {
	background-color: transparent;
	border-style: none;
}

.line-item-children .line-item-collapse-button:focus, .line-item-children .line-item-child-remove-icon:focus {
	outline: none;
}

.line-item-children .line-item-collapse-button > .line-item-collapse-icon {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.line-item-children .line-item-collapse-button.collapsed > .line-item-collapse-icon {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.line-item-children .line-item-children-element {
	margin: 0;
	padding: 8px 4px 0;
}

.line-item-children .line-item-children-element > .nesting-level-0 {
	list-style: none;
}

.line-item-children .line-item-children-element:last-child, .line-item-children .line-item-children-element-divider:last-child {
	border-style: none;
}

.line-item-children .line-item-child-label-bullet {
	display: list-item;
}

.line-item-children .line-item-child-total-price {
	padding: 0;
	text-align: right;
	font-weight: 600;
}

.line-item-children .line-item-child-remove-icon-container {
	padding: 0;
	text-align: right;
}

.line-item-children .line-item-children-element-divider {
	border-top: 1px solid #bcc1c7;
	margin: 1rem 0;
}

@media (min-width: 768px) {
	.line-item-children.nesting-level-1 {
		margin-left: 96px;
	}
}

@media (min-width: 992px) {
	.line-item-children.nesting-level-1 {
		margin-left: 4px;
	}
}

@media (min-width: 1200px) {
	.line-item-children.nesting-level-1 {
		margin-left: 96px;
	}
}

.is-offcanvas .line-item-children {
	margin-left: 0;
	padding-left: 12px;
	padding-right: 12px;
}

.line-item-children {
	font-size: .75rem;
}

.line-item-children.nesting-level-2 {
	background-color: #f0f0f0;
}

.line-item-children.nesting-level-3 {
	background-color: #ebebeb;
}

.line-item-children .line-item-details-container {
	padding-left: 0;
}

.line-item-children .line-item-headline-text {
	font-weight: normal;
}

.line-item-children .line-item-collapse {
	-ms-flex-align: center;
	align-items: center;
}

.line-item {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #bcc1c7;
}

.line-item:last-child {
	border-bottom: 0;
}

.line-item-nested-icon {
	background-color: #798490;
}

.line-item-img {
	padding: .25rem;
	border: 1px solid #bcc1c7;
	border-radius: 3px;
}

.line-item-ordernumber {
	margin-bottom: .5rem;
	font-size: .75rem;
}

.line-item-delivery-date {
	font-size: .75rem;
}

.line-item-variants {
	font-size: .75rem;
}

.line-item-variants-properties-name {
	font-weight: 700;
}

.line-item-label {
	color: #000;
	font-weight: 700;
}

a.line-item-label:hover {
	color: #0584e3;
	text-decoration: none;
}

.line-item-quantity-label, .line-item-unit-price-label, .line-item-total-price-label, .line-item-tax-price-label {
	color: #4a545b;
}

@media (min-width: 768px) {
	.line-item-details-container {
		padding-left: 1rem;
	}
}

.line-item-characteristics {
	margin: .5rem 0;
	font-size: .75rem;
}

.line-item-characteristics .line-item-characteristics-option {
	font-weight: 700;
}

@media (max-width: 767.98px) {
	.hidden-mobile {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.hidden-tablet {
		display: none;
	}
}

@media (min-width: 992px) {
	.hidden-desktop {
		display: none;
	}
}

.container, .cms-section .boxed, .s360-megamenu--boxed, .s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .s360-megamenu__dropdown-menu--container {
	max-width: 1400px;
}

.container-main {
	padding: 20px 0;
	min-height: 200px;
}

@media (min-width: 1200px) {
	.container-main {
		min-height: 700px;
	}
}

.top-bar-nav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 10px;
}

.top-bar-nav-item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1rem;
}

.top-bar-nav-item:last-child {
	margin-right: 0;
}

.top-bar-nav-text {
	display: none;
}

.top-bar-list-label {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}

.top-bar-list-radio {
	position: absolute;
	clip: rect(0 0 0 0);
	pointer-events: none;
}

.top-bar-list-icon {
	margin-right: .5rem;
}

@media (min-width: 768px) {
	.top-bar-nav-text {
		display: inline;
	}
}

.header-row {
	padding: .5rem 0;
}

.header-logo-col {
	margin: 1rem 0;
}

.header-logo-main {
	text-align: center;
	display: block;
}

.header-logo-main-link {
	width: 100%;
}

.header-logo-picture {
	display: block;
	max-width: 300px;
	margin: auto;
}

.header-search {
	margin: .5rem 0;
}

.header-search-form {
	position: relative;
}

.header-search-btn .loader ~ .header-search-icon {
	display: none;
}

.header-cart-total {
	display: none;
}

.header-cart .header-cart-badge, .header-wishlist .header-wishlist-badge {
	position: absolute;
	right: -.25rem;
}

@media (min-width: 576px) {
	.header-row {
		padding-bottom: 1rem;
	}
	
	.header-logo-col {
		padding-bottom: .5rem;
	}
	
	.header-search-col .collapse:not(.show) {
		display: block;
	}
	
	.header-search {
		max-width: 400px;
		margin: auto;
	}
	
	.header-cart-total {
		display: inline-block;
		margin-left: .5rem;
	}
}

@media (min-width: 992px) {
	.header-logo-col {
		margin: 0;
	}
}

.header-minimal {
	background: #fff;
	border-bottom: 1px solid var(--text-color-brand-primary);
}

.header-minimal.fixed-top {
	position: static;
}

.header-minimal-row {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.header-minimal-contact {
	display: none;
}

.header-minimal-back-to-shop {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-minimal-back-to-shop-button {
	color: #000;
}

.header-minimal-logo {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: .25rem;
}

.header-minimal-home {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
}

.header-minimal-home-btn {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 768px) {
	.header-minimal-contact {
		display: block;
	}
	
	.header-minimal-logo, .header-minimal-switch {
		margin-bottom: 0;
	}
}

.footer-column-content-inner {
	padding-bottom: 1rem;
}

.footer-column-headline {
	padding: .5rem 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-column-headline .footer-minus-icon {
	display: none;
}

.footer-column-headline.show .footer-plus-icon {
	display: none;
}

.footer-column-headline.show .footer-minus-icon {
	display: block;
}

.footer-column-toggle {
	pointer-events: none;
}

.footer-link-item {
	padding: .5rem 0;
}

.footer-bottom {
	padding: 1rem;
}

.footer-bottom > .container, .cms-section .footer-bottom > .boxed, .footer-bottom > .s360-megamenu--boxed, .footer-bottom > .s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .footer-bottom > .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .footer-bottom > .s360-megamenu__dropdown-menu--container {
	padding: 0;
}

.footer-vat, .footer-copyright, .footer-service-menu-list {
	text-align: center;
}

.footer-service-menu-list {
	padding: 1rem 0;
}

.footer-service-menu-list:empty {
	padding: 0;
	margin: 0;
}

.footer-service-menu-item {
	display: inline-block;
}

.footer-service-menu-link {
	padding: 5px 0;
	display: inline-block;
}

.footer-logos {
	padding: 1rem;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-logo {
	margin-right: 1.5rem;
	margin-bottom: .5rem;
}

.footer-logo:last-child {
	margin-right: 0;
}

.footer-logo-image {
	max-height: 35px;
	max-width: 100px;
}

@media (min-width: 768px) {
	.footer-columns {
		padding-bottom: 20px;
	}
	
	.footer-column-headline {
		padding: 3rem 0 .5rem 0;
	}
	
	.footer-column-toggle {
		display: none;
	}
	
	.footer-column-content.collapse {
		display: block;
	}
}

.main-navigation {
	display: none;
}

@media (min-width: 992px) {
	.main-navigation {
		display: inherit;
	}
}

.navigation-flyouts {
	position: absolute;
	z-index: 750;
	height: 0;
	width: 100%;
}

.navigation-flyout {
	width: 100%;
	box-shadow: 0 43px 43px -6px rgba(0, 0, 0, .2);
	background-color: #fff;
	pointer-events: none;
	position: absolute;
	opacity: 0;
	height: 0;
}

.navigation-flyout.is-open {
	pointer-events: all;
	opacity: 1;
	height: auto;
}

.navigation-flyout-content {
	padding-bottom: 60px;
}

.navigation-flyout-close {
	padding: 10px 0 10px 10px;
	cursor: pointer;
}

.navigation-flyout-teaser-image-container {
	display: block;
	max-width: 100%;
	height: 250px;
}

.navigation-flyout-teaser-image {
	object-fit: cover;
	font-family: "object-fit: cover;";
	display: block;
	max-width: 100%;
	width: 100%;
	height: 100%;
}

.navigation-offcanvas {
	overflow-x: hidden;
}

.navigation-offcanvas .offcanvas-content-container, .navigation-offcanvas .offcanvas-body {
	padding: 0;
}

.navigation-offcanvas-container {
	position: relative;
}

.navigation-offcanvas-overlay.has-transition {
	-webkit-transition: left .5s ease-in;
	transition: left .5s ease-in;
}

.navigation-offcanvas-placeholder, .navigation-offcanvas-overlay {
	width: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.navigation-offcanvas-actions .top-bar-nav-item {
	padding: 0 1rem;
}

.navigation-offcanvas-actions .top-bar-nav-name {
	display: inline;
}

.navigation-offcanvas-headline {
	padding: 20px 1rem 1rem;
}

.navigation-offcanvas-link-icon {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.navigation-offcanvas-link {
	-webkit-transition: color .45s cubic-bezier(.3, 0, .15, 1);
	transition: color .45s cubic-bezier(.3, 0, .15, 1);
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 12px 1rem;
}

@media (prefers-reduced-motion: reduce) {
	.navigation-offcanvas-link {
		-webkit-transition: none;
		transition: none;
	}
}

.navigation-offcanvas-link.is-home-link, .navigation-offcanvas-link.is-back-link {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navigation-offcanvas-link.is-home-link .navigation-offcanvas-link-icon, .navigation-offcanvas-link.is-back-link .navigation-offcanvas-link-icon {
	margin-right: .5rem;
}

.offcanvas-cart .alert {
	margin-top: 1rem;
}

.offcanvas-cart .cart-item {
	padding: 1rem 0;
	position: relative;
}

.offcanvas-cart .cart-item.is-empty {
	padding-top: 0;
	border-bottom: 0;
}

.offcanvas-cart .cart-item.is-nested, .offcanvas-cart .cart-item.is-child {
	padding-left: 1rem;
}

.offcanvas-cart .cart-item.is-nested .cart-item-img {
	background: none;
	border: 0;
}

.offcanvas-cart .cart-item.is-discount .cart-item-price {
	color: #3cc261;
}

.offcanvas-cart .cart-item-img {
	height: 75px;
	width: 75px;
}

.offcanvas-cart .cart-item-img-link {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.offcanvas-cart .cart-item-img-link .cart-item-img-source {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	max-height: 100%;
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.offcanvas-cart .cart-item-details {
	margin-bottom: 1rem;
	-ms-word-break: break-word;
	word-break: break-word;
}

.offcanvas-cart .cart-item-details-container .cart-item-details {
	margin-right: 58px;
}

.offcanvas-cart .cart-item-children {
	margin-left: 4px;
	margin-right: 4px;
	width: 100%;
}

.offcanvas-cart .cart-item-remove {
	position: absolute;
	right: 0;
}

.offcanvas-cart .cart-quantity-price {
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: 50px;
}

.offcanvas-cart .cart-item-price {
	font-weight: 700;
	margin-left: 1rem;
	text-align: right;
}

.offcanvas-cart .cart-item-price .cart-item-reference-price {
	color: #333;
	display: inline-block;
	line-height: .85rem;
}

.offcanvas-cart-items, .offcanvas-summary {
	margin: 1rem 0;
}

.offcanvas-summary-list {
	margin-bottom: 0;
}

.offcanvas-cart-promotion-form {
	margin-bottom: 1rem;
}

.offcanvas-summary .js-toggle-shipping-selection {
	text-decoration: underline;
	font-size: 90%;
	cursor: pointer;
}

.offcanvas-summary .offcanvas-shipping-preference {
	-webkit-transition: max-height .3s ease, opacity .3s ease, margin .3s ease;
	transition: max-height .3s ease, opacity .3s ease, margin .3s ease;
	max-height: 100px;
	height: auto;
	visibility: visible;
	opacity: 1;
}

.offcanvas-summary .offcanvas-shipping-preference--hidden {
	max-height: 0;
	visibility: hidden;
	opacity: 0;
	margin: 0 !important;
}

.offcanvas-summary .summary-value, .offcanvas-summary .shipping-value {
	text-align: right;
}

@media (max-width: 575.98px) {
	.cart-offcanvas .cart-item-price {
		-ms-flex-order: 4;
		order: 4;
	}
}

.account-menu-header {
	border-bottom: 1px solid #bcc1c7;
	font-size: .875rem;
	font-weight: 700;
	padding: .5rem 0;
	color: #000;
}

.account-menu-register {
	text-align: center;
}

.account-menu-login {
	padding: 1rem 0;
	border-bottom: 1px solid #bcc1c7;
	margin-bottom: .25rem;
}

.account-menu-login-button {
	width: 100%;
	margin-bottom: .5rem;
}

.account-menu-dropdown {
	padding: .5rem 1rem;
	min-width: 200px;
}

.account-menu-offcanvas .account-menu-inner, .account-menu-dropdown .account-menu-inner {
	border: 0;
}

.account-menu-offcanvas .account-aside-item, .account-menu-dropdown .account-aside-item {
	padding: .5rem 0;
}

.account-menu-offcanvas .account-aside-footer, .account-menu-dropdown .account-aside-footer {
	background: none;
	padding: .25rem 0;
}

@media (min-width: 576px) {
	.account-menu .offcanvas-close {
		display: none;
	}
	
	.account-menu .offcanvas-body {
		padding: 0;
	}
}

.search-suggest-container {
	position: absolute;
	top: 55px;
	left: 0;
	list-style: none;
	touch-action: manipulation;
	background: #fff;
	padding: 1rem;
	border: 1px solid #bcc1c7;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 10px 25px -15px #000;
}

.search-suggest-container::after {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 12px;
	height: 12px;
	top: -7px;
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	left: 48%;
	border: 1px solid #bcc1c7;
	border-top: 0 none;
	border-right: 0 none;
}

.search-suggest-product.is-active .search-suggest-product-link {
	color: #0584e3;
}

.search-suggest-product-link:hover, .search-suggest-total-link:hover {
	text-decoration: none;
}

.search-suggest-product-link {
	display: block;
	padding: .5rem 0;
}

.search-suggest-product-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search-suggest-product-price {
	text-align: right;
}

.search-suggest-product-list-price, .search-suggest-product-reference-price {
	color: #798490;
	text-align: right;
	display: block;
}

.search-suggest-product-image-container {
	width: 35px;
	height: 35px;
	margin: 0 .5rem;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.search-suggest-product-image {
	max-width: 35px;
	max-height: 35px;
	display: block;
}

.search-suggest-total {
	padding: .5rem;
}

.search-suggest-no-result {
	text-align: center;
}

@media (min-width: 768px) {
	.search-suggest-container {
		width: 500px;
		left: 50%;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.cookie-permission-container {
	display: none;
	border-top: 1px solid #bcc1c7;
	background: #fff;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	padding: .5rem;
	font-size: .75rem;
	z-index: 1100;
}

.cookie-permission-content {
	margin-bottom: .5rem;
}

.cookie-permission-content a {
	display: inline-block;
}

.cookie-permission-actions {
	gap: .5rem;
}

@media (min-width: 768px) {
	.cookie-permission-content {
		text-align: left;
		margin-bottom: 0;
	}
}

.offcanvas-cookie-description, .offcanvas-cookie-list {
	margin-bottom: 32px;
	border-bottom: 1px solid #bcc1c7;
}

.offcanvas-cookie-list {
	padding-bottom: 32px;
}

.offcanvas-cookie-group {
	margin: 12px 0;
}

.offcanvas-cookie-group input ~ label {
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.offcanvas-cookie-group input:not([disabled]) ~ label {
	cursor: pointer;
}

.offcanvas-cookie-entries {
	position: relative;
}

.offcanvas-cookie-entries .icon {
	position: absolute;
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	top: -4px;
	right: 0;
	cursor: pointer;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.offcanvas-cookie-entries svg {
	-ms-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	transition: -ms-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	-webkit-transition: -webkit-transform .3s ease;
}

.offcanvas-cookie-entries > p, .offcanvas-cookie-entries .offcanvas-cookie-entry {
	padding: 0 8px 0 24px;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease, padding-top .3s ease;
	transition: opacity .3s ease, padding-top .3s ease;
	margin: 0;
	visibility: hidden;
	overflow: hidden;
}

.offcanvas-cookie-entries > p > p, .offcanvas-cookie-entries .offcanvas-cookie-entry > p {
	margin: 8px 0;
}

.offcanvas-cookie-entries .offcanvas-cookie-entry {
	margin-left: 24px;
	overflow: visible;
}

.offcanvas-cookie-entries .offcanvas-cookie-entry.custom-control, .offcanvas-cookie-entries .offcanvas-cookie-entry.form-check {
	min-height: unset;
}

.offcanvas-cookie-entries--active svg {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.offcanvas-cookie-entries--active > p, .offcanvas-cookie-entries--active .offcanvas-cookie-entry {
	height: auto;
	opacity: 1;
	padding-top: 8px;
	visibility: visible;
}

.scroll-up-button {
	bottom: 1.5rem;
	cursor: pointer;
	opacity: 0;
	position: fixed;
	right: 1.5rem;
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .45s cubic-bezier(.3, 0, .15, 1);
	transition: .45s cubic-bezier(.3, 0, .15, 1);
	visibility: hidden;
	z-index: 700;
}

.scroll-up-button.is-visible {
	opacity: 1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: visible;
}

.grecaptcha-badge {
	visibility: hidden;
	opacity: 0;
}

.grecaptcha-v2-container iframe.has-error {
	border: 1px solid #dc3545;
	border-radius: 3px;
}

.product-detail-headline {
	margin-bottom: 3rem;
}

.product-detail-content {
	margin-bottom: 1.5rem;
}

.product-detail-content .product-breadcrumb {
	padding: 0;
	margin: 1rem 0;
}

.product-detail-name-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.product-detail-name-container .product-detail-variant-characteristics {
	padding-left: .5rem;
	font-size: 1rem;
	font-weight: 700;
	color: #adb5bd;
}

.product-detail-buy {
	margin-bottom: 1rem;
}

.product-detail-price {
	font-size: 1.75rem;
}

@media (max-width: 1200px) {
	.product-detail-price {
		font-size: calc(1.3rem + .6vw);
	}
}

.product-detail-price-unit {
	font-size: .75rem;
}

.product-detail-tax {
	font-size: .875rem;
}

.product-detail-delivery-information {
	margin-bottom: 1.5rem;
}

.product-detail-form-container {
	margin-bottom: 1rem;
}

.product-detail-ordernumber-container {
	margin-bottom: 1rem;
}

.product-block-prices-grid thead {
	background-color: #f9f9f9;
}

.product-block-prices-grid th {
	font-weight: 400;
}

.product-block-prices-grid td {
	font-weight: 700;
}

.product-block-prices-grid .product-block-prices-cell {
	border: 0 none;
	padding: 10px 0 10px 16px;
	line-height: 20px;
}

.product-block-prices-grid .product-block-prices-cell.product-block-prices-cell-thin {
	font-weight: 400;
	font-size: .75rem;
	line-height: 22px;
}

.product-block-prices-grid .product-block-prices-body .product-block-prices-row {
	border-top: 1px solid #eee;
}

.product-block-prices-grid .product-block-prices-body .product-block-prices-row:first-of-type {
	border-top: 0 none;
}

.product-detail-configurator-group {
	margin-bottom: 1rem;
}

.product-detail-configurator-group-title {
	font-weight: 700;
	margin-bottom: .5rem;
}

.product-detail-configurator-options {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
}

.product-detail-configurator-option {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	margin-right: .5rem;
}

.product-detail-configurator-option-input {
	display: none;
}

.product-detail-configurator-option-input + .product-detail-configurator-option-label {
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	border: 1px solid #4a545b;
	border-radius: 3px;
	box-shadow: inset 3px 3px 0 #fff, inset -3px -3px 0 #fff;
	background-color: #fff;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	height: 60px;
	min-width: 60px;
	opacity: .35;
	padding: 3px;
	-webkit-transition: border-color .45s cubic-bezier(.3, 0, .15, 1), background-color .45s cubic-bezier(.3, 0, .15, 1);
	transition: border-color .45s cubic-bezier(.3, 0, .15, 1), background-color .45s cubic-bezier(.3, 0, .15, 1);
}

.product-detail-configurator-option-input + .product-detail-configurator-option-label.is-display-text {
	box-shadow: none;
	height: auto;
	padding: 5px 10px;
}

.product-detail-configurator-option-input.is-combinable + .product-detail-configurator-option-label {
	opacity: 1;
	border: 1px solid #bcc1c7;
}

.product-detail-configurator-option-input:checked + .product-detail-configurator-option-label {
	border: 1px solid #0584e3;
}

.product-detail-configurator-option-input:checked + .product-detail-configurator-option-label.is-display-text {
	background-color: #0584e3;
	color: #fff;
}

.product-detail-configurator-option-input.is-combinable + .product-detail-configurator-option-label:hover, .product-detail-configurator-option-input.is-combinable + .product-detail-configurator-option-label:active, .product-detail-configurator-option-input.is-combinable + .product-detail-configurator-option-label:focus, .product-detail-configurator-option-input + .product-detail-configurator-option-label:hover, .product-detail-configurator-option-input + .product-detail-configurator-option-label:active, .product-detail-configurator-option-input + .product-detail-configurator-option-label:focus {
	border: 1px solid #0584e3;
}

.product-detail-configurator-option-image {
	height: 100%;
}

.product-detail-tabs-content {
	display: none;
}

.product-detail-tabs-content .offcanvas-body {
	overflow: initial;
	padding: 0;
}

.product-detail-description-text {
	margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
	.product-detail-tabs-content {
		display: block;
	}
	
	.product-detail-tabs .offcanvas-close, .product-detail-tab-navigation-icon, .product-detail-tab-preview {
		display: none;
	}
}

@media screen and (max-width: 575px) {
	.product-detail-tab-preview {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

.product-detail-review-widget {
	margin-bottom: 1rem;
	z-index: 1;
}

.product-detail-reviews {
	margin-bottom: 1rem;
}

.product-detail-reviews .icon svg {
	top: 2px;
}

.product-detail-review-teaser-btn .product-detail-review-teaser-hide {
	display: none;
}

.product-detail-review-teaser-btn.collapsed .product-detail-review-teaser-show {
	display: none;
}

.product-detail-review-teaser-btn.collapsed .product-detail-review-teaser-hide {
	display: block;
}

.product-review-rating {
	margin-right: 1rem;
}

.product-detail-review-item-points {
	margin-bottom: .5rem;
}

.product-detail-review-item-content {
	-ms-word-break: break-word;
	word-break: break-word;
}

.product-detail-review-form-radio {
	display: none;
}

.product-detail-review-form-rating-input {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.product-review-point svg {
	top: 0;
}

.product-review-point, .point-container {
	display: inline-block;
	position: relative;
}

.point-rating {
	display: block;
	top: 0;
	left: 0;
}

.point-rating.point-blank .icon {
	color: #eee;
}

.point-partial {
	position: absolute;
}

.product-detail-review-form-rating-text {
	margin-left: .5rem;
	margin-bottom: 0;
}

.product-detail-review-form-star {
	margin-right: 10px;
}

.product-detail-review-login .login-card .card-body {
	padding-top: 0;
}

.product-detail-review-language {
	margin-bottom: 1rem;
}

.product-detail-review-sortby-label {
	margin-right: .25rem;
}

.product-detail-review-cancel {
	margin-right: 5px;
}

.offcanvas .product-detail-review-widget {
	position: static;
}

.offcanvas .product-detail-review-form-rating-input .product-review-point {
	margin-right: .5rem;
}

@media (min-width: 768px) {
	.product-detail-review-widget {
		margin-bottom: 0;
	}
	
	.product-detail-review-sortby-form {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.product-detail-review-language {
		margin-bottom: 0;
	}
	
	.product-detail-review-item-points {
		padding-right: 0;
		margin-bottom: 0;
	}
	
	.product-detail-review-item-title {
		padding-left: 0;
	}
	
	.product-detail-review-form-star {
		margin-right: 5px;
	}
}

.account-recover-password-info {
	margin-bottom: 1rem;
}

.account-guest-auth-info {
	margin-bottom: 1rem;
}

.account-welcome {
	padding-top: 1rem;
	margin-bottom: 1.5rem;
}

.account-breadcrumb {
	margin-bottom: 1.5rem;
}

.account-item-children {
	background-color: #f9f9f9;
	-ms-flex-order: 10;
	order: 10;
	margin: 12px 0;
	padding: 16px;
}

.account-item-children .nesting-level-1 {
	margin-left: 27px;
}

.account-item-children .nesting-level-2 {
	margin-left: 45px;
}

.account-item-children .nesting-level-3 {
	margin-left: 63px;
}

.account-item-children .nesting-level-4 {
	margin-left: 81px;
}

.account-item-children .nesting-level-5 {
	margin-left: 99px;
}

.account-item-children .nesting-level-6 {
	margin-left: 117px;
}

.account-item-children .nesting-level-7 {
	margin-left: 135px;
}

.account-item-children .nesting-level-8 {
	margin-left: 153px;
}

.account-item-children .nesting-level-9 {
	margin-left: 171px;
}

.account-item-children .nesting-level-10 {
	margin-left: 189px;
}

.account-item-children .account-item-children-elements {
	padding: 12px 0 0;
}

.account-item-children .account-item-headline {
	padding: 0;
	font-weight: 600;
}

.account-item-children .account-item-collapse {
	margin: 0;
}

.account-item-children .account-item-collapse-container, .account-item-children .account-item-child-label {
	padding: 0;
}

.account-item-children .account-item-collapse-icon-container {
	padding: 0;
	text-align: right;
}

.account-item-children .account-item-collapse-button {
	background-color: transparent;
	border-style: none;
}

.account-item-children .account-item-collapse-button:focus {
	outline: none;
}

.account-item-children .account-item-collapse-button > .account-item-collapse-icon {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.account-item-children .account-item-collapse-button.collapsed > .account-item-collapse-icon {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.account-item-children .account-item-children-element {
	margin: 0;
	padding: 8px 4px 0;
}

.account-item-children .account-item-children-element > .nesting-level-0 {
	list-style: none;
}

.account-item-children .account-item-children-element:last-child {
	border-style: none;
}

.account-item-children .account-item-child-label-bullet {
	display: list-item;
}

.account-item-children .account-item-children-element-divider:last-child {
	display: none;
}

.account-item-children .account-item-child-total-price {
	padding: 0;
	text-align: right;
	font-weight: 600;
}

.account-item-children .account-item-children-element-divider {
	border-top: 1px solid #bcc1c7;
	margin: 1rem 0;
}

@media (max-width: 991.98px) {
	.account-content-aside {
		display: none;
	}
}

@media (min-width: 1200px) {
	.account-item-children {
		margin: 0 30px 12px 96px;
	}
}

.account .account-aside-list-group {
	-ms-flex-direction: row;
	flex-direction: row;
	overflow-x: auto;
	overflow-y: hidden;
}

.account-aside {
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.account-aside {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.account .account-aside-list-group {
		-ms-flex-direction: column;
		flex-direction: column;
		overflow: visible;
	}
}

.account-overview-card {
	margin-bottom: 3rem;
}

.register-personal {
	margin-bottom: 1rem;
}

.register-address {
	margin-bottom: 3rem;
}

.register-different-shipping {
	margin-bottom: 1rem;
}

.register-shipping {
	padding-top: 1.5rem;
}

.register-form .privacy-notice {
	margin-bottom: 1rem;
}

.login-card {
	margin-bottom: 1rem;
}

.login-advantages {
	display: none;
}

.login-password-recover {
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
	.login-advantages {
		display: block;
	}
}

.address-card-title {
	margin-bottom: 1.5rem;
}

.address-actions-defaults {
	margin-bottom: .5rem;
}

.address-list {
	padding-top: 1.5rem;
}

.address-card {
	margin-bottom: 2.5rem;
}

.address-action-set-default {
	line-height: 1.5rem;
}

.address-action-delete {
	margin-left: .5rem;
}

.address-action-create {
	margin-bottom: 1.5rem;
}

.account-profile-personal {
	margin-bottom: 3rem;
}

.account-profile-credentials {
	margin-bottom: 1.5rem;
}

.order-table {
	margin-bottom: 1.5rem;
	border: 1px solid #bcc1c7;
	position: relative;
}

.order-table .order-item-detail {
	border-top: 0 none;
}

.order-table .order-detail-content {
	border-top: 1px solid #bcc1c7;
	padding: 0;
	box-shadow: none;
}

.order-table-header {
	display: none;
}

.order-table-header :first-child {
	position: relative;
}

.order-hide-btn .order-hide-btn-text {
	display: block;
}

.order-hide-btn .order-view-btn-text {
	display: none;
}

.order-hide-btn.collapsed .order-hide-btn-text {
	display: none;
}

.order-hide-btn.collapsed .order-view-btn-text {
	display: block;
}

.order-table-header:last-of-type, .order-wrapper:last-of-type {
	border-bottom: 0;
}

.order-table-header, .order-item-header {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.order-table-header, .order-item-header {
	padding-left: 20px;
	padding-right: 20px;
}

.order-table-header-heading, .order-table-header-order-status, .order-table-header-context-menu {
	display: inline-block;
}

.order-table-header-heading {
	max-width: 290px;
}

.order-table-header-order-status {
	font-weight: 700;
}

.order-table-header-context-menu-wrapper {
	position: absolute;
	top: .5rem;
	right: .5rem;
}

.order-table-header-context-menu-wrapper, .order-table-header-heading {
	margin-top: .5rem;
}

.order-table-header-context-menu {
	float: right;
	border: 1px solid #bcc1c7;
	border-radius: 3px;
	width: 35px;
	height: 35px;
	padding: 0;
}

.order-table-header-context-menu::after {
	display: none;
}

.order-table-header-context-menu .icon {
	position: relative;
	margin: 5px;
}

.order-table-header-context-menu .icon > svg {
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
}

.order-table-header-context-menu-content {
	padding-left: 10px;
	padding-right: 10px;
}

.order-table-header-context-menu-content-link {
	display: block;
	border: 0 none;
	padding: 0;
	width: 100%;
	color: #000;
	background: none;
	cursor: pointer;
	text-align: left;
}

.order-table-header-context-menu-content-link:hover {
	text-decoration: none;
	color: #0584e3;
}

.order-table-header-context-menu-content-link:active {
	outline: none;
}

.order-table-header-order-number {
	display: block;
	font-weight: 400;
	margin-bottom: 1.5rem;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.order-table-header-order-number .order-table-header-label {
	display: inline;
}

.order-table-header-order-table-body, .order-table-header-order-table-header {
	padding-left: 0;
	padding-right: 0;
}

.order-table-header-order-table-body {
	border-top: 1px solid #bcc1c7;
	font-weight: 400;
}

.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*="col-"] {
	margin-top: 10px;
}

.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*="col-"]:first-of-type {
	padding-left: 0;
}

.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*="col-"]:last-of-type {
	padding-right: 0;
}

.order-table-header-order-table-header {
	font-weight: 700;
}

.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*="col-"] {
	margin-bottom: 10px;
}

.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*="col-"]:first-of-type {
	padding-left: 0;
}

.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*="col-"]:last-of-type {
	padding-right: 0;
}

.order-table-header-order-table {
	width: 100%;
}

.order-table-header-label {
	display: none;
}

.payment-control input, .payment-control label {
	cursor: pointer;
}

.order-item {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.order-item-actions {
	text-align: center;
}

.order-item-label {
	float: left;
	width: 50%;
}

.order-item-value {
	width: 50%;
}

.order-table-header-context-menu-indicator {
	position: absolute;
	top: -3px;
	right: 7px;
}

.order-item-status-badge {}

.order-item-status-badge.order-item-status-badge-open, .order-item-status-badge.order-item-status-badge-in_progress {
	background-color: #26b6cf;
	color: #fff;
}

.order-item-status-badge.order-item-status-badge-completed {
	background-color: #3cc261;
	color: #fff;
}

.order-item-status-badge.order-item-status-badge-failed, .order-item-status-badge.order-item-status-badge-cancelled {
	background-color: #e52427;
	color: #fff;
}

.order-item-status-badge .icon {
	color: currentColor;
}

.order-item-status-badge .icon svg {
	top: 5px;
}

@media (min-width: 768px) {
	.order-table-header {
		display: block;
	}
	
	.order-table-header, .order-item-header {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	
	.order-item {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.order-item-actions {
		text-align: right;
	}
}

@media (max-width: 575.98px) {
	.order-table-header-order-table-header {
		display: none;
	}
	
	.order-table-header-order-table-body {
		border-top: 0;
	}
	
	.order-table-header-label {
		display: inline;
	}
	
	.order-table-header-order-number {
		margin-bottom: 0;
	}
	
	.order-table-header-label {
		display: block;
		float: left;
		width: 50%;
	}
	
	.order-table-body-value {
		width: 50%;
	}
	
	.order-table-header-order-status {
		margin-top: 0;
		margin-bottom: 1rem;
	}
	
	.order-table-header-context-menu-wrapper {
		top: .5rem;
		right: 1rem;
	}
	
	.order-table-header-context-menu-indicator {
		top: -3px;
		right: -3px;
	}
}

.edit-order {
	padding-top: 70px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.edit-order-container {
	max-width: 895px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.edit-order-tos-checkbox, .edit-order-tos-label {
	cursor: pointer;
}

.edit-order-cancel-order-modal-toggle-btn {
	margin-top: 1rem;
}

.edit-order-checkout-aside {
	width: 50%;
	margin-left: 50%;
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 991.98px) {
	.edit-order {
		padding-top: 0;
	}
	
	.edit-order-checkout-aside {
		width: 100%;
		margin-left: 0;
	}
}

.order-detail-content {
	border-top: 1px solid #bcc1c7;
}

.order-detail-content-header {
	display: none;
}

.document-detail-content-header {
	display: block;
	border-bottom: 1px solid #bcc1c7;
	padding-bottom: .5rem;
}

.download-detail-content-header {
	display: block;
	border-bottom: 1px solid #bcc1c7;
	padding-bottom: .5rem;
}

.order-detail-content-header, .order-item-detail-footer {
	padding-left: 10px;
	padding-right: 10px;
}

.order-detail-content-body.has-element-loader {
	min-height: 70px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.order-detail-content-body .element-loader-backdrop {
	box-shadow: none;
}

.order-detail-content-header, .order-detail-content-row {
	margin-right: 20px;
	margin-left: 20px;
}

.order-detail-content-row {
	font-weight: 400;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.order-detail-content-row .document-item {
	padding-left: .5rem;
	padding-right: .5rem;
}

.order-detail-content-row .order-item:last-of-type, .order-detail-content-row .document-item:last-of-type {
	padding-right: 0;
}

.order-detail-content-row .order-item:first-of-type, .order-detail-content-row .document-item:first-of-type {
	padding-left: 0;
}

.order-detail-content-row .download-item {
	padding-left: .5rem;
	padding-right: .5rem;
}

.order-detail-content-row .download-item:last-of-type {
	padding-right: 0;
}

.order-detail-content-row .download-item:first-of-type {
	padding-left: 0;
}

@media (max-width: 991.98px) {
	.order-item, .document-item {
		padding-left: 0;
		padding-right: 0;
	}
}

.order-item-detail-list-item {
	margin-bottom: 1rem;
}

.order-item-detail-list-item-divider {
	border-top: 1px solid #bcc1c7;
	margin: 1rem 20px;
}

.order-item-detail-list-item.is-nested, .order-item-detail-list-item.is-child {
	border-left: 3px solid #bcc1c7;
	border-bottom-color: transparent;
	margin: 0 -10px;
	padding: 0 10px;
}

.order-item-detail-list-item:last-of-type .order-detail-content-row {
	border-bottom: 0 none;
}

.order-item-detail-list-item.is-discount .cart-item-total-price {
	color: #3cc261;
}

.order-item-discount-icon {
	text-align: center;
}

.order-item-total {
	font-weight: 700;
}

.order-item-nested-icon {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	width: 50px;
	height: 50px;
}

.order-item-nested-icon .icon > svg {
	top: 0;
}

.order-item-reorder {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.order-item-detail-footer {
	padding: 1rem;
}

.order-item-detail-footer dl dt.col, .order-item-detail-footer dl .is-act-confirmpage .checkout dt.checkout-aside, .is-act-confirmpage .checkout .order-item-detail-footer dl dt.checkout-aside, .order-item-detail-footer dl .is-ctl-accountorder .checkout dt.checkout-aside, .is-ctl-accountorder .checkout .order-item-detail-footer dl dt.checkout-aside, .order-item-detail-footer dl .is-act-finishpage .checkout dt.checkout-aside, .is-act-finishpage .checkout .order-item-detail-footer dl dt.checkout-aside, .order-item-detail-footer dl dt[class*="col-"] {
	margin-bottom: .5rem;
	padding-right: .5rem;
}

.order-item-detail-labels {
	margin-bottom: 0;
}

.order-item-detail-labels-value {
	font-weight: 400;
}

.order-detail-content-header {
	padding-left: 0;
	padding-right: 0;
}

.order-item-detail-summary, .order-item-detail-summary dd:last-child {
	margin-bottom: 0;
}

.order-detail-comment {
	border-top: 0;
	display: block;
	padding-top: 0;
	padding-bottom: 1rem;
}

.card-title.order-detail-comment-title {
	margin-bottom: 0;
	padding: 1rem;
}

.order-detail-comment-body {
	padding: 1rem;
}

.order-detail-comment-value {
	margin-bottom: 0;
}

.order-item-variants-properties {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.order-item-variants-properties-name {
	margin-right: .5rem;
}

.order-detail-form {
	float: right;
}

.document-item-view-file {
	text-align: right;
}

.download-item-download-file {
	text-align: right;
}

.order-download-row {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

@media (min-width: 768px) {
	.order-detail-content-header {
		display: block;
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	
	.order-item-label {
		display: none;
	}
	
	.order-detail-content-header {
		border-bottom: 1px solid #bcc1c7;
	}
	
	.order-detail-content {
		border-top: 0;
	}
	
	.order-header-price, .order-item-price, .order-header-total, .order-item-total, .order-header-actions {
		text-align: right;
	}
	
	.order-header-quantity, .order-item-quantity {
		text-align: center;
	}
	
	.order-item-reorder {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.order-item-detail-summary dt, .order-item-detail-summary dd {
		text-align: right;
	}
	
	.document-item-view-file-icon-btn {
		display: none;
	}
	
	.download-item-view-file-icon-btn {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.document-header-date {
		display: none;
	}
	
	.document-item-view-file-text-btn {
		display: none;
	}
	
	.download-header-date {
		display: none;
	}
	
	.download-item-view-file-text-btn {
		display: none;
	}
}

.checkout-container {
	margin-bottom: 1.5rem;
}

.checkout-product-table {
	margin-bottom: 1.5rem;
}

.checkout-confirm-tos-checkbox, .checkout-confirm-tos-label {
	cursor: pointer;
}

.is-ctl-checkout .footer-minimal .footer-service-menu-list, .is-act-checkoutregisterpage .footer-minimal .footer-service-menu-list {
	display: block;
}

.checkout-aside-summary-label {
	font-weight: 400;
}

.checkout-aside-summary-list.display-rounded .checkout-aside-summary-total {
	font-weight: 400;
	font-size: .875rem;
}

.checkout-aside-summary-total {
	font-size: 1rem;
	font-weight: 700;
	padding-top: 13px;
	border-top: 1px solid #bcc1c7;
	margin-top: 5px;
}

.checkout-aside-summary-total-rounded {
	font-size: 1rem;
	font-weight: 700;
}

.checkout-aside-summary-label.summary-net, .checkout-aside-summary-value.summary-net {
	margin-top: 10px;
}

.checkout-aside-summary-header {
	margin-bottom: 20px;
}

.checkout-aside-summary-total {
	font-size: 1rem;
	font-weight: 700;
}

.checkout-aside-summary-value {
	text-align: right;
}

.checkout-aside-product-header {
	margin-bottom: 1.5rem;
}

.checkout-aside-item {
	margin-bottom: 1rem;
}

.checkout-aside-item .checkout-aside-item-title {
	font-weight: 700;
	margin-bottom: .25rem;
}

.checkout-aside-item .checkout-aside-item-characteristics {
	margin-bottom: .25rem;
}

.checkout-aside-item .checkout-aside-item-characteristics .checkout-aside-item-characteristics-option {
	font-weight: 700;
}

.checkout-aside-item .checkout-aside-item-link-quantity {
	margin-bottom: .25rem;
}

.checkout-aside-item-price {
	font-weight: 700;
	text-align: right;
}

.checkout-aside-action {
	margin-top: 1rem;
}

.checkout-aside-add-code {
	margin-top: 1rem;
}

.cart-aside-item-children {
	background-color: #f9f9f9;
	width: 100%;
	margin-top: .5rem;
	padding: 16px 16px 10px;
	-ms-flex-order: 10;
	order: 10;
}

.cart-aside-item-children .nesting-level-1 {
	margin-left: 27px;
}

.cart-aside-item-children .nesting-level-2 {
	margin-left: 45px;
}

.cart-aside-item-children .nesting-level-3 {
	margin-left: 63px;
}

.cart-aside-item-children .nesting-level-4 {
	margin-left: 81px;
}

.cart-aside-item-children .nesting-level-5 {
	margin-left: 99px;
}

.cart-aside-item-children .nesting-level-6 {
	margin-left: 117px;
}

.cart-aside-item-children .nesting-level-7 {
	margin-left: 135px;
}

.cart-aside-item-children .nesting-level-8 {
	margin-left: 153px;
}

.cart-aside-item-children .nesting-level-9 {
	margin-left: 171px;
}

.cart-aside-item-children .nesting-level-10 {
	margin-left: 189px;
}

.cart-aside-item-children .cart-aside-item-children-elements {
	padding: 12px 0 0;
}

.cart-aside-item-children .cart-aside-item-headline {
	padding: 0;
	font-weight: 600;
}

.cart-aside-item-children .cart-aside-item-change-button {
	width: fit-content;
	margin: 0 12px;
	font-size: 12px;
	text-decoration: underline;
	background-color: transparent;
	border-style: none;
}

.cart-aside-item-children .cart-aside-item-change-button:focus {
	outline: none;
}

.cart-aside-item-children .cart-aside-item-collapse {
	margin: 0;
}

.cart-aside-item-children .cart-aside-item-collapse-container, .cart-aside-item-children .cart-aside-item-child-label {
	padding: 0;
}

.cart-aside-item-children .cart-aside-item-collapse-icon-container {
	padding: 0;
	text-align: right;
}

.cart-aside-item-children .cart-aside-item-collapse-button {
	background-color: transparent;
	border-style: none;
}

.cart-aside-item-children .cart-aside-item-collapse-button:focus {
	outline: none;
}

.cart-aside-item-children .cart-aside-item-collapse-button > .cart-aside-item-collapse-icon {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.cart-aside-item-children .cart-aside-item-collapse-button.collapsed > .cart-aside-item-collapse-icon {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.cart-aside-item-children .cart-aside-item-children-element {
	margin: 0;
	padding: 8px 4px 0;
}

.cart-aside-item-children .cart-aside-item-children-element > .nesting-level-0 {
	list-style: none;
}

.cart-aside-item-children .cart-aside-item-children-element:last-child, .cart-aside-item-children .cart-aside-item-children-element-divider:last-child {
	border-style: none;
}

.cart-aside-item-children .cart-aside-item-child-label-bullet {
	display: list-item;
}

.cart-aside-item-children .cart-aside-item-child-total-price {
	padding: 0;
	text-align: right;
	font-weight: 600;
}

.cart-aside-item-children .cart-aside-item-children-element-divider {
	border-top: 1px solid #bcc1c7;
	margin: 1rem 0;
}

.is-act-cartpage .checkout .checkout-main {
	margin-bottom: 1.5rem;
}

.is-act-cartpage .checkout .checkout-aside-container {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
}

.cart-main-header {
	margin-bottom: 1.5rem;
}

.cart-table-header {
	display: none;
}

.cart-header-unit-price, .cart-header-total-price, .cart-header-tax-price {
	text-align: right;
}

.cart-header-row, .cart-item-row, .line-item-row {
	margin-right: -.25rem;
	margin-left: -.25rem;
}

.cart-header-row > .col, .is-act-confirmpage .checkout .cart-header-row > .checkout-aside, .is-ctl-accountorder .checkout .cart-header-row > .checkout-aside, .is-act-finishpage .checkout .cart-header-row > .checkout-aside, .cart-header-row > [class*="col-"], .cart-item-row > .col, .is-act-confirmpage .checkout .cart-item-row > .checkout-aside, .is-ctl-accountorder .checkout .cart-item-row > .checkout-aside, .is-act-finishpage .checkout .cart-item-row > .checkout-aside, .cart-item-row > [class*="col-"], .line-item-row > .col, .is-act-confirmpage .checkout .line-item-row > .checkout-aside, .is-ctl-accountorder .checkout .line-item-row > .checkout-aside, .is-act-finishpage .checkout .line-item-row > .checkout-aside, .line-item-row > [class*="col-"] {
	padding-right: .25rem;
	padding-left: .25rem;
}

.cart-add-product-container {
	margin-bottom: 1rem;
}

.cart-shipping-costs-container {
	-ms-flex-item-align: center;
	align-self: center;
}

.cart-shipping-costs-btn {
	padding-left: 0;
	margin: 1px 0;
}

@media (min-width: 768px) {
	.cart-table-header {
		display: block;
	}
	
	.cart-add-product {
		max-width: 250px;
	}
	
	.cart-add-product-container {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.cart-table-header {
		display: block;
	}
}

.cart-item {
	margin-bottom: 1rem;
}

.cart-item.is-nested, .cart-item.is-child {
	border-left: 3px solid #bcc1c7;
	border-bottom-color: transparent;
	padding-left: 1rem;
}

.cart-item.is-child {
	padding-right: 1rem;
}

.cart-item.is-discount .cart-item-total-price {
	color: #3cc261;
}

.cart-item-discount-icon {
	text-align: center;
	height: 100%;
}

.cart-item-discount-icon .icon {
	height: 100%;
}

.cart-item-discount-icon .icon > svg {
	top: 0;
}

.cart-item-nested-icon {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	width: 65px;
	height: 65px;
}

.cart-item-nested-icon .icon > svg {
	top: 0;
}

.cart-item-info {
	-ms-flex-order: 1;
	order: 1;
}

.cart-item-quantity {
	-ms-flex-order: 3;
	order: 3;
}

.cart-item-unit-price, .cart-item-tax-price {
	-ms-flex-order: 4;
	order: 4;
}

.cart-item-total-price {
	margin-left: auto;
	-ms-flex-order: 5;
	order: 5;
}

.cart-item-remove {
	-ms-flex-order: 2;
	order: 2;
	text-align: right;
}

.cart-item-img-container {
	text-align: center;
	width: 70px;
}

.cart-item-img-link {
	display: block;
}

.cart-item-img {
	width: 100%;
	height: 70px;
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.cart-item-info {
	margin-bottom: 1rem;
}

.cart-item-total-price {
	font-weight: 700;
}

.cart-item-unit-price, .cart-item-total-price, .cart-item-tax-price {
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.cart-item-quantity-label, .cart-item-unit-price-label, .cart-item-total-price-label, .cart-item-tax-price-label {
	font-weight: 700;
	margin-bottom: .5rem;
}

.cart-item-quantity-row {
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: .5rem;
}

.cart-item-quantity {
	margin-bottom: .5rem;
}

.cart-item-details {
	padding-top: 8px;
}

.cart-item-details-characteristics {
	margin: .5rem 0;
	font-size: .75rem;
}

.cart-item-details-characteristics .cart-item-details-characteristics-option {
	font-weight: 700;
}

.cart-item-variants {
	margin-bottom: .5rem;
}

.cart-item-variants-properties {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.cart-item-variants-properties-name {
	margin-right: .5rem;
}

@media (min-width: 576px) {
	.cart-item-quantity-container {
		width: 70px;
		margin-left: auto;
	}
	
	.cart-item-quantity-row {
		-ms-flex-align: normal;
		align-items: normal;
		margin-bottom: 0;
	}
	
	.cart-item-quantity {
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.cart-item-quantity, .cart-item-unit-price, .cart-item-total-price, .cart-item-tax-price {
		text-align: right;
	}
	
	.cart-item-unit-price, .cart-item-total-price, .cart-item-tax-price {
		-ms-flex-pack: normal;
		justify-content: normal;
		display: block;
	}
}

@media (min-width: 768px) {
	.cart-item {}
	
	.cart-item.is-nested, .cart-item.is-child {
		padding-left: 0;
		padding-right: 0;
	}
	
	.cart-item.is-nested .cart-item-info, .cart-item.is-child .cart-item-info {
		padding-left: 1rem;
	}
	
	.cart-item-info, .cart-item-quantity, .cart-item-unit-price, .cart-item-total-price, .cart-item-tax-price, .cart-item-remove {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.cart-item-info {
		margin-bottom: 0;
	}
	
	.cart-item-quantity-label, .cart-item-unit-price-label, .cart-item-total-price-label, .cart-item-tax-price-label {
		display: none;
	}
}

.cart-item-children {
	background-color: #f9f9f9;
	width: 100%;
	margin: 0 4px;
	padding: 16px 16px 10px;
	-ms-flex-order: 10;
	order: 10;
}

.cart-item-children .nesting-level-1 {
	margin-left: 27px;
}

.cart-item-children .nesting-level-2 {
	margin-left: 45px;
}

.cart-item-children .nesting-level-3 {
	margin-left: 63px;
}

.cart-item-children .nesting-level-4 {
	margin-left: 81px;
}

.cart-item-children .nesting-level-5 {
	margin-left: 99px;
}

.cart-item-children .nesting-level-6 {
	margin-left: 117px;
}

.cart-item-children .nesting-level-7 {
	margin-left: 135px;
}

.cart-item-children .nesting-level-8 {
	margin-left: 153px;
}

.cart-item-children .nesting-level-9 {
	margin-left: 171px;
}

.cart-item-children .nesting-level-10 {
	margin-left: 189px;
}

.cart-item-children .cart-item-children-elements {
	padding: 0;
}

.cart-item-children .cart-item-children-elements > .cart-item-children-element:first-of-type {
	padding: 20px 4px 0;
}

.cart-item-children .cart-item-headline {
	padding: 0;
	font-weight: 600;
}

.cart-item-children .cart-item-change-button {
	width: fit-content;
	margin: 0 12px;
	font-size: 12px;
	text-decoration: underline;
	background-color: transparent;
	border-style: none;
}

.cart-item-children .cart-item-change-button:focus {
	outline: none;
}

.cart-item-children .cart-item-collapse {
	margin: 0;
}

.cart-item-children .cart-item-collapse-container, .cart-item-children .cart-item-child-label {
	padding: 0;
}

.cart-item-children .cart-item-collapse-icon-container {
	padding: 0;
	text-align: right;
}

.cart-item-children .cart-item-collapse-button, .cart-item-children .cart-item-child-remove-icon {
	background-color: transparent;
	border-style: none;
}

.cart-item-children .cart-item-collapse-button:focus, .cart-item-children .cart-item-child-remove-icon:focus {
	outline: none;
}

.cart-item-children .cart-item-collapse-button > .cart-item-collapse-icon {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.cart-item-children .cart-item-collapse-button.collapsed > .cart-item-collapse-icon {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.cart-item-children .cart-item-children-element {
	margin: 0;
	padding: 8px 4px 0;
}

.cart-item-children .cart-item-children-element > .nesting-level-0 {
	list-style: none;
}

.cart-item-children .cart-item-children-element:last-child, .cart-item-children .cart-item-children-element-divider:last-child {
	border-style: none;
}

.cart-item-children .cart-item-child-label-bullet {
	display: list-item;
}

.cart-item-children .cart-item-child-total-price {
	padding: 0;
	text-align: right;
	font-weight: 600;
}

.cart-item-children .cart-item-child-remove-icon-container {
	padding: 0;
	text-align: right;
}

.cart-item-children .cart-item-children-element-divider {
	border-top: 1px solid #bcc1c7;
	margin: 1rem 0;
}

@media (min-width: 768px) {
	.cart-item-children {
		margin-left: 96px;
	}
}

@media (min-width: 992px) {
	.cart-item-children {
		margin-left: 4px;
	}
}

@media (min-width: 1200px) {
	.cart-item-children {
		margin-left: 96px;
	}
}

.is-act-checkoutregisterpage .checkout {
	padding-top: 70px;
}

.is-act-checkoutregisterpage .checkout .checkout-main {
	margin-bottom: 1.5rem;
}

.register-guest-control {
	margin-bottom: 1rem;
}

.register-login-collapse-toogle {
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
	.is-act-checkoutregisterpage .checkout .checkout-main {
		margin-bottom: 0;
	}
}

.is-act-confirmpage .checkout, .is-ctl-accountorder .checkout {
	padding-top: 70px;
}

.is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.is-act-confirmpage .checkout .checkout-aside-no-offset, .is-ctl-accountorder .checkout .checkout-aside-no-offset {
	margin-left: 0;
}

.confirm-main-header, .confirm-tos, .confirm-address, .confirm-payment-shipping, .confirm-payment, .confirm-product {
	margin-bottom: 1.5rem;
}

.confirm-payment-current, .confirm-shipping-current {
	margin-bottom: 3rem;
}

.confirm-payment-current.is-invalid, .confirm-shipping-current.is-invalid {
	color: #e52427;
}

.confirm-method-tooltip {
	margin-left: .25rem;
}

.payment-method-label, .shipping-method-label {
	width: 100%;
}

.payment-method-label .payment-method-description, .payment-method-label .shipping-method-description, .shipping-method-label .payment-method-description, .shipping-method-label .shipping-method-description {
	width: 66%;
}

.confirm-checkout-collapse-trigger {
	text-underline: #0584e3;
}

.confirm-checkout-collapse-trigger:hover {
	cursor: pointer;
}

.confirm-checkout-collapse-trigger .icon-confirm-checkout-chevron {
	height: 1.375rem;
}

.confirm-checkout-collapse-trigger .icon-confirm-checkout-chevron > svg {
	color: #0584e3;
	transition: -ms-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	-webkit-transition: -webkit-transform .2s ease-in-out;
}

.is-act-finishpage .checkout {
	padding-top: 70px;
}

.is-act-finishpage .checkout .checkout-additional {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.is-act-finishpage .checkout .checkout-aside-no-offset {
	margin-left: 0;
}

.finish-content {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6rem;
}

.finish-ordernumber {
	font-size: 1rem;
	font-weight: 700;
}

.finish-teaser {
	text-align: center;
}

.finish-header {
	margin-bottom: 1.5rem;
	text-align: center;
}

.finish-ordernumber {
	text-align: center;
}

.finish-order-subtitle {
	text-align: center;
}

.finish-change-payment-wrapper {
	text-align: center;
}

.finish-action {
	text-align: center;
	margin-bottom: 3rem;
}

.finish-info {
	margin-bottom: 3rem;
}

.breadcrumb.cms-breadcrumb {
	padding-left: 20px;
	padding-right: 20px;
}

.contact-headline {
	margin-bottom: 1.5rem;
}

.contact-content {
	margin: 0 auto;
}

.newsletter-headline {
	margin-bottom: 1rem;
}

.newsletter-content {
	margin: 0 auto;
}

.search-page .filter-panel-wrapper-toggle {
	margin-bottom: 1rem;
}

.search-headline {
	text-align: center;
	margin-bottom: 1.5rem;
}

.wishlist-headline {
	margin: 0;
	height: 155px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wishlist-listing-col {
	margin-top: 86px;
}

.wishlist-listing-col .wishlist-listing-empty {
	height: 250px;
	width: 100%;
}

.wishlist-listing-col .wishlist-listing-header {
	font-weight: bold;
	color: #000;
}

.wishlist-listing-col .wishlist-listing-description {
	font-size: 14px;
	line-height: 20px;
}

@media (min-width: 768px) {
	.wishlist-listing-header {
		margin-top: 53px;
		font-size: 36px;
		line-height: 40px;
	}
	
	.wishlist-listing-empty {
		max-height: 200px;
	}
}

@media (max-width: 767.98px) {
	.wishlist-listing-empty {
		max-height: 120px;
	}
	
	.wishlist-listing-header {
		margin-top: 48px;
		font-size: 23px;
		line-height: 34px;
	}
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-display: fallback;
	src: url("../assets/font/Inter-Regular.woff2") format("woff2"), url("../assets/font/Inter-Regular.woff") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 400;
	font-display: fallback;
	src: url("../assets/font/Inter-Italic.woff2") format("woff2"), url("../assets/font/Inter-Italic.woff") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 600;
	font-display: fallback;
	src: url("../assets/font/Inter-SemiBold.woff2") format("woff2"), url("../assets/font/Inter-SemiBold.woff") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 600;
	font-display: fallback;
	src: url("../assets/font/Inter-SemiBoldItalic.woff2") format("woff2"), url("../assets/font/Inter-SemiBoldItalic.woff") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	font-display: fallback;
	src: url("../assets/font/Inter-Bold.woff2") format("woff2"), url("../assets/font/Inter-Bold.woff") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 700;
	font-display: fallback;
	src: url("../assets/font/Inter-BoldItalic.woff2") format("woff2"), url("../assets/font/Inter-BoldItalic.woff") format("woff");
}

body {
	-moz-font-feature-settings: "cv02" 1, "cv03" 1, "cv04" 1;
	-webkit-font-feature-settings: "cv02" 1, "cv03" 1, "cv04" 1;
	font-feature-settings: "cv02" 1, "cv03" 1, "cv04" 1;
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	min-height: 100vh;
	-ms-flex-direction: column;
	flex-direction: column;
}

main {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 10px;
}

h1, .h1 {
	line-height: 40px;
}

h2, .h2 {
	line-height: 34px;
}

h3, .h3 {
	line-height: 33px;
}

h4, .h4 {
	line-height: 24px;
}

h5, .h5 {
	line-height: 21px;
}

h6, .h6 {
	line-height: 20px;
}

.alert {
	padding: 0;
	border: 0;
}

.alert .icon {
	margin: .5rem;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.alert .icon svg {
	top: 0;
}

.alert-has-icon {
	-ms-flex-align: normal;
	align-items: normal;
}

.alert-content-container {
	padding: .5rem;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.alert-primary {
	background-color: #0584e3;
}

.alert-primary .alert-content-container {
	background-color: #cde6f9;
	color: #0584e3;
}

.alert-primary .icon {
	color: #fff;
}

.alert-secondary {
	background-color: #526e7f;
}

.alert-secondary .alert-content-container {
	background-color: #dce2e5;
	color: #526e7f;
}

.alert-secondary .icon {
	color: #fff;
}

.alert-success {
	background-color: #3cc261;
}

.alert-success .alert-content-container {
	background-color: #d8f3df;
	color: #3cc261;
}

.alert-success .icon {
	color: #fff;
}

.alert-info {
	background-color: #26b6cf;
}

.alert-info .alert-content-container {
	background-color: #d4f0f5;
	color: #26b6cf;
}

.alert-info .icon {
	color: #fff;
}

.alert-warning {
	background-color: #ffbd5d;
}

.alert-warning .alert-content-container {
	background-color: #fff2df;
	color: #ffbd5d;
}

.alert-warning .icon {
	color: #fff;
}

.alert-danger {
	background-color: #e52427;
}

.alert-danger .alert-content-container {
	background-color: #fad3d4;
	color: #e52427;
}

.alert-danger .icon {
	color: #fff;
}

.alert-light {
	background-color: #f9f9f9;
}

.alert-light .alert-content-container {
	background-color: #fefefe;
	color: #f9f9f9;
}

.alert-light .icon {
	color: #fff;
}

.alert-dark {
	background-color: #4a545b;
}

.alert-dark .alert-content-container {
	background-color: #dbddde;
	color: #4a545b;
}

.alert-dark .icon {
	color: #fff;
}

.badge {
	border: 0;
	border-radius: 50px;
	box-sizing: content-box;
	height: 20px;
	line-height: 20px;
	margin: 0 5px;
	min-width: 10px;
	padding: 0 5px;
}

.badge-lg {
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
}

.breadcrumb {
	padding: .75rem 0;
}

.breadcrumb svg {
	height: .875rem;
	width: auto;
	top: 3px;
}

.breadcrumb .breadcrumb-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.breadcrumb .breadcrumb-placeholder {
	margin: 0 .5rem;
}

.breadcrumb a {
	color: #000;
	font-size: .875rem;
}

.breadcrumb a:hover {
	color: #0584e3;
	text-decoration: none;
}

.breadcrumb a.is-active {
	color: #0584e3;
	font-weight: bolder;
}

.btn, .eightworks-cookie-consent-plus-toggler > button {
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.btn-buy {
	color: #212529;
	background-color: #fed601;
	border-color: #fed601;
}

.btn-buy:hover {
	color: #212529;
	background-color: #d8b601;
	border-color: #cbab01;
}

.btn-buy:focus, .btn-buy.focus {
	box-shadow: 0 0 0 .2rem rgba(221, 187, 7, .5);
}

.btn-buy.disabled, .btn-buy:disabled {
	color: #212529;
	background-color: #fed601;
	border-color: #fed601;
}

.btn-buy:not(:disabled):not(.disabled):active, .btn-buy:not(:disabled):not(.disabled).active, .show > .btn-buy.dropdown-toggle {
	color: #212529;
	background-color: #cbab01;
	border-color: #bfa101;
}

.btn-buy:not(:disabled):not(.disabled):active:focus, .btn-buy:not(:disabled):not(.disabled).active:focus, .show > .btn-buy.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(221, 187, 7, .5);
}

.btn.disabled, .eightworks-cookie-consent-plus-toggler > button.disabled, .btn:disabled, .eightworks-cookie-consent-plus-toggler > button:disabled, .btn-buy.disabled, .btn-buy:disabled {
	opacity: 1;
	background: #eee;
	border-color: #eee;
	color: #bcc1c7;
}

.btn-link.disabled, .btn-link:disabled {
	border: 0 none;
	background: transparent;
}

.card-title {
	border-bottom: 1px solid #bcc1c7;
	padding-bottom: 10px;
}

.card-body {
	padding: 0;
}

.custom-select {
	cursor: pointer;
}

.custom-select:invalid {
	color: #c3c3c3;
}

.custom-select:hover {
	border-color: #0584e3;
	color: #0584e3;
}

.form-label {
	margin-bottom: 3px;
}

.form-group {
	margin-bottom: 20px;
}

.form-control {}

.form-control:focus {
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {
	color: #c3c3c3;
}

.modal-content {
	border: 0;
	box-shadow: 0 43px 43px -6px rgba(0, 0, 0, .2);
}

.modal-content .modal-title {
	margin: 0;
	line-height: 1.5;
}

.product-box {
	border-color: #bcc1c7;
	background-color: #fff;
}

.product-box .card-body {
	padding: 1rem;
}

.product-name {
	font-weight: 600;
}

.product-price {
	color: #000;
}

.card-tabs {
	border: 0;
}

.card-tabs .card-header {
	background: none;
	padding-left: 10px;
	padding-right: 10px;
}

.card-tabs .nav-item {
	margin-right: 10px;
}

.card-tabs .nav-link {
	border: 0;
	border-bottom: 2px solid #bcc1c7;
	border-radius: 0;
	color: #000;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
}

.card-tabs .nav-link:hover {
	border-color: #0584e3;
	color: #0584e3;
}

.card-tabs .nav-link.active {
	border-color: #0584e3;
	color: #4a545b;
}

.card-tabs .nav-link.active, .card-tabs .nav-link:hover {
	background-image: none;
}

.card-tabs .nav-link:hover {
	background-color: #ccc;
}

.card-tabs .nav-link .product-cross-selling-tab-navigation {
	padding: 0;
}

.card-tabs .card-body {
	padding-top: 30px;
}

.cms-block-text-hero .cms-element-text hr {
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #e9edf0;
}

.cms-element-product-listing .cms-listing-row {
	margin-right: -15px;
	margin-left: -15px;
}

.cms-element-product-listing .cms-listing-col {
	padding-right: 15px;
	padding-left: 15px;
}

.cms-element-product-listing .cms-listing-col {
	margin-bottom: 30px;
}

.cms-element-text blockquote {
	font-size: 1rem;
	font-style: italic;
	line-height: 24px;
	margin-top: 16px;
	margin-left: 20px;
	position: relative;
}

.cms-element-text blockquote::before {
	content: "\"";
	font-size: 40px;
	line-height: 16px;
	color: #9aa7be;
	position: absolute;
	top: 10px;
	left: -24px;
}

.quickview-minimal-product-name {
	color: #000;
}

.quickview-minimal-product-name:hover {
	text-decoration: none;
}

.quickview-minimal-product-number {
	font-size: .75rem;
}

.quickview-minimal-footer-heading {
	border-bottom: 1px solid #bcc1c7;
}

.pagination .page-link {
	line-height: 1.5;
}

.top-bar-nav-btn.btn, .eightworks-cookie-consent-plus-toggler > button.top-bar-nav-btn {
	color: #000;
	font-weight: 400;
	padding: 0;
	border: 0 none;
}

.top-bar-nav-btn.btn:hover, .eightworks-cookie-consent-plus-toggler > button.top-bar-nav-btn:hover, .top-bar-nav-btn.btn:hover .icon, .eightworks-cookie-consent-plus-toggler > button.top-bar-nav-btn:hover .icon {
	color: #0584e3;
}

.top-bar-nav-btn.btn:focus, .eightworks-cookie-consent-plus-toggler > button.top-bar-nav-btn:focus {
	box-shadow: none;
}

.dropdown.show .top-bar-nav-btn, .dropdown.show .top-bar-nav-btn .icon {
	color: #0584e3;
}

.top-bar-list-item {
	color: #000;
}

.top-bar-list-item.is-checked {
	color: #0584e3;
}

.top-bar-list-item:hover {
	color: #0584e3;
	background: transparent;
	text-decoration: none;
}

.top-bar-list-item:hover .top-bar-list-label {
	cursor: pointer;
}

.header-search-btn {
	background: #fff;
	border: 1px solid #bcc1c7;
	border-left: 0;
}

.header-search-btn:hover .icon {
	color: #0584e3;
}

.header-search-btn:focus {
	box-shadow: none;
}

.header-search-btn.btn:disabled, .eightworks-cookie-consent-plus-toggler > button.header-search-btn:disabled {
	background: #fff;
	border-color: #bcc1c7;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.header-search-input {
	border-right: 0;
}

.header-search-input:focus, .header-search-input:focus ~ .input-group-append .header-search-btn {
	border-color: #0584e3;
}

.header-actions-btn, .header-actions-btn:active, .header-actions-btn:hover {
	background: none;
	border: 0 none;
}

.header-actions-btn:hover, .header-actions-btn:hover .icon {
	color: #0584e3;
}

.header-actions-btn:focus {
	box-shadow: none;
}

.header-cart-total {
	color: #0584e3;
	font-size: 1rem;
}

@media (min-width: 576px) {
	.header-cart-badge {
		display: none;
	}
}

.footer-main {
	border-top: 1px solid #bcc1c7;
}

.footer-column {
	border-bottom: 1px solid #bcc1c7;
}

.footer-column-headline {
	color: #0584e3;
	font-size: 1rem;
	font-weight: 700;
}

.footer-link, .footer-contact-hotline a {
	color: #000;
}

.footer-link:hover, .footer-contact-hotline a:hover {
	color: #0584e3;
	text-decoration: none;
}

.footer-contact-hotline a {
	display: block;
	margin: 1rem 0 .5rem;
	font-size: 1rem;
	font-weight: 700;
}

.footer-bottom {
	background: #f9f9f9;
}

.footer-service-menu-item {
	padding-right: 1rem;
	font-weight: 700;
}

.footer-service-menu-item:last-child {
	padding-right: 0;
}

.footer-service-menu-link {
	color: inherit;
}

@media (min-width: 768px) {
	.footer-column {
		border: 0;
	}
	
	.footer-link-item {
		padding: 2px 0;
	}
}

.main-navigation-menu {
	font-size: 1rem;
}

@media (min-width: 768px) {
	.main-navigation-link {
		color: #000;
		padding-left: 0;
		padding-right: 32px;
	}
	
	.main-navigation-link .main-navigation-link-text {
		border-bottom: 2px solid transparent;
		padding-bottom: 3px;
	}
	
	.main-navigation-link:hover, .main-navigation-link.is-open {
		color: #0584e3;
	}
	
	.main-navigation-link.active {
		color: #4a545b;
		font-weight: 700;
	}
	
	.main-navigation-link.active .main-navigation-link-text {
		border-color: #0584e3;
	}
}

.navigation-flyout-categories:not(.is-level-0) {
	margin-left: 20px;
}

.navigation-flyout-categories.is-level-0 > .navigation-flyout-col {
	margin-bottom: 30px;
	position: relative;
}

.navigation-flyout-categories.is-level-0 > .navigation-flyout-col::before {
	border-left: 1px solid #bcc1c7;
	content: "";
	height: 100%;
	left: 15px;
	position: absolute;
	top: 0;
}

.navigation-flyout-categories.is-level-0 > .navigation-flyout-col.col-3:nth-child(4n+1), .navigation-flyout-categories.is-level-0 > .navigation-flyout-col.col-4:nth-child(3n+1) {
	border-left: 0;
}

.navigation-flyout-link {
	-webkit-transition: padding .25s cubic-bezier(0, .77, .33, 1);
	transition: padding .25s cubic-bezier(0, .77, .33, 1);
	color: #4a545b;
	font-size: 1rem;
	margin: 0 1rem;
	padding: .25rem 0;
}

@media (prefers-reduced-motion: reduce) {
	.navigation-flyout-link {
		-webkit-transition: none;
		transition: none;
	}
}

.navigation-flyout-link.is-level-0 {
	font-weight: 700;
}

.navigation-flyout-link.is-level-2 {
	font-size: .875rem;
	padding: .125rem 0;
}

.navigation-flyout-link:hover {
	color: #0584e3;
	padding-left: 5px;
}

.navigation-flyout-link.active {
	color: #0584e3;
	font-weight: 700;
}

.navigation-flyout-bar {
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
}

.navigation-flyout-category-link {
	font-weight: 700;
	font-size: 1rem;
}

.navigation-offcanvas-headline {
	font-weight: 700;
	color: #526e7f;
}

.navigation-offcanvas-list-item {
	background-color: #fff;
	border-top: 1px solid #bcc1c7;
}

.navigation-offcanvas-list-item:last-child {
	border-bottom: 1px solid #bcc1c7;
}

.navigation-offcanvas-link {
	color: #000;
}

.navigation-offcanvas-link.is-home-link, .navigation-offcanvas-link.is-home-link .icon {
	color: #0584e3;
}

.navigation-offcanvas-link.is-back-link {
	border-top: 1px solid #bcc1c7;
	font-weight: 700;
	color: #526e7f;
}

.navigation-offcanvas-link.is-current-category {
	color: #0584e3;
	font-weight: 700;
}

.offcanvas-cart-header-count {
	color: #798490;
	font-weight: 700;
}

.offcanvas-cart-tax {
	color: #798490;
}

.search-suggest-product {
	border-bottom: 1px solid #bcc1c7;
}

.search-suggest-product:last-child {
	border-bottom: 0;
}

.search-suggest-product-link {
	color: #000;
}

.search-suggest-product-link:hover {
	color: #0584e3;
}

.product-detail-name {
	color: #000;
}

.product-detail-manufacturer-logo {
	max-width: 200px;
	max-height: 70px;
}

.product-detail-price {
	color: #000;
	margin-bottom: 0;
	font-weight: 700;
	vertical-align: middle;
}

.product-detail-price.with-list-price {
	color: #e52427;
	display: inline-block;
}

.product-detail-price.with-regulation-price {
	display: inline-block;
}

.product-detail-price.with-advanced-list-price {
	color: #e52427;
	font-size: .875rem;
	display: inline-block;
}

.product-detail-price.with-advanced-list-price {
	color: #e52427;
	font-size: .875rem;
	display: inline-block;
}

.list-price-badge {
	display: inline-block;
	background: #e52427;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	line-height: 32px;
	height: 32px;
	width: 32px;
	font-size: 18px;
	font-weight: 600;
	vertical-align: middle;
	margin-bottom: 8px;
	margin-left: 5px;
	margin-right: 6px;
}

.product-detail-regulation-price-wrapper, .product-detail-list-price-wrapper {
	color: #000;
	font-weight: 400;
	font-size: 12px;
	display: inline-block;
	height: 26px;
	vertical-align: bottom;
}

@media (max-width: 991.98px) {
	.product-detail-regulation-price-wrapper, .product-detail-list-price-wrapper {
		height: 22px;
	}
}

.product-detail-regulation-price-wrapper .list-price-price, .product-detail-list-price-wrapper .list-price-price {
	text-decoration: line-through;
}

.product-detail-advanced-regulation-price-wrapper, .product-detail-advanced-list-price-wrapper {
	color: #000;
	font-weight: 400;
	font-size: 12px;
	vertical-align: bottom;
	display: block;
	padding-left: 0;
}

.product-detail-advanced-regulation-price-wrapper .list-price-price, .product-detail-advanced-list-price-wrapper .list-price-price {
	text-decoration: line-through;
}

.product-detail-advanced-regulation-price-wrapper.with-list-price, .product-detail-advanced-list-price-wrapper.with-list-price {
	padding-left: 0;
}

.product-detail-advanced-regulation-price-wrapper-no-line-through .list-price-price, .product-detail-advanced-list-price-wrapper-no-line-through .list-price-price {
	text-decoration: none;
}

@media (min-width: 576px) {
	.product-detail-advanced-list-price-wrapper {
		display: inline-block;
		padding-left: 8px;
	}
}

@media (min-width: 992px) {
	.product-detail-advanced-list-price-wrapper {
		display: block;
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.product-detail-advanced-list-price-wrapper {
		display: inline-block;
		padding-left: 8px;
	}
}

.product-detail-ordernumber-label {
	font-weight: 700;
}

.product-detail-quantity-select {
	height: 100%;
}

.product-detail-tabs {
	margin-bottom: 1.5rem;
}

.product-detail-tabs .product-detail-tab-navigation {
	padding: 0;
}

.product-detail-tab-navigation-list {
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 5px;
}

.product-detail-properties-table th, .product-detail-properties-table td {
	border: 0;
}

.product-detail-tab-preview {
	font-weight: 400;
	margin-top: .5rem;
}

.product-detail-tab-preview-more {
	color: #0584e3;
	font-weight: 700;
}

@media (max-width: 575.98px) {
	.product-detail-tabs .product-detail-tab-navigation-link {
		background: none;
		border: 0;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-weight: 700;
		word-wrap: normal;
	}
}

@media (min-width: 576px) {
	.product-detail-tabs {
		margin-bottom: 0;
	}
	
	.product-detail-tab-navigation-list {
		border: 0;
		-ms-flex-direction: row;
		flex-direction: row;
		padding-bottom: 0;
	}
}

.product-detail-review-widget {
	top: 20px;
}

.product-detail-review-progressbar-container {
	height: 14px;
	margin-top: 4px;
}

.product-detail-review-progressbar-bar {
	background-color: #fedc70;
}

.product-detail-review-item {
	border-bottom: 1px solid #bcc1c7;
	margin-bottom: 10px;
}

.product-detail-review-item-date {
	color: #798490;
}

.product-detail-review-item-verify {
	text-align: right;
}

.product-detail-review-item-likebox {
	text-align: right;
}

.product-detail-review-form-star.is-active .icon {
	color: #fedc70;
}

.product-detail-review-form-star .icon:hover {
	cursor: pointer;
}

@media (min-width: 768px) {
	.product-detail-review-rating {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.product-detail-review-form-footer {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.product-detail-review-form-footer .product-detail-review-form-actions {
		margin-left: auto;
	}
}

@media (max-width: 575.98px) {
	.product-detail-cross-selling .product-detail-tabs-content {
		display: block;
	}
	
	.product-detail-cross-selling .product-cross-selling-tab-navigation {
		display: none;
	}
	
	.product-detail-cross-selling .tab-pane {
		margin-top: 1.5rem;
		display: block;
		opacity: 1;
	}
	
	.product-detail-cross-selling .tab-pane .cms-element-title {
		display: block;
	}
	
	.product-detail-cross-selling .tab-pane .cms-element-title-paragraph {
		margin: 0;
	}
}

.product-detail-cross-selling .card {
	margin-top: 1.5rem;
}

.product-detail-cross-selling .cms-element-title {
	display: none;
}

.account-aside-header {
	background: none;
	color: #000;
	font-weight: 700;
}

.account-aside-item {
	border: 0;
}

.account-aside-item.is-active {
	color: #0584e3;
	background: #fff;
	font-weight: 700;
}

.account-aside-item:hover {
	color: #0584e3;
	background: #fff;
}

.account-aside-footer {
	background: none;
	margin-top: 1px;
	border-top: 1px solid #bcc1c7;
}

.account-aside-btn {
	line-height: normal;
	padding: 3px 0;
}

.account-guest-abort {
	border-top: 0;
}

@media (min-width: 768px) {
	.register-submit {
		text-align: right;
	}
}

.address-action-set-default {
	padding-left: 0;
	text-align: left;
}

.account-profile-mail-label {
	font-weight: 700;
}

.account-profile-change {
	font-weight: 700;
	font-size: .75rem;
}

.order-item-status-badge {
	margin: 10px 0;
}

@media (max-width: 575.98px) {
	.order-item-status-badge {
		margin-top: 0;
	}
}

.order-table-header .row, .order-table-header .account-content, .order-table-header .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .order-table-header .checkout-container, .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container, .order-table-header .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .order-table-header .checkout-container, .order-table-header .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .order-table-header .checkout-container, .order-table-header .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .order-table-header .checkout-container, .order-item-header .row, .order-item-header .account-content, .order-item-header .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .order-item-header .checkout-container, .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container, .order-item-header .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .order-item-header .checkout-container, .order-item-header .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .order-item-header .checkout-container, .order-item-header .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .order-item-header .checkout-container, .order-detail-content-header .row, .order-detail-content-header .account-content, .order-detail-content-header .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .order-detail-content-header .checkout-container, .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container, .order-detail-content-header .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .order-detail-content-header .checkout-container, .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container, .order-detail-content-header .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .order-detail-content-header .checkout-container {
	margin-right: 0;
	margin-left: 0;
}

.order-table-header .row > .col, .order-table-header .account-content > .col, .order-table-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-act-cartpage .checkout .checkout-container > .col, .order-table-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-table-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-table-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-finishpage .checkout .checkout-container > .col, .order-table-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .row > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .row > .checkout-aside, .order-table-header .is-act-finishpage .checkout .row > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .row > .checkout-aside, .order-table-header .row > [class*="col-"], .order-table-header .account-content > [class*="col-"], .order-table-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-item-header .row > .col, .order-item-header .account-content > .col, .order-item-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-act-cartpage .checkout .checkout-container > .col, .order-item-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-item-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-item-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-finishpage .checkout .checkout-container > .col, .order-item-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .row > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .row > .checkout-aside, .order-item-header .is-act-finishpage .checkout .row > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .row > .checkout-aside, .order-item-header .row > [class*="col-"], .order-item-header .account-content > [class*="col-"], .order-item-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-detail-content-header .row > .col, .order-detail-content-header .account-content > .col, .order-detail-content-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .row > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .row > [class*="col-"], .order-detail-content-header .account-content > [class*="col-"], .order-detail-content-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-detail-content-header .checkout-container > [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}

@media (max-width: 575.98px) {
	.order-table-header .row > .col, .order-table-header .account-content > .col, .order-table-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-act-cartpage .checkout .checkout-container > .col, .order-table-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-table-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-table-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-finishpage .checkout .checkout-container > .col, .order-table-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .row > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .row > .checkout-aside, .order-table-header .is-act-finishpage .checkout .row > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .row > .checkout-aside, .order-table-header .row > [class*="col-"], .order-table-header .account-content > [class*="col-"], .order-table-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-item-header .row > .col, .order-item-header .account-content > .col, .order-item-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-act-cartpage .checkout .checkout-container > .col, .order-item-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-item-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-item-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-finishpage .checkout .checkout-container > .col, .order-item-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .row > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .row > .checkout-aside, .order-item-header .is-act-finishpage .checkout .row > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .row > .checkout-aside, .order-item-header .row > [class*="col-"], .order-item-header .account-content > [class*="col-"], .order-item-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-detail-content-header .row > .col, .order-detail-content-header .account-content > .col, .order-detail-content-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .row > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .row > [class*="col-"], .order-detail-content-header .account-content > [class*="col-"], .order-detail-content-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-detail-content-header .checkout-container > [class*="col-"] {
		padding-right: 0;
		padding-left: 0;
	}
}

.order-table-header {
	font-weight: 700;
}

.order-item-header .row > .order-table-header-heading, .order-item-header .account-content > .order-table-header-heading, .order-item-header .is-act-cartpage .checkout .checkout-container > .order-table-header-heading, .is-act-cartpage .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-header-heading, .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-header-heading, .is-act-confirmpage .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-header-heading, .is-ctl-accountorder .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .is-act-finishpage .checkout .checkout-container > .order-table-header-heading, .is-act-finishpage .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .row > .order-table-header-order-number, .order-item-header .account-content > .order-table-header-order-number, .order-item-header .is-act-cartpage .checkout .checkout-container > .order-table-header-order-number, .is-act-cartpage .checkout .order-item-header .checkout-container > .order-table-header-order-number, .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-header-order-number, .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .order-table-header-order-number, .order-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-header-order-number, .is-act-confirmpage .checkout .order-item-header .checkout-container > .order-table-header-order-number, .order-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-header-order-number, .is-ctl-accountorder .checkout .order-item-header .checkout-container > .order-table-header-order-number, .order-item-header .is-act-finishpage .checkout .checkout-container > .order-table-header-order-number, .is-act-finishpage .checkout .order-item-header .checkout-container > .order-table-header-order-number {
	padding-right: 0;
	padding-left: 0;
}

.order-item-name {
	color: #4a545b;
}

.order-detail-content-header {
	margin-top: 1rem;
	font-weight: 700;
}

.order-detail-content-header .order-detail-content-header-cell[class*="col-"]:first-of-type {
	padding-left: 0;
}

.order-detail-content-header .order-detail-content-header-cell[class*="col-"]:last-of-type {
	padding-right: 0;
}

.order-item-product-name {
	color: #000;
}

.order-item-product-name:hover {
	color: #0584e3;
	text-decoration: none;
}

.order-item-product-name strong {
	font-weight: 700;
}

@media (min-width: 768px) {
	.order-item-product-image .product-image-link {
		-ms-flex-pack: normal;
		justify-content: normal;
	}
	
	.order-item-product-image img {
		max-width: 100px;
	}
}

.order-item-number-value {
	font-weight: 700;
}

.order-pseudo-price-value {
	text-decoration: line-through;
}

.order-item-detail-list-item {
	margin: 0;
}

.order-item-detail-list-item.is-child {
	background-color: #f9f9f9;
}

.order-item-nested-icon {
	background-color: #798490;
}

.order-item-detail-footer {
	background-color: #f9f9f9;
}

.order-item-detail-summary dd {
	font-weight: 700;
}

.order-price-unit {
	font-size: .75rem;
}

.order-item-variants {
	font-size: .75rem;
}

.order-item-variants-properties-name {
	font-weight: 700;
}

.checkout-aside-summary {
	background-color: #f9f9f9;
}

.checkout-aside-summary, .checkout-aside-products {
	padding: 1rem;
}

@media (max-width: 767.98px) {
	.cart-table {
		border: 0;
	}
	
	.cart-table-body {
		padding: 0;
	}
}

.cart-item {
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #bcc1c7;
}

.cart-item.is-child {
	background-color: #f9f9f9;
}

.cart-item-nested-icon {
	background-color: #798490;
}

.cart-item-img {
	padding: .25rem;
	border: 1px solid #bcc1c7;
	border-radius: 3px;
}

.cart-item-ordernumber {
	margin-bottom: .5rem;
	font-size: .75rem;
}

.cart-item-variants {
	font-size: .75rem;
}

.cart-item-variants-properties-name {
	font-weight: 700;
}

.cart-item-label {
	color: #000;
	font-weight: 700;
}

a.cart-item-label:hover {
	color: #0584e3;
	text-decoration: none;
}

.cart-item-quantity-label, .cart-item-unit-price-label, .cart-item-total-price-label, .cart-item-tax-price-label {
	color: #4a545b;
}

@media (min-width: 768px) {
	.cart-item {
		padding: 10px 0;
	}
	
	.cart-item-details-container {
		padding-left: 1rem;
	}
}

.cart-item-characteristics {
	margin: .5rem 0;
	font-size: .75rem;
}

.cart-item-characteristics .cart-item-characteristics-option {
	font-weight: 700;
}

.contact-action {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.newsletter-action {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.swag-customized-products-cart__configuration {
	margin-top: 12px;
	padding: 4px;
	width: 100%;
}

.swag-customized-products-cart__item {
	margin: 12px 0;
	font-size: 9pt;
}

.swag-customized-products-cart__list {
	margin-left: 16px;
	padding: 0;
}

.swag-customized-products-cart__price-tag {
	white-space: nowrap;
}

.swag-customized-products-cart__title-link:hover {
	text-decoration: none;
}

.swag-customized-products-cart__title-link .toggle-icon-plus {
	display: block;
}

.swag-customized-products-cart__title-link .toggle-icon-minus {
	display: none;
}

.swag-customized-products-cart__title-link[aria-expanded="true"] .toggle-icon-plus {
	display: none;
}

.swag-customized-products-cart__title-link[aria-expanded="true"] .toggle-icon-minus {
	display: block;
}

.swag-customized-products-cart__title-container {
	padding: 0;
}

.swag-customized-products-cart__title-toggle {
	width: auto;
	top: 2px;
}

.swag-customized-products-cart__title-toggle-icon {
	text-align: right;
}

.swag-customized-products-cart__title-toggle-icon.col, .is-act-confirmpage .checkout .swag-customized-products-cart__title-toggle-icon.checkout-aside, .is-ctl-accountorder .checkout .swag-customized-products-cart__title-toggle-icon.checkout-aside, .is-act-finishpage .checkout .swag-customized-products-cart__title-toggle-icon.checkout-aside {
	display: inline-block;
}

.cart-item-remove.col-2 {
	-ms-flex-order: 1;
	order: 1;
}

.swag-show-preview .swag-ellipsis-total-span > div {
	padding-bottom: 12px;
}

.swag-customized-products-option-type__checkbox-wrapper {
	border-radius: 3px;
	border: 1px solid #bcc1c7;
	padding: 1rem;
}

.swag-customized-products-option-type__checkbox-wrapper:hover {
	border-color: #0584e3;
}

.swag-customized-products-options-datetime-wrapper .swag-customized-products-options-datetime[disabled] {
	background-color: #eee;
	opacity: 1;
}

.swag-customized-products-options-datetime-wrapper .swag-customized-products-date-picker-button {
	border: none;
	background-color: transparent;
}

.swag-customized-products-options-datetime-wrapper .swag-customized-products-date-picker-button > span {
	color: #000;
}

.swag-customized-products-options-datetime-wrapper .date-picker-clear[disabled] > span {
	color: rgba(0, 0, 0, .3);
}

.swag-custommized-product-html-editor {
	width: 100%;
	border-radius: 3px;
	border: 1px solid #bcc1c7;
	overflow: hidden;
}

.swag-custommized-product-html-editor__editor-wrapper {
	position: relative;
}

.swag-custommized-product-html-editor__placeholder {
	top: 16px;
	left: 16px;
	right: 0;
	bottom: 0;
	position: absolute;
	color: #798490;
	cursor: text;
}

.swag-custommized-product-html-editor__toolbar {
	background: #eee;
	border-bottom: 1px solid #bcc1c7;
}

.swag-custommized-product-html-editor__toolbar-button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 0 none;
	margin: 0;
	padding: 4px 12px;
}

.swag-custommized-product-html-editor__toolbar-button[aria-pressed="true"] .icon {
	color: #000;
}

.swag-custommized-product-html-editor__toolbar-button > .icon {
	width: 12px;
	height: 12px;
}

.swag-custommized-product-html-editor__toolbar-button > .icon > svg {
	top: 2px;
}

.swag-custommized-product-html-editor__editor {
	padding: 16px;
	min-height: 75px;
	height: 150px;
	max-height: 250px;
	resize: vertical;
	border-radius: 0;
	overflow-y: scroll;
}

.swag-custommized-product-html-editor__editor > div {
	margin-bottom: 12px;
}

.swag-custommized-product-html-editor__editor:focus {
	outline: none;
}

.swag-customized-products-option-type-select-wrapper {
	display: block;
	width: 100%;
}

.swag-customized-products-option-type-select-wrapper .forms-boolean {
	height: auto;
	padding: 0;
}

.swag-customized-products-option-type-select-wrapper .forms-boolean-label::before {
	border-radius: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: transparent;
}

.swag-customized-products-option-type-select-wrapper .custom-control-input:checked ~ .custom-control-label::before {
	background-color: transparent;
	border-color: #0584e3;
	border-width: 2px;
}

.swag-customized-products-option-type-select-wrapper .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	background-color: transparent;
}

.swag-customized-products-option-type-select-wrapper .custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: none;
}

.swag-customized-products-option-type-select-wrapper .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	visibility: hidden;
}

.swag-customized-products-option-type-select-wrapper .form-control.custom-control-input {
	position: absolute;
	left: 0;
	height: 100%;
}

.swag-customized-products__type-colorselect .swag-customized-products-option-type-select-checkboxes-label__property-bubble, .swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-bubble {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	margin: 0 12px 0 0;
	border: 1px solid #bcc1c7;
}

.swag-customized-products__type-colorselect .swag-customized-products-option-type-select-checkboxes-label__property-bubble.no-selection, .swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-bubble.no-selection {
	margin-top: 0;
	border: 0 none;
}

.swag-customized-products__type-colorselect .swag-customized-products-option-type-select-checkboxes-label__property-bubble .icon > svg, .swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-bubble .icon > svg {
	top: 0;
	position: initial;
}

.swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-bubble {
	width: 48px;
}

.swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-bubble .icon {
	margin-left: 12px;
}

.swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-image {
	width: 48px;
	margin: 8px 14px 8px 0;
}

.swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-image .swag-customized-products-image-zoom__template {
	display: none;
}

.swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-image .swag-customized-products-option__image {
	border: 1px solid #bcc1c7;
	border-radius: 3px;
}

.swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-image .swag-customized-products-option__image:hover {
	border-color: #0584e3;
}

.swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-image .swag-customized-products-option__image:hover + .icon-editor-expand > svg {
	color: #0584e3;
}

.swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-image.swag-customized-products-image-zoom {
	position: relative;
	margin: 8px 32px 8px 0;
}

.swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-image.swag-customized-products-image-zoom .icon-editor-expand {
	position: absolute;
	width: 12px;
	height: 12px;
	right: -20px;
	top: 50%;
	margin-top: -10px;
}

.swag-customized-products__type-imageselect .swag-customized-products-option-type-select-checkboxes-label__property-image.swag-customized-products-image-zoom .icon-editor-expand:hover svg {
	color: #0584e3;
}

.swag-customized-products-option-type-select-checkboxes-label {
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 10px 16px;
	text-align: left;
	-ms-flex-align: center;
	align-items: center;
}

.swag-customized-products-option-type-select-checkboxes-label:after {
	content: none;
}

.swag-customized-products-option-type-select-checkboxes-label .swag-customized-products__boolean-label {
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
}

.swag-customized-products-option-type-select-checkboxes-label .swag-customized-products-option-type-select-checkboxes-label__property {
	border-radius: 100%;
	-ms-word-break: break-all;
	word-break: break-all;
	-ms-flex: 5;
	flex: 5;
}

.swag-customized-products-option-type-select-checkboxes-label .swag-customized-products-option-type-colorselect-checkboxes-label-name {
	padding-bottom: 0;
	-ms-flex: 1;
	flex: 1;
}

.swag-customized-products-option-type-select-checkboxes-label .swag-customized-products-option-type-select-checkboxes-label__surcharge-info {
	font-weight: bold;
	-ms-flex: 1;
	flex: 1;
}

.swag-customized-products__type-textarea-clear-button {
	border: none;
	background-color: transparent;
	color: #000;
}

.swag-customized-products__type-textarea-clear-button:hover {
	color: #0584e3;
}

.swag-customized-products__type-textarea-clear-button[disabled] {
	color: rgba(0, 0, 0, .3);
}

.customized-products-upload__dropzone {
	display: block;
	padding: 1.5rem;
	border: 2px dashed rgba(5, 132, 227, .38);
	border-radius: 3px;
	background-color: rgba(5, 132, 227, .03);
}

.customized-products-upload__dropzone.dragover {
	padding: calc(1.5rem + 1px);
	border: 1px solid #0584e3;
	background-color: rgba(5, 132, 227, .15);
}

.customized-products-upload__dropzone-col {
	padding: 0;
}

.customized-products-upload__dropzone-icon {
	display: inline-block;
	margin-right: 12px;
	vertical-align: top;
}

.customized-products-upload__dropzone-icon > .icon {
	color: #0584e3;
}

.customized-products-upload__dropzone-text {
	display: inline-block;
}

.customized-products-upload__dropzone-text-headline {
	display: block;
	color: #0584e3;
	font-weight: 600;
}

.customized-products-upload__dropzone-text-restrictions {
	display: block;
	color: #bcc1c7;
}

.customized-products-upload__dropzone-button {
	padding: 0;
	text-align: right;
}

.customized-products-upload-files-element.is--success > .customized-products-upload-files-element__container {
	border-color: #3cc261;
}

.customized-products-upload-files-element.is--success > .customized-products-upload-files-element__container .customized-products-upload-files-element__container-icon > .icon {
	color: #3cc261;
}

.customized-products-upload-files-element.is--error > .customized-products-upload-files-element__container {
	border-color: #e52427;
}

.customized-products-upload-files-element.is--error > .customized-products-upload-files-element__container .customized-products-upload-files-element__container-icon > .icon {
	color: #e52427;
}

.customized-products-upload-files-element__container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 1rem 0 1px 0;
	padding: 1rem;
	border: 1px solid #0584e3;
	border-radius: 3px;
}

.customized-products-upload-files-element__container-icon {
	margin-right: 12px;
	vertical-align: top;
}

.customized-products-upload-files-element__container-icon > .icon {
	color: #0584e3;
}

.customized-products-upload-files-element__container-filename {
	width: 100%;
	-ms-flex-item-align: center;
	align-self: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.customized-products-upload-files-element__container-close {
	margin-top: -1px;
	text-align: right;
}

.customized-products-upload-files-element__container-close-button {
	border: none;
	background-color: transparent;
}

.customized-products-upload-files-element__container-close-button > .icon {
	height: 16px;
	width: 16px;
}

.customized-products-upload template.customized-products-upload-files-element__container {
	display: none;
}

.swag-customized-product__order-detail-configuration {
	margin: 0 1rem;
	border-bottom: 1px solid #bcc1c7;
}

.order-detail-item-customized-products .order-detail-content-row {
	border-bottom: 0 none;
}

.swag-customized-products .swag-customized-products__violation-list-holder .swag-customized-products__violation-list-holder-template {
	display: none;
}

.swag-customized-products .swag-customized-products__violation-list-holder .alert-content-container {
	padding: 1.5rem;
}

.swag-customized-products .swag-customized-products__violation-list-holder .violation-list, .swag-customized-products .swag-customized-products__violation-list-holder .excluded-element-list {
	margin-left: 0;
	padding-left: 1.15rem;
}

.swag-customized-products .swag-customized-products__violation-list-holder .violation-list {
	margin-bottom: 0;
}

.swag-customized-products .swag-customized-products__violation-list-holder .excluded-element-list {
	list-style: none;
	padding-left: 0;
}

.swag-customized-products .swag-customized-products__violation-list-holder .entry__link {
	font-weight: bold;
	color: #e52427;
	text-decoration: underline;
	cursor: pointer;
}

.swag-customized-products .swag-customized-products__violation-list-holder .icon.icon-blocked {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.swag-customized-products .swag-customized-products__card {
	padding: 1.5rem 1.5rem .5rem;
	margin: 0 0 1rem;
	border: 1px solid #bcc1c7;
}

.swag-customized-products .swag-customized-products__title {
	margin-bottom: 1.5rem;
}

.swag-customized-products .swag-customized-products__title-link {
	color: #000;
}

.swag-customized-products .swag-customized-products__title-link:hover {
	text-decoration: none;
}

.swag-customized-products .swag-customized-products__title-link .toggle-icon-plus {
	display: block;
}

.swag-customized-products .swag-customized-products__title-link .toggle-icon-minus {
	display: none;
}

.swag-customized-products .swag-customized-products__title-link[aria-expanded="true"] .toggle-icon-plus {
	display: none;
}

.swag-customized-products .swag-customized-products__title-link[aria-expanded="true"] .toggle-icon-minus {
	display: block;
}

.swag-customized-products .swag-customized-products__title-link-toggle-icon {
	text-align: right;
	-ms-flex-item-align: center;
	align-self: center;
	top: -2px;
}

.swag-customized-products .customized-products-error-subtitle {
	color: #e52427;
	padding-left: 2px;
	font-size: 14px;
}

.swag-customized-products .swag-customized-products__image {
	margin-bottom: 1rem;
}

.swag-customized-products .swag-customized-products__no-selection-icon {
	text-align: center;
	width: 1.5rem;
	max-width: 1.5rem;
}

.swag-customized-products .swag-customized-products__description {
	margin-bottom: 1.5rem;
}

.swag-customized-products .swag-customized-products-option {
	margin-bottom: .5rem;
}

.swag-customized-products .swag-customized-products-option__image {
	text-align: center;
	-ms-flex-item-align: center;
	align-self: center;
	max-width: 100%;
}

.swag-customized-products .swag-customized-products-option--required {
	font-weight: normal;
	font-size: 80%;
}

.swag-customized-products .swag-customized-products-option__title {
	cursor: pointer;
}

.swag-customized-products .swag-customized-products-configuration__items, .swag-customized-products .swag-customized-products-configuration__description {
	margin: .5rem 0;
	width: 100%;
}

.swag-customized-products .is-error.swag-customized-products-form-control {
	border-color: #e52427;
}

.swag-customized-products .swag-customized-products__boolean {
	height: auto;
	width: 100%;
	padding-right: 0;
}

.swag-customized-products .swag-customized-products__boolean-label {
	height: auto;
	line-height: 1.5;
}

.swag-customized-products .swag-customized-products__boolean-label-price {
	text-align: right;
	right: .5rem;
}

.swag-customized-products .input-group > .form-control {
	border-radius: 3px;
	padding-right: 3rem;
	overflow: hidden;
}

.swag-customized-products .input-group .form-control ~ .input-group-append {
	position: absolute;
	-ms-flex-item-align: center;
	align-self: center;
	right: .25rem;
	z-index: 3;
}

.swag-customized-products .swag-customized-products-options-datetime {
	background: #fff;
}

.swag-customized-products .swag-customized-products__title-link-container, .swag-customized-products .swag-customized-products-form-control {
	margin: .25rem 0;
}

.swag-customized-products .swag-customized-products-form-control[type="checkbox"]:disabled {
	opacity: 0;
}

.swag-customized-products .forms-boolean {
	margin-top: 0;
	margin-bottom: 16px;
}

.swag-customized-products .forms-boolean:last-child {
	margin-bottom: 0;
}

.swag-customized-products .swag-customized-products-share__card {
	padding: 1.5rem;
	margin: 0 0 1rem;
	border: 1px solid #bcc1c7;
}

.swag-customized-products .share-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.swag-customized-products .swag-customized-products-share-icons {
	display: none;
}

.swag-customized-products .swag-customized-products-confirm-input-container {
	margin: 30px 0;
}

@media (max-width: 767.98px) {
	.swag-customized-products .swag-customized-products__card {
		padding: .5rem;
	}
}

.swag-customized-products.is--step-by-step .swag-customized-products-option__title {
	cursor: default;
}

.swag-customized-products.is--step-by-step .swag-customized-products__card {
	overflow: hidden;
	padding: 0;
}

.swag-customized-products.is--step-by-step .swag-customized-products__scrollable {
	min-width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transform: translateX(0);
	transition: height .3s ease-out .1s;
	-webkit-transition: height .3s ease-out .1s;
}

.swag-customized-products.is--step-by-step .swag-customized-products__navigation-holder {
	border-bottom: 1px solid #bcc1c7;
}

.swag-customized-products.is--step-by-step .swag-customized-products__navigation-holder > .form-group {
	margin: 1.5rem 2rem .5rem;
	position: relative;
}

.swag-customized-products.is--step-by-step .swag-customized-products__navigation-holder .swag-customized-products-navigation__text {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
}

.swag-customized-products.is--step-by-step .swag-customized-products__navigation-holder .swag-customized-products-navigation__icon {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
}

.swag-customized-products.is--step-by-step .swag-customized-products__navigation-holder .swag-customized-products-navigation__icon > use {
	fill: #000;
}

.swag-customized-products.is--step-by-step .swag-customized-products__navigation-holder .swag-customized-products-navigation {
	padding-bottom: 1rem;
}

.swag-customized-products.is--step-by-step .swag-customized-products__navigation-holder .swag-customized-products-navigation select {
	display: block;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	cursor: pointer;
}

.swag-customized-products.is--step-by-step textarea.swag-customized-products-form-control {
	min-height: 150px;
	max-height: 150px;
	resize: none;
}

.swag-customized-products.is--step-by-step .swag-customized-products__type-htmleditor textarea.swag-customized-products-form-control {
	position: absolute;
}

.swag-customized-products.is--step-by-step .swag-customized-products-start-wizard {
	margin-bottom: 1.75rem;
}

.swag-customized-products.is--step-by-step .swag-customized-products__item {
	min-width: 100%;
	padding: 1.75rem 1.75rem 1.75rem;
	margin: 0;
	max-height: 100%;
}

.swag-customized-products.is--step-by-step .swag-customized-products__item > div {
	padding-bottom: 1.75rem;
}

.swag-customized-products.is--step-by-step .swag-customized-products__item.is--scrollable > div {
	padding-bottom: 0;
	margin-bottom: 0;
}

.swag-customized-products.is--step-by-step .swag-customized-products__link:hover {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

.swag-customized-products.is--step-by-step .swag-customized-products-pager {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 1.5rem;
	background: #fff;
	z-index: 1;
	position: relative;
	border-top: 1px solid #bcc1c7;
}

.swag-customized-products.is--step-by-step .swag-customized-products-pager .swag-customized-products-pager__button {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.swag-customized-products.is--step-by-step .swag-customized-products-pager__page-number {
	display: block;
	text-align: center;
	-ms-flex-positive: 4;
	flex-grow: 4;
}

.swag-customized-products-image-zoom__wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	padding: 4rem;
	z-index: 1050;
}

.swag-customized-products-image-zoom__wrapper .swag-customized-products-image-zoom__content {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: fit-content;
	margin: 0;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.swag-customized-products-image-zoom__wrapper .swag-customized-products-image-zoom__image {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.swag-customized-products-image-zoom__wrapper .swag-customized-products-image-zoom__caption {
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #fff;
}

.swag-customized-products-image-zoom__wrapper .swag-customized-products-image-zoom__icon-close {
	-ms-flex-item-align: end;
	align-self: flex-end;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 0 none;
	padding: 6px;
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.swag-customized-products-image-zoom__wrapper .swag-customized-products-image-zoom__icon-close .icon {
	color: #fff;
}

@media (max-width: 767.98px) {
	.swag-customized-products-image-zoom__wrapper {
		padding: 3rem;
	}
}

.swag-customized-product__price-display-holder:not(:empty) {
	min-height: 80px;
}

.swag-customized-product__price-display {
	padding: 1.5rem;
	margin: 0 0 1rem;
	border: 1px solid #bcc1c7;
}

.swag-customized-product__price-display .price-display__list {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
}

.swag-customized-product__price-display .price-display__list > li {
	display: block;
	margin: 0 0 .5rem 1rem;
}

.swag-customized-product__price-display .price-display__list .price-display__product-price, .swag-customized-product__price-display .price-display__list .price-display__summary {
	margin: 0 0 .5rem;
}

.swag-customized-product__price-display .price-display__list:last-child {
	margin-bottom: 0;
}

.swag-customized-product__price-display .price-display__price {
	float: right;
}

.swag-customized-product__price-display .price-display__label {
	display: inline-block;
}

.swag-customized-product__price-display .price-display__summary .price-display__price, .swag-customized-product__price-display .price-display__summary .price-display__label {
	font-size: 1rem;
	font-weight: 700;
}

.swag-customized-products__price-label-notice {
	margin-top: 10px;
	font-size: 12px;
}

.swag-customized-products-option__price-tag {
	display: inline-block;
	font-weight: bold;
	margin-left: 4px;
	text-overflow: ellipsis;
}

#s360-listing-reload {
	display: none;
}

.s360-listing-reload-progress {
	font-weight: 300;
}

.s360-listing-trigger.btn, .eightworks-cookie-consent-plus-toggler > button.s360-listing-trigger {
	font-weight: 400;
	width: 230px;
	border-radius: 3px;
}

.s360-listing-trigger.btn-primary, .s360-listing-trigger.address-editor-select:not(.collapsed), .s360-listing-trigger.address-editor-edit:not(.collapsed), .s360-listing-trigger.address-editor-create:not(.collapsed), #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .s360-listing-trigger.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary {
	color: #fff;
	background-color: #0584e3;
	border: none;
}

.s360-listing-trigger.btn-primary:hover, .s360-listing-trigger.address-editor-select:not(.collapsed):hover, .s360-listing-trigger.address-editor-edit:not(.collapsed):hover, .s360-listing-trigger.address-editor-create:not(.collapsed):hover, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .s360-listing-trigger.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:hover, .s360-listing-trigger.btn-primary:focus, .s360-listing-trigger.address-editor-select:not(.collapsed):focus, .s360-listing-trigger.address-editor-edit:not(.collapsed):focus, .s360-listing-trigger.address-editor-create:not(.collapsed):focus, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .s360-listing-trigger.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:focus, .s360-listing-trigger.btn-primary:active, .s360-listing-trigger.address-editor-select:not(.collapsed):active, .s360-listing-trigger.address-editor-edit:not(.collapsed):active, .s360-listing-trigger.address-editor-create:not(.collapsed):active, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .s360-listing-trigger.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:active {
	background-color: #0475ca;
	color: #fff;
}

.s360-listing-trigger__wrapper {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px 0;
	-ms-flex-direction: column;
	flex-direction: column;
}

.progress {
	height: 2px;
}

.progress-bar {
	background-color: #0584e3;
}

.progess-bar__container {
	width: 180px;
	margin-bottom: 24px;
	margin-top: 24px;
}

.no-container-padding .container, .no-container-padding .cms-section .boxed, .cms-section .no-container-padding .boxed, .no-container-padding .s360-megamenu--boxed, .no-container-padding .s360-megamenu--width-auto, .no-container-padding .s360-megamenu__dropdown--fullwidth .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--fullwidth .no-container-padding .s360-megamenu__dropdown-menu--container, .no-container-padding .s360-megamenu__dropdown--boxed .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .no-container-padding .s360-megamenu__dropdown-menu--container {
	padding-left: 0;
	padding-right: 0;
}

.s360-sticky.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.s360-modern-sticky {
	-ms-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	max-width: 100vw;
}

.s360-modern-sticky.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: -ms-transform .25s ease;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	-webkit-transition: -webkit-transform .25s ease;
}

.s360-cms-image-grid {
	width: 100%;
}

.s360-cms-image-grid .big-tile-spacer.right {
	margin-top: 20px;
}

.s360-cms-image-grid .row, .s360-cms-image-grid .account-content, .s360-cms-image-grid .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .s360-cms-image-grid .checkout-container, .s360-cms-image-grid .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .s360-cms-image-grid .checkout-container, .s360-cms-image-grid .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .s360-cms-image-grid .checkout-container, .s360-cms-image-grid .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .s360-cms-image-grid .checkout-container, .s360-cms-image-grid .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .s360-cms-image-grid .checkout-container {
	margin-left: 5px;
	margin-right: 5px;
}

@media (min-width: 768px) {
	.s360-cms-image-grid .row, .s360-cms-image-grid .account-content, .s360-cms-image-grid .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .s360-cms-image-grid .checkout-container, .s360-cms-image-grid .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .s360-cms-image-grid .checkout-container, .s360-cms-image-grid .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .s360-cms-image-grid .checkout-container, .s360-cms-image-grid .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .s360-cms-image-grid .checkout-container, .s360-cms-image-grid .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .s360-cms-image-grid .checkout-container {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.s360-cms-image-grid [class*=col-] {
	padding-left: 5px;
	padding-right: 5px;
}

@media (min-width: 768px) {
	.s360-cms-image-grid [class*=col-] {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.s360-cms-image-grid__box {
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.s360-cms-image-grid__box:after {
	display: block;
	content: "";
	padding-bottom: 100%;
}

.s360-cms-image-grid__box:hover .s360-cms-image-grid__box-backdrop, .s360-cms-image-grid__box:hover .s360-cms-image-grid__box-inner {
	opacity: 1;
}

.s360-cms-image-grid__box.big.left {
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.s360-cms-image-grid__box.big.left {
		margin-bottom: 20px;
	}
}

.s360-cms-image-grid__box.big.right {
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.s360-cms-image-grid__box.big.right {
		margin-bottom: 0;
		margin-top: 0;
	}
}

.s360-cms-image-grid__box-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	opacity: 1;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 1;
	background: #020024;
	background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(255, 255, 255, 0) 100%);
}

@media (min-width: 768px) {
	.s360-cms-image-grid__box-backdrop {
		opacity: 0;
	}
}

.s360-cms-image-grid__box-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 2;
	padding: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	opacity: 1;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.s360-cms-image-grid__box-inner {
		opacity: 0;
		top: auto;
	}
}

.s360-cms-image-grid__box-headline, .s360-cms-image-grid__box-subline {
	color: white;
}

.s360-cms-image-grid__box-headline {
	font-weight: 700;
	font-size: 18px;
}

@media (min-width: 768px) {
	.s360-cms-image-grid__box-headline {
		font-size: 26px;
	}
}

.s360-cms-image-grid .s360-image-grid__row {
	margin-left: 0;
	margin-right: 0;
}

.s360-cms-image-grid .s360-image-grid__col {
	padding-left: 0;
	padding-right: 0;
}

.s360-cms-image-grid .mb-10 {
	margin-bottom: 10px;
}

.s360-cms-image-grid .mb-20 {
	margin-bottom: 20px;
}

#s360-cms-tabbed-product-slider__tabnavigation {
	-ms-flex-direction: row;
	flex-direction: row;
}

.s360-cms-tabbed-product-slider {
	position: relative;
}

.s360-cms-tabbed-product-slider__wrapper {
	width: 100%;
}

.s360-cms-tabbed-product-slider__headline {
	position: relative;
	margin-bottom: 20px;
}

.s360-cms-tabbed-product-slider__headline:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 120px;
	background-color: #0584e3;
	height: 2px;
}

.s360-cms-tabbed-product-slider__slider {
	position: relative;
	margin-bottom: 20px;
}

.s360-cms-tabbed-product-slider__slider.sm {
	display: block;
	margin: 0 -10px;
}

@media (min-width: 768px) {
	.s360-cms-tabbed-product-slider__slider.sm {
		display: none;
	}
}

.s360-cms-tabbed-product-slider__slider.md {
	display: none;
}

@media (min-width: 768px) {
	.s360-cms-tabbed-product-slider__slider.md {
		display: block;
		margin: 0 -10px;
	}
}

@media (min-width: 992px) {
	.s360-cms-tabbed-product-slider__slider.md {
		display: none;
	}
}

.s360-cms-tabbed-product-slider__slider.lg {
	display: none;
}

@media (min-width: 992px) {
	.s360-cms-tabbed-product-slider__slider.lg {
		display: block;
		margin: 0 -10px;
	}
}

.s360-cms-tabbed-product-slider__slider button[data-action="start"] {
	display: none;
}

.s360-cms-tabbed-product-slider__productrow {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.s360-cms-tabbed-product-slider__product {
	padding: 10px;
}

.s360-cms-tabbed-product-slider__product .icon {
	color: white;
}

.s360-cms-tabbed-product-slider .tns-nav {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
}

.s360-cms-tabbed-product-slider .base-slider-controls-prev {
	left: 10px;
}

.s360-cms-tabbed-product-slider .base-slider-controls-next {
	right: 10px;
}

.tns-outer button[data-action="stop"] {
	display: none;
}

.tns-nav button {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #aaa;
	margin-right: 5px;
	border: none;
}

.tns-nav button:last-child {
	margin-right: 0;
}

.tns-nav button.tns-nav-active {
	background-color: white;
}

.base-slider-controls-prev, .base-slider-controls-next {
	background: none;
	background-color: #0584e3;
	border: none;
	color: white;
	opacity: 1;
}

.base-slider-controls-prev:hover, .base-slider-controls-next:hover {
	color: white;
}

.base-slider-controls-prev .icon, .base-slider-controls-next .icon {
	color: white;
}

.s360-cms-simple-product-slider {
	position: relative;
}

.s360-cms-simple-product-slider__wrapper {
	width: 100%;
}

.s360-cms-simple-product-slider__headline {
	position: relative;
	margin-bottom: 20px;
}

.s360-cms-simple-product-slider__headline:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 120px;
	background-color: #0584e3;
	height: 2px;
}

.s360-cms-simple-product-slider__slider {
	position: relative;
	margin-bottom: 20px;
}

.s360-cms-simple-product-slider__slider.sm {
	display: block;
	margin: 0 -10px;
}

@media (min-width: 768px) {
	.s360-cms-simple-product-slider__slider.sm {
		display: none;
	}
}

.s360-cms-simple-product-slider__slider.md {
	display: none;
}

@media (min-width: 768px) {
	.s360-cms-simple-product-slider__slider.md {
		display: block;
		margin: 0 -10px;
	}
}

@media (min-width: 992px) {
	.s360-cms-simple-product-slider__slider.md {
		display: none;
	}
}

.s360-cms-simple-product-slider__slider.lg {
	display: none;
}

@media (min-width: 992px) {
	.s360-cms-simple-product-slider__slider.lg {
		display: block;
		margin: 0 -10px;
	}
}

.s360-cms-simple-product-slider__slider button[data-action="start"] {
	display: none;
}

.s360-cms-simple-product-slider__productrow {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.s360-cms-simple-product-slider__product {
	padding: 10px;
}

.s360-cms-simple-product-slider__product .icon {
	color: white;
}

.s360-cms-simple-product-slider .tns-nav {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
}

.s360-cms-simple-product-slider .base-slider-controls-prev {
	left: 10px;
}

.s360-cms-simple-product-slider .base-slider-controls-next {
	right: 10px;
}

.tns-outer button[data-action="stop"] {
	display: none;
}

.tns-nav button {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #aaa;
	margin-right: 5px;
	border: none;
}

.tns-nav button:last-child {
	margin-right: 0;
}

.tns-nav button.tns-nav-active {
	background-color: white;
}

.base-slider-controls-prev, .base-slider-controls-next {
	background: none;
	background-color: #0584e3;
	border: none;
	color: white;
	opacity: 1;
}

.base-slider-controls-prev:hover, .base-slider-controls-next:hover {
	color: white;
}

.base-slider-controls-prev .icon, .base-slider-controls-next .icon {
	color: white;
}

.s360-dynamic-team-grid-tile {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.s360-dynamic-team-grid-tile {
		text-align: center;
		margin-bottom: 40px;
	}
}

.s360-dynamic-team-grid-tile__image {
	position: relative;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.s360-dynamic-team-grid-tile__image {
		margin-bottom: 15px;
	}
}

@media (min-width: 992px) {
	.s360-dynamic-team-grid-tile__image {
		margin-bottom: 20px;
	}
}

.s360-dynamic-team-grid-tile__image:after {
	position: relative;
	display: block;
	content: "";
	padding-bottom: 100%;
}

.s360-dynamic-team-grid-tile__image .image {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.s360-dynamic-team-grid-tile__name, .s360-dynamic-team-grid-tile__position {
	color: #0584e3;
}

.cms-element-s360-adjustable-productslider .product-slider.has-nav {
	padding-left: 0;
	padding-right: 0;
}

.product-slider-controls-prev {
	left: 0px;
}

.product-slider-controls-next {
	right: 0px;
}

@media (min-width: 576px) {
	.cms-block-s360-adjustable-productslider .cms-block-container {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
}

.cms-element-s360-cms-brand-slider-element .cms-element-title {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.3rem;
}

.cms-element-s360-cms-brand-slider-element .product-slider-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.cms-element-s360-cms-brand-slider-element .tns-outer {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.cms-element-s360-cms-brand-slider-element .cms-image {
	width: 100%;
	height: auto;
}

@media (max-width: 991.98px) {
	button, a {
		-webkit-tap-highlight-color: transparent;
		outline: 0;
		box-shadow: none;
	}
	
	button:focus, button:visited, button:active, button:-webkit-direct-focus, a:focus, a:visited, a:active, a:-webkit-direct-focus {
		-webkit-tap-highlight-color: transparent;
		outline: 0;
	}
	
	*:-webkit-direct-focus {
		outline: 0;
	}
	
	.base-slider-controls, .product-slider-controls-container {
		outline: 0;
	}
}

.cms-element-s360-category-grid.row, .cms-element-s360-category-grid.account-content, .is-act-cartpage .checkout .cms-element-s360-category-grid.checkout-container, .is-act-checkoutregisterpage .checkout .cms-element-s360-category-grid.checkout-container, .is-act-confirmpage .checkout .cms-element-s360-category-grid.checkout-container, .is-ctl-accountorder .checkout .cms-element-s360-category-grid.checkout-container, .is-act-finishpage .checkout .cms-element-s360-category-grid.checkout-container {
	margin-right: -7px;
	margin-left: -7px;
}

.cms-element-s360-category-grid .product-box {
	height: 295px;
}

.cms-element-s360-category-grid .category-body {
	text-align: center;
}

.cms-element-s360-category-grid .category-name {
	color: #565656;
	font-weight: 500;
	font-size: 1rem;
	height: 2.75rem;
	line-height: 1.375rem;
}

.cms-element-s360-category-grid .category-image-wrapper {
	width: 171px;
	height: 166px;
	position: absolute;
	bottom: 72px;
	left: 50%;
	-ms-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.cms-element-s360-category-grid .cms-listing-column {
	padding-right: 0;
	padding-left: 0;
}

.cms-element-s360-category-grid .cms-listing-column--desktop {
	padding: 7px;
}

.cms-element-s360-category-grid .category-slider__link-all {
	margin-top: 20px;
}

.cms-element-s360-category-grid .product-action {
	width: 171px;
	height: 40px;
	position: absolute;
	bottom: 16px;
	left: 50%;
	-ms-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.cms-element-s360-category-grid .product-slider-controls-prev {
	left: 40px;
}

.cms-element-s360-category-grid .product-slider-controls-next {
	right: 40px;
}

@media (max-width: 575.98px) {
	.cms-block-s360-category-grid {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.cms-element-s360-category-grid .base-slider-controls-prev, .cms-element-s360-category-grid .base-slider-controls-next {
		border-radius: 3px;
	}
}

@media (min-width: 576px) {
	.cms-block-s360-category-grid .cms-block-container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.cms-element-s360-category-grid .product-slider-controls-prev {
		left: 0px;
	}
	
	.cms-element-s360-category-grid .product-slider-controls-next {
		right: 0px;
	}
}

.category-name {
	color: #565656;
	font-weight: 500;
	font-size: 1rem;
	text-align: center;
	height: 2.75rem;
	line-height: 1.375rem;
}

.category-slider__link-all {
	text-align: center;
	margin-top: 20px;
}

@media (max-width: 575.98px) {
	.cms-element-s360-category-slider .base-slider-controls-prev, .cms-element-s360-category-slider .base-slider-controls-next {
		border-radius: 3px;
	}
}

.image-slider-s360-box {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 5%;
	width: 60%;
}

.image-slider-s360__heading1 {
	font-size: 1.4rem;
	margin-bottom: .5rem;
	font-weight: 300;
	color: white;
}

.image-slider-s360__heading2 {
	font-size: 1.6rem;
	color: white;
}

.image-slider-s360__button {
	font-size: .9rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-weight: 400;
	border: none;
}

.cms-element-image-slider-s360 .tns-nav {
	text-align: center;
}

@media (min-width: 576px) {
	.image-slider-s360__heading1 {
		font-size: 2.2rem;
		margin-bottom: 1.5rem;
	}
	
	.image-slider-s360__heading2 {
		font-size: 2.6rem;
	}
	
	.image-slider-s360-box {
		width: 100%;
	}
	
	.image-slider-s360__button {
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		left: 5%;
	}
}

@media (max-width: 767.98px) {
	.is-act-home .cms-section-default.boxed {
		padding-right: 0;
		padding-left: 0;
	}
	
	.container-main {
		padding-top: 0;
	}
	
	.cms-element-image-slider-s360 .base-slider-controls-prev {
		display: none;
	}
	
	.cms-element-image-slider-s360 .base-slider-controls-next {
		margin-right: 15px;
		border-radius: 3px;
	}
}

.s360-experts.is--detail, .s360-experts.is--sidebar {
	border: 1px solid #0584e3;
	border-radius: 3px;
}

.s360-experts.is--detail .s360-experts-headline, .s360-experts.is--sidebar .s360-experts-headline {
	background-color: #0584e3;
	padding: .5rem 1rem;
	margin: 0;
	color: white;
}

.s360-experts.is--detail .s360-experts-inner, .s360-experts.is--sidebar .s360-experts-inner {
	padding: 1rem 1rem 1rem 1rem;
}

.s360-experts.is--detail .s360-expert:not(:last-child), .s360-experts.is--sidebar .s360-expert:not(:last-child) {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #0584e3;
}

.s360-experts.is--listing .s360-expert-box.product-box {
	background-color: rgba(0, 0, 0, .05);
}

.s360-experts.is--listing .s360-expert-box.product-box .s360-expert-img {
	margin-bottom: 1rem;
}

.s360-experts.is--sidebar .s360-expert-img {
	margin-bottom: 10px;
}

.s360-expert-img {
	max-width: 80%;
	height: auto;
}

.s360-expert-name {
	font-size: 20px;
	font-weight: 700;
}

.s360-lvs-btn .icon {
	margin-right: .5rem;
}

.s360-listing-view .product-last-section {
	background-color: #f8f8f8;
	height: 100%;
	padding: 20px;
	position: relative;
}

.s360-listing-view .list-box.product-box {
	padding: 0;
}

.s360-listing-view .list-body {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

.s360-listing-view .list-body .list-box .product-info {
	padding: 20px;
}

.s360-listing-view .card {
	-ms-flex-direction: row;
	flex-direction: row;
}

.s360-listing-view .product-image-wrapper {
	height: 100%;
	padding: 20px;
	margin-bottom: 0;
}

.s360-listing-view .product-info {
	height: 100%;
	padding: 20px;
}

.s360-listing-view .product-price-info {
	margin-top: 0;
}

.s360-listing-view .product-action {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.main-navigation {
	position: relative;
}

.s360-megamenu {
	position: relative;
}

.s360-megamenu--width-auto {
	display: inline-block;
	width: auto;
}

.s360-megamenu--width-auto .s360-megamenu-content-col {
	width: auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.s360-megamenu--align-center.s360-megamenu--width-auto {
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.s360-megamenu--align-center .s360-megamenu-nav {
	-ms-flex-pack: center;
	justify-content: center;
}

.s360-megamenu--align-start.s360-megamenu--width-auto {
	float: left;
}

.s360-megamenu--align-start .s360-megamenu-nav {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.s360-megamenu--align-end.s360-megamenu--width-auto {
	float: right;
}

.s360-megamenu--align-end .s360-megamenu-nav {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.s360-megamenu--align-space-between .s360-megamenu-nav {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.s360-megamenu--align-space-around .s360-megamenu-nav {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.s360-megamenu-nav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-size: inherit;
}

.s360-megamenu-nav:after {
	content: " ";
	display: table;
	clear: both;
}

.s360-megamenu > .s360-megamenu__item {
	float: left;
}

.s360-megamenu__item--right {
	margin-left: auto;
}

.s360-megamenu__item:hover a {
	color: inherit;
}

.s360-megamenu__link {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
	color: inherit;
}

.s360-megamenu__link .icon {
	color: inherit;
}

.s360-megamenu__link__content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.s360-megamenu__icon--left {
	margin-right: 8px;
}

.s360-megamenu__icon--right {
	margin-left: 8px;
}

.s360-megamenu__dropdown {
	bottom: 0;
	width: auto;
}

.s360-megamenu__dropdown-menu {
	width: auto;
	white-space: nowrap;
	padding: 15px 0;
}

.s360-megamenu__dropdown .navigation-flyout-close {
	display: none;
}

.is-touch .s360-megamenu__dropdown .navigation-flyout-close {
	display: block;
}

.s360-megamenu__dropdown--fullwidth, .s360-megamenu__dropdown--boxed {
	left: 0;
	width: 100%;
}

.s360-megamenu__dropdown--fullwidth .s360-megamenu__dropdown-menu, .s360-megamenu__dropdown--boxed .s360-megamenu__dropdown-menu {
	white-space: normal;
	width: 100%;
}

.s360-megamenu__dropdown--fullwidth .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .s360-megamenu__dropdown-menu--container {
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.s360-megamenu__dropdown--boxed {
	position: relative;
}

.s360-megamenu__dropdown .s360-megamenu__link {
	padding: 0;
	margin-bottom: 5px;
}

.s360-megamenu--mobile {
	background: #fff;
}

.s360-megamenu--mobile .offcanvas-content-container, .s360-megamenu--mobile .navigation-offcanvas-container {
	background: inherit;
}

.s360-megamenu--mobile .navigation-offcanvas-placeholder {
	color: inherit;
	background: inherit;
}

.s360-megamenu__columns__rows .s360-megamenu__columns__rows {
	padding-left: 20px;
}

.s360-megamenu__columns__headline {
	font-weight: bold;
	margin-bottom: 10px;
}

.s360-megamenu__columns .s360-megamenu__link--icon-with-text .s360-megamenu__link__image {
	width: 50px;
	height: auto;
}

.s360-megamenu__columns .s360-megamenu__link--icon-with-text .s360-megamenu__link__image--left {
	margin-right: 20px;
}

.s360-megamenu__columns .s360-megamenu__link--icon-with-text .s360-megamenu__link__image--right {
	margin-left: 20px;
}

.s360-megamenu__column--fullwidth {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.s360-megamenu__column--fullwidth .s360-megamenu__columns__rows {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.s360-megamenu__column--fullwidth .s360-megamenu__columns__rows > div {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.s360-megamenu__category-column__categories__item__image--left {
	margin-right: 20px;
}

.s360-megamenu__category-column__categories__item__image--right {
	margin-left: 20px;
}

.s360-megamenu-offcanvas__category--column {
	border-top: 1px solid #bcc1c7;
}

.s360-megamenu-offcanvas__category--column + .s360-megamenu__item {
	border-top: 0 none;
}

.s360-megamenu-main-category {
	overflow: hidden;
}

.s360-megamenu-main-category__title {
	text-align: center;
}

.s360-megamenu-main-category__detail {
	overflow: hidden;
}

.s360-megamenu-main-category__detail__image {
	display: inline-block;
	vertical-align: top;
	max-width: 20%;
}

.s360-megamenu-main-category__detail__image--left {
	float: left;
	padding-right: 20px;
}

.s360-megamenu-main-category__detail__image--right {
	float: right;
	padding-left: 20px;
}

.s360-megamenu-main-category__detail__description {
	max-width: 80%;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
}

.s360-megamenu-sub-categories {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

.s360-megamenu__dropdown--fullwidth .s360-megamenu-sub-categories, .s360-megamenu__dropdown--boxed .s360-megamenu-sub-categories {
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.s360-megamenu-sub-categories .s360-megamenu-sub-categories {
	display: block;
}

.s360-megamenu-sub-category {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	padding-right: 10px;
	padding-bottom: 10px;
}

.s360-megamenu-sub-category .s360-megamenu__link {
	display: block;
}

.s360-megamenu-offcanvas__category__details {
	padding: 0 1rem 20px 1rem;
	overflow: hidden;
}

.s360-megamenu-offcanvas__category__details__image {
	display: inline-block;
	vertical-align: top;
}

.s360-megamenu-offcanvas__category__details__image--left {
	float: left;
	padding-right: 20px;
}

.s360-megamenu-offcanvas__category__details__image--right {
	float: right;
	padding-left: 20px;
}

.s360-megamenu-offcanvas__category__details__description {
	display: inline-block;
	white-space: normal;
	vertical-align: top;
}

.s360-megamenu-offcanvas__category__details--has-image .s360-megamenu-offcanvas__category__details__description {
	max-width: 66.6%;
}

.s360-megamenu-offcanvas__category__details--has-image .s360-megamenu-offcanvas__category__details__image {
	max-width: 33.3%;
}

.s360-megamenu-offcanvas__category__list__item .navigation-offcanvas-link {
	-ms-flex-pack: start;
	justify-content: start;
}

.s360-megamenu-offcanvas__category__list__item .navigation-offcanvas-link .navigation-offcanvas-link-icon {
	margin-left: auto;
}

.s360-megamenu-offcanvas__category__list__item__image {
	width: 50px;
	height: auto;
}

.s360-megamenu-offcanvas__category__list__item__image--left {
	margin-right: 20px;
}

.s360-megamenu-offcanvas__category__list__item__image--right {
	margin-left: 20px;
}

.s360-megamenu-offcanvas__category__list__item__description {
	padding: 0 1rem .5rem 1rem;
}

header.header-main, header.header-minimal, div.nav-main {
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: box-shadow .25s ease;
	transition: box-shadow .25s ease;
	will-change: -webkit-transition;
	will-change: transition;
}

header.header-main.sticky, header.header-minimal.sticky, div.nav-main.sticky {
	background-color: white;
	position: fixed;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
	max-width: 100vw;
}

header.header-main, header.header-minimal {
	z-index: 1036;
}

div.nav-main {
	transition: -ms-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	-webkit-transition: -webkit-transform .3s ease;
	z-index: 1035;
}

.installment-calculator {
	padding-bottom: 30px;
}

.installment-calculator .rp-container-calculator .row, .installment-calculator .rp-container-calculator .account-content, .installment-calculator .rp-container-calculator .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .installment-calculator .rp-container-calculator .checkout-container, .installment-calculator .rp-container-calculator .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .installment-calculator .rp-container-calculator .checkout-container, .installment-calculator .rp-container-calculator .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .installment-calculator .rp-container-calculator .checkout-container, .installment-calculator .rp-container-calculator .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .installment-calculator .rp-container-calculator .checkout-container, .installment-calculator .rp-container-calculator .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .installment-calculator .rp-container-calculator .checkout-container {
	padding: 10px 0;
}

#rp-sepa-form {
	display: none;
}

#rp__installment__paymentType_directDebit:checked ~ #rp-sepa-form {
	display: block;
}

#rp__installment__paymentType_directDebit:checked ~ div #rp__installment__paymentType_directDebit-switch {
	display: none;
}

#rp__installment__paymentType_bankTransfer:checked ~ div #rp__installment__paymentType_bankTransfer-switch {
	display: none;
}

.rp__installment__paymentType {
	display: none;
}

.rp__installment__paymentType-switch a label {
	cursor: pointer;
}

.ratepay--installment-plan--quick-info {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	grid-gap: 5px;
	margin-bottom: 1rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ratepay--installment-plan--quick-info::before {
	content: "";
	height: 10px;
	width: 10px;
	line-height: 10px;
	background: #0584e3;
	display: inline-block;
	border-radius: 50%;
	margin-right: 5px;
}

.ratepay--installment-plan--quick-info .label {
	font-weight: bold;
}

.ratepay--installment-plan--quick-info .label::after {
	content: ":";
}

.rp-link {
	cursor: pointer;
	color: #0584e3;
}

.ratepay-admin-session-notice {
	position: fixed;
	width: 320px;
	bottom: 0;
	left: 0;
	background: #ccc;
	padding: 20px;
	z-index: 3;
}

.ratepay-admin-session-notice .close {
	cursor: pointer;
}

.ratepay-admin-session-notice .close .icon {
	color: #000;
}

.rp-sepa-table td + td {
	padding-left: 1rem;
}

.payone-payment .card {
	margin-bottom: 1.5rem;
}

apple-pay-button {
	--apple-pay-button-width: 100%;
	--apple-pay-button-height: 45px;
	--apple-pay-button-border-radius: 3px;
	--apple-pay-button-padding: 0px 0px;
	--apple-pay-button-box-sizing: border-box;
	display: block;
}

.payone-payment.credit-card .alert {
	margin: 0;
	padding: 5px;
}

.payone-payment.credit-card .hide {
	display: none;
}

.payone-payment.credit-card .form-control.iframe {
	padding: 0;
	border: .0625rem solid #d1d9e0;
	border-radius: 3px;
	height: calc(5em - 1.9rem);
}

.payone-payment.credit-card .card-logo-container {
	padding-left: 10px;
}

.payone-payment.credit-card #card-logo {
	display: block;
	height: calc(4em - 1rem);
	border: 1px solid transparent;
	margin: 0 auto;
}

.payone-debit-mandate-modal .modal-body {
	padding: 0;
}

.payone-payment.payolution-invoicing .consent-label a {
	color: red;
}

.payone-payment.payolution-installment .consent-label a {
	color: red;
}

.payone-payment.payolution-installment .hidden {
	opacity: 0;
}

.payone-payment.payolution-installment .headline {
	color: #3f4c58;
	font-size: .9rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1rem;
}

.payone-payment.payolution-installment .creditInformationButton {
	margin-top: 1.25rem;
}

.payone-payment.payolution-installment .installmentOverview {
	margin-bottom: 1.25rem;
}

.payone-payment.payolution-installment .table th, .payone-payment.payolution-installment .table td {
	padding: 0;
}

.payone-payment.payolution-installment .installment {
	font-size: .8rem;
}

#eightworks-cookie-consent-plus.modal {
	width: 100%;
	padding-right: 0 !important;
	background: rgba(0, 0, 0, .25);
	padding-bottom: 2.5rem;
}

#eightworks-cookie-consent-plus.modal:not(.show) {
	display: none;
}

#eightworks-cookie-consent-plus.modal .offcanvas-content-container {
	width: 100%;
	padding: 0;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-header {
	text-align: center;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-header .header-logo-main-link {
	max-width: 200px;
	display: inline-block;
	width: 100%;
	margin-bottom: 1rem;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-header .header-logo-main-link .header-logo-picture > img {
	margin: auto;
	min-width: 180px;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-header .title {
	font-size: 20px;
	font-weight: bold;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-body .offcanvas-cookie-description {
	text-align: center;
	padding-bottom: 0;
	border: none;
	margin-bottom: 0;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-body .offcanvas-cookie-list {
	border: none;
	padding-bottom: 0;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-body .offcanvas-cookie-list .offcanvas-cookie-group {
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

#eightworks-cookie-consent-plus.modal .modal-dialog {
	max-width: 550px;
}

#eightworks-cookie-consent-plus.modal .modal-dialog .modal-body {
	padding: 2.5rem;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-loader {
	position: absolute;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 20px;
	background: rgba(255, 255, 255, .5);
	opacity: 1;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-loader.d-none-transition {
	-webkit-transition: opacity 550ms ease;
	transition: opacity 550ms ease;
	opacity: 0;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer {
	text-align: center;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-footer-text {
	color: #798490;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons {
	margin-bottom: .5rem;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-deny-button {
	margin-top: .5rem;
}

@media (min-width: 768px) {
	#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button-grid.d-md-flex .eightworks-cookie-consent-plus-button {
		margin-top: 0;
	}
	
	#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button-grid.d-md-flex .eightworks-cookie-consent-plus-button:last-child {
		margin-left: .25rem;
	}
	
	#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button-grid.d-md-flex .eightworks-cookie-consent-plus-button:first-child {
		margin-right: .25rem;
	}
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button {
	display: block;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-animated {
	position: relative;
	overflow: hidden;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-animated:after {
	-webkit-animation: eightworksCookieConsentShine 5s ease-in-out infinite;
	animation: eightworksCookieConsentShine 5s ease-in-out infinite;
	animation-fill-mode: forwards;
	content: "";
	position: absolute;
	top: 0;
	left: -500px;
	width: 500px;
	height: 100px;
	opacity: 0;
	-ms-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	background: rgba(255, 255, 255, .25);
	background: linear-gradient(to right, rgba(255, 255, 255, .25) 0%, rgba(255, 255, 255, .25) 77%, rgba(255, 255, 255, .6) 92%, rgba(255, 255, 255, 0) 100%);
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-mod1 {
	background: #fff;
	border-color: #c2c2c2;
	color: #798490;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-mod1:hover {
	color: darkgray;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-mod2 {
	background: #5dc551;
	border-color: #5dc551;
	color: #fff;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-mod2:hover {
	background: #4cbd3f;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-mod3 {
	background: #c55151;
	border-color: #c55151;
	color: #fff;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-mod3:hover {
	background: #bd3f3f;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-mod4 {
	background: #000;
	color: #fff;
	border-color: #000;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-mod4:hover {
	background: #1a1a1a;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-mod5 {
	background: #fff;
	border: none;
	color: #526e7f;
}

#eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-mod5:hover {
	color: darkgray;
}

.eightworks-cookie-consent-plus-toggler {
	left: 30px;
	bottom: 30px;
	width: 60px;
	height: 60px;
	position: fixed;
	z-index: 999;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
	border-radius: 30px;
}

.eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-mod2 {
	background: #5dc551;
}

.eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-mod2 svg g circle, .eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-mod2 svg g path {
	fill: #5dc551;
}

.eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-mod3 {
	background: #c55151;
}

.eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-mod3 svg g circle, .eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-mod3 svg g path {
	fill: #c55151;
}

.eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-mod4 {
	background: #000;
}

.eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-mod4 svg g circle, .eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-mod4 svg g path {
	fill: #000;
}

.eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-primary {
	background: #0584e3;
}

.eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-primary svg g circle, .eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-primary svg g path {
	fill: #0584e3;
}

.eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-secondary {
	background: #526e7f;
}

.eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-secondary svg g circle, .eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-secondary svg g path {
	fill: #526e7f;
}

.eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-right {
	left: auto;
	right: 30px;
}

.eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-right .eightworks-cookie-consent-plus-toggler-text {
	right: 0;
	float: right;
	text-align: right;
}

.eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-right .eightworks-cookie-consent-plus-toggler-icon {
	left: auto;
	right: -1px;
	float: right;
}

.eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-right.eightworks-cookie-consent-plus-toggler-animation-fancy {
	-webkit-animation: 500ms ease 0s 1 eightworksCookieConsentSlideInRight;
	animation: 500ms ease 0s 1 eightworksCookieConsentSlideInRight;
}

.eightworks-cookie-consent-plus-toggler .eightworks-cookie-consent-plus-toggler-text {
	left: 0;
	padding: 0;
	width: 180px;
	line-height: 60px;
	position: absolute;
	color: #fff;
	float: left;
	opacity: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-ms-transform: translateY(150px);
	-webkit-transform: translateY(150px);
	transform: translateY(150px);
}

.eightworks-cookie-consent-plus-toggler .eightworks-cookie-consent-plus-toggler-icon {
	padding: 15px;
	width: 62px;
	height: 62px;
	top: -1px;
	left: -1px;
	position: relative;
	float: left;
	background: #fff;
	border-radius: 30px;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	overflow: hidden;
}

.eightworks-cookie-consent-plus-toggler:hover {
	width: 250px;
}

.eightworks-cookie-consent-plus-toggler:hover .eightworks-cookie-consent-plus-toggler-icon {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
	-ms-transform: scale(1.025);
	-webkit-transform: scale(1.025);
	transform: scale(1.025);
}

.eightworks-cookie-consent-plus-toggler:hover .eightworks-cookie-consent-plus-toggler-icon.eightworks-cookie-consent-plus-toggler-icon-fingerprint {
	position: relative;
}

.eightworks-cookie-consent-plus-toggler:hover .eightworks-cookie-consent-plus-toggler-icon.eightworks-cookie-consent-plus-toggler-icon-fingerprint:after {
	position: absolute;
	width: 1px;
	border-radius: 3px;
	background: #e44c4c;
	opacity: .3;
	height: 54%;
	top: 24%;
	left: 0;
	box-shadow: 0px 0px 10px 2px rgba(255, 103, 103, .918);
	content: "";
	-webkit-animation: eightworksCookieConsentMoveUpDown 2s ease infinite;
	animation: eightworksCookieConsentMoveUpDown 2s ease infinite;
}

.eightworks-cookie-consent-plus-toggler:hover .eightworks-cookie-consent-plus-toggler-text {
	padding-left: 20px;
	padding-right: 20px;
	opacity: 1;
	position: relative;
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.eightworks-cookie-consent-plus-toggler > button {
	left: 0;
	right: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
}

.eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-animation-fancy {
	-webkit-animation: 500ms ease 0s 1 eightworksCookieConsentSlideIn;
	animation: 500ms ease 0s 1 eightworksCookieConsentSlideIn;
}

.eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-animation-normal, .eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-animation-fancy {
	-webkit-transition: width 250ms ease;
	transition: width 250ms ease;
}

.eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-animation-normal .eightworks-cookie-consent-plus-toggler-icon, .eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-animation-fancy .eightworks-cookie-consent-plus-toggler-icon {
	transition: -ms-transform 300ms ease;
	transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
	-webkit-transition: -webkit-transform 300ms ease;
}

.eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-animation-normal .eightworks-cookie-consent-plus-toggler-text, .eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-animation-fancy .eightworks-cookie-consent-plus-toggler-text {
	-webkit-transition: opacity 500ms ease, padding 500ms ease, translate 500ms ease;
	transition: opacity 500ms ease, padding 500ms ease, translate 500ms ease;
}

.eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-animation-minimal {
	-webkit-transition: width 100ms ease;
	transition: width 100ms ease;
}

.eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-animation-minimal .eightworks-cookie-consent-plus-toggler-icon {
	transition: -ms-transform 150ms ease;
	transition: -webkit-transform 150ms ease;
	transition: transform 150ms ease;
	-webkit-transition: -webkit-transform 150ms ease;
}

.eightworks-cookie-consent-plus-toggler.eightworks-cookie-consent-plus-toggler-animation-minimal .eightworks-cookie-consent-plus-toggler-text {
	-webkit-transition: opacity 250ms ease, padding 250ms ease, translate 250ms ease;
	transition: opacity 250ms ease, padding 250ms ease, translate 250ms ease;
}

@-webkit-keyframes eightworksCookieConsentSlideIn {
	0% {
		opacity: 0;
		-ms-transform: translateX(-50px) scale(.5);
		-webkit-transform: translateX(-50px) scale(.5);
		transform: translateX(-50px) scale(.5);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateX(0) scale(1);
		-webkit-transform: translateX(0) scale(1);
		transform: translateX(0) scale(1);
	}
}

@keyframes eightworksCookieConsentSlideIn {
	0% {
		opacity: 0;
		-ms-transform: translateX(-50px) scale(.5);
		-webkit-transform: translateX(-50px) scale(.5);
		transform: translateX(-50px) scale(.5);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateX(0) scale(1);
		-webkit-transform: translateX(0) scale(1);
		transform: translateX(0) scale(1);
	}
}

@-webkit-keyframes eightworksCookieConsentSlideInRight {
	0% {
		opacity: 0;
		-ms-transform: translateX(50px) scale(.5);
		-webkit-transform: translateX(50px) scale(.5);
		transform: translateX(50px) scale(.5);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateX(0) scale(1);
		-webkit-transform: translateX(0) scale(1);
		transform: translateX(0) scale(1);
	}
}

@keyframes eightworksCookieConsentSlideInRight {
	0% {
		opacity: 0;
		-ms-transform: translateX(50px) scale(.5);
		-webkit-transform: translateX(50px) scale(.5);
		transform: translateX(50px) scale(.5);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateX(0) scale(1);
		-webkit-transform: translateX(0) scale(1);
		transform: translateX(0) scale(1);
	}
}

@-webkit-keyframes eightworksCookieConsentMoveUpDown {
	0% {
		margin-left: 25%;
		opacity: 0;
	}
	
	25% {
		margin-left: 75%;
		opacity: .8;
	}
	
	50% {
		margin-left: 25%;
		opacity: .8;
	}
	
	100% {
		margin-left: 25%;
		opacity: 0;
	}
}

@keyframes eightworksCookieConsentMoveUpDown {
	0% {
		margin-left: 25%;
		opacity: 0;
	}
	
	25% {
		margin-left: 75%;
		opacity: .8;
	}
	
	50% {
		margin-left: 25%;
		opacity: .8;
	}
	
	100% {
		margin-left: 25%;
		opacity: 0;
	}
}

@-webkit-keyframes eightworksCookieConsentShine {
	10% {
		opacity: 1;
		left: -500px;
		transition-property: left, top, opacity;
		transition-duration: .7s, .7s, .15s;
		transition-timing-function: ease;
	}
	
	50% {
		opacity: 0;
		left: 500px;
		transition-property: left, top, opacity;
	}
	
	100% {
		opacity: 0;
		left: 500px;
		transition-property: left, top, opacity;
	}
}

@keyframes eightworksCookieConsentShine {
	10% {
		opacity: 1;
		left: -500px;
		transition-property: left, top, opacity;
		transition-duration: .7s, .7s, .15s;
		transition-timing-function: ease;
	}
	
	50% {
		opacity: 0;
		left: 500px;
		transition-property: left, top, opacity;
	}
	
	100% {
		opacity: 0;
		left: 500px;
		transition-property: left, top, opacity;
	}
}

.cms-element-image .cms-element-alignment {
	width: 100%;
}

.cms-element-custom-form .not-resizable textarea {
	resize: none;
}

.swag-cms-extensions-quickview-modal {
	padding-right: 0;
}

.swag-cms-extensions-quickview-modal .swag-cms-extensions-quickview-close-button {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 1051;
}

.swag-cms-extensions-quickview-modal .swag-cms-extensions-quickview-close-button button.close {
	font-size: 2rem;
	font-weight: 300;
}

.swag-cms-extensions-quickview-modal .modal-content {
	margin: 0 1.8rem;
	border-radius: 3px;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: none;
}

.swag-cms-extensions-quickview-modal .modal-content .quickview-loading-indicator .loader {
	margin: 3rem;
}

.swag-cms-extensions-quickview-modal .modal-body {
	padding: unset;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.swag-cms-extensions-quickview-modal .quickview-loading-indicator {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.swag-cms-extensions-quickview-container {
	padding: 1rem;
	overflow: hidden;
	overflow-y: auto;
	max-height: 95vh;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-header-headline {
	padding-right: 3rem;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-logo {
	display: none;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-name {
	display: block;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-content {
	margin-top: 1.5rem;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-content--buy-quantity {
	margin-bottom: .5rem;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-product-buy-form {
	padding: 0;
	margin: 0;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-product-buy-form form {
	margin-bottom: .75rem;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-product-buy-container {
	margin-left: 0;
	margin-right: 0;
}

#swag-cms-extensions-quickview-carousel .carousel-control-prev, #swag-cms-extensions-quickview-carousel .carousel-control-next {
	position: fixed;
	opacity: 1;
	background: #fff;
	width: 1.8rem;
	height: 80%;
	top: 10%;
	right: 0;
	border-radius: 3px;
}

#swag-cms-extensions-quickview-carousel .carousel-control-prev .icon, #swag-cms-extensions-quickview-carousel .carousel-control-next .icon {
	width: 29.3333333333px;
	height: 29.3333333333px;
}

#swag-cms-extensions-quickview-carousel .carousel-control-prev .icon-white, #swag-cms-extensions-quickview-carousel .carousel-control-next .icon-white {
	color: #798490;
}

@media (min-width: 1200px) {
	#swag-cms-extensions-quickview-carousel .carousel-control-prev, #swag-cms-extensions-quickview-carousel .carousel-control-next {
		background: none;
		width: 5rem;
	}
	
	#swag-cms-extensions-quickview-carousel .carousel-control-prev .icon, #swag-cms-extensions-quickview-carousel .carousel-control-next .icon {
		width: 5rem;
		height: 5rem;
	}
	
	#swag-cms-extensions-quickview-carousel .carousel-control-prev .icon-white, #swag-cms-extensions-quickview-carousel .carousel-control-next .icon-white {
		color: #f9f9f9;
	}
	
	#swag-cms-extensions-quickview-carousel .carousel-control-prev {
		left: calc(32vw - 25rem);
	}
	
	#swag-cms-extensions-quickview-carousel .carousel-control-next {
		right: calc(32vw - 25rem);
	}
}

@media (min-width: 992px) {
	#swag-cms-extensions-quickview-carousel .carousel-control-prev, #swag-cms-extensions-quickview-carousel .carousel-control-next {
		height: 33%;
		top: 33%;
	}
	
	.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-logo {
		display: block;
	}
	
	.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-name {
		display: none;
	}
	
	.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-product-buy-form {
		padding-top: 1rem;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	#swag-cms-extensions-quickview-carousel .carousel-control-prev, #swag-cms-extensions-quickview-carousel .carousel-control-next {
		width: 3rem;
		height: 50%;
		top: 25%;
	}
}

@media (min-width: 768px) {
	.swag-cms-extensions-quickview-close-button {
		display: none;
	}
	
	.swag-cms-extensions-quickview-container {
		padding: 3rem;
	}
	
	.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-header-headline {
		padding-right: unset;
	}
	
	.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-content--buy-quantity {
		margin-bottom: unset;
	}
	
	.swag-cms-extensions-quickview-modal .modal-content {
		border-radius: unset;
	}
}

@media (min-width: 576px) {
	.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-logo {
		text-align: right;
	}
}

.scroll-navigation-sidebar {
	position: fixed;
	width: 36px;
	right: 20px;
	bottom: 20px;
	padding: 26px 9px;
	border-radius: 50px;
	z-index: 800;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.scroll-navigation-sidebar a, .scroll-navigation-sidebar a:hover {
	text-decoration: none;
	color: #000;
}

.scroll-navigation-sidebar button {
	border: none;
	background-color: transparent;
	padding: 0;
}

.scroll-navigation-sidebar-close, .scroll-navigation-sidebar-list {
	display: none;
}

.scroll-navigation-sidebar-mobile-menu {
	position: absolute;
	display: block;
	height: 50px;
	width: 154px;
	right: 0;
	bottom: 2px;
	border-radius: 12px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	background-color: #fff;
}

.scroll-navigation-sidebar-mobile-button {
	display: inline-block;
	padding: 13px 8px;
}

.scroll-navigation-sidebar-mobile-button:first-child {
	height: 50px;
	padding-left: 16px;
	padding-right: 16px;
	border-right: 1px solid #eee;
}

.scroll-navigation-sidebar-mobile-button:nth-child(2) {
	padding-left: 16px;
}

.scroll-navigation-sidebar-mobile-button:last-child {
	padding-right: 16px;
}

.scroll-navigation-sidebar-mobile-button-icon {
	position: relative;
	top: -3px;
}

.scroll-navigation-sidebar-mobile-button-icon > span {
	color: #000;
}

.scroll-navigation-sidebar.list--visible {
	left: 39px;
	width: auto;
	padding-right: 0;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-mobile-menu {
	display: none;
}

.scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-close {
	position: absolute;
	display: block;
	top: 9px;
	right: 9px;
}

.scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-list {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: auto;
	max-height: 300px;
	padding: 0 12px;
	line-height: 0;
	overflow-y: auto;
	-ms-flex-direction: column;
	flex-direction: column;
}

.scroll-navigation-sidebar-entry {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 20px;
	padding: 22px 9px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.scroll-navigation-sidebar-entry-line {
	position: relative;
	display: block;
	height: 44px;
	margin-right: -5px;
	margin-bottom: -44px;
	border-right: 2px solid #000;
}

.scroll-navigation-sidebar-entry:last-child > .scroll-navigation-sidebar-entry-line {
	border-right: 1px solid transparent;
}

.scroll-navigation-sidebar-entry-bullet {
	display: block;
	height: 8px;
	width: 8px;
	margin-left: 1px;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	border-radius: 50%;
	background-color: #000;
	z-index: 6;
}

.scroll-navigation-sidebar-entry--active > .scroll-navigation-sidebar-entry-bullet {
	background-color: #0584e3;
	-ms-transform: scale(2);
	-webkit-transform: scale(2);
	transform: scale(2);
}

.scroll-navigation-sidebar-entry-label {
	width: 100%;
	left: 26px;
	padding: 22px;
	margin-left: -5px;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.scroll-navigation-sidebar-entry--active > .scroll-navigation-sidebar-entry-label {
	color: #0584e3;
	font-weight: 600;
}

.scroll-navigation-anchor {
	position: relative;
}

.scroll-up-button {
	display: block;
	left: 1.5rem;
	right: auto;
}

@media (min-width: 576px) {
	.scroll-navigation-sidebar.list--visible {
		left: auto;
		width: 422px;
	}
}

@media (min-width: 1200px) {
	.scroll-navigation-sidebar {
		top: 50%;
		left: 39px;
		right: auto;
		bottom: auto;
		padding: 0;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background-color: #fff;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	}
	
	.scroll-navigation-sidebar.list--visible {
		left: 39px;
		width: 36px;
		border-radius: 50px;
	}
	
	.scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-close, .scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-mobile-menu {
		display: none;
	}
	
	.scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-list {
		padding: 12px;
	}
	
	.scroll-navigation-sidebar-close, .scroll-navigation-sidebar-mobile-menu {
		display: none;
	}
	
	.scroll-navigation-sidebar-list {
		position: relative;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		height: auto;
		width: 77px;
		padding: 12px;
		margin-left: -4px;
		line-height: 0;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.scroll-navigation-sidebar-entry {
		width: 64px;
		padding-top: 14px;
		padding-bottom: 14px;
	}
	
	.scroll-navigation-sidebar-entry-bullet {
		margin-left: 0;
	}
	
	.scroll-navigation-sidebar-entry-label {
		opacity: 0;
		padding: 14px;
		border-radius: 3px;
	}
	
	.scroll-navigation-sidebar-entry-line {
		height: 32px;
		margin-bottom: -32px;
		pointer-events: none;
	}
	
	.scroll-navigation-sidebar-entry:hover {
		width: auto;
		margin-right: auto;
	}
	
	.scroll-navigation-sidebar-entry:hover > .scroll-navigation-sidebar-entry-label {
		opacity: 1;
		width: auto;
		margin-left: 12px;
		background-color: #fff;
		box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .15);
		pointer-events: none;
		-webkit-transition: all .2s ease-out;
		transition: all .2s ease-out;
	}
	
	.scroll-navigation-sidebar-entry:last-child > .scroll-navigation-sidebar-entry-line {
		border-right: 2px solid transparent;
	}
	
	.scroll-up-button {
		left: auto;
		right: 1.5rem;
	}
}

.cms-block-s360-dynamic-category-row-block .s360-dynamic-categoryBox__text {
	position: absolute;
	left: 20px;
	top: 20px;
}

.cms-block-s360-dynamic-category-row-block .s360-dynamic-categoryBox__text .s360-dynamic-categoryBox__title, .cms-block-s360-dynamic-category-row-block .s360-dynamic-categoryBox__text .s360-dynamic-categoryBox__subtitle {
	padding-left: 20px;
}

.cms-block-s360-dynamic-category-row-block .s360-dynamic-categoryBox__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.albis-leasing-container {
	position: relative;
	margin: 20px 0;
	background: #fff;
	border: 1px solid #bcc1c7;
	padding: 20px 20px 20px 130px;
	border-radius: 3px;
}

.albis-leasing-container .logo {
	position: absolute;
	left: 10px;
	top: 10px;
}

.albis-leasing-container .text .text-headline {
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}

.albis-leasing-container .actions {
	margin-top: 20px;
}

.albis-rates-container {
	margin-bottom: 30px;
}

.albis-rates-container .albis-rate-radio {
	padding: 0 10px;
}

.albis-rates-container .albis-rate-radio input[type="radio"] {
	display: none;
}

.albis-rates-container .albis-rate-radio label {
	display: block;
	background: #fefefe;
	border-radius: 4px;
	cursor: pointer;
	padding: 30px;
	border: 1px solid #cbcbcb;
	text-align: center;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.albis-rates-container .albis-rate-radio label .rate-price {
	font-size: 20px;
	font-weight: 600;
	color: #495057;
	display: block;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.albis-rates-container .albis-rate-radio label .rate-period {
	display: block;
	color: #798490;
	margin-top: 10px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.albis-rates-container .albis-rate-radio label .rate-prepayment {
	display: block;
	color: #495057;
	margin-top: 10px;
	font-size: 10px;
}

.albis-rates-container .albis-rate-radio input[type="radio"]:checked + label {
	display: block;
	border: 1px solid #0584e3;
	background: rgba(5, 132, 227, .05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.albis-rates-container .albis-rate-radio input[type="radio"]:checked + label .rate-price {
	color: #0584e3;
}

.albis-rates-container .albis-rate-radio input[type="radio"]:checked + label .rate-period {
	color: #4a545b;
}

.albis-rates-prepayment {
	margin-top: 10px;
	margin-bottom: 30px;
}

.is-manufacturer .cms-element-cbax-product-listing .cms-listing-col {
	margin-bottom: 30px;
}

.is-manufacturer .manufacturer-navigation {
	display: none;
	text-align: center;
}

.is-manufacturer .manufacturer-navigation .manufacturer-navigation-panel {
	background: #eee;
	border: 1px solid #bcc1c7;
	border-radius: 3px;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	line-height: 24px;
}

.is-manufacturer .manufacturer-navigation .manufacturer-navigation-panel .btn, .is-manufacturer .manufacturer-navigation .manufacturer-navigation-panel .eightworks-cookie-consent-plus-toggler > button {
	line-height: 15px;
	padding: 5px;
}

@media (min-width: 992px) {
	.is-manufacturer .manufacturer-navigation {
		display: block;
	}
}

.is-manufacturer .manufacturer-box {
	background: #fff;
}

.is-manufacturer .manufacturer-box .card-body {
	padding: 10px;
}

.is-manufacturer .manufacturer-box a {
	text-decoration: none;
}

.is-manufacturer .manufacturer-box .brand-box-image {
	height: 120px;
	margin-bottom: 12px;
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.is-manufacturer .manufacturer-box .brand-box-image img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	max-width: 80%;
	max-height: 100%;
}

.is-manufacturer .manufacturer-box .brand-box-title {
	display: block;
	text-align: center;
	font-size: 14px;
	margin-bottom: 5px;
	color: #000;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
}

.is-manufacturer .manufacturer-box .brand-box-text {
	text-align: center;
	font-size: 14px;
}

.is-manufacturer .column-list .manufacturer-box {
	border: 1px solid #bcc1c7;
	margin-bottom: 15px;
}

.is-manufacturer .manufacturer-slider-box {
	width: 100%;
}

.is-manufacturer .manufacturer-group {
	margin: 0 0 20px 0;
	overflow: hidden;
}

.is-manufacturer .manufacturer-group h2 {
	font-size: 1.3125rem;
}

.is-manufacturer .manufacturer-group .column-main {
	overflow: hidden;
}

.is-manufacturer .manufacturer-group .column-list {
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.is-manufacturer .manufacturer-group .column-list.row, .is-manufacturer .manufacturer-group .column-list.account-content, .is-manufacturer .manufacturer-group .is-act-cartpage .checkout .column-list.checkout-container, .is-act-cartpage .checkout .is-manufacturer .manufacturer-group .column-list.checkout-container, .is-manufacturer .manufacturer-group .is-act-checkoutregisterpage .checkout .column-list.checkout-container, .is-act-checkoutregisterpage .checkout .is-manufacturer .manufacturer-group .column-list.checkout-container, .is-manufacturer .manufacturer-group .is-act-confirmpage .checkout .column-list.checkout-container, .is-act-confirmpage .checkout .is-manufacturer .manufacturer-group .column-list.checkout-container, .is-manufacturer .manufacturer-group .is-ctl-accountorder .checkout .column-list.checkout-container, .is-ctl-accountorder .checkout .is-manufacturer .manufacturer-group .column-list.checkout-container, .is-manufacturer .manufacturer-group .is-act-finishpage .checkout .column-list.checkout-container, .is-act-finishpage .checkout .is-manufacturer .manufacturer-group .column-list.checkout-container {
	width: calc(100% + 40px);
}

@media (min-width: 768px) {
	.is-manufacturer .sidebar-main.off-canvas {
		display: block;
		overflow: inherit;
	}
}

.is-manufacturer .container-main .nav-link {
	padding-left: 0;
}

.is-manufacturer .cms-block-category-navigation {
	display: none;
}

@media (min-width: 992px) {
	.is-manufacturer .cms-block-category-navigation {
		display: block;
	}
}

.is-manufacturer .cms-section-sidebar-mobile-offcanvas .cms-section-sidebar-sidebar-content {
	display: block;
	margin-bottom: 25px;
}

.is-manufacturer .manufacturer-text-index hr, .is-manufacturer .manufacturer-text-detail hr {
	margin-top: 0;
}

.is-manufacturer .manufacturer-index-title h1, .is-manufacturer .manufacturer-detail-title h1 {
	font-size: 24px;
}

.is-manufacturer .manufacturer-text-detail .left-side-item {
	text-align: center;
	max-width: 100%;
	margin-bottom: 20px;
}

.is-manufacturer .manufacturer-text-detail .left-side-item img {
	max-width: 100%;
	display: block;
	max-height: 100%;
	height: auto;
	margin: auto;
}

.is-manufacturer .manufacturer-text-detail .right-side-item {
	margin: 0;
}

@media (min-width: 992px) {
	.is-manufacturer .manufacturer-text-detail .left-side-item {
		margin: 0 20px 20px 0;
		max-width: 200px;
		float: left;
	}
	
	.is-manufacturer .manufacturer-text-detail .left-side-item + .right-side-item {
		margin-left: 250px;
	}
}

.is-manufacturer .manufacturer-text + .premium {
	margin-top: 20px;
	margin-bottom: 0;
}

.is-manufacturer .sidebar-counter {
	float: right;
}

.is-manufacturer .custom-control.custom-checkbox {
	width: 85%;
}

.is-manufacturer .custom-control.custom-checkbox .custom-control-label {
	display: block;
}

.is-manufacturer .filter-panel-items-container {
	margin: 0;
}

.is-manufacturer .filter-panel-items-container .manufacturer-filter-multi-select-list-link {
	display: block;
	overflow: hidden;
}

.is-manufacturer .cms-element-cbax-manufacturer-listing-slider {
	padding: 20px;
}

.is-manufacturer .manufacturer-detail-product-listing .pagination-nav {
	padding-left: 20px;
}

.is-manufacturer .cms-element-cbax-manufacturers-headline {
	display: block;
	font-size: 2em;
	margin-top: .67em;
	margin-bottom: .67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

@media (min-width: 768px) {
	.cms-page .cms-block-cbax-manufacturers-image-text .cms-block-container .col-md-6, .cms-page .cms-block-cbax-manufacturers-image-text .cms-block-container .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .cms-page .cms-block-cbax-manufacturers-image-text .cms-block-container .checkout-aside, .cms-page .cms-block-cbax-manufacturers-image-text .cms-block-container .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .cms-page .cms-block-cbax-manufacturers-image-text .cms-block-container .checkout-aside, .cms-page .cms-block-cbax-manufacturers-image-text .cms-block-container .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .cms-page .cms-block-cbax-manufacturers-image-text .cms-block-container .checkout-additional, .cms-page .cms-block-cbax-manufacturers-image-text .cms-block-container .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .cms-page .cms-block-cbax-manufacturers-image-text .cms-block-container .checkout-aside {
		-ms-flex: unset;
		flex: unset;
		max-width: unset;
	}
	
	.cms-page .cms-block-cbax-manufacturers-image-text .cms-block-container .col-md-6 .cms-element-text, .cms-page .cms-block-cbax-manufacturers-image-text .cms-block-container .is-act-confirmpage .checkout .checkout-aside .cms-element-text, .is-act-confirmpage .checkout .cms-page .cms-block-cbax-manufacturers-image-text .cms-block-container .checkout-aside .cms-element-text, .cms-page .cms-block-cbax-manufacturers-image-text .cms-block-container .is-ctl-accountorder .checkout .checkout-aside .cms-element-text, .is-ctl-accountorder .checkout .cms-page .cms-block-cbax-manufacturers-image-text .cms-block-container .checkout-aside .cms-element-text, .cms-page .cms-block-cbax-manufacturers-image-text .cms-block-container .is-act-finishpage .checkout .checkout-additional .cms-element-text, .is-act-finishpage .checkout .cms-page .cms-block-cbax-manufacturers-image-text .cms-block-container .checkout-additional .cms-element-text, .cms-page .cms-block-cbax-manufacturers-image-text .cms-block-container .is-act-finishpage .checkout .checkout-aside .cms-element-text, .is-act-finishpage .checkout .cms-page .cms-block-cbax-manufacturers-image-text .cms-block-container .checkout-aside .cms-element-text {
		margin-left: 1rem;
	}
}

.offcanvas .manufacturer-filter-panel.filter-panel-items-container {
	padding-bottom: 20px;
}

.offcanvas .manufacturer-filter-panel .custom-control {
	width: 85%;
}

.offcanvas .manufacturer-filter-panel .sidebar-counter {
	float: right;
}

.cbax-product-slider-manufacturer .cbax-product-slider-with-manufacturer {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cbax-manufacturer-breadcrumb {
	padding-left: 20px;
	padding-right: 20px;
}

.s360-manufacturer-box {
	height: 300px;
	border: 1px solid #cfd0d3;
	border-radius: 4px;
	margin-bottom: 40px;
	text-align: center;
	padding: 20px;
	position: relative;
}

.s360-manufacturer-box .s360-manufacturer-box__link {
	display: block;
	height: 100%;
	width: 100%;
}

.s360-manufacturer-box .s360-manufacturer-box__image-wrapper {
	height: 220px;
}

.s360-manufacturer-box .s360-manufacturer-box__image-wrapper img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.s360-manufacturer-box .s360-manufacturer-box__name {
	position: absolute;
	margin-bottom: 0;
	bottom: 20px;
	left: 0;
	right: 0;
}

.sv-dropdown__value {
	color: #000;
}

.sv-root-modern .sv-btn--navigation {
	color: #0584e3;
}

.sv-container-modern__title h3 {
	font-weight: 300;
	font-size: 24px;
}

h4.sv-title .sv-string-viewer {
	font-weight: 300;
	font-size: 20px;
}

h5.sv-title .sv-string-viewer, h5.sv-title .sv-question__num, h5.sv-title .sv-question__required-text {
	font-size: 16px;
	font-weight: normal;
}

h5.sv-title .sv-question__num {
	margin-right: -7px;
}

.sv-question__title {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.sv-question__content {
	margin-left: 0 !important;
}

.is-act-signatureaction .header-main__topbar--background, .is-act-signatureaction .header-search-col, .is-act-signatureaction .header-actions-col, .is-act-signatureaction .nav-main, .is-act-signatureaction #footerColumns {
	display: none !important;
}

.is-act-signatureaction #pdf {
	width: 100%;
	height: 25cm;
}

.is-act-signatureaction .signature-inner {
	max-width: 600px;
	width: calc(100vw - 40px);
	padding: 10px;
	background: #fff;
	border-radius: 4px;
}

.is-act-signatureaction #sign-area {
	border: 1px solid #333;
	width: 580px;
	height: 300px;
}

.is-act-signatureaction .signature-fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
	cursor: pointer;
}

.is-act-signatureaction .grimm-signature-pad-open {
	display: block !important;
}

.is-act-signatureaction #pdf-embed {
	border: 1px solid #333;
	padding: 15px;
}

.is-act-signatureaction #pdf-embed-parent {
	width: 100%;
	height: 100%;
}

.is-act-signatureaction #grimm-pdf-content {
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.is-act-signatureaction #grimm-pdf-loader-background, .is-act-signatureaction #grimm-pdf-loader-foreground {
	position: absolute;
	height: 100vh;
	width: 100vw;
	left: 0;
	top: 0;
}

.is-act-signatureaction #grimmDocumentSignatureModal .btn-primary.btn-lg, .is-act-signatureaction #grimmDocumentSignatureModal .btn-lg.address-editor-select:not(.collapsed), .is-act-signatureaction #grimmDocumentSignatureModal .btn-group-lg > .address-editor-select.btn:not(.collapsed), .is-act-signatureaction #grimmDocumentSignatureModal .eightworks-cookie-consent-plus-toggler.btn-group-lg > button.address-editor-select:not(.collapsed), .is-act-signatureaction #grimmDocumentSignatureModal .eightworks-cookie-consent-plus-toggler > .btn-group-lg > button.address-editor-select:not(.collapsed), .is-act-signatureaction #grimmDocumentSignatureModal .address-editor-select.btn-buy:not(.collapsed), .is-act-signatureaction #grimmDocumentSignatureModal .btn-lg.address-editor-edit:not(.collapsed), .is-act-signatureaction #grimmDocumentSignatureModal .btn-group-lg > .address-editor-edit.btn:not(.collapsed), .is-act-signatureaction #grimmDocumentSignatureModal .eightworks-cookie-consent-plus-toggler.btn-group-lg > button.address-editor-edit:not(.collapsed), .is-act-signatureaction #grimmDocumentSignatureModal .eightworks-cookie-consent-plus-toggler > .btn-group-lg > button.address-editor-edit:not(.collapsed), .is-act-signatureaction #grimmDocumentSignatureModal .address-editor-edit.btn-buy:not(.collapsed), .is-act-signatureaction #grimmDocumentSignatureModal .btn-lg.address-editor-create:not(.collapsed), .is-act-signatureaction #grimmDocumentSignatureModal .btn-group-lg > .address-editor-create.btn:not(.collapsed), .is-act-signatureaction #grimmDocumentSignatureModal .eightworks-cookie-consent-plus-toggler.btn-group-lg > button.address-editor-create:not(.collapsed), .is-act-signatureaction #grimmDocumentSignatureModal .eightworks-cookie-consent-plus-toggler > .btn-group-lg > button.address-editor-create:not(.collapsed), .is-act-signatureaction #grimmDocumentSignatureModal .address-editor-create.btn-buy:not(.collapsed), .is-act-signatureaction #grimmDocumentSignatureModal #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .btn-lg.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary, .is-act-signatureaction #grimmDocumentSignatureModal #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .btn-group-lg > .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary.btn, .is-act-signatureaction #grimmDocumentSignatureModal #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-toggler.btn-group-lg > button.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary, .is-act-signatureaction #grimmDocumentSignatureModal #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-toggler > .btn-group-lg > button.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary, .is-act-signatureaction #grimmDocumentSignatureModal #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary.btn-buy, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .is-act-signatureaction #grimmDocumentSignatureModal .btn-lg.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary, .is-act-signatureaction #grimmDocumentSignatureModal .btn-group-lg > .btn-primary.btn, .is-act-signatureaction #grimmDocumentSignatureModal .btn-group-lg > .btn.address-editor-select:not(.collapsed), .is-act-signatureaction #grimmDocumentSignatureModal .btn-group-lg > .btn.address-editor-edit:not(.collapsed), .is-act-signatureaction #grimmDocumentSignatureModal .btn-group-lg > .btn.address-editor-create:not(.collapsed), .is-act-signatureaction #grimmDocumentSignatureModal #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .btn-group-lg > .btn.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .is-act-signatureaction #grimmDocumentSignatureModal .btn-group-lg > .btn.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary, .is-act-signatureaction #grimmDocumentSignatureModal .eightworks-cookie-consent-plus-toggler.btn-group-lg > button.btn-primary, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .is-act-signatureaction #grimmDocumentSignatureModal .eightworks-cookie-consent-plus-toggler.btn-group-lg > button.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary, .is-act-signatureaction #grimmDocumentSignatureModal .eightworks-cookie-consent-plus-toggler > .btn-group-lg > button.btn-primary, .is-act-signatureaction #grimmDocumentSignatureModal .btn-primary.btn-buy, .is-act-signatureaction #grimmDocumentSignatureModal .btn-buy.address-editor-select:not(.collapsed), .is-act-signatureaction #grimmDocumentSignatureModal .btn-buy.address-editor-edit:not(.collapsed), .is-act-signatureaction #grimmDocumentSignatureModal .btn-buy.address-editor-create:not(.collapsed), .is-act-signatureaction #grimmDocumentSignatureModal #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .btn-buy.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .is-act-signatureaction #grimmDocumentSignatureModal .btn-buy.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary {
	max-width: 300px;
	float: right;
}

.is-act-signatureaction #grimm-pdf-loader-background {
	background: rgba(0, 0, 0, .5);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 999;
}

.is-act-signatureaction #grimm-pdf-loader-foreground {
	z-index: 9999;
	font-size: 24px;
	color: #fff;
	vertical-align: center;
}

.is-act-signatureaction .lds-roller {
	display: inline-block;
	position: absolute;
	width: 80px;
	height: 80px;
	top: calc(100vh / 2 - 130px);
}

.is-act-signatureaction .lds-roller div {
	-webkit-animation: lds-roller 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	animation: lds-roller 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	-ms-transform-origin: 40px 40px;
	-webkit-transform-origin: 40px 40px;
	transform-origin: 40px 40px;
}

.is-act-signatureaction .lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #0284e3;
	margin: -4px 0 0 -4px;
}

.is-act-signatureaction .lds-roller div:nth-child(1) {
	animation-delay: -.036s;
}

.is-act-signatureaction .lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}

.is-act-signatureaction .lds-roller div:nth-child(2) {
	animation-delay: -.072s;
}

.is-act-signatureaction .lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}

.is-act-signatureaction .lds-roller div:nth-child(3) {
	animation-delay: -.108s;
}

.is-act-signatureaction .lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}

.is-act-signatureaction .lds-roller div:nth-child(4) {
	animation-delay: -.144s;
}

.is-act-signatureaction .lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}

.is-act-signatureaction .lds-roller div:nth-child(5) {
	animation-delay: -.18s;
}

.is-act-signatureaction .lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}

.is-act-signatureaction .lds-roller div:nth-child(6) {
	animation-delay: -.216s;
}

.is-act-signatureaction .lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}

.is-act-signatureaction .lds-roller div:nth-child(7) {
	animation-delay: -.252s;
}

.is-act-signatureaction .lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}

.is-act-signatureaction .lds-roller div:nth-child(8) {
	animation-delay: -.288s;
}

.is-act-signatureaction .lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}

@-webkit-keyframes lds-roller {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes lds-roller {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.is-act-signatureaction .order-11 {
	display: none !important;
}

.is-act-signatureaction #iframe-pdf {
	width: 100%;
	height: 70vh;
	border: 1px solid #333;
}

.no-padding-horizontal {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media (min-width: 576px) {
	.no-padding-horizontal-sm {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (min-width: 768px) {
	.no-padding-horizontal-md {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (min-width: 992px) {
	.no-padding-horizontal-lg {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.no-padding-vertical {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

@media (min-width: 576px) {
	.no-padding-vertical-sm {
		padding-top: 0 !important;
		padding-right: 0 !important;
	}
}

@media (min-width: 768px) {
	.no-padding-vertical-md {
		padding-top: 0 !important;
		padding-right: 0 !important;
	}
}

@media (min-width: 992px) {
	.no-padding-vertical-lg {
		padding-top: 0 !important;
		padding-right: 0 !important;
	}
}

.spacer-padding-horizontal {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

@media (min-width: 576px) {
	.spacer-padding-horizontal-sm {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
}

@media (min-width: 768px) {
	.spacer-padding-horizontal-md {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
}

@media (min-width: 992px) {
	.spacer-padding-horizontal-lg {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
}

.spacer-padding-vertical {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

@media (min-width: 576px) {
	.spacer-padding-vertical-sm {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
}

@media (min-width: 768px) {
	.spacer-padding-vertical-md {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
}

@media (min-width: 992px) {
	.spacer-padding-vertical-lg {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
}

.pt-0 {
	padding-top: 0px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-125 {
	padding-top: 125px;
}

.pt-150 {
	padding-top: 150px;
}

@media (min-width: 768px) {
	.pt-md-0 {
		padding-top: 0px;
	}
}

@media (min-width: 768px) {
	.pt-md-10 {
		padding-top: 10px;
	}
}

@media (min-width: 768px) {
	.pt-md-20 {
		padding-top: 20px;
	}
}

@media (min-width: 768px) {
	.pt-md-30 {
		padding-top: 30px;
	}
}

@media (min-width: 768px) {
	.pt-md-40 {
		padding-top: 40px;
	}
}

@media (min-width: 768px) {
	.pt-md-50 {
		padding-top: 50px;
	}
}

@media (min-width: 768px) {
	.pt-md-60 {
		padding-top: 60px;
	}
}

@media (min-width: 768px) {
	.pt-md-70 {
		padding-top: 70px;
	}
}

@media (min-width: 768px) {
	.pt-md-80 {
		padding-top: 80px;
	}
}

@media (min-width: 768px) {
	.pt-md-100 {
		padding-top: 100px;
	}
}

@media (min-width: 768px) {
	.pt-md-125 {
		padding-top: 125px;
	}
}

@media (min-width: 768px) {
	.pt-md-150 {
		padding-top: 150px;
	}
}

@media (min-width: 992px) {
	.pt-lg-0 {
		padding-top: 0px;
	}
}

@media (min-width: 992px) {
	.pt-lg-10 {
		padding-top: 10px;
	}
}

@media (min-width: 992px) {
	.pt-lg-20 {
		padding-top: 20px;
	}
}

@media (min-width: 992px) {
	.pt-lg-30 {
		padding-top: 30px;
	}
}

@media (min-width: 992px) {
	.pt-lg-40 {
		padding-top: 40px;
	}
}

@media (min-width: 992px) {
	.pt-lg-50 {
		padding-top: 50px;
	}
}

@media (min-width: 992px) {
	.pt-lg-60 {
		padding-top: 60px;
	}
}

@media (min-width: 992px) {
	.pt-lg-70 {
		padding-top: 70px;
	}
}

@media (min-width: 992px) {
	.pt-lg-80 {
		padding-top: 80px;
	}
}

@media (min-width: 992px) {
	.pt-lg-100 {
		padding-top: 100px;
	}
}

@media (min-width: 992px) {
	.pt-lg-125 {
		padding-top: 125px;
	}
}

@media (min-width: 992px) {
	.pt-lg-150 {
		padding-top: 150px;
	}
}

.pb-0 {
	padding-bottom: 0px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-125 {
	padding-bottom: 125px;
}

.pb-150 {
	padding-bottom: 150px;
}

@media (min-width: 768px) {
	.pb-md-0 {
		padding-bottom: 0px;
	}
}

@media (min-width: 768px) {
	.pb-md-10 {
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	.pb-md-20 {
		padding-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.pb-md-30 {
		padding-bottom: 30px;
	}
}

@media (min-width: 768px) {
	.pb-md-40 {
		padding-bottom: 40px;
	}
}

@media (min-width: 768px) {
	.pb-md-50 {
		padding-bottom: 50px;
	}
}

@media (min-width: 768px) {
	.pb-md-60 {
		padding-bottom: 60px;
	}
}

@media (min-width: 768px) {
	.pb-md-70 {
		padding-bottom: 70px;
	}
}

@media (min-width: 768px) {
	.pb-md-80 {
		padding-bottom: 80px;
	}
}

@media (min-width: 768px) {
	.pb-md-100 {
		padding-bottom: 100px;
	}
}

@media (min-width: 768px) {
	.pb-md-125 {
		padding-bottom: 125px;
	}
}

@media (min-width: 768px) {
	.pb-md-150 {
		padding-bottom: 150px;
	}
}

@media (min-width: 992px) {
	.pb-lg-0 {
		padding-bottom: 0px;
	}
}

@media (min-width: 992px) {
	.pb-lg-10 {
		padding-bottom: 10px;
	}
}

@media (min-width: 992px) {
	.pb-lg-20 {
		padding-bottom: 20px;
	}
}

@media (min-width: 992px) {
	.pb-lg-30 {
		padding-bottom: 30px;
	}
}

@media (min-width: 992px) {
	.pb-lg-40 {
		padding-bottom: 40px;
	}
}

@media (min-width: 992px) {
	.pb-lg-50 {
		padding-bottom: 50px;
	}
}

@media (min-width: 992px) {
	.pb-lg-60 {
		padding-bottom: 60px;
	}
}

@media (min-width: 992px) {
	.pb-lg-70 {
		padding-bottom: 70px;
	}
}

@media (min-width: 992px) {
	.pb-lg-80 {
		padding-bottom: 80px;
	}
}

@media (min-width: 992px) {
	.pb-lg-100 {
		padding-bottom: 100px;
	}
}

@media (min-width: 992px) {
	.pb-lg-125 {
		padding-bottom: 125px;
	}
}

@media (min-width: 992px) {
	.pb-lg-150 {
		padding-bottom: 150px;
	}
}

.offcanvas-cart-items .cart-item-row [class*="col-"].no-padding-left {
	padding-left: 0;
}

.offcanvas-cart-items .cart-item-row [class*="col-"].no-padding-right {
	padding-right: 0;
}

.offcanvas-cart-items .cart-item-row [class*="col-"].no-padding-horizontal {
	padding-left: 0;
	padding-right: 0;
}

.mt-0 {
	margin-top: 0px;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-125 {
	margin-top: 125px;
}

.mt-150 {
	margin-top: 150px;
}

@media (min-width: 768px) {
	.mt-md-0 {
		margin-top: 0px;
	}
}

@media (min-width: 768px) {
	.mt-md-5 {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.mt-md-10 {
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	.mt-md-20 {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.mt-md-30 {
		margin-top: 30px;
	}
}

@media (min-width: 768px) {
	.mt-md-40 {
		margin-top: 40px;
	}
}

@media (min-width: 768px) {
	.mt-md-50 {
		margin-top: 50px;
	}
}

@media (min-width: 768px) {
	.mt-md-60 {
		margin-top: 60px;
	}
}

@media (min-width: 768px) {
	.mt-md-70 {
		margin-top: 70px;
	}
}

@media (min-width: 768px) {
	.mt-md-80 {
		margin-top: 80px;
	}
}

@media (min-width: 768px) {
	.mt-md-100 {
		margin-top: 100px;
	}
}

@media (min-width: 768px) {
	.mt-md-125 {
		margin-top: 125px;
	}
}

@media (min-width: 768px) {
	.mt-md-150 {
		margin-top: 150px;
	}
}

@media (min-width: 992px) {
	.mt-lg-0 {
		margin-top: 0px;
	}
}

@media (min-width: 992px) {
	.mt-lg-5 {
		margin-top: 5px;
	}
}

@media (min-width: 992px) {
	.mt-lg-10 {
		margin-top: 10px;
	}
}

@media (min-width: 992px) {
	.mt-lg-20 {
		margin-top: 20px;
	}
}

@media (min-width: 992px) {
	.mt-lg-30 {
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
	.mt-lg-40 {
		margin-top: 40px;
	}
}

@media (min-width: 992px) {
	.mt-lg-50 {
		margin-top: 50px;
	}
}

@media (min-width: 992px) {
	.mt-lg-60 {
		margin-top: 60px;
	}
}

@media (min-width: 992px) {
	.mt-lg-70 {
		margin-top: 70px;
	}
}

@media (min-width: 992px) {
	.mt-lg-80 {
		margin-top: 80px;
	}
}

@media (min-width: 992px) {
	.mt-lg-100 {
		margin-top: 100px;
	}
}

@media (min-width: 992px) {
	.mt-lg-125 {
		margin-top: 125px;
	}
}

@media (min-width: 992px) {
	.mt-lg-150 {
		margin-top: 150px;
	}
}

.mb-0 {
	margin-bottom: 0px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-125 {
	margin-bottom: 125px;
}

.mb-150 {
	margin-bottom: 150px;
}

@media (min-width: 768px) {
	.mb-md-0 {
		margin-bottom: 0px;
	}
}

@media (min-width: 768px) {
	.mb-md-5 {
		margin-bottom: 5px;
	}
}

@media (min-width: 768px) {
	.mb-md-10 {
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) {
	.mb-md-20 {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.mb-md-30 {
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) {
	.mb-md-40 {
		margin-bottom: 40px;
	}
}

@media (min-width: 768px) {
	.mb-md-50 {
		margin-bottom: 50px;
	}
}

@media (min-width: 768px) {
	.mb-md-60 {
		margin-bottom: 60px;
	}
}

@media (min-width: 768px) {
	.mb-md-70 {
		margin-bottom: 70px;
	}
}

@media (min-width: 768px) {
	.mb-md-80 {
		margin-bottom: 80px;
	}
}

@media (min-width: 768px) {
	.mb-md-100 {
		margin-bottom: 100px;
	}
}

@media (min-width: 768px) {
	.mb-md-125 {
		margin-bottom: 125px;
	}
}

@media (min-width: 768px) {
	.mb-md-150 {
		margin-bottom: 150px;
	}
}

@media (min-width: 992px) {
	.mb-lg-0 {
		margin-bottom: 0px;
	}
}

@media (min-width: 992px) {
	.mb-lg-5 {
		margin-bottom: 5px;
	}
}

@media (min-width: 992px) {
	.mb-lg-10 {
		margin-bottom: 10px;
	}
}

@media (min-width: 992px) {
	.mb-lg-20 {
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) {
	.mb-lg-30 {
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) {
	.mb-lg-40 {
		margin-bottom: 40px;
	}
}

@media (min-width: 992px) {
	.mb-lg-50 {
		margin-bottom: 50px;
	}
}

@media (min-width: 992px) {
	.mb-lg-60 {
		margin-bottom: 60px;
	}
}

@media (min-width: 992px) {
	.mb-lg-70 {
		margin-bottom: 70px;
	}
}

@media (min-width: 992px) {
	.mb-lg-80 {
		margin-bottom: 80px;
	}
}

@media (min-width: 992px) {
	.mb-lg-100 {
		margin-bottom: 100px;
	}
}

@media (min-width: 992px) {
	.mb-lg-125 {
		margin-bottom: 125px;
	}
}

@media (min-width: 992px) {
	.mb-lg-150 {
		margin-bottom: 150px;
	}
}

.ml-0 {
	margin-left: 0px;
}

.ml-5 {
	margin-left: 5px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-40 {
	margin-left: 40px;
}

.ml-50 {
	margin-left: 50px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-70 {
	margin-left: 70px;
}

.ml-80 {
	margin-left: 80px;
}

.ml-100 {
	margin-left: 100px;
}

.ml-125 {
	margin-left: 125px;
}

.ml-150 {
	margin-left: 150px;
}

@media (min-width: 768px) {
	.ml-md-0 {
		margin-left: 0px;
	}
}

@media (min-width: 768px) {
	.ml-md-5 {
		margin-left: 5px;
	}
}

@media (min-width: 768px) {
	.ml-md-10 {
		margin-left: 10px;
	}
}

@media (min-width: 768px) {
	.ml-md-20 {
		margin-left: 20px;
	}
}

@media (min-width: 768px) {
	.ml-md-30 {
		margin-left: 30px;
	}
}

@media (min-width: 768px) {
	.ml-md-40 {
		margin-left: 40px;
	}
}

@media (min-width: 768px) {
	.ml-md-50 {
		margin-left: 50px;
	}
}

@media (min-width: 768px) {
	.ml-md-60 {
		margin-left: 60px;
	}
}

@media (min-width: 768px) {
	.ml-md-70 {
		margin-left: 70px;
	}
}

@media (min-width: 768px) {
	.ml-md-80 {
		margin-left: 80px;
	}
}

@media (min-width: 768px) {
	.ml-md-100 {
		margin-left: 100px;
	}
}

@media (min-width: 768px) {
	.ml-md-125 {
		margin-left: 125px;
	}
}

@media (min-width: 768px) {
	.ml-md-150 {
		margin-left: 150px;
	}
}

@media (min-width: 992px) {
	.ml-lg-0 {
		margin-left: 0px;
	}
}

@media (min-width: 992px) {
	.ml-lg-5 {
		margin-left: 5px;
	}
}

@media (min-width: 992px) {
	.ml-lg-10 {
		margin-left: 10px;
	}
}

@media (min-width: 992px) {
	.ml-lg-20 {
		margin-left: 20px;
	}
}

@media (min-width: 992px) {
	.ml-lg-30 {
		margin-left: 30px;
	}
}

@media (min-width: 992px) {
	.ml-lg-40 {
		margin-left: 40px;
	}
}

@media (min-width: 992px) {
	.ml-lg-50 {
		margin-left: 50px;
	}
}

@media (min-width: 992px) {
	.ml-lg-60 {
		margin-left: 60px;
	}
}

@media (min-width: 992px) {
	.ml-lg-70 {
		margin-left: 70px;
	}
}

@media (min-width: 992px) {
	.ml-lg-80 {
		margin-left: 80px;
	}
}

@media (min-width: 992px) {
	.ml-lg-100 {
		margin-left: 100px;
	}
}

@media (min-width: 992px) {
	.ml-lg-125 {
		margin-left: 125px;
	}
}

@media (min-width: 992px) {
	.ml-lg-150 {
		margin-left: 150px;
	}
}

.mr-0 {
	margin-right: 0px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-40 {
	margin-right: 40px;
}

.mr-50 {
	margin-right: 50px;
}

.mr-60 {
	margin-right: 60px;
}

.mr-70 {
	margin-right: 70px;
}

.mr-80 {
	margin-right: 80px;
}

.mr-100 {
	margin-right: 100px;
}

.mr-125 {
	margin-right: 125px;
}

.mr-150 {
	margin-right: 150px;
}

@media (min-width: 768px) {
	.mr-md-0 {
		margin-right: 0px;
	}
}

@media (min-width: 768px) {
	.mr-md-5 {
		margin-right: 5px;
	}
}

@media (min-width: 768px) {
	.mr-md-10 {
		margin-right: 10px;
	}
}

@media (min-width: 768px) {
	.mr-md-20 {
		margin-right: 20px;
	}
}

@media (min-width: 768px) {
	.mr-md-30 {
		margin-right: 30px;
	}
}

@media (min-width: 768px) {
	.mr-md-40 {
		margin-right: 40px;
	}
}

@media (min-width: 768px) {
	.mr-md-50 {
		margin-right: 50px;
	}
}

@media (min-width: 768px) {
	.mr-md-60 {
		margin-right: 60px;
	}
}

@media (min-width: 768px) {
	.mr-md-70 {
		margin-right: 70px;
	}
}

@media (min-width: 768px) {
	.mr-md-80 {
		margin-right: 80px;
	}
}

@media (min-width: 768px) {
	.mr-md-100 {
		margin-right: 100px;
	}
}

@media (min-width: 768px) {
	.mr-md-125 {
		margin-right: 125px;
	}
}

@media (min-width: 768px) {
	.mr-md-150 {
		margin-right: 150px;
	}
}

@media (min-width: 992px) {
	.mr-lg-0 {
		margin-right: 0px;
	}
}

@media (min-width: 992px) {
	.mr-lg-5 {
		margin-right: 5px;
	}
}

@media (min-width: 992px) {
	.mr-lg-10 {
		margin-right: 10px;
	}
}

@media (min-width: 992px) {
	.mr-lg-20 {
		margin-right: 20px;
	}
}

@media (min-width: 992px) {
	.mr-lg-30 {
		margin-right: 30px;
	}
}

@media (min-width: 992px) {
	.mr-lg-40 {
		margin-right: 40px;
	}
}

@media (min-width: 992px) {
	.mr-lg-50 {
		margin-right: 50px;
	}
}

@media (min-width: 992px) {
	.mr-lg-60 {
		margin-right: 60px;
	}
}

@media (min-width: 992px) {
	.mr-lg-70 {
		margin-right: 70px;
	}
}

@media (min-width: 992px) {
	.mr-lg-80 {
		margin-right: 80px;
	}
}

@media (min-width: 992px) {
	.mr-lg-100 {
		margin-right: 100px;
	}
}

@media (min-width: 992px) {
	.mr-lg-125 {
		margin-right: 125px;
	}
}

@media (min-width: 992px) {
	.mr-lg-150 {
		margin-right: 150px;
	}
}

.is-tax--net .b2c-only {
	display: none;
}

.is-tax--gross .b2b-only {
	display: none;
}

.container, .cms-section .boxed, .s360-megamenu--boxed, .s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .s360-megamenu__dropdown-menu--container, .s360-megamenu--boxed, .s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .s360-megamenu__dropdown-menu--container {
	max-width: 1265px;
}

@media (min-width: 1200px) {
	.account-content .account-content-main, .is-act-checkoutregisterpage .checkout .checkout-aside, .is-act-confirmpage .checkout .checkout-main, .is-act-editorder .checkout .checkout-main {
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.is-act-confirmpage .checkout .checkout-main, .is-ctl-accountorder .checkout .checkout-main, .is-act-finishpage .checkout .checkout-main {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
}

@media (min-width: 768px) {
	.is-act-confirmpage .checkout .checkout-aside, .is-act-editorder .checkout .checkout-aside {
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.is-act-confirmpage .checkout .checkout-aside, .is-act-editorder .checkout .checkout-aside {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-aside, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional, .col-sm-7, .is-act-finishpage .checkout .checkout-additional, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .is-act-checkoutregisterpage .checkout .checkout-aside, .col-md-5, .is-act-cartpage .checkout .checkout-aside, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .account-content .account-content-aside, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .is-act-cartpage .checkout .checkout-main, .is-act-checkoutregisterpage .checkout .checkout-main, .is-act-confirmpage .checkout .checkout-main, .is-ctl-accountorder .checkout .checkout-main, .is-act-finishpage .checkout .checkout-main, .col-lg-9, .account-content .account-content-main, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	padding-left: 20px;
	padding-right: 20px;
}

.row, .account-content, .is-act-cartpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-confirmpage .checkout .checkout-container, .is-ctl-accountorder .checkout .checkout-container, .is-act-finishpage .checkout .checkout-container {
	margin-left: -20px;
	margin-right: -20px;
}

.row.no-gutters, .no-gutters.account-content, .is-act-cartpage .checkout .no-gutters.checkout-container, .is-act-checkoutregisterpage .checkout .no-gutters.checkout-container, .is-act-confirmpage .checkout .no-gutters.checkout-container, .is-ctl-accountorder .checkout .no-gutters.checkout-container, .is-act-finishpage .checkout .no-gutters.checkout-container {
	margin-left: 0;
	margin-right: 0;
}

.account-content, .is-act-cartpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-confirmpage .checkout .checkout-container, .is-ctl-accountorder .checkout .checkout-container, .is-act-finishpage .checkout .checkout-container {
	margin-left: -7px;
	margin-right: -7px;
}

.account-content.no-gutters, .is-act-cartpage .checkout .checkout-container.no-gutters, .is-act-checkoutregisterpage .checkout .checkout-container.no-gutters, .is-act-confirmpage .checkout .checkout-container.no-gutters, .is-ctl-accountorder .checkout .checkout-container.no-gutters, .is-act-finishpage .checkout .checkout-container.no-gutters {
	margin-left: 0;
	margin-right: 0;
}

.is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-additional, .is-act-finishpage .checkout .checkout-additional, .is-act-cartpage .checkout .checkout-aside, .is-act-checkoutregisterpage .checkout .checkout-aside, .account-content .account-content-aside, .is-act-cartpage .checkout .checkout-main, .is-act-checkoutregisterpage .checkout .checkout-main, .is-act-confirmpage .checkout .checkout-main, .is-ctl-accountorder .checkout .checkout-main, .is-act-finishpage .checkout .checkout-main, .account-content .account-content-main {
	padding-left: 7px;
	padding-right: 7px;
}

.is-act-confirmpage .checkout .checkout-additional .is-act-editorder .checkout .checkout-additional {
	padding: 0;
}

@media (max-width: 991.98px) {
	.is-act-confirmpage .checkout .checkout-additional .is-act-editorder .checkout .checkout-additional {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.cart-header-row, .cart-item-row {
	margin-left: -15px;
	margin-right: -15px;
}

.cart-header-row.no-gutters, .cart-item-row.no-gutters {
	margin-left: 0;
	margin-right: 0;
}

.cart-header-row > .col, .is-act-confirmpage .checkout .cart-header-row > .checkout-aside, .is-ctl-accountorder .checkout .cart-header-row > .checkout-aside, .is-act-finishpage .checkout .cart-header-row > .checkout-aside, .cart-header-row > [class*="col-"], .cart-item-row > .col, .is-act-confirmpage .checkout .cart-item-row > .checkout-aside, .is-ctl-accountorder .checkout .cart-item-row > .checkout-aside, .is-act-finishpage .checkout .cart-item-row > .checkout-aside, .cart-item-row > [class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 992px) {
	.is-act-confirmpage .checkout .checkout-additional, .is-act-editorder .checkout .checkout-additional {
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.is-act-confirmpage .checkout .checkout-additional, .is-act-editorder .checkout .checkout-additional, .is-act-finishpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.is-act-confirmpage .checkout .checkout-main, .is-act-editorder .checkout .checkout-main {
		margin-left: 0 !important;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.top-bar-nav {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	font-size: .8rem;
	color: #000;
	font-weight: 300;
}

.top-bar-nav #top-bar-nav__item1 .top-bar-nav__label {
	margin-bottom: 0;
}

.top-bar-nav #top-bar-nav__item2 {
	justify-self: center;
}

.top-bar-nav .support-link {
	color: #000;
}

.top-bar-nav #top-bar-nav__item3 {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.top-bar-nav .custom-switch {
	padding-left: 0;
}

.top-bar-nav .top-bar-nav-icon {
	padding-right: 10px;
}

.top-bar-nav .custom-control-label {
	margin-left: 40px;
}

.top-bar-nav .icon > svg {
	top: 0;
}

.top-bar-nav .icon {
	margin-right: 4px;
}

.top-bar-nav-list {
	margin: 0;
	padding: 0;
	list-style: none;
	-ms-flex-align: center;
	align-items: center;
}

.top-bar-nav-list li {
	padding-right: 10px;
	padding-left: 10px;
}

.top-bar-nav-list li a {
	color: #000;
}

.header-main__topbar--background {
	background-color: #e4e4e4;
}

.is-tax--gross .label-b2c {
	font-weight: 400;
}

.is-tax--net .label-b2b {
	font-weight: 400;
}

@media (min-width: 992px) {
	.header-main__topbar--background {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.top-bar-nav .label-b2c::before {
		background-color: #fff !important;
		border: 1px solid #0584e3 !important;
	}
	
	.top-bar-nav .label-b2c::after {
		background-color: #0584e3 !important;
	}
}

@media (min-width: 1200px) {
	.top-bar-nav-list__item {
		border-right: 1px solid #4a545b;
	}
}

.header-logo-col {
	padding: 0;
}

.header-search {
	margin-top: 0px;
	margin-bottom: 16px;
}

.input-group {
	height: 38px;
}

.input-group .form-control, .input-group .input-group-append {
	height: 100%;
}

.header-search-btn.btn, .eightworks-cookie-consent-plus-toggler > button.header-search-btn {
	border-color: #e4e4e4;
}

.header-search-btn.btn .icon > svg, .eightworks-cookie-consent-plus-toggler > button.header-search-btn .icon > svg {
	top: 4px;
}

.header-main .header-search-btn.btn, .header-main .eightworks-cookie-consent-plus-toggler > button.header-search-btn {
	border-color: #9b9b9b;
}

@media (min-width: 992px) {
	.header-search {
		margin-top: 16px;
	}
}

@media (min-width: 576px) and (max-width: 991.98px) {
	.header-search {
		max-width: 800px;
	}
}

.header-search-col .collapse:not(.show) {
	display: block;
}

.header-search-form .header-search-input {
	font-size: 16px;
	border-color: #9b9b9b;
}

.header-search-form .header-search-input::-moz-placeholder, .header-search-form .header-search-input::placeholder, .header-search-form .header-search-input::-webkit-input-placeholder, .header-search-form .header-search-input:-moz-placeholder, .header-search-form .header-search-input:-ms-input-placeholder, .header-search-form .header-search-input::-ms-input-placeholder {
	font-style: italic;
	font-weight: 300;
	color: #5b5b5b;
}

@media (min-width: 1200px) {
	.header-search-form .header-search-input {
		font-size: 12px;
	}
}

.header-search-input:focus, .header-search-input:focus ~ .input-group-append .header-search-btn, .header-search-input--filter:focus, .header-search-input--filter:focus ~ .input-group-append .header-search-btn {
	border-color: #0284e3;
}

.header-search-input--filter {
	border-right: 0;
}

.header-search-btn {
	padding-top: .1rem;
	padding-bottom: .1rem;
}

.header-search-icon {
	color: #0284e3;
}

.header-search-icon .icon-suche.icon-sm, .header-search-icon .navigation-offcanvas-link-icon .icon-suche.loader, .navigation-offcanvas-link-icon .header-search-icon .icon-suche.loader {
	width: 20px;
	height: 20px;
}

.header-row {
	padding-top: 0;
	padding-bottom: 0;
}

.header-actions-col p {
	color: #000;
	font-weight: 300;
}

.header-actions-col .badge-primary {
	background-color: #0584e3;
}

.header-actions-col .badge {
	font-weight: 400;
}

.btn.nav-main-toggle-btn, .eightworks-cookie-consent-plus-toggler > button.nav-main-toggle-btn {
	background-color: #9b9b9b;
	padding-right: 8px;
	padding-left: 8px;
	border: none;
	margin-right: 15px;
}

.btn.nav-main-toggle-btn .icon, .eightworks-cookie-consent-plus-toggler > button.nav-main-toggle-btn .icon {
	color: #fff;
}

.header-cart-btn, .header-actions-btn {
	font-weight: 400;
}

.account-menu-btn.header-actions-btn, .header-cart-btn.header-actions-btn {
	line-height: 1.5rem;
}

.menu-button {
	margin-bottom: 16px;
}

.btn .icon.icon-mein_konto, .eightworks-cookie-consent-plus-toggler > button .icon.icon-mein_konto, .btn .icon.icon-warenkorb, .eightworks-cookie-consent-plus-toggler > button .icon.icon-warenkorb {
	color: #9b9b9b;
}

.header-logo-main {
	width: 163px;
}

.header-logo-main .header-logo-main-link {
	display: block;
	height: 100%;
}

.btn .header-cart-badge, .eightworks-cookie-consent-plus-toggler > button .header-cart-badge {
	font-weight: 400;
	top: -5px;
}

.icon.icon-mein-konto > svg path {
	fill: none;
}

@media (min-width: 576px) {
	.header-cart-badge {
		display: block;
	}
}

@media (min-width: 992px) {
	.header-search-input, .header-search-input--filter {
		font-size: .9rem;
	}
	
	.header-row {
		padding-top: 20px;
		padding-bottom: 5px;
	}
	
	.header-cart .header-cart-badge {
		right: 20px;
	}
	
	.hidden-lg-up {
		visibility: hidden;
		height: 0px;
	}
	
	.header-logo-main {
		width: 250px;
	}
	
	.header-actions-col > div {
		width: 104px;
	}
	
	.header-actions-col > .col-auto {
		text-align: center;
	}
	
	.header-actions-col .icon-warenkorb svg, .header-actions-col .icon-mein_konto svg {
		top: 0;
	}
}

@media (min-width: 1200px) {
	.header-logo-main {
		width: 280px;
	}
}

@media (max-width: 991.98px) {
	.header-actions-col {
		width: 280px;
	}
	
	.header-actions-col .icon > svg {
		position: static;
	}
	
	.btn .header-cart-badge, .eightworks-cookie-consent-plus-toggler > button .header-cart-badge {
		top: -1px;
	}
	
	header.header-main {
		position: sticky;
		position: -webkit-sticky;
		top: 0;
	}
}

.header-minimal {
	background: #f5f5f5;
}

.header-minimal .header-row {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: -7px;
	margin-right: -7px;
}

@media (min-width: 992px) {
	.header-minimal .header-row {
		padding-bottom: 20px;
	}
}

.header-minimal [class*="col-"] {
	padding-left: 7px;
	padding-right: 7px;
}

.header-minimal-logo {
	margin-bottom: 0;
}

.header-minimal-contact {
	display: block;
	font-size: 14px;
}

@media (min-width: 992px) {
	.header-minimal-contact {
		font-size: 12px;
	}
}

.header-minimal-contact .icon {
	margin-top: -7px;
	margin-right: 7px;
}

.header-minimal .header-minimal-back-to-shop-button {
	background: transparent;
	border: 2px solid #0584e3;
	font-weight: 600;
	padding: 0 40px;
	color: #0584e3;
}

.header-minimal .header-minimal-back-to-shop-button:hover, .header-minimal .header-minimal-back-to-shop-button:active {
	color: #000;
}

.header-main, .main-navigation {
	background-color: #f5f5f5;
}

.main-navigation {
	padding-bottom: 32px;
}

.main-navigation-menu {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.main-navigation-menu .s360-megamenu__link {
	text-transform: uppercase;
}

.s360-megamenu__dropdown.s360-megamenu__link {
	margin-bottom: 0;
}

.navigation-offcanvas .offcanvas-close__title::before {
	content: "";
	content: "Kategorien";
	position: absolute;
	position: relative;
	display: block;
}

.navigation-offcanvas-actions #currenciesDropdown-offcanvas {
	display: none;
}

.navigation-offcanvas-container .navigation-offcanvas-list-item {
	border: none;
	color: #000;
	font-weight: 300;
	position: relative;
}

.navigation-offcanvas-container .navigation-offcanvas-list-item .navigation-offcanvas-link[title~="Sale"] {
	color: #dd495b;
}

.navigation-offcanvas-container .navigation-offcanvas-list-item .is-current-category {
	font-weight: 400;
	color: #000;
	text-decoration: underline;
}

.navigation-offcanvas-container .navigation-offcanvas-list-item::after, .navigation-offcanvas-container .is-back-link.navigation-offcanvas-link.js-navigation-offcanvas-link::after {
	content: "";
	background-color: #f7f7f7;
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	height: 2px;
}

.navigation-offcanvas-container .navigation-offcanvas-list-item:last-child:after {
	content: none;
}

.navigation-offcanvas-container .navigation-offcanvas-headline {
	display: none;
}

.navigation-offcanvas-container .navigation-offcanvas-overlay .is-home-link {
	display: none;
}

.navigation-offcanvas-container .navigation-offcanvas-overlay .is-back-link {
	font-weight: 300;
	border-color: #f7f7f7;
	border-width: 2px;
	color: #000;
}

.navigation-offcanvas-container .is-back-link.navigation-offcanvas-link.js-navigation-offcanvas-link {
	color: #000;
	font-weight: 300;
	border: none;
	position: relative;
}

.navigation-offcanvas-container .is-home-link.navigation-offcanvas-link.js-navigation-offcanvas-link {
	display: none;
}

.navigation-offcanvas-container .is-current-category {
	padding-top: 20px;
}

.private-customer-link-container {
	margin-top: 20px;
	height: 25px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.private-customer-link-container .icon > svg {
	position: static;
}

.private-customer-link {
	color: #000;
	font-weight: 300;
}

div.nav-main {
	position: relative;
}

@media (min-width: 992px) {
	header.header-main {
		position: relative;
	}
	
	.main-navigation-menu .s360-megamenu__link {
		padding: 10px 0;
	}
	
	.main-navigation-menu .s360-megamenu__link.active {
		text-decoration: underline;
		text-underline-offset: 1px;
	}
	
	.s360-megamenu__link.active, .s360-megamenu-sub-category__title.active, .s360-megamenu__category-column__title.active {
		text-decoration: underline;
		text-underline-offset: 1px;
	}
	
	.s360-megamenu--align-start .s360-megamenu-nav {
		padding-left: 13px;
		padding-right: 13px;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.s360-megamenu--align-start .s360-megamenu-nav:after {
		content: none;
	}
}

.navigation-flyout-content {
	padding: 0;
}

.navigation-flyout-content .icon-xs {
	width: 10px;
	height: 10px;
}

.navigation-offcanvas-link-icon {
	padding-right: 5px;
}

.offcanvas-content-container .icon-pfeil_rechts, .offcanvas-content-container .icon-pfeil_links {
	width: 7px;
	height: 13px;
}

.offcanvas-content-container .icon-pfeil_rechts:hover, .offcanvas-content-container .icon-pfeil_links:hover {
	color: #0284e3;
}

.offcanvas-content-container .navigation-offcanvas-link {
	color: #000;
}

@media (min-width: 992px) {
	.s360-megamenu__item.s360-megamenu-sub-category:hover .s360-megamenu_showall {
		color: #0284e3;
	}
	
	.s360-megamenu__link:hover {
		text-decoration: underline;
	}
	
	.s360-megamenu__dropdown-menu {
		left: 0 !important;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.s360-megamenu__dropdown-menu .navigation-flyout-bar {
		display: none;
	}
	
	.s360-megamenu__dropdown-menu > .container, .cms-section .s360-megamenu__dropdown-menu > .boxed, .s360-megamenu__dropdown-menu > .s360-megamenu--boxed, .s360-megamenu__dropdown-menu > .s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .s360-megamenu__dropdown-menu > .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .s360-megamenu__dropdown-menu > .s360-megamenu__dropdown-menu--container {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.s360-megamenu__dropdown-menu .navigation-flyout-content {
		overflow: hidden;
		margin: 0;
	}
	
	.s360-megamenu__dropdown-menu .navigation-flyout-content > .container, .s360-megamenu__dropdown-menu .cms-section .navigation-flyout-content > .boxed, .cms-section .s360-megamenu__dropdown-menu .navigation-flyout-content > .boxed, .s360-megamenu__dropdown-menu .navigation-flyout-content > .s360-megamenu--boxed, .s360-megamenu__dropdown-menu .navigation-flyout-content > .s360-megamenu--width-auto, .s360-megamenu__dropdown-menu .s360-megamenu__dropdown--fullwidth .navigation-flyout-content > .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--fullwidth .s360-megamenu__dropdown-menu .navigation-flyout-content > .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown-menu .s360-megamenu__dropdown--boxed .navigation-flyout-content > .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .s360-megamenu__dropdown-menu .navigation-flyout-content > .s360-megamenu__dropdown-menu--container {
		padding: 0;
		width: 100%;
	}
	
	.s360-megamenu__dropdown-menu .navigation-flyout-content .s360-megamenu__link--level3, .s360-megamenu__dropdown-menu .navigation-flyout-content .s360-megamenu__category-column__title {
		font-weight: 600;
		margin-bottom: 0px;
		color: #000;
	}
	
	.s360-megamenu__dropdown-menu .navigation-flyout-content .s360-megamenu__link--level3:hover, .s360-megamenu__dropdown-menu .navigation-flyout-content .s360-megamenu__category-column__title:hover {
		text-decoration: underline;
	}
	
	.s360-megamenu__dropdown-menu .navigation-flyout-content .s360-megamenu__link--level4 {
		font-weight: 300;
		margin-bottom: 8px !important;
	}
	
	.s360-megamenu__dropdown-menu .navigation-flyout-content .s360-megamenu__link--level4.s360-remaining-category {
		margin-bottom: 20px !important;
	}
	
	.s360-megamenu__dropdown-menu .navigation-flyout-content .s360-megamenu-sub-category .s360-megamenu-sub-categories {
		padding-top: 10px;
		padding-bottom: 0px;
		padding-left: 10px;
	}
	
	.s360-megamenu__dropdown-menu .navigation-flyout-content .s360-megamenu__columns__rows.s360-megamenu-sub-categories:first-child {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		height: 458px;
		width: 100%;
		max-width: 100%;
		padding-top: 24px;
	}
	
	.s360-megamenu__dropdown-menu .navigation-flyout-content .s360-megamenu-sub-category {
		padding: 0;
	}
	
	.s360-megamenu__dropdown-menu .s360-megamenu-sub-category {
		-ms-flex: none;
		flex: none;
	}
	
	.s360-megamenu_showall {
		font-style: italic;
		font-weight: 300;
		font-size: 14px;
		color: #0284e3;
	}
	
	.s360-megamenu_showall:hover {
		color: #015897 !important;
	}
	
	.s360-mega-menu__flyout__side-col {
		display: none;
	}
	
	.s360-mega-menu__flyout-main-content-row {
		margin-left: 0;
		margin-right: 0;
	}
	
	.s360-mega-menu__flyout-main-content {
		padding-left: 0;
		padding-right: 0;
	}
	
	.s360-mega-menu__flyout-main-content {
		-ms-flex: none;
		flex: none;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.s360-mega-menu__flyout-main-content > .s360-megamenu__columns__rows.s360-megamenu-sub-categories {
		width: 100% !important;
		max-width: 100%;
		margin-right: -20px;
		z-index: 2;
		background-color: transparent;
	}
	
	.s360-mega-menu__flyout-main-content > .s360-megamenu__columns__rows.s360-megamenu-sub-categories > .s360-megamenu__item.s360-megamenu-sub-category {
		width: 20%;
		padding: 0px 30px 20px 16px;
	}
	
	.s360-menu-border-grid {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.s360-menu-border-grid .s360-menu-border-grid-col {
		width: 20%;
		border-right: 1px solid #e4e4e4;
	}
	
	.s360-megamenu__dropdown-menu .navigation-flyout-content .s360-megamenu-sub-category.s360-remaining-category-wrapper .s360-megamenu-sub-categories {
		padding-left: 0;
	}
	
	.navigation-flyout-content .s360-megamenu__column {
		padding: 24px 16px 5px 15px;
		border-right: 1px solid #e4e4e4;
		width: 20%;
		-ms-flex: none;
		flex: none;
	}
	
	.navigation-flyout-content .s360-megamenu__column:last-child {
		border-right: none;
	}
	
	.s360-megamenu__category-column {
		padding-bottom: 15px;
	}
	
	.s360-megamenu__category-column .s360-megamenu__category-column__categories {
		padding-left: 10px;
		padding-top: 15px;
	}
	
	.s360-megamenu__category-column .s360-megamenu_showall {
		padding-left: 10px;
	}
	
	.s360-megamenu__category-column__title {
		display: block;
	}
}

@media screen and (min-width: 1265px) {
	.s360-mega-menu__flyout__side-col {
		display: block;
		position: relative;
	}
	
	.no-last-border .s360-mega-menu__flyout-main-content > .s360-megamenu__columns__rows.s360-megamenu-sub-categories > .s360-megamenu__item.s360-megamenu-sub-category:last-child {
		border-right: none;
	}
	
	.megamenu-right-col__image-bottom-wrapper {
		position: absolute;
		top: 224px;
	}
	
	.s360-mega-menu-side-col__big-img-wrapper {
		width: 490px;
		padding: 0 16px;
		text-align: right;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
	}
	
	.megamenu-right-col__img--big {
		width: 100%;
		border-radius: 5px;
	}
	
	.s360-megamenu-newsletter-col, .megamenu-right-col__image-bottom-wrapper {
		display: block;
		width: 245px;
		height: 224px;
		border: none;
		padding: 0 16px;
	}
	
	.megamenu-right-col__image-bottom-wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.megamenu-right-col__image-bottom-wrapper .img-fluid {
		border-radius: 5px;
		object-fit: cover;
		max-height: 100%;
		object-position: center;
	}
	
	.megamenu-right-col__image-bottom-wrapper .img-fluid:hover {
		opacity: .9;
	}
	
	.s360-megamenu-newsletter-col {
		padding-top: 24px;
	}
	
	.s360-megamenu-newsletter-col img {
		border-radius: 5px;
		margin-bottom: 15px;
	}
	
	.s360-megamenu-newsletter-col img:hover {
		opacity: .9;
	}
	
	.s360-megamenu-newsletter-col .s360-megamenu-newsletter-col__link {
		color: #4a4a4a;
		text-decoration: none;
		display: block;
	}
	
	.s360-megamenu-newsletter-col .s360-megamenu-newsletter-col__link .img-fluid {
		height: 144px;
		object-fit: cover;
	}
	
	.s360-megamenu-newsletter-col .s360-megamenu-newsletter-col__link:hover {
		color: #0284e3;
	}
	
	.s360-megamenu-newsletter-col .s360-megamenu-newsletter-col__link:hover #arrow-right {
		stroke: #0284e3;
	}
	
	.s360-megamenu-newsletter-col .s360-megamenu-newsletter-col__link .s360-megamenu-newsletter-col__text {
		color: inherit;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		margin-left: 5px;
		width: 147px;
	}
	
	.s360-megamenu-newsletter-col .s360-megamenu-newsletter-col__link .icon {
		-ms-flex-item-align: start;
		align-self: start;
		margin-top: 3px;
	}
	
	.s360-mega-menu__flyout-main-content > .s360-megamenu__columns__rows.s360-megamenu-sub-categories > .s360-megamenu__item.s360-megamenu-sub-category {
		width: 245px;
	}
}

.footer-main {
	border: none;
	background-color: #e4e4e4;
}

.footer-main a {
	color: #000;
}

.footer-main .icon-xs {
	width: 13px;
	height: 13px;
}

.footer-main #footerColumns {
	border-bottom: none;
	font-weight: 300;
}

.footer-main #footerColumns .icon > svg {
	top: 0px;
}

.footer-main #footerColumns .icon-telefon, .footer-main #footerColumns .icon-mail {
	width: 15px;
	height: 15px;
}

.footer-main #footerColumns .icon-telefon svg, .footer-main #footerColumns .icon-mail svg {
	top: 2px;
}

.footer-main #footerColumns .footer-column-headline {
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 400;
	font-size: .9rem;
	margin-bottom: 0;
}

.footer-main #footerColumns .footer-column__contact, .footer-main #footerColumns .footer-column__payment {
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-main #footerColumns .footer-column__contact .footer-column-headline, .footer-main #footerColumns .footer-column__payment .footer-column-headline {
	padding-top: 0;
}

.footer-main #footerColumns .footer-column__contact .footer-column-content-inner, .footer-main #footerColumns .footer-column__payment .footer-column-content-inner {
	padding-bottom: 0;
}

.footer-main #footerColumns .support--headline {
	padding-top: 24px;
}

.footer-main #footerColumns .footer-column-content-inner_supporttext, .footer-main #footerColumns .footer-column-content-inner_trusttext {
	padding-bottom: 8px;
	margin: 0;
}

.footer-main #footerColumns .footer-logo.is-payment {
	margin-right: 8px;
}

.footer-main .footer-bottom-bar {
	background-color: #f0f0f0;
}

.footer-main .footer-bottom {
	padding: 10px 0px;
	background-color: #f0f0f0;
}

.footer-main .footer-bottom .footer-social_link {
	padding: 10px;
}

.footer-main .footer-bottom .footer-social_link:last-child {
	border-right: 0px;
}

.footer-main .footer-bottom .footer-social_link .icon {
	width: 15px;
	height: 15px;
}

.footer-main .footer-bottom .footer-social_link svg {
	color: #000;
}

.footer-main .footer-bottom .footer_service_menu_b2ctext, .footer-main .footer-bottom .footer_service_menu_b2btext {
	padding: 20px 10px 20px 10px;
}

.footer-main .footer-bottom .footer_service_menu_b2ctext .icon-xs, .footer-main .footer-bottom .footer_service_menu_b2btext .icon-xs {
	width: 10px;
	height: 10px;
	margin-right: 5px;
}

.footer-main .footer-bottom .footer_service_menu_b2ctext .icon > svg, .footer-main .footer-bottom .footer_service_menu_b2btext .icon > svg {
	top: 0;
}

.footer-main .footer-bottom .footer-social_title {
	padding: 0px 10px;
	padding-bottom: 0px;
}

.footer-main .footer-bottom .footer-vat {
	font-size: .75rem;
	-ms-flex-align: center;
	align-items: center;
}

.footer-main .footer-bottom .footer-vat p {
	margin-bottom: 0;
}

.footer-main .footer-link-item:hover .footer-link, .footer-main .footer-link-item:hover .footer-contact-hotline a, .footer-contact-hotline .footer-main .footer-link-item:hover a {
	color: #0284e3;
}

.footer-main .footer-link-item:hover #arrow-right {
	stroke: #0284e3;
}

.footer-main .footer-logo-image {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.footer-main .footer-logo-image:hover {
	-webkit-filter: none;
	filter: none;
}

.footer-main .footer-logos {
	height: auto;
	padding: 0;
	padding-bottom: 12px;
}

.footer-main .grimm-footer-newsletter .confirm-message {
	font-size: .75rem;
}

.footer-main .grimm-footer-newsletter .grimm-footer-newsletter-input {
	margin-bottom: 10px;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.footer-main .grimm-footer-newsletter .grimm-footer-newsletter-input .form-label {
	display: none;
}

.footer-main .grimm-footer-newsletter .grimm-footer-newsletter-input #form-email {
	border: 0px;
	border-radius: 5px 0px 0px 5px;
}

.footer-main .grimm-footer-newsletter .grimm-footer-newsletter-submit {
	width: 50px;
	height: 41px;
	background-color: #0584e3;
	border: 0px;
	border-radius: 0px 5px 5px 0px;
}

.footer-main .grimm-footer-newsletter .grimm-footer-newsletter-submit:hover {
	background-color: #036fc2;
}

.footer-main .grimm-footer-newsletter .grimm-footer-newsletter-submit .icon-xs.icon-pfeil_newsletter {
	height: auto !important;
	width: auto !important;
	margin-right: 0px !important;
}

.footer-main .grimm-footer-newsletter .grimm-footer-newsletter-submit .icon-xs.icon-pfeil_newsletter svg {
	top: 2px !important;
	color: #fff;
}

.footer-main .grm-footer-extra-info {
	display: none;
}

.footer-main #footer-with-klavyio.footer-with-klavyio .s360-footer-newsletter-wrapper {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.footer-main .footer-logos {
		padding-bottom: 0;
	}
}

@media (min-width: 992px) {
	.footer-main .footer-column-headline {
		padding: 30px 0 25px 0;
	}
	
	.footer-main #footerColumns .footer-column__payment {
		padding-bottom: 0;
		padding-top: 24px;
	}
	
	.footer-main .grimm-footer-newsletter {
		margin-bottom: 40px;
	}
	
	.footer-main .footer-columns {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.footer-main .grimm-footer-newsletter {
		width: 100%;
		max-width: 296px;
	}
	
	.footer-main .footer-logos {
		width: 100%;
		max-width: 296px;
	}
}

@media (min-width: 1200px) {
	.footer-main #footerColumns .footer-column-content-inner_supporttext, .footer-main #footerColumns .footer-column-content-inner_trusttext {
		padding: 2px 0px;
	}
	
	.footer-main #footerColumns .payment--headline {
		padding: 24px 0px;
	}
	
	.footer-main #footerColumns .grimm-footer-newsletter .confirm-message {
		padding: 0px;
		text-align: justify;
	}
	
	.footer-main #collapseFooter1 ul.list-unstyled {
		max-width: 210px;
	}
}

.footer-main form.klaviyo-form {
	padding: 0 !important;
}

.footer-main form.klaviyo-form div:first-child {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	min-height: unset !important;
}

@media only screen and (min-width: 1204px) {
	#footerColumns {
		position: relative;
	}
	
	#footerColumns .grm-footer-extra-info {
		display: block;
		position: absolute;
		left: 20px;
		top: 202px;
	}
	
	#footerColumns .grm-footer-extra-info .grm-footer-extra-logo {
		display: inline-block;
		width: auto;
		object-fit: contain;
	}
}

.footer-minimal {
	background-color: #e4e4e4;
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 12px;
}

@media (min-width: 992px) {
	.footer-minimal {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.footer-minimal-back-to-shop {
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-minimal-content {
	line-height: 1.6;
}

.footer-minimal-link {
	position: relative;
	color: #000;
}

.footer-minimal-link-separator {
	padding-right: 18px;
	position: relative;
}

.footer-minimal-link-separator:after {
	left: 9px;
	width: 1px;
	content: "";
	top: -5px;
	bottom: -3px;
	background-color: #000;
	display: block;
	position: absolute;
}

.footer-minimal-link.back-to-shop {
	font-size: 14px;
}

.footer-minimal-link.back-to-shop .icon {
	-ms-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.footer-minimal .container, .footer-minimal .cms-section .boxed, .cms-section .footer-minimal .boxed, .footer-minimal .s360-megamenu--boxed, .footer-minimal .s360-megamenu--width-auto, .footer-minimal .s360-megamenu__dropdown--fullwidth .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--fullwidth .footer-minimal .s360-megamenu__dropdown-menu--container, .footer-minimal .s360-megamenu__dropdown--boxed .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .footer-minimal .s360-megamenu__dropdown-menu--container {
	display: block;
	overflow: hidden;
}

@media (min-width: 992px) {
	.footer-minimal .container .footer-minimal-links, .footer-minimal .cms-section .boxed .footer-minimal-links, .cms-section .footer-minimal .boxed .footer-minimal-links, .footer-minimal .s360-megamenu--boxed .footer-minimal-links, .footer-minimal .s360-megamenu--width-auto .footer-minimal-links, .footer-minimal .s360-megamenu__dropdown--fullwidth .s360-megamenu__dropdown-menu--container .footer-minimal-links, .s360-megamenu__dropdown--fullwidth .footer-minimal .s360-megamenu__dropdown-menu--container .footer-minimal-links, .footer-minimal .s360-megamenu__dropdown--boxed .s360-megamenu__dropdown-menu--container .footer-minimal-links, .s360-megamenu__dropdown--boxed .footer-minimal .s360-megamenu__dropdown-menu--container .footer-minimal-links {
		float: left;
	}
}

.footer-minimal .container .footer-minimal-tax a, .footer-minimal .cms-section .boxed .footer-minimal-tax a, .cms-section .footer-minimal .boxed .footer-minimal-tax a, .footer-minimal .s360-megamenu--boxed .footer-minimal-tax a, .footer-minimal .s360-megamenu--width-auto .footer-minimal-tax a, .footer-minimal .s360-megamenu__dropdown--fullwidth .s360-megamenu__dropdown-menu--container .footer-minimal-tax a, .s360-megamenu__dropdown--fullwidth .footer-minimal .s360-megamenu__dropdown-menu--container .footer-minimal-tax a, .footer-minimal .s360-megamenu__dropdown--boxed .s360-megamenu__dropdown-menu--container .footer-minimal-tax a, .s360-megamenu__dropdown--boxed .footer-minimal .s360-megamenu__dropdown-menu--container .footer-minimal-tax a {
	color: #000;
	text-decoration: underline;
}

@media (min-width: 992px) {
	.footer-minimal .container .footer-minimal-tax, .footer-minimal .cms-section .boxed .footer-minimal-tax, .cms-section .footer-minimal .boxed .footer-minimal-tax, .footer-minimal .s360-megamenu--boxed .footer-minimal-tax, .footer-minimal .s360-megamenu--width-auto .footer-minimal-tax, .footer-minimal .s360-megamenu__dropdown--fullwidth .s360-megamenu__dropdown-menu--container .footer-minimal-tax, .s360-megamenu__dropdown--fullwidth .footer-minimal .s360-megamenu__dropdown-menu--container .footer-minimal-tax, .footer-minimal .s360-megamenu__dropdown--boxed .s360-megamenu__dropdown-menu--container .footer-minimal-tax, .s360-megamenu__dropdown--boxed .footer-minimal .s360-megamenu__dropdown-menu--container .footer-minimal-tax {
		float: right;
	}
}

.s360-panel {
	border: 1px solid #f0f0f0;
	font-size: 14px;
	border-radius: 2px;
	color: #000;
	position: relative;
	font-weight: 300;
}

.s360-panel.full-height {
	height: 100%;
}

.s360-panel__heading {
	background-color: #f8f8f8;
	background-color: #fff;
	font-weight: normal;
	font-size: 14px;
	padding: 15px;
	margin-bottom: 0;
	color: #000;
	height: 47px;
	line-height: 1;
}

.s360-panel__body {
	padding: 15px;
	line-height: 1.8;
}

.s360-category-page.grm-category-page-seo-top .grm-seo-text-top {
	display: none;
}

@media (min-width: 992px) {
	.s360-category-page.grm-category-page-seo-top .grm-seo-text-top {
		display: block;
		margin-top: 30px;
	}
	
	.s360-category-page.grm-category-page-seo-top .cms-block-sidebar-filter .cms-block-container {
		padding-top: 10px !important;
	}
}

button, [type="button"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.btn .icon, .eightworks-cookie-consent-plus-toggler > button .icon {
	color: currentColor;
}

@media (min-width: 992px) {
	.btn.min-width-lg, .eightworks-cookie-consent-plus-toggler > button.min-width-lg {
		min-width: 180px;
	}
}

.btn-xs {
	padding: 0px 8px 11px;
	border-radius: 3px;
	line-height: 12px;
}

.btn:hover, .eightworks-cookie-consent-plus-toggler > button:hover {
	cursor: pointer;
}

.btn:focus, .eightworks-cookie-consent-plus-toggler > button:focus, .btn.focus, .eightworks-cookie-consent-plus-toggler > button.focus, .btn:focus-visible, .eightworks-cookie-consent-plus-toggler > button:focus-visible {
	box-shadow: none;
	outline: none;
}

button:focus, button.focus, button:focus-visible {
	box-shadow: none;
	outline: none;
}

.btn-primary, .address-editor-select:not(.collapsed), .address-editor-edit:not(.collapsed), .address-editor-create:not(.collapsed), #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary, .btn-primary:not(:disabled):not(.disabled):active, .address-editor-select:not(.collapsed):not(:disabled):not(.disabled):active, .address-editor-edit:not(.collapsed):not(:disabled):not(.disabled):active, .address-editor-create:not(.collapsed):not(:disabled):not(.disabled):active, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:not(:disabled):not(.disabled):active {
	background-color: #fed601;
	border-color: #fed601;
	color: #000;
	font-weight: 300;
}

.btn-primary:hover, .address-editor-select:not(.collapsed):hover, .address-editor-edit:not(.collapsed):hover, .address-editor-create:not(.collapsed):hover, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:hover, .btn-primary:not(:disabled):not(.disabled):active:hover, .address-editor-select:not(.collapsed):not(:disabled):not(.disabled):active:hover, .address-editor-edit:not(.collapsed):not(:disabled):not(.disabled):active:hover, .address-editor-create:not(.collapsed):not(:disabled):not(.disabled):active:hover, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:not(:disabled):not(.disabled):active:hover {
	background-color: #f4cd01;
	border-color: #f4cd01;
	color: #000;
}

.btn-primary:focus, .address-editor-select:not(.collapsed):focus, .address-editor-edit:not(.collapsed):focus, .address-editor-create:not(.collapsed):focus, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .address-editor-select:not(.collapsed):not(:disabled):not(.disabled):active:focus, .address-editor-edit:not(.collapsed):not(:disabled):not(.disabled):active:focus, .address-editor-create:not(.collapsed):not(:disabled):not(.disabled):active:focus, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: none;
}

.btn-primary:hover:disabled, .address-editor-select:not(.collapsed):hover:disabled, .address-editor-edit:not(.collapsed):hover:disabled, .address-editor-create:not(.collapsed):hover:disabled, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:hover:disabled {
	background-color: #eee;
	border-color: #eee;
	color: #bcc1c7;
	cursor: unset;
}

.s360-listing-trigger.btn-primary:not(:disabled):not(.disabled):active, .s360-listing-trigger.address-editor-select:not(.collapsed):not(:disabled):not(.disabled):active, .s360-listing-trigger.address-editor-edit:not(.collapsed):not(:disabled):not(.disabled):active, .s360-listing-trigger.address-editor-create:not(.collapsed):not(:disabled):not(.disabled):active, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .s360-listing-trigger.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:not(:disabled):not(.disabled):active {
	background-color: #0475ca;
	color: #fff;
}

#s360-listing-trigger-next:active {
	background-color: #0475ca;
	color: #fff;
}

.btn-secondary, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-secondary {
	background-color: #0584e3;
	border-color: #0584e3;
	color: white;
	font-weight: 400;
}

.btn-secondary:hover, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-secondary:hover {
	background-color: #057ed9;
	border-color: #057ed9;
	color: white;
}

.btn-link {
	color: #000;
	font-weight: 400;
}

.btn-link:hover {
	text-decoration: none;
	color: #000;
}

.btn-link .icon {
	-ms-transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	padding-right: 5px;
}

.btn-link-outline {
	border: 1px solid #f1f1f1;
	border-radius: 3px;
	color: #000;
	font-weight: 400;
}

.grm-link {
	color: #0284e3 !important;
	text-decoration: underline !important;
	font-weight: 300;
}

.grm-link:hover {
	color: #0275ca !important;
}

.btn-light, .btn-gray {
	background-color: #f8f8f8;
	border-color: #f8f8f8;
	color: #000;
	font-weight: 400;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:hover, .btn-gray:not(:disabled):not(.disabled):active, .btn-gray:hover {
	background-color: #f8f8f8;
	border-color: #f8f8f8;
}

.btn-light:hover, .btn-gray:hover {
	background-color: #ebebeb;
}

.btn-light:focus, .btn-gray:focus {
	box-shadow: none;
}

.btn-gray {
	background-color: #e4e4e4;
}

.buy-widget-container .btn-buy, .buy-widget-container .btn-light, .product-action .btn-buy, .product-action .btn-light, .grm-crossselling-product__info-container .btn-buy, .grm-crossselling-product__info-container .btn-light {
	background-color: #fed601;
	border-color: #fed601;
	color: #000;
	font-weight: normal;
	font-size: 14px;
	border-radius: 4px;
}

.buy-widget-container .btn-buy:hover, .buy-widget-container .btn-light:hover, .product-action .btn-buy:hover, .product-action .btn-light:hover, .grm-crossselling-product__info-container .btn-buy:hover, .grm-crossselling-product__info-container .btn-light:hover {
	background-color: #f4cd01;
	border-color: #f4cd01;
}

#productDetailAccessoryShowMore {
	border: 1px solid #0584e3;
	color: #0584e3;
	font-weight: 600;
}

.btn-buy.put-into-cart {
	background-color: #52be53;
	border-color: #52be53;
	color: white !important;
}

.btn-buy.put-into-cart path {
	color: transparent;
}

.product-wishlist button {
	border-radius: 30px;
	padding: 10px;
	border: 1px solid #e4e4e4;
	width: 40px;
	height: 40px;
	margin-left: 5px;
}

.product-wishlist button .icon {
	margin: 0 auto;
	width: 16px;
	height: 16px;
}

.product-wishlist .product-wishlist-not-added .icon svg path {
	fill: transparent;
}

.product-wishlist .product-wishlist-added .icon svg path {
	fill: #ef5da8;
	stroke: #ef5da8;
}

.card-title {
	font-weight: 400;
	color: #000;
	border-bottom: 1px solid #e4e4e4;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
	color: #000;
}

h1.h1-small {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
}

@media (min-width: 768px) {
	h1.h1-small {
		font-size: 20px;
		line-height: 1.5;
	}
}

.icon-xxs {
	width: 10px;
	height: 10px;
}

.icon-md {
	width: 25px;
	height: 25px;
}

.icon-fixed-height-sm {
	height: 25px;
	width: auto;
}

.alert {
	padding: 10px 15px;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-top: 15px;
}

.alert .icon {
	color: inherit;
}

.alert-success {
	background: transparent;
	border-color: #52be53;
	color: #52be53;
}

.alert-success .alert-content-container {
	color: inherit;
	background-color: inherit;
}

.alert-light {
	background: transparent;
	border-color: #f8f8f8;
	color: #000;
}

.alert-content-container {
	color: inherit;
	background-color: inherit;
	padding-top: 0;
	padding-bottom: 0;
}

.alert-has-icon .icon {
	margin: 0;
}

.alert-info {
	background-color: transparent;
	border: 1px solid #0284e3;
}

.alert-info .icon-info {
	color: #0284e3;
}

.alert-info .alert-content-container {
	background-color: transparent;
	color: #0284e3;
}

.alert-warning {
	background-color: transparent;
	border: 1px solid #ffc568;
}

.alert-warning .icon {
	color: #ffc568;
}

.alert-warning .alert-content-container {
	background-color: transparent;
	color: #ffc568;
}

.alert-danger {
	background-color: transparent;
	border: 1px solid #e52327;
}

.alert-danger .icon {
	color: #e52327;
}

.alert-danger .alert-content-container {
	background-color: transparent;
	color: #e52327;
}

.alert.alert-added_to_cart {
	position: fixed;
	top: 150px;
	right: 50px;
	z-index: 999999999;
	max-width: 340px;
	background-color: #0584e3;
	color: white;
	-webkit-animation: slide 8s forwards;
	animation: slide 8s forwards;
	animation-delay: .5s;
	-webkit-transition: 1s;
	transition: 1s;
	opacity: 0;
	visibility: hidden;
	display: block;
}

.alert.alert-added_to_cart .lak.icon {
	display: none;
}

.alert.alert-added_to_cart .alert-content-container {
	opacity: .8;
	font-weight: 400;
	font-size: 11px;
}

.alert.alert-added_to_cart a {
	color: white;
	font-size: 21px;
	font-weight: 600;
}

@-webkit-keyframes slide {
	5% {
		opacity: 1;
		visibility: visible;
	}
	
	80% {
		margin-right: 0px;
		opacity: 1;
	}
	
	99% {
		margin-right: -500px;
		opacity: 0;
	}
	
	100% {
		display: none;
		visibility: hidden;
	}
}

@keyframes slide {
	5% {
		opacity: 1;
		visibility: visible;
	}
	
	80% {
		margin-right: 0px;
		opacity: 1;
	}
	
	99% {
		margin-right: -500px;
		opacity: 0;
	}
	
	100% {
		display: none;
		visibility: hidden;
	}
}

.alert.alert-added_to_cart .alert-grid {
	display: -ms-grid;
	display: grid;
	grid-template-columns: auto 60px;
}

.alert.alert-added_to_cart .close-button {
	position: relative;
}

.alert.alert-added_to_cart .close-button .close-button-x {
	position: absolute;
	top: 14px;
	left: 17px;
}

.alert.alert-added_to_cart svg {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.alert.alert-added_to_cart circle {
	fill: transparent;
	stroke: white;
	stroke-width: 2;
	stroke-dasharray: 250;
	stroke-dashoffset: 0;
	-webkit-animation: rotateCircle 7s linear;
	animation: rotateCircle 7s linear;
	animation-delay: 0s;
}

.alert.alert-added_to_cart .icon-schliessen {
	display: block !important;
}

@-webkit-keyframes rotateCircle {
	to {
		stroke-dashoffset: 250;
	}
}

@keyframes rotateCircle {
	to {
		stroke-dashoffset: 250;
	}
}

.is-act-home .breadcrumb.cms-breadcrumb.cms-breadcrump.container, .is-act-home .cms-section .breadcrumb.cms-breadcrumb.cms-breadcrump.boxed, .cms-section .is-act-home .breadcrumb.cms-breadcrumb.cms-breadcrump.boxed, .is-act-home .breadcrumb.cms-breadcrumb.cms-breadcrump.s360-megamenu--boxed, .is-act-home .breadcrumb.cms-breadcrumb.cms-breadcrump.s360-megamenu--width-auto, .is-act-home .s360-megamenu__dropdown--fullwidth .breadcrumb.cms-breadcrumb.cms-breadcrump.s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--fullwidth .is-act-home .breadcrumb.cms-breadcrumb.cms-breadcrump.s360-megamenu__dropdown-menu--container, .is-act-home .s360-megamenu__dropdown--boxed .breadcrumb.cms-breadcrumb.cms-breadcrump.s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .is-act-home .breadcrumb.cms-breadcrumb.cms-breadcrump.s360-megamenu__dropdown-menu--container {
	display: none;
}

@media (max-width: 767.98px) {
	.is-act-home .container-main {
		padding-top: 0px;
	}
}

.base-slider-controls-prev, .base-slider-controls-next {
	background-color: #f7f7f7;
	opacity: 1;
	-webkit-transition: background-color .15s ease;
	transition: background-color .15s ease;
	color: #4a4a4a;
}

.base-slider-controls-prev:hover, .base-slider-controls-next:hover {
	border: none;
	background-color: #e4e4e4;
}

.base-slider-controls-prev .icon-arrow-head-left, .base-slider-controls-prev .icon-arrow-head-right, .base-slider-controls-next .icon-arrow-head-left, .base-slider-controls-next .icon-arrow-head-right {
	width: 17px;
	height: 17px;
	color: #4a4a4a;
}

.image-slider-s360-box {
	left: 16px;
	right: 16px;
	width: auto;
	text-align: start;
}

.image-slider-s360__button {
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	-ms-transform: translate(-50%);
	-webkit-transform: translateX(-50%);
	-webkit-transform: translate(-50%);
	transform: translateX(-50%);
	transform: translate(-50%);
	bottom: -60px;
}

.image-slider-image {
	height: 300px;
	object-fit: cover;
}

.image-slider-s360__heading2 {
	font-weight: 600;
}

.cms-element-image-slider-s360 .base-slider-controls-prev, .cms-element-image-slider-s360 .base-slider-controls-next {
	top: 118px;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

@media (min-width: 768px) {
	.image-slider-image {
		height: 400px !important;
		object-fit: cover;
	}
	
	.image-slider-item {
		height: 400px !important;
	}
	
	.cms-element-image-slider-s360 .base-slider-controls-prev, .cms-element-image-slider-s360 .base-slider-controls-next {
		top: 169px;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	
	.image-slider-s360-box {
		top: 152px;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		left: 50px;
		width: 623px;
	}
	
	.image-slider-s360__button {
		position: static;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		margin-top: 24px;
	}
	
	.image-slider-s360__heading2 {
		margin-bottom: 24px;
	}
}

@media (min-width: 576px) {
	.is-act-home .cms-section-default.boxed {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 575.98px) {
	.cms-element-image-slider-s360 .base-slider-controls-next {
		margin-right: 20px;
	}
}

label {
	font-weight: 300;
}

body.no-scroll {
	overflow: hidden !important;
}

.cart-offcanvas.no-scroll {
	overflow: hidden !important;
}

.grimm-extra-modal-trigger {
	color: #000;
}

.grimm-extra-modal-trigger .icon {
	color: #000;
	-ms-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.extra-modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1040;
	background-color: rgba(37, 37, 37, .719);
}

.grm-extras-modal-wrapper {
	display: none !important;
}

@media (min-width: 1200px) {
	.grm-extras-modal-wrapper {
		display: none;
		position: fixed;
		opacity: 0;
		z-index: 1041;
		-webkit-transition: all .15s ease;
		transition: all .15s ease;
	}
}

.grm-extras-modal-wrapper.visible {
	opacity: 1;
}

.grm-extras-modal-wrapper:after {
	position: absolute;
	content: "";
	display: block;
}

.grm-extras-modal-wrapper.vertical {
	-ms-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.grm-extras-modal-wrapper.vertical.visible {
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.grm-extras-modal-wrapper.vertical.left:after {
	left: 20px;
}

.grm-extras-modal-wrapper.vertical.right:after {
	right: 20px;
}

.grm-extras-modal-wrapper.vertical.bottom:after {
	bottom: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: white transparent transparent transparent;
}

.grm-extras-modal-wrapper.vertical.top:after {
	top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent white transparent;
}

.grm-extras-modal-wrapper.horizontal {
	-ms-transform: translateX(-10px);
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

.grm-extras-modal-wrapper.horizontal.visible {
	-ms-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

.grm-extras-modal-wrapper.horizontal.top:after {
	top: 20px;
}

.grm-extras-modal-wrapper.horizontal.bottom:after {
	bottom: 20px;
}

.grm-extras-modal-wrapper.horizontal.left:after {
	left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent white transparent transparent;
}

.grm-extras-modal-wrapper.horizontal.right:after {
	right: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent white;
}

.grm-extras-modal {
	border-radius: 4px;
	overflow: hidden;
	min-width: 700px;
	max-width: 700px;
	min-height: 450px;
	background-color: white;
}

.grm-extras-modal-close {
	position: absolute;
	top: 8px;
	right: 10px;
}

.grm-extras-modal-header {
	position: relative;
	background-color: #f8f8f8;
	color: #000;
	font-size: 14px;
	padding: 20px;
}

.grm-extras-modal-body {
	padding: 10px 10px 20px;
	height: -moz-calc(450px - 61px);
	height: -webkit-calc(450px - 61px);
	height: calc(450px - 61px);
}

.grm-extras-modal-body .tns-outer {
	max-width: -moz-calc(100% - 30px);
	max-width: -webkit-calc(100% - 30px);
	max-width: calc(100% - 30px);
	margin: 0 auto;
}

.grm-extras-modal-body .base-slider {
	height: 100%;
}

.grm-extras-modal-body .base-slider .tns-ovh {
	overflow: hidden;
}

.grm-extras-modal-slider .slide-wrapper {
	padding: 0 10px;
}

.grm-extra-modals-slider-arrow {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}

.grm-extra-modals-slider-arrow:hover {
	cursor: pointer;
}

.grm-extra-modals-slider-arrow.grm-extra-modals-slider-prev {
	left: 0;
}

.grm-extra-modals-slider-arrow.grm-extra-modals-slider-next {
	right: 0;
}

.grm-extras-modal-slider-item .product-image-wrapper {
	max-width: -moz-calc(100% - ( 2 * 20px ));
	max-width: -webkit-calc(100% - ( 2 * 20px ));
	max-width: calc(100% - ( 2 * 20px ));
	max-width: 132px;
	margin: 0 auto;
	height: auto;
	max-height: 132px;
	overflow: hidden;
	margin-bottom: 7px;
}

.grm-extras-modal-slider-item .product-image-wrapper:after {
	display: block;
	content: "";
	padding-bottom: 100%;
}

.grm-extras-modal-slider-item .product-image-wrapper .product-image.is-standard {
	object-fit: contain;
	max-height: 100%;
}

.grm-extras-modal-slider-item .product-image-link {
	position: absolute;
}

.grm-extras-modal-slider-item .product-name {
	font-weight: 400;
	font-size: 1rem;
	height: auto;
	color: #000;
	min-height: 44px;
	margin-bottom: 0;
}

.grm-extras-modal-slider-item .product-price {
	color: #000;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-top: 0;
}

.grm-extras-modal-slider-item .product-buybox {
	margin-top: 27px;
}

.grm-extras-modal-slider-item .btn-buy {
	height: 40px;
	color: #000;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 12px;
	line-height: 5px;
	float: right;
}

.grm-extras-modal-slider-item .btn-buy .icon {
	color: #000;
}

.grm-extras-modal-slider-item .product-delivery {
	color: #848484;
	height: 25px;
}

.grm-extras-modal-slider-item .product-counter__field {
	padding-top: 3px;
}

.grm-extras-modal-slider-item .product-shippingfree {
	min-height: 21px;
}

.grm-extras-modal-slider-item small {
	font-size: 12px;
}

.grm-extras-modal-slider-item .product-wishlist {
	display: none;
}

@media (min-width: 1200px) {
	.grm-extras-modal-wrapper.horizontal.is--cart.right.top.visible {
		right: 450px !important;
		left: auto !important;
	}
}

.cms-element-product-listing .cms-listing-row {
	margin-left: -7px;
	margin-right: -7px;
}

.cms-element-product-listing .cms-listing-row.no-gutters {
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 992px) {
	.cms-element-product-listing .cms-listing-row {
		padding-top: 20px;
		position: relative;
	}
	
	.cms-element-product-listing .cms-listing-row:after {
		position: absolute;
		height: 2px;
		background: #f1f1f1;
		left: 7px;
		right: 7px;
		top: 0;
		content: "";
	}
}

.cms-element-product-listing .cms-listing-col {
	padding-left: 7px;
	padding-right: 7px;
}

.s360-info-tabs {
	position: relative;
	background-image: url("/bundles/grimmtheme/media/GRIMM-Gebaude-Footer-Mobil.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: .98;
}

.s360-info-tabs:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 89, 198, .7);
}

.s360-info-tabs .cms-block-container, .s360-info-tabs .cms-block-container-row {
	height: inherit;
}

.s360-info-tabs .cms-element-text {
	position: relative;
	z-index: 1;
	height: 100%;
}

.s360-info-tabs__text-box {
	color: #fff;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	font-weight: 300;
}

.s360-info-tabs__text-box .tab-content {
	margin-top: 1.25rem;
}

.s360-info-tabs__text-box .info-tab-items {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style: none;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	font-size: 1rem;
}

.s360-info-tabs__text-box .info-tab-item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 10px;
	padding-left: 10px;
	height: 2rem;
	cursor: pointer;
}

.s360-info-tabs__text-box .info-tab-item {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

.s360-info-tabs__text-box .info-tab-item:first-child, .s360-info-tabs__text-box .info-tab-item:last-child {
	border: none;
}

.s360-info-tabs__text-box .info-tab-item__text {
	text-align: center;
	margin-bottom: 62px;
}

.s360-info-tabs__text-box .info-tab-item__text p {
	margin: 0;
}

.s360-info-tabs__text-box .nav-link {
	color: #fff;
	padding: 0;
}

.s360-info-tabs__text-box .nav-link.active {
	background-color: transparent;
}

.s360-info-tabs__btn {
	position: absolute;
	left: 50%;
	bottom: 24px;
	-ms-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	font-weight: normal;
	width: 150px;
	background-color: #fff;
	color: #000;
	border: none;
}

.s360-info-tabs {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
}

.s360-info-tabs .btn-primary:hover, .s360-info-tabs .address-editor-select:not(.collapsed):hover, .s360-info-tabs .address-editor-edit:not(.collapsed):hover, .s360-info-tabs .address-editor-create:not(.collapsed):hover, .s360-info-tabs #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:hover, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .s360-info-tabs .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:hover {
	background-color: #e4e4e4;
	color: #000;
}

@media (min-width: 576px) {
	.s360-info-tabs__text-box .info-tab-item {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.s360-info-tabs {
		position: relative;
		background-image: url("/bundles/grimmtheme/media/GRIMM-Gebaude-Footer-Desktop.jpg");
	}
}

@media (min-width: 992px) {
	.s360-info-tabs {
		background-position: 50% 40%;
	}
	
	.s360-info-tabs .s360-info-tabs__text-box {
		max-width: 680px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.s360-info-tabs .s360-info-tabs__img {
		object-position: 50% 40%;
	}
	
	.s360-info-tabs .nav-link {
		font-size: 20px;
	}
	
	.s360-info-tabs__btn {
		bottom: 30px;
	}
}

.is-act-home .container-main {
	padding-bottom: 0;
}

.cms-element-s360-cms-brand-slider-element {
	text-align: center;
}

.cms-element-s360-cms-brand-slider-element .base-slider-controls-next, .cms-element-s360-cms-brand-slider-element .base-slider-controls-prev {
	border-radius: 3px;
}

.cms-element-s360-cms-brand-slider-element .cms-image {
	-webkit-filter: grayscale(100%) brightness(120%);
	filter: grayscale(100%) brightness(120%);
}

.cms-element-s360-cms-brand-slider-element .cms-image:hover {
	-webkit-filter: none;
	filter: none;
}

.cms-element-s360-cms-brand-slider-element .tns-outer {
	overflow: hidden;
}

.cms-element-s360-cms-brand-slider-element .product-slider-controls-prev {
	left: 0;
}

.cms-element-s360-cms-brand-slider-element .product-slider-controls-next {
	right: 0;
}

.cms-element-s360-cms-brand-slider-element .cms-element-title {
	display: none;
}

.s360-brand-slider--category-overview .category-slider__link-all {
	display: none;
}

button.base-slider-controls-prev:hover, button.base-slider-controls-next:hover, button.base-slider-controls-prev:focus, button.base-slider-controls-next:focus, button.base-slider-controls-prev:active, button.base-slider-controls-next:active, button.base-slider-controls-prev:-webkit-direct-focus, button.base-slider-controls-next:-webkit-direct-focus {
	outline-color: rgba(0, 0, 0, 0) !important;
	border: none !important;
	outline: 0 !important;
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
	-webkit-tap-highlight-color: transparent !important;
	box-shadow: none !important;
}

@media (min-width: 768px) {
	.cms-element-s360-cms-brand-slider-element .cms-element-title {
		display: block;
	}
	
	.cms-element-s360-cms-brand-slider-element .cms-element-title .cms-element-title-paragraph {
		color: #000;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 1.3rem;
		font-weight: 300;
	}
	
	.cms-element-s360-cms-brand-slider-element .base-slider-controls-prev, .cms-element-s360-cms-brand-slider-element .base-slider-controls-next {
		background: none;
	}
	
	.cms-element-s360-cms-brand-slider-element .base-slider.product-slider.has-nav {
		padding-left: 80px;
		padding-right: 80px;
	}
	
	.s360-brand-slider--category-overview .base-slider.product-slider.has-nav {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 575.98px) {
	.is-act-home .cms-block-s360-brand-slider {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.cms-block-s360-dynamic-category-row-block.s360-references-grid {
	display: none;
}

.cms-block-s360-dynamic-category-row-block.s360-references-grid .s360-dynamic-categoryBox__image {
	width: 100%;
	height: auto;
	-webkit-filter: brightness(120%);
	-webkit-filter: grayscale(100%);
	filter: brightness(120%);
	filter: grayscale(100%);
	object-fit: contain;
}

.cms-block-s360-dynamic-category-row-block.s360-references-grid .s360-dynamic-categoryBox__image:hover {
	-webkit-filter: none;
	filter: none;
}

@media (min-width: 992px) {
	.cms-block-s360-dynamic-category-row-block.s360-references-grid {
		display: block;
	}
}

.cms-element-s360-adjustable-productslider .product-slider-container {
	height: 380px;
	overflow: hidden;
}

.cms-element-s360-adjustable-productslider .cms-element-title {
	color: #000;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.3rem;
	font-weight: 300;
	margin-bottom: 25px;
}

.cms-element-s360-adjustable-productslider .product-box {
	height: 379px;
	padding: 0;
}

.cms-element-s360-adjustable-productslider .product-box .card-body {
	padding: 10px;
}

.cms-element-s360-adjustable-productslider .product-image-wrapper {
	height: 155px;
}

.cms-element-s360-adjustable-productslider .product-name {
	color: #000;
	font-weight: 400;
	font-size: 1rem;
	margin-bottom: 0;
}

.cms-element-s360-adjustable-productslider .product-price-unit, .cms-element-s360-adjustable-productslider .list-price {
	display: none;
}

.cms-element-s360-adjustable-productslider .product-price-info, .cms-element-s360-adjustable-productslider .product-price, .cms-element-s360-adjustable-productslider .product-price.with-list-price {
	margin-top: 5px;
}

.cms-element-s360-adjustable-productslider .product-action {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
}

.cms-element-s360-adjustable-productslider .product_additional_info {
	line-height: 1.2;
	height: 2.5rem;
	margin-bottom: 5px;
	font-weight: 300;
	font-size: 12px;
}

.cms-element-s360-adjustable-productslider .price-container {
	display: block;
}

.cms-element-s360-adjustable-productslider .product-price__taxes {
	margin: 0;
}

.product-delivery-info, .product-uvp-info {
	color: #848484;
	font-size: .8rem;
	margin-bottom: 5px;
}

.product-uvp-info {
	text-decoration: line-through;
}

@media (max-width: 575.98px) {
	.cms-element-s360-adjustable-productslider .base-slider-controls-prev, .cms-element-s360-adjustable-productslider .base-slider-controls-next {
		border-radius: 3px;
	}
}

@media (min-width: 576px) {
	.cms-block-s360-adjustable-productslider .cms-block-container {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}

@media (min-width: 1265px) {
	.is-act-home .cms-element-s360-adjustable-productslider, .is-act-home .cms-block-themes {
		padding-left: 2px;
		padding-right: 2px;
	}
}

.customer-switch__container {
	border-radius: 3px;
	background-color: #fff;
	padding: 10px 24px;
	margin-bottom: 16px;
}

.customer-switch__container .top-bar-nav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: start;
	justify-content: start;
}

.card {
	border-radius: 4px;
}

.card-body .product-badges {
	top: 7px;
}

.badge.badge-topseller {
	background-color: #0584e3;
	font-weight: normal;
}

.product-box {
	border-color: #e4e4e4;
	border-width: 1px;
	padding: 10px;
}

.product-box .product-delivery-info {
	height: 21px;
}

.product-box .extra-chemicals h5 {
	display: none;
}

.product-box .extra-chemicals .ghs-codes {
	position: absolute;
	left: 5px;
	bottom: 0;
}

.product-box .extra-chemicals .ghs-codes .icon-xxl {
	height: 24px;
	width: 24px;
}

.product-box .icon-settings > svg {
	top: 3px;
}

.cms-listing-row .product-name {
	font-weight: 400;
	font-size: 1rem;
	height: auto;
	color: #000;
}

.cms-listing-row .product-name-number__container {
	margin: 0 16px 16px 16px;
	color: #000;
}

.cms-listing-row .product-name-number__container .product-name {
	margin-bottom: 0;
}

.cms-listing-row .card-body {
	padding: 0;
}

.cms-listing-row .product-box {
	padding: 0;
	height: 468px;
	border-color: #bbb;
}

.cms-listing-row .product-image-wrapper {
	height: 177px;
	width: 177px;
	margin-top: 16px;
	margin-bottom: 11px;
	margin-right: auto;
	margin-left: auto;
}

.cms-listing-row .product-image-wrapper .product-image {
	height: 100%;
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	object-fit: fill;
}

.cms-listing-row .product-price-info {
	margin-top: 0px;
}

.cms-listing-row .product-price-info .product-price {
	margin-top: 0;
	display: block;
}

.cms-listing-row .box-standard .product-info {
	height: 100px;
	padding: 15px;
	background-color: #f8f8f8;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 0 0 4px 4px;
}

.cms-listing-row .product_additional_info {
	margin-bottom: 5px;
	height: 18px;
}

.cms-listing-row .product-uvp-info {
	margin-bottom: 0;
	margin-right: 8px;
}

.cms-listing-row .product-uvp-info, .cms-listing-row .product-box__price-discount, .cms-listing-row .product-delivery-info {
	font-size: 12px;
	font-weight: 300;
}

.cms-listing-row .product-delivery-info {
	line-height: 1;
	margin-bottom: 10px;
}

.cms-listing-row .product__free-delivery {
	margin-bottom: 5px;
}

.cms-listing-row .price-container {
	margin-bottom: 5px;
}

.cms-listing-row .product-action {
	position: absolute;
	bottom: 16px;
	left: 15px;
	right: 15px;
}

.cms-listing-row .product_compare-bar {
	position: absolute;
	bottom: 20px;
}

.cms-listing-row .cms-listing-col.col-sm-6.col-lg-4.col-xl-3 .product-name-number__container, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-name-number__container, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name-number__container, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name-number__container, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name-number__container, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name-number__container, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name-number__container, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name-number__container, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name-number__container, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name-number__container, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name-number__container, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name-number__container, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name-number__container, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name-number__container, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name-number__container, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name-number__container, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-name-number__container, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-name-number__container, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name-number__container, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name-number__container, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name-number__container, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name-number__container, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name-number__container, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name-number__container, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name-number__container, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name-number__container, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name-number__container, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name-number__container, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name-number__container, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name-number__container, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name-number__container, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name-number__container, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-name-number__container, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-name-number__container, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name-number__container, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name-number__container, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name-number__container, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name-number__container, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-name-number__container, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-name-number__container, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-name-number__container, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-name-number__container, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-name-number__container, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-name-number__container, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name-number__container, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name-number__container, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name-number__container, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name-number__container, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-name-number__container, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-name-number__container, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name-number__container, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name-number__container, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name-number__container, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name-number__container, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-name-number__container, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-name-number__container, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name-number__container, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name-number__container, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name-number__container, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name-number__container, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-name-number__container, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-name-number__container, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name-number__container, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name-number__container, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name-number__container, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name-number__container, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-name-number__container, .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.col-xl-4 .product-name-number__container, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-name-number__container, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-name-number__container, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-name-number__container, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-name-number__container, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-name-number__container, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-name-number__container, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-name-number__container, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-name-number__container, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .product-name-number__container, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-name-number__container, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-name-number__container, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-name-number__container, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-name-number__container, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .product-name-number__container {
	margin-bottom: 15px;
}

.cms-listing-row .cms-listing-col.col-sm-6.col-lg-4.col-xl-3 .product-name, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-name, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-name, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-name, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-name, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-name, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-name, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-name, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-name, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-name, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-name, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-name, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-name, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-name, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-name, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-name, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-name, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-name, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-name, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-name, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-name, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-name, .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.col-xl-4 .product-name, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-name, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-name, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-name, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-name, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-name, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-name, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-name, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-name, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .product-name, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-name, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-name, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-name, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-name, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .product-name {
	display: block;
	height: 69px;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	line-height: 1.5rem;
}

.cms-listing-row .cms-listing-col.col-sm-6.col-lg-4.col-xl-3 .product-info__gallery-description, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-info__gallery-description, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-info__gallery-description, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-info__gallery-description, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-info__gallery-description, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-info__gallery-description, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-info__gallery-description, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-info__gallery-description, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-info__gallery-description, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-info__gallery-description, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-info__gallery-description, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-info__gallery-description, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-info__gallery-description, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-info__gallery-description, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-info__gallery-description, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-info__gallery-description, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-info__gallery-description, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-info__gallery-description, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-info__gallery-description, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-info__gallery-description, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-info__gallery-description, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-info__gallery-description, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-info__gallery-description, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-info__gallery-description, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-info__gallery-description, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-info__gallery-description, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-info__gallery-description, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-info__gallery-description, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-info__gallery-description, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-info__gallery-description, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-info__gallery-description, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-info__gallery-description, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-info__gallery-description, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-info__gallery-description, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-info__gallery-description, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-info__gallery-description, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-info__gallery-description, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-info__gallery-description, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-info__gallery-description, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-info__gallery-description, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-info__gallery-description, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-info__gallery-description, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-info__gallery-description, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-info__gallery-description, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-info__gallery-description, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-info__gallery-description, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-info__gallery-description, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-info__gallery-description, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-info__gallery-description, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-info__gallery-description, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-info__gallery-description, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-info__gallery-description, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-info__gallery-description, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-info__gallery-description, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-info__gallery-description, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-info__gallery-description, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-info__gallery-description, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-info__gallery-description, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-info__gallery-description, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-info__gallery-description, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-info__gallery-description, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-info__gallery-description, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-info__gallery-description, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-info__gallery-description, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-info__gallery-description, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-info__gallery-description, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-info__gallery-description, .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.col-xl-4 .product-info__gallery-description, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-info__gallery-description, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-info__gallery-description, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-info__gallery-description, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-info__gallery-description, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-info__gallery-description, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-info__gallery-description, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-info__gallery-description, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-info__gallery-description, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .product-info__gallery-description, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-info__gallery-description, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-info__gallery-description, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-info__gallery-description, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-info__gallery-description, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .product-info__gallery-description {
	display: block;
	font-size: 14px;
	font-weight: 300;
	height: 79px;
	overflow: hidden;
	color: #000;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #e4e4e4;
}

.cms-listing-row .cms-listing-col.col-sm-6.col-lg-4.col-xl-3 .product-action, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action, .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.col-xl-4 .product-action, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .product-action, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .product-action {
	margin-top: 0;
	right: 0;
	left: auto;
	width: 50px;
	top: 0;
	bottom: 0;
}

.cms-listing-row .cms-listing-col.col-sm-6.col-lg-4.col-xl-3 .product-action .buy-widget, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .buy-widget, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .buy-widget, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .buy-widget, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .buy-widget, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .buy-widget, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .buy-widget, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .buy-widget, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .buy-widget, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .buy-widget, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .buy-widget, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .buy-widget, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .buy-widget, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .buy-widget, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .buy-widget, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .buy-widget, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .buy-widget, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .buy-widget, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .buy-widget, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .buy-widget, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .buy-widget, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .buy-widget, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .buy-widget, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .buy-widget, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .buy-widget, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .buy-widget, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .buy-widget, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .buy-widget, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .buy-widget, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .buy-widget, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .buy-widget, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .buy-widget, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .buy-widget, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .buy-widget, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .buy-widget, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .buy-widget, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .buy-widget, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .buy-widget, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .buy-widget, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .buy-widget, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .buy-widget, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .buy-widget, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .buy-widget, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .buy-widget, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .buy-widget, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .buy-widget, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .buy-widget, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .buy-widget, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .buy-widget, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .buy-widget, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .buy-widget, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .buy-widget, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .buy-widget, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .buy-widget, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .buy-widget, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .buy-widget, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .buy-widget, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .buy-widget, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .buy-widget, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .buy-widget, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .buy-widget, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .buy-widget, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .buy-widget, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .buy-widget, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .buy-widget, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .buy-widget, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .buy-widget, .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.col-xl-4 .product-action .buy-widget, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .buy-widget, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .buy-widget, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .buy-widget, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .buy-widget, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .buy-widget, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .buy-widget, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .buy-widget, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .buy-widget, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .product-action .buy-widget, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .buy-widget, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .buy-widget, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .buy-widget, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .buy-widget, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .product-action .buy-widget {
	height: 100%;
}

.cms-listing-row .cms-listing-col.col-sm-6.col-lg-4.col-xl-3 .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn, .cms-listing-row .cms-listing-col.col-sm-6.col-lg-4.col-xl-3 .product-action .eightworks-cookie-consent-plus-toggler > button, .cms-listing-row .cms-listing-col.col-sm-6.col-lg-4.col-xl-3 .product-action .btn-light, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .btn-light, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .btn-light, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .btn-light, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .btn-light, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn-light, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn-light, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn-light, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn-light, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn-light, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn-light, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn-light, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn-light, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn-light, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn-light, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn-light, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn-light, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn-light, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn-light, .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.col-xl-4 .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .btn, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .btn, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .btn, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .btn, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .btn, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .product-action .btn, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .btn, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .btn, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .btn, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .btn, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .product-action .btn, .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.col-xl-4 .product-action .eightworks-cookie-consent-plus-toggler > button, .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.col-xl-4 .product-action .btn-light, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .btn-light, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .btn-light, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .btn-light, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .btn-light, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .btn-light, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .btn-light, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .btn-light, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .btn-light, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .product-action .btn-light, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .btn-light, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .btn-light, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .btn-light, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .btn-light, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .product-action .btn-light {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border-radius: 0 0 3px 0 !important;
	height: 100% !important;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
}

.cms-listing-row .cms-listing-col.col-sm-6.col-lg-4.col-xl-3 .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn .icon, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn .icon, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn .icon, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn .icon, .cms-listing-row .cms-listing-col.col-sm-6.col-lg-4.col-xl-3 .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .cms-listing-row .cms-listing-col.col-sm-6.col-lg-4.col-xl-3 .product-action .btn-light .icon, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light .icon, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light .icon, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light .icon, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light .icon, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light .icon, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light .icon, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light .icon, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light .icon, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light .icon, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light .icon, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light .icon, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light .icon, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light .icon, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light .icon, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light .icon, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light .icon, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light .icon, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light .icon, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn-light .icon, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn-light .icon, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light .icon, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light .icon, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light .icon, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn-light .icon, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn-light .icon, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn-light .icon, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn-light .icon, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light .icon, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light .icon, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light .icon, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn-light .icon, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn-light .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light .icon, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light .icon, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light .icon, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn-light .icon, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light .icon, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light .icon, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn-light .icon, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn-light .icon, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light .icon, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light .icon, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn-light .icon, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn-light .icon, .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.col-xl-4 .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .btn .icon, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .btn .icon, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .btn .icon, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .btn .icon, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .product-action .btn .icon, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .btn .icon, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .product-action .btn .icon, .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.col-xl-4 .product-action .eightworks-cookie-consent-plus-toggler > button .icon, .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.col-xl-4 .product-action .btn-light .icon, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .btn-light .icon, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .btn-light .icon, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .btn-light .icon, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .btn-light .icon, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .product-action .btn-light .icon, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .btn-light .icon, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .btn-light .icon, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .btn-light .icon, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .btn-light .icon, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .product-action .btn-light .icon {
	color: #000 !important;
}

.cms-listing-row .cms-listing-col.col-sm-6.col-lg-4.col-xl-3 .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .cms-listing-col.col-sm-6.col-lg-4.col-xl-3 .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.col-xl-4 .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .btn .icon > svg, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .btn .icon > svg, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .product-action .btn .icon > svg, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .product-action .btn .icon > svg, .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.col-xl-4 .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg {
	top: 0;
}

.cms-listing-row .cms-listing-col.col-sm-6.col-lg-4.col-xl-3 .extra-chemicals h5, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .extra-chemicals h5, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals h5, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals h5, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals h5, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals h5, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals h5, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals h5, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals h5, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals h5, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals h5, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals h5, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals h5, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals h5, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals h5, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals h5, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .extra-chemicals h5, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .extra-chemicals h5, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals h5, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals h5, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals h5, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals h5, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals h5, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals h5, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals h5, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals h5, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals h5, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals h5, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals h5, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals h5, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals h5, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals h5, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .extra-chemicals h5, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .extra-chemicals h5, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals h5, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals h5, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals h5, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals h5, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .extra-chemicals h5, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .extra-chemicals h5, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .extra-chemicals h5, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .extra-chemicals h5, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .extra-chemicals h5, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .extra-chemicals h5, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals h5, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals h5, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals h5, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals h5, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .extra-chemicals h5, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .extra-chemicals h5, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals h5, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals h5, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals h5, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals h5, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .extra-chemicals h5, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .extra-chemicals h5, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals h5, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals h5, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals h5, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals h5, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .extra-chemicals h5, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .extra-chemicals h5, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals h5, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals h5, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals h5, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals h5, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .extra-chemicals h5, .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.col-xl-4 .extra-chemicals h5, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .extra-chemicals h5, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .extra-chemicals h5, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .extra-chemicals h5, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .extra-chemicals h5, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .extra-chemicals h5, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .extra-chemicals h5, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .extra-chemicals h5, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .extra-chemicals h5, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .extra-chemicals h5, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .extra-chemicals h5, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .extra-chemicals h5, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .extra-chemicals h5, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .extra-chemicals h5, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .extra-chemicals h5 {
	display: none;
}

.cms-listing-row .cms-listing-col.col-sm-6.col-lg-4.col-xl-3 .extra-chemicals .ghs-codes, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals .ghs-codes, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals .ghs-codes, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals .ghs-codes, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals .ghs-codes, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals .ghs-codes, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals .ghs-codes, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals .ghs-codes, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals .ghs-codes, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals .ghs-codes, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals .ghs-codes, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals .ghs-codes, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals .ghs-codes, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals .ghs-codes, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals .ghs-codes, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals .ghs-codes, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .extra-chemicals .ghs-codes, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .extra-chemicals .ghs-codes, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals .ghs-codes, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals .ghs-codes, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals .ghs-codes, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .extra-chemicals .ghs-codes, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .extra-chemicals .ghs-codes, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals .ghs-codes, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals .ghs-codes, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals .ghs-codes, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .extra-chemicals .ghs-codes, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .extra-chemicals .ghs-codes, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals .ghs-codes, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals .ghs-codes, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals .ghs-codes, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .extra-chemicals .ghs-codes, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .extra-chemicals .ghs-codes, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals .ghs-codes, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals .ghs-codes, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .extra-chemicals .ghs-codes, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .extra-chemicals .ghs-codes, .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.col-xl-4 .extra-chemicals .ghs-codes, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .extra-chemicals .ghs-codes, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .extra-chemicals .ghs-codes, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .extra-chemicals .ghs-codes, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .extra-chemicals .ghs-codes, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .extra-chemicals .ghs-codes, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .extra-chemicals .ghs-codes, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .extra-chemicals .ghs-codes, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .extra-chemicals .ghs-codes, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .extra-chemicals .ghs-codes, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .extra-chemicals .ghs-codes {
	position: absolute;
	left: unset;
	bottom: unset;
	right: 10px;
	top: 5px;
}

.price-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
}

.product-price__taxes {
	margin-left: 8px;
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
	color: #000;
}

.product-price {
	font-weight: 600;
	font-size: 20px;
	color: #000;
}

.product-price .from-text {
	font-size: 14px;
	font-weight: 300;
}

.is-act-home .badge-topseller {
	display: none;
}

@media (min-width: 992px) {
	.cms-listing-row .cms-listing-col.col-sm-6.col-lg-4.col-xl-3 .box-standard .product-action, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .box-standard .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard .product-action, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard .product-action, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard .product-action, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard .product-action, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .box-standard .product-action, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .box-standard .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard .product-action, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard .product-action, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard .product-action, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard .product-action, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .box-standard .product-action, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard .product-action, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard .product-action, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard .product-action, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard .product-action, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .box-standard .product-action, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .box-standard .product-action, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .box-standard .product-action, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .box-standard .product-action, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard .product-action, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard .product-action, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard .product-action, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard .product-action, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .box-standard .product-action, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard .product-action, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard .product-action, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .box-standard .product-action, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard .product-action, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard .product-action, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard .product-action, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard .product-action, .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.col-xl-4 .box-standard .product-action, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .box-standard .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .box-standard .product-action, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .box-standard .product-action, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .box-standard .product-action, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .box-standard .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .box-standard .product-action, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .box-standard .product-action, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .box-standard .product-action, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .box-standard .product-action, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .box-standard .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .box-standard .product-action, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .box-standard .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .box-standard .product-action, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .box-standard .product-action {
		display: none;
	}
	
	.cms-listing-row .cms-listing-col.col-sm-6.col-lg-4.col-xl-3 .box-standard:hover, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .box-standard:hover, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .box-standard:hover, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .box-standard:hover, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .box-standard:hover, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard:hover, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard:hover, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .box-standard:hover, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .box-standard:hover, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .box-standard:hover, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .box-standard:hover, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard:hover, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard:hover, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard:hover, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard:hover, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .box-standard:hover, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .box-standard:hover, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard:hover, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard:hover, .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.col-xl-4 .box-standard:hover, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .box-standard:hover, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .box-standard:hover, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .box-standard:hover, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .box-standard:hover, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .box-standard:hover, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .box-standard:hover, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .box-standard:hover, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .box-standard:hover, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .box-standard:hover, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .box-standard:hover, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .box-standard:hover, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .box-standard:hover, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .box-standard:hover, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .box-standard:hover {
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
	}
	
	.cms-listing-row .cms-listing-col.col-sm-6.col-lg-4.col-xl-3 .box-standard:hover .product-action, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover .product-action, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover .product-action, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover .product-action, .is-act-finishpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover .product-action, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover .product-action, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover .product-action, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover .product-action, .is-act-finishpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional.checkout-aside .box-standard:hover .product-action, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-4.col-xl-3.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard:hover .product-action, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover .product-action, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard:hover .product-action, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .box-standard:hover .product-action, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .box-standard:hover .product-action, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard:hover .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover .product-action, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard:hover .product-action, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard:hover .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover .product-action, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard:hover .product-action, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-additional .box-standard:hover .product-action, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard:hover .product-action, .cms-listing-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-act-finishpage .checkout .cms-listing-col.col-xl-3.checkout-aside.checkout-additional .box-standard:hover .product-action, .is-act-finishpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-xl-3.checkout-aside .box-standard:hover .product-action, .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.col-xl-4 .box-standard:hover .product-action, .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-act-confirmpage .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .box-standard:hover .product-action, .is-act-cartpage .checkout .cms-listing-row .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .box-standard:hover .product-action, .is-act-confirmpage .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-ctl-accountorder .checkout .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .box-standard:hover .product-action, .is-act-cartpage .checkout .cms-listing-row .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-additional.checkout-aside .box-standard:hover .product-action, .is-ctl-accountorder .checkout .cms-listing-row .cms-listing-col.col-lg-6.col-xl-4.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .box-standard:hover .product-action, .cms-listing-row .is-act-cartpage .checkout .is-act-confirmpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .box-standard:hover .product-action, .is-act-confirmpage .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .box-standard:hover .product-action, .cms-listing-row .is-act-cartpage .checkout .is-ctl-accountorder .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .box-standard:hover .product-action, .is-ctl-accountorder .checkout .cms-listing-row .is-act-cartpage .checkout .cms-listing-col.col-lg-6.checkout-aside.checkout-additional .box-standard:hover .product-action, .is-act-cartpage .checkout .cms-listing-row .cms-listing-col.col-sm-6.col-lg-6.checkout-aside .box-standard:hover .product-action {
		display: block;
	}
	
	.cms-block-product-listing {
		overflow: visible;
	}
	
	.cms-block-product-listing .product-box {
		-webkit-transition: all ease .2s;
		transition: all ease .2s;
	}
	
	.cms-block-product-listing .product-box:hover {
		-ms-transform: scale(1.02);
		-webkit-transform: scale(1.02);
		transform: scale(1.02);
	}
}

.cms-element-s360-category-slider {}

.cms-element-s360-category-slider .cms-element-title {
	color: #000;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.3rem;
	font-weight: 300;
	margin-bottom: 25px;
}

.cms-element-s360-category-slider .product-box {
	padding-top: 15px;
	padding-bottom: 15px;
}

.cms-element-s360-category-slider .category-body {
	position: relative;
	height: 100%;
	width: 100%;
}

.cms-element-s360-category-slider .product-action {
	position: absolute;
}

.cms-element-s360-category-slider .category-name {
	color: #000;
	font-weight: 400;
}

.cms-element-s360-category-slider .category-name:hover {
	color: #000;
}

.cms-element-s360-category-slider .icon-xs {
	width: 10px;
	height: 10px;
}

.cms-element-s360-category-slider .category-slider__link-general {
	font-weight: 300;
}

.cms-element-s360-category-slider .icon > svg {
	top: 0;
}

.cms-element-s360-category-slider .base-slider {
	height: 296px;
	overflow: hidden;
}

.category-slider__link-all a {
	color: #000;
}

.category-slider__link-all a .icon > svg {
	top: 0;
}

.category-slider__link-all a .icon-xs {
	width: 10px;
	height: 10px;
}

.cms-block-categories .product-box {
	height: 295px;
	text-align: center;
}

.cms-block-categories .category-name {
	height: auto;
	line-height: 1.5;
	display: block;
	padding-bottom: 15px;
}

.cms-block-categories .category-name .icon-pfeil_rechts {
	display: none;
}

.cms-block-categories .category-image-wrapper {
	height: 170px;
	width: 171px;
	max-width: 171px;
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	-ms-transform: translate(-50%);
	-webkit-transform: translateX(-50%);
	-webkit-transform: translate(-50%);
	transform: translateX(-50%);
	transform: translate(-50%);
}

.cms-block-categories .category-slider__link-themenwelten {
	display: none;
}

.cms-block-categories .product-action {
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	-ms-transform: translate(-50%);
	-webkit-transform: translateX(-50%);
	-webkit-transform: translate(-50%);
	transform: translateX(-50%);
	transform: translate(-50%);
	bottom: 0;
	width: 171px;
}

.cms-block-categories .category-slider__link-all {
	display: none;
}

.cms-block-themes .product-box {
	height: 240px;
	padding: 0 0 10px 0;
	text-align: center;
}

.cms-block-themes .product-action {
	display: none;
}

.cms-block-themes .category-body {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cms-block-themes .category-image-wrapper {
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
	height: 186px;
}

.cms-block-themes .themenwelten-image {
	border-radius: .25rem .25rem 0 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.cms-block-themes .themenwelten-image:hover {
	opacity: .9;
}

.cms-block-themes .category-name {
	font-size: .9rem;
	-ms-flex-order: 2;
	order: 2;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.cms-block-themes .category-name .icon-xs {
	margin-right: 4px;
}

.cms-block-themes .category-slider__link-general {
	display: none;
}

.cms-block-themes .cms-element-s360-category-slider .base-slider {
	height: 241px;
}

.product-slider-controls-prev {
	left: 20px;
}

.product-slider-controls-next {
	right: 20px;
}

@media (min-width: 576px) {
	.product-slider-controls-prev {
		left: 0px;
	}
	
	.product-slider-controls-next {
		right: 0px;
	}
}

@media (max-width: 575.98px) {
	.cms-element-s360-category-slider .category-image-wrapper a {
		pointer-events: none;
		cursor: default;
	}
}

.breadcrumb {
	padding: 0 20px 20px;
	position: relative;
	font-size: 12px;
	margin-bottom: 22px;
}

.breadcrumb a {
	font-size: 12px;
	font-weight: 300;
	color: #000;
}

.breadcrumb a.is-active {
	color: #000;
	font-weight: 400;
}

.breadcrumb:after {
	content: "";
	position: absolute;
	display: block;
	bottom: -1px;
	right: 15px;
	left: 15px;
	height: 2px;
	background: #f8f8f8;
}

.cms-section-sidebar-main-content .col-lg-8, .cms-section-sidebar-main-content .is-act-cartpage .checkout .checkout-main, .is-act-cartpage .checkout .cms-section-sidebar-main-content .checkout-main, .cms-section-sidebar-main-content .is-act-checkoutregisterpage .checkout .checkout-main, .is-act-checkoutregisterpage .checkout .cms-section-sidebar-main-content .checkout-main, .cms-section-sidebar-main-content .is-act-confirmpage .checkout .checkout-main, .is-act-confirmpage .checkout .cms-section-sidebar-main-content .checkout-main, .cms-section-sidebar-main-content .is-ctl-accountorder .checkout .checkout-main, .is-ctl-accountorder .checkout .cms-section-sidebar-main-content .checkout-main, .cms-section-sidebar-main-content .is-act-finishpage .checkout .checkout-main, .is-act-finishpage .checkout .cms-section-sidebar-main-content .checkout-main, .cms-section-sidebar-main-content .col-xl-9 {
	padding-right: 0;
	padding-left: 0;
}

.cms-section-sidebar.boxed {
	padding-left: 0;
	padding-right: 0;
}

.cms-element-sidebar__additional-info--category {
	font-size: 24px;
	color: #000;
	height: auto;
	line-height: 1;
	margin-bottom: 10px;
	margin-top: 20px;
}

.cms-element-sidebar__additional-info--amount {
	position: absolute;
	top: 50px;
	font-size: 1rem;
	color: #888;
}

.btn.filter-panel-wrapper-toggle, .eightworks-cookie-consent-plus-toggler > button.filter-panel-wrapper-toggle, .sorting {
	border-color: #f1f1f1;
	text-align: left;
}

.btn.filter-panel-wrapper-toggle .icon > svg, .eightworks-cookie-consent-plus-toggler > button.filter-panel-wrapper-toggle .icon > svg, .sorting .icon > svg {
	top: 0;
}

.btn.filter-panel-wrapper-toggle, .eightworks-cookie-consent-plus-toggler > button.filter-panel-wrapper-toggle {
	padding-left: 15px;
}

.filter-panel-wrapper-toggle {
	position: relative;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #f8f8f8;
}

.filter-panel-wrapper-toggle .icon-xs {
	width: 10px;
	height: 10px;
	position: absolute;
	right: 16px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cms-section-sidebar-sidebar-content .cms-block {
	margin-bottom: 24px;
}

.category-navigation-entry {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.category-navigation-entry .icon svg {
	top: 0;
}

.category-navigation-entry .category-navigation-link {
	padding: 0;
	margin-left: 5px;
	color: #000;
	font-weight: 300;
}

.category-navigation-entry .category-navigation-link.side-navigation-item__no-children {
	margin-left: 15px;
}

.category-navigation-entry .icon-xs {
	width: 10px;
	height: 10px;
}

.category-navigation-entry .icon-pfeil_unten {
	margin-right: 2px;
}

.category-navigation-current-sub {
	padding-left: 20px;
}

@media (max-width: 991.98px) {
	.breadcrumb.container, .cms-section .breadcrumb.boxed, .breadcrumb.s360-megamenu--boxed, .breadcrumb.s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .breadcrumb.s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .breadcrumb.s360-megamenu__dropdown-menu--container {
		display: none;
	}
	
	.container-main {
		padding-top: 20px;
	}
	
	.cms-block-product-listing > .cms-block-container {
		padding-top: 0 !important;
	}
	
	.cms-block-sidebar-filter > .cms-block-container {
		padding-bottom: 0 !important;
	}
}

@media (min-width: 992px) {
	.cms-element-sidebar__additional-info {
		padding-left: 20px;
		margin-bottom: 18px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.cms-element-sidebar__additional-info--category {
		margin-top: 0;
	}
	
	.cms-element-sidebar__additional-info--amount {
		top: 0;
		right: 20px;
	}
	
	.cms-block-sidebar-filter .sorting {
		display: block;
		height: auto;
		position: absolute;
		bottom: -20px;
		width: 192px;
		z-index: 2;
	}
	
	.cms-block-sidebar-filter .sorting-container.col-6 {
		padding-left: 20px;
	}
	
	.cms-block-sidebar-filter .sorting-container .custom-select {
		padding-top: .3rem;
		padding-bottom: .3rem;
		border-color: #e4e4e4;
		background: url("/bundles/grimmtheme/media/chevron_unten.svg") no-repeat right .5625rem center/.5rem .625rem;
	}
	
	.cms-section-sidebar-main-content .icon-chevron_unten.icon-xs {
		width: 11px;
		height: 11px;
	}
	
	.filter-active-remove {
		font-weight: 400;
	}
	
	.cms-element-product-listing .cms-listing-row:after {
		background: #e4e4e4;
		height: 1px;
	}
}

.s360-lvs-buttons {
	position: absolute;
	right: 0;
	top: -2px;
}

.s360-lvs-buttons .btn, .s360-lvs-buttons .eightworks-cookie-consent-plus-toggler > button {
	border: none;
	font-weight: 400;
	padding-top: 0;
}

.s360-lvs-buttons .btn:focus, .s360-lvs-buttons .eightworks-cookie-consent-plus-toggler > button:focus {
	box-shadow: none !important;
}

.s360-lvs-buttons .btn .icon > svg, .s360-lvs-buttons .eightworks-cookie-consent-plus-toggler > button .icon > svg {
	top: 0;
}

.s360-lvs-buttons .btn-primary, .s360-lvs-buttons .address-editor-select:not(.collapsed), .s360-lvs-buttons .address-editor-edit:not(.collapsed), .s360-lvs-buttons .address-editor-create:not(.collapsed), .s360-lvs-buttons #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .s360-lvs-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary {
	background-color: inherit;
	color: #0284e3;
}

.s360-lvs-buttons .btn-primary .icon, .s360-lvs-buttons .address-editor-select:not(.collapsed) .icon, .s360-lvs-buttons .address-editor-edit:not(.collapsed) .icon, .s360-lvs-buttons .address-editor-create:not(.collapsed) .icon, .s360-lvs-buttons #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary .icon, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .s360-lvs-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary .icon {
	color: #0284e3;
}

.s360-lvs-buttons .btn-primary.btn-light, .s360-lvs-buttons .btn-light.address-editor-select:not(.collapsed), .s360-lvs-buttons .btn-light.address-editor-edit:not(.collapsed), .s360-lvs-buttons .btn-light.address-editor-create:not(.collapsed), .s360-lvs-buttons #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .btn-light.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .s360-lvs-buttons .btn-light.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary {
	color: #888;
}

.s360-lvs-buttons .btn-primary.btn-light .icon, .s360-lvs-buttons .btn-light.address-editor-select:not(.collapsed) .icon, .s360-lvs-buttons .btn-light.address-editor-edit:not(.collapsed) .icon, .s360-lvs-buttons .btn-light.address-editor-create:not(.collapsed) .icon, .s360-lvs-buttons #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .btn-light.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary .icon, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .s360-lvs-buttons .btn-light.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary .icon {
	color: #888;
}

.s360-lvs-buttons .btn-primary.btn-light:not(:disabled):not(.disabled):active, .s360-lvs-buttons .btn-light.address-editor-select:not(.collapsed):not(:disabled):not(.disabled):active, .s360-lvs-buttons .btn-light.address-editor-edit:not(.collapsed):not(:disabled):not(.disabled):active, .s360-lvs-buttons .btn-light.address-editor-create:not(.collapsed):not(:disabled):not(.disabled):active, .s360-lvs-buttons #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .btn-light.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:not(:disabled):not(.disabled):active, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .s360-lvs-buttons .btn-light.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:not(:disabled):not(.disabled):active, .s360-lvs-buttons .btn-light:not(:disabled):not(.disabled).active, .s360-lvs-buttons .show > .btn-light.dropdown-toggle {
	color: #888;
	background-color: inherit;
	border: none;
}

.s360-lvs-buttons .btn-primary:not(:disabled):not(.disabled):active, .s360-lvs-buttons .address-editor-select:not(.collapsed):not(:disabled):not(.disabled):active, .s360-lvs-buttons .address-editor-edit:not(.collapsed):not(:disabled):not(.disabled):active, .s360-lvs-buttons .address-editor-create:not(.collapsed):not(:disabled):not(.disabled):active, .s360-lvs-buttons #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:not(:disabled):not(.disabled):active, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .s360-lvs-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:not(:disabled):not(.disabled):active {
	color: #0284e3;
	background-color: inherit;
	border: none;
}

.s360-lvs-buttons .icon-xs, .s360-lvs-buttons .icon-sm, .s360-lvs-buttons .navigation-offcanvas-link-icon .loader, .navigation-offcanvas-link-icon .s360-lvs-buttons .loader {
	width: 15px;
	height: 15px;
}

.s360-lvs-buttons .s360-lvs-btn {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.category-sidebar-box {
	border: 1px solid #f0f0f0;
	font-size: 14px;
	border-radius: 2px;
	border-radius: 4px;
	color: #000;
	position: relative;
	font-weight: 300;
	border-color: #bbb;
}

.category-sidebar-box.full-height {
	height: 100%;
}

.category-sidebar-box__heading {
	background-color: #f8f8f8;
	background-color: #fff;
	font-weight: normal;
	font-size: 14px;
	padding: 15px;
	margin-bottom: 0;
	color: #000;
	height: 47px;
	line-height: 1;
	border-radius: 4px 4px 0 0;
}

.category-sidebar-box__inner {
	padding: 15px;
	line-height: 1.8;
	margin: 0;
}

.category-sidebar-box__inner p {
	margin-bottom: 0;
}

.category-sidebar-box__inner--reference {
	color: #0284e3;
}

.s360-category-sidebar-trust p::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 8px;
	background-image: url("/bundles/grimmtheme/media/check.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.s360-category-sidebar-trust .category-sidebar-box__inner--images {
	padding-top: 15px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.s360-category-sidebar-trust .category-sidebar-box__inner--images:before, .s360-category-sidebar-trust .category-sidebar-box__inner--images:after {
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	background-size: contain;
	background-repeat: no-repeat;
}

.s360-category-sidebar-trust .category-sidebar-box__inner--images:before {
	margin-right: 10px;
	background-image: url("/bundles/grimmtheme/media/trusted-shops-guarantee-logo.png");
}

.s360-category-sidebar-trust .category-sidebar-box__inner--images:after {
	background-image: url("/bundles/grimmtheme/media/ssl-daten-sicherheit-logo.png");
}

.s360-listing-view .product-name {
	max-height: 120px;
	line-height: 22px;
	padding-bottom: 0;
	margin-bottom: 0px;
	max-width: 100%;
	overflow: hidden;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.s360-listing-view .product-info__article-number {
	color: #848484;
	padding: 0;
	font-weight: 300;
	font-size: 12px;
	margin-bottom: 5px;
}

.s360-listing-view .list-box.product-box {
	height: 185px;
}

.s360-listing-view .product-info {
	-ms-flex: 0 0 43%;
	flex: 0 0 43%;
	max-width: 43%;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	border-radius: 0;
}

.s360-listing-view .product-image-wrapper {
	padding: 15px;
}

.s360-listing-view .product-image-wrapper .product-image {
	height: 152px;
	width: 143px;
}

.s360-listing-view .product-last-section {
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	max-width: 32%;
	padding: 15px;
	border-radius: 0 4px 4px 0;
}

.s360-listing-view .product-uvp-info {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}

.s360-listing-view .product-box__price-discount {
	font-size: .8rem;
	margin-right: .625rem;
	margin-bottom: .4375rem;
}

.s360-listing-view .product-last-section__price-taxes {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 5px;
}

.s360-listing-view .product-price-info {
	display: inline-block;
	height: 20px;
}

.s360-listing-view .product-price {
	display: inline-block;
	-ms-flex-item-align: bottom;
	align-self: bottom;
	margin-top: 0;
}

.s360-listing-view .product-price__taxes {
	margin-left: 10px;
	font-size: 12px;
	font-weight: 300;
}

.s360-listing-view .product-action {
	margin-top: 0;
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

.s360-listing-view .product-action .btn-buy, .s360-listing-view .product-action .btn, .s360-listing-view .product-action .eightworks-cookie-consent-plus-toggler > button {
	height: 33px;
	padding: 0;
	border-width: 2px;
	color: #000;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.s360-listing-view .product-action .btn-buy .icon > svg, .s360-listing-view .product-action .btn .icon > svg, .s360-listing-view .product-action .eightworks-cookie-consent-plus-toggler > button .icon > svg {
	top: 0;
}

.s360-listing-view .product-action .btn-buy .icon, .s360-listing-view .product-action .btn .icon, .s360-listing-view .product-action .eightworks-cookie-consent-plus-toggler > button .icon {
	color: #000;
}

.s360-listing-view .product-action .btn-buy {
	border-color: #fed601;
	width: 50%;
}

.s360-listing-view .product-counter {
	display: inline;
}

.s360-listing-view .buy-widget-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.s360-listing-view .buy-widget-container .product-counter {
	margin-right: 8px;
}

.s360-listing-view.cms-listing-col {
	margin-bottom: 16px;
}

.s360-listing-view .product__free-delivery {
	height: 18px;
}

.s360-listing-view .wishlist-compare-row {
	margin-top: 10px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 20px;
}

.s360-listing-view .wishlist-compare-row .compare-button, .s360-listing-view .wishlist-compare-row .product-wishlist {
	margin-top: 0;
	position: static;
}

.s360-listing-view .compare-button {
	margin-right: 15px;
}

.s360-listing-view .product-info__description {
	height: 62px;
	font-weight: 300;
	font-size: 14px;
	max-width: 100%;
	overflow: hidden;
	margin-bottom: 0;
}

.product-action .btn-light.configure-product-btn {
	background-color: #fff;
	border-color: #f1f1f1;
}

.product-action .btn-light.configure-product-btn:hover {
	background-color: #f1f1f1;
}

.product__free-delivery {
	color: #52be53;
	font-size: 12px;
	font-weight: 300;
}

.product__delivery-costs {
	color: #000;
}

.product-box__price-discount {
	color: #848484;
}

.product-slider {
	padding-top: 10px;
}

.product-slider.has-border {
	border: 1px solid #bcc1c7;
	border-radius: 3px;
}

.product-slider.has-border {
	padding: 25px;
}

.product-slider.has-nav {
	padding-left: 20px;
	padding-right: 20px;
}

.product-slider.has-border.has-nav {
	padding-left: 40px;
	padding-right: 40px;
}

.product-slider .cms-element-title .cms-element-title-paragraph {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
}

.product-detail-tabs__cross-selling .product-slider-container {
	padding-bottom: 1px;
}

.product-detail-tabs__cross-selling .product-slider-container .product-slider-item .product-box {
	height: 304px !important;
	padding: 10px !important;
}

.product-detail-tabs__cross-selling .product-slider-container .product-slider-item .product-box .card-body {
	padding: 5px;
}

.product-detail-tabs__cross-selling .product-slider-container .product-slider-item .product-box .card-body .product-image-wrapper {
	height: 80px;
}

.product-detail-tabs__cross-selling .product-slider-container .product-slider-item .product-box .card-body .product-image-wrapper .product-image {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.product-detail-tabs__cross-selling .product-slider-container .product-slider-item .product-box .card-body .product-name {
	font-size: 15px;
}

.product-detail-tabs__cross-selling .product-slider-container .product-slider-item .product-box .card-body .product-info .product_additional_info {
	display: none;
}

.product-detail-tabs__cross-selling .product-slider-container .product-slider-item .product-box .card-body .product-info .price-container {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product-detail-tabs__cross-selling .product-slider-container .product-slider-item .product-box .card-body .product-info .price-container .product-price__taxes {
	margin-left: 0px;
	float: left;
	clear: left;
}

.product-detail-tabs__cross-selling .product-slider-container .product-slider-item .product-box .card-body .product-info .price-container .product-price-info .product-price-wrapper .product-price {
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	clear: left;
}

.product-slider-controls-prev, .product-slider-controls-next {
	border: 0;
	background: none;
}

.product-slider-controls-prev {
	left: -10px;
}

.product-slider-controls-prev.has-border {
	left: 0;
}

.product-slider-controls-next {
	right: -10px;
}

.product-slider-controls-next.has-border {
	right: 0;
}

.product-counter__field {
	height: 33px;
	width: 33px;
	border-radius: 3px;
	background-color: #fff;
}

.product-counter__field.big {
	width: 40px;
	height: 40px;
}

.product-counter__btn {
	border: 1px solid #e4e4e4;
}

.product-counter__btn.disabled {
	pointer-events: none;
	cursor: default;
	background-color: #f8f8f8;
}

.product-counter__amount {
	border: none;
	margin-left: 3px;
	margin-right: 3px;
	text-align: center;
}

.product-counter__amount::-webkit-inner-spin-button, .product-counter__amount::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.product-counter__amount input[type=number] {
	-moz-appearance: textfield;
}

.product-counter__amount.big {
	line-height: 39px;
}

.product-counter__amount.with-border {
	border: 1px solid #e4e4e4;
}

.filter-panel-item {
	font-weight: 300;
	margin-bottom: 0;
}

.filter-panel-item .filter-panel-item-toggle {
	border: none;
	font-weight: 300;
}

.filter-panel {
	margin-bottom: 0;
}

.filter-panel .btn, .filter-panel .eightworks-cookie-consent-plus-toggler > button {
	color: #000;
}

.filter-multi-select-item-label {
	padding: 0;
}

.filter-panel-wrapper-toggle {
	height: 39px;
}

.filter-panel-wrapper-toggle__text {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.filter-panel-active-container {
	font-weight: 300;
}

.filter-panel-active-container .btn.filter-reset-all, .filter-panel-active-container .eightworks-cookie-consent-plus-toggler > button.filter-reset-all {
	border-radius: 3px;
	padding-left: 8px;
	padding-right: 8px;
	color: #e52427;
}

.filter-panel-active-container .btn.filter-reset-all:hover, .filter-panel-active-container .eightworks-cookie-consent-plus-toggler > button.filter-reset-all:hover {
	color: #fff;
}

.filter-panel-active-container .filter-active {
	border-radius: 3px;
	padding-left: 8px;
	padding-right: 0px;
	background-color: #0284e3;
	color: #fff;
	border-color: #0284e3;
	line-height: 1;
}

.filter-active-remove {
	-ms-flex-pack: center;
	justify-content: center;
	display: inline;
	position: static;
	padding-right: 8px;
	color: #fff;
	text-align: center;
}

.filter-active-remove:hover {
	color: #fff;
}

.cms-element-sidebar-filter .filter-panel-item.show .filter-panel-item-toggle {
	color: #0284e3;
}

.cms-element-sidebar-filter .custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border: 1px solid #0584e3;
	background-color: #fff;
	border-radius: 3px;
}

.cms-element-sidebar-filter .custom-control-label::before {
	border: 1px solid #e0e0e0;
	-webkit-transition: none;
	transition: none;
	border-radius: 3px;
}

.cms-element-sidebar-filter .custom-control-label::after {
	background-color: #0584e3 !important;
	-webkit-transition: none;
	transition: none;
	border-radius: 3px;
}

.cms-element-sidebar-filter .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #e0e0e0;
	border-radius: 3px;
	-webkit-transition: none;
	transition: none;
}

.cms-element-sidebar-filter .custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: none;
	border-radius: 3px;
}

.cms-element-sidebar-filter .btn:focus, .cms-element-sidebar-filter .eightworks-cookie-consent-plus-toggler > button:focus {
	box-shadow: none;
}

.cms-element-sidebar-filter .filter-boolean {
	background-color: #f8f8f8;
	border: none;
}

.cms-element-sidebar-filter .filter-boolean:hover {
	border: none;
	color: initial;
}

.offcanvas-filter .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .cms-element-sidebar-filter .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.filter-panel-items-container .header-search-icon .icon-suche.icon-sm, .filter-panel-items-container .header-search-icon .navigation-offcanvas-link-icon .icon-suche.loader, .navigation-offcanvas-link-icon .filter-panel-items-container .header-search-icon .icon-suche.loader {
	width: 20px;
	height: 20px;
}

.filter-panel-items-container .btn .icon-suche, .filter-panel-items-container .eightworks-cookie-consent-plus-toggler > button .icon-suche {
	color: #9b9b9b;
}

.filter-panel-item {
	width: 100%;
}

.filter-panel-item .filter-panel-item-toggle.btn, .filter-panel-item .eightworks-cookie-consent-plus-toggler > button.filter-panel-item-toggle {
	width: 100%;
	text-align: left;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.filter-panel-item .filter-panel-item-toggle.btn .icon > svg, .filter-panel-item .eightworks-cookie-consent-plus-toggler > button.filter-panel-item-toggle .icon > svg {
	top: 0;
}

.filter-panel-item .filter-panel-item-toggle.btn .icon, .filter-panel-item .eightworks-cookie-consent-plus-toggler > button.filter-panel-item-toggle .icon {
	position: absolute;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #848484;
}

.offcanvas-filter .filter-panel {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
}

.offcanvas-filter .filter-panel-item {
	margin-right: 0;
	border-top: 2px solid #f7f7f7 !important;
}

.offcanvas-filter .filter-panel-item:first-child {
	border-top: none !important;
}

.offcanvas-filter .filter-panel-item .filter-panel-item-toggle {
	font-weight: 300;
}

.offcanvas-filter .filter-panel-item .filter-panel-item-toggle .icon-xs {
	width: 15px;
	height: 15px;
}

.offcanvas-filter .filter-panel-item .filter-panel-item-toggle.btn.disabled, .offcanvas-filter .filter-panel-item .eightworks-cookie-consent-plus-toggler > button.filter-panel-item-toggle.disabled {
	background: #fff;
	opacity: .5;
}

.offcanvas-filter .filter-panel-item-toggle {
	border: none;
}

.offcanvas-filter .filter-panel-item-toggle.btn, .offcanvas-filter .eightworks-cookie-consent-plus-toggler > button.filter-panel-item-toggle {
	padding-right: 0;
	padding-left: 0;
}

.offcanvas-filter .filter-panel-item-toggle.btn:focus, .offcanvas-filter .eightworks-cookie-consent-plus-toggler > button.filter-panel-item-toggle:focus {
	box-shadow: none;
}

.offcanvas-filter .filter-panel-offcanvas-only, .offcanvas-filter .filter-boolean-label {
	font-weight: 300;
}

.offcanvas-filter .filter-panel-offcanvas-header {
	font-size: 1.2rem;
	background-color: #f8f8f8;
	padding: 15px;
	height: auto;
}

.offcanvas-filter .filter-panel-offcanvas-header .icon > svg {
	top: 0;
}

.offcanvas-filter .filter-panel-item-dropdown {
	position: static !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	border: none;
	max-height: 100%;
}

.offcanvas-filter .dropdown-menu {
	margin-top: 0;
}

.offcanvas-filter .filter-boolean {
	border: none;
	padding-left: 0;
}

.offcanvas-filter .input-group {
	margin-bottom: 20px;
}

.offcanvas-filter .input-group .form-control, .offcanvas-filter .input-group .header-search-btn {
	background-color: #f5f5f5;
}

.offcanvas-filter .filter-multi-select-list-item, .offcanvas-filter .filter-range-container {
	padding-left: 0;
}

.offcanvas-filter .filter-rating-container {
	margin-left: 0;
}

.filter-panel-item .filter-panel-item-toggle.btn .icon, .filter-panel-item .eightworks-cookie-consent-plus-toggler > button.filter-panel-item-toggle .icon {
	position: absolute;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.filter-panel-item-toggle[aria-expanded="true"] svg {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.filter-panel-item-dropdown {
	width: 100%;
	min-width: 100%;
}

.filter-property-select-list-item .filter-property-select-preview {
	margin-right: 8px;
}

.filter-panel-wrapper-toggle--filter .filter-panel-wrapper-toggle__text {
	color: #000;
	font-weight: 300;
	line-height: 25px;
}

.filter-multi-select-list-item.disabled {
	display: none;
}

.filter-panel-item-dropdown.filter-panel-item-dropdown--measures {
	max-height: none;
	padding-top: 10px;
}

.filter-panel-item-dropdown--measures .filter-measures-label-section {
	border-bottom: 1px solid #e3e3e3;
	padding-top: 10px;
}

.filter-panel-item-dropdown--measures .filter-measures-label-section:last-child {
	border-bottom: none;
}

@media (max-width: 991.98px) {
	.custom-checkbox .custom-control-label[for=shipping-free]::before {
		top: 12px;
	}
	
	.cms-element-sidebar-filter {
		padding-right: 10px;
		position: relative;
		bottom: -69px;
		z-index: 3;
	}
}

@media (min-width: 992px) {
	.s360-category-page .cms-block-sidebar-filter .cms-block-container {
		padding-top: 40px !important;
	}
	
	.s360-category-page .cms-element-product-listing-actions {
		margin-top: 0;
	}
	
	.filter-panel-items-container {
		margin-bottom: 0;
		display: -ms-grid;
		display: grid;
		padding-bottom: 6px;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 10px 15px;
	}
	
	.filter-panel-items-container .position-static {
		position: relative !important;
	}
	
	.filter-panel-item {
		margin-bottom: 12px;
		height: 30px;
	}
	
	.filter-panel-item .filter-panel-item-toggle[aria-expanded="true"] {
		border: 1px solid #0584e3;
		border-bottom: none;
		border-radius: 3px 3px 0 0;
	}
	
	.filter-panel-item .btn, .filter-panel-item .eightworks-cookie-consent-plus-toggler > button {
		height: 100%;
		background-color: #f8f8f8;
		line-height: 1;
	}
	
	.filter-panel-item .header-search-btn {
		background-color: #fff;
	}
	
	.filter-panel-item .header-search-btn .icon > svg {
		top: 2px;
	}
	
	.filter-panel-item .filter-panel-item-toggle.btn .icon, .filter-panel-item .eightworks-cookie-consent-plus-toggler > button.filter-panel-item-toggle .icon {
		position: absolute;
		right: 15px;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.filter-panel-item-toggle {
		border: none;
	}
	
	.filter-panel-item-toggle .btn, .filter-panel-item-toggle .eightworks-cookie-consent-plus-toggler > button {
		height: 100%;
		line-height: 30px;
		padding-bottom: 0;
	}
	
	.filter-panel-item-toggle.change-filter:before {
		content: "";
		position: absolute;
		display: block;
		top: 3px;
		right: 0;
		font-size: 25px;
		font-weight: 300;
		color: #0284e3;
		margin-right: 8px;
		height: 26px;
	}
	
	.filter-panel-item-toggle.show-all:before {
		content: "+";
	}
	
	.filter-panel-item-toggle.hide-all:before {
		content: "-";
	}
	
	.filter-boolean .custom-control.custom-checkbox {
		height: 100%;
	}
	
	.filter-boolean .filter-boolean-label.custom-control-label {
		line-height: 21px;
		left: 25px;
		height: auto;
		top: 4px;
	}
	
	.filter-boolean .custom-control.custom-checkbox {
		padding-left: 0;
	}
	
	.dropdown-menu {
		border-color: #0584e3;
		border-top: none;
		background-color: #f8f8f8;
	}
	
	.filter-panel-item-dropdown.dropdown-menu.show {
		top: 27px !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		right: 0 !important;
		left: 0 !important;
		will-change: auto !important;
		border-radius: 0 0 3px 3px;
	}
	
	.filter-panel-item.show {
		border: 5px;
		border-bottom: none;
		border-color: #0584e3;
	}
	
	.filter-panel-active-container {
		padding-top: 7px;
	}
	
	.filter-multi-select-dropdown .input-group {
		margin-left: 15px;
		width: 90%;
	}
	
	.filter-panel-item-dropdown.filter-panel-item-dropdown--measures.dropdown-menu.show {
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		top: 27px !important;
	}
	
	.filter-measures-label-section__title {
		padding-left: 16px;
	}
}

@media (min-width: 1200px) {
	.filter-panel-items-container {
		grid-gap: 10px 14px;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	
	.filter-panel-item {
		margin-right: 0;
	}
}

.cms-element-product-listing-actions {
	margin-bottom: 0;
}

.cms-element-product-listing-actions .sorting {
	margin-left: 0;
}

.cms-section-sidebar-mobile-wrap .col-12 {
	position: static;
}

.sorting-container {
	right: 0px;
	padding-left: 10px;
	height: 48px;
}

.sorting-container .custom-select {
	background: url("/bundles/grimmtheme/media/pfeil-rechts.svg") no-repeat right 16px center/.5rem .625rem;
	margin-top: 0px;
	color: #000;
}

.sorting {
	margin-top: 0px;
	width: 100%;
	height: 100%;
}

.filter-panel-wrapper-toggle--sorting {
	background-color: #fff;
}

.filter-panel-wrapper-toggle--sorting.btn, .eightworks-cookie-consent-plus-toggler > button.filter-panel-wrapper-toggle--sorting {
	width: 100%;
}

.sorting--mobile.custom-select {
	border: none;
}

.sorting--mobile.custom-select option {
	height: 45px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-top: 2px solid #f7f7f7 !important;
}

.sorting--mobile.custom-select option:first-child {
	border-top: none !important;
}

.sorting--mobile.custom-select option:focus {
	outline: none;
}

.sorting--mobile.custom-select option:checked:hover {
	background: #fff !important;
}

.sorting--mobile.custom-select:hover {
	border: none !important;
	color: #000 !important;
}

.sorting--mobile.custom-select:focus {
	box-shadow: none;
}

.offcanvas .custom-select {
	padding-left: 15px;
	padding-right: 15px !important;
}

.offcanvas .panel-offcanvas__footer {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: calc(100% - 30px);
	height: 40px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #0584e3;
	color: #fff;
}

@media (min-width: 576px) {
	.offcanvas.offcanvas-filter {
		width: 90%;
	}
}

@media (max-width: 991.98px) {
	.sorting.custom-select {
		height: 39px;
		padding: 6px 6px 6px 15px;
	}
	
	.cms-element-product-listing-actions .sorting {
		margin-top: 0;
	}
	
	.cms-element-product-listing-actions {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.cms-element-sidebar__additional-info--amount {
		top: 0;
	}
	
	.sorting-container {
		padding-right: 0;
	}
	
	.cms-element-product-listing {
		padding-top: 30px;
		position: relative;
	}
}

@media (min-width: 992px) {
	.cms-element-product-listing-actions {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
	.sorting-container {
		position: relative;
		top: 0;
		padding-left: 0;
		display: inline;
		height: auto;
	}
	
	.sorting-container .sorting {
		display: inline;
	}
	
	.sorting-container .sorting.custom-select {
		box-shadow: none;
	}
	
	.sorting-container .custom-select {
		height: auto;
		width: 190px;
		padding-top: .3rem;
		padding-bottom: .3rem;
		padding-right: 15px;
		border-color: #e4e4e4;
		background: url("/bundles/grimmtheme/media/chevron_unten.svg") no-repeat right 15px center;
		background-size: 10px 10px;
	}
	
	.sorting-container .sorting-name {
		margin-right: 30px;
	}
}

.js-form-field-fade {
	position: relative;
	z-index: 1;
	display: block;
}

.js-form-field-fade.has-overlay {
	display: none;
}

@media (min-width: 992px) {
	.js-form-field-fade.has-overlay {
		display: block;
	}
	
	.js-form-field-fade.has-overlay:after {
		position: absolute;
		content: "";
		display: block;
		z-index: 1;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background-color: rgba(255, 255, 255, .8);
	}
}

.js-form-field-fade.has-overlay .form-control, .js-form-field-fade.has-overlay .input-group-text {
	color: #d9d9d9;
}

@media (min-width: 992px) {
	.is-ctl-register .js-form-field-fade-shipping-address.js-form-field-fade.has-overlay, .is-act-checkoutregisterpage .js-form-field-fade-shipping-address.js-form-field-fade.has-overlay, .is-act-loginpage .js-form-field-fade-shipping-address.js-form-field-fade.has-overlay {
		color: #d9d9d9;
	}
	
	.is-ctl-register .js-form-field-fade-shipping-address.js-form-field-fade.has-overlay:after, .is-act-checkoutregisterpage .js-form-field-fade-shipping-address.js-form-field-fade.has-overlay:after, .is-act-loginpage .js-form-field-fade-shipping-address.js-form-field-fade.has-overlay:after {
		background-color: transparent;
		top: 20px;
	}
	
	.is-ctl-register .js-form-field-fade-shipping-address.js-form-field-fade.has-overlay .card-title, .is-ctl-register .js-form-field-fade-shipping-address.js-form-field-fade.has-overlay .custom-select, .is-act-checkoutregisterpage .js-form-field-fade-shipping-address.js-form-field-fade.has-overlay .card-title, .is-act-checkoutregisterpage .js-form-field-fade-shipping-address.js-form-field-fade.has-overlay .custom-select, .is-act-loginpage .js-form-field-fade-shipping-address.js-form-field-fade.has-overlay .card-title, .is-act-loginpage .js-form-field-fade-shipping-address.js-form-field-fade.has-overlay .custom-select {
		color: #d9d9d9;
	}
	
	.is-ctl-register .register-form .shipping-address:before, .is-act-checkoutregisterpage .register-form .shipping-address:before, .is-act-loginpage .register-form .shipping-address:before {
		top: 43px;
	}
}

.js-form-field-fade-account-type.has-overlay {
	position: relative;
	color: #d9d9d9;
}

.js-form-field-fade-account-type.has-overlay .card-title, .js-form-field-fade-account-type.has-overlay .custom-select {
	color: #d9d9d9;
}

.js-form-field-fade-account-type.has-overlay:after {
	position: absolute;
	content: "";
	display: block;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	top: 20px;
}

.js-form-field-fade-account-type.has-overlay .form-control {
	color: #d9d9d9;
}

.grimm-form-border-warning.grm-account-type-select .grm-pseudo-radio-input + label {
	border-color: red;
}

.card-tabs .nav-link {
	border-bottom-width: medium;
	border-bottom-color: transparent;
}

.card-tabs .nav-link.active {
	background: none;
}

.custom-select {
	background-image: url("data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'12px\' height=\'8px\' viewBox=\'0 0 12 8\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3C!-- Generator: Sketch 58 (84663) - https://sketch.com --%3E%3Ctitle%3EPath%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id=\'Suchergebnis\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'Suchergebnis-Design-Kachel-Anischt-Copy-11\' transform=\'translate(-685.000000, -307.000000)\' fill=\'%23848484\' fill-rule=\'nonzero\'%3E%3Cg id=\'right-chevron-copy-25\' transform=\'translate(691.000000, 311.000000) rotate(90.000000) translate(-691.000000, -311.000000) translate(688.000000, 306.000000)\'%3E%3Cpath d=\'M4.71946232,5.3473208 L4.71938332,4.64494168 L4.37289195,4.99616096 L4.71946232,5.3473208 Z M0.135629215,9.29124167 C-0.137965102,9.55430852 -0.144492646,10.007664 0.131601806,10.2873999 C0.370743202,10.5427082 0.771700333,10.5715231 1.05282116,10.361684 L1.13738708,10.2873999 L5.86714038,5.49526514 C6.1395176,5.21922916 6.1395176,4.77497697 5.86714038,4.49900733 L1.13738708,-0.293127423 C0.847747106,-0.57209934 0.401535328,-0.565471632 0.131164093,-0.284302433 C-0.12953688,-0.00597278058 -0.12953688,0.420116784 0.126609955,0.693647265 L4.37289195,4.99616096 L0.135629215,9.29124167 Z M4.9537509,4.99713121 L5.15541635,5.20146651 C5.04343968,5.08801296 5.04343968,4.90628677 5.15537415,4.79284872 L4.9537509,4.99713121 Z\' id=\'Path\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 10px 10px;
}

.custom-select.xs {
	height: 25px;
	padding: 0px 5px 0px 7px;
}

.voucher-collapse-toggle {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.voucher-collapse-toggle .icon {
	-ms-transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	color: #111;
}

.voucher-collapse-toggle-btn {
	color: #000;
	font-weight: 400;
}

.form-control::-webkit-input-placeholder, .form-control:-moz-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder {
	font-style: italic;
	font-weight: 300;
	color: #000;
	opacity: .5;
}

.form-control, .country-select {
	border-color: #e4e4e4;
}

.is-act-confirmpage .checkout .checkout-additional, .is-act-editorder .checkout .checkout-additional {
	margin-bottom: 0;
}

.is-ctl-checkout .checkout-additional label {
	margin-bottom: 10px;
}

.is-ctl-checkout .checkout-additional textarea {
	resize: none;
	height: 100px;
}

textarea {
	resize: none;
}

.s360-contact-page textarea#form-comment {
	resize: none;
	height: 100px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'20px\' height=\'20px\' viewBox=\'0 0 12 10\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3C!-- Generator: Sketch 58 (84663) - https://sketch.com --%3E%3Ctitle%3EPath 2%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id=\'Startseite\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'Startseite-Lang-Copy-9\' transform=\'translate(-709.000000, -2848.000000)\' fill=\'%23fff\' fill-rule=\'nonzero\'%3E%3Cpath d=\'M710.564903,2852.93201 C710.292439,2852.62002 709.818647,2852.58798 709.50666,2852.86044 C709.194672,2853.13291 709.162633,2853.6067 709.435097,2853.91869 L712.556906,2857.49334 C712.857303,2857.83731 713.392785,2857.83524 713.690512,2857.48896 L720.568702,2849.48896 C720.838745,2849.17487 720.803041,2848.70134 720.488956,2848.4313 C720.17487,2848.16125 719.70134,2848.19696 719.431298,2848.51104 L713.11738,2855.85474 L710.564903,2852.93201 Z\' id=\'Path-2\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	width: 20px;
	height: 20px;
	left: -28px;
	top: 1px;
}

.custom-checkbox .custom-control-label::before {
	height: 12px;
	width: 12px;
	border-radius: 2px;
	top: 5px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	border-color: #0584e3;
	background-color: transparent;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%230584E3\'/%3e%3c/svg%3e");
}

.custom-control a:-webkit-any-link {
	color: #000;
	text-decoration: underline;
}

.custom-select-grm {
	background-color: #f8f8f8;
	border-color: #f8f8f8;
	background-position: right 17.5px center;
}

.custom-select-grm-light {
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-color: #e4e4e4;
	background-position: right 17.5px center;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

textarea, input[type=number], input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type=radio] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=checkbox]:hover, .grm-pseudo-radio:hover {
	cursor: pointer;
}

.custom-checkbox .custom-control-label, .grm-pseudo-radio .form-check-label {
	cursor: pointer;
}

.was-validated .custom-select:valid {
	border-color: #e4e4e4;
}

.was-validated .form-control:valid {
	border-color: #e4e4e4;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .was-validated .form-check-input:valid ~ .form-check-label {
	color: #000;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before {
	border-color: #adb5bd;
}

.was-validated .grm-account-type-select .grm-pseudo-radio-input + label {
	border-color: #e4e4e4;
	border-bottom: 1px solid red;
}

.was-validated .grm-pseudo-radio .form-check-input:invalid ~ .form-check-label {
	border-color: #e52427;
}

@media (max-width: 767.98px) {
	input, select, .custom-select, .filter-panel-wrapper-toggle__text, .account-menu .form-control {
		font-size: 16px;
	}
}

.offcanvas {
	z-index: 2147483648;
}

.offcanvas .offcanvas-close {
	border-color: #0584e3;
	background-color: #0584e3;
}

.offcanvas .offcanvas-close .icon-arrow-head-left > svg {
	position: static;
}

.offcanvas .offcanvas-close, .offcanvas .offcanvas-close .icon {
	color: #fff;
}

.offcanvas.is-right.is-open .offcanvas-close {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.offcanvas.is-right.is-open .offcanvas-close .icon-arrow-head-left {
	margin-right: 8px;
}

.offcanvas.is-right.is-open .offcanvas-close .icon-arrow-head-left.icon-xxs, .offcanvas.is-right.is-open .offcanvas-close .icon-arrow-head-left.icon-sm, .offcanvas.is-right.is-open .offcanvas-close .navigation-offcanvas-link-icon .icon-arrow-head-left.loader, .navigation-offcanvas-link-icon .offcanvas.is-right.is-open .offcanvas-close .icon-arrow-head-left.loader {
	width: 10px;
	height: 15px;
}

.offcanvas.is-fullwidth {
	width: 80%;
}

.offcanvas .offcanvas-cart-items {
	border-top: 0px solid transparent;
}

.offcanvas .offcanvas-cart-items .cart-item-product {
	border-bottom: 1px solid #f0f0f0;
}

.offcanvas .offcanvas-cart-top-header {
	line-height: 2em;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #0584e3;
	border-color: #0584e3;
	color: #fff;
}

.offcanvas .offcanvas-cart-top-header .cart-header-row {
	margin-right: 0px;
}

.offcanvas .offcanvas-cart-top-header .header-title {
	font-weight: 400;
	width: 100%;
}

.offcanvas .offcanvas-cart-top-header .header-bold {
	font-weight: 600;
}

.offcanvas .offcanvas-cart-top-header .offcanvas-cart-top-close-button {
	display: block;
	text-align: right;
	padding-top: 1rem;
	padding-bottom: 0px;
	cursor: pointer;
	background-color: #0584e3;
	border-color: #0584e3;
}

.offcanvas .offcanvas-cart-top-header .offcanvas-cart-top-close-button .icon {
	color: #fff;
}

.offcanvas .offcanvas-cart-top-header .offcanvas-cart-top-close-button:active {
	background-color: #0584e3;
	border-color: #0584e3;
}

.account-menu-dropdown .offcanvas-cart-top-header {
	display: none !important;
}

.offcanvas-content-container {
	padding-bottom: 0px !important;
}

.offcanvas.account-menu-offcanvas .offcanvas-close, .offcanvas.navigation-offcanvas .offcanvas-close {
	background-color: #f8f8f8;
	border-color: #f8f8f8;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #848484;
	line-height: 0;
	padding: 15px;
}

.offcanvas.account-menu-offcanvas .offcanvas-close .icon, .offcanvas.navigation-offcanvas .offcanvas-close .icon {
	color: #848484;
	display: inline-block;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	position: static;
}

.offcanvas.account-menu-offcanvas .offcanvas-close .icon svg, .offcanvas.navigation-offcanvas .offcanvas-close .icon svg {
	position: static;
}

.offcanvas.account-menu-offcanvas .offcanvas-close__title, .offcanvas.navigation-offcanvas .offcanvas-close__title {
	color: #000;
	padding: 0;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
}

.h4.offcanvas-cart-header {
	display: none;
}

.offcanvas-cart-header-count {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	color: #848484;
}

@media (min-width: 768px) {
	.offcanvas-cart-header-count {
		font-size: 16px;
		line-height: 1.5;
	}
}

.offcanvas-cart .cart- .cart-item-img {
	width: 90px;
	height: 90px;
}

@media (min-width: 768px) {
	.offcanvas-cart .cart- .cart-item-img {
		width: 100px;
		height: 100px;
	}
}

.offcanvas-cart .cart-quantity-price {
	display: block;
}

.offcanvas-cart .cart-item-price {
	text-align: left;
	margin-left: 0;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
	font-weight: 600;
}

@media (min-width: 768px) {
	.offcanvas-cart .cart-item-price {
		font-size: 20px;
		line-height: 1.5;
	}
}

.offcanvas-cart .cart-item-price small {
	font-size: 12px;
	font-weight: 400;
}

.offcanvas-cart .cart-item-price.mobile {
	font-size: 20px;
	line-height: 1;
	font-weight: 300;
	font-weight: 600;
}

@media (min-width: 768px) {
	.offcanvas-cart .cart-item-price.mobile {
		font-size: 20px;
		line-height: 1;
	}
}

.offcanvas-cart .cart-item-details {
	margin-bottom: 0;
}

.offcanvas-cart .cart-item {
	border-color: #f0f0f0;
}

.offcanvas-cart .cart-item:not(:first-child) {
	padding-top: 0;
}

.offcanvas-cart .cart-item:first-child {
	border-top: 1px solid #f0f0f0;
}

.offcanvas-summary .offcanvas-total {
	margin-top: 10px;
	border-top: 1px solid #f0f0f0;
}

.offcanvas-summary .summary-total {
	font-size: 14px;
}

.offcanvas-summary .shipping-label, .offcanvas-summary .summary-label {
	font-weight: 300;
}

.offcanvas-summary .shipping-value, .offcanvas-summary .summary-value {
	font-weight: 600;
}

.offcanvas-total.no-border-top {
	border-top: none;
}

@media (max-width: 767.98px) {
	.offcanvas-cart .cart-item-price {
		padding-left: 0;
	}
	
	.offcanvas-cart .cart-item-price small {
		display: block;
	}
	
	.offcanvas {
		width: 100% !important;
	}
}

.clerk-instant-search-container {
	font-family: "Poppins", sans-serif;
	width: 50%;
	top: 120px !important;
	position: absolute;
	position: relative;
	left: 50% !important;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	min-height: 350px;
	max-width: 850px;
}

.clerk-instant-search-container:after {
	content: "";
	position: absolute;
	display: block;
	top: -7px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-ms-transform: rotate(45deg);
	-webkit-transform: translateX(-50%);
	-webkit-transform: rotate(45deg);
	transform: translateX(-50%);
	transform: rotate(45deg);
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: .5px solid #848484;
	border-right: none;
	border-bottom: none;
}

.clerk-instant-search-container a {
	color: #000;
}

.clerk-instant-search-container .col1 {
	margin-right: 75px;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 245px;
}

.clerk-instant-search-container .col2 {
	-ms-flex-positive: 3;
	flex-grow: 3;
}

.clerk-instant-search-container img {
	min-width: 50;
	min-height: 50;
}

.clerk-instant-search-container .clerk-instant-search-grid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background-color: #fff;
	padding: 15px;
	padding-top: 0;
	border: .5px solid #848484;
	border-radius: 4px;
}

.clerk-instant-search-container .clerk-instant-search-title {
	border-bottom: 1px solid #e4e4e4;
	margin: 0;
	margin-bottom: 13px;
	padding: 15px 0 5px 0;
}

.clerk-instant-search-container .clerk-instant-search-key-selectable {
	line-height: 28px;
}

.clerk-instant-search-container .clerk-instant-search-product {
	min-height: 50px;
}

.clerk-instant-search-container .clerk-instant-search-product-link {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 10px;
}

.clerk-instant-search-container .clerk-instant-search-product-name {
	margin-left: 15px;
}

.clerk-instant-search-container .clerk-instant-search-product-image {
	height: 50px;
	width: 50px;
}

.clerk-instant-search-container .clerk-instant-search-more-results {
	margin-top: 20px;
	position: relative;
}

.clerk-instant-search-container .clerk-instant-search-more-results span {
	padding-left: 10px;
}

.clerk-instant-search-container .clerk-instant-search-more-results span:before {
	content: "";
	position: absolute;
	position: static;
	display: block;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("/bundles/grimmtheme/media/pfeil-rechts.svg");
}

.clerk-instant-search-container .clerk-highlight {
	font-weight: 400;
	background-color: transparent;
	color: #0284e3;
}

.clerk-instant-search-container .clerk-instant-search-no-results {
	padding-top: 15px;
}

@media (max-width: 1199.98px) {
	.clerk-instant-search-container {
		width: 90%;
		max-width: 90%;
	}
	
	.clerk-instant-search-container .clerk-instant-search-grid {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.clerk-instant-search-container .clerk-instant-search-title {
		padding-top: 15px;
	}
	
	.clerk-instant-search-container .col1 {
		-ms-flex-order: 2;
		order: 2;
		margin-right: 0px;
	}
	
	.clerk-instant-search-container .col2 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.clerk-instant-search-container .clerk-instant-search-more-results span:before {
		top: 10px;
		left: 0px;
	}
}

.clerk-search-page-container .clerk-searchresult--headline {
	display: inline-block;
	margin: 20px 0px 10px;
	font-size: 16px;
	font-weight: 300;
}

.clerk-search-page-container .clerk-searchresult--headline strong {
	font-weight: 400;
}

.clerk-search-page-container .cms-listing-col {
	padding: 0px 7px !important;
	margin-bottom: 30px;
}

.clerk-search-page-container #clerk-search-filters {
	width: 25% !important;
}

.clerk-search-page-container .clerk-facets {
	margin-top: 20px;
}

.clerk-search-page-container .clerk-facet-group {
	padding: 0px;
}

.clerk-search-page-container .clerk-facet-group-title {
	padding: 5px;
	padding: 15px;
	background-color: #f8f8f8;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 0;
	color: #000;
	height: 47px;
	line-height: 1;
	text-transform: none;
}

.clerk-search-page-container .clerk-facet-group-facets {
	padding: 15px;
}

.clerk-search-page-container .clerk-facet-search {
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 0;
}

.clerk-search-page-container .product__free-delivery {
	margin-bottom: 10px;
}

.clerk-facet-selected {
	font-weight: 400;
}

.clerk-facet-selected .clerk-facet-name:before {
	background-color: #0584e3;
	border-color: #0584e3;
	background-image: url("data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'20px\' height=\'20px\' viewBox=\'0 0 12 10\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3C!-- Generator: Sketch 58 (84663) - https://sketch.com --%3E%3Ctitle%3EPath 2%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id=\'Startseite\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'Startseite-Lang-Copy-9\' transform=\'translate(-709.000000, -2848.000000)\' fill=\'%23fff\' fill-rule=\'nonzero\'%3E%3Cpath d=\'M710.564903,2852.93201 C710.292439,2852.62002 709.818647,2852.58798 709.50666,2852.86044 C709.194672,2853.13291 709.162633,2853.6067 709.435097,2853.91869 L712.556906,2857.49334 C712.857303,2857.83731 713.392785,2857.83524 713.690512,2857.48896 L720.568702,2849.48896 C720.838745,2849.17487 720.803041,2848.70134 720.488956,2848.4313 C720.17487,2848.16125 719.70134,2848.19696 719.431298,2848.51104 L713.11738,2855.85474 L710.564903,2852.93201 Z\' id=\'Path-2\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-position: center;
	background-size: contain;
}

.clerk-facet-name:hover:before {
	background-color: #0584e3;
	border-color: #0584e3;
	background-image: url("data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'20px\' height=\'20px\' viewBox=\'0 0 12 10\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3C!-- Generator: Sketch 58 (84663) - https://sketch.com --%3E%3Ctitle%3EPath 2%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id=\'Startseite\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'Startseite-Lang-Copy-9\' transform=\'translate(-709.000000, -2848.000000)\' fill=\'%23fff\' fill-rule=\'nonzero\'%3E%3Cpath d=\'M710.564903,2852.93201 C710.292439,2852.62002 709.818647,2852.58798 709.50666,2852.86044 C709.194672,2853.13291 709.162633,2853.6067 709.435097,2853.91869 L712.556906,2857.49334 C712.857303,2857.83731 713.392785,2857.83524 713.690512,2857.48896 L720.568702,2849.48896 C720.838745,2849.17487 720.803041,2848.70134 720.488956,2848.4313 C720.17487,2848.16125 719.70134,2848.19696 719.431298,2848.51104 L713.11738,2855.85474 L710.564903,2852.93201 Z\' id=\'Path-2\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-position: center;
	background-size: contain;
}

@media (max-width: 991.98px) {
	#clerk-search-filters {
		display: none;
	}
	
	#clerk-search-results {
		width: 100% !important;
		padding-left: 0;
	}
	
	#clerk-search-results .row.cms-listing-row, #clerk-search-results .cms-listing-row.account-content, #clerk-search-results .is-act-cartpage .checkout .cms-listing-row.checkout-container, .is-act-cartpage .checkout #clerk-search-results .cms-listing-row.checkout-container, #clerk-search-results .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container, .is-act-checkoutregisterpage .checkout #clerk-search-results .cms-listing-row.checkout-container, #clerk-search-results .is-act-confirmpage .checkout .cms-listing-row.checkout-container, .is-act-confirmpage .checkout #clerk-search-results .cms-listing-row.checkout-container, #clerk-search-results .is-ctl-accountorder .checkout .cms-listing-row.checkout-container, .is-ctl-accountorder .checkout #clerk-search-results .cms-listing-row.checkout-container, #clerk-search-results .is-act-finishpage .checkout .cms-listing-row.checkout-container, .is-act-finishpage .checkout #clerk-search-results .cms-listing-row.checkout-container {
		margin-left: 0;
		margin-right: 0;
	}
}

.clerk_searchpage, .clerk_slider_container {
	font-family: "Poppins", sans-serif;
}

.clerk_searchpage .product-delivery-info, .clerk_slider_container .product-delivery-info {
	position: relative;
}

.clerk_searchpage .product-delivery-info span, .clerk_slider_container .product-delivery-info span {
	padding-left: 20px;
	display: inline-block;
}

.clerk_searchpage .product-delivery-info span:before, .clerk_slider_container .product-delivery-info span:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	width: 15px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("/bundles/grimmtheme/media/lieferzeit.svg");
}

.clerk_searchpage .disabled, .clerk_slider_container .disabled {
	opacity: .65;
	pointer-events: none;
}

.clerk_slider_container [class^="col-"] {
	padding-left: 7px;
	padding-right: 7px;
}

.clerk_slider_container .clerk-searchresult--headline {
	margin: 20px 0px;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	padding-bottom: 9px;
	border-bottom: 1px solid #f0f0f0;
}

.clerk_slider_container .clerk-design-product {
	padding: 0px;
}

.clerk_slider_container .product-image-wrapper {
	height: 155px;
}

.clerk_slider_container .product-delivery-info span {
	font-size: 12px;
}

.clerk_slider_container .product-delivery-info span:before {
	bottom: 2px;
	left: 0px;
}

.clerk_slider_container .product__free-delivery {
	font-size: 12px !important;
}

.clerk_slider_container .product-price {
	margin-top: 0px;
}

.clerk_slider_container .product-price__taxes {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0;
	height: 18px;
}

.clerk_slider_container .product_additional_info, .clerk_slider_container .product__free-delivery {
	height: 20px;
}

.clerk_slider_container .product-action {
	margin-top: 10px;
}

.clerk_slider_container .product-name {
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

.clerk_slider_container .clerk-slider {
	width: 100%;
}

.clerk_slider_container .price-container {
	margin-top: 5px;
}

.clerk_slider_container .product-price-info {
	margin-top: 0;
}

.clerk_slider_container {
	width: 100%;
}

.clerk-slider-nav {
	display: inline-block;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	cursor: pointer;
	z-index: 3;
	width: 30px;
	height: 65px;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	background-color: #f7f7f7;
	opacity: 1;
	color: #848484;
	background-image: none;
	background-position: center;
}

.clerk-slider-nav:hover {
	color: #848484;
	background-color: #e4e4e4;
}

.clerk-slider-nav-prev {
	background-image: url("/bundles/grimmtheme/media/pfeil-links.svg");
	left: 6px;
	border-radius: 0 2px 2px 0;
}

.clerk-slider-nav-prev:hover {
	background-position: center;
}

.clerk-slider-nav-next {
	background-image: url("/bundles/grimmtheme/media/pfeil-rechts.svg");
	border-radius: 2px 0 0 2px;
	right: 6px;
}

.clerk-slider-nav-next:hover {
	background-position: center;
}

@media (min-width: 576px) {
	.clerk-slider-nav-next {
		right: 3px;
	}
}

@media (min-width: 768px) {
	.clerk-slider-nav-next {
		right: 0px;
	}
}

@media (min-width: 992px) {
	.clerk_slider_container .clerk-slider {
		margin-right: -6px;
		padding-right: 12px;
		display: block;
	}
	
	.clerk_slider_container .clerk-searchresult--headline {
		font-size: 20px;
	}
	
	.clerk-slider-nav-next {
		right: 8px;
	}
}

@media (min-width: 1200px) {
	.clerk-slider {
		margin-right: 0;
	}
	
	.clerk-slider-nav-next {
		right: 0;
	}
}

.is-tax--net .clerk .data--gross, .is-tax--net .clerk-search-page-container .data--gross {
	display: none;
}

.is-tax--gross .clerk .data--net, .is-tax--gross .clerk-search-page-container .data--net {
	display: none;
}

.grimm-configurator-toggle {
	font-weight: 400;
	font-size: 12px;
	position: relative;
	padding-left: 15px;
	color: #000;
}

.grimm-configurator-toggle.swag-customized-products-cart__title-no-config {
	padding-left: 0;
}

.grimm-configurator-toggle a {
	text-decoration: underline;
	color: #000;
}

.grimm-configurator-toggle .icon {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	left: 0;
	top: 5px !important;
}

.swag-customized-products-cart__title-link[aria-expanded="false"] .grimm-configurator-toggle .icon {
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
	top: 2px !important;
}

.swag-customized-products-cart__configuration {
	color: #000;
}

.swag-customized-products-cart__configuration .order-item-product-name {
	color: #000;
	text-decoration: underline;
	font-weight: 400;
	font-size: 12px;
}

.swag-customized-products .swag-customized-products__description {
	margin-bottom: 0;
}

#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
	display: none;
}

.is-act-home #trustbadge-container-98e3dadd90eb493088abdc5597a70810, .is-act-finishpage #trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
	display: block;
}

.request-only.is-act-finishpage #trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
	display: none;
}

.ts-rating-light {
	margin-top: 20px;
	border: 1px solid #bbb !important;
	font-size: .9rem !important;
	border-radius: 4px !important;
	color: #000 !important;
}

.ts-rating-light.skyscraper_horizontal {
	background-color: #fff !important;
	font-family: "Poppins", sans-serif !important;
	height: 191px !important;
}

.ts-rating-light.skyscraper_horizontal * {
	font-weight: 300 !important;
	font-family: "Poppins", sans-serif !important;
}

.ts-rating-light.skyscraper_horizontal .ts-wrapper {
	padding: 0 !important;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ts-rating-light.skyscraper_horizontal .ts-footer {
	background-color: transparent !important;
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 15px !important;
	padding-bottom: 15px !important;
	width: auto !important;
	font-family: "Poppins", sans-serif !important;
}

.ts-rating-light.skyscraper_horizontal .ts-footer .footerReviewCount {
	color: #000 !important;
	font-size: 12px;
}

.ts-rating-light.skyscraper_horizontal .ts-footer .footerArrow {
	display: none;
}

.ts-rating-light.skyscraper_horizontal .ts-reviews {
	padding: 15px;
	padding-bottom: 0;
	-ms-flex-order: 1;
	order: 1;
	font-size: 2rem !important;
}

.ts-rating-light.skyscraper_horizontal .ts-reviews .ts-reviews-list {
	height: 150px !important;
}

.ts-rating-light.skyscraper_horizontal .ts-reviews .ts-reviews-list li {
	height: auto !important;
	width: 100% !important;
	padding-right: 0 !important;
}

.ts-rating-light.skyscraper_horizontal .ts-review-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100% !important;
	font-size: 14px !important;
}

.ts-rating-light.skyscraper_horizontal .ts-review-wrapper .ts-review-text {
	-ms-flex-order: -1;
	order: -1;
	font-size: 14px !important;
	width: auto !important;
	color: #000 !important;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ts-rating-light.skyscraper_horizontal .ts-review-avatar {
	display: none;
}

.ts-rating-light.skyscraper_horizontal .ts-title {
	display: none;
}

.ts-rating-light.skyscraper_horizontal .ts-header.ts-icon {
	padding-left: 15px;
	padding-bottom: 15px;
	margin-top: 0 !important;
	-ms-flex-order: 2;
	order: 2;
	position: absolute;
	bottom: 0;
	left: 0;
}

.ts-rating-light.skyscraper_horizontal .ts-review-stars {
	margin-top: 5px;
	margin-bottom: 5px;
}

.ts-wrapper::before {
	content: "Das sagen unsere Kund:innen";
	display: block;
	font-family: "Poppins", sans-serif !important;
	background-color: #f8f8f8;
	background-color: #fff;
	font-weight: normal;
	font-size: 14px;
	padding: 15px;
	margin-bottom: 0;
	color: #000;
	height: 47px;
	line-height: 1;
}

.s360-category-overview__top-box {
	padding-top: 20px;
}

.s360-category-overview__top-box .col-md-6, .s360-category-overview__top-box .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .s360-category-overview__top-box .checkout-aside, .s360-category-overview__top-box .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .s360-category-overview__top-box .checkout-aside, .s360-category-overview__top-box .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .s360-category-overview__top-box .checkout-additional, .s360-category-overview__top-box .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .s360-category-overview__top-box .checkout-aside {
	margin-bottom: 0 !important;
}

.s360-category-overview__top-box img {
	border-radius: 3px 3px 0 0;
}

.s360-category-overview__top-box .cms-element-text {
	border-radius: 0 0 3px 3px;
	font-weight: 300;
	font-family: "Poppins", sans-serif;
	padding: 15px;
	background-color: #f8f8f8;
	color: #000;
}

.s360-category-overview__top-box .cms-element-text h1, .s360-category-overview__top-box .cms-element-text h2, .s360-category-overview__top-box .cms-element-text h3 {
	font-weight: 300;
	letter-spacing: 0;
	line-height: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 0;
}

.s360-category-overview__top-box .cms-element-text p {
	color: #000;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 21px;
	margin-bottom: 0;
}

.s360-category-overview__top-box .cms-element-text h2 {
	padding-top: 0;
}

.s360-category-overview__top-box--manufacturer .cms-image-container .cms-image {
	object-fit: contain !important;
	object-position: center;
}

@media (min-width: 768px) {
	.s360-category-overview__top-box .row, .s360-category-overview__top-box .account-content, .s360-category-overview__top-box .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .s360-category-overview__top-box .checkout-container, .s360-category-overview__top-box .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .s360-category-overview__top-box .checkout-container, .s360-category-overview__top-box .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .s360-category-overview__top-box .checkout-container, .s360-category-overview__top-box .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .s360-category-overview__top-box .checkout-container, .s360-category-overview__top-box .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .s360-category-overview__top-box .checkout-container {
		margin-left: 0;
		margin-right: 0;
	}
	
	.s360-category-overview__top-box img {
		border-radius: 0 4px 4px 0;
	}
	
	.s360-category-overview__top-box .cms-element-text {
		border-radius: 4px 0 0 4px;
		min-height: 260px;
	}
	
	.s360-category-overview__top-box .cms-block-container-row {
		height: auto;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.s360-category-overview__top-box .col-md-6, .s360-category-overview__top-box .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .s360-category-overview__top-box .checkout-aside, .s360-category-overview__top-box .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .s360-category-overview__top-box .checkout-aside, .s360-category-overview__top-box .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .s360-category-overview__top-box .checkout-additional, .s360-category-overview__top-box .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .s360-category-overview__top-box .checkout-aside {
		height: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	
	.s360-category-overview__top-box .col-md-6:nth-child(1), .s360-category-overview__top-box .is-act-confirmpage .checkout .checkout-aside:nth-child(1), .is-act-confirmpage .checkout .s360-category-overview__top-box .checkout-aside:nth-child(1), .s360-category-overview__top-box .is-ctl-accountorder .checkout .checkout-aside:nth-child(1), .is-ctl-accountorder .checkout .s360-category-overview__top-box .checkout-aside:nth-child(1), .s360-category-overview__top-box .is-act-finishpage .checkout .checkout-additional:nth-child(1), .is-act-finishpage .checkout .s360-category-overview__top-box .checkout-additional:nth-child(1), .s360-category-overview__top-box .is-act-finishpage .checkout .checkout-aside:nth-child(1), .is-act-finishpage .checkout .s360-category-overview__top-box .checkout-aside:nth-child(1) {
		max-width: 33% !important;
	}
	
	.s360-category-overview__top-box .col-md-6:nth-child(2), .s360-category-overview__top-box .is-act-confirmpage .checkout .checkout-aside:nth-child(2), .is-act-confirmpage .checkout .s360-category-overview__top-box .checkout-aside:nth-child(2), .s360-category-overview__top-box .is-ctl-accountorder .checkout .checkout-aside:nth-child(2), .is-ctl-accountorder .checkout .s360-category-overview__top-box .checkout-aside:nth-child(2), .s360-category-overview__top-box .is-act-finishpage .checkout .checkout-additional:nth-child(2), .is-act-finishpage .checkout .s360-category-overview__top-box .checkout-additional:nth-child(2), .s360-category-overview__top-box .is-act-finishpage .checkout .checkout-aside:nth-child(2), .is-act-finishpage .checkout .s360-category-overview__top-box .checkout-aside:nth-child(2) {
		-ms-flex: none;
		flex: none;
		max-width: 67% !important;
	}
	
	.s360-manufacturer-page .s360-category-overview__top-box img {
		border-radius: 0;
	}
	
	.s360-manufacturer-page .s360-category-overview__top-box .cms-image-container.is-cover {
		height: 200px;
	}
	
	.s360-manufacturer-page .s360-category-overview__top-box .cms-image-container {
		min-height: 100% !important;
		height: 100%;
	}
	
	.s360-manufacturer-page .s360-category-overview__top-box .cms-element-text {
		min-height: 200px !important;
		height: 100%;
	}
	
	.s360-manufacturer-page .s360-category-overview__top-box .cms-block-container-row {
		border-radius: 4px;
	}
	
	.s360-category-overview__top-box--manufacturer .col-md-6:nth-child(2), .s360-category-overview__top-box--manufacturer .is-act-confirmpage .checkout .checkout-aside:nth-child(2), .is-act-confirmpage .checkout .s360-category-overview__top-box--manufacturer .checkout-aside:nth-child(2), .s360-category-overview__top-box--manufacturer .is-ctl-accountorder .checkout .checkout-aside:nth-child(2), .is-ctl-accountorder .checkout .s360-category-overview__top-box--manufacturer .checkout-aside:nth-child(2), .s360-category-overview__top-box--manufacturer .is-act-finishpage .checkout .checkout-additional:nth-child(2), .is-act-finishpage .checkout .s360-category-overview__top-box--manufacturer .checkout-additional:nth-child(2), .s360-category-overview__top-box--manufacturer .is-act-finishpage .checkout .checkout-aside:nth-child(2), .is-act-finishpage .checkout .s360-category-overview__top-box--manufacturer .checkout-aside:nth-child(2) {
		max-width: 55% !important;
	}
	
	.s360-category-overview__top-box--manufacturer .col-md-6:nth-child(1), .s360-category-overview__top-box--manufacturer .is-act-confirmpage .checkout .checkout-aside:nth-child(1), .is-act-confirmpage .checkout .s360-category-overview__top-box--manufacturer .checkout-aside:nth-child(1), .s360-category-overview__top-box--manufacturer .is-ctl-accountorder .checkout .checkout-aside:nth-child(1), .is-ctl-accountorder .checkout .s360-category-overview__top-box--manufacturer .checkout-aside:nth-child(1), .s360-category-overview__top-box--manufacturer .is-act-finishpage .checkout .checkout-additional:nth-child(1), .is-act-finishpage .checkout .s360-category-overview__top-box--manufacturer .checkout-additional:nth-child(1), .s360-category-overview__top-box--manufacturer .is-act-finishpage .checkout .checkout-aside:nth-child(1), .is-act-finishpage .checkout .s360-category-overview__top-box--manufacturer .checkout-aside:nth-child(1) {
		max-width: 45% !important;
	}
}

@media (min-width: 992px) {
	.s360-category-overview__top-box {
		padding-top: 0;
	}
	
	.s360-category-overview__top-box .cms-element-text {
		padding: 20px;
	}
}

.s360-category-more-info {
	font-weight: 300 !important;
	border-radius: 3px;
	font-family: "Poppins", sans-serif;
	padding: 15px;
	background-color: #f8f8f8;
	color: #000;
	color: #000;
	padding-top: 15px;
}

.s360-category-more-info h1, .s360-category-more-info h2, .s360-category-more-info h3 {
	font-weight: 300;
	letter-spacing: 0;
	line-height: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 0;
}

.s360-category-more-info p {
	color: #000;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 21px;
	margin-bottom: 0;
}

.s360-category-more-info #s360-category-more-info__show-btn {
	padding: 0;
	font-style: italic;
	color: #0284e3;
	margin-top: 15px;
}

.s360-category-more-info #s360-category-more-info__show-btn:hover {
	cursor: pointer;
	color: #0275ca;
}

.s360-category-more-info #different-color {
	color: #cbcbcb;
}

.s360-category-more-info a {
	color: #0284e3 !important;
	font-size: 14px !important;
}

.s360-category-more-info .cms-block-container {
	padding: 0 !important;
}

.s360-category-more-info ul {
	padding-inline-start: 25px;
	list-style: none;
}

.s360-category-more-info li {
	position: relative;
	margin-bottom: 7px;
	line-height: 1.5;
}

.s360-category-more-info li::before {
	content: "";
	position: absolute;
	display: block;
	top: 3px;
	left: -20px;
	width: 15px;
	height: 15px;
	margin-right: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("/bundles/grimmtheme/media/aufzaehlung.svg");
}

.s360-category-more-info #hidden-text {
	display: none;
}

.s360-category-more-info h1, .s360-category-more-info h2, .s360-category-more-info h3, .s360-category-more-info h4 {
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
}

.s360-category-more-info .cms-element-text {
	margin-top: -15px;
}

.s360-category-more-info--no-button #s360-category-more-info__show-btn {
	display: none;
}

@media (min-width: 992px) {
	.s360-category-more-info {
		padding: 20px;
	}
}

.s360-experts.is--detail, .s360-experts.is--sidebar {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	font-size: 14px;
	border-radius: 2px;
	color: #000;
	position: relative;
	font-weight: 300;
}

.s360-experts.is--detail.full-height, .s360-experts.is--sidebar.full-height {
	height: 100%;
}

.s360-experts.is--detail .s360-experts-headline, .s360-experts.is--sidebar .s360-experts-headline {
	font-size: 20px !important;
	font-size: 14px;
	background-color: #f8f8f8;
	background-color: #fff;
	font-weight: normal;
	padding: 15px;
	margin-bottom: 0;
	color: #000;
	height: 47px;
	line-height: 1;
}

.s360-experts.is--detail .s360-experts-inner, .s360-experts.is--sidebar .s360-experts-inner {
	padding: 15px;
	line-height: 1.8;
}

.s360-experts.is--detail .s360-expert:not(:last-child), .s360-experts.is--sidebar .s360-expert:not(:last-child) {
	border: none;
	margin-bottom: 0;
}

.s360-experts.is--category .s360-expert.col-3 {
	padding-right: 0;
	padding-left: 10px;
}

.s360-experts.is--detail .row, .s360-experts.is--detail .account-content, .s360-experts.is--detail .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .s360-experts.is--detail .checkout-container, .s360-experts.is--detail .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .s360-experts.is--detail .checkout-container, .s360-experts.is--detail .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .s360-experts.is--detail .checkout-container, .s360-experts.is--detail .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .s360-experts.is--detail .checkout-container, .s360-experts.is--detail .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .s360-experts.is--detail .checkout-container {
	margin: 0;
}

.s360-experts.is--detail .s360-expert.col-3 {
	padding-right: 20px;
	padding-left: 0;
	padding-bottom: 0;
}

.s360-experts.is--detail .s360-experts-inner {
	padding: 24px;
}

.s360-experts.is--detail .s360-expert__link {
	display: block;
}

.s360-experts.is--detail .s360-expert.col-9 > p {
	color: #848484;
	font-size: 14px;
	font-weight: 400;
}

.s360-experts.is--detail .icon-telefon {
	position: absolute;
	right: 40px;
	top: 50px;
	border-radius: 50%;
	background-color: #0584e3;
	color: white;
	padding: 4px;
}

.s360-experts.is--detail .s360-expert-img {
	margin-bottom: 0;
}

.s360-experts .s360-experts-image-wrapper.row, .s360-experts .s360-experts-image-wrapper.account-content, .s360-experts .is-act-cartpage .checkout .s360-experts-image-wrapper.checkout-container, .is-act-cartpage .checkout .s360-experts .s360-experts-image-wrapper.checkout-container, .s360-experts .is-act-checkoutregisterpage .checkout .s360-experts-image-wrapper.checkout-container, .is-act-checkoutregisterpage .checkout .s360-experts .s360-experts-image-wrapper.checkout-container, .s360-experts .is-act-confirmpage .checkout .s360-experts-image-wrapper.checkout-container, .is-act-confirmpage .checkout .s360-experts .s360-experts-image-wrapper.checkout-container, .s360-experts .is-ctl-accountorder .checkout .s360-experts-image-wrapper.checkout-container, .is-ctl-accountorder .checkout .s360-experts .s360-experts-image-wrapper.checkout-container, .s360-experts .is-act-finishpage .checkout .s360-experts-image-wrapper.checkout-container, .is-act-finishpage .checkout .s360-experts .s360-experts-image-wrapper.checkout-container {
	margin-left: 10px;
}

.s360-experts .s360-experts-image-wrapper.row .s360-expert-img, .s360-experts .s360-experts-image-wrapper.account-content .s360-expert-img, .s360-experts .is-act-cartpage .checkout .s360-experts-image-wrapper.checkout-container .s360-expert-img, .is-act-cartpage .checkout .s360-experts .s360-experts-image-wrapper.checkout-container .s360-expert-img, .s360-experts .is-act-checkoutregisterpage .checkout .s360-experts-image-wrapper.checkout-container .s360-expert-img, .is-act-checkoutregisterpage .checkout .s360-experts .s360-experts-image-wrapper.checkout-container .s360-expert-img, .s360-experts .is-act-confirmpage .checkout .s360-experts-image-wrapper.checkout-container .s360-expert-img, .is-act-confirmpage .checkout .s360-experts .s360-experts-image-wrapper.checkout-container .s360-expert-img, .s360-experts .is-ctl-accountorder .checkout .s360-experts-image-wrapper.checkout-container .s360-expert-img, .is-ctl-accountorder .checkout .s360-experts .s360-experts-image-wrapper.checkout-container .s360-expert-img, .s360-experts .is-act-finishpage .checkout .s360-experts-image-wrapper.checkout-container .s360-expert-img, .is-act-finishpage .checkout .s360-experts .s360-experts-image-wrapper.checkout-container .s360-expert-img {
	margin-bottom: 0;
}

.s360-experts.is--sidebar {
	margin-top: 24px;
}

.s360-experts .icon-xs {
	margin-right: 5px;
	width: 12px;
	height: 12px;
}

.s360-experts a {
	color: #000;
}

.s360-experts .icon > svg {
	top: 0;
}

.s360-experts .s360-expert__link {
	margin-top: 15px;
}

.s360-experts .s360-expert-contact__button {
	background: transparent;
	padding: 7px 15px;
	border-radius: 4px;
	border: solid 2px #848484;
	color: #111;
}

.s360-experts.is--category.is--sidebar {
	border-color: #bbb;
	border-radius: 4px;
	overflow: hidden;
}

.s360-experts.is--sidebar .s360-expert:not(:last-child) {
	padding-bottom: 0;
}

.s360-experts-image-wrapper {
	margin-bottom: 10px;
}

.s360-expert-contact__button {
	background: transparent;
	padding: 7px 15px;
	border-radius: 4px;
	border: solid 2px #848484;
	color: #111;
}

.is-ctl-product .s360-experts.is--sidebar {
	margin-top: 0;
}

.is-ctl-product .content-main {
	background-color: #f5f5f5;
}

.modal-content {
	color: #000;
	font-weight: 300;
}

.modal-content .modal-header {
	background-color: #848484;
	color: #fff;
	padding: 15px;
	padding: 10px 24px;
	font-size: 16px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1;
}

.modal-content .modal-header .icon > svg {
	top: 0;
}

.modal-content .icon-schliessen.icon-xs {
	color: #fff;
	width: 13px;
	height: 13px;
	opacity: 1;
	text-shadow: none;
}

.modal-content .icon-schliessen.icon-xs:hover {
	cursor: pointer;
	opacity: 1 !important;
}

.modal-content .close {
	opacity: 1;
}

.confirm-message {
	font-weight: 300;
}

.modal-backdrop.show {
	opacity: 1;
	background-color: rgba(37, 37, 37, .719);
}

@media (min-width: 992px) {
	.modal-content .cms-section-sidebar-sidebar-content {
		display: none;
	}
	
	.modal-content .cms-section-sidebar-main-content {
		width: 100%;
		max-width: 100%;
		-ms-flex: none;
		flex: none;
	}
}

.tabs-modal .modal-header {
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 16px;
	border-bottom: 1px solid #f2f3f5 !important;
}

.tabs-modal .modal-header .modal-title {
	font-weight: 300;
	font-size: 20px;
}

.tabs-modal .modal-header .modal-close .icon-schliessen {
	color: black;
	width: 15px;
	height: 15px;
}

.tabs-modal .modal-body {
	max-height: 80vh;
	overflow-y: scroll;
}

.tabs-modal .modal-body .product-cross-selling-tab-navigation {
	display: none;
}

.tabs-modal .modal-body .grm-crossselling-product {
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	margin-bottom: 15px;
}

.tabs-modal .modal-body .grm-crossselling-product .product-image {
	max-height: 108px;
	max-width: 108px;
}

.account-menu .form-control {
	height: 40px;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
}

.account-menu .icon-schliessen.icon-xs {
	width: 13px;
	height: 13px;
}

.account-menu .icon-schliessen.icon-xs :hover {
	cursor: pointer;
}

.account-menu .form-group {
	margin-bottom: 15px;
}

.account-menu .form-label {
	font-weight: 300;
}

.account-menu .account-menu-login {
	border: none;
}

.account-menu .login-password-recover {
	color: #0284e3;
	text-align: left;
	padding: 0;
	margin-bottom: 0;
	font-weight: 300;
}

.account-menu .login-submit {
	margin-top: 15px;
	margin-bottom: 10px;
}

.account-menu .account-aside-btn {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.account-menu .btn-link-outline {
	border-width: 2px;
}

@media (min-width: 768px) {
	.account-menu .dropdown-menu {
		color: #000;
		top: 13px !important;
	}
	
	.account-menu .dropdown-menu:before {
		content: "";
		position: absolute;
		display: block;
		top: -10px;
		right: 15px;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 15px solid #f8f8f8;
	}
	
	.account-menu .dropdown.show::before {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: hidden;
		z-index: 1040;
		background-color: rgba(37, 37, 37, .719);
	}
	
	.account-menu .dropdown.show .btn.account-menu-btn, .account-menu .dropdown.show .eightworks-cookie-consent-plus-toggler > button.account-menu-btn {
		position: relative;
		z-index: 1041;
		color: #fff;
	}
	
	.account-menu .dropdown.show .btn.account-menu-btn .icon.icon-mein_konto, .account-menu .dropdown.show .eightworks-cookie-consent-plus-toggler > button.account-menu-btn .icon.icon-mein_konto {
		color: #fff;
		z-index: 1055;
	}
	
	.account-menu .dropdown.show .btn.account-menu-btn p, .account-menu .dropdown.show .eightworks-cookie-consent-plus-toggler > button.account-menu-btn p {
		color: #fff;
	}
	
	.account-menu .dropdown-menu {
		border: none;
		background-color: #fff;
		border-radius: 4px;
		margin: 0;
	}
	
	.account-menu .dropdown-menu.show {
		z-index: 1041;
	}
	
	.account-menu .account-menu-dropdown {
		width: 300px;
		padding: 0;
	}
	
	.account-menu .account-menu-links {
		padding: 5px 15px 10px 15px;
	}
	
	.account-menu .account-menu-login {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 0;
	}
	
	.account-menu .account-modal-header {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		background-color: #f8f8f8;
		padding: 15px;
		border-radius: 4px 4px 0 0;
	}
	
	.account-menu .account-modal-header .icon > svg {
		top: 0;
	}
}

@media (min-width: 992px) {
	.account-menu .account-menu-dropdown {
		width: 419px;
	}
	
	.account-menu .dropdown-menu:before {
		content: "";
		position: absolute;
		display: block;
		top: -10px;
		right: 33px;
	}
}

.address-editor-modal .js-address-editor .row, .address-editor-modal .js-address-editor .account-content, .address-editor-modal .js-address-editor .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .address-editor-modal .js-address-editor .checkout-container, .address-editor-modal .js-address-editor .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .address-editor-modal .js-address-editor .checkout-container, .address-editor-modal .js-address-editor .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .address-editor-modal .js-address-editor .checkout-container, .address-editor-modal .js-address-editor .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .address-editor-modal .js-address-editor .checkout-container, .address-editor-modal .js-address-editor .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .address-editor-modal .js-address-editor .checkout-container {
	margin-left: -5px;
	margin-right: -5px;
}

.address-editor-modal .js-address-editor .col-auto {
	padding: 5px;
}

.address-editor-modal #addresspersonalSalutation {
	display: none;
}

.address-editor-modal .card-title {
	font-size: 14px;
}

.address-editor-modal .address-editor-create-address-wrapper {
	padding-bottom: 0;
}

.address-editor-modal .card-title--billing-address:before {
	content: "Rechnungsadresse ändern";
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: -50px;
}

.address-editor-modal .card-title--shipping-address:before {
	content: "Lieferadresse ändern";
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: -50px;
}

.address-editor-modal .js-pseudo-modal-template-content-element {
	padding: 20px 24px;
}

.address-editor-modal .address-editor-list-wrapper .card-actions .col-sm-6, .address-editor-modal .address-editor-list-wrapper .card-actions .is-act-confirmpage .checkout .checkout-additional, .is-act-confirmpage .checkout .address-editor-modal .address-editor-list-wrapper .card-actions .checkout-additional, .address-editor-modal .address-editor-list-wrapper .card-actions .is-ctl-accountorder .checkout .checkout-additional, .is-ctl-accountorder .checkout .address-editor-modal .address-editor-list-wrapper .card-actions .checkout-additional {
	padding-left: 8px;
}

.address-editor-modal .address-editor-list-wrapper .card-title {
	margin-bottom: 0;
}

.address-editor-modal .js-close-address-editor .btn.btn-block.btn-light.btn-sm, .address-editor-modal .js-close-address-editor .eightworks-cookie-consent-plus-toggler > button.btn-block.btn-light.btn-sm, .address-editor-modal .js-close-address-editor .btn-group-sm.eightworks-cookie-consent-plus-toggler > button.btn-block.btn-light.btn, .address-editor-modal .js-close-address-editor .btn-group-sm > .eightworks-cookie-consent-plus-toggler > button.btn-block.btn-light.btn, .address-editor-modal .js-close-address-editor .eightworks-cookie-consent-plus-toggler.btn-group-sm.eightworks-cookie-consent-plus-toggler > button.btn-block.btn-light, .address-editor-modal .js-close-address-editor .eightworks-cookie-consent-plus-toggler > .btn-group-sm.eightworks-cookie-consent-plus-toggler > button.btn-block.btn-light, .address-editor-modal .js-close-address-editor .btn-group-sm > .btn.btn-block.btn-light, .address-editor-modal .js-close-address-editor .eightworks-cookie-consent-plus-toggler.btn-group-sm > button.btn-block.btn-light, .address-editor-modal .js-close-address-editor .eightworks-cookie-consent-plus-toggler > .btn-group-sm > button.btn-block.btn-light {
	background-color: transparent;
	border-color: transparent;
	font-weight: 300;
	padding: 0;
	width: auto;
}

.address-editor-modal .js-close-address-editor .btn.btn-block.btn-light.btn-sm:before, .address-editor-modal .js-close-address-editor .eightworks-cookie-consent-plus-toggler > button.btn-block.btn-light.btn-sm:before, .address-editor-modal .js-close-address-editor .btn-group-sm.eightworks-cookie-consent-plus-toggler > button.btn-block.btn-light.btn:before, .address-editor-modal .js-close-address-editor .btn-group-sm > .eightworks-cookie-consent-plus-toggler > button.btn-block.btn-light.btn:before, .address-editor-modal .js-close-address-editor .eightworks-cookie-consent-plus-toggler.btn-group-sm.eightworks-cookie-consent-plus-toggler > button.btn-block.btn-light:before, .address-editor-modal .js-close-address-editor .eightworks-cookie-consent-plus-toggler > .btn-group-sm.eightworks-cookie-consent-plus-toggler > button.btn-block.btn-light:before, .address-editor-modal .js-close-address-editor .btn-group-sm > .btn.btn-block.btn-light:before, .address-editor-modal .js-close-address-editor .eightworks-cookie-consent-plus-toggler.btn-group-sm > button.btn-block.btn-light:before, .address-editor-modal .js-close-address-editor .eightworks-cookie-consent-plus-toggler > .btn-group-sm > button.btn-block.btn-light:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("/bundles/grimmtheme/media/pfeil-rechts.svg");
	line-height: 30px;
}

.address-editor-modal .address-editor-create:not(.collapsed):active:not(.disabled):not(:disabled) {
	background-color: #f8f8f8;
	border-color: #f8f8f8;
	color: #000;
}

.address-editor-modal .address-editor-create:not(.collapsed) {
	background-color: #f8f8f8;
	border-color: #f8f8f8;
	color: #000;
}

.address-editor-modal .address-editor-card:not(:last-child) {
	border-bottom: none;
}

.js-field-toggle-contact-type-company .form-row {
	-ms-flex-align: end;
	align-items: flex-end;
}

.js-field-toggle-contact-type-company .form-label[for=addressdepartment] {
	display: none;
}

.confirm-address-billing, .confirm-address-shipping {
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 15px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border: 1px solid #f2f3f5;
}

.confirm-address-billing.selected, .confirm-address-shipping.selected {
	border: 2px solid #0584e3;
	background-color: #eaf6ff;
}

.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: transparent;
	border: 1px solid #e6e8ec;
	border-radius: 4px;
}

.checkbox-container input:checked ~ .checkmark {
	background-color: #52be53;
	border: 1px solid transparent;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

.checkbox-container .checkmark:after {
	left: 8px;
	top: 3px;
	width: 8px;
	height: 14px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.confirm-billing-address .s360-panel .s360-panel__body, .confirm-shipping-address .s360-panel .s360-panel__body {
	padding-bottom: 20px;
}

.confirm-billing-address .s360-panel .s360-panel__body .address .address-name, .confirm-shipping-address .s360-panel .s360-panel__body .address .address-name {
	font-weight: 600;
}

.confirm-billing-address .s360-panel .s360-panel__body .address .address-street, .confirm-shipping-address .s360-panel .s360-panel__body .address .address-street {
	font-weight: 600;
}

.confirm-billing-address .s360-panel .s360-panel__body .address .address-phonenumber, .confirm-shipping-address .s360-panel .s360-panel__body .address .address-phonenumber {
	font-weight: 600;
}

.confirm-billing-address .s360-panel .address-button-container, .confirm-shipping-address .s360-panel .address-button-container {
	padding: 15px;
}

.confirm-billing-address .s360-panel .address-button-container button, .confirm-shipping-address .s360-panel .address-button-container button {
	border: 1px solid #0584e3;
	color: #0584e3;
	font-weight: 600;
}

.confirm-address-shipping .address p:first-child, .confirm-address-billing .address p:first-child, .js-address-editor .address p:first-child {
	margin-bottom: 0;
}

.confirm-address-shipping .address p:last-child, .confirm-address-billing .address p:last-child, .js-address-editor .address p:last-child {
	margin-bottom: 15px;
}

@media (max-width: 991.98px) {
	.js-field-toggle-contact-type-company .form-group.col-6, .js-field-toggle-contact-type-company .form-group.col-md-6, .js-field-toggle-contact-type-company .is-act-confirmpage .checkout .form-group.checkout-aside, .is-act-confirmpage .checkout .js-field-toggle-contact-type-company .form-group.checkout-aside, .js-field-toggle-contact-type-company .is-ctl-accountorder .checkout .form-group.checkout-aside, .is-ctl-accountorder .checkout .js-field-toggle-contact-type-company .form-group.checkout-aside, .js-field-toggle-contact-type-company .is-act-finishpage .checkout .form-group.checkout-additional, .is-act-finishpage .checkout .js-field-toggle-contact-type-company .form-group.checkout-additional, .js-field-toggle-contact-type-company .is-act-finishpage .checkout .form-group.checkout-aside, .is-act-finishpage .checkout .js-field-toggle-contact-type-company .form-group.checkout-aside {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 575.98px) {
	.address-editor-modal .js-address-editor .col-auto {
		display: block;
		width: 100%;
	}
	
	.address-editor-modal .js-address-editor .col-auto .btn, .address-editor-modal .js-address-editor .col-auto .eightworks-cookie-consent-plus-toggler > button {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.address-editor-modal .address-editor-card {
		width: 40;
		display: inline-block;
	}
	
	.address-editor-modal .address-editor-card:not(:last-child) {
		padding-right: 15px;
	}
	
	.address-editor-modal .address-editor-list-wrapper .card-title {
		width: 35%;
	}
}

.cms-element-s360-category-grid .category-name {
	color: #000;
	font-weight: 400;
}

.cms-element-s360-category-grid .product-box {
	border-color: #bbb;
}

.compare-button {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.compare-button .icon > svg {
	top: 0;
}

.compare-button .btn-compare {
	background-color: transparent;
	border: none;
	color: #000;
	font-size: 14px;
	font-weight: 300;
	width: auto;
	display: inline;
	padding: 0;
	line-height: 21px;
}

.compare-button .btn-compare:hover, .compare-button .btn-compare:not(:disabled):not(.disabled):active, .compare-button .btn-compare:not(:disabled):not(.disabled):active:focus, .compare-button .btn-compare:focus {
	background-color: transparent;
	color: #000;
	box-shadow: none;
}

.compare-button .btn-compare.is-added-to-compare {
	color: #0584e3;
	background-color: transparent;
	border: none;
}

.compare-button .btn-compare.is-added-to-compare:not(:disabled):not(.disabled):active {
	background-color: transparent;
	border: none;
}

.compare-button .btn-compare.is-added-to-compare:hover {
	background-color: transparent;
	border: none;
}

.compare-button .btn-compare.is-added-to-compare:focus {
	box-shadow: none;
}

.compare-button .icon-vergleichen.icon-xs {
	width: 10px;
	height: 10px;
	margin-right: 5px;
}

.compare-float {
	margin: 0;
	padding: 0;
	position: static;
	width: auto;
	max-width: none;
}

.compare-float .compare-float-button {
	position: static;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.compare-float .compare-float-button .btn, .compare-float .compare-float-button .eightworks-cookie-consent-plus-toggler > button {
	vertical-align: middle;
	line-height: 1.5;
	line-height: 1.5;
	padding: 3px 13px;
}

.compare-float .compare-float-button .btn .icon > svg, .compare-float .compare-float-button .eightworks-cookie-consent-plus-toggler > button .icon > svg {
	top: 0;
}

.compare-float .compare-float-button .btn .icon-vergleichen, .compare-float .compare-float-button .eightworks-cookie-consent-plus-toggler > button .icon-vergleichen {
	color: #9b9b9b;
	width: 22px;
	height: 22px;
}

.compare-float .compare-float-button .badge-danger {
	background-color: #0584e3;
}

.compare-float .compare-float-button .badge {
	font-weight: 400;
	margin: 0;
	right: 30px;
	top: -5px;
}

.compare-float .compare-float-button .btn-primary, .compare-float .compare-float-button .address-editor-select:not(.collapsed), .compare-float .compare-float-button .address-editor-edit:not(.collapsed), .compare-float .compare-float-button .address-editor-create:not(.collapsed), .compare-float .compare-float-button #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .compare-float .compare-float-button .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary {
	border: none;
	background-color: transparent;
}

.compare-float .compare-float-button .btn-primary:active, .compare-float .compare-float-button .address-editor-select:not(.collapsed):active, .compare-float .compare-float-button .address-editor-edit:not(.collapsed):active, .compare-float .compare-float-button .address-editor-create:not(.collapsed):active, .compare-float .compare-float-button #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:active, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .compare-float .compare-float-button .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:active {
	background-color: transparent;
}

.compare-float .compare-float-button .btn-primary:not(:disabled):not(.disabled):active, .compare-float .compare-float-button .address-editor-select:not(.collapsed):not(:disabled):not(.disabled):active, .compare-float .compare-float-button .address-editor-edit:not(.collapsed):not(:disabled):not(.disabled):active, .compare-float .compare-float-button .address-editor-create:not(.collapsed):not(:disabled):not(.disabled):active, .compare-float .compare-float-button #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:not(:disabled):not(.disabled):active, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .compare-float .compare-float-button .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:not(:disabled):not(.disabled):active {
	background-color: transparent;
}

.header-cart-btn.header-actions-btn, .account-menu-btn.header-actions-btn {
	line-height: 1.5;
}

.compare-product-main-header {
	font-size: 20px;
	font-weight: 300;
}

.compare-product-table-title {
	display: none;
}

.compare-product-table-table {
	font-size: 14px;
}

.compare-product-table {
	font-size: 14px;
}

.compare-product-table .table {
	color: #000;
}

.compare-product-table th {
	font-weight: 400;
}

.compare-product-table td {
	font-weight: 300;
}

.compare-product-table .text-uppercase {
	text-transform: capitalize !important;
	font-weight: 400;
}

.compare-product-table #detail {
	display: none;
}

.compare-product-table .product-price {
	font-size: 14px;
}

.compare-product-table .product-price-info .product-advanced-list-price-wrapper {
	font-weight: 300;
}

.compare-product-table .compare-product-item .compare-product-item-title {
	color: #000;
	font-weight: 400;
	font-size: 16px;
	height: 48px;
}

.compare-product-table .compare-product-item .compare-item-remove-button {
	background-color: transparent;
	border: none;
}

.compare-product-table .compare-product-item .compare-item-remove-button .icon {
	color: #878787;
}

.compare-product-table table tbody#item td .product-action {
	position: static;
}

.btn-outline-info.btn-compare-print {
	background-color: #0584e3;
	border-color: #0584e3;
	color: white;
	font-weight: 400;
}

.btn-outline-info.btn-compare-print:hover {
	background-color: #057ed9;
	border-color: #057ed9;
	color: white;
}

.btn-compare-clear {
	background-color: transparent;
	border: 1px solid #f0f0f0;
	color: #000;
	font-weight: 300;
}

.btn-compare-clear .icon-trash {
	display: none;
}

.btn-compare-clear:not(:disabled):not(.disabled):active, .btn-compare-clear:hover {
	background-color: #f1f1f1;
	border-color: #f1f1f1;
}

.btn-compare-clear:hover {
	background-color: #ebebeb;
	color: #000;
}

.btn-compare-clear:focus {
	box-shadow: none;
}

.compare-product-table .compare-product-item {
	padding-bottom: 0;
}

.s360-listing-view .compare-button {
	position: absolute;
	bottom: 20px;
}

.offcanvas-compare-product-item {
	padding-top: 15px;
}

.offcanvas-cart .cart-item {
	padding: 15px 0;
}

.offcanvas-cart .cart-item:not(:first-child) {
	padding-top: 15px;
}

.offcanvas-cart-items-title {
	font-weight: 400;
}

.product-detail__tools .compare-button, .product-detail__tools .product-wishlist, .product-detail__tools .share-btn {
	margin-top: 0;
}

.product-detail__tools .share-btn {
	height: 40px;
	width: 40px;
	border: 1px solid #e7e7e7;
	border-radius: 50%;
	background-color: transparent;
}

.product-detail__tools .share-btn .span {
	margin-right: 0px;
	color: #848484;
}

.offcanvas-cart .offcanvas-compare-product-item {
	padding-left: 7px;
	padding-right: 7px;
}

.offcanvas-cart .offcanvas-compare-product-item .cart-item-details {
	margin-right: 5px;
}

.offcanvas-cart-group {
	border: 1px solid #f0f0f0;
}

@media (max-width: 991.98px) {
	.compare-float .compare-float-button .badge {
		right: 0;
	}
}

@media (min-width: 768px) {
	.compare-product-table table {
		border: none;
	}
	
	.compare-product-table table tbody {
		border: none !important;
	}
	
	.compare-product-table table tbody tr {
		border: none !important;
	}
	
	.compare-product-table table tbody tr th, .compare-product-table table tbody tr td {
		border: none !important;
	}
	
	.compare-product-table table tbody th {
		background-color: transparent;
	}
	
	.compare-product-table #overview tr:nth-child(4n+4) th, .compare-product-table #overview tr:nth-child(4n+4) td {
		background-color: #f8f8f8 !important;
	}
	
	.compare-product-table #specification tr:nth-child(4n+2) th, .compare-product-table #specification tr:nth-child(4n+2) td {
		background-color: #f8f8f8 !important;
	}
}

.breadcrumb:after {
	height: 1px;
	background: #f0f0f0;
	right: 0;
	left: 0;
}

.breadcrumb {
	display: none;
	padding: 0;
	padding-bottom: 20px;
	font-size: 12px;
	margin-bottom: 1.375rem;
}

@media (min-width: 992px) {
	.breadcrumb {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.breadcrumb nav {
		width: 100%;
	}
	
	.breadcrumb.cms-breadcrumb.container:after, .cms-section .breadcrumb.cms-breadcrumb.boxed:after, .breadcrumb.cms-breadcrumb.s360-megamenu--boxed:after, .breadcrumb.cms-breadcrumb.s360-megamenu--width-auto:after, .s360-megamenu__dropdown--fullwidth .breadcrumb.cms-breadcrumb.s360-megamenu__dropdown-menu--container:after, .s360-megamenu__dropdown--boxed .breadcrumb.cms-breadcrumb.s360-megamenu__dropdown-menu--container:after {
		content: none;
	}
}

.is-act-home .breadcrumb.cms-breadcrumb {
	display: none;
}

.breadcrumb.cms-breadcrumb {
	margin-bottom: 0;
	padding-bottom: 0;
}

.cms-element-product-listing .product-detail-price-unit {
	color: #848484;
	line-height: 14px;
	font-weight: 300;
}

.cms-element-product-listing .product-delivery-unit-info-box {
	height: 21px;
	margin-bottom: 10px;
}

.cms-element-product-listing .product-delivery-unit-info-box .product-delivery-info {
	margin-bottom: 0;
}

.cms-element-product-listing .product-delivery-unit-info-box .product-detail-price-unit {
	position: absolute;
	right: 15px;
}

.cms-element-product-listing .s360-listing-view .product-detail-price-unit {
	line-height: 17px;
	margin-bottom: 5px;
}

.cms-element-product-listing .s360-listing-view .product-delivery-info {
	margin-right: 10px;
}

.product-detail .product-detail-price-unit {
	margin-bottom: 10px;
	font-weight: 300;
}

.eightworks-cookie-consent-plus-button {
	font-weight: normal !important;
	border-color: #fbf7f7 !important;
}

.eightworks-cookie-consent-plus-button.js-offcanvas-cookie-accept-all {
	font-weight: bold !important;
	background: #0584e3 !important;
}

.s360-dynamic-categoryBox__title {
	font-size: 20px;
	margin-bottom: 60px;
}

.s360-dynamic-categoryBox__subtitle {
	font-size: 18px;
	font-weight: 300;
}

.cms-block-s360-dynamic-category-row-block a {
	display: block;
}

.cms-block-s360-dynamic-category-row-block .s360-dynamic-categoryBox__image {
	height: 300px;
	object-fit: cover;
}

.cms-block-s360-dynamic-category-row-block .cms-block-container-row.row.cms-row, .cms-block-s360-dynamic-category-row-block .cms-block-container-row.cms-row.account-content, .cms-block-s360-dynamic-category-row-block .is-act-cartpage .checkout .cms-block-container-row.cms-row.checkout-container, .is-act-cartpage .checkout .cms-block-s360-dynamic-category-row-block .cms-block-container-row.cms-row.checkout-container, .cms-block-s360-dynamic-category-row-block .is-act-checkoutregisterpage .checkout .cms-block-container-row.cms-row.checkout-container, .is-act-checkoutregisterpage .checkout .cms-block-s360-dynamic-category-row-block .cms-block-container-row.cms-row.checkout-container, .cms-block-s360-dynamic-category-row-block .is-act-confirmpage .checkout .cms-block-container-row.cms-row.checkout-container, .is-act-confirmpage .checkout .cms-block-s360-dynamic-category-row-block .cms-block-container-row.cms-row.checkout-container, .cms-block-s360-dynamic-category-row-block .is-ctl-accountorder .checkout .cms-block-container-row.cms-row.checkout-container, .is-ctl-accountorder .checkout .cms-block-s360-dynamic-category-row-block .cms-block-container-row.cms-row.checkout-container, .cms-block-s360-dynamic-category-row-block .is-act-finishpage .checkout .cms-block-container-row.cms-row.checkout-container, .is-act-finishpage .checkout .cms-block-s360-dynamic-category-row-block .cms-block-container-row.cms-row.checkout-container {
	margin-left: -10px;
	margin-right: -10px;
}

.cms-block-s360-dynamic-category-row-block .cms-block-container-row.row.cms-row .col-12, .cms-block-s360-dynamic-category-row-block .cms-block-container-row.cms-row.account-content .col-12, .cms-block-s360-dynamic-category-row-block .is-act-cartpage .checkout .cms-block-container-row.cms-row.checkout-container .col-12, .is-act-cartpage .checkout .cms-block-s360-dynamic-category-row-block .cms-block-container-row.cms-row.checkout-container .col-12, .cms-block-s360-dynamic-category-row-block .is-act-checkoutregisterpage .checkout .cms-block-container-row.cms-row.checkout-container .col-12, .is-act-checkoutregisterpage .checkout .cms-block-s360-dynamic-category-row-block .cms-block-container-row.cms-row.checkout-container .col-12, .cms-block-s360-dynamic-category-row-block .is-act-confirmpage .checkout .cms-block-container-row.cms-row.checkout-container .col-12, .is-act-confirmpage .checkout .cms-block-s360-dynamic-category-row-block .cms-block-container-row.cms-row.checkout-container .col-12, .cms-block-s360-dynamic-category-row-block .is-ctl-accountorder .checkout .cms-block-container-row.cms-row.checkout-container .col-12, .is-ctl-accountorder .checkout .cms-block-s360-dynamic-category-row-block .cms-block-container-row.cms-row.checkout-container .col-12, .cms-block-s360-dynamic-category-row-block .is-act-finishpage .checkout .cms-block-container-row.cms-row.checkout-container .col-12, .is-act-finishpage .checkout .cms-block-s360-dynamic-category-row-block .cms-block-container-row.cms-row.checkout-container .col-12 {
	padding-left: 10px;
	padding-right: 10px;
}

.cms-block-s360-dynamic-category-row-block .s360-dynamic-categoryBox__text {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 10px;
	bottom: 24px;
	top: auto;
}

.cms-block-s360-dynamic-category-row-block .s360-dynamic-categoryBox__text .s360-dynamic-categoryBox__subtitle {
	margin-bottom: 16px;
	-ms-flex-order: -1;
	order: -1;
}

.cms-block-s360-dynamic-category-row-block .btn, .cms-block-s360-dynamic-category-row-block .eightworks-cookie-consent-plus-toggler > button {
	margin-left: 20px;
}

.cms-block-s360-dynamic-category-row-block .w-100 .col-lg-6 {
	margin-bottom: 20px;
}

.cms-block-s360-dynamic-category-row-block .tns-nav {
	width: auto;
}

.cms-block-s360-dynamic-category-row-block .product-slider.has-nav {
	padding-left: 0px;
	padding-right: 0px;
}

.grimm-usp-style.cms-block-s360-dynamic-category-row-block .s360-dynamic-categoryBox__subtitle {
	font-size: 14px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 400;
}

.grimm-usp-style.cms-block-s360-dynamic-category-row-block .s360-dynamic-categoryBox__text {
	display: block;
	text-align: center;
	left: 10px;
	right: 10px;
	bottom: auto;
	top: 108px;
	z-index: 3;
}

.grimm-usp-style.cms-block-s360-dynamic-category-row-block .s360-dynamic-categoryBox__title {
	padding-left: 0;
	font-size: 20px;
	margin-bottom: 15px;
	color: #0584e3 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 300;
	background-color: #fff;
}

.grimm-usp-style.cms-block-s360-dynamic-category-row-block .btn, .grimm-usp-style.cms-block-s360-dynamic-category-row-block .eightworks-cookie-consent-plus-toggler > button {
	margin-left: 0;
}

.grimm-usp-style.cms-block-s360-dynamic-category-row-block .s360-dynamic-categoryBox__image {
	height: 338px;
}

@media (min-width: 992px) {
	.s360-dynamic-categoryBox__title {
		font-size: 28px;
	}
	
	.s360-dynamic-categoryBox__subtitle {
		font-size: 22px;
	}
	
	.cms-block-s360-dynamic-category-row-block .col-12 {
		border-radius: 4px;
		overflow: hidden;
	}
	
	.cms-block-s360-dynamic-category-row-block .s360-dynamic-categoryBox__text {
		left: 20px;
	}
	
	.cms-block-s360-dynamic-category-row-block .s360-dynamic-categoryBox__image {
		height: 300px;
		border-radius: 4px;
	}
	
	.cms-element-image-slider-s360 .image-slider-image {
		border-radius: 4px;
	}
	
	.grimm-usp-style.cms-block-s360-dynamic-category-row-block .row.cms-row, .grimm-usp-style.cms-block-s360-dynamic-category-row-block .cms-row.account-content, .grimm-usp-style.cms-block-s360-dynamic-category-row-block .is-act-cartpage .checkout .cms-row.checkout-container, .is-act-cartpage .checkout .grimm-usp-style.cms-block-s360-dynamic-category-row-block .cms-row.checkout-container, .grimm-usp-style.cms-block-s360-dynamic-category-row-block .is-act-checkoutregisterpage .checkout .cms-row.checkout-container, .is-act-checkoutregisterpage .checkout .grimm-usp-style.cms-block-s360-dynamic-category-row-block .cms-row.checkout-container, .grimm-usp-style.cms-block-s360-dynamic-category-row-block .is-act-confirmpage .checkout .cms-row.checkout-container, .is-act-confirmpage .checkout .grimm-usp-style.cms-block-s360-dynamic-category-row-block .cms-row.checkout-container, .grimm-usp-style.cms-block-s360-dynamic-category-row-block .is-ctl-accountorder .checkout .cms-row.checkout-container, .is-ctl-accountorder .checkout .grimm-usp-style.cms-block-s360-dynamic-category-row-block .cms-row.checkout-container, .grimm-usp-style.cms-block-s360-dynamic-category-row-block .is-act-finishpage .checkout .cms-row.checkout-container, .is-act-finishpage .checkout .grimm-usp-style.cms-block-s360-dynamic-category-row-block .cms-row.checkout-container {
		margin-left: -5px !important;
		margin-right: -5px !important;
	}
	
	.grimm-usp-style.cms-block-s360-dynamic-category-row-block .col-12 {
		-webkit-transition: all ease .2s;
		transition: all ease .2s;
		padding-bottom: 10px;
	}
	
	.grimm-usp-style.cms-block-s360-dynamic-category-row-block .s360-dynamic-categoryBox__text {
		font-weight: 400;
	}
	
	.grimm-usp-style.cms-block-s360-dynamic-category-row-block .s360-dynamic-categoryBox__image {
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
		object-position: center top;
	}
	
	.grimm-usp-style.cms-block-s360-dynamic-category-row-block .btn, .grimm-usp-style.cms-block-s360-dynamic-category-row-block .eightworks-cookie-consent-plus-toggler > button {
		padding-top: 0;
		padding-bottom: 0;
		display: inline-block;
		margin-bottom: 10px;
	}
	
	.grimm-usp-style.cms-block-s360-dynamic-category-row-block .col-12:hover {
		-ms-transform: scale(1.02);
		-webkit-transform: scale(1.02);
		transform: scale(1.02);
	}
}

@media (max-width: 767.98px) {
	.grimm-usp-style.cms-block-s360-dynamic-category-row-block .col-12 {
		margin-bottom: 20px;
	}
	
	.grimm-usp-style.cms-block-s360-dynamic-category-row-block .col-12:last-child {
		margin-bottom: -30px;
	}
}

.cms-element-s360-headline-element, .grimm-cms-headline {
	text-align: center;
	width: 100%;
}

.cms-element-s360-headline-element-headline {
	display: inline-block;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
	margin-bottom: 0;
	color: #000;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0;
	padding: 0 10px;
}

@media (min-width: 992px) {
	.cms-element-s360-headline-element-headline {
		font-size: 22px;
		padding-bottom: 5px;
	}
}

.grimm-cms-headline h1, .grimm-cms-headline h2, .grimm-cms-headline h3 {
	display: inline-block;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
	margin-bottom: 0;
	color: #000;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0;
	padding: 0 10px;
}

@media (min-width: 992px) {
	.grimm-cms-headline h1, .grimm-cms-headline h2, .grimm-cms-headline h3 {
		font-size: 22px;
		padding-bottom: 5px;
	}
}

.cms-element-s360-headline-element-subtitle {
	margin-top: 5px;
	font-weight: 400;
}

.grimm-logo-icon {
	background-image: url("/bundles/grimmtheme/media/grimm-logo.svg");
	width: 115px;
	height: 20px;
	background-size: contain;
	display: block;
	background-repeat: no-repeat;
}

.grimm-cms-headline .grimm-logo-icon {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.grimm-cms-headline .grimm-logo-icon {
		margin: 0 0 0 10px;
		display: inline-block;
	}
	
	.grimm-headline-with-icon {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
		-ms-flex-align: center;
		align-items: center;
		width: auto;
	}
}

.form-group.col-md-3.col-sm-6.contact-type, .is-act-confirmpage .checkout .form-group.col-md-3.contact-type.checkout-additional, .is-ctl-accountorder .checkout .form-group.col-md-3.contact-type.checkout-additional {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.account-register h1 {
	font-weight: 400;
}

.grm-account-type-select {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
}

.grm-account-type-select .grm-pseudo-radio-input {
	display: none;
	visibility: hidden;
}

.grm-account-type-select .grm-pseudo-radio-input + label {
	min-height: 40px;
	padding: 0px;
	padding-bottom: 1px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.grm-account-type-select .grm-pseudo-radio-input:checked + label {
	padding-bottom: 0px;
	border-bottom: 2px solid #0584e3;
}

.grm-account-type-select .grm-pseudo-radio-input:disabled + label {
	border-color: #eee;
}

.grm-register-pseudo-radio-label {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 1.1;
}

.grm-pseudo-radio {
	width: 33.33%;
	height: 85px;
	padding-bottom: 1px;
}

.grm-pseudo-radio .icon {
	width: 100%;
	height: 32px;
}

.grm-pseudo-radio .form-check-label {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.grm-account-type-select .grm-pseudo-radio-input + label {
	text-align: center;
}

.grm-account-type-select .grm-pseudo-radio-input:checked + label {
	font-weight: 600 !important;
	color: black !important;
}

.grm-account-type-select .grm-pseudo-radio-input:checked + label .icon {
	color: #0584e3 !important;
}

.grm-account-type-select .grm-pseudo-radio-input:checked + label .icon > svg polygon {
	fill: currentColor;
}

.grm-account-type-select .grm-pseudo-radio-input:disabled + label .icon {
	color: #eee !important;
}

.grm-account-type-select .grm-pseudo-radio-input:disabled + label .icon > svg polygon {
	fill: #eee;
}

.grm-personal-data .grm-account-type-select {
	margin-left: -5px;
	margin-right: -5px;
}

.grm-personal-data .grm-account-type-select .grm-pseudo-radio {
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}

@media (min-width: 576px) {
	.grm-pseudo-radio {
		width: 33.33%;
	}
}

@media (min-width: 992px) {
	.grm-register-pseudo-radio-label {
		margin-bottom: 8px;
		font-size: 14px;
		color: #848484;
		font-weight: 500;
	}
	
	.grm-account-type-select .grm-pseudo-radio-input:checked + label .grm-register-pseudo-radio-label {
		color: black !important;
		font-weight: 500;
	}
	
	.grm-pseudo-radio {
		width: 33.33%;
	}
	
	.grm-pseudo-radio .icon {
		width: 180px;
		height: 32px;
		margin-bottom: 10px;
	}
}

.account-content .form-label[for="accountType"] {
	display: none;
}

.registration-pages {
	padding-left: 10px;
}

.only-mobile, .only-desktop {
	display: none !important;
}

@media (max-width: 768px) {
	.only-mobile {
		display: block !important;
	}
}

@media (min-width: 769px) {
	.only-desktop {
		display: block !important;
	}
}

.registration-page {
	margin-bottom: 10px;
	padding-left: 20px;
	border-left: 2px solid #f7f7f7;
	cursor: pointer;
}

.registration-page.active {
	border-left: 2px solid #0584e3;
}

.registration-page .registration-page-step {
	color: #4a4a4a;
	font-size: 14px;
}

.registration-page .registration-page-name {
	font-weight: 600;
	font-size: 14px;
}

.registration-page.disabled {
	color: #4a4a4a !important;
	cursor: not-allowed;
}

.only-mobile .registration-page {
	border-left: 0px;
	padding-left: 0px;
}

.only-mobile .registration-page.active .registration-page-step {
	color: #0584e3;
}

.company-page .btn-light {
	background-color: white;
	color: black !important;
	border: 1px solid #808080;
}

.content-main.bg-grey {
	background-color: #f5f5f5;
}

.container.maxwidth-slim, .cms-section .maxwidth-slim.boxed, .maxwidth-slim.s360-megamenu--boxed, .maxwidth-slim.s360-megamenu--width-auto, .s360-megamenu__dropdown--fullwidth .maxwidth-slim.s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .maxwidth-slim.s360-megamenu__dropdown-menu--container {
	max-width: 750px !important;
}

.container.maxwidth-slim .account-register .s360-panel, .cms-section .maxwidth-slim.boxed .account-register .s360-panel, .maxwidth-slim.s360-megamenu--boxed .account-register .s360-panel, .maxwidth-slim.s360-megamenu--width-auto .account-register .s360-panel, .s360-megamenu__dropdown--fullwidth .maxwidth-slim.s360-megamenu__dropdown-menu--container .account-register .s360-panel, .s360-megamenu__dropdown--boxed .maxwidth-slim.s360-megamenu__dropdown-menu--container .account-register .s360-panel {
	background-color: white;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.account-register .s360-panel__body {
	padding-top: 0px;
}

.container.maxwidth-slim .account-register .s360-panel .s360-panel__heading, .cms-section .maxwidth-slim.boxed .account-register .s360-panel .s360-panel__heading, .maxwidth-slim.s360-megamenu--boxed .account-register .s360-panel .s360-panel__heading, .maxwidth-slim.s360-megamenu--width-auto .account-register .s360-panel .s360-panel__heading, .s360-megamenu__dropdown--fullwidth .maxwidth-slim.s360-megamenu__dropdown-menu--container .account-register .s360-panel .s360-panel__heading, .s360-megamenu__dropdown--boxed .maxwidth-slim.s360-megamenu__dropdown-menu--container .account-register .s360-panel .s360-panel__heading {
	border-radius: 15px;
}

.account-register .custom-checkbox .custom-control-label {
	font-size: 14px;
	color: #4a4a4a;
}

#bottom_advantages_box {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 35% 30% 35%;
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

#bottom_advantages_box .advantage {
	text-align: center;
}

#bottom_advantages_box .advantage .icon {
	color: #0584e3;
	width: unset;
	height: unset;
}

#bottom_advantages_box .advantage label {
	max-width: 150px;
	text-align: left;
	margin-left: 15px;
}

#bottom_advantages_box .center-advantage {
	border-right: 1px solid rgba(0, 0, 0, .1);
	border-left: 1px solid rgba(0, 0, 0, .1);
}

.icon-stroke svg path {
	fill: transparent;
	stroke: currentColor;
}

.was-validated .grm-account-type-select .grm-pseudo-radio-input + label {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#register-errors {
	border: 1px solid maroon;
	background-color: #f4d1d1;
}

#register-errors .icon {
	color: maroon;
}

@media (min-width: 768px) {
	div.register-wrapper {
		width: 750px;
		display: block;
		-ms-flex: 0 0 750px;
		flex: 0 0 750px;
		max-width: 100%;
	}
}

.register-note {
	font-size: 14px;
	line-height: 1.5;
	color: #848484;
}

input[type="checkbox"].largerCheckbox:checked {
	accent-color: #af93ec;
	-webkit-filter: invert(100%) hue-rotate(18deg) brightness(1.7);
	filter: invert(100%) hue-rotate(18deg) brightness(1.7);
}

@media (max-width: 768px) {
	.confirm-product .cart-item-row div.cart-item-tax-price {
		display: none !important;
	}
	
	.cart-item .cart-item-info::after {
		background-color: transparent !important;
	}
	
	div.cart-item-total-price {
		-ms-flex-pack: end !important;
		justify-content: end !important;
	}
	
	.confirm-product .cart-item-row div.cart-item-quantity {
		-ms-flex-pack: start !important;
		justify-content: start !important;
	}
	
	h1.confirm-main-header {
		text-align: left !important;
	}
}

.free-shipping-banner {
	border: 2px solid #0584e3;
	background-color: #eaf6ff;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.free-shipping-banner .icon {
	color: #0584e3;
	width: 32px;
	height: calc(100% - 8px);
}

.checkout .checkout-aside .confirm-aside-header {
	margin-bottom: 15px;
}

.checkout .checkout-aside .checkout-aside-container .s360-panel__heading {
	font-size: 20px;
	font-weight: 400;
}

.loadingCircle {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 20%;
	background-color: rgba(255, 255, 255, .7);
	z-index: 99999999;
}

.loadingCircle .logo {
	width: 210px;
	height: 20%;
	margin-bottom: 10px;
	margin: auto;
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 51px;
	height: 51px;
	margin: 6px;
	border: 6px solid #0584e3;
	border-radius: 50%;
	-webkit-animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	border-color: #0584e3 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
	animation-delay: -.45s;
}

.lds-ring div:nth-child(2) {
	animation-delay: -.3s;
}

.lds-ring div:nth-child(3) {
	animation-delay: -.15s;
}

@-webkit-keyframes lds-ring {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes lds-ring {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.is-ctl-checkout .content-main {
	background-color: #f5f5f5;
}

.is-ctl-checkout .checkout {
	padding-top: 20px;
}

@media (min-width: 1200px) {
	.is-ctl-checkout .checkout {
		padding-top: 40px;
	}
}

.is-ctl-extendedcheckout .content-main {
	background-color: #f5f5f5;
}

.is-ctl-extendedcheckout .checkout {
	padding-top: 20px;
}

@media (min-width: 1200px) {
	.is-ctl-extendedcheckout .checkout {
		padding-top: 40px;
	}
}

.is-ctl-extendedcheckout .s360-panel {
	border: none;
}

.is-act-checkoutregisterpage .checkout {
	padding-top: 20px;
}

.is-act-checkoutregisterpage .checkout .checkout-main {
	padding-left: 15px;
	padding-right: 15px;
}

.checkout-main .alert {
	margin-top: 0;
}

.grm-checkout-step {
	padding-top: 11px;
	padding-bottom: 11px;
	background-color: #0584e3;
	margin-bottom: 12px;
}

.grm-checkout-step .container, .grm-checkout-step .cms-section .boxed, .cms-section .grm-checkout-step .boxed, .grm-checkout-step .s360-megamenu--boxed, .grm-checkout-step .s360-megamenu--width-auto, .grm-checkout-step .s360-megamenu__dropdown--fullwidth .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--fullwidth .grm-checkout-step .s360-megamenu__dropdown-menu--container, .grm-checkout-step .s360-megamenu__dropdown--boxed .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .grm-checkout-step .s360-megamenu__dropdown-menu--container {
	-ms-flex-pack: center;
	justify-content: center;
}

.grm-checkout-step__name {
	color: white;
	line-height: 34px;
}

.grm-checkout-step__counter {
	margin-left: 20px;
	width: 34px;
	height: 34px;
	padding-top: 5px;
	border-radius: 17px;
	background-color: white;
	color: #0584e3;
}

.shipping-note .alert {
	margin-top: 0;
	padding-left: 60px;
}

.shipping-note .alert .icon {
	position: absolute;
	top: 12px;
	left: 20px;
	margin: 0;
}

.checkout-product-table {
	margin-bottom: 0;
}

.checkout-aside-summary-total {
	font-size: 14px;
	font-weight: 700;
	border-top: none;
	padding-top: 0px;
	margin-top: 0px;
}

.confirm-aside-header {
	margin-bottom: 0px;
}

.checkout-aside-summary-label {
	color: #848484;
}

.checkout-aside-summary-label.checkout-aside-summary-total {
	color: #111;
}

.content-main:has(.confirm-main-header) .checkout-aside-summary-total, .content-main:has(.cart-main-header) .checkout-aside-summary-total {
	font-size: 14px;
	font-weight: 700;
	border-top: none;
	padding-top: 0px;
	margin-top: 0px;
}

.content-main:has(.confirm-main-header) .checkout-aside-summary-label.summary-net, .content-main:has(.confirm-main-header) .checkout-aside-summary-value.summary-net, .content-main:has(.cart-main-header) .checkout-aside-summary-label.summary-net, .content-main:has(.cart-main-header) .checkout-aside-summary-value.summary-net {
	font-size: 14px;
	padding-top: 13px;
	border-top: 1px solid #f2f3f5;
	margin-top: 5px;
}

.content-main:has(.confirm-main-header) .clerk, .content-main:has(.cart-main-header) .clerk {
	background-color: #fff;
}

.checkout-aside-action {
	padding-top: 0px !important;
}

.checkout-confirm-tos-label.custom-control-label {
	padding-left: 14px;
	font-size: 11px;
	font-weight: 400;
}

.checkout-confirm-tos-label.custom-control-label::before {
	height: 24px;
	width: 24px;
}

.checkout-confirm-tos-label.custom-control-label::after {
	height: 24px;
	width: 24px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	height: 24px;
	width: 24px;
	top: 4px;
	left: -1.5rem;
}

.checkout-aside-summary-label, .checkout-aside-summary-value {
	line-height: 2.5rem;
	margin-bottom: 0px !important;
}

.checkout-aside-container {
	padding: 9px !important;
}

.is-act-cartpage .checkout .checkout-aside-container {
	position: static;
}

.is-act- .register-submit, .is-ctl- .register-submit {
	display: none;
}

@media (min-width: 992px) {
	.checkout-aside .checkout-aside-container {
		position: sticky;
		position: -webkit-sticky;
		top: 20px;
	}
}

.register-login-collapse-toogle .login-collapse-toggle {
	border-radius: 3px;
	-webkit-transition: background-color .15s ease;
	transition: background-color .15s ease;
	font-weight: 400;
	color: #000;
	height: auto;
	line-height: 21px;
}

.register-login-collapse-toogle .login-collapse-toggle:hover {
	cursor: pointer;
}

.register-login-collapse-toogle .login-collapse-toggle[aria-expanded="false"] {
	background-color: #0584e3;
	color: white;
	text-decoration: underline;
}

.register-login-buttons {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.register-login-buttons .btn, .register-login-buttons .eightworks-cookie-consent-plus-toggler > button {
	margin-bottom: 0;
}

a.login-password-recover {
	font-weight: 400;
	color: #000;
}

.register-personal {
	margin-bottom: 0;
}

.hide-in-alternate {
	display: none;
}

.register-billing .register-different-shipping, .register-billing .hide-in-alternate {
	display: block;
	visibility: visible;
}

.is-act-checkoutregisterpage .checkout .checkout-main {
	padding-left: 7px;
	padding-right: 7px;
}

.register-form .card-title {
	font-size: 14px;
	border: 0px solid transparent !important;
}

.register-form small {
	color: #848484;
	font-size: 14px;
	font-weight: 300;
}

.register-form .shipping-address {
	position: relative;
}

.register-form .custom-checkbox.register-different-shipping {
	margin-bottom: 25px;
}

.register-form .form-label {
	font-size: 14px;
}

.register-form .form-control::-ms-input-placeholder, .register-form .form-control::-moz-placeholder, .register-form .form-control::-webkit-input-placeholder, .register-form .form-control::placeholder {
	font-size: 14px;
}

.register-form .card-title {
	font-weight: 400;
}

@media (min-width: 992px) {
	.register-form .card-title.fixer-left, .register-form .card-title.fixer-right {
		position: relative;
	}
	
	.register-form .card-title.fixer-left:before {
		left: -20px;
	}
	
	.register-form .card-title.fixer-right:before {
		right: -20px;
	}
}

.register-form .register-address {
	margin-bottom: 0;
}

.register-guest-control label {
	font-weight: 400;
}

.form-group.formGroupMail, .form-group.formGroupPassword, .form-group.formGroupPasswordConfirmation {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.form-group.formGroupMail, .form-group.formGroupPassword, .form-group.formGroupPasswordConfirmation {
		margin-bottom: 20px;
	}
}

.address-country-select_info {
	background-color: #ffd600;
	border-radius: 4px;
	padding: 10px;
	margin-top: 10px;
}

@media (min-width: 992px) {
	.register-login-collapse-toogle .login-collapse-toggle {
		line-height: 1;
	}
}

dl.checkout-aside-summary-list {
	margin-bottom: 0;
}

dt.checkout-aside-summary-total, dd.checkout-aside-summary-total {
	margin-bottom: 0;
}

.checkout-aside-summary-total-wrapper {
	position: relative;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.checkout-aside-summary-total-wrapper.grm-border-top {
	padding-top: 12px;
	margin-top: 6px;
}

.checkout-aside-summary-total-wrapper.grm-border-top:before {
	content: "";
	position: absolute;
	display: block;
	left: 15px;
	right: 15px;
	height: 1px;
	background-color: #f1f1f1;
	top: 0;
}

.checkout-aside-summary-total-wrapper.grm-border-bottom {
	padding-bottom: 12px;
	margin-bottom: 6px;
}

.checkout-aside-summary-total-wrapper.grm-border-bottom:after {
	content: "";
	position: absolute;
	display: block;
	left: 15px;
	right: 15px;
	height: 1px;
	background-color: #f1f1f1;
	bottom: 0;
}

.cart-item {
	padding: 0 15px 15px;
	border-bottom: none;
}

@media (min-width: 768px) {
	.cart-item {
		padding: 0 0 15px 0;
		border-left: none;
		border-right: none;
	}
}

.cart-item .cart-item-details {
	padding-left: 0;
}

.cart-item .cart-item-info {
	position: relative;
}

.cart-item .cart-item-info:after {
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	background-color: #e4e4e4;
	left: 15px;
	right: 15px;
	bottom: -15px;
}

@media (min-width: 768px) {
	.cart-item .cart-item-info:after {
		display: none;
	}
}

.custom-checkout-item-container .cart-item-product {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.cart-item-info {
	margin-bottom: 0;
}

.cart-item-img {
	border-radius: 0;
	padding: 0;
	border: none;
}

@media (min-width: 992px) {
	.cart-item-details-characteristics {
		margin: 0;
	}
}

@media (min-width: 576px) {
	.cart-item-details-container {
		padding-left: 0;
	}
}

.cart-item-quantity-container {
	width: 42px;
}

.cart-item-quantity-container .custom-select {
	background-position: right 5px center;
}

ul.product-feature-list-list {
	margin-bottom: 0;
}

.cart-item-total-price {
	margin-left: 0;
}

.cart-item-unit-price, .cart-item-total-price, .cart-item-tax-price {
	text-align: left;
}

.btn.cart-item-remove-button, .eightworks-cookie-consent-plus-toggler > button.cart-item-remove-button {
	background-color: transparent;
	margin-top: -12px;
	border: none;
	padding: 0;
}

.cart-item-price-mobile {
	font-weight: 700;
	font-size: 20px;
}

.cart-item-label {
	font-weight: 400;
	color: #000;
	font-size: 16px;
}

@media (min-width: 768px) {
	.cart-item-label {
		font-size: 14px;
	}
}

.cart-item-ordernumber {
	margin-top: 7px;
	font-size: 11px;
	color: #848484;
	margin-bottom: 0;
}

.cart-item-delivery-date {
	font-size: 11px;
}

.cart-item-details-characteristics {
	font-size: 11px;
	font-weight: 400 !important;
}

.cart-item-table-label {
	font-size: 14px;
	color: #848484;
}

.cart-item-deliverytime {
	font-size: 11px;
	color: #848484;
}

.cart-item-shortdesc {
	margin-top: 7px;
}

.is-act-confirmpage .mobile-row-margin-bottom-5, .is-act-editorder .mobile-row-margin-bottom-5 {
	margin-bottom: 5px;
}

.is-act-confirmpage .cart-item-label, .is-act-editorder .cart-item-label {
	font-size: 14px;
}

.cart-item-list-price-mobile {
	font-size: 12px;
	text-decoration: line-through;
	color: #848484;
	font-weight: 400;
}

.offcanvas-cart-items {
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding-left: 0;
	padding-right: 0;
}

.offcanvas-cart-actions {
	position: sticky;
	position: -webkit-sticky;
	bottom: 0px;
	background-color: #fff;
	border-top: 1px solid #f0f0f0;
	padding-bottom: 10px;
}

.offcanvas-cart-actions .btn.btn-block.btn-link, .offcanvas-cart-actions .eightworks-cookie-consent-plus-toggler > button.btn-block.btn-link {
	border: 1px solid #f1f1f1;
	border-radius: 3px;
	color: #000;
	font-weight: 400;
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}

.offcanvas-cart-actions .btn.btn-block.btn-link:hover, .offcanvas-cart-actions .eightworks-cookie-consent-plus-toggler > button.btn-block.btn-link:hover {
	background-color: #e3e3e3;
	border-color: #e3e3e3;
}

.cart-item.is-child, .cart-item.is-nested {
	border-left: none;
}

.offcanvas-cart .cart-item.is-nested, .offcanvas-cart .cart-item.is-child {
	padding-left: 0;
}

.invisible {
	display: none;
}

.is-act-cartpage .header-minimal-back-to-shop {
	display: none !important;
}

.is-act-cartpage .header-minimal-contact {
	text-align: right !important;
}

.checkout-container {
	margin-bottom: 0;
}

.checkout-container .cart-item-tax-price, .checkout-container .cart-item-total-price {
	font-weight: 600;
}

.checkout-container .cart-item {
	background-color: #fff;
}

.checkout-container .s360-experts {
	background-color: #fff;
	margin-top: 12px;
}

.checkout-container .s360-experts .s360-experts-inner > .row > .col-3, .checkout-container .s360-experts .s360-experts-inner > .account-content > .col-3, .checkout-container .s360-experts .is-act-cartpage .checkout .s360-experts-inner > .checkout-container > .col-3, .is-act-cartpage .checkout .checkout-container .s360-experts .s360-experts-inner > .checkout-container > .col-3, .checkout-container .s360-experts .is-act-checkoutregisterpage .checkout .s360-experts-inner > .checkout-container > .col-3, .is-act-checkoutregisterpage .checkout .checkout-container .s360-experts .s360-experts-inner > .checkout-container > .col-3, .checkout-container .s360-experts .is-act-confirmpage .checkout .s360-experts-inner > .checkout-container > .col-3, .is-act-confirmpage .checkout .checkout-container .s360-experts .s360-experts-inner > .checkout-container > .col-3, .checkout-container .s360-experts .is-ctl-accountorder .checkout .s360-experts-inner > .checkout-container > .col-3, .is-ctl-accountorder .checkout .checkout-container .s360-experts .s360-experts-inner > .checkout-container > .col-3, .checkout-container .s360-experts .is-act-finishpage .checkout .s360-experts-inner > .checkout-container > .col-3, .is-act-finishpage .checkout .checkout-container .s360-experts .s360-experts-inner > .checkout-container > .col-3 {
	display: none;
}

.checkout-container .s360-experts .s360-experts-inner > .row > .col-9, .checkout-container .s360-experts .s360-experts-inner > .account-content > .col-9, .checkout-container .s360-experts .is-act-cartpage .checkout .s360-experts-inner > .checkout-container > .col-9, .is-act-cartpage .checkout .checkout-container .s360-experts .s360-experts-inner > .checkout-container > .col-9, .checkout-container .s360-experts .is-act-checkoutregisterpage .checkout .s360-experts-inner > .checkout-container > .col-9, .is-act-checkoutregisterpage .checkout .checkout-container .s360-experts .s360-experts-inner > .checkout-container > .col-9, .checkout-container .s360-experts .is-act-confirmpage .checkout .s360-experts-inner > .checkout-container > .col-9, .is-act-confirmpage .checkout .checkout-container .s360-experts .s360-experts-inner > .checkout-container > .col-9, .checkout-container .s360-experts .is-ctl-accountorder .checkout .s360-experts-inner > .checkout-container > .col-9, .is-ctl-accountorder .checkout .checkout-container .s360-experts .s360-experts-inner > .checkout-container > .col-9, .checkout-container .s360-experts .is-act-finishpage .checkout .s360-experts-inner > .checkout-container > .col-9, .is-act-finishpage .checkout .checkout-container .s360-experts .s360-experts-inner > .checkout-container > .col-9 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 1005%;
	padding: 0px;
}

.checkout-container .s360-experts-headline {
	padding: 24px;
	text-align: center;
	font-size: 20px !important;
}

.checkout-container .s360-expert-contact__button {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.back-shopping-btn {
	border: 1px solid rgba(2, 132, 227, .2);
	color: #0584e3;
	font-weight: 600;
}

.cart-cross-selling-container {
	-ms-flex-order: 5;
	order: 5;
	padding: 0px 50px;
}

.cart-cross-selling-container .spacer {
	border-top: 1px solid #f2f3f5;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cart-cross-selling-container .cart-cross-selling-panel {
	background-color: #f8f8f8;
}

.cart-cross-selling-container .cart-cross-selling-panel .s360-panel__heading > a[aria-expanded="true"] > .icon > svg {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.cart-cross-selling-container .cart-cross-selling-panel .s360-panel__heading {
	background-color: transparent;
	line-height: 21px;
	height: unset;
}

.cart-cross-selling-container .cart-cross-selling-panel .s360-panel__body {
	background-color: transparent;
}

.cart-header-quantity, .cart-header-unit-price, .cart-header-total-price, .cart-header-tax-price {
	text-align: left;
}

.cart-table-header.card-title {
	font-size: 14px;
	font-weight: 400;
	color: #848484;
}

.cart-product-counter {
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 16px;
	color: #848484;
}

@media (min-width: 992px) {
	.cart-main-header {
		margin-bottom: 24px;
	}
}

.cart-main-header h1 {
	margin-bottom: 0;
}

.cart-advantages {
	border-radius: 4px;
	background-color: #fff;
}

.cart-advantages > .row > .cart-advantage:nth-child(2), .cart-advantages > .account-content > .cart-advantage:nth-child(2), .is-act-cartpage .checkout .cart-advantages > .checkout-container > .cart-advantage:nth-child(2), .is-act-checkoutregisterpage .checkout .cart-advantages > .checkout-container > .cart-advantage:nth-child(2), .is-act-confirmpage .checkout .cart-advantages > .checkout-container > .cart-advantage:nth-child(2), .is-ctl-accountorder .checkout .cart-advantages > .checkout-container > .cart-advantage:nth-child(2), .is-act-finishpage .checkout .cart-advantages > .checkout-container > .cart-advantage:nth-child(2) {
	border-left: 1px solid #f2f3f5;
	border-right: 1px solid #f2f3f5;
}

.cart-advantage {
	padding: 40px 30px;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cart-advantage .icon {
	margin-bottom: 10px;
	color: #0284e3;
}

.cart-buttons .btn.d-md-inline-block, .cart-buttons .eightworks-cookie-consent-plus-toggler > button.d-md-inline-block {
	padding: 0 40px;
}

.checkout .clerk .clerk_slider_container {
	background-color: #fff;
	padding: 10px 10px 20px 10px;
}

.checkout-container .card-title.cart-table-header {
	margin-bottom: 0;
}

.checkout-container .cart-cross-selling-item {
	background-color: #fff;
	padding: 20px;
}

.checkout-container .cart-cross-selling-item .product-image-wrapper {
	max-width: 90px;
	max-height: 90px;
}

.checkout-container .cart-cross-selling-item .product-price-info {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}

.checkout-container .cart-cross-selling-item form.buy-widget {
	margin-top: 20px;
}

.checkout-container .cart-cross-selling-item form.buy-widget .btn-buy {
	font-weight: 500;
	padding: 2px 12px;
	font-size: 13px;
}

.checkout-container .cart-cross-selling-item .product-price-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.checkout-container .cart-cross-selling-item .product-price-wrapper .product-price__taxes {
	width: 100%;
	margin-left: 0px;
}

.checkout-container .confirm-product-table .cart-item-product, .checkout-container .confirm-product-table .cart-item-customized-products {
	padding-top: 15px;
}

.checkout-container .checkout-product-table .cart-item-product, .checkout-container .checkout-product-table .cart-item-customized-products {
	padding-top: 15px;
	padding: 24px;
}

.checkout-container .cart-item.is-nested, .checkout-container .cart-item.is-child {
	border-color: #e4e4e4;
}

.checkout-container .cart-item-row {
	-ms-flex-align: center;
	align-items: center;
}

.checkout-container .cart-item-shortdesc {
	font-weight: 300;
	margin-top: 7px;
	display: none;
}

.checkout-container .cart-item-details-characteristics {
	margin-bottom: 0;
	margin-top: 7px;
	font-weight: 300;
	font-size: 14px;
}

.checkout-container .cart-item-details-characteristics .cart-item-details-characteristics-option {
	font-weight: 400;
}

.checkout-container .cart-item-delivery-date {
	margin-top: 7px;
	font-weight: 300;
	color: #0584e3;
}

.checkout-container .grm-checkout-counter, .checkout-container .product-counter__amount--only {
	margin-top: 15px;
}

.checkout-container .cart-item-price-mobile {
	font-weight: 600;
	margin-top: 7px;
}

.checkout-container .cart-item-details {
	padding-top: 0;
}

.checkout-container .cart-item-extras, .checkout-container .cart-item-ordernumber, .checkout-container .cart-item-deliverytime, .checkout-container .cart-voucher {
	font-weight: 300;
}

.checkout-container .cart-buttons--mobile {
	margin-top: 20px;
}

.checkout-container .cart-item.cart-item-promotion {
	padding-top: 15px;
}

.checkout-container .cart-item-unit-price {
	font-weight: 600;
}

.checkout-container .cart-item-info-img {
	width: 118px;
	height: 88px;
	-ms-flex: none;
	flex: none;
}

.checkout-container .cart-item-info-img .cart-item-img-container {
	width: 100%;
}

.checkout-container .cart-item-info-img img {
	object-fit: fill;
}

.checkout-container .cart-item-remove {
	-ms-flex-order: 5;
	order: 5;
}

@media (max-width: 767.98px) {
	.is-act-cartpage .checkout-container .cart-item {
		border: 1px solid #f0f0f0;
		border-radius: 4px;
		margin-bottom: 20px;
	}
	
	.is-act-cartpage .checkout-container .cart-item .cart-item-info:after {
		content: none;
	}
	
	.is-act-cartpage .checkout-container .card {
		border: none;
	}
	
	.is-act-cartpage .checkout-container .cart-item-remove {
		-ms-flex-item-align: start;
		align-self: start;
	}
	
	.is-act-cartpage .checkout-container .cart-cross-selling-panel .tns-item {
		width: calc(20%);
	}
}

@media (min-width: 576px) {
	.checkout-container .shipping-note .alert .icon {
		top: 5px;
	}
}

@media (min-width: 768px) {
	.checkout-container .cart-item .col-10.col-md-5.cart-item-info, .checkout-container .cart-item .is-act-cartpage .checkout .col-10.cart-item-info.checkout-aside, .is-act-cartpage .checkout .checkout-container .cart-item .col-10.cart-item-info.checkout-aside {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.checkout-container .cart-item .cart-item-details-characteristics, .checkout-container .cart-item .cart-item-delivery-date {
		margin-top: 7px;
	}
	
	.checkout-container .cart-item.cart-item-promotion .cart-item-details {
		height: 28px;
	}
	
	.checkout-container .cart-item.cart-item-promotion .cart-item-label {
		line-height: 28px;
		color: #0284e3;
	}
	
	.checkout-container .cart-item.cart-item-promotion .cart-item-discount-icon {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.checkout-container .cart-item.cart-item-promotion .cart-item-img-container {
		height: 100%;
	}
	
	.checkout-container .cart-item.cart-item-promotion .cart-item-total-price {
		line-height: 28px;
	}
	
	.checkout-container .cart-item-configuration__label {
		padding-left: 118px;
	}
	
	.cart-voucher {
		padding-top: 24px;
		padding-bottom: 4px;
	}
	
	.cart-item-configuration__title {
		margin-top: 8px;
	}
	
	.cart-item-configuration__title .configuration-spacer {
		display: inline-block;
		width: 103px;
	}
	
	.cart-item-configuration__title .cart-item-configuration__title-text {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 21px;
		padding: 6px 16px;
		background-color: #f8f8f8;
		font-weight: 400;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.cart-item-details-configuration .cart-item-configuration__info {
		font-size: 14px;
		margin-bottom: 16px;
	}
	
	.configuration-summary-row .configuration-spacer {
		display: inline-block;
		width: calc(88px);
	}
	
	.configuration-summary-row__border {
		border-top: 1px solid #e4e4e4;
		margin-bottom: 15px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.is-act-cartpage .checkout .checkout-aside {
		margin-left: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.is-act-cartpage .checkout .cart-item-remove {
		-ms-flex-order: unset;
		order: unset;
	}
	
	.is-act-cartpage .checkout .cart-buttons {
		margin-top: 15px;
	}
}

@media (min-width: 1200px) {
	.is-act-cartpage .checkout .checkout-aside {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.is-act-cartpage .checkout .checkout-main {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.checkout-container .cart-cross-selling-panel .tns-item {
		width: calc(25%);
	}
}

@media (min-width: 992px) {
	.checkout-container .cart-cross-selling-panel .tns-item {
		width: calc(10%);
	}
	
	.checkout-container .cart-item-remove {
		-ms-flex-order: unset;
		order: unset;
	}
}

.confirm-payment {
	margin-bottom: 0;
}

.confirm-payment .s360-panel__body {
	padding-bottom: 0;
}

.confirm-payment .credit-card-input input {
	font-size: 16px !important;
}

.payment-method {
	margin-bottom: 0;
}

.payment-method:not(:last-child) {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

@media (min-width: 992px) {
	.payment-method:not(:last-child) {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

.payment-form-group.form-group {
	margin-bottom: 0;
}

.payment-method-description {
	padding-right: 100px;
}

.payment-method-description p {
	margin-bottom: 8px;
}

@media (min-width: 992px) {
	.payment-method-description {
		padding-bottom: 14px;
		padding-right: 120px;
	}
}

label.payment-method-label {
	width: 100%;
	position: relative;
	min-height: 35px;
}

label.payment-method-label:before, label.payment-method-label:after {
	top: 5px;
}

label.payment-method-label .payment-method-description {
	width: 100%;
}

.payment-body.s360-panel__body {
	padding-bottom: 0;
}

.payment-method-image-wrapper {
	position: absolute;
	top: 0px;
	right: 5px;
	padding: 2px;
	width: 80px;
	height: 40px;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
}

.payment-method-image {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	height: 36px;
	max-height: 100%;
	width: 76px;
	object-fit: cover;
	border-radius: 2px;
	margin-right: 0;
	margin-left: 0;
}

.custom-control-input:checked ~ .custom-control-label .payment-method-image-wrapper {
	border-color: #0584e3;
}

.custom-control-input:checked ~ .custom-control-label .payment-method-image {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.payone-payment.credit-card .form-control.iframe {
	padding: 1px;
}

.payone-payment.credit-card .card {
	border: none;
}

.payone-payment.credit-card .credit-card-input {
	padding-left: 5px;
}

.payone-payment.credit-card .form-group.col-md-4, .payone-payment.credit-card .is-act-checkoutregisterpage .checkout .form-group.checkout-aside, .is-act-checkoutregisterpage .checkout .payone-payment.credit-card .form-group.checkout-aside, .payone-payment.credit-card .form-group.col-md-2 {
	padding-left: 0;
}

.payment-method-name {
	min-height: 40px;
	margin-bottom: 0px;
}

@media (min-width: 768px) {
	.payment-method-name {
		line-height: 40px;
	}
	
	label.payment-method-label {
		width: 100%;
		position: relative;
	}
	
	label.payment-method-label:before, label.payment-method-label:after {
		top: 12px;
	}
	
	.confirm-payment .s360-panel__body {
		padding-bottom: 15px;
	}
}

@media (min-width: 992px) {
	.payment-method .payment-method-label {
		margin-top: 14px;
	}
	
	.payment-method--last .payment-method-label {
		border-bottom: none;
	}
	
	.confirm-payment .s360-panel__body {
		padding-bottom: 0;
		padding-top: 0;
	}
}

.confirm-product .cart-item-remove {
	-ms-flex-item-align: center;
	align-self: center;
}

@media (max-width: 767.98px) {
	.confirm-product .cart-item-remove {
		display: none !important;
	}
}

@media (max-width: 767.98px) {
	.confirm-product .cart-item-quantity {
		margin-bottom: 0px;
	}
}

.confirm-product .cart-item-total-price {
	font-size: 14px;
}

@media (max-width: 767.98px) {
	.confirm-product .cart-item-total-price {
		font-size: 20px;
	}
}

.confirm-product .cart-item-row .cart-item-info, .confirm-product .cart-item-row .cart-item-quantity, .confirm-product .cart-item-row .cart-item-tax-price, .confirm-product .cart-item-row .cart-item-total-price {
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.confirm-product .cart-item-row .cart-item-img {
	-ms-flex-item-align: center;
	align-self: center;
}

.confirm-product .cart-item-row .cart-item-details-container .cart-item-ordernumber {
	margin-top: 0px !important;
}

.confirm-product .cart-item-row .cart-item-details-container .cart-item-delivery-date {
	margin-top: 0px !important;
}

.confirm-product .cart-item-row .cart-item-shortdesc {
	display: none;
}

.cart-item-remove.col-2 {
	-ms-flex-order: 1;
	order: 1;
}

@media (min-width: 768px) {
	.cart-item-remove.col-2 {
		-ms-flex-order: 0;
		order: 0;
	}
}

.checkout-address-delete-btn svg path {
	stroke: red;
}

.checkout-product-counter .product-detail .product-counter__btn {
	width: 40px;
	height: 40px;
}

.checkout-product-counter .product-detail .product-counter__amount {
	width: 52px;
	height: 40px;
}

.confirm-address {
	background-color: #fff;
}

.confirm-address .s360-panel {
	border: none;
}

.checkout-main {
	display: -ms-grid;
	display: grid;
}

.checkout-main .confirm-main-header {
	-ms-flex-order: 1;
	order: 1;
}

.checkout-main .confirm-address {
	-ms-flex-order: 3;
	order: 3;
}

.checkout-main .confirm-product-overview {
	-ms-flex-order: 2;
	order: 2;
	margin-bottom: 20px;
}

.checkout-main .confirm-account-info {
	-ms-flex-order: 4;
	order: 4;
}

.checkout-main .confirm-payment-shipping {
	-ms-flex-order: 5;
	order: 5;
}

.s360-panel {
	background-color: #fff;
}

.s360-panel .s360-panel__heading {
	font-weight: 600;
}

@media (max-width: 767.98px) {
	.s360-panel__body.confirm-product-table {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1199.98px) {
	.is-act-confirmpage .checkout .checkout-aside, .is-act-editorder .checkout .checkout-aside {
		margin-top: 15px;
	}
}

@media (max-width: 991.98px) {
	.is-act-confirmpage .checkout .checkout-aside, .is-act-editorder .checkout .checkout-aside {
		margin-left: 50%;
	}
}

@media (max-width: 767.98px) {
	.is-act-confirmpage .checkout .checkout-aside, .is-act-editorder .checkout .checkout-aside {
		margin-left: 0;
	}
}

.confirm-billing-address .s360-panel, .confirm-shipping-address .s360-panel {
	position: relative;
}

.confirm-billing-address .s360-panel__body, .confirm-shipping-address .s360-panel__body {
	padding-bottom: 50px;
}

.confirm-billing-address .s360-panel a.btn.btn-link, .confirm-shipping-address .s360-panel a.btn.btn-link {
	position: absolute;
	left: 15px;
	bottom: 15px;
	padding-left: 0;
}

.checkout-aside-container {
	background-color: #fff;
}

.checkout-aside-container .checkout-aside-summary-value {
	font-weight: 600;
}

.checkout-aside-container .checkout-aside-action {
	padding: 15px;
}

#confirmFormSubmit {
	font-size: 14px;
	white-space: normal;
	padding: 8px 12px;
	line-height: 20px;
}

.is-act-confirmpage .header-minimal-row, .is-act-editorder .header-minimal-row {
	font-weight: 300;
}

.is-act-confirmpage .cart-item-configuration__unit-price, .is-act-confirmpage .cart-item-configuration__total-price, .is-act-editorder .cart-item-configuration__unit-price, .is-act-editorder .cart-item-configuration__total-price {
	text-align: right;
}

.is-act-editorder .shipping-note {
	display: none;
}

.checkbox-confirm-tos {
	margin-top: 15px;
}

.checkout-s360-personal-data-form-link {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.checkout-s360-personal-data-form-link .icon {
	color: #000;
	margin-right: 2px;
}

.checkout-s360-personal-data-form-link .icon > svg {
	position: static;
}

.checkout-s360-personal-data-form-link.btn-link .icon {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

.checkout-s360-personal-data-form-link:hover {
	cursor: pointer;
}

.input-group-vat .input-group-prepend .input-group-text {
	background: #f8f8f8;
	border-color: #e4e4e4;
	border-right-color: #f8f8f8 !important;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}

.input-group-vat .form-control {
	border-left-color: #f8f8f8 !important;
	height: auto;
}

.input-group-vat .form-control:focus {
	border-left-color: #0584e3 !important;
}

.has-overlay .input-group-vat .input-group-prepend .input-group-text {
	color: #d9d9d9;
}

.checkout-product-table .product-counter__amount, .confirm-product-table .product-counter__amount {
	margin-left: 0;
	margin-right: 0;
}

.checkout-product-table .cart-header-quantity, .confirm-product-table .cart-header-quantity {
	padding-left: 0;
}

.checkout-product-table .cart-item-quantity, .confirm-product-table .cart-item-quantity {
	padding: 0;
}

@media (min-width: 576px) {
	.checkout-product-table .cart-item-quantity-container, .confirm-product-table .cart-item-quantity-container {
		margin-left: 0;
	}
}

.confirm-product-table .cart-item-quantity-row {
	text-align: left;
}

@media (min-width: 1200px) {
	.is-act-finishpage .checkout .checkout-main {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
	}
}

.is-act-finishpage .checkout {
	padding-top: 4px;
}

.finish-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
}

.finish-icon {
	position: relative;
	background-color: #f5f5f5;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	height: auto;
	max-width: 200px;
	margin: 0 auto 20px;
}

.finish-icon:after {
	display: block;
	content: "";
	padding-bottom: 100%;
}

.finish-icon .icon {
	color: #979797;
}

.finish-icon .icon-fluid {
	max-width: 75%;
}

.finish-header {
	margin-bottom: 10px;
}

.finish-ordernumber, .finish-teaser {
	font-weight: 300;
	font-size: 14px;
}

@media (max-width: 991.98px) {
	.finish-button {
		padding: 0;
	}
}

.finish-teaser {
	margin: 0 auto 20px;
}

@media (min-width: 768px) {
	.finish-teaser {
		max-width: 75%;
	}
}

.finish-content {
	margin-bottom: 40px;
}

.product-detail .row, .product-detail .account-content, .product-detail .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .product-detail .checkout-container, .product-detail .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .product-detail .checkout-container, .product-detail .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .product-detail .checkout-container, .product-detail .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .product-detail .checkout-container, .product-detail .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .product-detail .checkout-container {
	margin-left: -7px;
	margin-right: -7px;
}

.product-detail .row.no-gutters, .product-detail .no-gutters.account-content, .product-detail .is-act-cartpage .checkout .no-gutters.checkout-container, .is-act-cartpage .checkout .product-detail .no-gutters.checkout-container, .product-detail .is-act-checkoutregisterpage .checkout .no-gutters.checkout-container, .is-act-checkoutregisterpage .checkout .product-detail .no-gutters.checkout-container, .product-detail .is-act-confirmpage .checkout .no-gutters.checkout-container, .is-act-confirmpage .checkout .product-detail .no-gutters.checkout-container, .product-detail .is-ctl-accountorder .checkout .no-gutters.checkout-container, .is-ctl-accountorder .checkout .product-detail .no-gutters.checkout-container, .product-detail .is-act-finishpage .checkout .no-gutters.checkout-container, .is-act-finishpage .checkout .product-detail .no-gutters.checkout-container {
	margin-left: 0;
	margin-right: 0;
}

.product-detail [class^="col-"] {
	padding-left: 7px;
	padding-right: 7px;
}

.product-detail__print-btn {
	background: transparent;
	box-shadow: none;
	border: none;
	text-shadow: none;
	padding: 0;
	position: absolute;
	top: 13px;
	right: 0;
}

.product-detail__print-btn:hover {
	background: transparent;
	box-shadow: none;
	border: none;
	text-shadow: none;
}

.product-detail__print-btn:focus {
	outline: none;
}

@media print {
	.no-print, .checkout-aside, .cart-voucher, .cart-advantages, .header-main {
		display: none !important;
	}
}

.scroll-up-container {
	display: none;
}

@media (min-width: 992px) {
	.is-ctl-product .container-main {
		position: relative;
	}
}

@media (min-width: 992px) {
	.header-main.sticky-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0px;
	}
}

.nav-main.sticky-header-nav #mainNavigation {
	padding-bottom: 0px;
}

@media (max-width: 767.98px) {
	.footer-main {
		margin-bottom: 88px;
	}
}

.sticky-product-footer {
	background-color: white;
	box-shadow: 0 2px 12px 0 rgba(134, 134, 134, .3);
	position: -webkit-sticky;
	position: sticky;
	z-index: 4;
	bottom: 0;
	width: 100%;
	top: calc(100% - 88px);
	margin-bottom: -88px;
	height: 88px;
	padding: 16px;
}

.sticky-product-footer .sticky-product-footer-inner .product-detail-price {
	font-size: 32px;
}

.sticky-product-footer .sticky-footer-btn-buy .icon {
	color: black;
}

.sticky-product-header {
	background-color: white;
	box-shadow: 0 2px 12px 0 rgba(134, 134, 134, .3);
	position: -webkit-sticky;
	position: sticky;
	z-index: 4;
	top: 95px;
	width: 100%;
}

.sticky-product-header-inner {
	max-width: 1265px;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.sticky-product-header-inner .header-nav-link {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	padding-top: 20px;
	margin-right: 18px;
	text-transform: uppercase;
}

.sticky-product-header-inner .header-nav-link a {
	color: #222529;
}

.sticky-product-header-inner .header-nav-link a:hover {
	color: #0584e3;
}

.sticky-product-header-inner .btn-buy {
	height: 40px;
	width: unset;
	float: right;
	margin-top: 12px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	color: #000;
	font-size: 14px;
	letter-spacing: 0;
}

.sticky-product-header-inner .btn-buy .icon {
	color: black;
	width: 20px;
	height: 20px;
}

.sticky-product-header-inner .btn-buy .icon svg {
	width: 16px;
	top: 0px;
}

.sticky-product-header-inner .product-price__taxes {
	margin-left: 0px;
	color: #848484;
}

@media (max-width: 767.98px) {
	.sticky-product-header {
		top: 126px;
	}
	
	.sticky-product-header .header-nav-link {
		padding-top: 13px;
		padding-bottom: 13px;
	}
	
	.sticky-product-header .product-navigation {
		overflow: auto;
		white-space: nowrap;
	}
}

@media (max-width: 991.98px) {
	.sticky-product-header {
		top: 120px;
	}
	
	.sticky-product-header .header-nav-link {
		padding-top: 13px;
		padding-bottom: 13px;
	}
	
	.sticky-product-header .product-navigation {
		overflow: auto;
		white-space: nowrap;
	}
}

.product-detail-media .cms-element- {
	position: -webkit-sticky;
	position: sticky;
	top: 180px;
}

@media (max-width: 991.98px) {
	.product-detail .product-detail-buy__container .js-magnifier-zoom-image-container {
		padding: 24px 16px;
	}
	
	.product-detail .product-detail-buy__container .buy-widget-container .btn-buy {
		margin-left: 0px;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.product-detail .product-detail-buy__container .js-magnifier-zoom-image-container {
	padding: 24px;
}

.product-detail .product-detail-buy__container .swag-customized-products {
	margin-bottom: 0px;
}

.product-detail .product-detail-buy__container .swag-customized-product__price-display {
	margin-bottom: 10px;
}

.product-detail .product-detail-buy__container .product-detail-form-container {
	margin-bottom: 0px;
}

.product-detail .product-detail__box-container .product-detail-info .s360-experts {
	padding: 9px;
}

.product-detail .product-detail__box-container .product-detail-info .s360-experts .s360-experts-inner {
	padding: 15px;
}

.product-detail .product-detail__box-container .product-detail-info .reference-card .card-header {
	padding: 24px 24px 0px 24px;
}

.product-detail .product-detail__box-container .product-detail-info .reference-card .card-body {
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 24px;
	padding-top: 0px;
}

.product-detail .product-detail__box-container .product-detail-info .reference-card .card-body .base-slider-controls button {
	top: 140px !important;
}

.product-detail .product-detail__box-container .product-detail-info .reference-card .card-body .base-slider-controls #prevButton {
	left: 14px;
}

.product-detail .product-detail__box-container .product-detail-info .reference-card .card-body .base-slider-controls #nextButton {
	right: 14px;
}

.product-detail-tabs {
	border: 1px solid #f0f0f0;
	font-size: 14px;
	font-size: 16px;
	border-radius: 2px;
	color: #000;
	position: relative;
	font-weight: 300;
	padding: 24px;
	background-color: #fff;
}

.product-detail-tabs.full-height {
	height: 100%;
}

.product-detail-tabs .product-detail-tab-navigation {
	background-color: #f8f8f8;
	background-color: #fff;
	background-color: transparent;
	font-weight: normal;
	font-weight: 300;
	font-size: 14px;
	padding: 15px;
	padding: 0;
	margin-bottom: 0;
	color: #000;
	height: 47px;
	line-height: 1;
}

.product-detail-tabs .product-detail-tab-navigation-list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.product-detail-tabs .product-detail-tab-navigation-list .nav-item {
	margin-right: 0;
}

.product-detail-tabs .product-detail-tab-navigation-link {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
	height: 100%;
	color: #000;
	-ms-flex-pack: center;
	justify-content: center;
}

.product-detail-tabs .product-detail-tab-navigation-link.active {
	font-weight: 500;
}

.product-detail-tabs .product-detail-tab-navigation-link.active .icon {
	color: #0584e3;
}

@media (min-width: 576px) {
	.product-detail-tabs .product-detail-tab-navigation-icon {
		display: block;
		margin-right: 7.5px;
		width: 12px;
		height: 12px;
	}
	
	.product-detail-tabs .product-detail-tab-navigation-icon .icon > svg {
		top: 0;
	}
	
	.product-detail-tabs .product-detail-tab-navigation-icon .icon {
		width: 12px;
		height: 12px;
	}
}

.product-detail-tabs .product-detail-tabs-content {
	display: block;
}

.product-detail-tabs .product-detail-properties-table .properties-row .properties-value {
	text-align: right !important;
	font-weight: 500;
}

.product-detail-tabs .tab-content {
	background-color: #fff;
	padding: 15px;
	line-height: 1.8;
}

.product-detail-tabs-content.card-body {
	padding-top: 0;
}

.product-detail-tabs .card-header {
	border-bottom: 0;
}

.product-detail-tabs--mobile {
	border: none;
	margin-bottom: 0;
}

.product-detail-tabs--mobile .nav-link--mobile {
	margin-top: 15px;
	background-color: #f8f8f8;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product-detail-tabs--mobile .nav-link--mobile[aria-expanded="true"] svg {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.product-detail-tabs--mobile .tab-content--mobile {
	border: 1px solid #e4e4e4;
	border-radius: 0 0 4px 4px;
	border-top: none;
}

.product-detail-tabs--mobile .product-detail-tab-navigation-link.active {
	color: #000;
}

.product-detail-tabs--mobile .product-detail-tab-navigation-link.active .icon {
	color: #878787;
}

.product-detail-description-text {
	margin-bottom: 0;
}

.grm-crossselling-product {
	padding-top: 15px;
	padding-bottom: 15px;
}

.grm-crossselling-product:not(:last-child) {
	border-bottom: 1px solid #f8f8f8;
}

@media (max-width: 767.98px) {
	.product-detail-tabs .product-detail-tab-navigation-link {
		font-weight: 400;
	}
}

.product-detail {
	color: #000;
	padding-top: 20px;
	font-family: "Poppins", sans-serif;
}

.product-detail .gallery-slider-row.is-loading {
	height: auto;
}

.product-detail .base-slider-controls-prev, .product-detail .base-slider-controls-next {
	border-radius: 3px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-detail .base-slider-controls-prev .icon, .product-detail .base-slider-controls-next .icon {
	color: #848484;
	width: 15px;
	height: 15px;
}

.product-detail .base-slider-controls-prev .icon > svg, .product-detail .base-slider-controls-next .icon > svg {
	top: 0;
}

.product-detail .product-detail-media .base-slider-controls-prev {
	display: none;
}

.product-detail .base-slider-dots {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.product-detail .base-slider .base-slider-dots {
	margin-top: 15px;
}

.product-detail .base-slider .base-slider-dots button {
	background-color: #f0f0f0;
}

.product-detail .base-slider .base-slider-dots button.tns-nav-active {
	background-color: #0584e3;
}

.product-detail .gallery-slider-single-image img {
	margin-left: auto !important;
	margin-right: auto !important;
}

.product-detail .product-detail-info .reference-card .card-body {
	padding: 20px;
}

.product-detail .product-detail-info .card {
	background-color: #fff;
}

.product-detail .product-detail-info .card .card-header {
	background-color: transparent;
}

.product-detail .product-detail-info .card .card-header .card-title {
	font-size: 20px;
	border-bottom: none;
}

.product-detail .product-detail-info .product-slider-controls-container .base-slider-controls #nextButton, .product-detail .product-detail-info .product-slider-controls-container .base-slider-controls #prevButton {
	display: block;
	width: 30px;
	height: 65px;
	text-align: center;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #798490;
	background: rgba(255, 255, 255, .5);
	border: 1px solid rgba(255, 255, 255, .5);
	line-height: 68px;
	opacity: .5;
	-webkit-transition: opacity .15s ease;
	transition: opacity .15s ease;
	cursor: pointer;
	padding: 0;
}

.product-detail .product-detail-info .product-slider-controls-container .base-slider-controls #nextButton .icon, .product-detail .product-detail-info .product-slider-controls-container .base-slider-controls #prevButton .icon {
	color: #848484;
}

.product-detail .product-detail-info .product-slider-controls-container .base-slider-controls #nextButton {
	right: 0px;
}

.product-detail .product-detail-info .product-slider-controls-container .base-slider-controls #prevButton {
	left: 0px;
}

.product-detail .product-detail-info #slider-container {
	max-width: 100%;
	margin: auto;
	overflow: hidden;
}

.product-detail .product-detail-info #image-slider {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	transition: -ms-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	-webkit-transition: -webkit-transform .5s ease-in-out;
}

.product-detail .product-detail-info .slide {
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	box-sizing: border-box;
	border: 1px solid #f2f3f5;
	border-radius: 8px;
	padding: 10px;
	height: 150px;
	width: 120px;
	margin-right: 10px;
}

.product-detail .product-detail-info .slide img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.product-detail .product-detail-info .image-container {
	display: inline-block;
	position: relative;
}

.product-detail .product-detail-info .image-container .s360-expert-img {
	max-width: 60px;
	height: auto;
}

.product-detail .product-detail-info .image-container .icon {
	bottom: 0;
	right: 0;
	top: unset;
}

@media (max-width: 575.98px) {
	.product-detail .product-detail-info .s360-expert-img {
		max-width: 60px;
		height: auto;
	}
}

.product-detail .product-detail-guarantee-container .monthly-installment-btn span {
	display: inline-block !important;
}

.product-detail .product-detail-guarantee-container .monthly-installment-btn .guarantee-title {
	vertical-align: sub;
}

.product-detail .product-detail-leasing-container, .product-detail .product-detail-guarantee-container {
	background-color: #fff;
	padding: 20px 24px;
	margin-bottom: 16px;
}

.product-detail .product-detail-leasing-container .leasing-btn, .product-detail .product-detail-guarantee-container .leasing-btn {
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	background-color: #0584e3;
	color: white;
	float: right;
	font-weight: 600;
}

.product-detail .product-detail__first-block {
	padding-bottom: 1rem;
}

.product-detail .product-detail-tabs__wrapper {
	padding-bottom: 1rem;
}

.product-detail .product-detail-name-container {
	-ms-flex-direction: column;
	flex-direction: column;
}

.product-detail .product-detail-headline {
	margin-bottom: 30px;
}

.product-detail .product-detail-name {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	width: 100%;
	color: #000;
}

.product-detail .product-detail-manufacturer-logo {
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.product-detail .product-detail-manufacturer-logo:hover {
	-webkit-filter: none;
	filter: none;
}

.product-detail .product-detail-manufacturer {
	width: 95px;
	height: 30px;
}

.product-detail .product-detail__manufacturer-ordernumber-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.product-detail .product-detail-ordernumber-container {
	margin-bottom: 0;
	color: #848484;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
}

.product-detail .product-detail-ordernumber-label {
	font-weight: 300;
}

.product-detail .buy-box-style {
	border-radius: 3px;
	background-color: #f8f8f8;
	padding: 20px 15px;
}

.product-detail .js-magnifier-zoom-image-container {
	border-radius: 3px;
	background-color: #fff;
	padding: 20px 15px;
	margin-bottom: 16px;
}

.product-detail .buy-widget-spacer {
	height: 20px;
	margin-left: -25px !important;
	background-color: #f5f5f5;
	padding-left: 0px !important;
	width: calc(100% + 50px) !important;
	margin-top: 20px;
}

.product-detail .product-detail-tabs__cross-selling {
	background-color: #fff;
}

.product-detail .product-detail-tabs__cross-selling .accesories-headline {
	padding: 10px 15px;
	font-size: 20px;
	font-weight: 300;
}

.product-detail .product-detail-tabs__cross-selling .col-3:has(.btn-buy) {
	padding: 0px;
}

@media (max-width: 991.98px) {
	.product-detail .product-detail-tabs__cross-selling .grm-crossselling-product {
		padding: 10px;
	}
	
	.product-detail .product-detail-tabs__cross-selling .grm-crossselling-product .col-5:has(.product-price__taxes) {
		padding: 0px;
	}
}

.product-detail .additional-delivery-info {
	background-color: #fff;
}

.product-detail .product-detail__discount-info {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.product-detail .product-detail__discount-info .product-uvp-info, .product-detail .product-detail__discount-info .product-box__price-discount {
	margin-right: 7.5px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 300;
}

.product-detail .product-detail__discount-info .product-box__price-discount {
	border-radius: 4px;
	background-color: #52be53;
	color: #fff;
	padding: 0px 4px 0px 4px;
	font-size: 12px;
}

.product-detail .product-detail-price-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 10px;
}

.product-detail .product-detail-price-container .product-detail-price {
	font-weight: 600;
	font-size: 25px;
	line-height: 1;
}

.product-detail .product-detail-price-container .product-price__taxes {
	margin-left: 0px;
	width: 100%;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
}

.product-detail .product-detail__monthly-installment-info {
	margin-bottom: 10px;
}

.product-detail .product__free-delivery {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 300;
	display: block;
}

.product-detail .product__free-delivery:hover {
	color: #43b344;
}

.product-detail .product-delivery {
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: 300;
}

.product-detail .buy-widget-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product-detail .buy-widget-container .btn-buy {
	height: 40px;
	min-width: 100px;
	width: 164px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	color: #000;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 400;
}

.product-detail .buy-widget-container .btn-buy .icon > svg {
	top: 0;
}

.product-detail .buy-widget-container .product-counter__amount {
	width: 52px;
	height: 40px;
}

.product-detail .buy-widget-container .product-counter__btn {
	width: 40px;
	height: 40px;
}

.product-detail .buy-widget-container .product-counter__field {
	line-height: 1;
	font-weight: 300;
	font-size: 16px;
}

.product-detail .buy-widget-container .btn .icon-warenkorb, .product-detail .buy-widget-container .eightworks-cookie-consent-plus-toggler > button .icon-warenkorb {
	color: #000;
}

.product-detail .product-detail__guarantee-delivery-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 300;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 18px;
}

.product-detail .product-detail__guarantee-delivery-container div div span {
	font-size: 11px !important;
	font-weight: 400;
	color: #848484;
}

.product-detail .product-detail_guarantee-information {
	color: #848484;
	font-size: 12px;
	margin-bottom: 5px;
}

.product-detail .product-detail-delivery-information {
	margin-bottom: 10px;
}

.product-detail__tools {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	padding-inline-start: 0;
	margin-bottom: 0;
	font-weight: 300;
	font-size: 14px;
}

.product-detail__tools .icon > svg {
	top: 0;
}

.product-detail__tools li {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.product-detail__tools li:hover {
	cursor: pointer;
}

.product-detail__tools .icon-xs {
	width: 10px;
	height: 10px;
	margin-right: 7.5px;
}

.product-detail .product-detail-name-container__short-desc {
	font-weight: 300;
	font-size: 14px;
	width: 100%;
}

.product-detail .gallery-slider-single-image.is-contain .gallery-slider-image {
	margin: 0;
}

.product-detail .is-single-image .base-slider.has-dots-outside {
	margin-bottom: 0;
}

.product-detail-price {
	color: #000;
}

@media (max-width: 575.98px) {
	.gallery-slider-item.is-cover, .gallery-slider-item.is-contain {
		min-height: 343px !important;
	}
	
	.product-detail-media .col, .product-detail-media .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .product-detail-media .checkout-aside, .product-detail-media .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .product-detail-media .checkout-aside, .product-detail-media .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .product-detail-media .checkout-aside {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 991.98px) {
	.gallery-slider-single-image.is-contain {
		min-height: 343px !important;
	}
	
	.gallery-slider-thumbnails-col {
		display: none;
	}
	
	.product-detail-content {
		margin-bottom: 0;
	}
	
	.product-detail-name {
		margin-bottom: 20px;
	}
	
	.product-detail-name-container__short-desc {
		margin-bottom: 20px;
	}
	
	.product-detail .product-detail-manufacturer-logo {
		object-position: left;
	}
	
	.product-detail .gallery-slider-single-image {
		height: 343px !important;
		min-height: 343px;
	}
	
	.product-detail .gallery-slider-single-image .gallery-slider-image {
		width: 100%;
		height: auto;
	}
	
	.product-detail .gallery-slider-thumbnails-image, .product-detail .gallery-slider-image {
		width: 100%;
		height: auto;
	}
}

.product-detail .buy-widget-container .btn-buy {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	margin-left: 15px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
	.product-detail .buy-widget-container .btn-buy {
		margin-left: 30%;
	}
}

@media (min-width: 768px) {
	.product-detail .product-detail-headline {
		position: relative;
	}
	
	.product-detail .product-detail__first-block {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.product-detail .product-detail-main {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.product-detail .product-detail-tabs__wrapper {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.product-detail .product-detail-tabs__cross-selling {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.product-detail .product-detail-info {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.product-detail .product-detail-tabs__cross-selling.interest {
		-ms-flex-order: 8 !important;
		order: 8 !important;
	}
}

@media (min-width: 992px) {
	.product-detail {
		padding-top: 0;
	}
	
	.product-detail .base-slider-controls-next {
		display: none;
	}
	
	.product-detail .product-slider-controls-next {
		display: block;
	}
	
	.product-detail .base-slider-dots {
		display: none;
	}
	
	.product-detail .gallery-slider-thumbnails-controls-next, .product-detail .base-slider-controls-prev.gallery-slider-thumbnails-controls-prev {
		display: block;
	}
	
	.product-detail .gallery-slider-thumbnails-controls-next:hover, .product-detail .base-slider-controls-prev.gallery-slider-thumbnails-controls-prev:hover {
		background-color: transparent;
	}
	
	.product-detail .gallery-slider-thumbnails-controls-prev {
		top: -25px !important;
	}
	
	.product-detail .product-detail__first-block {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.product-detail .product-detail-main {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.product-detail .product-detail-tabs__wrapper {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.product-detail .product-detail-tabs__cross-selling {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.product-detail .product-detail-info {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.product-detail .product-detail-tabs__cross-selling.interest {
		-ms-flex-order: 8 !important;
		order: 8 !important;
	}
	
	.product-detail .product-detail-buy {
		-ms-flex: none;
		flex: none;
		max-width: 100%;
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.product-detail .product-detail-headline {
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.product-detail .product-detail__manufacturer-ordernumber-container {
		width: auto;
		height: 77px;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	.product-detail .gallery-slider-thumbnails-item .gallery-slider-thumbnails-item-inner {
		border-color: #e4e4e4;
		-webkit-filter: opacity(40%);
		filter: opacity(40%);
	}
	
	.product-detail .gallery-slider-thumbnails-item.tns-nav-active .gallery-slider-thumbnails-item-inner {
		border: solid 2px #0584e3;
		-webkit-filter: opacity(100%);
		filter: opacity(100%);
	}
	
	.product-detail .product-detail-buy__container .product-detail_guarantee-information, .product-detail .product-detail-buy__container .product-delivery-info {
		font-size: 14px;
		margin-bottom: 0;
	}
	
	.product-detail .product-delivery-info .icon-xs {
		width: 20px;
		height: 20px;
	}
	
	.product-detail .product-detail__counter-label {
		margin-right: 16px;
	}
	
	.product-detail__tools .icon-xs {
		width: 12px;
		height: 13px;
	}
	
	.product-detail .product-detail-name {
		font-size: 25px;
	}
	
	.product-detail .product__free-delivery, .product-detail .product-detail__guarantee-delivery-container, .product-detail .product-delivery {
		font-size: 14px;
	}
	
	.product-detail .product-detail__discount-info .product-uvp-info {
		margin-right: 15px;
	}
	
	.product-detail .product-detail-name-container__short-desc {
		height: auto;
	}
	
	.product-detail .buy-widget-container .btn-buy {
		margin-left: 15px;
	}
	
	.product-detail .btn-request {
		width: 50%;
	}
	
	.product-detail .additional-delivery-info {
		margin-bottom: 0;
	}
	
	.product-detail .js-magnifier-zoom-image-container {
		padding: 20px 24px;
	}
	
	.product-detail .product-detail-buy__container, .product-detail .product-detail-media {
		min-height: 480px;
	}
	
	.product-detail .product-detail-buy__container .cms-element .gallery-slider-thumbnails-col, .product-detail .product-detail-media .cms-element .gallery-slider-thumbnails-col {
		padding-left: 20px;
	}
	
	.product-detail .product-detail-buy__container .cms-element .gallery-slider-single-image img, .product-detail .product-detail-media .cms-element .gallery-slider-single-image img {
		margin-left: auto;
		margin-right: auto;
	}
	
	.product-detail .product-detail-media {
		height: 100%;
		background-color: #fff;
		padding-top: 20px;
		min-height: 480px;
	}
	
	.product-detail .product-detail-media .cms-element .gallery-slider-thumbnails-col {
		padding-left: 20px;
	}
}

@media (max-width: 991.98px) {
	.is-ctl-product .breadcrumb {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		padding-bottom: 10px;
		padding-top: 10px;
		margin-bottom: 10px;
	}
	
	.is-ctl-product .breadcrumb .breadcrumb-link, .is-ctl-product .breadcrumb .breadcrumb-placeholder {
		display: none;
	}
	
	.is-ctl-product .breadcrumb .breadcrumb-link.is-active {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

.product-detail-tabs .tab-content {
	padding-bottom: 0;
}

.product-detail-tabs .tab-content--mobile#properties-tab-pane {
	padding-bottom: 0px;
}

.product-detail-tabs .product-detail-properties {
	font-size: 14px;
	border-radius: 0 0 4px 4px;
}

.product-detail-tabs .product-detail-properties .table-striped tbody tr:nth-of-type(odd) {
	background-color: #fff;
}

.product-detail-tabs .product-detail-properties .table-striped tbody tr:nth-of-type(even) {
	background-color: #f8f8f8;
}

.product-detail-tabs .product-detail-properties .properties-label {
	color: #000;
	font-weight: normal;
	padding-left: 15px;
}

.product-detail-tabs .product-detail-properties .properties-value {
	color: #000;
	font-weight: 300;
	padding-right: 15px;
}

.product-detail-tabs .product-detail-properties .table {
	margin-bottom: 0;
}

.product-detail__link {
	color: #000;
	line-height: 2;
	font-weight: 300;
}

.product-detail__link:hover {
	color: #000;
}

.product-detail__link .icon-pfeil_rechts {
	margin-right: 7.5px;
	width: 12px;
	height: 12px;
	float: left;
}

.product-detail__link .icon-pfeil_rechts > svg {
	top: 7px;
}

.product-detail__link .product-detail__link-text {
	overflow: hidden;
}

.product-detail__link .download-link-box {
	border: 1px solid rgba(132, 132, 132, .4);
	border-radius: 4px;
	display: inline-block;
	padding: 4px 20px 4px 24px;
	margin-bottom: 6px;
}

#downloads-tab-pane {
	padding-bottom: 15px;
}

.tab-pane-container {
	color: #000;
}

.product-detail-description {
	padding-bottom: 15px;
}

.product-detail-description .product-detail-description-text h3, .product-detail-description .product-detail-description-text h2 {
	color: #000;
	font-size: 16px;
	line-height: 45px;
	font-weight: 400;
}

.product-detail-description .product-detail-description-text ul {
	font-weight: 300;
	padding-inline-start: 25px;
}

.product-detail-description .product-detail-description-text li {
	line-height: 1.5;
	margin-bottom: 10px;
	list-style-type: circle;
}

.product-detail-description .product-detail__link {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.product-detail-description .product-detail__link .icon > svg {
	top: 0;
}

.product-detail-description .icon-xxl {
	height: 64px;
	width: 64px;
}

.product-detail-description .ghs-codes .ghs-code {
	display: inline-block;
}

.product-detail-description .extra-chemicals h5 {
	margin-top: 10px;
}

.product-detail .swag-customized-products {
	color: #000;
	font-size: 14px;
	margin-bottom: 20px;
}

.product-detail .swag-customized-products .icon > svg {
	top: 0;
}

.product-detail .swag-customized-products .icon-plus, .product-detail .swag-customized-products .icon-minus {
	margin-right: 8px;
	width: 11px;
	height: 11px;
}

.product-detail .swag-customized-products .icon-pfeil_unten {
	width: 13px;
	height: 13px;
}

.product-detail .swag-customized-products .icon-pfeil_unten > svg {
	top: 2px;
}

.product-detail .swag-customized-products .swag-customized-products__title-link {
	color: #000;
}

.product-detail .swag-customized-products .swag-customized-products__title-link .swag-customized-products-option__title {
	color: #000;
	cursor: unset;
}

.product-detail .swag-customized-products .swag-customized-products__title-link[aria-expanded="true"] .swag-customized-products-option__title {
	color: #0284e3;
}

.product-detail .swag-customized-products .swag-customized-products__title-link .container, .product-detail .swag-customized-products .swag-customized-products__title-link .cms-section .boxed, .cms-section .product-detail .swag-customized-products .swag-customized-products__title-link .boxed, .product-detail .swag-customized-products .swag-customized-products__title-link .s360-megamenu--boxed, .product-detail .swag-customized-products .swag-customized-products__title-link .s360-megamenu--width-auto, .product-detail .swag-customized-products .swag-customized-products__title-link .s360-megamenu__dropdown--fullwidth .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--fullwidth .product-detail .swag-customized-products .swag-customized-products__title-link .s360-megamenu__dropdown-menu--container, .product-detail .swag-customized-products .swag-customized-products__title-link .s360-megamenu__dropdown--boxed .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .product-detail .swag-customized-products .swag-customized-products__title-link .s360-megamenu__dropdown-menu--container {
	padding: 0;
}

.product-detail .swag-customized-products .swag-customized-products__title-link .swag-customized-products__link-container {
	font-size: 14px;
}

.product-detail .swag-customized-products .swag-customized-products__title-link .swag-customized-products__link-container.row, .product-detail .swag-customized-products .swag-customized-products__title-link .swag-customized-products__link-container.account-content, .product-detail .swag-customized-products .swag-customized-products__title-link .is-act-cartpage .checkout .swag-customized-products__link-container.checkout-container, .is-act-cartpage .checkout .product-detail .swag-customized-products .swag-customized-products__title-link .swag-customized-products__link-container.checkout-container, .product-detail .swag-customized-products .swag-customized-products__title-link .is-act-checkoutregisterpage .checkout .swag-customized-products__link-container.checkout-container, .is-act-checkoutregisterpage .checkout .product-detail .swag-customized-products .swag-customized-products__title-link .swag-customized-products__link-container.checkout-container, .product-detail .swag-customized-products .swag-customized-products__title-link .is-act-confirmpage .checkout .swag-customized-products__link-container.checkout-container, .is-act-confirmpage .checkout .product-detail .swag-customized-products .swag-customized-products__title-link .swag-customized-products__link-container.checkout-container, .product-detail .swag-customized-products .swag-customized-products__title-link .is-ctl-accountorder .checkout .swag-customized-products__link-container.checkout-container, .is-ctl-accountorder .checkout .product-detail .swag-customized-products .swag-customized-products__title-link .swag-customized-products__link-container.checkout-container, .product-detail .swag-customized-products .swag-customized-products__title-link .is-act-finishpage .checkout .swag-customized-products__link-container.checkout-container, .is-act-finishpage .checkout .product-detail .swag-customized-products .swag-customized-products__title-link .swag-customized-products__link-container.checkout-container {
	margin: 0;
}

.product-detail .swag-customized-products .swag-customized-products__title-link-toggle-icon {
	text-align: left;
}

.product-detail .swag-customized-products .form-row {
	margin: 0;
	padding: 10px;
	padding-left: 24px;
}

.product-detail .swag-customized-products .form-group.col-12 {
	padding: 0;
}

.product-detail .swag-customized-products .form-group {
	margin-bottom: 0;
}

.product-detail .swag-customized-products .form-label {
	margin-bottom: 0;
	font-weight: 400;
}

.product-detail .swag-customized-products .swag-customized-products-option-type__checkbox-wrapper {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
}

.product-detail .swag-customized-products .swag-customized-products-option-type__checkbox-wrapper .custom-control-label {
	padding-left: 10px;
}

.product-detail .swag-customized-products .swag-customized-products-configuration__description {
	font-weight: 300;
	padding-top: 15px;
	margin-top: 0;
	margin-bottom: 0;
}

.product-detail .swag-customized-products .forms-boolean-label {
	line-height: 21px;
}

.product-detail .swag-customized-products .swag-customized-products-option-type-select-wrapper .forms-boolean {
	border: none;
	background-color: #fff;
}

.product-detail .swag-customized-products .swag-customized-products-option-type-select-wrapper .forms-boolean:before {
	border-radius: 3px;
	border-width: 1px;
	top: 0;
	left: -25px;
}

.product-detail .swag-customized-products .swag-customized-products-option-type-select-wrapper .forms-boolean .forms-boolean-label {
	font-weight: 300;
	padding: 0px;
}

.product-detail .swag-customized-products .swag-customized-products-option-type-select-wrapper .forms-boolean .swag-customized-products-option__price-tag {
	font-weight: 300;
}

.product-detail .swag-customized-products .swag-customized-products-option-type-select-wrapper .forms-boolean:hover {
	color: #000;
}

.product-detail .swag-customized-products .swag-customized-products-option-type-select-wrapper .forms-boolean:hover .forms-boolean-label {
	font-weight: 400;
}

.product-detail .swag-customized-products .swag-customized-products-option-type-select-wrapper .forms-boolean:hover .swag-customized-products-option__price-tag {
	font-weight: 600;
}

.product-detail .swag-customized-products .swag-customized-products-option-type-select-wrapper .swag-customized-products-option__price-tag {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.product-detail .swag-customized-products .swag-customized-products-option-type-select-wrapper .swag-customized-products-option__price-tag .icon-plus {
	margin-right: 4px;
}

.product-detail .swag-customized-products .swag-customized-products-option-type-select-wrapper .custom-radio .custom-control-input:checked ~ .custom-control-label {
	font-weight: 400;
}

.product-detail .swag-customized-products .configurator-select-grm {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.product-detail .swag-customized-products .configurator-select-grm select.form-control {
	width: auto;
}

.product-detail .swag-customized-products .configurator-select-grm--title {
	margin-left: 15px;
}

.product-detail .swag-customized-products .configurator-select-grm .custom-select {
	height: 21px;
	line-height: 1;
	padding-top: 0;
	padding-bottom: 0;
	background-position: right 10px center;
	margin: 0;
}

.product-detail .swag-customized-products .swag-customized-products-option-type-select-checkboxes-label-surcharge-info {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.product-detail .swag-customized-products .swag-customized-products__title {
	margin-bottom: 0;
	margin-bottom: 10px;
	background-color: white;
	margin-top: 20px;
}

.product-detail .swag-customized-products .swag-customized-products__title[aria-expanded="true"] svg {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.product-detail .swag-customized-products .swag-customized-products__title h2 {
	color: #111;
	font-weight: 300;
	font-size: 20px;
}

.product-detail .swag-customized-products div.swag-customized-products-option-type-select-checkboxes-label-property {
	display: none;
}

.product-detail .swag-customized-products div.swag-customized-products-option-type-select-checkboxes-label-property ~ div {
	display: none;
}

.product-detail .swag-customized-products div.swag-customized-products-option-type-select-checkboxes-label-property + span {
	text-align: center;
}

.product-detail .swag-customized-products .swag-customized-products-configuration__items {
	margin-top: 15px;
}

.product-detail .swag-customized-products .custom-checkbox .custom-control-label::before {
	width: 21px;
	height: 21px;
	border-radius: 4px;
	border: 1px solid #d8d8d8;
}

.product-detail .swag-customized-products .custom-control-label::before {
	top: -10px;
	width: 21px;
	height: 21px;
	border-radius: 4px;
	border: 1px solid #d8d8d8;
	cursor: pointer;
}

.product-detail .swag-customized-products .custom-control-label::after {
	top: -10px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	cursor: pointer;
}

.product-detail .swag-customized-products .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	width: 20px;
	height: 20px;
	left: -24px;
}

.product-detail .swag-customized-products .card-title {
	padding-bottom: 8px;
	margin: 0;
	border-bottom: 0;
}

.product-detail .swag-customized-products .grm-multi-collapse-1 .card-title {
	border-bottom: 0;
	border-top: 0;
}

.product-detail .swag-customized-products .swag-customized-products__title-link-container, .product-detail .swag-customized-products .swag-customized-products-form-control {
	margin: 0;
}

.product-detail .swag-customized-products .forms-boolean {
	margin-bottom: 8px;
}

.product-detail .swag-customized-products-option-type-select-wrapper .forms-boolean-label::before {
	border-radius: 4px;
	border: 1px solid #e4e4e4;
	top: 0;
	left: -25px;
}

.product-detail .swag-customized-products-option-type-select-wrapper .custom-control-input:checked ~ .custom-control-label::before {
	border-width: 1px;
}

.product-detail .form-row.buy-widget-container {
	margin: 0;
}

.product-detail .swag-customized-products-share__card {
	display: none;
}

.product-detail .swag-customized-products .swag-customized-products__card {
	border: none;
	margin-bottom: 0px;
}

.product-detail .swag-customized-products__title, .product-detail .product-detail-configurator-group-title {
	color: #000;
	font-size: 20px;
	height: 37px;
	line-height: 37px;
	font-weight: 300;
	background-color: white;
	display: block;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
}

.product-detail .swag-customized-products .swag-customized-products__card {
	padding: 0;
}

.product-detail .product-detail-form-container {
	width: 100%;
}

.product-detail #productDetailPageBuyProductForm {
	width: 100%;
}

.product-detail .swag-customized-product__price-display-holder .swag-customized-product__price-display {
	border: none;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.product-detail .swag-customized-product__price-display-holder .swag-customized-product__price-display.card {
	border-radius: 0;
	background-color: white;
}

.product-detail .swag-customized-product__price-display-holder .swag-customized-product__price-display .card-title {
	display: none;
}

.product-detail .swag-customized-product__price-display-holder .swag-customized-product__price-display .price-display__list {
	margin: 0;
}

.product-detail .swag-customized-product__price-display-holder .swag-customized-product__price-display .price-display__list li {
	margin-bottom: 10px;
	font-weight: 300;
}

.product-detail .swag-customized-product__price-display-holder .swag-customized-product__price-display .price-display__list .price-display__item {
	margin-left: 0;
}

.product-detail .swag-customized-product__price-display-holder .swag-customized-product__price-display .price-display__summary {
	display: none;
}

.product-detail .swag-customized-product__price-display-holder .swag-customized-product__price-display .price-display__summary.price-display__total-price {
	display: block;
	margin: 0;
}

.product-detail .swag-customized-product__price-display-holder .swag-customized-product__price-display .price-display__summary.price-display__total-price .price-display__label, .product-detail .swag-customized-product__price-display-holder .swag-customized-product__price-display .price-display__summary.price-display__total-price .price-display__price {
	font-size: 14px;
	font-weight: 600;
}

.product-detail .product-detail-configurator-container {
	background-color: #fff;
	padding: 20px 10px;
	margin-bottom: 16px;
}

.product-detail .product-detail-configurator-container .product-detail-configurator-group-title {
	margin-bottom: 15px;
}

.product-detail .product-detail-configurator-container .product-detail-configurator-group {
	margin-bottom: 6px;
}

.swag-customized-products-label__remove {
	display: none;
}

.swag-customized-products-configuration__items.swag-customized-products__type-checkbox {
	display: none;
}

.swag-customized-products-form-control:checked + .custom-control-label .swag-customized-products-label__remove {
	display: inline-block;
}

.swag-customized-products-form-control:checked + .custom-control-label .swag-customized-products-label__add {
	display: none;
}

.custom-checkbox .swag-customized-products-option-type-select-checkboxes-label {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

.custom-checkbox .swag-customized-products-option-type-select-checkboxes-label:after {
	content: "";
	top: 2.5px;
}

.swag-customized-products__type-select .custom-checkbox {
	background-color: #fff;
	padding-top: 16px;
	padding-bottom: 16px;
}

.swag-customized-products__type-select .custom-checkbox .forms-boolean {
	padding-left: 40px;
}

.swag-customized-products__type-select .custom-checkbox .swag-customized-products-option__price-tag {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.swag-customized-products__description p {
	margin-top: 5px;
	margin-bottom: 0px;
}

.swag-customized-products-configuration__description ul {
	padding-left: 17px;
	color: #848484;
	font-size: 11px;
}

@media (min-width: 992px) {
	.product-detail .swag-customized-products__title, .product-detail .product-detail-configurator-group-title {
		margin-left: -24px;
		margin-right: -24px;
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.product-detail .swag-customized-product__price-display-holder .swag-customized-product__price-display {
		border: none;
		margin-left: -24px;
		margin-right: -24px;
		padding-left: 24px;
		padding-right: 24px;
	}
}

.custom-control-input:checked + .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'20px\' height=\'20px\' viewBox=\'0 0 12 10\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3C!-- Generator: Sketch 58 (84663) - https://sketch.com --%3E%3Ctitle%3EPath 2%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id=\'Startseite\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'Startseite-Lang-Copy-9\' transform=\'translate(-709.000000, -2848.000000)\' fill=\'%23fff\' fill-rule=\'nonzero\'%3E%3Cpath d=\'M710.564903,2852.93201 C710.292439,2852.62002 709.818647,2852.58798 709.50666,2852.86044 C709.194672,2853.13291 709.162633,2853.6067 709.435097,2853.91869 L712.556906,2857.49334 C712.857303,2857.83731 713.392785,2857.83524 713.690512,2857.48896 L720.568702,2849.48896 C720.838745,2849.17487 720.803041,2848.70134 720.488956,2848.4313 C720.17487,2848.16125 719.70134,2848.19696 719.431298,2848.51104 L713.11738,2855.85474 L710.564903,2852.93201 Z\' id=\'Path-2\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

div.swag-customized-products-option-type-select-checkboxes-label__property {
	display: none;
}

.grm-crossselling-product {
	color: #000;
	padding: 20px;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
}

.grm-crossselling-product a {
	color: #000;
}

.grm-crossselling-product a:hover {
	color: #0584e3;
}

.grm-crossselling-product .product-price__taxes {
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
}

.grm-crossselling-product__price-tax-info span {
	display: block;
}

.grm-crossselling-product__price {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 25px;
}

.grm-crossselling-product__title {
	font-size: 16px;
	line-height: 20px;
}

.grm-crossselling-product__image-wrapper {
	height: 100%;
}

.grm-crossselling-product__info-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.grm-crossselling-product .product-counter__amount {
	height: 30px;
	width: 40px;
	border: 1px solid #e4e4e4;
}

.grm-crossselling-product .product-counter__field {
	height: 30px;
	font-weight: 300;
	line-height: 1;
	font-size: 16px;
}

.grm-crossselling-product .grm-crossselling-product__price {
	font-size: 20px;
}

.grm-crossselling-product .btn .icon, .grm-crossselling-product .eightworks-cookie-consent-plus-toggler > button .icon {
	color: #000;
}

.cms-element-s360-adjustable-productslider {
	padding-top: 20px;
	padding-bottom: 20px;
}

.tab-content--mobile .btn-buy__text {
	display: none;
}

.tab-content--mobile .btn-buy {
	width: 74px !important;
	max-width: 74px !important;
	height: 40px;
	margin-left: 10px !important;
}

.tab-content--mobile .buy-widget-container {
	height: 40px;
	position: absolute;
	bottom: 10px;
	right: 15px;
}

.tab-content--mobile .grm-col-second {
	position: relative;
}

.tab-content--mobile .product-delivery-info {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 218px;
}

.tab-content--mobile .product-counter__field {
	height: 40px !important;
	width: 40px !important;
	line-height: 1;
	font-size: 14px;
	border: 1px solid #d8d8d8;
	padding: 0;
}

.cross-selling-mobile__img {
	max-width: 77px;
	height: 77px;
	object-fit: cover;
}

.cross-selling-mobile__price {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin-top: 20px;
}

.cross-selling-mobile__title {
	font-size: 16px;
	line-height: 25px;
	color: #000;
	display: block;
	margin-bottom: 8px;
}

.cross-selling-mobile__desc {
	font-size: 14px;
	line-height: 21px;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cross-selling-mobile__first-section {
	padding-top: 15px;
	padding-bottom: 0;
}

.cross-selling-mobile__first-section .grm-col-first {
	padding-left: 15px;
}

.cross-selling-mobile__first-section .grm-col-second {
	padding-right: 15px;
}

.cross-selling-mobile__second-section {
	min-height: 88px;
}

.cross-selling-mobile__second-section .grm-col-first {
	background-color: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	position: relative;
}

.cross-selling-mobile__second-section .grm-col-second {
	background-color: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
}

.cross-selling-mobile__second-section .product-uvp-info {
	position: absolute;
	top: 10px;
}

@media (min-width: 992px) {
	.product-detail-tabs__cross-selling .product-detail-tabs {
		margin-bottom: 24px;
	}
}

#replace-tab-pane {
	padding: 20px;
	color: #000;
	font-size: 14px;
	font-weight: 300;
}

#replace-tab-pane .btn-primary, #replace-tab-pane .address-editor-select:not(.collapsed), #replace-tab-pane .address-editor-edit:not(.collapsed), #replace-tab-pane .address-editor-create:not(.collapsed), #replace-tab-pane #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons #replace-tab-pane .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary {
	background-color: #0584e3;
	border-color: #0584e3;
	color: #fff;
	width: 231px;
	height: 40px;
	margin-top: 10px;
}

#replace-tab-pane .btn-primary:hover, #replace-tab-pane .address-editor-select:not(.collapsed):hover, #replace-tab-pane .address-editor-edit:not(.collapsed):hover, #replace-tab-pane .address-editor-create:not(.collapsed):hover, #replace-tab-pane #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:hover, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons #replace-tab-pane .eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-primary:hover {
	background-color: #0475ca;
	border-color: #0475ca;
	color: #fff;
}

#replace-tab-pane p {
	margin-bottom: 10px;
}

.tab-content--mobile #replace-tab-pane {
	padding: 15px;
}

.product-detail-buy__container {
	position: relative;
}

.product-detail-share-modal {
	display: block;
	bottom: -212px;
	background-color: #fff;
	width: 96%;
	z-index: 9999;
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	-ms-transform: translate(-50%);
	-webkit-transform: translateX(-50%);
	-webkit-transform: translate(-50%);
	transform: translateX(-50%);
	transform: translate(-50%);
	border-radius: 4px;
}

.product-detail-share-modal .icon > svg {
	top: 0;
}

.product-detail-share-modal__header {
	font-size: 16px;
	background-color: #848484;
	padding: 15px;
	color: #fff;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1;
	border-radius: 4px 4px 0 0;
}

.product-detail-share-modal__field {
	height: 40px;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	background-color: #fff;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

.product-detail-share-modal__body {
	padding: 15px;
}

.product-detail-share-modal a.product-detail-share-modal__field:hover, .product-detail-share-modal button.product-detail-share-modal__field:hover {
	background-color: #0284e3;
	color: #fff;
}

.product-detail-share-modal #url {
	font-style: italic;
	font-weight: 300;
	opacity: .5;
}

.product-detail-share-modal:before {
	content: "";
	position: absolute;
	display: block;
	top: -10px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #848484;
}

.product-detail-share-modal .icon-schliessen.icon-xs {
	color: #fff;
	width: 12px;
	height: 12px;
}

.product-detail-share-modal .icon-schliessen.icon-xs:hover {
	cursor: pointer;
}

.product-detail-share-modal #url-to-copy {
	font-style: italic;
	font-weight: 300;
	opacity: .5;
}

.modal-highlight {
	z-index: 1041;
	color: #fff;
}

.modal-highlight .icon {
	color: #fff;
}

@media (min-width: 992px) {
	.product-detail-share-modal {
		bottom: -230px;
	}
	
	.product-detail-share-modal__header {
		background-color: #848484;
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.product-detail-share-modal__body {
		padding: 24px;
	}
}

.monthly-installment-btn {
	color: #0284e3 !important;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 10px;
	background: transparent;
	box-shadow: none;
	border: none;
	text-shadow: none;
	padding: 0;
}

.monthly-installment-btn:hover {
	background: transparent;
	box-shadow: none;
	border: none;
	text-shadow: none;
}

.monthly-installment-btn:focus {
	outline: none;
}

.leasing-modal .form-control::-webkit-input-placeholder, .leasing-modal .form-control:-moz-placeholder, .leasing-modal .form-control::-moz-placeholder, .leasing-modal .form-control:-ms-input-placeholder {
	font-style: italic;
	font-weight: 300;
	color: #000;
	opacity: .5;
}

.leasing-modal th {
	font-size: 14px;
	font-weight: 400;
}

.leasing-modal td {
	font-weight: 300;
}

.leasing-modal table {
	width: 100%;
}

.leasing-modal tr {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.leasing-modal .modal-body {
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 0;
}

.leasing-modal .checked {
	font-weight: 400;
}

.leasing-modal .form-group {
	margin-bottom: 15px;
}

.leasing-modal .btn-send, .leasing-modal .btn-undo {
	font-weight: 400;
}

.leasing-modal .btn-undo.btn:focus, .leasing-modal .eightworks-cookie-consent-plus-toggler > button.btn-undo:focus {
	box-shadow: none;
}

.leasing-modal .confirm-alert {
	padding: 0;
}

.form-check--privacy-statement {
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	padding: 10px 15px 10px 35px;
	margin-bottom: 24px;
	font-size: 12px;
}

.leasing-info {
	font-weight: 300;
	font-size: 14px;
}

.leasing-info__price {
	font-weight: 600;
}

.leasing-info .monthly-installment-btn span {
	display: inline-block !important;
}

.leasing-info .leasing-title {
	vertical-align: sub;
}

.leasing-info--cart {
	padding-top: 15px;
	border-top: 1px solid #e4e4e4;
	margin-top: 15px;
}

.leasing-info--cart .btn, .leasing-info--cart .eightworks-cookie-consent-plus-toggler > button {
	margin-top: 10px;
}

.is-act-cartpage .leasing-modal [class^="col-"] {
	padding-left: 7px;
	padding-right: 7px;
}

.is-act-cartpage .leasing-modal .row, .is-act-cartpage .leasing-modal .account-content, .is-act-cartpage .leasing-modal .checkout .checkout-container, .is-act-cartpage .checkout .leasing-modal .checkout-container, .is-act-cartpage .leasing-modal .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .is-act-cartpage .leasing-modal .checkout-container, .is-act-cartpage .leasing-modal .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .is-act-cartpage .leasing-modal .checkout-container, .is-act-cartpage .leasing-modal .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .is-act-cartpage .leasing-modal .checkout-container, .is-act-cartpage .leasing-modal .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .is-act-cartpage .leasing-modal .checkout-container {
	margin-left: -7px;
	margin-right: -7px;
}

.albis-leasing-container {
	display: none;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
	}
	
	.leasing-modal table {
		width: 60%;
	}
}

@media (min-width: 992px) {
	.no-label {
		margin-top: 24px;
	}
}

@media (min-width: 1200px) {
	.modal-dialog {
		max-width: 811px;
	}
}

.s360-shipping-info {
	font-weight: 300;
	margin-left: -12px;
	margin-right: -12px;
}

.s360-shipping-info:before {
	content: "Versandinformationen";
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: -33px;
}

.s360-shipping-info h1, .s360-shipping-info h2, .s360-shipping-info h3, .s360-shipping-info h4, .s360-shipping-info h5 {
	font-size: 14px;
	font-weight: 400;
}

.s360-shipping-info th {
	color: #848484;
	font-weight: 300;
	padding-bottom: 8px;
}

.s360-shipping-info table {
	margin-bottom: 15px;
}

.s360-shipping-info table td:first-child {
	padding-top: 8px;
}

.s360-shipping-info tr:first-child, .s360-shipping-info h1, .s360-shipping-info h2, .s360-shipping-info h3, .s360-shipping-info h4 {
	border-bottom: 1px solid #e4e4e4;
	width: 100%;
	padding-bottom: 8px;
}

.s360-shipping-info table {
	width: 100%;
}

.s360-shipping-info .cms-block-container {
	padding: 0 !important;
}

.gallery-slider-col {
	overflow: hidden;
}

.gallery-slider-col .gallery-slider .gallery-slider-item.contains-video {
	text-align: center;
}

.gallery-slider-col .gallery-slider .gallery-slider-item .grimm-video .gallery-slider-image {
	display: none;
}

.product-detail__box-container .zoom-modal-wrapper .modal-content {
	background-color: rgba(69, 69, 69, .5);
}

.product-detail__box-container .zoom-modal-wrapper .modal-close .icon {
	color: #fff;
	width: 40px;
	height: 40px;
}

.product-detail__box-container .zoom-modal-wrapper .modal-footer {
	background-color: transparent;
	border-color: #fff;
}

.product-detail__box-container .zoom-modal-wrapper .gallery-slider-image {
	width: 100%;
	object-fit: contain;
}

@media (min-width: 576px) {
	.product-detail__box-container .zoom-modal-wrapper .gallery-slider-image {
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
	}
	
	.product-detail__box-container .zoom-modal-wrapper .zoom-modal-actions.btn-group {
		display: none;
	}
}

@media (min-width: 768px) {
	.product-detail__box-container .zoom-modal-wrapper .gallery-slider-image {
		width: 70%;
	}
}

@media (min-width: 992px) {
	.product-detail__box-container .zoom-modal-wrapper .modal-footer {
		max-width: 1265px;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.product-detail__box-container .zoom-modal-wrapper .gallery-slider-thumbnails-item-inner {
		background-color: #fff;
		border: none;
		width: 78px;
		height: 81px;
		border-bottom: 3px solid #fff;
	}
	
	.product-detail__box-container .zoom-modal-wrapper .gallery-slider-thumbnails-item {
		height: auto;
	}
	
	.product-detail__box-container .zoom-modal-wrapper .btn-group {
		background-color: #fff;
		border-radius: 4px;
	}
	
	.product-detail__box-container .zoom-modal-wrapper .btn-group .icon {
		color: #979797;
	}
	
	.product-detail__box-container .zoom-modal-wrapper .modal-close .icon {
		width: 50px;
		height: 50px;
	}
	
	.product-detail__box-container .zoom-modal-wrapper .image-zoom-btn {
		background-color: #fff;
	}
	
	.product-detail__box-container .zoom-modal-wrapper .image-zoom-btn .icon {
		width: 24px;
		height: 24px;
		color: #979797;
	}
	
	.product-detail__box-container .zoom-modal-wrapper .js-image-zoom-in {
		border-left: 1px solid #979797;
	}
	
	.product-detail__box-container .zoom-modal-wrapper .js-image-zoom-out {
		border-right: 1px solid #979797;
	}
}

@media screen and (min-width: 992px) and (min-height: 768px) {
	.product-detail__box-container .zoom-modal-wrapper .gallery-slider-image {
		width: 600px;
		height: 600px;
	}
}

@media screen and (min-width: 992px) and (min-height: 1080px) {
	.product-detail__box-container .zoom-modal-wrapper .gallery-slider-image {
		width: 800px;
		height: 800px;
	}
}

.s360-contact-info {
	color: #000;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
}

.s360-contact-info h1, .s360-contact-info h2, .s360-contact-info h3 {
	font-size: 20px;
	font-weight: 300;
}

.s360-contact-info #address, .s360-contact-info #phone, .s360-contact-info #email {
	position: relative;
	margin-left: 20px;
	margin-bottom: 15px;
	display: block;
	color: #000;
}

.s360-contact-info #address::before, .s360-contact-info #phone::before, .s360-contact-info #email::before {
	content: "";
	position: absolute;
	display: block;
	top: 2px;
	left: -20px;
	width: 13px;
	height: 13px;
	margin-right: 8px;
	background-size: contain;
	background-repeat: no-repeat;
}

.s360-contact-info #address::before {
	background-image: url("/bundles/grimmtheme/media/standort.svg");
	width: 12px;
	height: 18px;
}

.s360-contact-info #phone::before {
	background-image: url("/bundles/grimmtheme/media/telefon.svg");
	top: 4px;
}

.s360-contact-info #email::before {
	background-image: url("/bundles/grimmtheme/media/mail.svg");
	top: 5px;
	width: 12px;
	height: 10px;
}

.s360-contact-info .social-media {
	display: none;
}

.s360-contact-form {
	color: #000;
	background-color: #fff;
}

.s360-contact-form .card-title {
	height: 54px;
	font-size: 14px;
	padding: 18px 15px;
	background-color: #f8f8f8;
	border-radius: 2px 2px 0 0;
	border-bottom: none;
	margin-bottom: 20px !important;
	margin-right: -1px;
	margin-left: -1px;
	margin-top: -1px;
}

.s360-contact-form .card {
	border: 1px solid #e4e4e4;
	border-radius: 2px;
}

.s360-contact-form .card form {
	padding: 15px;
	padding-top: 0;
}

.s360-contact-form .btn, .s360-contact-form .eightworks-cookie-consent-plus-toggler > button {
	margin-top: 20px;
}

.s360-contact-form .custom-control-label::before {
	top: 5px;
	left: -22px;
}

.s360-contact-image {
	display: none;
}

.grm-contact-page h1 {
	font-weight: 700;
}

.grm-contact-page .contact-page-box__headline {
	padding-top: 94px;
}

.contact-page-boxes {
	padding: 40px 20px 0 20px;
}

.grm-contact-wrapper {
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.grm-contact-page__contact-info .contact-info__headline {
	font-size: 20px;
	font-weight: 600;
}

.contact-page-box {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
	border-radius: 4px;
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 47px;
	background-color: #fff;
}

.contact-page-box p {
	padding-left: 30px;
	padding-right: 30px;
}

.contact-col__link-wrapper {
	background-color: #f5f5f5;
	padding: 13px 0;
	border-radius: 0 0 4px 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.contact-col__link-wrapper a {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.contact-col__link-wrapper a:after {
	content: "";
	display: inline-block;
	height: 16px;
	width: 20px;
	background-image: url("/bundles/grimmtheme/media/arrow-right-blue.svg");
	background-repeat: no-repeat;
	margin-left: 10px;
	background-size: contain;
}

.contact-col__img {
	height: 95px;
	width: 95px;
	object-fit: cover;
	border-radius: 50%;
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	-ms-transform: translate(-50%);
	-webkit-transform: translateX(-50%);
	-webkit-transform: translate(-50%);
	transform: translateX(-50%);
	transform: translate(-50%);
	top: -20px;
	display: block;
	z-index: 2;
}

.contage-page__social-media {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	margin-top: 16px;
}

.contage-page__social-media #facebook:before, .contage-page__social-media #instagram:before, .contage-page__social-media #linkedin:before, .contage-page__social-media #xing:before {
	content: "";
	position: absolute;
	position: static;
	display: block;
	width: 25px;
	height: 25px;
	margin-right: 0;
	background-size: contain;
	background-repeat: no-repeat;
}

.contage-page__social-media #facebook::before {
	background-image: url("/bundles/grimmtheme/media/facebook.svg");
}

.contage-page__social-media #instagram::before {
	background-image: url("/bundles/grimmtheme/media/instagram.svg");
}

.contage-page__social-media #linkedin::before {
	background-image: url("/bundles/grimmtheme/media/linkedin.svg");
}

.contage-page__social-media #xing::before {
	background-image: url("/bundles/grimmtheme/media/xing.svg");
}

@media (min-width: 576px) {
	.contage-page__social-media {
		width: 40%;
	}
}

@media (min-width: 992px) {
	.s360-contact-image {
		display: block;
		z-index: -1;
	}
	
	.s360-contact-form {
		position: absolute;
		right: 20px;
		top: 0;
		z-index: 3;
		border-radius: 2px;
	}
	
	.s360-contact-page {
		margin-bottom: -80px;
	}
	
	.s360-contact-page .cms-section-default.boxed {
		position: relative;
		height: 750px;
	}
	
	.s360-contact-page #facebook:before, .s360-contact-page #instagram:before, .s360-contact-page #linkedin:before, .s360-contact-page #xing:before {
		content: "";
		position: absolute;
		position: static;
		display: block;
		width: 13px;
		height: 13px;
		margin-right: 20px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.s360-contact-page #facebook::before {
		background-image: url("/bundles/grimmtheme/media/facebook.svg");
	}
	
	.s360-contact-page #instagram::before {
		background-image: url("/bundles/grimmtheme/media/instagram.svg");
	}
	
	.s360-contact-page #linkedin::before {
		background-image: url("/bundles/grimmtheme/media/linkedin.svg");
	}
	
	.s360-contact-page #xing::before {
		background-image: url("/bundles/grimmtheme/media/xing.svg");
	}
	
	.s360-contact-image {
		position: absolute;
		bottom: 0;
		width: 100vw;
		margin-left: -50vw;
		left: 50%;
	}
	
	.s360-contact-info .social-media {
		display: block;
		margin-top: 30px;
	}
	
	.s360-contact-info .social-media .icons {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 24px;
	}
	
	.grm-contact-page h1 {
		font-size: 24px;
	}
	
	.grm-contact-page__contact-info {
		margin-top: 90px;
		background-color: rgba(255, 255, 255, .8);
		z-index: 3;
		padding: 18px 0;
	}
	
	.contact-page-boxes {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-left: 12px;
		padding-right: 12px;
	}
	
	.contact-page-box {
		margin-bottom: 0;
		-ms-flex: 0 0 32%;
		flex: 0 0 32%;
		max-width: 32%;
	}
	
	.contact-page-box h4 {
		font-size: 20px;
		font-weight: 600;
	}
	
	.contage-page__social-media {
		margin-top: 24px;
		width: 50%;
	}
	
	.contage-page__social-media #facebook:before, .contage-page__social-media #instagram:before, .contage-page__social-media #linkedin:before, .contage-page__social-media #xing:before {
		margin-right: 0;
		width: 28px;
		height: 28px;
	}
}

.account-menu-offcanvas .offcanvas-close__title::before {
	content: "";
	content: "Account";
	position: absolute;
	position: relative;
	display: block;
}

.account-menu-offcanvas .offcanvas-content-container {
	padding: 15px;
	padding-top: 10px;
}

.account-menu-inner .list-group-item {
	color: #000;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 21px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.account-menu-inner .list-group-item .icon-pfeil_rechts.icon-xs {
	width: 5px;
	height: 9px;
}

.account-menu-inner .list-group-item .icon-pfeil_rechts.icon-xs > svg {
	position: static;
}

.account-menu-inner .list-group-item.is-active {
	color: #0284e3;
	font-weight: 400;
}

.account-menu-inner .list-group-item.is-active .icon-pfeil_rechts.icon-xs {
	color: #0284e3;
}

.account-menu-inner .list-group-item:last-child {
	border-bottom: none;
}

.account-menu-inner .account-aside-footer {
	border: none;
}

.account-menu-inner .account-aside-list-group {
	margin-bottom: 20px;
}

.account-menu-inner .account-aside-list-group .list-group-item-action:hover, .account-menu-inner .account-aside-list-group .list-group-item-action:focus {
	background: #fff;
}

.account-content .account-content-main > div {
	border: 1px solid #f0f0f0;
	font-size: 14px;
	border-radius: 2px;
	color: #000;
	position: relative;
	font-weight: 300;
	padding: 15px;
	margin-top: 20px;
}

.account-content .account-content-main > div.full-height {
	height: 100%;
}

.account-content .account-content-main > div .card-title {
	font-size: 14px;
}

.account-content .account-welcome {
	padding-top: 0;
}

.account-content .account-welcome h1 {
	background-color: #f8f8f8;
	background-color: #fff;
	font-weight: normal;
	font-size: 14px;
	padding: 15px;
	margin-bottom: 0;
	margin-bottom: 15px;
	color: #000;
	height: 47px;
	height: auto;
	line-height: 1;
	line-height: 1;
	margin-left: -16px;
	margin-right: -16px;
	margin-top: -16px;
	border-radius: 2px 2px 0 0;
}

.account-content .btn, .account-content .eightworks-cookie-consent-plus-toggler > button {
	font-weight: 400;
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding-top: 0;
	padding-bottom: 0;
}

.account-content .account-overview-card {
	margin-bottom: 24px;
}

.account-content .js-account-overview-addresses .account-overview-card:last-child {
	margin-bottom: 0;
}

.account-content .js-account-overview-addresses .account-overview-card .address p:first-child {
	margin-bottom: 0;
}

.account-content .js-account-overview-addresses .account-overview-card .address p:last-child {
	margin-bottom: 15px;
}

.account-content .account-overview-profile p {
	margin-bottom: 0;
}

.account-content .card-actions {
	margin-top: auto;
}

.account-content .card-title {
	margin-bottom: 15px;
}

.account-content .account-payment-card .card-title {
	display: none;
}

.account-content .account-payment-card .payment-method-label {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.account-content .account-payment-card .payment-method-label .payment-method-image {
	-ms-flex-order: 2;
	order: 2;
}

.account-content .account-payment-card .payment-method-label .payment-method-description {
	-ms-flex-order: 1;
	order: 1;
}

.account-content .account-payment-card .custom-control-input:checked ~ .custom-control-label .payment-method-image-wrapper {
	border-color: #0584e3;
}

.account-content .account-payment-card .custom-control-input:checked ~ .custom-control-label .payment-method-image {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	border: 1px solid #0284e3;
}

.account-content .account-payment-card .payment-method:not(:last-child) {
	border-bottom: 0;
}

.account-content .account-payment-card .payment-method:not(:last-child) .payment-method-description {
	border-bottom: 0;
}

.account-content .account-payment-card .payment-method-description {
	min-height: auto;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-right: 0;
}

.account-content .account-payment-card .payment-method-label {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.account-content .account-payment-card .custom-control-label::before, .account-content .account-payment-card .custom-control-label::after {
	top: 8px;
}

@media (min-width: 992px) {
	.account-content .account-aside-header {
		background-color: #f8f8f8;
		background-color: #fff;
		font-weight: normal;
		font-size: 14px;
		padding: 15px;
		margin-bottom: 0;
		color: #000;
		height: 47px;
		height: auto;
		line-height: 1;
		border-radius: 2px 2px 0 0;
		border-bottom: 0;
	}
	
	.account-content .account-aside-list-group {
		border: 1px solid #f0f0f0;
		font-size: 14px;
		border-radius: 2px;
		color: #000;
		position: relative;
		font-weight: 300;
	}
	
	.account-content .account-aside-list-group.full-height {
		height: 100%;
	}
	
	.account-content .account-menu-inner {
		border: none;
	}
	
	.account-content .list-group-item {
		padding-left: 0;
		padding-right: 0;
		padding: 15px 0 7px 0;
	}
	
	.account-content .account-content-aside {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.account-content .account-content-main {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.account-content .account-aside-list-group {
		padding: 0 15px 8px 15px;
		border-radius: 0 0 2px 2px;
		border-top: none;
	}
	
	.account-content .card-footer {
		padding-left: 0;
		padding-right: 0;
	}
	
	.account-content .account-aside-footer {
		padding-top: 4px;
	}
	
	.account-content .account-content-main > div {
		margin-top: 0;
	}
	
	.account-content .btn, .account-content .eightworks-cookie-consent-plus-toggler > button {
		font-weight: 400;
		width: auto;
	}
	
	.account-content .account-overview-profile {
		height: 160px;
	}
	
	.account-content .js-account-overview-addresses .account-overview-card {
		margin-bottom: 0;
	}
	
	.account-content .account-overview .col-lg-6.card-col {
		-ms-flex: 0 0 33.5%;
		flex: 0 0 33.5%;
		max-width: 33.5%;
	}
	
	.account-content .account-payment-card .custom-control-label::before, .account-content .account-payment-card .custom-control-label::after {
		top: 13px;
	}
}

.login-card {
	margin-bottom: 0;
}

.account-orders {
	padding-bottom: 0 !important;
	position: static;
}

.account-orders .icon > svg {
	top: 0;
}

.account-orders .icon-pfeil_rechts.icon-xs {
	width: 5px;
	height: 10px;
	margin-right: 7px;
}

.account-orders .order-table {
	margin-bottom: 0;
	border: none;
}

.account-orders .order-item-header {
	padding: 0;
}

.account-orders .order-table-header-heading {
	font-size: 14px;
	font-weight: 400;
}

.account-orders .order-table-header-heading {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 21px;
}

.account-orders .account-welcome {
	margin-bottom: 0;
}

.account-orders .table {
	color: #000;
}

.account-orders .order-table-header-order-status {
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 15px;
}

.account-orders .order-table-header-order-status .icon > svg {
	top: 5px;
}

.account-orders .order-table-header-order-table-body {
	padding-left: 0;
	padding-right: 0;
}

.account-orders .order-table-header-label {
	font-weight: 400;
}

.account-orders .order-table-body-value {
	font-weight: 300;
}

.account-orders .order-table-header-context-menu-wrapper {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}

.account-orders .order-table-header-context-menu-content-link {
	color: #000;
	font-weight: 300;
}

.account-orders .order-table-header-context-menu-content-link:focus {
	outline: none;
}

.account-orders .order-table-header-order-number, .account-orders .order-table-header-order-table-body-cell {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.account-orders .order-table-body-value, .account-orders .order-item-value {
	text-align: right;
}

.account-orders .order-detail-content-body .order-detail-content-body {
	margin-left: 15px;
	margin-right: 15px;
}

.account-orders .order-item-actions.order-table-header-order-table-body-cell {
	padding-bottom: 15px;
	padding-top: 0;
	margin-top: 0;
}

.account-orders .order-table-header-order-table-body .order-table-header-order-table-body-cell[class*="col-"] {
	margin-top: 15px;
}

.account-orders .order-item-label {
	font-weight: 400;
}

.account-orders .order-hide-btn.collapsed {
	padding-bottom: 0;
}

.account-orders .order-detail-content-row .order-item-quantity, .account-orders .order-detail-content-row .order-item-price, .account-orders .order-detail-content-row .order-item-total {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.account-orders .order-detail-content-row .order-item:last-of-type {
	padding-right: 20px;
}

.account-orders .order-item-price-value, .account-orders .order-item-total {
	font-weight: 600;
}

.account-orders .order-item-value {
	font-weight: 300;
}

.account-orders .order-detail-content-row .order-item:first-of-type {
	padding-left: 20px;
	padding-right: 0;
}

.account-orders .order-item-product-name, .account-orders .order-item-name {
	color: #000;
}

.account-orders .order-item-product-name strong, .account-orders .order-item-product-name .order-item-variants-properties-name, .account-orders .order-item-name strong, .account-orders .order-item-name .order-item-variants-properties-name {
	font-weight: 400;
}

.account-orders .swag-customized-products-cart__title-no-config {
	display: none;
}

.account-orders .swag-customized-product__order-detail-configuration {
	border: none;
}

.account-orders .order-item-detail-labels-value {
	text-align: right;
}

.account-orders .order-item-detail-summary dt {
	font-weight: 400;
	padding-left: 15px;
}

.account-orders .order-item-detail-summary dd {
	font-weight: 600;
	text-align: right;
	padding-right: 15px;
}

.account-orders .order-item-detail-labels {
	padding-left: 15px;
	padding-right: 15px;
}

.account-orders .order-item-detail-labels dt {
	font-weight: 400;
}

.account-orders .order-item-detail-labels dd {
	font-weight: 300;
}

.account-orders .order-item-detail-footer {
	padding: 15px 0;
	background-color: #f8f8f8;
}

.account-orders .order-item-detail-summary--total {
	margin-top: 70px;
	margin-top: 7px;
	padding-top: 15px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border-top: 1px solid #e4e4e4;
}

.account-orders .order-item-detail-summary--total .col-6 {
	margin-bottom: 0 !important;
}

.account-orders .reorder-btn--mobile {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 15px;
}

.account-orders .order-item-product-number {
	color: #848484;
	font-weight: 300;
	margin-top: 8px;
}

.account-orders .order-table:not(:first-child) {
	margin-top: 20px;
}

.account-orders .order-detail-content-row {
	border-bottom: none;
}

.account-orders .order-detail-content-row .order-item:last-child {
	padding-bottom: 0;
}

.account-orders .order-detail-content {
	margin-left: -15px;
	margin-right: -15px;
	border-top: none;
}

.account-orders .order-item-detail-list-item {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 1px solid #e4e4e4;
}

.account-orders .swag-customized-products-cart__configuration {
	margin: 0;
	padding: 0;
}

.account-orders .summary-border {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.account-orders .summary-border .order-item-detail-summary--info {
	padding-left: 15px;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	margin-top: 15px;
}

.account-orders .order-item-detail-list-item.is-nested, .account-orders .order-item-detail-list-item.is-child {
	border-left: none;
}

@media (min-width: 576px) {
	.account-orders .order-item-header .row.flex-wrap, .account-orders .order-item-header .flex-wrap.account-content, .account-orders .order-item-header .is-act-cartpage .checkout .flex-wrap.checkout-container, .is-act-cartpage .checkout .account-orders .order-item-header .flex-wrap.checkout-container, .account-orders .order-item-header .is-act-checkoutregisterpage .checkout .flex-wrap.checkout-container, .is-act-checkoutregisterpage .checkout .account-orders .order-item-header .flex-wrap.checkout-container, .account-orders .order-item-header .is-act-confirmpage .checkout .flex-wrap.checkout-container, .is-act-confirmpage .checkout .account-orders .order-item-header .flex-wrap.checkout-container, .account-orders .order-item-header .is-ctl-accountorder .checkout .flex-wrap.checkout-container, .is-ctl-accountorder .checkout .account-orders .order-item-header .flex-wrap.checkout-container, .account-orders .order-item-header .is-act-finishpage .checkout .flex-wrap.checkout-container, .is-act-finishpage .checkout .account-orders .order-item-header .flex-wrap.checkout-container {
		-ms-flex-align: center;
		align-items: center;
	}
	
	.account-orders .order-item-header .row.flex-wrap .col-12.col-sm, .account-orders .order-item-header .flex-wrap.account-content .col-12.col-sm, .account-orders .order-item-header .is-act-cartpage .checkout .flex-wrap.checkout-container .col-12.col-sm, .is-act-cartpage .checkout .account-orders .order-item-header .flex-wrap.checkout-container .col-12.col-sm, .account-orders .order-item-header .is-act-checkoutregisterpage .checkout .flex-wrap.checkout-container .col-12.col-sm, .is-act-checkoutregisterpage .checkout .account-orders .order-item-header .flex-wrap.checkout-container .col-12.col-sm, .account-orders .order-item-header .is-act-confirmpage .checkout .flex-wrap.checkout-container .col-12.col-sm, .is-act-confirmpage .checkout .account-orders .order-item-header .flex-wrap.checkout-container .col-12.col-sm, .account-orders .order-item-header .is-ctl-accountorder .checkout .flex-wrap.checkout-container .col-12.col-sm, .is-ctl-accountorder .checkout .account-orders .order-item-header .flex-wrap.checkout-container .col-12.col-sm, .account-orders .order-item-header .is-act-finishpage .checkout .flex-wrap.checkout-container .col-12.col-sm, .is-act-finishpage .checkout .account-orders .order-item-header .flex-wrap.checkout-container .col-12.col-sm {
		text-align: center;
	}
	
	.account-orders .order-item-header .row.flex-wrap .order-table-header-context-menu-wrapper, .account-orders .order-item-header .flex-wrap.account-content .order-table-header-context-menu-wrapper, .account-orders .order-item-header .is-act-cartpage .checkout .flex-wrap.checkout-container .order-table-header-context-menu-wrapper, .is-act-cartpage .checkout .account-orders .order-item-header .flex-wrap.checkout-container .order-table-header-context-menu-wrapper, .account-orders .order-item-header .is-act-checkoutregisterpage .checkout .flex-wrap.checkout-container .order-table-header-context-menu-wrapper, .is-act-checkoutregisterpage .checkout .account-orders .order-item-header .flex-wrap.checkout-container .order-table-header-context-menu-wrapper, .account-orders .order-item-header .is-act-confirmpage .checkout .flex-wrap.checkout-container .order-table-header-context-menu-wrapper, .is-act-confirmpage .checkout .account-orders .order-item-header .flex-wrap.checkout-container .order-table-header-context-menu-wrapper, .account-orders .order-item-header .is-ctl-accountorder .checkout .flex-wrap.checkout-container .order-table-header-context-menu-wrapper, .is-ctl-accountorder .checkout .account-orders .order-item-header .flex-wrap.checkout-container .order-table-header-context-menu-wrapper, .account-orders .order-item-header .is-act-finishpage .checkout .flex-wrap.checkout-container .order-table-header-context-menu-wrapper, .is-act-finishpage .checkout .account-orders .order-item-header .flex-wrap.checkout-container .order-table-header-context-menu-wrapper {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-right: 0;
		margin-top: 0;
	}
	
	.account-orders .order-table-header-order-table-header {
		padding-left: 0;
		padding-right: 0;
		color: #848484;
		font-weight: 300;
	}
	
	.account-orders .order-table-header-order-table-body {
		border-color: #e4e4e4;
	}
	
	.account-orders .order-table-header-order-table-body .col-sm.order-table-header-order-table-body-cell {
		-ms-flex: 0 0 27.7%;
		flex: 0 0 27.7%;
		max-width: 27.7%;
	}
	
	.account-orders .order-detail-content {
		border-top: none;
	}
	
	.account-orders .order-table-header-order-number {
		margin-top: 15px;
	}
	
	.account-orders .order-table-header-order-number .order-table-header-label, .account-orders .order-table-header-order-number .order-table-body-value {
		width: 20%;
	}
	
	.account-orders .order-table-header-order-number .order-table-body-value {
		text-align: left;
	}
	
	.account-orders .order-table-header-order-status {
		margin-bottom: 0;
		margin-top: 0;
	}
	
	.account-orders .order-table-header-order-status .order-table-header-context-menu-wrapper {
		margin-top: 0;
	}
	
	.account-orders .order-table-header-order-table-header-cell {
		margin-bottom: 8px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.account-orders .order-table-header-context-menu-wrapper {
		position: static;
	}
	
	.account-orders .order-table-header-context-menu-wrapper {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: auto;
	}
	
	.account-orders .order-table-header-order-table-body-cell, .account-orders .order-table-header-order-table-header-cell {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.account-orders .col-sm-2.order-item-actions.order-table-header-order-table-body-cell {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.account-orders .order-detail-content-header {
		border-bottom: none;
	}
}

@media (min-width: 992px) {
	.account-orders .order-table-header-context-menu-content-form {
		display: none;
	}
	
	.account-orders .order-detail-content-header .order-header-quantity {
		text-align: left;
	}
	
	.account-orders .order-item-detail-list-item {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	
	.account-orders .order-detail-content-header-cell {
		color: #848484;
		font-size: 14px;
		font-weight: 300;
		padding: 0 !important;
	}
	
	.account-orders .order-detail-content-row .order-item-quantity {
		display: block;
		text-align: start;
		padding: 0 !important;
	}
	
	.account-orders .order-detail-content-row .order-item-price {
		padding-right: 15px !important;
	}
	
	.account-orders .order-detail-content-row .order-item-price-value, .account-orders .order-detail-content-row .order-item-total-value {
		font-weight: 600;
	}
	
	.account-orders .order-detail-content-row .order-item-value {
		width: 100%;
	}
	
	.account-orders .order-item-detail-summary dt {
		text-align: left;
	}
	
	.account-orders .order-item-detail-summary .order-item-detail-summary--total {
		border-top: none;
		padding-top: 0;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.account-orders .order-item-detail-summary .order-item-detail-summary--total dd {
		padding-right: 0;
	}
	
	.account-orders .order-item-detail-summary .order-item-detail-summary--total dt {
		padding-left: 0;
	}
	
	.account-orders .order-item-detail-summary .summary-border {
		border-top: 1px solid #e4e4e4;
		padding-top: 15px;
	}
	
	.account-orders .order-item-detail-summary .summary-border .order-item-detail-summary--info {
		padding-left: 0;
	}
	
	.account-orders .order-item-detail-footer .order-item-detail-labels dd {
		text-align: left;
	}
	
	.account-orders .col-sm-2.order-item-actions.order-table-header-order-table-body-cell {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
		display: block;
		padding-bottom: 0;
		margin-top: 13px !important;
		margin-bottom: 18px;
	}
}

.account-content .account-profile-personal {
	margin-bottom: 24px;
}

.account-content .col-firmname {
	padding-left: 5px;
	padding-right: 5px;
}

.account-content .account-profile-personal__data p:nth-child(even), .account-content .grm-credentials p:nth-child(even) {
	font-weight: 300;
}

.account-content .account-profile-personal__data p:nth-child(odd), .account-content .grm-credentials p:nth-child(odd) {
	font-weight: 400;
}

.account-content .account-profile-personal__data p, .account-content .grm-credentials p {
	margin-bottom: 10px;
}

.account-content .account-profile-personal__data .form-group, .account-content .grm-credentials .form-group {
	margin-bottom: 15px;
}

.account-content .account-profile-personal__data p:last-child, .account-content .grm-credentials p:last-child {
	margin-bottom: 0px;
}

.account-content #profilePasswordForm {
	margin-top: 15px;
}

.account-content #profilePasswordForm .form-row, .account-content #profileMailForm .form-row {
	display: block;
}

.account-content #profilePasswordForm .form-row .col, .account-content #profilePasswordForm .form-row .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .account-content #profilePasswordForm .form-row .checkout-aside, .account-content #profilePasswordForm .form-row .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .account-content #profilePasswordForm .form-row .checkout-aside, .account-content #profilePasswordForm .form-row .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .account-content #profilePasswordForm .form-row .checkout-aside, .account-content #profileMailForm .form-row .col, .account-content #profileMailForm .form-row .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .account-content #profileMailForm .form-row .checkout-aside, .account-content #profileMailForm .form-row .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .account-content #profileMailForm .form-row .checkout-aside, .account-content #profileMailForm .form-row .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .account-content #profileMailForm .form-row .checkout-aside {
	width: 100%;
}

@media (min-width: 992px) {
	.account-content #profilePasswordForm .form-row, .account-content #profileMailForm .form-row {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.account-content .account-profile-personal__data, .account-content .grm-credentials, .account-content .profile-content.accordion {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	
	.account-content .card-title {
		width: 66.66667%;
	}
	
	.account-content .account-profile-credentials {
		margin-bottom: 0;
	}
	
	.account-content .profile-content.accordion {
		margin-top: 24px;
	}
}

.account-address .address-action-create {
	margin-top: 8px;
}

.account-address .address-list {
	margin-top: 0px;
	padding-top: 0;
}

.account-address .address-item-body .address p {
	margin-bottom: 0;
}

.account-address .address-card {
	margin-bottom: 24px;
}

.account-address .address-actions-defaults {
	margin-top: 15px;
	margin-bottom: 15px;
}

.account-address .address-actions-defaults .btn, .account-address .address-actions-defaults .eightworks-cookie-consent-plus-toggler > button {
	font-weight: 300;
}

.account-address .address-actions-defaults .btn:before, .account-address .address-actions-defaults .eightworks-cookie-consent-plus-toggler > button:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("/bundles/grimmtheme/media/pfeil-rechts.svg");
	line-height: 30px;
}

.account-address .address-action-create {
	margin-bottom: 0;
}

.account-address #addresspersonalSalutation {
	display: none;
}

@media (max-width: 991.98px) {
	.account-address .address-actions-buttons .col-auto {
		width: 100%;
	}
	
	.account-address .address-action-delete {
		margin-top: 24px;
		margin-left: 0;
	}
	
	.account-address .address-action-create {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.account-address .address-list .card-title {
		width: 30%;
	}
	
	.account-address .address-list .address-card .card-body, .account-address .address-list .address-card .address-item-body {
		position: static;
	}
	
	.account-address .address-list .address-card .address-item-body {
		height: 240px;
	}
	
	.account-address .address-list .address-card .card-actions {
		position: absolute;
		bottom: 0;
	}
	
	.account-address .default-address .card-col.address-card {
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}
}

.grm-menu-grid-8 {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: 1fr 1fr;
	margin-left: -15px;
	margin-right: -15px;
}

.grm-menu-grid-8 img {
	width: 100%;
	max-width: 100%;
	height: auto;
	padding: 15px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.grm-menu-grid-8 img:hover {
	-webkit-filter: none;
	filter: none;
}

.grm-menu-grid-8 .s360-megamenu_showall {
	margin-top: 10px;
}

.s360-manufacturer-page .grm-cms-title .col-12 {
	padding-left: 0;
	padding-right: 0;
}

.s360-manufacturer-page .grm-cms-title h2 {
	color: #000;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 0;
}

.s360-manufacturer-page .ts-rating-light {
	display: none;
}

.is-manufacturer .cms-element-cbax-manufacturers-headline {
	color: #000;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
}

@media (max-width: 767.98px) {
	.s360-manufacturer-page .s360-category-overview__top-box img {
		border: 1px solid #f0f0f0;
		border-bottom: none;
	}
	
	.s360-manufacturer-page .s360-category-overview__top-box .cms-element-text {
		border: 1px solid #f0f0f0;
		border-top: none;
	}
}

@media (min-width: 768px) {
	.s360-manufacturer-page .s360-category-overview__top-box--manufacturer .cms-block-container-row {
		border: 1px solid #f0f0f0;
	}
}

@media (min-width: 992px) {
	.s360-manufacturer-page .cms-element-product-listing .cms-listing-row {
		padding-top: 0;
	}
	
	.s360-manufacturer-page .cms-element-product-listing .cms-listing-row:after {
		background: transparent;
	}
	
	.s360-manufacturer-page .grm-cms-title .cms-block-container {
		padding-bottom: 24px !important;
	}
	
	.s360-manufacturer-page .cms-block-product-listing .cms-block-container {
		padding-top: 14px !important;
	}
	
	.s360-manufacturer-page .s360-category-overview__top-box--manufacturer {
		padding-top: 40px;
	}
}

.s360-manufacturer-page-overview h1, .s360-manufacturer-page-overview h2, .s360-manufacturer-page-overview h3 {
	color: #000;
	font-size: 20px;
	font-weight: 300;
}

.s360-manufacturer-page-overview .cms-element-text h2 {
	padding-top: 15px;
	line-height: 30px;
	width: 80%;
}

.s360-manufacturer-page-overview .cms-element-manufacturer-listing-wrapper .manufacturer-group {
	background-color: #f8f8f8;
	border-radius: 4px;
}

.s360-manufacturer-page-overview .cms-element-manufacturer-listing-wrapper .manufacturer-box {
	border: 1px solid #f0f0f0;
	margin-top: 20px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.s360-manufacturer-page-overview .cms-element-manufacturer-listing-wrapper .manufacturer-box:hover {
	-webkit-filter: none;
	filter: none;
}

.s360-manufacturer-page-overview .cms-element-manufacturer-listing-wrapper .manufacturer-box:hover {
	border: 1px solid #0284e3;
}

.s360-manufacturer-page-overview .cms-element-manufacturer-listing-wrapper .manufacturer-box .card-body {
	padding: 0;
}

.s360-manufacturer-page-overview .cms-element-manufacturer-listing-wrapper .manufacturer-box .brand-box-image {
	margin-bottom: 0;
}

.s360-manufacturer-page-overview .cms-element-manufacturer-listing-wrapper .manufacturer-box .brand-box-text {
	display: none;
}

.s360-manufacturer-page-overview .cms-element-manufacturer-listing-wrapper .manufacturer-box .brand-box-title {
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	text-align: center;
	margin-bottom: 0;
	color: #000;
	font-weight: 300;
}

.s360-manufacturer-page-overview .cms-element-manufacturer-listing-wrapper .manufacturer-box .brand-box-title:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("/bundles/grimmtheme/media/pfeil-rechts.svg");
}

.s360-manufacturer-page-overview .manufacturer-group {
	padding: 20px;
	height: auto;
}

.s360-manufacturer-page-overview .manufacturer-group .cms-listing-col {
	width: 50%;
	margin-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
}

.s360-manufacturer-page-overview .manufacturer-group .brand_char {
	text-align: center;
	margin-bottom: 0;
}

.s360-manufacturer-page-overview .manufacturer-navigation .manufacturer-navigation-panel {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: transparent;
	border: none;
}

.s360-manufacturer-page-overview .manufacturer-navigation .manufacturer-navigation-panel .btn.btn-secondary, .s360-manufacturer-page-overview .manufacturer-navigation .manufacturer-navigation-panel .eightworks-cookie-consent-plus-toggler > button.btn-secondary, .s360-manufacturer-page-overview .manufacturer-navigation .manufacturer-navigation-panel #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .eightworks-cookie-consent-plus-toggler > button.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-secondary, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .s360-manufacturer-page-overview .manufacturer-navigation .manufacturer-navigation-panel .eightworks-cookie-consent-plus-toggler > button.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-secondary, .s360-manufacturer-page-overview .manufacturer-navigation .manufacturer-navigation-panel #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .btn.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-secondary, #eightworks-cookie-consent-plus.modal .eightworks-cookie-consent-plus-footer .eightworks-cookie-consent-plus-buttons .s360-manufacturer-page-overview .manufacturer-navigation .manufacturer-navigation-panel .btn.eightworks-cookie-consent-plus-button.eightworks-cookie-consent-plus-button-secondary {
	background-color: transparent;
	border: none;
	color: #000;
}

.s360-manufacturer-page-overview .manufacturer-navigation .manufacturer-navigation-panel .btn.disabled, .s360-manufacturer-page-overview .manufacturer-navigation .manufacturer-navigation-panel .eightworks-cookie-consent-plus-toggler > button.disabled {
	background-color: transparent;
	border: none;
}

.s360-manufacturer-page-overview .cms-element-cbax-manufacturers-listing {
	padding-top: 30px;
	border-top: 1px solid #f0f0f0;
}

@media (min-width: 992px) {
	.is-manufacturer .manufacturer-navigation {
		display: block;
		padding-top: 20px;
	}
	
	.s360-manufacturer-page-overview .cms-element-text h2 {
		padding-top: 10px;
		width: 100%;
	}
	
	.s360-manufacturer-page-overview .manufacturer-group .cms-listing-col {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.s360-manufacturer-page-overview .manufacturer-group .brand_char {
		text-align: left;
	}
	
	.breadcrumb.cbax-manufacturer-breadcrumb {
		padding: 20px;
		padding: 20px;
	}
	
	.breadcrumb.cbax-manufacturer-breadcrumb:after {
		left: 20px;
		right: 20px;
	}
}

.is-manufacturer .manufacturer-navigation {
	display: block;
	padding-top: 20px;
}

@media (max-width: 767.98px) {
	.is-manufacturer .manufacturer-navigation .manufacturer-navigation-panel {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 100%;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-top: 1px solid #f0f0f0;
	}
	
	.is-manufacturer .manufacturer-navigation .manufacturer-navigation-panel .btn, .is-manufacturer .manufacturer-navigation .manufacturer-navigation-panel .eightworks-cookie-consent-plus-toggler > button {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.cms-page.search-page .search-headline {
	font-size: 16px;
	font-weight: 300;
}

.cms-page.search-page .cms-element-sidebar__additional-info--amount {
	display: none;
}

.cms-page.search-page .cms-element-product-listing .product-info {
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 992px) {
	.cms-page.search-page .cms-listing-col.col-lg-6, .full-page-listing .cms-listing-col.col-lg-6 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}

@media (min-width: 1200px) {
	.cms-page.search-page .cms-listing-col.col-xl-4, .cms-page.search-page .is-act-cartpage .checkout .cms-listing-col.checkout-aside, .is-act-cartpage .checkout .cms-page.search-page .cms-listing-col.checkout-aside, .full-page-listing .cms-listing-col.col-xl-4, .full-page-listing .is-act-cartpage .checkout .cms-listing-col.checkout-aside, .is-act-cartpage .checkout .full-page-listing .cms-listing-col.checkout-aside {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (max-width: 991.98px) {
	.cms-page.search-page {
		position: relative;
	}
	
	.cms-page.search-page .search-headline {
		margin-bottom: 0px;
	}
	
	.cms-page.search-page .filter-panel-wrapper-toggle {
		margin: 0;
	}
	
	.cms-page.search-page .sorting-container {
		padding-right: 0;
	}
	
	.cms-page.search-page .cms-element-product-listing {
		padding-top: 0;
	}
	
	.cms-page.search-page .cms-element-sidebar-filter {
		bottom: -39px;
	}
}

.is-act-home .cms-block-s360-headline-block, .is-act-home .grimm-cms-headline {
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.is-act-home .cms-element-s360-adjustable-productslider {
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width: 767.98px) {
	.is-act-home .cms-block-s360-dynamic-category-row-block .col-lg-6 .s360-dynamic-categoryBox__text {
		width: 100%;
		text-align: center;
	}
	
	.is-act-home .cms-block-s360-dynamic-category-row-block .col-lg-6 .s360-dynamic-categoryBox__text .btn, .is-act-home .cms-block-s360-dynamic-category-row-block .col-lg-6 .s360-dynamic-categoryBox__text .eightworks-cookie-consent-plus-toggler > button {
		display: none;
	}
	
	.is-act-home .cms-block-s360-dynamic-category-row-block .col-lg-6 .s360-dynamic-categoryBox__image {
		height: 186px;
	}
}

@media (min-width: 576px) {
	.is-act-home .cms-block-s360-headline-block, .is-act-home .grimm-cms-headline {
		padding-top: 50px;
		padding-bottom: 25px;
	}
}

.is-ctl-maintenance .content-main {
	padding-top: 20px;
}

.is-ctl-maintenance .footer-main {
	width: 100% !important;
}

.is-ctl-maintenance .footer-main .container, .is-ctl-maintenance .footer-main .cms-section .boxed, .cms-section .is-ctl-maintenance .footer-main .boxed, .is-ctl-maintenance .footer-main .s360-megamenu--boxed, .is-ctl-maintenance .footer-main .s360-megamenu--width-auto, .is-ctl-maintenance .footer-main .s360-megamenu__dropdown--fullwidth .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--fullwidth .is-ctl-maintenance .footer-main .s360-megamenu__dropdown-menu--container, .is-ctl-maintenance .footer-main .s360-megamenu__dropdown--boxed .s360-megamenu__dropdown-menu--container, .s360-megamenu__dropdown--boxed .is-ctl-maintenance .footer-main .s360-megamenu__dropdown-menu--container {
	margin-bottom: 16px;
}

@media (min-width: 992px) {
	.is-ctl-maintenance .header-row {
		padding-bottom: 20px;
		padding-left: 20px;
	}
}

.s360-content-page .ts-rating-light {
	display: none;
}

.s360-content-page .grm-panel {
	padding: 15px;
	border: 1px solid #f0f0f0;
	font-size: 14px;
	border-radius: 2px;
	color: #000;
	position: relative;
	font-weight: 300;
	font-weight: 300;
}

.s360-content-page .grm-panel.full-height {
	height: 100%;
}

.s360-content-page .grm-panel h1 {
	background-color: #f8f8f8;
	background-color: #fff;
	font-weight: normal;
	font-weight: 400;
	font-size: 14px;
	padding: 15px;
	margin-bottom: 0;
	margin-bottom: 15px;
	margin-bottom: 15px;
	color: #000;
	height: 47px;
	line-height: 1;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: -15px;
}

.s360-content-page .grm-panel h2 {
	font-size: 20px;
	font-weight: 300;
	margin-top: 15px;
}

.s360-content-page .grm-panel h3 {
	font-weight: 400;
	font-size: 14px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 5px;
	margin-top: 15px;
}

.s360-content-page .grm-panel ul {
	padding-inline-start: 25px;
	list-style: none;
}

.s360-content-page .grm-panel li {
	position: relative;
	line-height: 2;
	color: #000;
	font-weight: 300;
}

.s360-content-page .grm-panel li::before {
	content: "";
	position: absolute;
	display: block;
	top: 7px;
	left: -20px;
	width: 10px;
	height: 10px;
	margin-right: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("/bundles/grimmtheme/media/pfeil-rechts.svg");
}

.s360-content-page .grm-panel a {
	color: #000;
	font-weight: 300;
}

.s360-content-page .account-content {
	margin-left: 0;
	margin-right: 0;
}

.s360-content-page .cms-section-sidebar-sidebar-content.col-lg-4.col-xl-3, .s360-content-page .is-act-cartpage .checkout .cms-section-sidebar-sidebar-content.col-xl-3.checkout-aside, .is-act-cartpage .checkout .s360-content-page .cms-section-sidebar-sidebar-content.col-xl-3.checkout-aside, .s360-content-page .is-act-confirmpage .checkout .cms-section-sidebar-sidebar-content.col-xl-3.checkout-additional, .is-act-confirmpage .checkout .s360-content-page .cms-section-sidebar-sidebar-content.col-xl-3.checkout-additional, .s360-content-page .is-ctl-accountorder .checkout .cms-section-sidebar-sidebar-content.col-xl-3.checkout-additional, .is-ctl-accountorder .checkout .s360-content-page .cms-section-sidebar-sidebar-content.col-xl-3.checkout-additional, .s360-content-page .is-act-confirmpage .checkout .cms-section-sidebar-sidebar-content.col-xl-3.checkout-aside, .is-act-confirmpage .checkout .s360-content-page .cms-section-sidebar-sidebar-content.col-xl-3.checkout-aside, .s360-content-page .is-ctl-accountorder .checkout .cms-section-sidebar-sidebar-content.col-xl-3.checkout-aside, .is-ctl-accountorder .checkout .s360-content-page .cms-section-sidebar-sidebar-content.col-xl-3.checkout-aside, .s360-content-page .is-act-finishpage .checkout .cms-section-sidebar-sidebar-content.col-xl-3.checkout-additional, .is-act-finishpage .checkout .s360-content-page .cms-section-sidebar-sidebar-content.col-xl-3.checkout-additional, .s360-content-page .is-act-finishpage .checkout .cms-section-sidebar-sidebar-content.col-xl-3.checkout-aside, .is-act-finishpage .checkout .s360-content-page .cms-section-sidebar-sidebar-content.col-xl-3.checkout-aside {
	padding-right: 7px;
}

.s360-content-page .cms-section-sidebar-main-content.col-lg-8.col-xl-9, .s360-content-page .is-act-cartpage .checkout .cms-section-sidebar-main-content.col-xl-9.checkout-main, .is-act-cartpage .checkout .s360-content-page .cms-section-sidebar-main-content.col-xl-9.checkout-main, .s360-content-page .is-act-checkoutregisterpage .checkout .cms-section-sidebar-main-content.col-xl-9.checkout-main, .is-act-checkoutregisterpage .checkout .s360-content-page .cms-section-sidebar-main-content.col-xl-9.checkout-main, .s360-content-page .is-act-confirmpage .checkout .cms-section-sidebar-main-content.col-xl-9.checkout-main, .is-act-confirmpage .checkout .s360-content-page .cms-section-sidebar-main-content.col-xl-9.checkout-main, .s360-content-page .is-ctl-accountorder .checkout .cms-section-sidebar-main-content.col-xl-9.checkout-main, .is-ctl-accountorder .checkout .s360-content-page .cms-section-sidebar-main-content.col-xl-9.checkout-main, .s360-content-page .is-act-finishpage .checkout .cms-section-sidebar-main-content.col-xl-9.checkout-main, .is-act-finishpage .checkout .s360-content-page .cms-section-sidebar-main-content.col-xl-9.checkout-main {
	padding-left: 7px;
}

@media (max-width: 991.98px) {
	.s360-content-page {
		padding-top: 20px;
	}
	
	.s360-content-page .cms-section-sidebar-main-content.col-lg-8.col-xl-9, .s360-content-page .is-act-cartpage .checkout .cms-section-sidebar-main-content.col-xl-9.checkout-main, .is-act-cartpage .checkout .s360-content-page .cms-section-sidebar-main-content.col-xl-9.checkout-main, .s360-content-page .is-act-checkoutregisterpage .checkout .cms-section-sidebar-main-content.col-xl-9.checkout-main, .is-act-checkoutregisterpage .checkout .s360-content-page .cms-section-sidebar-main-content.col-xl-9.checkout-main, .s360-content-page .is-act-confirmpage .checkout .cms-section-sidebar-main-content.col-xl-9.checkout-main, .is-act-confirmpage .checkout .s360-content-page .cms-section-sidebar-main-content.col-xl-9.checkout-main, .s360-content-page .is-ctl-accountorder .checkout .cms-section-sidebar-main-content.col-xl-9.checkout-main, .is-ctl-accountorder .checkout .s360-content-page .cms-section-sidebar-main-content.col-xl-9.checkout-main, .s360-content-page .is-act-finishpage .checkout .cms-section-sidebar-main-content.col-xl-9.checkout-main, .is-act-finishpage .checkout .s360-content-page .cms-section-sidebar-main-content.col-xl-9.checkout-main {
		padding-left: 20px;
	}
}

.box-wishlist .product-info {
	height: 204px;
	padding: 15px;
	background-color: #f8f8f8;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 0 0 4px 4px;
}

.product-wishlist-btn.product-wishlist-btn-remove {
	background-color: transparent;
}

.product-wishlist-btn-remove {
	top: 0;
	right: 0;
}

.product-wishlist-btn-remove .icon-schliessen {
	width: 12px;
	height: 12px;
}

.grm-wishlist .col-auto {
	padding: 0;
}

.grm-wishlist .header-wishlist-btn {
	color: #9b9b9b;
}

@media (max-width: 420px) {
	.header-actions-col .btn, .header-actions-col .eightworks-cookie-consent-plus-toggler > button, .header-actions-col .compare-float .compare-float-button .btn, .header-actions-col .compare-float .compare-float-button .eightworks-cookie-consent-plus-toggler > button {
		padding: 2px 7px;
	}
}

@media (min-width: 992px) {
	.grm-wishlist {
		display: none;
	}
}

.wishlist-page .wishlist-headline {
	margin: 0;
	padding-bottom: 20px;
	height: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wishlist-page .cms-element-product-listing-actions {
	display: none;
}

.wishlist-page .cms-element-sidebar__additional-info--amount {
	top: 0px;
	margin: 0;
}

@media (max-width: 991.98px) {
	.wishlist-page .cms-element-sidebar__additional-info--amount {
		position: static;
	}
	
	.wishlist-page .wishlist-headline {
		padding-bottom: 10px;
	}
	
	.wishlist-page .cms-element-sidebar__additional-info--amount {
		margin-bottom: 20px;
	}
}

.product-wishlist-btn-content {
	color: #000;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	text-decoration: none;
}

.icon-xs.icon-merken {
	margin-right: 5px;
	width: 10px;
	height: 10px;
}

.icon-merken {
	color: #848484;
}

.text-wishlist-remove {
	color: #0584e3;
}

.button-wishlist--listview {
	position: absolute;
	bottom: 16px;
	line-height: 1;
}

.cms-listing-col:not(.s360-listing-view) .product-info .header-actions-btn {
	padding: 0;
	position: absolute;
	right: 0;
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 100;
	src: url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-100.eot");
	src: local(""), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-100.eot?#iefix") format("embedded-opentype"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-100.woff2") format("woff2"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-100.woff") format("woff"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-100.ttf") format("truetype"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-100.svg#Poppins") format("svg");
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 200;
	src: url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-200.eot");
	src: local(""), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-200.eot?#iefix") format("embedded-opentype"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-200.woff2") format("woff2"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-200.woff") format("woff"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-200.ttf") format("truetype"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-200.svg#Poppins") format("svg");
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 300;
	src: url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-300.eot");
	src: local(""), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-300.woff2") format("woff2"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-300.woff") format("woff"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-300.ttf") format("truetype"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-300.svg#Poppins") format("svg");
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	src: url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-regular.eot");
	src: local(""), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-regular.woff2") format("woff2"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-regular.woff") format("woff"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-regular.ttf") format("truetype"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-regular.svg#Poppins") format("svg");
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	src: url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-500.eot");
	src: local(""), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-500.eot?#iefix") format("embedded-opentype"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-500.woff2") format("woff2"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-500.woff") format("woff"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-500.ttf") format("truetype"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-500.svg#Poppins") format("svg");
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 700;
	src: url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-700.eot");
	src: local(""), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-700.woff2") format("woff2"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-700.woff") format("woff"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-700.ttf") format("truetype"), url("/bundles/grimmtheme/font/poppins/poppins-v20-latin/poppins-v20-latin-700.svg#Poppins") format("svg");
}

a {
	-webkit-transition: color 300ms;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
	transition: color 300ms;
}

a:hover {
	-webkit-transition: color 300ms;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
	transition: color 300ms;
}

a:any-link {
	cursor: pointer;
	text-decoration: none;
}

a:-webkit-any-link {
	cursor: pointer;
	text-decoration: none;
}

body {
	color: #000;
	overflow-x: hidden;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
}

body h1, body .h1 {
	color: #000;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0;
}

body h2, body .h2 {
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 400;
}

body h3, body .h3 {
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 400;
}

body h4, body .h4 {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
}

body h5, body .h5 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
}

body h6, body .h6 {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
}

body p {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
}

body .grm-bold {
	font-weight: 600 !important;
}

body .grm-medium {
	font-weight: 400 !important;
}

body .grm-light {
	font-weight: 300 !important;
}

body .grm-underline {
	text-decoration: underline !important;
	text-underline-offset: 1px;
}

body .bg-grimm-yellow {
	background-color: #ffd600 !important;
}

body .color-black {
	color: #000;
}

body .color-black .icon {
	color: #000;
}

body span[data-icon="item-check"] {
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("/bundles/grimmtheme/media/check.svg");
	display: inline-block;
	height: 18px;
	width: 18px;
}

@media (max-width: 991.98px) {
	.cms-section-sidebar-sidebar-content {
		display: none;
	}
}

.mobile-none-lg-hidden {
	display: none;
}

@media (min-width: 992px) {
	.mobile-none-lg-hidden {
		display: block;
		visibility: hidden;
	}
}

.container-main {
	padding-bottom: 80px;
}

@media (max-width: 991.98px) {
	.container-main {
		padding-top: 0;
	}
}

@media (max-width: 991.98px) {
	.is-ctl-wishlist .container-main, .is-ctl-productcomparison .container-main, .is-act-finishpage .container-main, .is-ctl-search .container-main, .is-act-loginpage .container-main {
		padding-top: 20px;
	}
}

@media (max-width: 767.98px) {
	input[type="text"] {
		font-size: 16px !important;
	}
}
