
@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: #c39052;
	--secondary: #11445c;
	--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: #393939;
	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: #c39052;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #956934;
	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: "Lora", serif;
	font-weight: 700;
	line-height: 1.2;
	color: #393939;
}

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 {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container, .cms-section .boxed {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container, .cms-section .boxed {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container, .cms-section .boxed {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container, .cms-section .boxed {
		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, .swag-paypal-checkout-finish-pui-instructions-content .instruction-title, .swag-paypal-checkout-finish-pui-instructions-content .instruction-description, .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, .swag-paypal-checkout-finish-pui-instructions-content .instruction-title, .swag-paypal-checkout-finish-pui-instructions-content .instruction-description {
		-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: #393939;
}

.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: #393939;
	background-color: rgba(0, 0, 0, .075);
}

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

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

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

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

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

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

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

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

.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, .iti__search-input {
	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: #393939;
	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, .iti__search-input {
		-webkit-transition: none;
		transition: none;
	}
}

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

.form-control:focus, .iti__search-input:focus {
	color: #393939;
	background-color: #fff;
	border-color: #c39052;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(195, 144, 82, .25);
}

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

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

select.form-control:focus::-ms-value, select.iti__search-input:focus::-ms-value {
	color: #393939;
	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: #393939;
	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.iti__search-input[size], select.form-control[multiple], select.iti__search-input[multiple] {
	height: auto;
}

textarea.form-control, textarea.iti__search-input {
	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, .was-validated .iti__search-input:valid, .form-control.is-valid, .is-valid.iti__search-input {
	border-color: #3cc261;
}

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

.was-validated .form-control:valid ~ .valid-feedback, .was-validated .iti__search-input:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .was-validated .iti__search-input:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .is-valid.iti__search-input ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .is-valid.iti__search-input ~ .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, .was-validated .iti__search-input:invalid, .form-control.is-invalid, .is-invalid.iti__search-input {
	border-color: #e52427;
}

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

.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .iti__search-input:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .was-validated .iti__search-input:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .is-invalid.iti__search-input ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .is-invalid.iti__search-input ~ .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, .form-inline .iti__search-input {
		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 {
	display: inline-block;
	font-weight: 400;
	color: #393939;
	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 {
		-webkit-transition: none;
		transition: none;
	}
}

.btn:hover {
	color: #393939;
	text-decoration: none;
}

.btn:focus, .btn.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(195, 144, 82, .25);
}

.btn.disabled, .btn: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) {
	color: #212529;
	background-color: #c39052;
	border-color: #c39052;
}

.btn-primary:hover, .address-editor-select:not(.collapsed):hover, .address-editor-edit:not(.collapsed):hover, .address-editor-create:not(.collapsed):hover {
	color: #fff;
	background-color: #b17d3d;
	border-color: #a8763a;
}

.btn-primary:focus, .address-editor-select:not(.collapsed):focus, .address-editor-edit:not(.collapsed):focus, .address-editor-create:not(.collapsed):focus, .btn-primary.focus, .focus.address-editor-select:not(.collapsed), .focus.address-editor-edit:not(.collapsed), .focus.address-editor-create:not(.collapsed) {
	box-shadow: 0 0 0 .2rem rgba(171, 128, 76, .5);
}

.btn-primary.disabled, .disabled.address-editor-select:not(.collapsed), .disabled.address-editor-edit:not(.collapsed), .disabled.address-editor-create:not(.collapsed), .btn-primary:disabled, .address-editor-select:not(.collapsed):disabled, .address-editor-edit:not(.collapsed):disabled, .address-editor-create:not(.collapsed):disabled {
	color: #212529;
	background-color: #c39052;
	border-color: #c39052;
}

.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, .btn-primary:not(:disabled):not(.disabled).active, .active.address-editor-select:not(.collapsed):not(.disabled):not(:disabled), .ott-category-teaser-customfieldfilter .customfieldfilter-item .address-editor-select.btn.active:hover:not(.collapsed):not(.disabled):not(:disabled), .active.address-editor-edit:not(.collapsed):not(.disabled):not(:disabled), .ott-category-teaser-customfieldfilter .customfieldfilter-item .address-editor-edit.btn.active:hover:not(.collapsed):not(.disabled):not(:disabled), .active.address-editor-create:not(.collapsed):not(.disabled):not(:disabled), .ott-category-teaser-customfieldfilter .customfieldfilter-item .address-editor-create.btn.active:hover:not(.collapsed):not(.disabled):not(:disabled), .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-primary.btn.active:hover: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) {
	color: #fff;
	background-color: #a8763a;
	border-color: #9e7037;
}

.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, .btn-primary:not(:disabled):not(.disabled).active:focus, .active.address-editor-select:not(.collapsed):not(.disabled):not(:disabled):focus, .ott-category-teaser-customfieldfilter .customfieldfilter-item .address-editor-select.btn.active:hover:not(.collapsed):not(.disabled):not(:disabled):focus, .active.address-editor-edit:not(.collapsed):not(.disabled):not(:disabled):focus, .ott-category-teaser-customfieldfilter .customfieldfilter-item .address-editor-edit.btn.active:hover:not(.collapsed):not(.disabled):not(:disabled):focus, .active.address-editor-create:not(.collapsed):not(.disabled):not(:disabled):focus, .ott-category-teaser-customfieldfilter .customfieldfilter-item .address-editor-create.btn.active:hover:not(.collapsed):not(.disabled):not(:disabled):focus, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-primary.btn.active:hover: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 {
	box-shadow: 0 0 0 .2rem rgba(171, 128, 76, .5);
}

.btn-secondary {
	color: #fff;
	background-color: #11445c;
	border-color: #11445c;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #0b2c3c;
	border-color: #092431;
}

.btn-secondary:focus, .btn-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(53, 96, 116, .5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #11445c;
	border-color: #11445c;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-secondary.btn.active:hover:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #092431;
	border-color: #071c26;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-secondary.btn.active:hover:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(53, 96, 116, .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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-success.btn.active:hover:not(:disabled):not(.disabled), .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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-success.btn.active:hover:not(:disabled):not(.disabled):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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-info.btn.active:hover:not(:disabled):not(.disabled), .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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-info.btn.active:hover:not(:disabled):not(.disabled):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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-warning.btn.active:hover:not(:disabled):not(.disabled), .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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-warning.btn.active:hover:not(:disabled):not(.disabled):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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-danger.btn.active:hover:not(:disabled):not(.disabled), .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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-danger.btn.active:hover:not(:disabled):not(.disabled):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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-light.btn.active:hover:not(:disabled):not(.disabled), .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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-light.btn.active:hover:not(:disabled):not(.disabled):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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-dark.btn.active:hover:not(:disabled):not(.disabled), .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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-dark.btn.active:hover:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(101, 110, 116, .5);
}

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

.btn-outline-primary:hover {
	color: #212529;
	background-color: #c39052;
	border-color: #c39052;
}

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

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

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-outline-primary.btn.active:hover:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
	color: #212529;
	background-color: #c39052;
	border-color: #c39052;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-outline-primary.btn.active:hover:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(195, 144, 82, .5);
}

.btn-outline-secondary {
	color: #11445c;
	border-color: #11445c;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #11445c;
	border-color: #11445c;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(17, 68, 92, .5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #11445c;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-outline-secondary.btn.active:hover:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #11445c;
	border-color: #11445c;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-outline-secondary.btn.active:hover:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(17, 68, 92, .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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-outline-success.btn.active:hover:not(:disabled):not(.disabled), .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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-outline-success.btn.active:hover:not(:disabled):not(.disabled):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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-outline-info.btn.active:hover:not(:disabled):not(.disabled), .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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-outline-info.btn.active:hover:not(:disabled):not(.disabled):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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-outline-warning.btn.active:hover:not(:disabled):not(.disabled), .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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-outline-warning.btn.active:hover:not(:disabled):not(.disabled):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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-outline-danger.btn.active:hover:not(:disabled):not(.disabled), .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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-outline-danger.btn.active:hover:not(:disabled):not(.disabled):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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-outline-light.btn.active:hover:not(:disabled):not(.disabled), .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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-outline-light.btn.active:hover:not(:disabled):not(.disabled):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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-outline-dark.btn.active:hover:not(:disabled):not(.disabled), .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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-outline-dark.btn.active:hover:not(:disabled):not(.disabled):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: #c39052;
	text-decoration: none;
}

.btn-link:hover {
	color: #956934;
	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, .btn-buy {
	padding: 2px 12px;
	font-size: 1rem;
	line-height: 38px;
	border-radius: 3px;
}

.btn-sm, .btn-group-sm > .btn {
	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: #393939;
	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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .dropdown-item.btn.active:hover, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #c39052;
}

.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, .btn-group-vertical > .btn {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
	z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-group > .btn.active:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-group-vertical > .btn.active:hover {
	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), .btn-group > .btn-group:not(:first-child) {
	margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
	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 {
	padding-right: 9px;
	padding-left: 9px;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .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, .btn-group-vertical > .btn-group {
	width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
	margin-top: -1px;
}

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

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
	margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn 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 > .iti__search-input, .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 > .iti__search-input + .form-control, .input-group > .form-control + .iti__search-input, .input-group > .iti__search-input + .iti__search-input, .input-group > .form-control + .custom-select, .input-group > .iti__search-input + .custom-select, .input-group > .form-control + .custom-file, .input-group > .iti__search-input + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .iti__search-input, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .iti__search-input, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .iti__search-input, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
	margin-left: -1px;
}

.input-group > .form-control:focus, .input-group > .iti__search-input: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 > .iti__search-input: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 > .iti__search-input: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-append .btn {
	position: relative;
	z-index: 2;
}

.input-group-prepend .btn:focus, .input-group-append .btn:focus {
	z-index: 3;
}

.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
	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: #393939;
	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 > .iti__search-input:not(textarea), .input-group-lg > .custom-select {
	height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, .input-group-lg > .iti__search-input, .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 > .input-group-append > .btn {
	padding: .5rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 3px;
}

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

.input-group-sm > .form-control, .input-group-sm > .iti__search-input, .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 > .input-group-append > .btn {
	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 > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .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 > .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 > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn: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: #c39052;
	background-color: #c39052;
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(195, 144, 82, .25);
}

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

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

.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: #c39052;
	background-color: #c39052;
}

.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(195, 144, 82, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(195, 144, 82, .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(195, 144, 82, .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(195, 144, 82, .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: #393939;
	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=\'%23393939\' 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: #c39052;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(195, 144, 82, .25);
}

.custom-select:focus::-ms-value {
	color: #393939;
	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: #c39052;
	box-shadow: 0 0 0 .2rem rgba(195, 144, 82, .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: #393939;
	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: #393939;
	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(195, 144, 82, .25);
}

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

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

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

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #c39052;
	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: #f1e5d7;
}

.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: #c39052;
	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: #f1e5d7;
}

.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: #c39052;
	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: #f1e5d7;
}

.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 .ott-category-teaser-customfieldfilter .customfieldfilter-item .nav-link.btn.active:hover, .ott-category-teaser-customfieldfilter .customfieldfilter-item .nav-tabs .nav-link.btn.active:hover, .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 .ott-category-teaser-customfieldfilter .customfieldfilter-item .nav-link.btn.active:hover, .ott-category-teaser-customfieldfilter .customfieldfilter-item .nav-pills .nav-link.btn.active:hover, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #c39052;
}

.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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .tab-content > .btn.active:hover {
	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 > .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 > .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 > .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 > .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 > .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 > .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 > .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 > .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 > .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 > .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 > .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 .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn.active:hover > .nav-link, .ott-category-teaser-customfieldfilter .customfieldfilter-item .navbar-light .navbar-nav .btn.active:hover > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .ott-category-teaser-customfieldfilter .customfieldfilter-item .nav-link.btn.active:hover, .ott-category-teaser-customfieldfilter .customfieldfilter-item .navbar-light .navbar-nav .nav-link.btn.active:hover {
	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 .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn.active:hover > .nav-link, .ott-category-teaser-customfieldfilter .customfieldfilter-item .navbar-dark .navbar-nav .btn.active:hover > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .ott-category-teaser-customfieldfilter .customfieldfilter-item .nav-link.btn.active:hover, .ott-category-teaser-customfieldfilter .customfieldfilter-item .navbar-dark .navbar-nav .nav-link.btn.active:hover {
	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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .breadcrumb-item.btn.active:hover {
	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: #c39052;
	background-color: #fff;
	border: 1px solid #bcc1c7;
}

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

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(195, 144, 82, .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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .page-item.btn.active:hover .page-link {
	z-index: 1;
	color: #fff;
	background-color: #c39052;
	border-color: #c39052;
}

.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 {
	position: relative;
	top: -1px;
}

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

.badge-primary {
	color: #212529;
	background-color: #c39052;
}

a.badge-primary:hover, a.badge-primary:focus {
	color: #212529;
	background-color: #a8763a;
}

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

.badge-secondary {
	color: #fff;
	background-color: #11445c;
}

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

a.badge-secondary:focus, a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(17, 68, 92, .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: #654b2b;
	background-color: #f3e9dc;
	border-color: #eee0cf;
}

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

.alert-primary .alert-link {
	color: #41301c;
}

.alert-secondary {
	color: #092330;
	background-color: #cfdade;
	border-color: #bccbd1;
}

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

.alert-secondary .alert-link {
	color: #010405;
}

.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: #c39052;
	-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: #393939;
	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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .list-group-item.btn.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #c39052;
	border-color: #c39052;
}

.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: #654b2b;
	background-color: #eee0cf;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
	color: #654b2b;
	background-color: #e7d4bc;
}

.list-group-item-primary.list-group-item-action.active, .ott-category-teaser-customfieldfilter .customfieldfilter-item .list-group-item-primary.list-group-item-action.btn.active:hover {
	color: #fff;
	background-color: #654b2b;
	border-color: #654b2b;
}

.list-group-item-secondary {
	color: #092330;
	background-color: #bccbd1;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
	color: #092330;
	background-color: #adbfc7;
}

.list-group-item-secondary.list-group-item-action.active, .ott-category-teaser-customfieldfilter .customfieldfilter-item .list-group-item-secondary.list-group-item-action.btn.active:hover {
	color: #fff;
	background-color: #092330;
	border-color: #092330;
}

.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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .list-group-item-success.list-group-item-action.btn.active:hover {
	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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .list-group-item-info.list-group-item-action.btn.active:hover {
	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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .list-group-item-warning.list-group-item-action.btn.active:hover {
	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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .list-group-item-danger.list-group-item-action.btn.active:hover {
	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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .list-group-item-light.list-group-item-action.btn.active:hover {
	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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .list-group-item-dark.list-group-item-action.btn.active:hover {
	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: #393939;
	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: #393939;
}

.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, .ott-category-teaser-customfieldfilter .customfieldfilter-item .carousel-item.btn.active:hover, .carousel-item-next, .carousel-item-prev {
	display: block;
}

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right, .ott-category-teaser-customfieldfilter .customfieldfilter-item .carousel-item-right.btn.active:hover {
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left, .ott-category-teaser-customfieldfilter .customfieldfilter-item .carousel-item-left.btn.active:hover {
	-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 .ott-category-teaser-customfieldfilter .customfieldfilter-item .carousel-item.btn.active:hover, .ott-category-teaser-customfieldfilter .customfieldfilter-item .carousel-fade .carousel-item.btn.active:hover, .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 .ott-category-teaser-customfieldfilter .customfieldfilter-item .carousel-item-left.btn.active:hover, .ott-category-teaser-customfieldfilter .customfieldfilter-item .carousel-fade .carousel-item-left.btn.active:hover, .carousel-fade .active.carousel-item-right, .carousel-fade .ott-category-teaser-customfieldfilter .customfieldfilter-item .carousel-item-right.btn.active:hover, .ott-category-teaser-customfieldfilter .customfieldfilter-item .carousel-fade .carousel-item-right.btn.active:hover {
	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 .ott-category-teaser-customfieldfilter .customfieldfilter-item .carousel-item-left.btn.active:hover, .ott-category-teaser-customfieldfilter .customfieldfilter-item .carousel-fade .carousel-item-left.btn.active:hover, .carousel-fade .active.carousel-item-right, .carousel-fade .ott-category-teaser-customfieldfilter .customfieldfilter-item .carousel-item-right.btn.active:hover, .ott-category-teaser-customfieldfilter .customfieldfilter-item .carousel-fade .carousel-item-right.btn.active:hover {
		-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, .carousel-indicators .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn.active:hover, .ott-category-teaser-customfieldfilter .customfieldfilter-item .carousel-indicators .btn.active:hover {
	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: #c39052 !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
	background-color: #a8763a !important;
}

.bg-secondary {
	background-color: #11445c !important;
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
	background-color: #092431 !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: #c39052 !important;
}

.border-secondary {
	border-color: #11445c !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, .swag-paypal-checkout-finish-pui-instructions-content .instruction-title, .swag-paypal-checkout-finish-pui-instructions-content .instruction-description {
	padding-top: .25rem !important;
}

.pr-1, .px-1 {
	padding-right: .25rem !important;
}

.pb-1, .py-1, .swag-paypal-checkout-finish-pui-instructions-content .instruction-title, .swag-paypal-checkout-finish-pui-instructions-content .instruction-description {
	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, .swag-paypal-checkout-finish-pui-instructions-content .instruction-title, .swag-paypal-checkout-finish-pui-instructions-content .instruction-description {
		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, .swag-paypal-checkout-finish-pui-instructions-content .instruction-title, .swag-paypal-checkout-finish-pui-instructions-content .instruction-description {
		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: #c39052 !important;
}

a.text-primary:hover, a.loader:hover, a.text-primary:focus, a.loader:focus {
	color: #956934 !important;
}

.text-secondary {
	color: #11445c !important;
}

a.text-secondary:hover, a.text-secondary:focus {
	color: #05141b !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: #393939 !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 {
		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: #393939;
	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: #393939;
}

.category-navigation-link:hover {
	text-decoration: none;
}

.category-navigation-link.is-active {
	color: #c39052;
	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(195, 144, 82, .5);
	color: #c39052;
	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: none;
}

.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-next {
	border-radius: 3px 0 0 3px;
}

@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: #c39052;
}

.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: #393939;
	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: #393939;
	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: #393939;
	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: #393939;
	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: #393939;
	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-en {
	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: #11445c;
}

.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: #c39052;
}

.alert-secondary .icon {
	color: #11445c;
}

.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 {
	color: #212529;
}

.btn-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 {
	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, .pagination .ott-category-teaser-customfieldfilter .customfieldfilter-item .page-item.btn.active:hover a, .ott-category-teaser-customfieldfilter .customfieldfilter-item .pagination .page-item.btn.active:hover 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: #393939;
}

.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: #c39052;
}

.forms-boolean:hover {
	border-color: #c39052;
	color: #c39052;
}

.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: #c39052;
	border-color: #c39052;
}

.filter-panel-item.show .icon-filter-panel-item-toggle svg {
	color: #c39052;
	-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 #c39052;
	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: #c39052;
}

.btn.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 #c39052;
	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: #c39052;
	border-color: #c39052;
	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: #c39052;
	-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 {
	display: none;
	width: 100%;
	border: 1px solid #c39052;
	padding: 6px;
}

.btn.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: #393939;
}

.filter-panel-offcanvas-close {
	cursor: pointer;
	margin-left: auto;
}

@media (max-width: 991.98px) {
	.btn.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: #c39052;
}

.filter-boolean:hover {
	border-color: #c39052;
	color: #c39052;
}

.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: #c39052;
	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: #393939;
	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: #c39052;
}

.notification-dot.notification-dot-secondary {
	background-color: #11445c;
}

.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: #c39052;
	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 {
	top: 0;
}

.basic-captcha-content-refresh-icon:hover {
	cursor: pointer;
	border-color: #c39052;
	background-color: #fff;
}

.basic-captcha-content-refresh-icon:hover .icon.icon-arrow-switch {
	color: #c39052;
}

.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: #11445c;
}

.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: #393939;
	font-weight: 700;
}

a.line-item-label:hover {
	color: #c39052;
	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;
}

.container, .cms-section .boxed {
	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: #393939;
}

.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 {
	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: #6c6c6c;
	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: #393939;
}

.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: #c39052;
}

.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;
}

@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 #c39052;
}

.product-detail-configurator-option-input:checked + .product-detail-configurator-option-label.is-display-text {
	background-color: #c39052;
	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 #c39052;
}

.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: #393939;
	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: #393939;
	background: none;
	cursor: pointer;
	text-align: left;
}

.order-table-header-context-menu-content-link:hover {
	text-decoration: none;
	color: #c39052;
}

.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;
}

.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;
}

@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;
}

@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;
	}
}

@media (max-width: 767.98px) {
	.document-header-date {
		display: none;
	}
	
	.document-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: #c39052;
}

.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: #c39052;
	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: #393939;
}

.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: #c39052;
}

.alert-primary .alert-content-container {
	background-color: #f3e9dc;
	color: #c39052;
}

.alert-primary .icon {
	color: #fff;
}

.alert-secondary {
	background-color: #11445c;
}

.alert-secondary .alert-content-container {
	background-color: #cfdade;
	color: #11445c;
}

.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: #393939;
	font-size: .875rem;
}

.breadcrumb a:hover {
	color: #c39052;
	text-decoration: none;
}

.breadcrumb a.is-active {
	color: #c39052;
	font-weight: bolder;
}

.btn {
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.btn-buy {
	color: #212529;
	color: #fff;
	background-color: #c39052;
	border-color: #c39052;
}

.btn-buy:hover {
	color: #fff;
	background-color: #b17d3d;
	border-color: #a8763a;
}

.btn-buy:focus, .btn-buy.focus {
	box-shadow: 0 0 0 .2rem rgba(171, 128, 76, .5);
}

.btn-buy.disabled, .btn-buy:disabled {
	color: #212529;
	background-color: #c39052;
	border-color: #c39052;
}

.btn-buy:not(:disabled):not(.disabled):active, .btn-buy:not(:disabled):not(.disabled).active, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-buy.btn.active:hover:not(:disabled):not(.disabled), .show > .btn-buy.dropdown-toggle {
	color: #fff;
	background-color: #a8763a;
	border-color: #9e7037;
}

.btn-buy:not(:disabled):not(.disabled):active:focus, .btn-buy:not(:disabled):not(.disabled).active:focus, .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn-buy.btn.active:hover:not(:disabled):not(.disabled):focus, .show > .btn-buy.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(171, 128, 76, .5);
}

.btn.disabled, .btn: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: #c39052;
	color: #c39052;
}

.form-label {
	margin-bottom: 3px;
}

.form-group {
	margin-bottom: 20px;
}

.form-control, .iti__search-input {}

.form-control:focus, .iti__search-input:focus {
	box-shadow: none;
}

.form-control::-webkit-input-placeholder, .iti__search-input::-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: #c39052;
}

.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: #393939;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
}

.card-tabs .nav-link:hover {
	border-color: #c39052;
	color: #c39052;
}

.card-tabs .nav-link.active, .card-tabs .ott-category-teaser-customfieldfilter .customfieldfilter-item .nav-link.btn.active:hover, .ott-category-teaser-customfieldfilter .customfieldfilter-item .card-tabs .nav-link.btn.active:hover {
	border-color: #c39052;
	color: #4a545b;
}

.card-tabs .nav-link.active, .card-tabs .ott-category-teaser-customfieldfilter .customfieldfilter-item .nav-link.btn.active:hover, .ott-category-teaser-customfieldfilter .customfieldfilter-item .card-tabs .nav-link.btn.active:hover, .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: #393939;
}

.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 {
	color: #393939;
	font-weight: 400;
	padding: 0;
}

.top-bar-nav-btn.btn:hover, .top-bar-nav-btn.btn:hover .icon {
	color: #c39052;
}

.top-bar-nav-btn.btn:focus {
	box-shadow: none;
}

.dropdown.show .top-bar-nav-btn, .dropdown.show .top-bar-nav-btn .icon {
	color: #c39052;
}

.top-bar-list-item {
	color: #393939;
}

.top-bar-list-item.is-checked {
	color: #c39052;
}

.top-bar-list-item:hover {
	color: #c39052;
	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: #c39052;
}

.header-search-btn:focus {
	box-shadow: none;
}

.header-search-btn.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: #c39052;
}

.header-actions-btn, .header-actions-btn:active, .header-actions-btn:hover {
	background: none;
}

.header-actions-btn:hover, .header-actions-btn:hover .icon {
	color: #c39052;
}

.header-actions-btn:focus {
	box-shadow: none;
}

.header-cart-total {
	color: #c39052;
	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: #c39052;
	font-size: 1rem;
	font-weight: 700;
}

.footer-link, .footer-contact-hotline a {
	color: #393939;
}

.footer-link:hover, .footer-contact-hotline a:hover {
	color: #c39052;
	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: #393939;
		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: #c39052;
	}
	
	.main-navigation-link.active, .ott-category-teaser-customfieldfilter .customfieldfilter-item .main-navigation-link.btn.active:hover {
		color: #4a545b;
		font-weight: 700;
	}
	
	.main-navigation-link.active .main-navigation-link-text, .ott-category-teaser-customfieldfilter .customfieldfilter-item .main-navigation-link.btn.active:hover .main-navigation-link-text {
		border-color: #c39052;
	}
}

.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: #c39052;
	padding-left: 5px;
}

.navigation-flyout-link.active, .ott-category-teaser-customfieldfilter .customfieldfilter-item .navigation-flyout-link.btn.active:hover {
	color: #c39052;
	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: #11445c;
}

.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: #393939;
}

.navigation-offcanvas-link.is-home-link, .navigation-offcanvas-link.is-home-link .icon {
	color: #c39052;
}

.navigation-offcanvas-link.is-back-link {
	border-top: 1px solid #bcc1c7;
	font-weight: 700;
	color: #11445c;
}

.navigation-offcanvas-link.is-current-category {
	color: #c39052;
	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: #393939;
}

.search-suggest-product-link:hover {
	color: #c39052;
}

.product-detail-name {
	color: #393939;
}

.product-detail-manufacturer-logo {
	max-width: 200px;
	max-height: 70px;
}

.product-detail-price {
	color: #c39052;
	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: #393939;
	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: #393939;
	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: #c39052;
	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: #393939;
	font-weight: 700;
}

.account-aside-item {
	border: 0;
}

.account-aside-item.is-active {
	color: #c39052;
	background: #fff;
	font-weight: 700;
}

.account-aside-item:hover {
	color: #c39052;
	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: #393939;
}

.order-item-product-name:hover {
	color: #c39052;
	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: #393939;
	font-weight: 700;
}

a.cart-item-label:hover {
	color: #c39052;
	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;
}

[data-swag-paypal-express-button].is-disabled {
	position: relative;
	opacity: .3;
}

[data-swag-paypal-express-button].is-disabled::after {
	content: "";
	z-index: 1080;
	position: absolute;
	height: 40px;
	top: 0;
	left: 5px;
	right: 5px;
	background: rgba(0, 0, 0, .5);
	border-radius: 3px;
}

#swag-paypal-acdc-form {
	margin-top: 8px;
}

#swag-paypal-acdc-form .row, #swag-paypal-acdc-form .account-content, #swag-paypal-acdc-form .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout #swag-paypal-acdc-form .checkout-container, #swag-paypal-acdc-form .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout #swag-paypal-acdc-form .checkout-container, #swag-paypal-acdc-form .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout #swag-paypal-acdc-form .checkout-container, #swag-paypal-acdc-form .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout #swag-paypal-acdc-form .checkout-container, #swag-paypal-acdc-form .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout #swag-paypal-acdc-form .checkout-container {
	margin-bottom: 8px;
}

#swag-paypal-acdc-form .col-sm-6:first-of-type, #swag-paypal-acdc-form .is-act-confirmpage .checkout .checkout-additional:first-of-type, .is-act-confirmpage .checkout #swag-paypal-acdc-form .checkout-additional:first-of-type, #swag-paypal-acdc-form .is-ctl-accountorder .checkout .checkout-additional:first-of-type, .is-ctl-accountorder .checkout #swag-paypal-acdc-form .checkout-additional:first-of-type, #swag-paypal-acdc-form .swag-paypal-checkout-finish-pui-instructions-content .instruction-title:first-of-type, .swag-paypal-checkout-finish-pui-instructions-content #swag-paypal-acdc-form .instruction-title:first-of-type, #swag-paypal-acdc-form .swag-paypal-checkout-finish-pui-instructions-content .instruction-description:first-of-type, .swag-paypal-checkout-finish-pui-instructions-content #swag-paypal-acdc-form .instruction-description:first-of-type {
	padding-right: 4px;
}

#swag-paypal-acdc-form .col-sm-6:last-of-type, #swag-paypal-acdc-form .is-act-confirmpage .checkout .checkout-additional:last-of-type, .is-act-confirmpage .checkout #swag-paypal-acdc-form .checkout-additional:last-of-type, #swag-paypal-acdc-form .is-ctl-accountorder .checkout .checkout-additional:last-of-type, .is-ctl-accountorder .checkout #swag-paypal-acdc-form .checkout-additional:last-of-type, #swag-paypal-acdc-form .swag-paypal-checkout-finish-pui-instructions-content .instruction-title:last-of-type, .swag-paypal-checkout-finish-pui-instructions-content #swag-paypal-acdc-form .instruction-title:last-of-type, #swag-paypal-acdc-form .swag-paypal-checkout-finish-pui-instructions-content .instruction-description:last-of-type, .swag-paypal-checkout-finish-pui-instructions-content #swag-paypal-acdc-form .instruction-description:last-of-type {
	padding-left: 4px;
}

#swag-paypal-acdc-form .braintree-hosted-fields-focused {
	color: #393939;
	background-color: #fff;
	border-color: #c39052;
	outline: 0;
}

#swag-paypal-acdc-form .braintree-hosted-fields-focused.is-invalid {
	border-color: #e52427;
}

.swag-paypal-checkout-finish-pui-instructions-content dt:nth-of-type(odd), .swag-paypal-checkout-finish-pui-instructions-content dd:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.swag-paypal-checkout-finish-pui-instructions-content .instruction-title {
	font-weight: normal;
}

.swag-paypal-checkout-finish-pui-instructions-content .instruction-description {
	font-weight: bold;
}

.swag-paypal-pui-polling .loader {
	width: 44px;
	height: 44px;
}

[data-ott-bs-hover-dropdown=true]:active, [data-ott-bs-hover-dropdown=true]:focus, [data-ott-bs-hover-dropdown=true]:hover {
	outline: none !important;
}

[data-ott-custom-select=true] {
	visibility: hidden;
}

.OttCustomSelect {
	position: relative;
}

.OttCustomSelect.is-disabled {
	opacity: .3;
}

.OttCustomSelect select {
	left: 0;
	position: absolute;
	top: 0;
}

.OttCustomSelect__opener {
	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;
	border: 1px solid #bcc1c7;
	cursor: pointer;
	display: block;
	height: calc(1.5em + 1.125rem + 2px);
	outline: none;
	padding: .5625rem .5625rem;
}

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

.OttCustomSelect__opener.has-prefix-content, .OttCustomSelect__opener.has-appendix-content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.OttCustomSelect__opener.has-prefix-content span:first-of-type {
	-ms-flex-order: 2;
	order: 2;
}

.OttCustomSelect__opener.has-prefix-content span:last-of-type {
	-ms-flex-order: 1;
	order: 1;
}

.OttCustomSelect__panel {
	background-color: #fff;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	-webkit-transition: max-height .5s ease-out, overflow-y .1s .5s;
	transition: max-height .5s ease-out, overflow-y .1s .5s;
	width: 100%;
	z-index: 1;
}

.OttCustomSelect.is-open .OttCustomSelect__panel {
	max-height: 10.7em;
}

.OttCustomSelect__panel-inner {
	border: 1px solid #bcc1c7;
	border-top: 0;
	max-height: 10.7em;
	overflow-x: hidden;
}

.OttCustomSelect__option {
	cursor: pointer;
	padding: .5em;
}

.OttCustomSelect__option.is-hover {
	background-color: rgba(195, 144, 82, .2);
}

.OttCustomSelect__option.is-selected {
	font-weight: bold;
}

.OttCustomSelect__optgroup > .OttCustomSelect__option {
	padding-left: 2em;
}

.OttCustomSelect__optgroup:before {
	color: #888;
	content: attr(data-label);
	display: block;
	padding: .5em;
}

.ott-table-sortable th[role=columnheader]:not(.no-sort) {
	cursor: pointer;
}

.ott-table-sortable th[role=columnheader]:not(.no-sort):after {
	content: "";
	float: right;
	margin-top: 7px;
	border-width: 0 4px 4px;
	border-style: solid;
	border-color: #404040 transparent;
	visibility: hidden;
	opacity: 0;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.ott-table-sortable th[aria-sort=ascending]:not(.no-sort):after {
	border-bottom: none;
	border-width: 4px 4px 0;
}

.ott-table-sortable th[aria-sort]:not(.no-sort):after {
	visibility: visible;
	opacity: .4;
}

.ott-table-sortable th[role=columnheader]:not(.no-sort):hover:after {
	visibility: visible;
	opacity: 1;
}

.banner-container .banner-element .banner-image-container .banner-image {
	width: 100%;
	height: 100%;
}

.banner-container .banner-element .banner-caption {
	text-align: center;
}

@-webkit-keyframes ottFilterSliderSpin {
	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 ottFilterSliderSpin {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.ott-filterslider-panel-wrapper.filter-panel-wrapper {
	display: block !important;
}

.ott-filterslider:not(.js-slider-initialized) {
	height: 55px;
	overflow: hidden;
}

.ott-filterslider:not(.js-slider-initialized)::before {
	content: "";
	border: 6px solid #f3f3f3;
	border-top: 6px solid #c39052;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	-webkit-animation: ottFilterSliderSpin 2s linear infinite;
	animation: ottFilterSliderSpin 2s linear infinite;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 10px;
	z-index: 1;
}

.ott-filterslider:not(.js-slider-initialized) [data-base-slider-container="true"], .ott-filterslider:not(.js-slider-initialized) [data-base-slider-controls="true"] {
	display: none;
}

.ott-filterslider .filter-multi-select-list-item {
	-webkit-transition: none;
	transition: none;
}

.ott-filterslider .filter-property-select-checkbox {
	cursor: pointer;
}

.ott-filterslider .filter-property-select-checkbox:checked ~ .filter-multi-select-item-label {
	color: #c39052;
}

.ott-filterslider .filter-multi-select-item-label {
	font-size: 17px;
	height: 100%;
	text-align: center;
}

.ott-filterslider .filter-img {
	height: 117px;
	max-width: 100%;
	width: 117px;
}

.ott-filterslider .filter-label {
	margin-top: 1rem;
}

.modules-container {
	background-position: center center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 100%;
}

@media (max-width: 991.98px) {
	.modules-container {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.modules-container .modules-heading {
	margin-top: 20px;
}

.modules-container .video-element {
	max-width: 100%;
	width: 100%;
}

@media (min-width: 992px) {
	.modules-container .video-element {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%;
	}
}

.modules-container .modules-image-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

@media (max-width: 767.98px) {
	.modules-container .modules-image-container {
		-ms-flex: unset;
		flex: unset;
		width: 100%;
	}
}

.modules-container .modules-image-container .modules-image {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.modules-container .module-item {
	padding-left: 3rem;
	text-align: center;
}

@media (max-width: 767.98px) {
	.modules-container .module-item {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.modules-container .module-item {
		display: block;
		padding: 0;
	}
}

@media (min-width: 992px) {
	.modules-container .module-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

.modules-container .module-item .action-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
}

.modules-container .module-item .action-container .modules-text-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 991.98px) {
	.modules-container .module-item .action-container .modules-text-container {
		-ms-flex-pack: normal;
		justify-content: normal;
	}
}

.modules-container .module-item .action-container .modules-text-container .icon {
	height: 20px;
	margin-left: .5rem;
	width: 20px;
}

.modules-container .module-item .action-container .button-container {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
}

.modules-container .module-item .action-container .button-container button a {
	color: #e0e0e0;
}

.modules-container.right-side-type-list .module-item {
	text-align: left;
}

@media (max-width: 991.98px) {
	.modules-container.right-side-type-list .module-item {
		margin-top: 2rem;
	}
}

.modules-container.ott-reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding-left: 0;
}

.modules-container.ott-reverse .module-item {
	padding-left: 0;
	padding-right: 3rem;
}

@media (max-width: 991.98px) {
	.modules-container.ott-reverse .module-item {
		padding-right: 0;
	}
}

@media (max-width: 991.98px) {
	.modules-container.ott-show-content {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.modules-container .modules-list-icon-wrapper .icon {
	color: #c39052;
}

.modules-container .modules-list-icon-wrapper .icon.icon-inherit-color {
	color: inherit;
}

.modules-facts-container {
	gap: .5rem;
}

@media (min-width: 992px) {
	.modules-facts-container {
		gap: 1.5rem .25rem;
	}
}

.module-fact-highlighted-text {
	color: #c39052;
	font-size: 20px;
}

@media (min-width: 576px) {
	.module-fact-highlighted-text {
		font-size: 40px;
	}
}

@media (min-width: 992px) {
	.module-fact-highlighted-text {
		font-size: 60px;
		line-height: 53px;
	}
}

@media (min-width: 1200px) {
	.module-fact-highlighted-text {
		font-weight: 600;
	}
}

.module-fact-regular-text {
	font-size: 8px;
}

@media (min-width: 576px) {
	.module-fact-regular-text {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	.module-fact-regular-text {
		font-size: 18px;
		max-width: 180px;
	}
}

.module-fact-underline {
	background: #11445c;
	height: 1px;
	width: 60%;
}

@media (min-width: 576px) {
	.module-fact-underline {
		height: 2px;
	}
}

@media (min-width: 992px) {
	.module-fact-underline {
		height: 3px;
		width: 55px;
	}
}

@media (min-width: 1200px) {
	.module-fact-underline {
		width: 72px;
	}
}

@media (min-width: 992px) {
	.module-fact {
		-ms-flex: 0 0 49%;
		flex: 0 0 49%;
	}
}

@media (min-width: 1200px) {
	.module-fact:nth-child(1), .module-fact:nth-child(3) {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
	}
	
	.module-fact:nth-child(2), .module-fact:nth-child(4) {
		-ms-flex: 0 0 59%;
		flex: 0 0 59%;
	}
}

.usp-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.usp-container .usp-item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media (max-width: 991.98px) {
	.usp-container .usp-item {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.usp-container .usp-item .usp-image-container {
	height: 25px;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

@media (max-width: 991.98px) {
	.usp-container .usp-item .usp-image-container {
		margin-bottom: 10px;
	}
}

.usp-container .usp-item .usp-image-container .usp-image {
	margin-right: 20px;
	height: 25px;
}

@media (max-width: 991.98px) {
	.usp-container .usp-item .usp-image-container .usp-image {
		margin: 0;
	}
}

.usp-container .usp-item .usp-text {
	-ms-flex-item-align: center;
	align-self: center;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 18.75px;
}

@media (max-width: 991.98px) {
	.usp-container .usp-item .usp-text {
		font-size: 11px;
		text-align: center;
	}
}

@media (max-width: 991.98px) {
	.usp-container .usp-mobile-gap:nth-child(-n+2) {
		margin: 0 0 20px 0 !important;
	}
}

@media (min-width: 768px) {
	.usp-container-space {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.usp-container-space .usp-item {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 992px) {
	.usp-container-space .usp-item {
		max-width: fit-content;
	}
}

.modules-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 767.98px) {
	.modules-container {
		-ms-flex: unset;
		flex: unset;
		width: 100%;
	}
}

.modules-container.ott-design-1, .modules-container.ott-design-2, .modules-container.ott-design-4 {
	color: #fff;
}

.modules-container.ott-design-1 .inner-cms-element-container, .modules-container.ott-design-2 .inner-cms-element-container, .modules-container.ott-design-4 .inner-cms-element-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 1rem;
	text-align: center;
	width: 100%;
}

.modules-container.ott-design-1 .inner-cms-element-container.vertical-align, .modules-container.ott-design-2 .inner-cms-element-container.vertical-align, .modules-container.ott-design-4 .inner-cms-element-container.vertical-align {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.modules-container.ott-design-1 .inner-cms-element-container, .modules-container.ott-design-2 .inner-cms-element-container, .modules-container.ott-design-4 .inner-cms-element-container {
		padding: 1.25rem;
	}
}

.modules-container.ott-design-1 .modules-heading, .modules-container.ott-design-2 .modules-heading, .modules-container.ott-design-4 .modules-heading {
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
}

@media (min-width: 768px) {
	.modules-container.ott-design-1 .modules-heading, .modules-container.ott-design-2 .modules-heading, .modules-container.ott-design-4 .modules-heading {
		font-size: 27px;
		line-height: 35px;
	}
}

.modules-container.ott-design-1 .modules-text, .modules-container.ott-design-2 .modules-text, .modules-container.ott-design-4 .modules-text {
	font-size: 16px;
}

.modules-container.ott-design-1 .buttonTextContainer, .modules-container.ott-design-2 .buttonTextContainer, .modules-container.ott-design-4 .buttonTextContainer {
	text-align: center;
}

.modules-container.ott-design-1 .ott-cms-button-container, .modules-container.ott-design-2 .ott-cms-button-container, .modules-container.ott-design-4 .ott-cms-button-container {
	margin-top: 1rem;
}

.modules-container.ott-design-2 .inner-cms-element-container {
	padding: 3rem 2.5rem;
}

@media (min-width: 768px) {
	.modules-container.ott-design-2 .inner-cms-element-container {
		padding: 5rem 3rem;
	}
}

.modules-container.ott-design-2 .modules-text {
	margin-top: 1.5rem;
}

.modules-container.ott-design-3 {
	min-height: 460px;
}

@media (max-width: 767.98px) {
	.modules-container.ott-design-3 {
		min-height: 340px;
	}
}

.modules-container.ott-design-3 .inner-cms-element-container {
	-ms-flex-align: end;
	align-items: flex-end;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 1rem;
	text-align: center;
	width: 100%;
}

.modules-container.ott-design-3 .inner-cms-element-container.vertical-align {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.modules-container.ott-design-3 .inner-cms-element-container {
		padding: 1.25rem;
	}
}

.modules-container.ott-design-3 .modules-heading {
	display: none;
}

.modules-container.ott-design-3 .buttonTextContainer {
	margin: 0 auto;
}

.modules-container.ott-design-3 .buttonTextContainer:not(.auto-width) {
	width: 100%;
}

.modules-container.ott-design-3 .buttonTextBackground {
	padding: 1.4rem;
}

.modules-container.ott-design-3 .modules-text {
	color: #555;
	font-size: 26px;
	line-height: 30px;
	-ms-word-break: break-word;
	word-break: break-word;
}

@media (min-width: 768px) {
	.modules-container.ott-design-3 .modules-text {
		font-size: 30px;
	}
}

.modules-container.ott-design-3 .ott-cms-button-container {
	margin-top: 1.25rem;
}

.modules-container.ott-design-4 .inner-cms-element-container {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 2.5rem 1rem;
}

@media (min-width: 992px) {
	.modules-container.ott-design-4 .inner-cms-element-container {
		min-height: 576px;
		padding: 1rem;
	}
}

.modules-container.ott-design-4 .inner-cms-element-container .full-inner-content-container {
	margin-left: 104px;
	margin-top: 141px;
}

.modules-container.ott-design-4 .modules-content-wrapper .background-video-element {
	border: none;
	bottom: 0;
	box-shadow: none;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	object-fit: cover;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

@media (min-width: 992px) {
	.modules-container.ott-design-4 .modules-content-wrapper {
		padding-left: 6rem;
	}
}

.modules-container.ott-design-4 .modules-heading {
	line-height: inherit;
	margin-top: 0;
}

.modules-container.ott-design-4 .modules-heading .modules-heading-text {
	font-size: 26px;
	text-align: left;
}

@media (min-width: 992px) {
	.modules-container.ott-design-4 .modules-heading .modules-heading-text {
		font-size: 46px;
	}
}

.modules-container.ott-design-4 .modules-heading .modules-heading-text span {
	background-color: #333;
	color: white;
	display: inline-block;
	line-height: 35px;
	padding: 12px 20px;
}

@media (min-width: 992px) {
	.modules-container.ott-design-4 .modules-heading .modules-heading-text span {
		padding: 20px;
	}
}

.modules-container.ott-design-4 .buttonTextContainer {
	margin-top: 17px;
}

.modules-container.ott-design-4 .buttonTextContainer .buttonTextBackground .ott-cms-button-container {
	margin-top: 2rem;
	text-align: left;
}

@media (min-width: 992px) {
	.modules-container.ott-design-4 .buttonTextContainer .buttonTextBackground .ott-cms-button-container {
		margin-top: 60px;
	}
}

.modules-container.ott-design-4 .buttonTextContainer .buttonTextBackground .banner-link {
	font-size: 16px;
}

.modules-container.ott-design-4 .buttonTextContainer .modules-text {
	text-align: left;
}

.modules-container.ott-design-4 .buttonTextContainer .modules-text .modules-text-styling {
	margin-left: 20px;
	max-width: 432px;
	text-align: left;
}

.modules-container.ott-design-4 .buttonTextContainer .modules-text .modules-text-styling span {
	box-decoration-break: clone;
	background-color: white;
	box-shadow: 20px 0 0 white, -20px 0 0 white;
	color: #666;
	font: normal normal 300 22px/34px Lato;
	padding: 10px 0;
}

.ott-cms-button-container {
	text-align: center;
}

.modules-text-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	-ms-flex-direction: column;
	flex-direction: column;
}

.inner-cms-element-container {
	position: relative;
}

.modules-container a:link {
	color: inherit;
	text-decoration: inherit;
}

.modules-container a:visited {
	color: inherit;
	text-decoration: inherit;
}

.cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-header h1, .cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-header h2, .cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-header h3, .cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-header h4, .cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-header h5, .cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-header h6 {
	margin-bottom: 0;
}

.cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-header .sw-icon {
	position: absolute;
	top: 13px;
	right: 21px;
}

.cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-header .btn {
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-header .btn .icon--small-arrow-medium-down, .cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-header .btn .icon--small-default-plus-line-medium {
	display: none;
}

.cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-header .btn .icon--small-arrow-medium-up, .cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-header .btn .icon--small-default-minus-medium {
	display: block;
}

.cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-header .btn.collapsed .icon--small-arrow-medium-down, .cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-header .btn.collapsed .icon--small-default-plus-line-medium {
	display: block;
}

.cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-header .btn.collapsed .icon--small-arrow-medium-up, .cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-header .btn.collapsed .icon--small-default-minus-medium {
	display: none;
}

.cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card.is--complete-clickable .card-header {
	padding: 0;
}

.cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card.is--complete-clickable .card-header .sw-icon {
	position: relative;
	top: 0;
	right: 0;
	float: right;
}

.cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card.is--complete-clickable .card-header .btn {
	display: block;
	text-align: left;
	padding: 12px 20px 12px 20px;
}

.cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-body {
	padding: 20px 20px 20px 20px;
	width: 100%;
}

.cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-body.column-count-1 {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}

.cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-body.column-count-2 {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}

@media screen and (min-width: 768px) {
	.cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-body.column-count-2 {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}

.cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-body.column-count-3 {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}

@media screen and (min-width: 768px) {
	.cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-body.column-count-3 {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 992px) {
	.cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-body.column-count-3 {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}

.cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-body.has--column-rule {
	column-rule-color: #4a545b;
	column-rule-width: 1px;
	column-rule-style: solid;
}

.cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-body.has--column-span h1, .cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-body.has--column-span h2, .cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-body.has--column-span h3, .cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-body.has--column-span h4, .cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-body.has--column-span h5, .cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-body.has--column-span h6, .cms-element-cmscollapse .cms-element-cmscollapse-windbox .cms-element-cmscollapse-windbox-card .card-body.has--column-span .has-column-span-all {
	column-span: all;
}

.ott-cms-el-categoryteaser-slider:not(.is--processed):before {
	content: "";
	border: 6px solid #f3f3f3;
	border-top: 6px solid #c39052;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 20px;
	z-index: 1;
}

.ott-cms-el-categoryteaser-slider:not(.is--processed) .ott-cms-el-categoryteaser {
	display: none;
}

.ott-cms-el-categoryteaser .ott-cms-el-categoryteaser-item {
	margin-bottom: 1rem;
	margin-top: 1rem;
	position: relative;
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 0 5px;
	height: auto;
}

.ott-cms-el-categoryteaser .active-filter-arrow {
	margin: 1.15rem 0 .4rem 0;
	display: none;
}

@media (min-width: 576px) {
	.ott-cms-el-categoryteaser .active-filter-arrow {
		display: block;
		visibility: hidden;
	}
}

.ott-cms-el-categoryteaser .active-filter-arrow.current-active {
	display: block;
}

@media (min-width: 576px) {
	.ott-cms-el-categoryteaser .active-filter-arrow.current-active {
		visibility: visible;
	}
}

.ott-cms-el-categoryteaser .active-filter-arrow .icon {
	color: #004646;
	height: 30px;
	width: 30px;
}

.ott-cms-el-categoryteaser .active-filter-arrow {
	margin: 1.15rem 0 .4rem 0;
	visibility: hidden;
}

.ott-cms-el-categoryteaser .active-filter-arrow.current-active {
	visibility: visible;
}

.ott-cms-el-categoryteaser .active-filter-arrow .icon {
	color: #004646;
	height: 30px;
	width: 30px;
}

.ott-cms-el-categoryteaser .ott-cms-el-categoryteaser-is-active {
	background-color: #faf3f8;
	box-shadow: 0 0 0 1px #991770 inset !important;
	color: #991770;
	border: 2px solid transparent;
}

.ott-cms-el-categoryteaser .ott-cms-el-categoryteaser-slider-item {
	border: 1px solid transparent;
}

.ott-cms-el-categoryteaser .ott-cms-el-categoryteaser-slider-item .title {
	padding-top: 20px;
}

.ott-cms-el-categoryteaser .ott-cms-el-categoryteaser-slider-item:hover {
	box-shadow: none;
}

@media (min-width: 576px) {
	.ott-cms-el-categoryteaser .ott-cms-el-categoryteaser-slider-item:hover {
		box-shadow: 0 0 0 1px #77c6c0 inset;
	}
}

.ott-cms-el-categoryteaser .ott-cms-el-categoryteaser-img {
	width: auto;
	height: 100px;
}

.ott-cms-el-categoryteaser .ott-cms-el-categoryteaser-title-placeholder {
	height: 72px;
	margin-bottom: 0;
}

.ott-cms-el-categoryteaser-slider .ott-cms-el-categoryteaser-slider-arrows .arrow-prev, .ott-cms-el-categoryteaser-slider .ott-cms-el-categoryteaser-slider-arrows .arrow-next {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ott-cms-el-categoryteaser-slider .ott-cms-el-categoryteaser-slider-arrows .arrow-prev {
	left: -25px;
}

.ott-cms-el-categoryteaser-slider .ott-cms-el-categoryteaser-slider-arrows .arrow-next {
	right: -25px;
}

.ott-cms-el-categoryteaser-header {
	text-align: center;
	font-size: x-large;
	font-style: italic;
}

.ott-cms-el-categoryteaser-submenu-wrapper {
	border-top: 1px solid #6bb2ad;
}

.ott-cms-el-categoryteaser-submenu-wrapper .ott-cms-el-categoryteaser-submenu-header {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-weight: 300;
	font-size: 2rem;
	line-height: normal;
	color: #666;
	text-align: center;
	margin: 1.875rem 0;
}

.ott-cms-el-categoryteaser-submenu-wrapper .ott-cms-el-categoryteaser-submenu-header-italic {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-weight: 300;
	font-size: 2rem;
	font-style: italic;
	color: #6bb2ad;
}

@-webkit-keyframes categoryTeaserSpin {
	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 categoryTeaserSpin {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.ott-cms-el-categoryteaser-main {
	position: relative;
}

.ott-cms-el-categoryteaser-main .ott-loading-indicator-container {
	background: rgba(255, 255, 255, .79);
	bottom: 0;
	display: none;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.ott-cms-el-categoryteaser-main .ott-loading-indicator-container:after {
	-webkit-animation: categoryTeaserSpin 2s linear infinite;
	animation: categoryTeaserSpin 2s linear infinite;
	border: 6px solid #f3f3f3;
	border-radius: 50%;
	border-top: 6px solid #c39052;
	content: "";
	display: block;
	height: 35px;
	position: relative;
	top: 200px;
	width: 35px;
	z-index: 1;
}

.ott-cms-el-categoryteaser-main.js-ott-is-loading .ott-loading-indicator-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.ott-cms-el-categoryteaser-submenu-listing-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ott-cms-el-categoryteaser-submenu-listing-wrapper .ott-cms-el-categoryteaser-submenu-col {
	margin-bottom: 30px;
	padding-right: 15px;
	padding-left: 15px;
}

.ott-cms-el-categoryteaser-submenu-listing-wrapper .ott-cms-el-categoryteaser-submenu-col.adbox {
	color: #fff;
}

.ott-cms-el-categoryteaser-submenu-listing-wrapper .ott-cms-el-categoryteaser-submenu-col.adbox .inner {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	padding: 2rem;
	width: 100%;
}

.ott-cms-el-categoryteaser-submenu-listing-wrapper .ott-cms-el-categoryteaser-submenu-col.adbox .heading {
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	-ms-word-break: break-word;
	word-break: break-word;
}

.ott-cms-el-categoryteaser-submenu-listing-wrapper .ott-cms-el-categoryteaser-submenu-col.adbox .text {
	font-size: 16px;
	margin-top: 2rem;
}

.ott-cms-el-categoryteaser-submenu-listing-wrapper .ott-cms-el-categoryteaser-submenu-col.adbox .actions-bottom {
	margin-top: 2rem;
	text-align: center;
}

.ott-cms-el-categoryteaser-submenu-listing-wrapper .ott-cms-el-categoryteaser-submenu-box {
	background: transparent;
	height: 100%;
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	word-wrap: break-word;
	border: 1px solid #94277d;
	box-shadow: 0px 15px 15px -5px rgba(53, 53, 53, .35);
}

.ott-cms-el-categoryteaser-submenu-listing-wrapper .ott-cms-el-categoryteaser-submenu-box:hover .ott-cms-el-categoryteaser-submenu-action {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	cursor: pointer;
}

.ott-cms-el-categoryteaser-submenu-listing-wrapper .ott-cms-el-categoryteaser-submenu-body {
	padding: 1rem;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.ott-cms-el-categoryteaser-submenu-listing-wrapper .ott-cms-el-categoryteaser-submenu-item {
	position: relative;
	border-radius: 5px;
}

.ott-cms-el-categoryteaser-submenu-listing-wrapper .ott-cms-el-categoryteaser-submenu-anchor {
	overflow: hidden;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
}

.ott-cms-el-categoryteaser-submenu-listing-wrapper .ott-cms-el-categoryteaser-submenu-img {
	max-height: 332px;
	object-fit: cover;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	border-style: none;
	display: block;
	margin-bottom: 20px;
}

.ott-cms-el-categoryteaser-submenu-listing-wrapper .ott-cms-el-categoryteaser-submenu-info {
	color: #555;
	height: 60px;
	font-weight: 600;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.ott-cms-el-categoryteaser-submenu-listing-wrapper .ott-cms-el-categoryteaser-submenu-info span {
	margin: 10px;
}

.ott-cms-el-categoryteaser-submenu-listing-wrapper .ott-cms-el-categoryteaser-submenu-action {
	position: absolute;
	bottom: 65px;
	width: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	pointer-events: none;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ott-cms-el-categoryteaser-submenu-listing-wrapper .ott-category-quickview-trigger {
	width: 70%;
	margin-left: 15%;
	text-transform: uppercase;
}

.ott-category-teaser-customfieldfilter {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 1rem;
}

.ott-category-teaser-customfieldfilter .customfieldfilter-item {
	margin-bottom: 5px;
	margin-right: 5px;
}

.ott-category-teaser-customfieldfilter .customfieldfilter-item .btn {
	font-size: 12px;
}

@media screen and (min-width: 375px) {
	.ott-category-teaser-customfieldfilter .customfieldfilter-item .btn {
		font-size: 15px;
	}
}

@media (min-width: 576px) {
	.ott-category-teaser-customfieldfilter .customfieldfilter-item .btn {
		font-size: 16px;
	}
}

.ott-category-teaser-customfieldfilter .customfieldfilter-item .btn:hover {
	background: #fff;
	color: #c39052;
}

@media (max-width: 767.98px) {
	.OttCmsImageWithHoverEffect {
		margin-bottom: 2rem;
	}
}

.OttCmsImageWithHoverEffect__inner {
	position: relative;
}

.OttCmsImageWithHoverEffect__hover-container {
	padding-top: 1rem;
	display: none;
}

@media (min-width: 992px) {
	.OttCmsImageWithHoverEffect__hover-container {
		-ms-flex-align: center;
		align-items: center;
		bottom: 0;
		-ms-flex-pack: center;
		justify-content: center;
		left: 0;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.OttCmsImageWithHoverEffect:hover .OttCmsImageWithHoverEffect__hover-container {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.OttCmsImageWithHoverEffect.hovertype-text .OttCmsImageWithHoverEffect__hover-container {
		padding: 1.5rem;
	}
}

.OttCmsImageWithHoverEffect__regular-media, .OttCmsImageWithHoverEffect__hover-media {
	max-width: 100%;
}

.OttCmsImageWithHoverEffect:hover .OttCmsImageWithHoverEffect__regular-media {
	-webkit-filter: brightness(50%);
	filter: brightness(50%);
}

.OttCmsImageWithHoverEffect__hover-text {
	color: #fff;
}

@media (max-width: 991.98px) {
	.OttCmsImageWithHoverEffect.hovertype-text .OttCmsImageWithHoverEffect__hover-text {
		color: #393939;
	}
}

.OttCmsImageWithHoverEffect .ott-card:before {
	background: #fff;
	content: attr(data-headline);
	font-size: 17px;
	font-weight: 600;
	left: 10px;
	position: relative;
	top: 10px;
	z-index: 1;
}

@-webkit-keyframes ottCmsSliderLoadingIndicatorSpin {
	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 ottCmsSliderLoadingIndicatorSpin {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.OttCmsSlider__image-wrapper-cover, .OttCmsSlider__image.has-rounded-border {
	border: 8px solid white;
	border-radius: 50%;
	-webkit-filter: drop-shadow(0px 0px 5px #d9d9d9);
	filter: drop-shadow(0px 0px 5px #d9d9d9);
}

.cms-block-slider {
	overflow: visible;
}

.OttCmsSlider {
	position: relative;
}

.OttCmsSlider [data-action="start"], .OttCmsSlider [data-action="stop"] {
	display: none;
}

.OttCmsSlider:not(.js-slider-initialized) {
	height: 56px;
	overflow: hidden;
}

.OttCmsSlider:not(.js-slider-initialized)::before {
	-webkit-animation: ottCmsSliderLoadingIndicatorSpin 2s linear infinite;
	animation: ottCmsSliderLoadingIndicatorSpin 2s linear infinite;
	border: 6px solid #f3f3f3;
	border-radius: 50%;
	border-top: 6px solid #c39052;
	content: "";
	display: block;
	height: 35px;
	margin: 0 auto;
	position: relative;
	top: 10px;
	width: 35px;
	z-index: 1;
}

.OttCmsSlider:not(.js-slider-initialized) .OttCmsSlider__container, .OttCmsSlider:not(.js-slider-initialized) .OttCmsSlider__controls {
	display: none;
}

.OttCmsSlider__has-controls-outside {
	padding: 0 2.5rem;
}

@media (min-width: 768px) {
	.OttCmsSlider__has-controls-outside {
		padding: 0 3rem;
	}
}

.OttCmsSlider__headline {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 1.5rem;
	text-align: center;
}

@media (min-width: 768px) {
	.OttCmsSlider__headline {
		font-size: 34px;
	}
}

.OttCmsSlider__has-image-rounded-border .tns-ovh {
	padding: 7px;
}

.OttCmsSlider__image-wrapper {
	-webkit-transition: background-size .25s ease;
	transition: background-size .25s ease;
}

.OttCmsSlider__image-wrapper-cover {
	padding-top: calc(100% - 16px);
}

.OttCmsSlider__image.is-rounded {
	border-radius: 50%;
}

.OttCmsSlider .tns-nav {
	bottom: 0;
	left: 50%;
	margin: 10px 0;
	position: absolute;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

.OttCmsSlider .tns-nav button {
	background-color: #bcc1c7;
	border: 0;
	border-radius: 50%;
	height: 8px;
	margin: 0 8px;
	padding: 8px;
	width: 8px;
}

.OttCmsSlider .tns-nav button:hover, .OttCmsSlider .tns-nav button.tns-nav-active {
	background-color: #798490;
}

.OttCmsSlider .tns-nav button:focus {
	outline: none;
}

.OttCmsSlider__controls .base-slider-controls-prev {
	left: 0;
}

.OttCmsSlider__controls .base-slider-controls-next {
	right: 0;
}

.OttCmsSlider__controls [class^="base-slider-controls-"] {
	background: transparent;
	border: 1px solid transparent;
	opacity: 1;
}

.OttCmsSlider__controls [class^="base-slider-controls-"]:hover {
	background: transparent;
	border-color: transparent;
}

.OttCmsSlider__controls [class^="base-slider-controls-"] .icon {
	color: inherit;
}

.OttCmsSlider__controls.is-position-below {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 5px;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1.5rem;
}

.OttCmsSlider__controls.is-position-below [class^="base-slider-controls-"] {
	height: 30px;
	line-height: unset;
	position: static;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

.OttCmsSlider__badge {
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 66px;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background .25s ease;
	transition: background .25s ease;
	width: 66px;
	z-index: 1;
}

@media (max-width: 575.98px) {
	.OttCmsSlider__badge.is-small-mobile {
		height: 50px;
		width: 50px;
	}
}

.OttCmsSlider__badge-icon {
	height: auto;
	width: 39px;
}

.OttCmsSlider__slide-container {
	position: relative;
}

.OttCmsSlider__slide-inner {
	text-decoration: none !important;
}

.OttCmsSlider--appearance-image .OttCmsSlider__slide-inner {
	position: relative;
}

.OttCmsSlider--appearance-image .OttCmsSlider__slide-inner.has-animation-zoom-out:hover .OttCmsSlider__image-wrapper {
	background-size: 100% 100% !important;
}

.OttCmsSlider--appearance-image-rounded-border .OttCmsSlider__slide-inner {
	padding: 7px;
}

.OttCmsSliderTestimonial {
	text-align: center;
}

.OttCmsSliderTestimonial__quote {
	font-size: 16px;
	margin: 0 auto 2rem auto;
	max-width: 100%;
	width: 700px;
}

.OttCmsSliderTestimonial__quote.is-small {
	line-height: 27px;
}

@media (min-width: 768px) {
	.OttCmsSliderTestimonial__quote.is-big {
		font-size: 32px;
	}
}

.OttCmsSliderTestimonial__customer {
	font-size: 14px;
	gap: .75rem;
	margin-bottom: 2rem;
}

@media (min-width: 1200px) {
	.OttCmsSliderTestimonial__customer {
		gap: 1.75rem;
	}
}

.OttCmsSliderTestimonial__customer.is-letter-thumbnail {
	padding-top: 1rem;
}

.OttCmsSliderTestimonial__customer.is-letter-thumbnail .OttCmsSliderTestimonial__fullname {
	-ms-flex-align: start;
	align-items: flex-start;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 18px;
	position: relative;
	top: -8px;
}

@media (min-width: 768px) {
	.OttCmsSliderTestimonial__customer.is-letter-thumbnail .OttCmsSliderTestimonial__fullname {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.OttCmsSliderTestimonial__customer.is-letter-thumbnail .OttCmsSliderTestimonial__fullname {
		font-size: 24px;
	}
}

.OttCmsSliderTestimonial__customer.is-letter-thumbnail .OttCmsSliderTestimonial__fullname .OttCmsSliderTestimonial__firstname {
	line-height: 22px;
}

@media (min-width: 1200px) {
	.OttCmsSliderTestimonial__customer.is-letter-thumbnail .OttCmsSliderTestimonial__fullname .OttCmsSliderTestimonial__firstname {
		line-height: 28px;
	}
}

.OttCmsSliderTestimonial__customer.is-letter-thumbnail .OttCmsSliderTestimonial__fullname .OttCmsSliderTestimonial__lastname {
	font-weight: 600;
	line-height: 22px;
}

@media (min-width: 1200px) {
	.OttCmsSliderTestimonial__customer.is-letter-thumbnail .OttCmsSliderTestimonial__fullname .OttCmsSliderTestimonial__lastname {
		line-height: 28px;
	}
}

.OttCmsSliderTestimonial__circles {
	left: 9px;
	position: relative;
	top: -16px;
}

.OttCmsSliderTestimonial__circle {
	border-radius: 50%;
	color: #fff;
	font-size: 23px;
	height: 60px;
	width: 60px;
}

@media (min-width: 1200px) {
	.OttCmsSliderTestimonial__circle {
		font-size: 29px;
		height: 75px;
		width: 75px;
	}
}

.OttCmsSliderTestimonial__circle.is-primary {
	background: #c39052;
	position: relative;
	z-index: 3;
}

.OttCmsSliderTestimonial__circle.is-secondary {
	background: #11445c;
	left: -8px;
	position: absolute;
	top: 7px;
	z-index: 1;
}

@media (min-width: 1200px) {
	.OttCmsSliderTestimonial__circle.is-secondary {
		top: 10px;
	}
}

.OttCmsSliderTestimonial__circle.is-tertiary {
	background: #a8763a;
	position: absolute;
	right: -10px;
	top: 10px;
	z-index: 2;
}

@media (min-width: 1200px) {
	.OttCmsSliderTestimonial__circle.is-tertiary {
		top: 13px;
	}
}

.cms-block-search, .ott-elw-search-element {
	overflow: visible;
}

.cms-block-search .collapse, .ott-elw-search-element .collapse {
	display: block;
}

.cms-block-search .header-search-form, .ott-elw-search-element .header-search-form {
	z-index: 1;
}

@media (max-width: 1199.98px) {
	.ott-cms-block-three-columns .col-12:not(:last-of-type) {
		margin-bottom: 2rem;
	}
}

@media (max-width: 1199.98px) {
	.ott-cms-block-four-columns .row, .ott-cms-block-four-columns .account-content, .ott-cms-block-four-columns .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .ott-cms-block-four-columns .checkout-container, .ott-cms-block-four-columns .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .ott-cms-block-four-columns .checkout-container, .ott-cms-block-four-columns .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .ott-cms-block-four-columns .checkout-container, .ott-cms-block-four-columns .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .ott-cms-block-four-columns .checkout-container, .ott-cms-block-four-columns .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .ott-cms-block-four-columns .checkout-container {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.ott-cms-block-four-columns .row .col-12, .ott-cms-block-four-columns .account-content .col-12, .ott-cms-block-four-columns .is-act-cartpage .checkout .checkout-container .col-12, .is-act-cartpage .checkout .ott-cms-block-four-columns .checkout-container .col-12, .ott-cms-block-four-columns .is-act-checkoutregisterpage .checkout .checkout-container .col-12, .is-act-checkoutregisterpage .checkout .ott-cms-block-four-columns .checkout-container .col-12, .ott-cms-block-four-columns .is-act-confirmpage .checkout .checkout-container .col-12, .is-act-confirmpage .checkout .ott-cms-block-four-columns .checkout-container .col-12, .ott-cms-block-four-columns .is-ctl-accountorder .checkout .checkout-container .col-12, .is-ctl-accountorder .checkout .ott-cms-block-four-columns .checkout-container .col-12, .ott-cms-block-four-columns .is-act-finishpage .checkout .checkout-container .col-12, .is-act-finishpage .checkout .ott-cms-block-four-columns .checkout-container .col-12 {
	margin-top: 10px;
}

.ott-cms-block-four-columns .row .col-sm-6, .ott-cms-block-four-columns .account-content .col-sm-6, .ott-cms-block-four-columns .account-content .is-act-confirmpage .checkout .checkout-additional, .is-act-confirmpage .checkout .ott-cms-block-four-columns .account-content .checkout-additional, .ott-cms-block-four-columns .account-content .is-ctl-accountorder .checkout .checkout-additional, .is-ctl-accountorder .checkout .ott-cms-block-four-columns .account-content .checkout-additional, .ott-cms-block-four-columns .account-content .swag-paypal-checkout-finish-pui-instructions-content .instruction-title, .swag-paypal-checkout-finish-pui-instructions-content .ott-cms-block-four-columns .account-content .instruction-title, .ott-cms-block-four-columns .account-content .swag-paypal-checkout-finish-pui-instructions-content .instruction-description, .swag-paypal-checkout-finish-pui-instructions-content .ott-cms-block-four-columns .account-content .instruction-description, .ott-cms-block-four-columns .is-act-cartpage .checkout .checkout-container .col-sm-6, .ott-cms-block-four-columns .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-additional, .is-act-confirmpage .checkout .ott-cms-block-four-columns .is-act-cartpage .checkout .checkout-container .checkout-additional, .ott-cms-block-four-columns .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-additional, .is-ctl-accountorder .checkout .ott-cms-block-four-columns .is-act-cartpage .checkout .checkout-container .checkout-additional, .ott-cms-block-four-columns .is-act-cartpage .checkout .checkout-container .swag-paypal-checkout-finish-pui-instructions-content .instruction-title, .swag-paypal-checkout-finish-pui-instructions-content .ott-cms-block-four-columns .is-act-cartpage .checkout .checkout-container .instruction-title, .ott-cms-block-four-columns .is-act-cartpage .checkout .checkout-container .swag-paypal-checkout-finish-pui-instructions-content .instruction-description, .swag-paypal-checkout-finish-pui-instructions-content .ott-cms-block-four-columns .is-act-cartpage .checkout .checkout-container .instruction-description, .is-act-cartpage .checkout .ott-cms-block-four-columns .checkout-container .col-sm-6, .ott-cms-block-four-columns .is-act-checkoutregisterpage .checkout .checkout-container .col-sm-6, .ott-cms-block-four-columns .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-additional, .is-act-confirmpage .checkout .ott-cms-block-four-columns .is-act-checkoutregisterpage .checkout .checkout-container .checkout-additional, .ott-cms-block-four-columns .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-additional, .is-ctl-accountorder .checkout .ott-cms-block-four-columns .is-act-checkoutregisterpage .checkout .checkout-container .checkout-additional, .ott-cms-block-four-columns .is-act-checkoutregisterpage .checkout .checkout-container .swag-paypal-checkout-finish-pui-instructions-content .instruction-title, .swag-paypal-checkout-finish-pui-instructions-content .ott-cms-block-four-columns .is-act-checkoutregisterpage .checkout .checkout-container .instruction-title, .ott-cms-block-four-columns .is-act-checkoutregisterpage .checkout .checkout-container .swag-paypal-checkout-finish-pui-instructions-content .instruction-description, .swag-paypal-checkout-finish-pui-instructions-content .ott-cms-block-four-columns .is-act-checkoutregisterpage .checkout .checkout-container .instruction-description, .is-act-checkoutregisterpage .checkout .ott-cms-block-four-columns .checkout-container .col-sm-6, .ott-cms-block-four-columns .is-act-confirmpage .checkout .checkout-container .col-sm-6, .ott-cms-block-four-columns .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-additional, .is-act-confirmpage .checkout .ott-cms-block-four-columns .is-act-confirmpage .checkout .checkout-container .checkout-additional, .ott-cms-block-four-columns .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-additional, .is-ctl-accountorder .checkout .ott-cms-block-four-columns .is-act-confirmpage .checkout .checkout-container .checkout-additional, .ott-cms-block-four-columns .is-act-confirmpage .checkout .checkout-container .swag-paypal-checkout-finish-pui-instructions-content .instruction-title, .swag-paypal-checkout-finish-pui-instructions-content .ott-cms-block-four-columns .is-act-confirmpage .checkout .checkout-container .instruction-title, .ott-cms-block-four-columns .is-act-confirmpage .checkout .checkout-container .swag-paypal-checkout-finish-pui-instructions-content .instruction-description, .swag-paypal-checkout-finish-pui-instructions-content .ott-cms-block-four-columns .is-act-confirmpage .checkout .checkout-container .instruction-description, .is-act-confirmpage .checkout .ott-cms-block-four-columns .checkout-container .col-sm-6, .ott-cms-block-four-columns .is-ctl-accountorder .checkout .checkout-container .col-sm-6, .ott-cms-block-four-columns .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-additional, .is-act-confirmpage .checkout .ott-cms-block-four-columns .is-ctl-accountorder .checkout .checkout-container .checkout-additional, .ott-cms-block-four-columns .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-additional, .is-ctl-accountorder .checkout .ott-cms-block-four-columns .is-ctl-accountorder .checkout .checkout-container .checkout-additional, .ott-cms-block-four-columns .is-ctl-accountorder .checkout .checkout-container .swag-paypal-checkout-finish-pui-instructions-content .instruction-title, .swag-paypal-checkout-finish-pui-instructions-content .ott-cms-block-four-columns .is-ctl-accountorder .checkout .checkout-container .instruction-title, .ott-cms-block-four-columns .is-ctl-accountorder .checkout .checkout-container .swag-paypal-checkout-finish-pui-instructions-content .instruction-description, .swag-paypal-checkout-finish-pui-instructions-content .ott-cms-block-four-columns .is-ctl-accountorder .checkout .checkout-container .instruction-description, .is-ctl-accountorder .checkout .ott-cms-block-four-columns .checkout-container .col-sm-6, .ott-cms-block-four-columns .is-act-finishpage .checkout .checkout-container .col-sm-6, .ott-cms-block-four-columns .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-additional, .is-act-confirmpage .checkout .ott-cms-block-four-columns .is-act-finishpage .checkout .checkout-container .checkout-additional, .ott-cms-block-four-columns .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-additional, .is-ctl-accountorder .checkout .ott-cms-block-four-columns .is-act-finishpage .checkout .checkout-container .checkout-additional, .ott-cms-block-four-columns .is-act-finishpage .checkout .checkout-container .swag-paypal-checkout-finish-pui-instructions-content .instruction-title, .swag-paypal-checkout-finish-pui-instructions-content .ott-cms-block-four-columns .is-act-finishpage .checkout .checkout-container .instruction-title, .ott-cms-block-four-columns .is-act-finishpage .checkout .checkout-container .swag-paypal-checkout-finish-pui-instructions-content .instruction-description, .swag-paypal-checkout-finish-pui-instructions-content .ott-cms-block-four-columns .is-act-finishpage .checkout .checkout-container .instruction-description, .is-act-finishpage .checkout .ott-cms-block-four-columns .checkout-container .col-sm-6, .ott-cms-block-four-columns .row .is-act-confirmpage .checkout .checkout-additional, .is-act-confirmpage .checkout .ott-cms-block-four-columns .row .checkout-additional, .ott-cms-block-four-columns .row .is-ctl-accountorder .checkout .checkout-additional, .is-ctl-accountorder .checkout .ott-cms-block-four-columns .row .checkout-additional, .ott-cms-block-four-columns .row .swag-paypal-checkout-finish-pui-instructions-content .instruction-title, .swag-paypal-checkout-finish-pui-instructions-content .ott-cms-block-four-columns .row .instruction-title, .ott-cms-block-four-columns .row .swag-paypal-checkout-finish-pui-instructions-content .instruction-description, .swag-paypal-checkout-finish-pui-instructions-content .ott-cms-block-four-columns .row .instruction-description {
	margin-top: 10px;
}

@media (max-width: 1199.98px) {
	.ott-cms-block-five-columns .row, .ott-cms-block-five-columns .account-content, .ott-cms-block-five-columns .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .ott-cms-block-five-columns .checkout-container, .ott-cms-block-five-columns .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .ott-cms-block-five-columns .checkout-container, .ott-cms-block-five-columns .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .ott-cms-block-five-columns .checkout-container, .ott-cms-block-five-columns .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .ott-cms-block-five-columns .checkout-container, .ott-cms-block-five-columns .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .ott-cms-block-five-columns .checkout-container {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.ott-cms-block-five-columns .col-6 {
	margin-top: 10px;
}

.ott-cms-block-five-columns .col-6 img {
	width: 100%;
}

.ott-cms-block-five-slots-grid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: .5rem;
	width: 100%;
}

@media (min-width: 992px) {
	.ott-cms-block-five-slots-grid {
		gap: 2rem;
	}
}

.ott-cms-block-five-slots-grid .slot-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 0 0 calc(66.67% - 1rem);
	flex: 0 0 calc(66.67% - 1rem);
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2rem;
}

.ott-cms-block-five-slots-grid .slot-1, .ott-cms-block-five-slots-grid .slot-2, .ott-cms-block-five-slots-grid .slot-3, .ott-cms-block-five-slots-grid .slot-4 {
	-ms-flex: 0 0 calc(50% - .5rem);
	flex: 0 0 calc(50% - .5rem);
}

.ott-cms-block-five-slots-grid .slot-5 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

@media (min-width: 992px) {
	.ott-cms-block-five-slots-grid .slot-1 {
		-ms-flex: 0 0 calc(33.33% - 1rem);
		flex: 0 0 calc(33.33% - 1rem);
	}
	
	.ott-cms-block-five-slots-grid .slot-2, .ott-cms-block-five-slots-grid .slot-5 {
		-ms-flex: 0 0 calc(60% - 1rem);
		flex: 0 0 calc(60% - 1rem);
	}
	
	.ott-cms-block-five-slots-grid .slot-3, .ott-cms-block-five-slots-grid .slot-4 {
		-ms-flex: 0 0 calc(40% - 1rem);
		flex: 0 0 calc(40% - 1rem);
	}
}

@media (max-width: 991.98px) {
	.ott-cms-block-five-slots-grid .slot-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.ott-cms-block-five-slots-grid .slot-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.ott-cms-block-five-slots-grid .slot-3 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.ott-cms-block-five-slots-grid .slot-4 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.ott-cms-block-five-slots-grid .slot-5 {
		-ms-flex-order: 3;
		order: 3;
	}
}

.ott-cms-block-six-columns .col-6 {
	margin-top: 10px;
}

.ott-cms-block-six-columns .col-6 img {
	width: 100%;
}

@font-face {
	font-family: "lg";
	src: url("/bundles/netzpblog6/fonts/lg.ttf?22t19m") format("truetype"), url("/bundles/netzpblog6/fonts/lg.woff?22t19m") format("woff"), url("/bundles/netzpblog6/fonts/lg.svg?22t19m#lg") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.lg-icon {
	font-family: "lg" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, .45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	outline: none;
	border: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #fff;
}

.lg-actions .lg-next {
	right: 20px;
}

.lg-actions .lg-next:before {
	content: "";
}

.lg-actions .lg-prev {
	left: 20px;
}

.lg-actions .lg-prev:after {
	content: "";
}

@-webkit-keyframes lg-right-end {
	0% {
		left: 0;
	}
	
	50% {
		left: -30px;
	}
	
	100% {
		left: 0;
	}
}

@-moz-keyframes lg-right-end {
	0% {
		left: 0;
	}
	
	50% {
		left: -30px;
	}
	
	100% {
		left: 0;
	}
}

@-ms-keyframes lg-right-end {
	0% {
		left: 0;
	}
	
	50% {
		left: -30px;
	}
	
	100% {
		left: 0;
	}
}

@keyframes lg-right-end {
	0% {
		left: 0;
	}
	
	50% {
		left: -30px;
	}
	
	100% {
		left: 0;
	}
}

@-webkit-keyframes lg-left-end {
	0% {
		left: 0;
	}
	
	50% {
		left: 30px;
	}
	
	100% {
		left: 0;
	}
}

@-moz-keyframes lg-left-end {
	0% {
		left: 0;
	}
	
	50% {
		left: 30px;
	}
	
	100% {
		left: 0;
	}
}

@-ms-keyframes lg-left-end {
	0% {
		left: 0;
	}
	
	50% {
		left: 30px;
	}
	
	100% {
		left: 0;
	}
}

@keyframes lg-left-end {
	0% {
		left: 0;
	}
	
	50% {
		left: 30px;
	}
	
	100% {
		left: 0;
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	-o-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative;
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	-o-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .45);
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
	background: none;
	border: none;
	box-shadow: none;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.lg-toolbar .lg-icon:hover {
	color: #fff;
}

.lg-toolbar .lg-close:after {
	content: "";
}

.lg-toolbar .lg-download:after {
	content: "";
}

.lg-sub-html {
	background-color: rgba(0, 0, 0, .45);
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
	opacity: 1;
	-webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	-moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	-o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	transition: -ms-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	-ms-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	-ms-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	-ms-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(.5, .5, .5);
	-ms-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
	transition: -ms-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
	transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: -ms-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0%, 0);
	-ms-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 4px;
	margin-bottom: 5px;
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color .25s ease;
		-o-transition: border-color .25s ease;
		transition: border-color .25s ease;
	}
}

.lg-outer .lg-thumb-item.active, .lg-outer .ott-category-teaser-customfieldfilter .customfieldfilter-item .lg-thumb-item.btn.active:hover, .ott-category-teaser-customfieldfilter .customfieldfilter-item .lg-outer .lg-thumb-item.btn.active:hover, .lg-outer .lg-thumb-item:hover {
	border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom .25s ease;
	-o-transition: bottom .25s ease;
	transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
	outline: medium none;
	border: none;
}

.lg-outer .lg-toggle-thumb:after {
	content: "";
}

.lg-outer .lg-toggle-thumb:hover {
	color: #fff;
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url("/bundles/netzpblog6/img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url("/bundles/netzpblog6/img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: transparent url("/bundles/netzpblog6/img/video-play.png") no-repeat scroll 0 0;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url("/bundles/netzpblog6/img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url("/bundles/netzpblog6/img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity .08s ease 0s;
	-moz-transition: opacity .08s ease 0s;
	-o-transition: opacity .08s ease 0s;
	transition: opacity .08s ease 0s;
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}

.lg-autoplay-button:after {
	content: "";
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: -ms-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
	-moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
	-o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
	transition: -ms-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
	transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

#lg-zoom-in:after {
	content: "";
}

#lg-actual-size {
	font-size: 20px;
}

#lg-actual-size:after {
	content: "";
}

#lg-zoom-out {
	opacity: .5;
	pointer-events: none;
}

#lg-zoom-out:after {
	content: "";
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	-moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
	-o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
	transition: opacity .15s ease 0s, -ms-transform .15s ease 0s;
	transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, .5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow .3s ease 0s;
	-o-transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
	box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	content: "";
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "";
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, .25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	-o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	transition: visibility 0s linear .18s, opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0px, 0);
	-o-transform: translate3d(0, 0px, 0);
	-ms-transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	opacity: 1;
	visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
	color: #fff;
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: -ms-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
	color: #333;
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, .07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.lg-outer #lg-share {
	position: relative;
}

.lg-outer #lg-share:after {
	content: "";
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "";
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "";
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "";
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "";
}

.lg-outer .lg-img-rotate {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.32, 0, .67, 0) 0s;
	-moz-transition: -moz-transform .3s cubic-bezier(.32, 0, .67, 0) 0s;
	-o-transition: -o-transform .3s cubic-bezier(.32, 0, .67, 0) 0s;
	transition: -ms-transform .3s cubic-bezier(.32, 0, .67, 0) 0s;
	transition: -webkit-transform .3s cubic-bezier(.32, 0, .67, 0) 0s;
	transition: transform .3s cubic-bezier(.32, 0, .67, 0) 0s;
}

.lg-rotate-left:after {
	content: "";
}

.lg-rotate-right:after {
	content: "";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
	font-size: 26px;
}

.lg-flip-hor:after {
	content: "";
}

.lg-flip-ver:after {
	content: "";
}

.lg-group {}

.lg-group:before, .lg-group:after {
	display: table;
	content: "";
	line-height: 0;
}

.lg-group:after {
	clear: both;
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	outline: none;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.lg-outer .lg-item {
	background: url("/bundles/netzpblog6/img/loading.gif") no-repeat scroll center center transparent;
	display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
	display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
	display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-current {
	z-index: 1060;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-empty-html {
	display: none;
}

.lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
	opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
	opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
	-webkit-transition: opacity .1s ease 0s;
	-moz-transition: opacity .1s ease 0s;
	-o-transition: opacity .1s ease 0s;
	transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: -ms-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	-webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
}

.netzp-blog6-filter .active, .netzp-blog6-filter .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn.active:hover, .ott-category-teaser-customfieldfilter .customfieldfilter-item .netzp-blog6-filter .btn.active:hover {
	font-weight: bold;
}

.netzp-blog6-list .video {
	max-height: 15rem;
	width: 100%;
}

.netzp-blog6-list .blog-card img {
	max-width: 100%;
}

.netzp-blog6-list .blog-card .blog-card-paceholder {
	height: 15rem;
}

.netzp-blog6-list .blog-card .cover {
	height: 15rem;
	object-fit: cover;
	object-position: center center;
}

.netzp-blog6-list .blog-card .contain {
	height: 15rem;
	object-fit: contain;
	object-position: center center;
}

.netzp-blog6-list .blog-list {
	width: 100%;
}

.netzp-blog6-list .blog-list .cover {
	height: 10rem;
	max-width: 10rem;
	object-fit: cover;
	object-position: center center;
}

.netzp-blog6-list .blog-list .contain {
	max-height: 10rem;
	object-fit: contain;
	object-position: center center;
}

.netzp-blog6-list .blog-slider .cover {
	height: 15rem;
	object-fit: cover;
	object-position: center center;
}

.netzp-blog6-list .blog-slider .contain {
	max-height: 15rem;
	object-fit: contain;
	object-position: center center;
}

.netzp-blog6-list .blog-slider .blog-card .blog-card-paceholder {
	height: 15rem;
}

.netzp-blog6-post img.image-large-cover {
	max-height: 30rem;
	object-fit: cover;
	object-position: center center;
}

.netzp-blog6-post img.image-large-contain {
	max-height: 30rem;
	object-fit: contain;
	object-position: center center;
}

.netzp-blog6-post img.image-full {
	max-width: unset;
	max-height: unset;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}

.netzp-blog6-post img.image-full-contain {
	max-width: unset;
	max-height: unset;
	width: 100%;
	object-fit: contain;
	object-position: center center;
}

.netzp-blog6-post img.image-small {
	max-width: unset;
	max-height: unset;
	height: 100%;
}

.netzp-blog6-post video.image-large-cover, .netzp-blog6-post video.image-large-contain {
	max-height: 30rem;
	width: 100%;
}

.netzp-blog6-post video.image-full, .netzp-blog6-post video.image-full-contain {
	max-width: unset;
	max-height: unset;
	width: 100%;
}

.netzp-blog6-post video.image-small {
	max-width: unset;
	max-height: unset;
	height: 100%;
}

.netzp-blog6-post .author {
	margin-top: 1.5rem;
}

.netzp-blog6-post .author .name {
	display: inline-block;
}

.netzp-blog6-post .author .bio {
	font-size: .9rem;
}

.netzp-blog6-post .author .avatar {
	display: inline-block;
	float: left;
	height: 4rem;
	width: 4rem;
	margin-right: .5rem;
	border-radius: 50%;
	object-fit: cover;
}

.netzp-blog6-post .blog-items {
	padding: .5rem;
}

.netzp-blog6-post .blog-items .blog-item {
	margin-bottom: 1rem;
}

.netzp-blog6-post .blog-items .blog-item .toc {
	padding: 1rem 2rem 1rem 1rem;
	background-color: #eee;
	min-height: 4.5rem;
	width: 100%;
}

.netzp-blog6-post .blog-items .blog-item .content {
	margin-bottom: 1rem;
}

.netzp-blog6-post .blog-items .blog-item .image-modal {
	text-align: center;
}

.netzp-blog6-post .blog-items .blog-item .image-modal .modal-dialog {
	display: inline-block;
	max-width: 95vw;
	width: auto;
}

.netzp-blog6-post .blog-items .blog-item .image-modal .modal-body {
	overflow: hidden;
	padding: 0;
}

.netzp-blog6-post .blog-items .blog-item .image-modal .modal-body img {
	object-fit: contain;
}

.netzp-blog6-post .blog-item-image {
	display: inline-block;
	object-fit: cover;
	object-position: center center;
	width: auto;
}

.netzp-blog6-post .blog-item-image-toc {
	max-height: 20rem;
	object-fit: cover;
	object-position: center center;
}

.netzp-blog6-post .blog-media {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.netzp-blog6-post .blog-media .item {
	position: relative;
	margin-right: .75rem;
	margin-bottom: .75rem;
	cursor: pointer;
}

.netzp-blog6-post .blog-media .item .caption {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 100%;
	height: 2rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #eee;
	cursor: default;
}

.netzp-blog6-post .blog-media .item .type-image {
	display: inline-block;
	object-fit: cover;
	object-position: center center;
}

.netzp-blog6-post .blog-media .item .type-video {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #ddd;
	height: 100%;
}

.netzp-blog6-post .blog-media .item .type-document {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #ddd;
	height: 100%;
}

.netzp-blog6-post .blog-media .item .type-document .download-icon {
	position: absolute;
	right: .5rem;
	top: .25rem;
}

.netzp-blog6-post .blog-media .item .type-audio {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #ddd;
	height: 100%;
}

.netzp-blog6-post .blog-media .item .file-extension {
	margin-top: .5rem;
}

.netzp-blog6-post .blog-media .item .img-masonry {
	width: 100%;
	object-fit: contain;
}

.netzp-blog6-post .blog-media .video-list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

@media (max-width: 575.98px) {
	.netzp-blog6-list .blog-card .blog-card-paceholder {
		display: none;
	}
	
	.netzp-blog6-list .blog-list-item .cover {
		height: 10rem;
		width: 100%;
		max-width: 100%;
		object-fit: cover;
		object-position: center center;
	}
	
	.netzp-blog6-list .blog-list-item .contain {
		height: 10rem;
		width: 100%;
		max-width: 100%;
		object-fit: contain;
		object-position: center center;
	}
}

.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 {
	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: #393939;
	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;
}

.newsletter-header {
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 1.5rem;
	max-width: 1150px;
	position: relative;
}

@media (min-width: 576px) {
	.newsletter-header {
		margin-bottom: 3rem;
	}
}

@media (min-width: 576px) {
	.voucher-mobile {
		height: 144px;
		width: 157px;
	}
}

@media (min-width: 768px) {
	.voucher-mobile {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.voucher-desktop {
		display: none;
	}
}

.newsletter-closebtn-wrapper {
	-ms-flex-align: center;
	align-items: center;
	background-color: #f8f8f8;
	border-radius: 50%;
	color: white;
	cursor: pointer;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 34px;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	margin: auto;
}

.ott-newsletter-container {
	background-color: #f8f8f8;
	padding: 35px 0;
}

@media (min-width: 768px) {
	.ott-newsletter-container {
		font-size: 80px;
		padding: 90px 0;
	}
}

.newsletter-header-text {
	color: #393939;
	display: none;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 1rem;
}

@media (min-width: 768px) {
	.newsletter-header-text {
		display: block;
		font-size: 32px;
	}
}

@media (min-width: 992px) {
	.newsletter-header-text {
		font-family: "Lora", serif;
		font-size: 46px;
		letter-spacing: 0;
	}
}

.newsletter-header-text-mobile {
	font-size: 19px;
	font-weight: 500;
	line-height: 1;
	padding-left: 0;
	padding-top: 15px;
	text-align: center;
}

@media (min-width: 576px) {
	.newsletter-header-text-mobile {
		font-size: 26px;
	}
}

@media (min-width: 768px) {
	.newsletter-header-text-mobile {
		display: none;
	}
}

.newsletter-left {
	padding-right: 0;
}

@media (min-width: 768px) {
	.newsletter-left {
		padding-right: 20px;
	}
}

@media (min-width: 768px) {
	.newsletter-right {
		padding-left: 20px;
		padding-top: 0;
	}
}

.newsletter-header-subtext {
	font-family: "Poppins", sans-serif;
	font-size: 10px;
	padding: 1rem 0;
	text-align: center;
}

@media (min-width: 768px) {
	.newsletter-header-subtext {
		font-size: 16px;
		max-width: 100%;
		padding: 1rem 0 0;
		text-align: left;
	}
}

@media (min-width: 992px) {
	.newsletter-header-subtext {
		font-size: 18px;
		padding: 1rem 0 0;
		text-align: left;
	}
}

@media (min-width: 768px) {
	.newsletter-subscription {
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.newsletter-subscription {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 2rem;
		max-width: 80%;
	}
}

.newsletter-button {
	-ms-flex-align: center;
	align-items: center;
	background: #c39052;
	border: 0;
	cursor: pointer;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	font-family: "Poppins", sans-serif;
	font-size: 9px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
}

@media (min-width: 768px) {
	.newsletter-button {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	.newsletter-button {
		font-size: 18px;
		height: 52px;
		width: 301px;
	}
}

.newsletter-extras {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 12px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.newsletter-extras svg {
	color: #393939;
}

@media (max-width: 767.98px) {
	.newsletter-extras svg {
		height: 16px;
		width: 16px;
	}
}

@media (min-width: 576px) {
	.newsletter-extras .newsletter-extras-item {
		margin: 0 4px;
	}
}

.newsletter-extras .newsletter-extras-text {
	color: #393939;
	font-family: "Poppins", sans-serif;
	margin-left: 10px;
}

@media (max-width: 767.98px) {
	.newsletter-extras .newsletter-extras-text {
		margin-left: 5px;
	}
}

@media (max-width: 767.98px) {
	.newsletter-extras {
		font-size: 10px;
	}
}

@media (min-width: 768px) {
	.newsletter-extras {
		font-size: 18px;
		margin: auto;
	}
}

@media (min-width: 1200px) {
	.newsletter-extras {
		font-size: 20px;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: auto;
		max-width: 70%;
	}
}

.newsletter-banner {
	background: cornflowerblue;
}

.offcanvas-newsletter-form-content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.offcanvas-newsletter-input-wrapper {
	width: 100%;
}

.offcanvas-newsletter-btn {
	background: #101010;
	box-shadow: 0 0 10px 0 #101010 inset;
	cursor: pointer;
	-webkit-transition: box-shadow 750ms cubic-bezier(0, .5, .2, .55);
	transition: box-shadow 750ms cubic-bezier(0, .5, .2, .55);
	width: 100%;
}

.offcanvas-newsletter-btn:focus, .offcanvas-newsletter-btn:active {
	box-shadow: none;
}

.offcanvas-newsletter-btn:hover {
	background: #101010;
	box-shadow: 0 0 10px 0 #f6cbab inset;
}

.offcanvas-newsletter-btn-text {
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-transform: uppercase;
}

.ott-offcanvas-newsletter-container {
	display: none;
}

.offcanvas-newsletter-inner {
	max-width: 100%;
	width: 440px;
}

.offcanvas-newsletter-header {
	height: 54px;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	text-align: center;
}

.offcanvas-newsletter-closebtn-wrapper {
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: absolute;
	width: 56px;
}

.offcanvas-newsletter-header-text {
	font-size: 19px;
	font-weight: 700;
	padding: 14px 0;
}

.offcanvas-newsletter-banner {
	background: cornflowerblue;
}

.offcanvas-newsletter-banner-img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.footer-newsletter-input {
	height: 20px;
	left: 16px;
	top: -5px;
	width: 20px;
}

.col-half-padding {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.response-container {
	margin: 0 auto;
	max-width: 424px;
}

.response-container .alert {
	margin: 10px 0 0;
}

.response-container.use-primary-colors .alert.alert-success {
	background-color: #c39052;
}

.response-container.use-primary-colors .alert.alert-success .alert-content-container {
	background-color: #e8d4bc;
	color: #c39052;
}

.response-container .icon {
	height: 30px;
	width: 30px;
}

@media (min-width: 768px) {
	.response-container .icon {
		height: 26px;
		width: 26px;
	}
}

.response-container .icon-checkmark {
	color: limegreen;
}

.response-container .icon-x {
	color: red;
}

.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, .payone-payment.credit-card .iframe.iti__search-input {
	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;
}

.payone-payment.ratepay-installment .show-calculation-btn .show-calculation {
	display: none;
}

.payone-payment.ratepay-installment .show-calculation-btn .hide-calculation {
	display: block;
}

.payone-payment.ratepay-installment .show-calculation-btn.collapsed .show-calculation {
	display: block;
}

.payone-payment.ratepay-installment .show-calculation-btn.collapsed .hide-calculation {
	display: none;
}

.payone-payment.ratepay-installment .payone-ratepay-installment-iban-toggle .payone-ratepay-collapsed-text {
	display: none;
}

.payone-payment.ratepay-installment .payone-ratepay-installment-iban-toggle .payone-ratepay-open-text {
	display: block;
}

.payone-payment.ratepay-installment .payone-ratepay-installment-iban-toggle.collapsed .payone-ratepay-collapsed-text {
	display: block;
}

.payone-payment.ratepay-installment .payone-ratepay-installment-iban-toggle.collapsed .payone-ratepay-open-text {
	display: none;
}

.payone-payment.ratepay-installment .ratepay-installment-installment-calculation table tr td:last-child {
	text-align: right;
}

.payone-payment--klarna {
	margin-bottom: 1rem;
}

.payone-payment--klarna iframe {
	max-width: none !important;
}

.cms-block-trusted-shops-summary {
	overflow: visible;
}

@-webkit-keyframes ottCmsTrustedShopsSpin {
	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 ottCmsTrustedShopsSpin {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.OttCmsTrustedShops {
	padding: 0 1rem;
}

@media (min-width: 768px) {
	.OttCmsTrustedShops {
		padding: 0 3rem;
	}
}

.OttCmsTrustedShops:not(.js-slider-initialized) {
	height: 56px;
	overflow: hidden;
}

.OttCmsTrustedShops:not(.js-slider-initialized):before {
	-webkit-animation: ottCmsTrustedShopsSpin 2s linear infinite;
	animation: ottCmsTrustedShopsSpin 2s linear infinite;
	border: 6px solid #f3f3f3;
	border-radius: 50%;
	border-top: 6px solid #c39052;
	content: "";
	display: block;
	height: 35px;
	margin: 0 auto;
	position: relative;
	top: 10px;
	width: 35px;
	z-index: 1;
}

.OttCmsTrustedShops:not(.js-slider-initialized) .OttCmsTrustedShops__container, .OttCmsTrustedShops:not(.js-slider-initialized) .OttCmsTrustedShops__controls {
	display: none;
}

.OttCmsTrustedShops .tns-nav {
	display: none;
}

.OttCmsTrustedShops__customer {
	font-size: 14px;
	gap: .75rem;
	margin-bottom: 2rem;
	padding-top: 1rem;
}

@media (min-width: 1200px) {
	.OttCmsTrustedShops__customer {
		gap: 1.75rem;
	}
}

.OttCmsTrustedShops__customer .OttCmsTrustedShops__fullname {
	-ms-flex-align: start;
	align-items: flex-start;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 18px;
	position: relative;
	top: -8px;
}

@media (min-width: 768px) {
	.OttCmsTrustedShops__customer .OttCmsTrustedShops__fullname {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.OttCmsTrustedShops__customer .OttCmsTrustedShops__fullname {
		font-size: 24px;
	}
}

.OttCmsTrustedShops__customer .OttCmsTrustedShops__fullname .OttCmsTrustedShops__firstname {
	line-height: 22px;
}

@media (min-width: 1200px) {
	.OttCmsTrustedShops__customer .OttCmsTrustedShops__fullname .OttCmsTrustedShops__firstname {
		line-height: 28px;
	}
}

.OttCmsTrustedShops__customer .OttCmsTrustedShops__fullname .OttCmsTrustedShops__lastname {
	font-weight: 600;
	line-height: 22px;
}

@media (min-width: 1200px) {
	.OttCmsTrustedShops__customer .OttCmsTrustedShops__fullname .OttCmsTrustedShops__lastname {
		line-height: 28px;
	}
}

.OttCmsTrustedShops__circles {
	left: 9px;
	position: relative;
	top: -16px;
}

.OttCmsTrustedShops__circle {
	border-radius: 50%;
	color: #fff;
	font-size: 23px;
	height: 60px;
	width: 60px;
}

@media (min-width: 1200px) {
	.OttCmsTrustedShops__circle {
		font-size: 29px;
		height: 75px;
		width: 75px;
	}
}

.OttCmsTrustedShops__circle.is-primary {
	background: #c39052;
	position: relative;
	z-index: 3;
}

.OttCmsTrustedShops__circle.is-secondary {
	background: #11445c;
	left: -8px;
	position: absolute;
	top: 7px;
	z-index: 1;
}

@media (min-width: 1200px) {
	.OttCmsTrustedShops__circle.is-secondary {
		top: 10px;
	}
}

.OttCmsTrustedShops__circle.is-tertiary {
	background: #a8763a;
	position: absolute;
	right: -10px;
	top: 10px;
	z-index: 2;
}

@media (min-width: 1200px) {
	.OttCmsTrustedShops__circle.is-tertiary {
		top: 13px;
	}
}

.OttCmsTrustedShops__comment {
	font-size: 16px;
	line-height: 27px;
	margin: 0 auto 2rem;
	max-width: 100%;
	width: 700px;
}

.OttCmsTrustedShops__controls .base-slider-controls-prev {
	left: 0;
}

.OttCmsTrustedShops__controls .base-slider-controls-next {
	right: 0;
}

.OttCmsTrustedShops__controls [class^="base-slider-controls-"] {
	background: transparent;
	border: 1px solid transparent;
	opacity: 1;
}

.OttCmsTrustedShops__controls [class^="base-slider-controls-"]:hover {
	background: transparent;
	border-color: transparent;
}

.OttCmsTrustedShops__controls [class^="base-slider-controls-"] .icon {
	color: inherit;
}

.OttCmsTrustedShops__see-all-reviews {
	gap: .5rem;
}

@media (min-width: 992px) {
	.OttCmsTrustedShops__see-all-reviews {
		font-size: 18px;
		gap: 1.5rem;
		line-height: 27px;
		margin-top: 5rem !important;
	}
}

.OttCmsTrustedShops .product-review-rating {
	margin-right: 0;
	position: relative;
	top: 2px;
}

.wishlist-item-delete .icon, .wishlist-item-delete svg {
	pointer-events: none;
}

.cart-item-remove-button .icon, .cart-item-remove-button svg {
	pointer-events: none;
}

.card-body:has(form[action="/form/newsletter"]) .card-title {
	border-bottom: transparent 0;
	color: #3c4242;
	font-size: 45px;
	font-weight: 600;
	letter-spacing: 1px;
}

.card-body:has(form[action="/form/newsletter"]) > .row.g-2, .card-body:has(form[action="/form/newsletter"]) > .g-2.account-content, .is-act-cartpage .checkout .card-body:has(form[action="/form/newsletter"]) > .g-2.checkout-container, .is-act-checkoutregisterpage .checkout .card-body:has(form[action="/form/newsletter"]) > .g-2.checkout-container, .is-act-confirmpage .checkout .card-body:has(form[action="/form/newsletter"]) > .g-2.checkout-container, .is-ctl-accountorder .checkout .card-body:has(form[action="/form/newsletter"]) > .g-2.checkout-container, .is-act-finishpage .checkout .card-body:has(form[action="/form/newsletter"]) > .g-2.checkout-container {
	display: none;
}

.card-body:has(form[action="/form/newsletter"]) .form-content > [type="submit"] {
	display: none;
}

.card-body:has(form[action="/form/newsletter"]) .form-content .form-text.mt-4.mb-2 {
	display: none;
}

.retouren-newletter-box {
	float: left;
	margin: 20px 0;
	width: 68.4%;
}

.retouren-newletter-box .newsletter--field {
	margin-bottom: .625rem;
	width: 100%;
}

@media screen and (max-width: 479px) {
	.retouren-newletter-box {
		margin-bottom: 30px;
	}
	
	.retouren-newletter-box .btn {
		margin-top: 10px;
	}
}

.ott-newsletter-headline {
	color: #3c4242;
	font-size: 45px;
	font-weight: 600;
	letter-spacing: 1px;
}

.ott-newsletter-advantages-container-mobile {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 16px 0 0;
	overflow-x: scroll;
}

.ott-newsletter-advantages-container-mobile .ott-newsletter-advantage {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 14px;
	height: 45px;
	margin: 20px 0;
	min-width: 300px;
	width: 200px;
}

.ott-newsletter-advantages-container-mobile .ott-newsletter-advantage img {
	height: 25px;
	margin: -10px 0 0 5px;
	width: 25px;
}

@media (min-width: 992px) {
	div.ott-newsletter-advantages-container-mobile, .ott-newsletter-required-mobile {
		display: none;
	}
}

.ott-newsletter-salutation-container {
	color: #3c4242;
	margin-top: 30px;
}

.ott-newsletter-salutation-container > div {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 46px;
	margin-top: 18px;
}

@media (max-width: 767.98px) {
	.ott-newsletter-salutation-container > div {
		margin-top: 0;
	}
}

.ott-newsletter-salutation-radio-element {
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 22px;
	height: 25px;
	margin-bottom: 12px;
	padding-left: 35px;
	position: relative;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.ott-newsletter-salutation-radio-element input {
	cursor: pointer;
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.ott-newsletter-salutation-radio-element label {
	font-size: 17px;
}

.ott-newsletter-salutation-radio-element input:checked ~ .ott-newsletter-salutation-check:after {
	height: 8px;
	left: 9px;
	top: 9px;
	width: 8px;
}

.ott-newsletter-salutation-check {
	background-color: #3c4242;
	border-radius: 50%;
	height: 26px;
	left: 0;
	position: absolute;
	top: 0;
	width: 26px;
}

.ott-newsletter-salutation-check:after {
	background: white;
	border-radius: 50%;
	content: "";
	display: block;
	height: 18px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 18px;
}

.ott-newsletter-salutation {
	font-size: 19px;
}

.ott-newsletter-right-column {
	width: calc(100% - 68.4%);
}

.ott-newsletter-advantages-container {
	background: #f5f5f5;
	margin: 120px 0 0 22px;
	padding: 34px 28px;
}

@media (max-width: 1199.98px) {
	.ott-newsletter-advantages-container {
		display: none;
	}
}

.ott-newsletter-advantages-headline {
	font-size: 22px;
	letter-spacing: 1px;
}

.ott-newsletter-advantage {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 20px;
	margin-top: 18px;
}

.ott-newsletter-advantage > img {
	height: 28px;
	width: 28px;
}

.ott-newsletter-advantage > div {
	color: #4f5665;
	font-size: 15px;
	letter-spacing: .5px;
	width: 320px;
}

.ott-newsletter-required {
	color: #4f5665;
	font-size: 14px;
	margin-top: 28px;
	text-align: right;
}

@media (max-width: 1199.98px) {
	.ott-newsletter-required {
		display: none;
	}
}

.ott-newsletter-input-container {
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 30px;
	row-gap: 15px;
}

@media (max-width: 767.98px) {
	.ott-newsletter-input-container {
		margin-top: 18px;
	}
	
	.ott-newsletter-input-container > div {
		grid-column: 1/2 span;
	}
}

.ott-newsletter-input-container label {
	font-size: 18px;
}

.ott-newsletter-input-container input {
	background: transparent;
	border: 1px #3c4242 solid;
	border-radius: 8px;
	font-size: .875rem;
	height: 63px;
	line-height: 1;
	margin-bottom: .625rem;
	margin-top: 5px;
	padding: .8125rem .9375rem .75rem;
	width: 100%;
}

@media (max-width: 767.98px) {
	.ott-newsletter-input-container input {
		height: 57px;
		margin-top: 3px;
	}
}

.ott-newsletter-input-container input::-ms-input-placeholder, .ott-newsletter-input-container input::-moz-placeholder, .ott-newsletter-input-container input::-webkit-input-placeholder, .ott-newsletter-input-container input::placeholder {
	color: #807d7e;
}

.ott-tpg-one-headline {
	color: #4f5665;
	font-size: 18.5px;
	margin-top: 30px;
}

.ott-tpg-one-subtext {
	color: #4f5665;
	margin: 13px 0 2px;
}

.ott-newsletter-input-email {
	grid-column: 1/2 span;
}

.ott-tpg-one-department-container {
	display: -ms-grid;
	display: grid;
	grid-row-gap: 15px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	justify-items: center;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}

@media (max-width: 1199.98px) {
	.ott-tpg-one-department-container {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 991.98px) {
	.ott-tpg-one-department-container {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 767.98px) {
	.ott-tpg-one-department-container {
		grid-row-gap: 0;
		grid-template-columns: repeat(3, 33.333%);
	}
}

.ott-tpg-one-department-container .ott-tpg-one-btn-container {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 1px;
	width: 100%;
}

.ott-tpg-one-department-container .ott-tpg-one-btn-container .ott-tpg-one-btn-check {
	clip: rect(0, 0, 0, 0);
	color: black;
	pointer-events: none;
	position: absolute;
}

.ott-tpg-one-department-container .ott-tpg-one-btn-container .ott-tpg-one-btn-check:checked + .btn {
	background: #8dbba6;
	border-color: #6c757d;
}

.ott-tpg-one-department-container .ott-tpg-one-btn-container .label-ott {
	background: transparent;
	border: 2px solid #7c7c7c;
	border-radius: 0;
	height: 150px;
	line-height: normal;
	max-width: 100%;
	position: relative;
	text-align: center;
	text-overflow: unset;
	width: 150px;
}

@media (max-width: 767.98px) {
	.ott-tpg-one-department-container .ott-tpg-one-btn-container .label-ott {
		height: 120px;
		width: 120px;
	}
	
	.ott-tpg-one-department-container .ott-tpg-one-btn-container .label-ott img.img-ott {
		height: 80px;
		margin: 0 auto;
	}
	
	.ott-tpg-one-department-container .ott-tpg-one-btn-container .label-ott span {
		font-size: 12px;
	}
}

.ott-tpg-one-department-container .ott-tpg-one-btn-container .label-ott span {
	bottom: 14px;
	color: #3c4242;
	font-weight: 600;
	position: absolute;
	right: 0;
	width: 100%;
}

#dummy + label .img-ott {
	height: 28px;
	margin: 50px auto;
	width: 28px;
}

@media (max-width: 767.98px) {
	#dummy + label .img-ott {
		height: 20px;
		margin: 40px auto;
		width: 20px;
	}
}

.ott-newsletter-submit {
	background: #c39052;
	border: transparent 0;
	border-radius: 10px;
	color: white;
	font-size: 18px;
	height: 70px;
	margin: 5px 0 0;
	width: 284px;
}

@media (max-width: 767.98px) {
	.ott-newsletter-submit {
		width: 100%;
	}
}

@media screen and (max-width: 1023px) {
	.retouren-banner {
		float: none;
		margin-left: calc(-10px - .625rem);
		min-width: calc(100% + 10px * 2 + .625rem * 2);
	}
	
	.retouren-newletter-box {
		float: none;
		margin-top: 10px;
		padding-left: 0;
		width: 100%;
	}
}

.container-main:has(form[action="/form/newsletter"]) .cms-breadcrumb {
	display: none;
}

.ott-newsletter-banner {
	max-width: 100%;
}

#payolution-installment-overlay {
	position: absolute;
	width: 100%;
	height: 100px;
	background-color: #000;
	opacity: .3;
	z-index: 10000;
}

.btn-mandate-download a {
	color: #fff;
	text-decoration: none;
}

.cursor-pointer {
	cursor: pointer;
}

.ott-is-sale-category {
	position: relative;
}

.ott-is-sale-category:after {
	background: rgba(0, 0, 0, .25);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.ott-is-sale-category > .flashbags, .ott-is-sale-category .container-main {
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

.OttSaleCategoryModal {
	display: block;
	height: auto;
	opacity: 1 !important;
	padding: 1rem 0;
	position: -webkit-sticky;
	position: sticky;
	top: 10px;
	width: auto;
	z-index: 1;
}

@media (max-width: 575.98px) {
	.OttSaleCategoryModal {
		padding: 1rem;
	}
}

@media (min-width: 992px) {
	.OttSaleCategoryModal {
		top: 160px;
	}
}

.OttSaleCategoryModal .modal-dialog {
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	max-width: 390px;
}

.OttSaleCategoryModal .modal-content {
	box-shadow: 0 14px 43px -6px rgba(0, 0, 0, .2);
}

.OttSaleCategoryModal__logo {
	max-width: 100%;
}

.OttSaleCategoryModal__headline-badge {
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	line-height: 34px;
	padding: 4px 12px;
	width: 100%;
}

.OttSaleCategoryModal__login-text {
	cursor: pointer;
	text-decoration: underline;
}

.icon-ott-primary {
	color: #c39052;
}

.ott-sale-category-container {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.ott-sale-category-inner {
	height: 100%;
	position: relative;
	width: 100%;
}

@media (min-width: 992px) {
	.btn.filter-panel-wrapper-toggle.filter-trigger-mobile {
		display: none;
	}
}

.btn.filter-panel-wrapper-toggle.filter-trigger-desktop {
	background: #c39052;
	border: 0;
	border-radius: 0 0 3px 3px;
	color: #fff;
	font-family: serif;
	font-weight: 400;
	height: 40px;
	line-height: 43px;
	margin: 0 0 2rem;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

@media (min-width: 992px) {
	.btn.filter-panel-wrapper-toggle.filter-trigger-desktop {
		padding: 0 0 0 20px;
		text-align: left;
		width: 120px;
	}
}

.btn.filter-panel-wrapper-toggle.filter-trigger-desktop:hover {
	background: #c39052;
}

.btn.filter-panel-wrapper-toggle.filter-trigger-desktop:focus {
	box-shadow: none;
}

.btn.filter-panel-wrapper-toggle.filter-trigger-desktop .icon {
	color: #fff;
	height: 14px;
	margin-right: 2px;
	width: 14px;
}

.btn.filter-panel-wrapper-toggle.filter-trigger-desktop .icon svg {
	top: 2px;
}

.ott-btn-primary, .ott-btn-light {
	border-color: transparent;
	border-radius: 5px;
	cursor: pointer;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 48px;
	padding-bottom: 6px;
	padding-top: 6px;
}

.ott-btn-primary {
	background-color: #c39052;
	color: #fff;
}

.ott-btn-primary:hover {
	color: #fff;
}

.ott-btn-light {
	background: #f4f4f4;
	color: #7a7a7a;
}

.ott-btn-light:hover {
	color: #7a7a7a;
}

.ott-cms-el-text-heading {
	overflow: visible;
}

.ott-cms-el-text-heading .product-listing-headline {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cms-block-sidebar-filter {
	display: none;
}

@media (min-width: 992px) {
	.sorting {
		border: none;
		height: 100%;
		max-height: 31px;
		max-width: 100%;
		width: 200px;
	}
	
	.sorting:hover {
		color: #101010;
	}
	
	.sorting:focus {
		box-shadow: unset;
	}
	
	.sorting.custom-select {
		padding: 0 0 0 10px;
	}
}

.dein-juwelier-de .product-listing-text-headline h1 {
	font-family: "Futura", sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 10px;
}

.mystationary-de .product-listing-text-headline {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.mystationary-de .product-listing-text-headline .cms-element-text {
	display: none;
}

.cms-block-sidebar-filter .filter-actions {
	display: none;
}

@media (min-width: 992px) {
	.sorting.custom-select {
		border: 1px solid #dadada;
		height: 100%;
		max-height: 31px;
		max-width: 100%;
		width: 200px;
	}
	
	.sorting.custom-select:focus {
		box-shadow: unset;
	}
	
	.sorting.custom-select.custom-select {
		padding: 3px 0 2px 10px;
	}
}

@media (max-width: 1199.98px) {
	.cms-element-product-listing-actions {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

@media (max-width: 991.98px) {
	.is-ctl-search .cms-element-product-listing-actions {
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

@media (max-width: 1199.98px) {
	.cms-element-sidebar-filter .wrapper-toggle-inner {
		position: relative;
		top: -4px;
	}
}

.ott-noncanvas-filter-expand-btn .filter-panel-item-toggle {
	font-style: italic;
}

.ott-noncanvas-filter-expand-btn .filter-panel-item-toggle .icon {
	color: #3d3d3d;
	height: 12px;
	margin-left: 7px;
	position: relative;
	top: -5px;
	width: 12px;
}

.filter-panel-items-container {
	margin: 4px 0 0;
}

@media (max-width: 991.98px) {
	.filter-multi-select-manufacturer {
		position: relative !important;
	}
}

.ott-sorting-wrapper {
	min-height: 31px;
}

@media (max-width: 991.98px) {
	.ott-filter-search {
		margin-left: 43px;
		margin-right: 35px;
	}
	
	.ott-filter-search-input {
		background-color: #f4f4f4;
		background-image: url("/bundles/ottsharedresources/assets/img/icon/search-big.svg");
		background-position: 96% center;
		background-repeat: no-repeat;
		background-size: 22px 22px;
		border: 1px solid #d5d5d5;
		color: #7a7a7a;
		font-size: 14px;
		height: 40px;
		padding: 9px 53px 9px 18px;
	}
	
	.ott-filter-search-input:focus {
		background-color: #f4f4f4;
		border-color: #d5d5d5;
	}
	
	.ott-filter-search-input:-webkit-input-placeholder {
		color: #bebebe;
		font-size: 14px;
	}
	
	.ott-filter-search-input:placeholder {
		color: #bebebe;
		font-size: 14px;
	}
	
	.ott-filter-search-input:placeholder {
		color: #bebebe;
		font-size: 14px;
	}
	
	.ott-filter-search-input:input-placeholder {
		color: #bebebe;
		font-size: 14px;
	}
	
	.ott-filter-search-input:input-placeholder {
		color: #bebebe;
		font-size: 14px;
	}
	
	.ott-filter-search-input:placeholder {
		color: #bebebe;
		font-size: 14px;
	}
	
	.mobile-listing-actions {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		padding: 0 .5rem;
	}
	
	.mobile-listing-actions > * {
		color: #c39052;
		-ms-flex: 0 0 calc(50% - 1px);
		flex: 0 0 calc(50% - 1px);
		font-size: 12px;
		font-weight: 400;
		height: 32px;
		max-width: 50%;
	}
	
	.sorting-mobile {
		width: 100%;
	}
	
	.sorting-mobile .custom-select-panel {
		background: #fff;
		border-left: 1px solid #c39052;
		border-right: 1px solid #c39052;
		z-index: 11;
	}
	
	.sorting-mobile .custom-select-container.is-open .custom-select-panel {
		border-bottom: 1px solid #c39052;
	}
	
	.sorting-mobile .custom-select-opener {
		background: #fff;
		border: 1px solid #c39052;
		height: 32px;
		line-height: 20px;
		text-align: center;
	}
	
	.sorting-mobile .custom-select-opener:focus {
		outline: none;
	}
	
	.sorting-mobile .custom-select-option.has-focus {
		background-color: #fff;
	}
	
	.sorting-mobile .custom-select-option.is-selected {
		font-weight: 700;
	}
	
	.sorting-mobile .custom-select-option.is-selected:before {
		display: none;
	}
	
	.btn.filter-panel-wrapper-toggle {
		background: #fff;
		display: block;
		line-height: 17px;
		margin-right: 2px !important;
	}
	
	.filter-panel {
		margin-bottom: 0;
	}
	
	.filter-panel-wrapper .filter-panel {
		display: none;
	}
	
	.cms-element-sidebar-filter .filter-panel-wrapper {
		display: none;
	}
	
	.offcanvas-filter {
		max-width: 510px;
		z-index: 2147483648;
	}
	
	.offcanvas-filter * {
		scrollbar-color: #a2a2a2 #f4f4f4;
		scrollbar-width: 22px;
	}
	
	.offcanvas-filter *::-webkit-scrollbar {
		width: 22px;
	}
	
	.offcanvas-filter *::-webkit-scrollbar-track {
		background: #f4f4f4;
	}
	
	.offcanvas-filter *::-webkit-scrollbar-thumb {
		background-color: #a2a2a2;
		border: 1px solid #e2dfdf;
	}
	
	.offcanvas-filter .filter-panel {
		height: calc(100% - 120px);
	}
	
	.filter-panel-offcanvas-header {
		background: #c39052;
		border-bottom: 1px solid #c39052;
		margin-bottom: 5px;
		padding: 14px 35px 0 43px;
		position: relative;
		z-index: 1001;
	}
	
	.filter-panel-offcanvas-header h3 {
		color: #fff;
		font-family: "Roboto", sans-serif;
		font-size: 32px;
		font-weight: 400;
	}
	
	.filter-panel-offcanvas-header h3 .icon {
		color: #fff;
		height: 18px;
		margin-right: 10px;
		width: 18px;
	}
	
	.filter-panel-offcanvas-header h3 .icon svg {
		top: 0;
	}
	
	.filter-panel-offcanvas-close {
		margin: 0 0 0 auto;
	}
	
	.filter-panel-offcanvas-close .icon-x {
		color: #fff;
		height: 25px;
		position: relative;
		top: -4px;
		width: 25px;
	}
	
	.filter-panel-item {
		margin: 0;
		padding-bottom: 20px;
		padding-top: 20px;
		width: 100%;
	}
	
	.filter-panel-item.filter-multi-select-properties {
		padding-bottom: 11px;
	}
	
	.filter-panel-item:not(:last-of-type) {
		border-bottom: 1px solid #e9e9e9;
	}
	
	.filter-panel-item-dropdown {
		background-color: #fff !important;
		border: 0;
		max-height: unset;
		max-width: 100%;
	}
	
	.filter-panel-item-dropdown.ott-keep-dropdown {
		box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
		max-height: 530px;
		padding-left: 29px;
		width: calc(100% - 99px);
	}
	
	.filter-panel-item-dropdown:not(.ott-keep-dropdown) {
		padding-left: 43px;
		padding-right: 35px;
		display: block !important;
		overflow: hidden;
		position: static !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		width: 100%;
	}
	
	.filter-panel-item-dropdown:not(.ott-keep-dropdown).ott-collapse-content:not(.ott-filter-panel-item-full-height) {
		max-height: 108px;
	}
	
	.filter-panel-item-dropdown.ott-multi-select-gender {
		padding-right: 25px;
	}
	
	.filter-panel-item-inner {
		width: 100%;
	}
	
	.name-and-count-wrapper {
		color: #000;
		font-family: "Roboto Slab", serif;
		font-size: 20px;
		position: relative;
		text-align: left;
		text-transform: uppercase;
	}
	
	.name-and-count-wrapper ~ .icon-filter-panel-item-toggle {
		display: none;
	}
	
	.filter-panel-reset {
		-ms-flex-align: center;
		align-items: center;
		color: #d2d2d2;
		cursor: pointer;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		position: absolute;
		right: 10px;
		top: 5px;
	}
	
	.filter-panel-reset * {
		pointer-events: none;
	}
	
	.filter-panel-item-toggle {
		padding-left: 43px;
		padding-right: 35px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		line-height: 30px;
		margin-bottom: 12px;
		min-height: 35px;
		overflow: visible;
		width: 100%;
	}
	
	.filter-panel-item.show .filter-panel-item-toggle {
		background-color: transparent !important;
	}
	
	.filter-panel-item .filter-panel-item-toggle {
		border: none;
		cursor: default;
	}
	
	.filter-panel-item-toggle:focus {
		box-shadow: none;
	}
	
	.filter-multi-select-count {
		-ms-flex-align: center;
		align-items: center;
		background: #7a7a7a;
		border-radius: 50%;
		color: #fff;
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: inline-flex;
		font-size: 14px;
		height: 24px;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		top: -15px;
		width: 24px;
	}
	
	.filter-multi-select-count:empty {
		display: none;
	}
	
	.filter-range-container, .filter-multi-select-list-item {
		padding-left: 0;
		padding-right: 0;
	}
	
	.filter-range-container {
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 10px;
		padding-top: 0;
	}
	
	.ott-filter-panel-manufacturer .filter-multi-select-list {
		padding-top: 5px;
	}
	
	.filter-multi-select-list-item {
		background-color: transparent !important;
		padding-top: 0;
	}
	
	.ott-filter-panel-manufacturer .filter-multi-select-list-item:not(:last-of-type) {
		padding-bottom: 10px;
	}
	
	.ott-filter-panel-manufacturer .filter-multi-select-list-item:last-of-type {
		padding-bottom: 0;
	}
	
	.ott-filter-multi-select-color .filter-multi-select-list-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		padding-bottom: 20px;
	}
	
	.ott-multi-select-regular .filter-multi-select-list-item {
		padding-bottom: 15px;
	}
	
	.ott-multi-select-regular .filter-multi-select-list-item:not(:last-of-type) {
		margin-right: 12px;
	}
	
	.ott-multi-select-regular .filter-multi-select-list-item .custom-checkbox {
		width: 100%;
	}
	
	.ott-multi-select-gender .filter-multi-select-list-item {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
	}
	
	.dein-juwelier-de .ott-multi-select-gender .filter-multi-select-list-item {
		-ms-flex: 0 0 110px;
		flex: 0 0 110px;
	}
	
	.filter-multi-select-list-item .custom-control {
		padding-left: 0;
	}
	
	.filter-range-min, .filter-range-max {
		width: 100%;
	}
	
	.min-input, .max-input {
		background: #f4f4f4;
		border: 1px solid #d5d5d5;
		color: #7a7a7a;
		height: 40px;
		padding: 6px 31px 6px 18px;
		width: 100%;
	}
	
	.min-input:focus, .max-input:focus {
		background: #f4f4f4;
		color: #7a7a7a;
	}
	
	.min-input:-webkit-input-placeholder, .max-input:-webkit-input-placeholder {
		color: #bebebe;
		font-size: 16px;
	}
	
	.min-input:placeholder, .max-input:placeholder {
		color: #bebebe;
		font-size: 16px;
	}
	
	.min-input:placeholder, .max-input:placeholder {
		color: #bebebe;
		font-size: 16px;
	}
	
	.min-input:input-placeholder, .max-input:input-placeholder {
		color: #bebebe;
		font-size: 16px;
	}
	
	.min-input:input-placeholder, .max-input:input-placeholder {
		color: #bebebe;
		font-size: 16px;
	}
	
	.min-input:placeholder, .max-input:placeholder {
		color: #bebebe;
		font-size: 16px;
	}
	
	.filter-range-currency-symbol {
		background-color: transparent;
		bottom: auto;
		color: #bebebe;
		font-size: 16px;
		right: 0;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.filter-range-divider {
		background: #bebebe;
		color: #bebebe;
		height: 1px;
		margin: 0 10px;
		position: relative;
		top: 1px;
		width: 5px;
	}
	
	.ott-filter-range-instant-header {
		border-bottom: 1px solid #e9e9e9;
		color: #bebebe;
		margin-bottom: .5rem;
		text-align: right;
	}
	
	.ott-filter-range-instant-items {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.ott-filter-range-instant-item {
		background: #f4f4f4;
		border: 1px solid #d5d5d5;
		color: #7a7a7a;
		cursor: pointer;
		-ms-flex: 0 1 calc(85px - .703rem);
		flex: 0 1 calc(85px - .703rem);
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		max-width: 85px;
		text-align: center;
	}
	
	.ott-filter-range-instant-item:not(:last-of-type) {
		margin-right: 15px;
	}
	
	.ott-filter-panel-manufacturer {
		display: none;
		left: 20px;
		position: absolute;
		top: 124px;
	}
	
	.ott-filter-panel-manufacturer.js-ott-show-dropdown {
		display: block;
	}
	
	.ott-filter-panel-manufacturer .custom-control {
		padding-left: 0;
	}
	
	.ott-filter-panel-manufacturer .custom-control-label {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		min-height: 15px;
		padding-left: 32px;
		text-transform: uppercase;
	}
	
	.ott-filter-panel-manufacturer .custom-control-label:before {
		height: 29px;
		left: 0;
		width: 29px;
	}
	
	.ott-filter-panel-manufacturer .custom-control-label:after {
		display: none;
	}
	
	.ott-filter-panel-manufacturer .custom-control-label .icon-checkmark {
		color: #000;
		display: none;
		height: 12px;
		left: 1px;
		position: absolute;
		top: 1px;
		width: 12px;
	}
	
	.ott-filter-panel-manufacturer .custom-control-label .icon-checkmark svg {
		top: 0;
	}
	
	.ott-filter-panel-manufacturer .custom-control-input:active ~ .custom-control-label:before {
		background-color: #fff;
		border-color: #adb5bd;
	}
	
	.ott-filter-panel-manufacturer .custom-control-input:focus ~ .custom-control-label:before {
		border-color: #adb5bd;
		box-shadow: none;
	}
	
	.ott-filter-panel-manufacturer .custom-control-input:checked ~ .custom-control-label:before {
		background-color: #fff;
		border-color: #adb5bd;
	}
	
	.ott-filter-panel-manufacturer .custom-control-input:checked ~ .custom-control-label .icon-checkmark {
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: inline-flex;
	}
	
	.ott-multi-select-regular .custom-control-input:checked ~ .filter-multi-select-item-label {
		background-color: #7a7a7a;
		color: #fff;
	}
	
	.filter-multi-select-item-label {
		cursor: pointer;
		padding-left: 0;
		padding-right: 0;
	}
	
	.ott-filter-panel-manufacturer .filter-multi-select-item-label:before, .ott-filter-panel-manufacturer .filter-multi-select-item-label:after {
		display: block;
	}
	
	.ott-filter-multi-select-color .filter-multi-select-item-label {
		height: 40px;
	}
	
	.ott-multi-select-regular .filter-multi-select-item-label {
		background: #f4f4f4;
		border-radius: 5px;
		color: #7a7a7a;
		font-family: "Roboto", sans-serif;
		height: 48px;
		line-height: 48px;
		padding: 0 20px;
		text-align: center;
	}
	
	.filter-multi-select-item-label.label-gender {
		padding: 0;
		text-transform: uppercase;
		white-space: nowrap;
	}
	
	.filter-multi-select-item-label.label-gender svg {
		position: relative;
		top: -1px;
	}
	
	.filter-multi-select-item-label.label-gender svg:not(.no-margin) {
		margin-right: 2px;
	}
	
	.filter-multi-select-item-label:before, .filter-multi-select-item-label:after {
		display: none;
	}
	
	.filter-multi-select-item-label .icon-checkmark {
		height: 12px;
		width: 12px;
	}
	
	.filter-multi-select-item-label * {
		pointer-events: none;
	}
	
	.filter-property-select-preview {
		border-color: transparent;
		height: 29px;
		width: 29px;
	}
	
	.filter-property-select-preview.has-border {
		border: 1px solid #000;
	}
	
	.filter-property-select-preview.has-border .icon-checkmark {
		color: #000;
	}
	
	.filter-property-select-preview-checkmark {
		background: none;
		border: 0;
		left: 4px;
		top: 9px;
	}
	
	.filter-multi-select-checkbox:checked ~ .filter-multi-select-item-label .filter-property-select-preview-checkmark {
		opacity: 1;
	}
	
	.filter-multi-select-checkbox:checked ~ .filter-multi-select-item-label .filter-property-select-label-text {
		font-weight: 700;
	}
	
	.preview-label {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		min-height: 37px;
		padding-left: 0;
		text-transform: uppercase;
	}
	
	.filter-property-select-label-text {
		padding-left: 16px;
	}
	
	.ott-filter-multi-select-color .filter-multi-select-list, .ott-multi-select-regular .filter-multi-select-list {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.ott-filter-expand-btn {
		padding-right: 51px;
		text-align: right;
	}
	
	.ott-filter-expand-btn * {
		pointer-events: none;
	}
	
	.ott-filter-expand-btn .icon {
		color: #000;
		height: 14px;
		position: relative;
		top: -2px;
		width: 14px;
	}
	
	.filter-expand-inner {
		cursor: pointer;
	}
	
	.filter-expand-label {
		color: #000;
		font-family: "Roboto", sans-serif;
	}
	
	.ott-multi-select-regular {
		margin-bottom: 8px;
	}
	
	.filter-panel-active-container {
		display: none;
	}
	
	.filter-actions {
		background: #fff;
		border-top: 5px solid #e9e9e9;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		height: 130px;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 32px 36px 0 38px;
		position: relative;
		text-align: center;
		width: 100%;
		z-index: 1000;
	}
	
	.filter-actions .filter-action-reset, .filter-actions .filter-action-apply {
		text-overflow: unset;
	}
	
	.filter-actions .filter-action-reset {
		-ms-flex: 0 0 calc(33.33% - 11px);
		flex: 0 0 calc(33.33% - 11px);
		margin-right: 22px;
	}
	
	.filter-actions .filter-action-reset .icon {
		display: none;
	}
	
	.filter-actions .filter-action-apply {
		-ms-flex: 0 0 calc(66% - 11px);
		flex: 0 0 calc(66% - 11px);
	}
	
	.filter-actions .icon {
		color: #7a7a7a;
		height: 12px;
		margin-right: 7px;
		width: 12px;
	}
	
	.filter-actions .icon svg {
		top: 0;
	}
	
	.filter-panel-sorting {
		border-bottom: 1px solid #e9e9e9;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 26px 0 20px;
		width: 100%;
	}
	
	.filter-panel-sorting:empty {
		display: none;
	}
	
	.filter-panel-sorting-heading {
		padding-left: 43px;
		padding-left: 43px;
		padding-right: 35px;
		padding-right: 35px;
		font-weight: 400;
		height: 35px;
		line-height: 30px;
		margin-bottom: 12px;
		overflow: visible;
		width: 100%;
	}
	
	.filter-panel-sorting-heading:focus {
		box-shadow: none;
	}
	
	.filter-panel-sorting-options {
		padding-left: 43px;
		padding-right: 35px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.filter-panel-sorting-option-wrapper {
		margin-right: 21px;
		padding-bottom: 17px;
	}
	
	.filter-panel-sorting-option {
		background: #f4f4f4;
		border-radius: 5px;
		color: #7a7a7a;
		cursor: pointer;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-family: "Roboto", sans-serif;
		height: 48px;
		line-height: 48px;
		padding: 0 20px;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
	}
	
	.filter-panel-sorting-option.is-active {
		background-color: #7a7a7a;
		color: #fff;
	}
	
	.product-listing-text-sorting {
		display: none;
	}
	
	.product-listing-text-filter-trigger-inner {
		background: #c39052;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		height: 34px;
		-ms-flex-pack: center;
		justify-content: center;
		line-height: 36px;
		position: relative;
		right: -10px;
		width: 53px;
	}
	
	.product-listing-text-filter-trigger-inner .icon {
		color: #fff;
		height: 14px;
		width: 14px;
	}
	
	.product-listing-text-filter-trigger-inner .icon svg {
		top: 0;
	}
	
	.filter-panel-name-wrapper {
		display: inline-block;
		max-width: 77%;
		white-space: normal;
		-ms-word-break: break-all;
		word-break: break-all;
	}
	
	.ott-filter-offcanvas-close * {
		pointer-events: none;
	}
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
	.ott-filter-search {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
	.filter-panel-offcanvas-header {
		background: #c39052;
		color: #fff;
		height: 40px;
		padding: 1px 20px 0;
	}
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
	.filter-panel-offcanvas-header h3 {
		color: #fff;
		font-size: 22px;
	}
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
	.filter-panel-item-dropdown.ott-keep-dropdown {
		width: calc(100% - 62px);
	}
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
	.filter-panel-item-dropdown:not(.ott-keep-dropdown) {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 991.98px) and (min-width: 992px) {
	.name-and-count-wrapper ~ .icon-filter-panel-item-toggle {
		display: block;
	}
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
	.filter-panel-item-toggle {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
	.ott-filter-multi-select-color {
		padding-top: 0;
	}
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
	.ott-multi-select-regular .filter-multi-select-item-label {
		border: 1px solid #d5d5d5;
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
	}
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
	.filter-actions {
		height: 77px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 11px;
	}
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
	.filter-actions .filter-action-reset {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-right: 5px;
	}
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
	.filter-actions .filter-action-apply {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
	.filter-panel-sorting-heading {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
	.filter-panel-sorting-options {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
	.filter-panel-sorting-option {
		border: 1px solid #d5d5d5;
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
	}
}

@media (min-width: 992px) {
	.cms-block-sidebar-filter {
		display: block;
	}
	
	.filter-panel-reset {
		display: none;
	}
	
	.filter-panel-item-inner {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.ott-filter-panel-manufacturer .icon-checkmark {
		display: none;
	}
	
	.ott-filter-panel-manufacturer .ott-filter-search {
		padding: 0 1rem 10px;
	}
}

@media (min-width: 992px) {
	.preview-label {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		min-height: 37px;
		padding-left: 0;
		text-transform: uppercase;
	}
	
	.filter-property-select-label-text {
		padding-left: 1rem;
	}
	
	.ott-filter-multi-select-color .filter-multi-select-list {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 5px;
	}
	
	.ott-filter-multi-select-color .filter-multi-select-list-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		padding-bottom: 15px;
		padding-right: 0;
		padding-top: 0;
	}
	
	.filter-multi-select-checkbox:checked ~ .filter-multi-select-item-label .filter-property-select-preview-checkmark {
		opacity: 1;
	}
	
	.filter-property-select-preview-checkmark {
		background: none;
		border: 0;
		left: 5px;
		top: 11px;
	}
	
	.filter-property-select-preview-checkmark .icon {
		height: 16px;
		width: 15px;
	}
}

.ott-filter-additional-range-item .min-input {
	padding-right: 51px;
}

.ott-filter-additional-range-item .filter-range-currency-symbol {
	top: 25px;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

@media (min-width: 992px) {
	.ott-filter-additional-range-item .filter-range-currency-symbol {
		top: 18px;
	}
}

.ott-filter-additional-range-item .filter-range-divider {
	top: 10px;
}

.ott-h1-styling {
	font-size: 2.25rem;
	line-height: 40px;
}

.filter-panal-offcanvas-mobile {
	font-size: 22px;
}

.filter-panal-offcanvas-mobile .icon {
	color: #fff;
	height: 18px;
	width: 18px;
	margin-right: 10px;
}

.filter-panal-offcanvas-mobile .icon svg {
	top: unset;
}

.merchant-top-bar {
	display: none;
}

.ott-is-merchant-shop .header-wishlist, .ott-is-merchant-shop .account-menu, .ott-is-merchant-shop .header-search, .ott-is-merchant-shop .nav-main, .ott-is-merchant-shop .breadcrumb, .ott-is-merchant-shop .ott-newsletter-container, .ott-is-merchant-shop .footer-main, .ott-is-merchant-shop .footer-minimal, .ott-is-merchant-shop .product-wishlist-action-circle, .ott-is-merchant-shop.is-ctl-navigation .cms-section:nth-child(1), .ott-is-merchant-shop.is-ctl-navigation .cms-section:nth-child(3), .ott-is-merchant-shop.is-ctl-product .ott-elw-pdp-promise, .ott-is-merchant-shop.is-ctl-product .ott-elw-pdp-bottom, .ott-is-merchant-shop.is-ctl-product .ott-trbo-pdp-1, .ott-is-merchant-shop.is-ctl-product .ott-trbo-pdp-2, .ott-is-merchant-shop.is-ctl-product .ott-shipping-modal-more-info-link, .ott-is-merchant-shop.is-ctl-product .product-wishlist, .ott-is-merchant-shop.is-act-cartpage .product-wishlist, .ott-is-merchant-shop .ott-zdf-wrap-img, .ott-is-merchant-shop .ott-checkout-teaser {
	display: none;
}

.ott-is-merchant-shop .top-bar {
	display: none;
}

.ott-is-merchant-shop .merchant-top-bar {
	display: block;
}

.ott-is-merchant-shop .header-row {
	height: unset;
}

.ott-is-merchant-shop .header-logo-main-img {
	max-height: 55px;
}

.ott-is-merchant-shop .ott-contact-partner-badge {
	min-width: unset;
	width: unset;
}

.ott-is-merchant-shop:not(.js-ott-has-sticky-header) .header-row {
	padding-bottom: 18px;
	padding-top: 20px;
}

.ott-is-merchant-shop .header-main {
	border-bottom: 1px solid #e1e1e1;
}

.ott-is-merchant-shop .ott-avatar-img {
	max-height: 125px;
}

.ott-is-merchant-shop .ott-hide-in-merchant-shops {
	display: none !important;
}

.ott-is-merchant-shop-iframe-listing .top-bar, .ott-is-merchant-shop-iframe-listing .header-row {
	display: none;
}

.ott-is-merchant-shop-iframe-listing .header-main {
	border: 0;
}

.ott-is-merchant-shop.js-ott-has-sticky-header .header-logo-main-img {
	width: auto;
}

.acris-info-text-checkout.acris-info-text-before_product_row {
	margin-bottom: 10px;
	-ms-flex-order: -90;
	order: -90;
}

.acris-info-text-checkout.acris-info-text-after_product_row {
	margin-top: 10px;
	-ms-flex-order: 90;
	order: 90;
}

.iti {
	position: relative;
	display: inline-block;
}

.iti * {
	box-sizing: border-box;
}

.iti__hide {
	display: none;
}

.iti__v-hide {
	visibility: hidden;
}

.iti input.iti__tel-input, .iti input.iti__tel-input[type=tel], .iti input.iti__tel-input[type=text] {
	position: relative;
	z-index: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-right: 36px;
	margin-right: 0;
}

.iti__flag-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 1px;
}

.iti__selected-flag {
	z-index: 1;
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 6px 0 8px;
}

.iti__arrow {
	margin-left: 6px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #555;
}

[dir=rtl] .iti__arrow {
	margin-right: 6px;
	margin-left: 0;
}

.iti__arrow--up {
	border-top: none;
	border-bottom: 4px solid #555;
}

.iti__dropdown-content {
	border-radius: 3px;
	background-color: #fff;
}

.iti--inline-dropdown .iti__dropdown-content {
	position: absolute;
	z-index: 2;
	margin-top: 3px;
	margin-left: -1px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}

.iti__dropdown-content--dropup {
	bottom: 100%;
	margin-bottom: 3px;
}

.iti__search-input {
	width: 100%;
	border-width: 0;
	border-radius: 3px;
	padding: 9px 12px;
}

.iti__search-input + .iti__country-list {
	border-top: 1px solid #ccc;
}

.iti__country-list {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.iti--inline-dropdown .iti__country-list {
	max-height: 185px;
}

.iti--flexible-dropdown-width .iti__country-list {
	white-space: nowrap;
}

@media (max-width: 500px) {
	.iti--flexible-dropdown-width .iti__country-list {
		white-space: normal;
	}
}

.iti__flag-box {
	display: inline-block;
	width: 20px;
}

.iti__divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.iti__country {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 8px;
	outline: 0;
}

.iti__dial-code {
	color: #999;
}

.iti__country.iti__highlight {
	background-color: rgba(0, 0, 0, .05);
}

.iti__country-name, .iti__flag-box {
	margin-right: 8px;
}

[dir=rtl] .iti__country-name, [dir=rtl] .iti__flag-box {
	margin-right: 0;
	margin-left: 8px;
}

.iti--allow-dropdown input.iti__tel-input, .iti--allow-dropdown input.iti__tel-input[type=tel], .iti--allow-dropdown input.iti__tel-input[type=text], .iti--show-selected-dial-code input.iti__tel-input, .iti--show-selected-dial-code input.iti__tel-input[type=tel], .iti--show-selected-dial-code input.iti__tel-input[type=text] {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0;
}

[dir=rtl] .iti--allow-dropdown input.iti__tel-input, [dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel], [dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text], [dir=rtl] .iti--show-selected-dial-code input.iti__tel-input, [dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=tel], [dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=text] {
	padding-right: 52px;
	padding-left: 6px;
	margin-right: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--show-selected-dial-code .iti__flag-container {
	right: auto;
	left: 0;
}

[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--show-selected-dial-code .iti__flag-container {
	right: 0;
	left: auto;
}

.iti--allow-dropdown .iti__flag-container:hover {
	cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
	background-color: rgba(0, 0, 0, .05);
}

.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover, .iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover {
	cursor: default;
}

.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover .iti__selected-flag, .iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover .iti__selected-flag {
	background-color: transparent;
}

.iti--show-selected-dial-code .iti__selected-flag {
	background-color: rgba(0, 0, 0, .05);
}

.iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
	margin-left: 6px;
}

[dir=rtl] .iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
	margin-left: 0;
	margin-right: 6px;
}

.iti--container {
	position: fixed;
	top: -1000px;
	left: -1000px;
	z-index: 1060;
	padding: 1px;
}

.iti--container:hover {
	cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
	background-color: rgba(0, 0, 0, .5);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	padding: 30px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

.iti--fullscreen-popup.iti--container.iti--country-search {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.iti--fullscreen-popup .iti__dropdown-content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%;
	position: relative;
}

.iti--fullscreen-popup .iti__country {
	padding: 10px 10px;
	line-height: 1.5em;
}

.iti__flag {
	width: 20px;
}

.iti__flag.iti__be {
	width: 18px;
}

.iti__flag.iti__ch {
	width: 15px;
}

.iti__flag.iti__mc {
	width: 19px;
}

.iti__flag.iti__ne {
	width: 18px;
}

.iti__flag.iti__np {
	width: 13px;
}

.iti__flag.iti__va {
	width: 15px;
}

@media (min-resolution: 2x) {
	.iti__flag {
		background-size: 5762px 15px;
	}
}

.iti__flag.iti__ac {
	height: 10px;
	background-position: 0 0;
}

.iti__flag.iti__ad {
	height: 14px;
	background-position: -22px 0;
}

.iti__flag.iti__ae {
	height: 10px;
	background-position: -44px 0;
}

.iti__flag.iti__af {
	height: 14px;
	background-position: -66px 0;
}

.iti__flag.iti__ag {
	height: 14px;
	background-position: -88px 0;
}

.iti__flag.iti__ai {
	height: 10px;
	background-position: -110px 0;
}

.iti__flag.iti__al {
	height: 15px;
	background-position: -132px 0;
}

.iti__flag.iti__am {
	height: 10px;
	background-position: -154px 0;
}

.iti__flag.iti__ao {
	height: 14px;
	background-position: -176px 0;
}

.iti__flag.iti__aq {
	height: 14px;
	background-position: -198px 0;
}

.iti__flag.iti__ar {
	height: 13px;
	background-position: -220px 0;
}

.iti__flag.iti__as {
	height: 10px;
	background-position: -242px 0;
}

.iti__flag.iti__at {
	height: 14px;
	background-position: -264px 0;
}

.iti__flag.iti__au {
	height: 10px;
	background-position: -286px 0;
}

.iti__flag.iti__aw {
	height: 14px;
	background-position: -308px 0;
}

.iti__flag.iti__ax {
	height: 13px;
	background-position: -330px 0;
}

.iti__flag.iti__az {
	height: 10px;
	background-position: -352px 0;
}

.iti__flag.iti__ba {
	height: 10px;
	background-position: -374px 0;
}

.iti__flag.iti__bb {
	height: 14px;
	background-position: -396px 0;
}

.iti__flag.iti__bd {
	height: 12px;
	background-position: -418px 0;
}

.iti__flag.iti__be {
	height: 15px;
	background-position: -440px 0;
}

.iti__flag.iti__bf {
	height: 14px;
	background-position: -460px 0;
}

.iti__flag.iti__bg {
	height: 12px;
	background-position: -482px 0;
}

.iti__flag.iti__bh {
	height: 12px;
	background-position: -504px 0;
}

.iti__flag.iti__bi {
	height: 12px;
	background-position: -526px 0;
}

.iti__flag.iti__bj {
	height: 14px;
	background-position: -548px 0;
}

.iti__flag.iti__bl {
	height: 14px;
	background-position: -570px 0;
}

.iti__flag.iti__bm {
	height: 10px;
	background-position: -592px 0;
}

.iti__flag.iti__bn {
	height: 10px;
	background-position: -614px 0;
}

.iti__flag.iti__bo {
	height: 14px;
	background-position: -636px 0;
}

.iti__flag.iti__bq {
	height: 14px;
	background-position: -658px 0;
}

.iti__flag.iti__br {
	height: 14px;
	background-position: -680px 0;
}

.iti__flag.iti__bs {
	height: 10px;
	background-position: -702px 0;
}

.iti__flag.iti__bt {
	height: 14px;
	background-position: -724px 0;
}

.iti__flag.iti__bv {
	height: 15px;
	background-position: -746px 0;
}

.iti__flag.iti__bw {
	height: 14px;
	background-position: -768px 0;
}

.iti__flag.iti__by {
	height: 10px;
	background-position: -790px 0;
}

.iti__flag.iti__bz {
	height: 12px;
	background-position: -812px 0;
}

.iti__flag.iti__ca {
	height: 10px;
	background-position: -834px 0;
}

.iti__flag.iti__cc {
	height: 10px;
	background-position: -856px 0;
}

.iti__flag.iti__cd {
	height: 15px;
	background-position: -878px 0;
}

.iti__flag.iti__cf {
	height: 14px;
	background-position: -900px 0;
}

.iti__flag.iti__cg {
	height: 14px;
	background-position: -922px 0;
}

.iti__flag.iti__ch {
	height: 15px;
	background-position: -944px 0;
}

.iti__flag.iti__ci {
	height: 14px;
	background-position: -961px 0;
}

.iti__flag.iti__ck {
	height: 10px;
	background-position: -983px 0;
}

.iti__flag.iti__cl {
	height: 14px;
	background-position: -1005px 0;
}

.iti__flag.iti__cm {
	height: 14px;
	background-position: -1027px 0;
}

.iti__flag.iti__cn {
	height: 14px;
	background-position: -1049px 0;
}

.iti__flag.iti__co {
	height: 14px;
	background-position: -1071px 0;
}

.iti__flag.iti__cp {
	height: 14px;
	background-position: -1093px 0;
}

.iti__flag.iti__cq {
	height: 12px;
	background-position: -1115px 0;
}

.iti__flag.iti__cr {
	height: 12px;
	background-position: -1137px 0;
}

.iti__flag.iti__cu {
	height: 10px;
	background-position: -1159px 0;
}

.iti__flag.iti__cv {
	height: 12px;
	background-position: -1181px 0;
}

.iti__flag.iti__cw {
	height: 14px;
	background-position: -1203px 0;
}

.iti__flag.iti__cx {
	height: 10px;
	background-position: -1225px 0;
}

.iti__flag.iti__cy {
	height: 14px;
	background-position: -1247px 0;
}

.iti__flag.iti__cz {
	height: 14px;
	background-position: -1269px 0;
}

.iti__flag.iti__de {
	height: 12px;
	background-position: -1291px 0;
}

.iti__flag.iti__dg {
	height: 10px;
	background-position: -1313px 0;
}

.iti__flag.iti__dj {
	height: 14px;
	background-position: -1335px 0;
}

.iti__flag.iti__dk {
	height: 15px;
	background-position: -1357px 0;
}

.iti__flag.iti__dm {
	height: 10px;
	background-position: -1379px 0;
}

.iti__flag.iti__do {
	height: 14px;
	background-position: -1401px 0;
}

.iti__flag.iti__dz {
	height: 14px;
	background-position: -1423px 0;
}

.iti__flag.iti__ea {
	height: 14px;
	background-position: -1445px 0;
}

.iti__flag.iti__ec {
	height: 14px;
	background-position: -1467px 0;
}

.iti__flag.iti__ee {
	height: 13px;
	background-position: -1489px 0;
}

.iti__flag.iti__eg {
	height: 14px;
	background-position: -1511px 0;
}

.iti__flag.iti__eh {
	height: 10px;
	background-position: -1533px 0;
}

.iti__flag.iti__er {
	height: 10px;
	background-position: -1555px 0;
}

.iti__flag.iti__es {
	height: 14px;
	background-position: -1577px 0;
}

.iti__flag.iti__et {
	height: 10px;
	background-position: -1599px 0;
}

.iti__flag.iti__eu {
	height: 14px;
	background-position: -1621px 0;
}

.iti__flag.iti__ez {
	height: 14px;
	background-position: -1643px 0;
}

.iti__flag.iti__fi {
	height: 12px;
	background-position: -1665px 0;
}

.iti__flag.iti__fj {
	height: 10px;
	background-position: -1687px 0;
}

.iti__flag.iti__fk {
	height: 10px;
	background-position: -1709px 0;
}

.iti__flag.iti__fm {
	height: 11px;
	background-position: -1731px 0;
}

.iti__flag.iti__fo {
	height: 15px;
	background-position: -1753px 0;
}

.iti__flag.iti__fr {
	height: 14px;
	background-position: -1775px 0;
}

.iti__flag.iti__fx {
	height: 14px;
	background-position: -1797px 0;
}

.iti__flag.iti__ga {
	height: 15px;
	background-position: -1819px 0;
}

.iti__flag.iti__gb {
	height: 10px;
	background-position: -1841px 0;
}

.iti__flag.iti__gd {
	height: 12px;
	background-position: -1863px 0;
}

.iti__flag.iti__ge {
	height: 14px;
	background-position: -1885px 0;
}

.iti__flag.iti__gf {
	height: 14px;
	background-position: -1907px 0;
}

.iti__flag.iti__gg {
	height: 14px;
	background-position: -1929px 0;
}

.iti__flag.iti__gh {
	height: 14px;
	background-position: -1951px 0;
}

.iti__flag.iti__gi {
	height: 10px;
	background-position: -1973px 0;
}

.iti__flag.iti__gl {
	height: 14px;
	background-position: -1995px 0;
}

.iti__flag.iti__gm {
	height: 14px;
	background-position: -2017px 0;
}

.iti__flag.iti__gn {
	height: 14px;
	background-position: -2039px 0;
}

.iti__flag.iti__gp {
	height: 14px;
	background-position: -2061px 0;
}

.iti__flag.iti__gq {
	height: 14px;
	background-position: -2083px 0;
}

.iti__flag.iti__gr {
	height: 14px;
	background-position: -2105px 0;
}

.iti__flag.iti__gs {
	height: 10px;
	background-position: -2127px 0;
}

.iti__flag.iti__gt {
	height: 13px;
	background-position: -2149px 0;
}

.iti__flag.iti__gu {
	height: 11px;
	background-position: -2171px 0;
}

.iti__flag.iti__gw {
	height: 10px;
	background-position: -2193px 0;
}

.iti__flag.iti__gy {
	height: 12px;
	background-position: -2215px 0;
}

.iti__flag.iti__hk {
	height: 14px;
	background-position: -2237px 0;
}

.iti__flag.iti__hm {
	height: 10px;
	background-position: -2259px 0;
}

.iti__flag.iti__hn {
	height: 10px;
	background-position: -2281px 0;
}

.iti__flag.iti__hr {
	height: 10px;
	background-position: -2303px 0;
}

.iti__flag.iti__ht {
	height: 12px;
	background-position: -2325px 0;
}

.iti__flag.iti__hu {
	height: 10px;
	background-position: -2347px 0;
}

.iti__flag.iti__ic {
	height: 14px;
	background-position: -2369px 0;
}

.iti__flag.iti__id {
	height: 14px;
	background-position: -2391px 0;
}

.iti__flag.iti__ie {
	height: 10px;
	background-position: -2413px 0;
}

.iti__flag.iti__il {
	height: 15px;
	background-position: -2435px 0;
}

.iti__flag.iti__im {
	height: 10px;
	background-position: -2457px 0;
}

.iti__flag.iti__in {
	height: 14px;
	background-position: -2479px 0;
}

.iti__flag.iti__io {
	height: 10px;
	background-position: -2501px 0;
}

.iti__flag.iti__iq {
	height: 14px;
	background-position: -2523px 0;
}

.iti__flag.iti__ir {
	height: 12px;
	background-position: -2545px 0;
}

.iti__flag.iti__is {
	height: 15px;
	background-position: -2567px 0;
}

.iti__flag.iti__it {
	height: 14px;
	background-position: -2589px 0;
}

.iti__flag.iti__je {
	height: 12px;
	background-position: -2611px 0;
}

.iti__flag.iti__jm {
	height: 10px;
	background-position: -2633px 0;
}

.iti__flag.iti__jo {
	height: 10px;
	background-position: -2655px 0;
}

.iti__flag.iti__jp {
	height: 14px;
	background-position: -2677px 0;
}

.iti__flag.iti__ke {
	height: 14px;
	background-position: -2699px 0;
}

.iti__flag.iti__kg {
	height: 12px;
	background-position: -2721px 0;
}

.iti__flag.iti__kh {
	height: 13px;
	background-position: -2743px 0;
}

.iti__flag.iti__ki {
	height: 10px;
	background-position: -2765px 0;
}

.iti__flag.iti__km {
	height: 12px;
	background-position: -2787px 0;
}

.iti__flag.iti__kn {
	height: 14px;
	background-position: -2809px 0;
}

.iti__flag.iti__kp {
	height: 10px;
	background-position: -2831px 0;
}

.iti__flag.iti__kr {
	height: 14px;
	background-position: -2853px 0;
}

.iti__flag.iti__kw {
	height: 10px;
	background-position: -2875px 0;
}

.iti__flag.iti__ky {
	height: 10px;
	background-position: -2897px 0;
}

.iti__flag.iti__kz {
	height: 10px;
	background-position: -2919px 0;
}

.iti__flag.iti__la {
	height: 14px;
	background-position: -2941px 0;
}

.iti__flag.iti__lb {
	height: 14px;
	background-position: -2963px 0;
}

.iti__flag.iti__lc {
	height: 10px;
	background-position: -2985px 0;
}

.iti__flag.iti__li {
	height: 12px;
	background-position: -3007px 0;
}

.iti__flag.iti__lk {
	height: 10px;
	background-position: -3029px 0;
}

.iti__flag.iti__lr {
	height: 11px;
	background-position: -3051px 0;
}

.iti__flag.iti__ls {
	height: 14px;
	background-position: -3073px 0;
}

.iti__flag.iti__lt {
	height: 12px;
	background-position: -3095px 0;
}

.iti__flag.iti__lu {
	height: 12px;
	background-position: -3117px 0;
}

.iti__flag.iti__lv {
	height: 10px;
	background-position: -3139px 0;
}

.iti__flag.iti__ly {
	height: 10px;
	background-position: -3161px 0;
}

.iti__flag.iti__ma {
	height: 14px;
	background-position: -3183px 0;
}

.iti__flag.iti__mc {
	height: 15px;
	background-position: -3205px 0;
}

.iti__flag.iti__md {
	height: 10px;
	background-position: -3226px 0;
}

.iti__flag.iti__me {
	height: 10px;
	background-position: -3248px 0;
}

.iti__flag.iti__mf {
	height: 14px;
	background-position: -3270px 0;
}

.iti__flag.iti__mg {
	height: 14px;
	background-position: -3292px 0;
}

.iti__flag.iti__mh {
	height: 11px;
	background-position: -3314px 0;
}

.iti__flag.iti__mk {
	height: 10px;
	background-position: -3336px 0;
}

.iti__flag.iti__ml {
	height: 14px;
	background-position: -3358px 0;
}

.iti__flag.iti__mm {
	height: 14px;
	background-position: -3380px 0;
}

.iti__flag.iti__mn {
	height: 10px;
	background-position: -3402px 0;
}

.iti__flag.iti__mo {
	height: 14px;
	background-position: -3424px 0;
}

.iti__flag.iti__mp {
	height: 10px;
	background-position: -3446px 0;
}

.iti__flag.iti__mq {
	height: 14px;
	background-position: -3468px 0;
}

.iti__flag.iti__mr {
	height: 14px;
	background-position: -3490px 0;
}

.iti__flag.iti__ms {
	height: 10px;
	background-position: -3512px 0;
}

.iti__flag.iti__mt {
	height: 14px;
	background-position: -3534px 0;
}

.iti__flag.iti__mu {
	height: 14px;
	background-position: -3556px 0;
}

.iti__flag.iti__mv {
	height: 14px;
	background-position: -3578px 0;
}

.iti__flag.iti__mw {
	height: 14px;
	background-position: -3600px 0;
}

.iti__flag.iti__mx {
	height: 12px;
	background-position: -3622px 0;
}

.iti__flag.iti__my {
	height: 10px;
	background-position: -3644px 0;
}

.iti__flag.iti__mz {
	height: 14px;
	background-position: -3666px 0;
}

.iti__flag.iti__na {
	height: 14px;
	background-position: -3688px 0;
}

.iti__flag.iti__nc {
	height: 10px;
	background-position: -3710px 0;
}

.iti__flag.iti__ne {
	height: 15px;
	background-position: -3732px 0;
}

.iti__flag.iti__nf {
	height: 10px;
	background-position: -3752px 0;
}

.iti__flag.iti__ng {
	height: 10px;
	background-position: -3774px 0;
}

.iti__flag.iti__ni {
	height: 12px;
	background-position: -3796px 0;
}

.iti__flag.iti__nl {
	height: 14px;
	background-position: -3818px 0;
}

.iti__flag.iti__no {
	height: 15px;
	background-position: -3840px 0;
}

.iti__flag.iti__np {
	height: 15px;
	background-position: -3862px 0;
}

.iti__flag.iti__nr {
	height: 10px;
	background-position: -3877px 0;
}

.iti__flag.iti__nu {
	height: 10px;
	background-position: -3899px 0;
}

.iti__flag.iti__nz {
	height: 10px;
	background-position: -3921px 0;
}

.iti__flag.iti__om {
	height: 10px;
	background-position: -3943px 0;
}

.iti__flag.iti__pa {
	height: 14px;
	background-position: -3965px 0;
}

.iti__flag.iti__pe {
	height: 14px;
	background-position: -3987px 0;
}

.iti__flag.iti__pf {
	height: 14px;
	background-position: -4009px 0;
}

.iti__flag.iti__pg {
	height: 15px;
	background-position: -4031px 0;
}

.iti__flag.iti__ph {
	height: 10px;
	background-position: -4053px 0;
}

.iti__flag.iti__pk {
	height: 14px;
	background-position: -4075px 0;
}

.iti__flag.iti__pl {
	height: 13px;
	background-position: -4097px 0;
}

.iti__flag.iti__pm {
	height: 14px;
	background-position: -4119px 0;
}

.iti__flag.iti__pn {
	height: 10px;
	background-position: -4141px 0;
}

.iti__flag.iti__pr {
	height: 14px;
	background-position: -4163px 0;
}

.iti__flag.iti__ps {
	height: 10px;
	background-position: -4185px 0;
}

.iti__flag.iti__pt {
	height: 14px;
	background-position: -4207px 0;
}

.iti__flag.iti__pw {
	height: 13px;
	background-position: -4229px 0;
}

.iti__flag.iti__py {
	height: 11px;
	background-position: -4251px 0;
}

.iti__flag.iti__qa {
	height: 8px;
	background-position: -4273px 0;
}

.iti__flag.iti__re {
	height: 14px;
	background-position: -4295px 0;
}

.iti__flag.iti__ro {
	height: 14px;
	background-position: -4317px 0;
}

.iti__flag.iti__rs {
	height: 14px;
	background-position: -4339px 0;
}

.iti__flag.iti__ru {
	height: 14px;
	background-position: -4361px 0;
}

.iti__flag.iti__rw {
	height: 14px;
	background-position: -4383px 0;
}

.iti__flag.iti__sa {
	height: 14px;
	background-position: -4405px 0;
}

.iti__flag.iti__sb {
	height: 10px;
	background-position: -4427px 0;
}

.iti__flag.iti__sc {
	height: 10px;
	background-position: -4449px 0;
}

.iti__flag.iti__sd {
	height: 10px;
	background-position: -4471px 0;
}

.iti__flag.iti__se {
	height: 13px;
	background-position: -4493px 0;
}

.iti__flag.iti__sg {
	height: 14px;
	background-position: -4515px 0;
}

.iti__flag.iti__sh {
	height: 10px;
	background-position: -4537px 0;
}

.iti__flag.iti__si {
	height: 10px;
	background-position: -4559px 0;
}

.iti__flag.iti__sj {
	height: 15px;
	background-position: -4581px 0;
}

.iti__flag.iti__sk {
	height: 14px;
	background-position: -4603px 0;
}

.iti__flag.iti__sl {
	height: 14px;
	background-position: -4625px 0;
}

.iti__flag.iti__sm {
	height: 15px;
	background-position: -4647px 0;
}

.iti__flag.iti__sn {
	height: 14px;
	background-position: -4669px 0;
}

.iti__flag.iti__so {
	height: 14px;
	background-position: -4691px 0;
}

.iti__flag.iti__sr {
	height: 14px;
	background-position: -4713px 0;
}

.iti__flag.iti__ss {
	height: 10px;
	background-position: -4735px 0;
}

.iti__flag.iti__st {
	height: 10px;
	background-position: -4757px 0;
}

.iti__flag.iti__su {
	height: 10px;
	background-position: -4779px 0;
}

.iti__flag.iti__sv {
	height: 12px;
	background-position: -4801px 0;
}

.iti__flag.iti__sx {
	height: 14px;
	background-position: -4823px 0;
}

.iti__flag.iti__sy {
	height: 14px;
	background-position: -4845px 0;
}

.iti__flag.iti__sz {
	height: 14px;
	background-position: -4867px 0;
}

.iti__flag.iti__ta {
	height: 10px;
	background-position: -4889px 0;
}

.iti__flag.iti__tc {
	height: 10px;
	background-position: -4911px 0;
}

.iti__flag.iti__td {
	height: 14px;
	background-position: -4933px 0;
}

.iti__flag.iti__tf {
	height: 14px;
	background-position: -4955px 0;
}

.iti__flag.iti__tg {
	height: 13px;
	background-position: -4977px 0;
}

.iti__flag.iti__th {
	height: 14px;
	background-position: -4999px 0;
}

.iti__flag.iti__tj {
	height: 10px;
	background-position: -5021px 0;
}

.iti__flag.iti__tk {
	height: 10px;
	background-position: -5043px 0;
}

.iti__flag.iti__tl {
	height: 10px;
	background-position: -5065px 0;
}

.iti__flag.iti__tm {
	height: 14px;
	background-position: -5087px 0;
}

.iti__flag.iti__tn {
	height: 14px;
	background-position: -5109px 0;
}

.iti__flag.iti__to {
	height: 10px;
	background-position: -5131px 0;
}

.iti__flag.iti__tr {
	height: 14px;
	background-position: -5153px 0;
}

.iti__flag.iti__tt {
	height: 12px;
	background-position: -5175px 0;
}

.iti__flag.iti__tv {
	height: 10px;
	background-position: -5197px 0;
}

.iti__flag.iti__tw {
	height: 14px;
	background-position: -5219px 0;
}

.iti__flag.iti__tz {
	height: 14px;
	background-position: -5241px 0;
}

.iti__flag.iti__ua {
	height: 14px;
	background-position: -5263px 0;
}

.iti__flag.iti__ug {
	height: 14px;
	background-position: -5285px 0;
}

.iti__flag.iti__uk {
	height: 10px;
	background-position: -5307px 0;
}

.iti__flag.iti__um {
	height: 11px;
	background-position: -5329px 0;
}

.iti__flag.iti__un {
	height: 14px;
	background-position: -5351px 0;
}

.iti__flag.iti__us {
	height: 11px;
	background-position: -5373px 0;
}

.iti__flag.iti__uy {
	height: 14px;
	background-position: -5395px 0;
}

.iti__flag.iti__uz {
	height: 10px;
	background-position: -5417px 0;
}

.iti__flag.iti__va {
	height: 15px;
	background-position: -5439px 0;
}

.iti__flag.iti__vc {
	height: 14px;
	background-position: -5456px 0;
}

.iti__flag.iti__ve {
	height: 14px;
	background-position: -5478px 0;
}

.iti__flag.iti__vg {
	height: 10px;
	background-position: -5500px 0;
}

.iti__flag.iti__vi {
	height: 14px;
	background-position: -5522px 0;
}

.iti__flag.iti__vn {
	height: 14px;
	background-position: -5544px 0;
}

.iti__flag.iti__vu {
	height: 12px;
	background-position: -5566px 0;
}

.iti__flag.iti__wf {
	height: 14px;
	background-position: -5588px 0;
}

.iti__flag.iti__ws {
	height: 10px;
	background-position: -5610px 0;
}

.iti__flag.iti__xk {
	height: 15px;
	background-position: -5632px 0;
}

.iti__flag.iti__ye {
	height: 14px;
	background-position: -5654px 0;
}

.iti__flag.iti__yt {
	height: 14px;
	background-position: -5676px 0;
}

.iti__flag.iti__za {
	height: 14px;
	background-position: -5698px 0;
}

.iti__flag.iti__zm {
	height: 14px;
	background-position: -5720px 0;
}

.iti__flag.iti__zw {
	height: 10px;
	background-position: -5742px 0;
}

.iti__flag {
	height: 15px;
	box-shadow: 0 0 1px 0 #888;
	background-image: url("../img/flags.png?1");
	background-repeat: no-repeat;
	background-position: 20px 0;
}

@media (min-resolution: 2x) {
	.iti__flag {
		background-image: url("../img/flags@2x.png?1");
	}
}

.iti__globe {
	background-image: url("../img/globe.png");
	background-size: contain;
	background-position: right;
	box-shadow: none;
	height: 19px;
}

@media (min-resolution: 2x) {
	.iti__globe {
		background-image: url("../img/globe@2x.png");
	}
}

.iti {
	display: block;
}

.iti__flag {
	background-image: url("https://staging.moebelfirst.de/bundles/campitvalidation/vendor/img/flags.png");
}

@media (min-resolution: 2x) {
	.iti__flag {
		background-image: url("https://staging.moebelfirst.de/bundles/campitvalidation/vendor/img/flags@2x.png");
	}
}

.card-body:has(form[action="/form/newsletter"]) .card-title {
	border-bottom: transparent 0;
	color: #3c4242;
	font-size: 45px;
	font-weight: 600;
	letter-spacing: 1px;
}

.card-body:has(form[action="/form/newsletter"]) > .row.g-2, .card-body:has(form[action="/form/newsletter"]) > .g-2.account-content, .is-act-cartpage .checkout .card-body:has(form[action="/form/newsletter"]) > .g-2.checkout-container, .is-act-checkoutregisterpage .checkout .card-body:has(form[action="/form/newsletter"]) > .g-2.checkout-container, .is-act-confirmpage .checkout .card-body:has(form[action="/form/newsletter"]) > .g-2.checkout-container, .is-ctl-accountorder .checkout .card-body:has(form[action="/form/newsletter"]) > .g-2.checkout-container, .is-act-finishpage .checkout .card-body:has(form[action="/form/newsletter"]) > .g-2.checkout-container {
	display: none;
}

.card-body:has(form[action="/form/newsletter"]) .form-content > [type="submit"] {
	display: none;
}

.card-body:has(form[action="/form/newsletter"]) .form-content .form-text.mt-4.mb-2 {
	display: none;
}

.retouren-newletter-box {
	float: left;
	margin: 20px 0;
	width: 68.4%;
}

.retouren-newletter-box .newsletter--field {
	margin-bottom: .625rem;
	width: 100%;
}

@media screen and (max-width: 479px) {
	.retouren-newletter-box {
		margin-bottom: 30px;
	}
	
	.retouren-newletter-box .btn {
		margin-top: 10px;
	}
}

.ott-newsletter-headline {
	color: #3c4242;
	font-size: 45px;
	font-weight: 600;
	letter-spacing: 1px;
}

.ott-newsletter-advantages-container-mobile {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 16px 0 0;
	overflow-x: scroll;
}

.ott-newsletter-advantages-container-mobile .ott-newsletter-advantage {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 14px;
	height: 45px;
	margin: 20px 0;
	min-width: 300px;
	width: 200px;
}

.ott-newsletter-advantages-container-mobile .ott-newsletter-advantage img {
	height: 25px;
	margin: -10px 0 0 5px;
	width: 25px;
}

@media (min-width: 992px) {
	div.ott-newsletter-advantages-container-mobile, .ott-newsletter-required-mobile {
		display: none;
	}
}

.ott-newsletter-salutation-container {
	color: #3c4242;
	margin-top: 30px;
}

.ott-newsletter-salutation-container > div {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 46px;
	margin-top: 18px;
}

@media (max-width: 767.98px) {
	.ott-newsletter-salutation-container > div {
		margin-top: 0;
	}
}

.ott-newsletter-salutation-radio-element {
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 22px;
	height: 25px;
	margin-bottom: 12px;
	padding-left: 35px;
	position: relative;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.ott-newsletter-salutation-radio-element input {
	cursor: pointer;
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.ott-newsletter-salutation-radio-element label {
	font-size: 17px;
}

.ott-newsletter-salutation-radio-element input:checked ~ .ott-newsletter-salutation-check:after {
	height: 8px;
	left: 9px;
	top: 9px;
	width: 8px;
}

.ott-newsletter-salutation-check {
	background-color: #3c4242;
	border-radius: 50%;
	height: 26px;
	left: 0;
	position: absolute;
	top: 0;
	width: 26px;
}

.ott-newsletter-salutation-check:after {
	background: white;
	border-radius: 50%;
	content: "";
	display: block;
	height: 18px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 18px;
}

.ott-newsletter-salutation {
	font-size: 19px;
}

.ott-newsletter-right-column {
	width: calc(100% - 68.4%);
}

.ott-newsletter-advantages-container {
	background: #f5f5f5;
	margin: 120px 0 0 22px;
	padding: 34px 28px;
}

@media (max-width: 1199.98px) {
	.ott-newsletter-advantages-container {
		display: none;
	}
}

.ott-newsletter-advantages-headline {
	font-size: 22px;
	letter-spacing: 1px;
}

.ott-newsletter-advantage {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 20px;
	margin-top: 18px;
}

.ott-newsletter-advantage > img {
	height: 28px;
	width: 28px;
}

.ott-newsletter-advantage > div {
	color: #4f5665;
	font-size: 15px;
	letter-spacing: .5px;
	width: 320px;
}

.ott-newsletter-required {
	color: #4f5665;
	font-size: 14px;
	margin-top: 28px;
	text-align: right;
}

@media (max-width: 1199.98px) {
	.ott-newsletter-required {
		display: none;
	}
}

.ott-newsletter-input-container {
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 30px;
	row-gap: 15px;
}

@media (max-width: 767.98px) {
	.ott-newsletter-input-container {
		margin-top: 18px;
	}
	
	.ott-newsletter-input-container > div {
		grid-column: 1/2 span;
	}
}

.ott-newsletter-input-container label {
	font-size: 18px;
}

.ott-newsletter-input-container input {
	background: transparent;
	border: 1px #3c4242 solid;
	border-radius: 8px;
	font-size: .875rem;
	height: 63px;
	line-height: 1;
	margin-bottom: .625rem;
	margin-top: 5px;
	padding: .8125rem .9375rem .75rem;
	width: 100%;
}

@media (max-width: 767.98px) {
	.ott-newsletter-input-container input {
		height: 57px;
		margin-top: 3px;
	}
}

.ott-newsletter-input-container input::-ms-input-placeholder, .ott-newsletter-input-container input::-moz-placeholder, .ott-newsletter-input-container input::-webkit-input-placeholder, .ott-newsletter-input-container input::placeholder {
	color: #807d7e;
}

.ott-tpg-one-headline {
	color: #4f5665;
	font-size: 18.5px;
	margin-top: 30px;
}

.ott-tpg-one-subtext {
	color: #4f5665;
	margin: 13px 0 2px;
}

.ott-newsletter-input-email {
	grid-column: 1/2 span;
}

.ott-tpg-one-department-container {
	display: -ms-grid;
	display: grid;
	grid-row-gap: 15px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	justify-items: center;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}

@media (max-width: 1199.98px) {
	.ott-tpg-one-department-container {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 991.98px) {
	.ott-tpg-one-department-container {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 767.98px) {
	.ott-tpg-one-department-container {
		grid-row-gap: 0;
		grid-template-columns: repeat(3, 33.333%);
	}
}

.ott-tpg-one-department-container .ott-tpg-one-btn-container {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 1px;
	width: 100%;
}

.ott-tpg-one-department-container .ott-tpg-one-btn-container .ott-tpg-one-btn-check {
	clip: rect(0, 0, 0, 0);
	color: black;
	pointer-events: none;
	position: absolute;
}

.ott-tpg-one-department-container .ott-tpg-one-btn-container .ott-tpg-one-btn-check:checked + .btn {
	background: #8dbba6;
	border-color: #6c757d;
}

.ott-tpg-one-department-container .ott-tpg-one-btn-container .label-ott {
	background: transparent;
	border: 2px solid #7c7c7c;
	border-radius: 0;
	height: 150px;
	line-height: normal;
	max-width: 100%;
	position: relative;
	text-align: center;
	text-overflow: unset;
	width: 150px;
}

@media (max-width: 767.98px) {
	.ott-tpg-one-department-container .ott-tpg-one-btn-container .label-ott {
		height: 120px;
		width: 120px;
	}
	
	.ott-tpg-one-department-container .ott-tpg-one-btn-container .label-ott img.img-ott {
		height: 80px;
		margin: 0 auto;
	}
	
	.ott-tpg-one-department-container .ott-tpg-one-btn-container .label-ott span {
		font-size: 12px;
	}
}

.ott-tpg-one-department-container .ott-tpg-one-btn-container .label-ott span {
	bottom: 14px;
	color: #3c4242;
	font-weight: 600;
	position: absolute;
	right: 0;
	width: 100%;
}

#dummy + label .img-ott {
	height: 28px;
	margin: 50px auto;
	width: 28px;
}

@media (max-width: 767.98px) {
	#dummy + label .img-ott {
		height: 20px;
		margin: 40px auto;
		width: 20px;
	}
}

.ott-newsletter-submit {
	background: #c39052;
	border: transparent 0;
	border-radius: 10px;
	color: white;
	font-size: 18px;
	height: 70px;
	margin: 5px 0 0;
	width: 284px;
}

@media (max-width: 767.98px) {
	.ott-newsletter-submit {
		width: 100%;
	}
}

@media screen and (max-width: 1023px) {
	.retouren-banner {
		float: none;
		margin-left: calc(-10px - .625rem);
		min-width: calc(100% + 10px * 2 + .625rem * 2);
	}
	
	.retouren-newletter-box {
		float: none;
		margin-top: 10px;
		padding-left: 0;
		width: 100%;
	}
}

.container-main:has(form[action="/form/newsletter"]) .cms-breadcrumb {
	display: none;
}

.ott-newsletter-banner {
	max-width: 100%;
}

@media screen and (min-width: 1150px) {
	.col-xxl-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
}

@media screen and (min-width: 1150px) {
	.col-xxl-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}

.ott-width-half {
	width: 50% !important;
}

.ott-width-third {
	width: 33.33% !important;
}

@font-face {
	font-display: swap;
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	src: url("/bundles/ottmoebelfirsttheme/assets/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Lora";
	font-style: normal;
	font-weight: 400;
	src: url("/bundles/ottmoebelfirsttheme/assets/fonts/Lora/Lora-Regular.ttf") format("truetype");
}

.form-control, .iti__search-input {
	font-size: 1rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Lora", serif;
	font-weight: 500;
}

h1, .h1 {
	font-size: 26px;
}

@media (min-width: 768px) {
	h1, .h1 {
		font-size: 48px;
	}
}

h2, .h2 {
	font-size: 19px;
}

@media (min-width: 768px) {
	h2, .h2 {
		font-size: 36px;
		line-height: 28px;
	}
}

@media (min-width: 992px) {
	h2, .h2 {
		font-size: 48px;
		line-height: 64px;
	}
}

@media (min-width: 768px) {
	.is-ctl-navigation.is-act-home h2, .is-ctl-navigation.is-act-home .h2, .is-ctl-checkout.is-act-finishpage h2, .is-ctl-checkout.is-act-finishpage .h2 {
		font-size: 48px;
	}
}

h3, .h3 {
	font-size: 16px;
}

@media (min-width: 768px) {
	h3, .h3 {
		font-size: 24px;
	}
}

.ott-h2-heading {
	margin-bottom: 28px;
	margin-top: 28px;
}

@media (min-width: 768px) {
	.ott-h2-heading {
		margin-bottom: 46px;
		margin-top: 100px;
	}
}

.modal h2, .modal .h2 {
	font-size: .875rem;
}

@media screen and (min-width: 440px) {
	.modal h2, .modal .h2 {
		font-size: 1.5rem;
	}
}

@media (min-width: 1200px) {
	.modal h2, .modal .h2 {
		font-size: 2rem;
	}
}

.modal p {
	font-size: .625rem;
}

@media screen and (min-width: 440px) {
	.modal p {
		font-size: .75rem;
	}
}

@media (min-width: 1200px) {
	.modal p {
		font-size: .875rem;
	}
}

.breadcrumb {
	height: auto;
	margin-bottom: 0;
	padding: .75rem 0 0;
}

@media (min-width: 768px) {
	.breadcrumb {
		padding: .75rem 0;
	}
}

.is-act-getmanufacturers .breadcrumb, .is-act-getmanufacturer .breadcrumb {
	padding: .75rem 20px;
}

.is-ctl-navigation.is-act-home .breadcrumb {
	display: none;
}

.breadcrumb .cms-breadcrumb {
	height: auto;
	margin-bottom: 0;
	padding: 0 20px;
}

.breadcrumb .breadcrumb-link {
	color: #393939;
	font-size: 10px;
	font-weight: 300;
}

@media (min-width: 768px) {
	.breadcrumb .breadcrumb-link {
		font-size: 14px;
	}
}

.breadcrumb a.is-active {
	color: #393939;
	font-weight: 300;
}

.pagination-nav {
	width: 100%;
}

.pagination {
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination .page-item {
	background-color: unset;
}

.pagination .page-item .disabled .page-link {
	background: unset !important;
}

.pagination .page-link {
	background-color: unset !important;
	border: unset;
	color: #393939;
	font-size: 18px;
}

.pagination .active .page-link, .pagination .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn.active:hover .page-link, .ott-category-teaser-customfieldfilter .customfieldfilter-item .pagination .btn.active:hover .page-link {
	border-color: unset;
	color: #c39052;
}

.pagination .icon {
	color: #393939;
	height: 18px;
	width: 18px;
}

.btn-primary, .address-editor-select:not(.collapsed), .address-editor-edit:not(.collapsed), .address-editor-create:not(.collapsed), .btn-secondary, .btn-success, .btn-danger, .btn-warning, .btn-info, .btn-light, .btn-dark {
	border-radius: 0;
}

.btn-primary, .address-editor-select:not(.collapsed), .address-editor-edit:not(.collapsed), .address-editor-create:not(.collapsed) {
	color: #fff;
}

.btn-primary .icon, .address-editor-select:not(.collapsed) .icon, .address-editor-edit:not(.collapsed) .icon, .address-editor-create:not(.collapsed) .icon {
	color: #fff;
}

.btn-buy {
	background: #393939;
	border-color: #393939;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 300;
	height: 52px;
	line-height: 48px;
}

.btn-buy:hover, .btn-buy:focus, .btn-buy:active {
	background: #4b4b4b;
	border-color: #4b4b4b;
}

.btn-buy:focus {
	box-shadow: none !important;
}

.btn-buy:not(:disabled):not(.disabled):active {
	background: #4b4b4b;
	border-color: #4b4b4b;
	box-shadow: none;
}

.card-title {
	border-color: #ebebeb;
	font-size: .625rem;
	font-weight: 400;
}

@media (min-width: 768px) {
	.card-title {
		font-size: .875rem;
	}
}

@media (min-width: 992px) {
	.card-title {
		font-size: 1.125rem;
	}
}

.form-label {
	font-size: .625rem;
	font-weight: 300;
}

@media (min-width: 768px) {
	.form-label {
		font-size: .875rem;
	}
}

@media (min-width: 992px) {
	.form-label {
		font-size: 1.125rem;
	}
}

.custom-select {
	color: #bcc1c7;
	font-size: 1rem;
}

@media (min-width: 992px) {
	.custom-select {
		font-size: 1.125rem;
	}
}

input {
	font-size: 1rem;
}

@media (min-width: 992px) {
	input {
		font-size: 1.125rem;
	}
}

input::-webkit-input-placeholder {
	font-size: 1rem;
}

@media (min-width: 768px) {
	input::-webkit-input-placeholder {
		font-size: 1rem;
	}
}

@media (min-width: 992px) {
	input::-webkit-input-placeholder {
		font-size: 1.125rem;
	}
}

input:-moz-placeholder {
	font-size: 1rem;
	opacity: 1;
}

@media (min-width: 768px) {
	input:-moz-placeholder {
		font-size: 1rem;
		opacity: 1;
	}
}

@media (min-width: 992px) {
	input:-moz-placeholder {
		font-size: 1.125rem;
		opacity: 1;
	}
}

input::-moz-placeholder {
	font-size: 1rem;
	opacity: 1;
}

@media (min-width: 768px) {
	input::-moz-placeholder {
		font-size: 1rem;
		opacity: 1;
	}
}

@media (min-width: 992px) {
	input::-moz-placeholder {
		font-size: 1.125rem;
		opacity: 1;
	}
}

input:-ms-input-placeholder {
	font-size: 1rem;
}

@media (min-width: 768px) {
	input:-ms-input-placeholder {
		font-size: 1rem;
	}
}

@media (min-width: 992px) {
	input:-ms-input-placeholder {
		font-size: 1.125rem;
	}
}

input::-ms-input-placeholder {
	font-size: 1rem;
}

@media (min-width: 768px) {
	input::-ms-input-placeholder {
		font-size: 1rem;
	}
}

@media (min-width: 992px) {
	input::-ms-input-placeholder {
		font-size: 1.125rem;
	}
}

input::-ms-input-placeholder, input::-moz-placeholder, input::-webkit-input-placeholder, input::placeholder {
	font-size: 1rem;
}

@media (min-width: 768px) {
	input::-ms-input-placeholder, input::-moz-placeholder, input::-webkit-input-placeholder, input::placeholder {
		font-size: 1rem;
	}
}

@media (min-width: 992px) {
	input::-ms-input-placeholder, input::-moz-placeholder, input::-webkit-input-placeholder, input::placeholder {
		font-size: 1.125rem;
	}
}

.custom-checkbox .custom-control-label {
	font-size: .625rem;
}

@media (min-width: 768px) {
	.custom-checkbox .custom-control-label {
		font-size: .875rem;
	}
}

@media (min-width: 992px) {
	.custom-checkbox .custom-control-label {
		font-size: 1.125rem;
	}
}

.custom-checkbox .custom-control-label:before {
	height: .875rem;
	top: 0;
	width: .875rem;
}

@media (min-width: 768px) {
	.custom-checkbox .custom-control-label:before {
		height: .875rem;
		top: .225rem;
		width: .875rem;
	}
}

@media (min-width: 992px) {
	.custom-checkbox .custom-control-label:before {
		height: 1.125rem;
		top: .35rem;
		width: 1.125rem;
	}
}

.custom-checkbox .custom-control-label:after {
	height: .875rem;
	top: 0;
	width: .875rem;
}

@media (min-width: 768px) {
	.custom-checkbox .custom-control-label:after {
		height: .875rem;
		top: .25rem;
		width: .875rem;
	}
}

@media (min-width: 992px) {
	.custom-checkbox .custom-control-label:after {
		height: 1.125rem;
		top: .35rem;
		width: 1.125rem;
	}
}

.cms-block-product-description-reviews {
	background: #f8f8f8;
	position: relative;
}

.ott-cbax-manufacturer-description .cms-block-container-row.row.cms-row, .ott-cbax-manufacturer-description .cms-block-container-row.cms-row.account-content, .ott-cbax-manufacturer-description .is-act-cartpage .checkout .cms-block-container-row.cms-row.checkout-container, .is-act-cartpage .checkout .ott-cbax-manufacturer-description .cms-block-container-row.cms-row.checkout-container, .ott-cbax-manufacturer-description .is-act-checkoutregisterpage .checkout .cms-block-container-row.cms-row.checkout-container, .is-act-checkoutregisterpage .checkout .ott-cbax-manufacturer-description .cms-block-container-row.cms-row.checkout-container, .ott-cbax-manufacturer-description .is-act-confirmpage .checkout .cms-block-container-row.cms-row.checkout-container, .is-act-confirmpage .checkout .ott-cbax-manufacturer-description .cms-block-container-row.cms-row.checkout-container, .ott-cbax-manufacturer-description .is-ctl-accountorder .checkout .cms-block-container-row.cms-row.checkout-container, .is-ctl-accountorder .checkout .ott-cbax-manufacturer-description .cms-block-container-row.cms-row.checkout-container, .ott-cbax-manufacturer-description .is-act-finishpage .checkout .cms-block-container-row.cms-row.checkout-container, .is-act-finishpage .checkout .ott-cbax-manufacturer-description .cms-block-container-row.cms-row.checkout-container {
	margin: 0;
}

.ott-cbax-manufacturer-description .col-md-6, .ott-cbax-manufacturer-description .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .ott-cbax-manufacturer-description .checkout-aside, .ott-cbax-manufacturer-description .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .ott-cbax-manufacturer-description .checkout-aside, .ott-cbax-manufacturer-description .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .ott-cbax-manufacturer-description .checkout-additional, .ott-cbax-manufacturer-description .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .ott-cbax-manufacturer-description .checkout-aside {
	text-align: center;
	width: 100% !important;
}

.ott-cbax-manufacturer-description .col-md-6:first-child, .ott-cbax-manufacturer-description .is-act-confirmpage .checkout .checkout-aside:first-child, .is-act-confirmpage .checkout .ott-cbax-manufacturer-description .checkout-aside:first-child, .ott-cbax-manufacturer-description .is-ctl-accountorder .checkout .checkout-aside:first-child, .is-ctl-accountorder .checkout .ott-cbax-manufacturer-description .checkout-aside:first-child, .ott-cbax-manufacturer-description .is-act-finishpage .checkout .checkout-additional:first-child, .is-act-finishpage .checkout .ott-cbax-manufacturer-description .checkout-additional:first-child, .ott-cbax-manufacturer-description .is-act-finishpage .checkout .checkout-aside:first-child, .is-act-finishpage .checkout .ott-cbax-manufacturer-description .checkout-aside:first-child {
	display: none;
	width: unset;
}

.ott-cbax-manufacturer-description .cms-element-text h2 {
	line-height: unset;
}

.cms-block-product-listing {
	overflow: visible;
}

.ott-elw-spacing {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

@media (min-width: 768px) {
	.ott-elw-spacing {
		padding-bottom: 3.5rem;
		padding-top: 3.5rem;
	}
}

@media (min-width: 992px) {
	.ott-elw-spacing {
		padding-bottom: 4.5rem;
		padding-top: 4.5rem;
	}
}

.ott-elw-small-spacing {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

@media (min-width: 768px) {
	.ott-elw-small-spacing {
		padding-bottom: 1.5rem;
		padding-top: 1.5rem;
	}
}

@media (min-width: 992px) {
	.ott-elw-small-spacing {
		padding-bottom: 2rem;
		padding-top: 2rem;
	}
}

.ott-elw-spacing-top {
	padding-top: 2.5rem;
}

@media (min-width: 768px) {
	.ott-elw-spacing-top {
		padding-top: 3.5rem;
	}
}

@media (min-width: 992px) {
	.ott-elw-spacing-top {
		padding-top: 4.5rem;
	}
}

.ott-elw-spacing-bottom {
	padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
	.ott-elw-spacing-bottom {
		padding-bottom: 3.5rem;
	}
}

@media (min-width: 992px) {
	.ott-elw-spacing-bottom {
		padding-bottom: 4.5rem;
	}
}

.ott-elw-spacing-reviews {
	overflow: visible;
	padding-bottom: 1.5rem;
	padding-top: 2.5rem;
}

@media (min-width: 768px) {
	.ott-elw-spacing-reviews {
		padding-bottom: 2.5rem;
		padding-top: 3.5rem;
	}
}

@media (min-width: 992px) {
	.ott-elw-spacing-reviews {
		padding-top: 4.5rem;
	}
}

.ott-elw-headline-topseller {
	padding-top: 3rem;
}

@media (min-width: 768px) {
	.ott-elw-headline-topseller {
		padding-top: 3.5rem;
	}
}

@media (min-width: 992px) {
	.ott-elw-headline-topseller {
		padding-top: 5.25rem;
	}
}

.netzp-blog6-list .filter-panel-wrapper-toggle {
	display: none;
}

.ott-elw-blog .cms-listing-row {
	margin: 0;
}

@media (min-width: 992px) {
	.ott-elw-blog .cms-listing-row {
		gap: 3rem 0;
		max-width: 100% !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
	}
}

.ott-elw-blog .cms-listing-row [class^="col"] {
	-ms-flex: unset;
	flex: unset;
	margin: unset !important;
	max-width: unset;
	padding: 0;
}

.ott-elw-blog .tns-controls, .ott-elw-blog .tns-nav {
	display: none;
}

.ott-elw-blog .blog-template.tns-transparent {
	display: none;
}

.OttBlogCard {
	font-family: "Poppins", sans-serif;
}

.OttBlogCard:hover {
	text-decoration: none;
}

.OttBlogCard__image {
	width: 100%;
}

.OttBlogCard__title {
	color: #393939;
	font-size: 19px;
	font-weight: 500;
	line-height: 25px;
	margin-top: .75rem;
	-ms-word-break: break-word;
	word-break: break-word;
}

@media (min-width: 992px) {
	.OttBlogCard__title {
		font-size: 24px;
		margin-top: 1.5rem;
	}
}

.OttBlogCard__redirect {
	color: #c39052;
	font-size: 14px;
	font-weight: 300;
	line-height: 15px;
	margin-top: .25rem;
}

@media (min-width: 992px) {
	.OttBlogCard__redirect {
		font-size: 18px;
	}
}

.OttBlogCard__redirect .icon {
	color: #c39052;
	height: 15px;
	margin-left: .5rem;
	width: 18px;
}

@media (min-width: 992px) {
	.OttBlogCard__redirect .icon {
		height: 21px;
		width: 21px;
	}
}

@media (min-width: 768px) {
	.is-manufacturer .ott-brands-overview-slider {
		padding-top: 1.25rem;
	}
}

@media (min-width: 992px) {
	.is-manufacturer .ott-brands-overview-slider {
		padding-bottom: 2rem;
	}
}

.is-manufacturer .ott-brands-overview-slider .OttCmsSlider__text-below {
	color: #393939;
	font-size: 1rem;
	font-weight: 500;
	margin-top: unset !important;
	padding-top: 10px;
}

@media (min-width: 768px) {
	.is-manufacturer .ott-brands-overview-slider .OttCmsSlider__text-below {
		font-size: 24px;
	}
}

.is-manufacturer .manufacturer-navigation {
	display: block;
}

.is-manufacturer .banner-link {
	color: #393939;
}

.is-manufacturer .banner-link:hover {
	text-decoration: none;
}

.is-manufacturer .banner-image-container {
	height: 160px;
}

.is-manufacturer .banner-caption {
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 500;
	text-align: left !important;
}

.is-manufacturer .manufacturer-navigation-panel .btn-secondary {
	background-color: #c39052;
	border-color: #c39052;
	text-overflow: unset;
}

.is-manufacturer .cms-element-cbax-manufacturers-listing .cms-element-manufacturer-listing-wrapper {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr;
}

@media (min-width: 576px) {
	.is-manufacturer .cms-element-cbax-manufacturers-listing .cms-element-manufacturer-listing-wrapper {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 992px) {
	.is-manufacturer .cms-element-cbax-manufacturers-listing .cms-element-manufacturer-listing-wrapper {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width: 1200px) {
	.is-manufacturer .cms-element-cbax-manufacturers-listing .cms-element-manufacturer-listing-wrapper {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

.is-manufacturer .cms-element-cbax-manufacturers-listing .manufacturer-group {
	border-bottom: 2px solid #e5e5e5;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.is-manufacturer .cms-element-cbax-manufacturers-listing .manufacturer-group {
		margin-bottom: 3.25rem;
		padding-bottom: 3rem;
	}
}

.is-manufacturer .cms-element-cbax-manufacturers-listing .manufacturer-group.hasFocus {
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 992px) {
	.is-manufacturer .cms-element-cbax-manufacturers-listing .manufacturer-group.hasFocus {
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.is-manufacturer .cms-element-cbax-manufacturers-listing .cms-listing-col {
	-ms-flex: unset !important;
	flex: unset !important;
	max-width: unset !important;
}

.is-manufacturer .cms-element-cbax-manufacturers-listing .cms-listing-col:not(:first-of-type) .manufacturer-box {
	margin-top: .5rem;
}

@media (min-width: 768px) {
	.is-manufacturer .cms-element-cbax-manufacturers-listing .cms-listing-col:not(:first-of-type) .manufacturer-box {
		margin-top: 1.5rem;
	}
}

.is-manufacturer .cms-element-cbax-manufacturers-listing .column-list {
	-ms-flex-line-pack: start;
	align-content: start;
}

.is-manufacturer .cms-element-cbax-manufacturers-listing .manufacturer-box {
	border: unset;
	line-height: 1;
	margin-bottom: 0;
}

.is-manufacturer .cms-element-cbax-manufacturers-listing .manufacturer-box .brand-box-text {
	display: none;
}

.is-manufacturer .cms-element-cbax-manufacturers-listing .card-body {
	padding: 0 10px;
}

.is-manufacturer .cms-element-cbax-manufacturers-listing .brand-box-title {
	margin-bottom: 0;
	text-align: left;
}

.ott-brand-listing-section .OttCmsSlider__image {
	height: 160px;
}

.ott-brand-listing-section .OttCmsSlider__text-below {
	color: #393939;
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 500;
	text-align: left !important;
}

.ott-cbax-manufacturer-description .cms-block-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1150px;
}

.ott-cbax-manufacturer-description .col-md-6, .ott-cbax-manufacturer-description .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .ott-cbax-manufacturer-description .checkout-aside, .ott-cbax-manufacturer-description .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .ott-cbax-manufacturer-description .checkout-aside, .ott-cbax-manufacturer-description .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .ott-cbax-manufacturer-description .checkout-additional, .ott-cbax-manufacturer-description .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .ott-cbax-manufacturer-description .checkout-aside {
	text-align: center;
	width: 100% !important;
}

.ott-cbax-manufacturer-description .col-md-6:first-child, .ott-cbax-manufacturer-description .is-act-confirmpage .checkout .checkout-aside:first-child, .is-act-confirmpage .checkout .ott-cbax-manufacturer-description .checkout-aside:first-child, .ott-cbax-manufacturer-description .is-ctl-accountorder .checkout .checkout-aside:first-child, .is-ctl-accountorder .checkout .ott-cbax-manufacturer-description .checkout-aside:first-child, .ott-cbax-manufacturer-description .is-act-finishpage .checkout .checkout-additional:first-child, .is-act-finishpage .checkout .ott-cbax-manufacturer-description .checkout-additional:first-child, .ott-cbax-manufacturer-description .is-act-finishpage .checkout .checkout-aside:first-child, .is-act-finishpage .checkout .ott-cbax-manufacturer-description .checkout-aside:first-child {
	display: none;
	width: unset;
}

.ott-cbax-manufacturer-description .cms-element-text {
	font-family: "Lora", serif;
}

.ott-cbax-manufacturer-description .cms-element-text h2 {
	font-size: 24px;
	line-height: unset;
}

@media (min-width: 992px) {
	.ott-cbax-manufacturer-description .cms-element-text h2 {
		font-size: 48px;
	}
}

.ott-cbax-manufacturer-description .cms-element-text div {
	font-size: 14px;
	line-height: 1.5;
}

@media (min-width: 992px) {
	.ott-cbax-manufacturer-description .cms-element-text div {
		font-size: 18px;
	}
}

.ott-cbax-manufacturer-description .flexible-hero-wrapper:not(.expanded):not(.no-collapse):after {
	background: linear-gradient(rgba(248, 248, 248, 0), #f8f8f8);
}

.ott-alphabetical-filter .manufacturer-navigation .manufacturer-navigation-panel {
	background-color: #fff;
	border: unset;
	border-bottom: 1px solid #e6e6e6;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.ott-alphabetical-filter .manufacturer-navigation .manufacturer-navigation-panel {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.ott-alphabetical-filter .manufacturer-navigation .btn-secondary {
	background-color: unset !important;
	border: unset !important;
	color: #393939;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
}

.ott-alphabetical-filter .manufacturer-navigation .btn-secondary:focus {
	box-shadow: unset;
}

.ott-brands-overview .manufacturer-group .column-main {
	-ms-flex: 0 0 16%;
	flex: 0 0 16%;
	min-height: 35px;
}

@media (min-width: 768px) {
	.ott-brands-overview .manufacturer-group .column-main {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
	}
}

.ott-brands-overview .manufacturer-group .brand_char {
	font-size: 40px !important;
	line-height: 37px;
}

@media (min-width: 768px) {
	.ott-brands-overview .manufacturer-group .brand_char {
		font-size: 48px !important;
	}
}

.ott-brands-overview .manufacturer-group .column-list.row, .ott-brands-overview .manufacturer-group .column-list.account-content, .ott-brands-overview .manufacturer-group .is-act-cartpage .checkout .column-list.checkout-container, .is-act-cartpage .checkout .ott-brands-overview .manufacturer-group .column-list.checkout-container, .ott-brands-overview .manufacturer-group .is-act-checkoutregisterpage .checkout .column-list.checkout-container, .is-act-checkoutregisterpage .checkout .ott-brands-overview .manufacturer-group .column-list.checkout-container, .ott-brands-overview .manufacturer-group .is-act-confirmpage .checkout .column-list.checkout-container, .is-act-confirmpage .checkout .ott-brands-overview .manufacturer-group .column-list.checkout-container, .ott-brands-overview .manufacturer-group .is-ctl-accountorder .checkout .column-list.checkout-container, .is-ctl-accountorder .checkout .ott-brands-overview .manufacturer-group .column-list.checkout-container, .ott-brands-overview .manufacturer-group .is-act-finishpage .checkout .column-list.checkout-container, .is-act-finishpage .checkout .ott-brands-overview .manufacturer-group .column-list.checkout-container {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	display: block;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	margin: unset;
	width: unset;
}

@media (min-width: 992px) {
	.ott-brands-overview .manufacturer-group .column-list.row, .ott-brands-overview .manufacturer-group .column-list.account-content, .ott-brands-overview .manufacturer-group .is-act-cartpage .checkout .column-list.checkout-container, .is-act-cartpage .checkout .ott-brands-overview .manufacturer-group .column-list.checkout-container, .ott-brands-overview .manufacturer-group .is-act-checkoutregisterpage .checkout .column-list.checkout-container, .is-act-checkoutregisterpage .checkout .ott-brands-overview .manufacturer-group .column-list.checkout-container, .ott-brands-overview .manufacturer-group .is-act-confirmpage .checkout .column-list.checkout-container, .is-act-confirmpage .checkout .ott-brands-overview .manufacturer-group .column-list.checkout-container, .ott-brands-overview .manufacturer-group .is-ctl-accountorder .checkout .column-list.checkout-container, .is-ctl-accountorder .checkout .ott-brands-overview .manufacturer-group .column-list.checkout-container, .ott-brands-overview .manufacturer-group .is-act-finishpage .checkout .column-list.checkout-container, .is-act-finishpage .checkout .ott-brands-overview .manufacturer-group .column-list.checkout-container {
		-moz-column-count: unset;
		-webkit-column-count: unset;
		column-count: unset;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

.ott-brands-overview .manufacturer-group .brand-box-title {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 300;
	height: unset;
	min-height: 20px;
}

@media (min-width: 768px) {
	.ott-brands-overview .manufacturer-group .brand-box-title {
		font-size: 18px;
	}
}

.ott-brands-overview .manufacturer-group .cms-listing-col {
	padding: 0;
}

.ott-brands-overview .manufacturer-group .card-body {
	padding: 0;
}

.ott-brand-presentation p {
	font-size: 18px;
}

.ott-manufacturer-no-products-banner {
	border: 1px solid #d4d4d4;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 4rem;
	max-width: 100%;
	padding: 20px 20px 0;
	position: relative;
}

@media (max-width: 767.98px) {
	.ott-manufacturer-no-products-banner {
		gap: 2rem;
	}
}

@media (min-width: 768px) {
	.ott-manufacturer-no-products-banner {
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 3.125rem;
		margin-bottom: 3rem;
		padding-left: 40px;
	}
}

.ott-manufacturer-no-products-banner__image {
	height: auto;
	margin: auto auto 0;
	max-width: 200px;
	object-fit: contain;
	width: 100%;
}

.ott-manufacturer-no-products-banner__text-wrapper {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.ott-manufacturer-no-products-banner__heading {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.ott-manufacturer-no-products-banner__heading {
		font-size: 18px;
	}
}

.ott-manufacturer-no-products-banner__content {
	font-size: 12px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.ott-manufacturer-no-products-banner__content {
		font-size: 1rem;
	}
}

.ott-manufacturer-no-products-banner__button {
	background-color: #e4e4e4;
	font-size: 12px;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.ott-manufacturer-no-products-banner__button {
		font-size: 1rem;
	}
}

.list-price-percentage {
	display: none;
}

.product-price-unit {
	height: auto;
}

.product-box {
	border: unset;
}

@media (min-width: 992px) {
	.product-box:hover {
		box-shadow: 0 0 23px -4px rgba(56, 56, 56, .19);
	}
}

.product-box .card-body {
	padding: unset;
}

@media (min-width: 768px) {
	.product-box .card-body {
		padding: 1rem;
	}
}

.product-name {
	line-height: 1.25;
	margin-bottom: 2px;
	margin-top: 15px;
}

@media (min-width: 768px) {
	.product-name {
		margin-top: 50px;
	}
}

.product-price {
	font-size: 11px;
}

@media screen and (min-width: 412px) {
	.product-price {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	.product-price {
		font-size: 24px;
	}
}

.product-price.with-list-price {
	color: #c39052;
}

.list-price-price {
	font-size: 11px;
}

@media screen and (min-width: 412px) {
	.list-price-price {
		font-size: 16px;
	}
}

.product-cheapest-price {
	margin-bottom: 0;
	min-height: unset;
}

.product-price-info {
	margin-top: unset;
}

.ott-list-price-percentage-wrapper {
	background-color: transparent !important;
	height: 17px;
	line-height: 17px;
	width: 35px;
}

@media (min-width: 576px) {
	.ott-list-price-percentage-wrapper {
		height: 32px;
		line-height: 32px;
		width: 62px;
	}
}

.ott-list-price-percentage {
	-ms-flex-align: center;
	align-items: center;
	background-color: #11445c;
	color: #fff;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 8px;
	font-weight: 400;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.ott-list-price-percentage.is-red {
	background-color: #c71f02;
}

@media (min-width: 576px) {
	.ott-list-price-percentage {
		font-size: .875rem;
	}
}

.ott-listing-product-available {
	color: #fff;
	font-size: 8px;
	font-weight: 400;
	height: 17px;
	line-height: 17px;
	max-height: 32px;
	width: 50px;
}

@media (min-width: 576px) {
	.ott-listing-product-available {
		font-size: .875rem;
		height: 32px;
		line-height: 32px;
		width: 91px;
	}
}

.ott-listing-product-available-inner {
	-ms-flex-align: center;
	align-items: center;
	background: #c39052;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.ott-listing-manufacturer-name {
	font-size: 10px;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.ott-listing-manufacturer-name {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

.ott-product-listing-teaser:hover .icon-arrow-right {
	-ms-transform: translateX(3px);
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.ott-product-listing-teaser-card {
	background: #f8f8f8;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.ott-product-listing-teaser-card-wrapper {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.ott-product-listing-teaser-svg {
	color: #c39052;
	margin: 25px 0;
}

.ott-product-listing-teaser-heading {
	font-weight: 500;
	margin: 10px 0;
	text-align: center;
}

.ott-product-listing-teaser-text {
	margin: 10px 0;
	max-width: 264px;
	text-align: center;
}

.ott-product-listing-teaser-link {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 10px 0;
	text-decoration: unset;
}

.ott-product-listing-teaser .icon-arrow-right {
	color: #c39052;
	display: none;
	margin-left: 10px;
}

@media (min-width: 576px) {
	.ott-product-listing-teaser .icon-arrow-right {
		display: block;
	}
}

.product-variant-characteristics {
	display: none;
}

.ott-product-listing-teaser-link {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 10px 0;
	text-decoration: unset;
}

.ott-product-listing-teaser-link .icon {
	height: 20px;
	position: relative;
	top: -5px;
	width: 20px;
}

.is-ctl-product .product-wishlist button, .cms-element-product-listing .product-wishlist button, .product-box .product-wishlist button {
	background-color: transparent;
	right: 1px;
	top: -4px;
}

@media (min-width: 992px) {
	.is-ctl-product .product-wishlist button, .cms-element-product-listing .product-wishlist button, .product-box .product-wishlist button {
		right: -8px;
		top: -14px;
	}
}

.is-ctl-product .product-wishlist button.product-wishlist-added .icon, .cms-element-product-listing .product-wishlist button.product-wishlist-added .icon, .product-box .product-wishlist button.product-wishlist-added .icon {
	color: #c39052;
}

.is-ctl-product .product-wishlist button:hover.product-wishlist-not-added .icon > svg path, .cms-element-product-listing .product-wishlist button:hover.product-wishlist-not-added .icon > svg path, .product-box .product-wishlist button:hover.product-wishlist-not-added .icon > svg path {
	fill: #c39052 !important;
	stroke: #c39052;
}

.is-ctl-product .product-wishlist .icon-wishlist, .cms-element-product-listing .product-wishlist .icon-wishlist, .product-box .product-wishlist .icon-wishlist {
	height: 24px;
	width: 24px;
}

.is-ctl-product .product-wishlist {
	margin-top: 0;
	right: 26px !important;
}

.product-wishlist-not-added .icon-wishlist-not-added {
	-webkit-animation: none;
	animation: none;
}

@-webkit-keyframes listingLoadingIndicatorSpin {
	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 listingLoadingIndicatorSpin {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.product-image-slider-controls-prev {
	left: 0;
}

.product-image-slider-controls-next {
	right: 0;
}

.product-image-slider-controls-prev, .product-image-slider-controls-next {
	background: transparent;
	border: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 50%;
	opacity: 1;
	width: 45px;
	z-index: 1;
}

@media (min-width: 1200px) {
	.product-image-slider-controls-prev, .product-image-slider-controls-next {
		opacity: 0;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
}

.product-image-slider-controls-prev *, .product-image-slider-controls-next * {
	pointer-events: none;
}

.product-image-slider-controls-prev:hover, .product-image-slider-controls-next:hover {
	background: transparent;
}

.product-image-slider-controls-prev .icon, .product-image-slider-controls-next .icon {
	color: #878787;
	display: none;
	height: 24px;
	position: absolute;
	width: 24px;
}

.product-image-slider-controls-prev .icon.icon-ott-arrow-solid, .product-image-slider-controls-next .icon.icon-ott-arrow-solid {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.product-image-slider-controls-prev .icon.icon-arrow-head-left, .product-image-slider-controls-next .icon.icon-arrow-head-left {
	left: 0;
}

.product-image-slider-controls-prev .icon.icon-arrow-head-right, .product-image-slider-controls-next .icon.icon-arrow-head-right {
	right: 0;
}

.product-image-slider-controls-prev .icon svg, .product-image-slider-controls-next .icon svg {
	top: unset;
}

@media (min-width: 1200px) {
	.product-box:hover .product-image-slider-controls-prev, .product-box:hover .product-image-slider-controls-next {
		opacity: 1;
	}
	
	.product-box:hover .icon.icon-arrow-head-left {
		left: 0;
	}
	
	.product-box:hover .icon.icon-arrow-head-right {
		right: 0;
	}
}

.is-ctl-search .product-image-slider:not(.ott-no-additional-images):not(.js-slider-initialized), .is-ctl-navigation .product-image-slider:not(.ott-no-additional-images):not(.js-slider-initialized), .is-act-getmanufacturer .product-image-slider:not(.ott-no-additional-images):not(.js-slider-initialized) {
	height: 70px;
	width: 70px;
}

.is-ctl-search .product-image-slider:not(.ott-no-additional-images):not(.js-slider-initialized):before, .is-ctl-navigation .product-image-slider:not(.ott-no-additional-images):not(.js-slider-initialized):before, .is-act-getmanufacturer .product-image-slider:not(.ott-no-additional-images):not(.js-slider-initialized):before {
	-webkit-animation: listingLoadingIndicatorSpin 2s linear infinite;
	animation: listingLoadingIndicatorSpin 2s linear infinite;
	border: 6px solid #f3f3f3;
	border-radius: 50%;
	border-top: 6px solid #c39052;
	content: "";
	display: block;
	height: 35px;
	margin: 0 auto;
	position: relative;
	top: 20px;
	width: 35px;
	z-index: 1;
}

.is-ctl-search .product-image-slider:not(.ott-no-additional-images):not(.js-slider-initialized) .product-image-slider-wrapper, .is-ctl-navigation .product-image-slider:not(.ott-no-additional-images):not(.js-slider-initialized) .product-image-slider-wrapper, .is-act-getmanufacturer .product-image-slider:not(.ott-no-additional-images):not(.js-slider-initialized) .product-image-slider-wrapper {
	display: none;
}

.ott-cms-el-categoryteaser-submenu-wrapper {
	border: unset;
}

@media (max-width: 767.98px) {
	.ott-cms-el-categoryteaser-submenu-wrapper .ott-cms-el-categoryteaser-submenu-header {
		margin: 0;
	}
}

.cms-block-categoryteaser .ott-cms-el-categoryteaser-header {
	display: none;
}

.ott-cms-el-categoryteaser .ott-cms-el-categoryteaser-item {
	margin-top: .75rem;
}

@media (min-width: 768px) {
	.ott-cms-el-categoryteaser .ott-cms-el-categoryteaser-item {
		margin-top: 1rem;
	}
}

.ott-cms-el-categoryteaser-submenu-col:hover {
	text-decoration: none;
}

.ott-cms-el-categoryteaser-submenu-listing-wrapper {
	-ms-flex-pack: center;
	justify-content: center;
}

.ott-cms-el-categoryteaser-submenu-listing-wrapper .ott-cms-el-categoryteaser-submenu-box {
	border: unset;
	box-shadow: unset;
}

.ott-cms-el-categoryteaser-submenu-listing-wrapper .ott-cms-el-categoryteaser-submenu-img {
	height: 160px;
}

.ott-cms-el-categoryteaser-submenu-listing-wrapper .ott-cms-el-categoryteaser-submenu-info {
	height: auto;
	-ms-flex-pack: left;
	justify-content: left;
}

.ott-cms-el-categoryteaser-submenu-listing-wrapper .ott-cms-el-categoryteaser-submenu-info span {
	font-size: 24px;
	margin: unset;
}

.one-column-collapse h2 {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
}

.one-column-collapse p {
	font-size: 14px;
}

.description-expand-btn {
	display: none;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1rem;
	width: 100%;
}

.description-expand-btn-text {
	color: #c39052;
	font-size: 18px;
	margin-right: 12px;
}

.description-expand-btn .icon {
	color: #c39052;
	height: 16px;
	width: 16px;
}

.description-expand-btn .icon:hover {
	cursor: pointer;
}

.description-expand-btn .icon-arrow-head-down, .description-expand-btn .icon-arrow-head-up {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 25px;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.flexible-hero-wrapper {
	max-height: 200px;
	overflow: hidden;
	position: relative;
}

.flexible-hero-wrapper.expanded, .flexible-hero-wrapper.no-collapse {
	max-height: 5000px;
}

.flexible-hero-wrapper ~ .description-expand-btn {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flexible-hero-wrapper.no-collapse ~ .description-expand-btn {
	display: none;
}

.flexible-hero-wrapper:not(.expanded):not(.no-collapse):after {
	background: linear-gradient(rgba(255, 255, 255, 0), #fff);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

@media (min-width: 992px) {
	.flexible-hero-wrapper {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.flexible-hero {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.flexible-hero.left-side {
		padding-right: 20px;
	}
	
	.flexible-hero.right-side {
		padding-left: 20px;
	}
}

.ott-category-listing-heading .cms-block-container {
	padding: 2px 20px;
}

.ott-category-listing-heading .cms-element-text {
	font-family: "Lora", serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 44px;
	text-align: center;
}

@media (min-width: 768px) {
	.ott-category-listing-heading .cms-element-text {
		font-size: 48px;
		line-height: 72px;
	}
}

.ott-category-listing-heading .col-12 {
	padding: unset;
}

.ott-listing-section .cms-section-default {
	position: relative;
}

.ott-listing-section .cms-listing-col:nth-child(even) {
	padding-left: 4px;
	padding-right: 15px;
}

.ott-listing-section .cms-listing-col:nth-child(odd) {
	padding-left: 15px;
	padding-right: 4px;
}

@media (min-width: 768px) {
	.ott-listing-section .cms-listing-col:nth-child(even) {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.ott-listing-section .cms-listing-col:nth-child(odd) {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 992px) {
	.ott-listing-section .cms-listing-col .alert {
		margin-top: 5rem;
	}
}

.ott-listing-section .cms-block-sidebar-filter {
	left: 0;
	position: absolute;
	width: 50%;
	z-index: 16;
}

@media (min-width: 768px) {
	.ott-listing-section .cms-block-sidebar-filter {
		width: calc(100% - 225px);
	}
}

.ott-listing-section .filter-panel-item {
	margin-bottom: unset;
}

.ott-listing-section .filter-panel-item-toggle.btn {
	border: unset;
	color: #393939 !important;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.ott-listing-section .filter-panel-item-toggle.btn:focus {
	box-shadow: unset;
}

.ott-listing-section .icon-xs {
	height: 12px;
	width: 10px;
}

.ott-listing-section .icon-filter-panel-item-toggle {
	color: #393939 !important;
	margin-left: 4px;
	position: relative;
	top: -1px;
}

.ott-listing-section .icon-filter-panel-item-toggle svg {
	color: #393939 !important;
	top: 2px;
}

.ott-listing-section .filter-panel-wrapper-toggle {
	border: unset;
	max-height: 42px;
	padding-left: 15px;
	text-align: left;
}

.ott-listing-section .cms-element-sidebar-filter {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-right: 20px;
}

@media (min-width: 768px) {
	.ott-listing-section .cms-element-sidebar-filter {
		border: unset;
		display: block;
		-ms-flex-pack: unset;
		justify-content: unset;
		margin-right: unset;
		max-width: 260px;
	}
}

@media (min-width: 992px) {
	.ott-listing-section .cms-element-sidebar-filter {
		max-width: unset;
	}
}

.ott-listing-section .cms-element-product-listing-actions {
	border-bottom: 1px solid #f4f4f4;
	border-top: 1px solid #f4f4f4;
	display: none;
	margin-bottom: 40px;
	padding-bottom: 6px;
	padding-top: 6px;
}

@media (min-width: 992px) {
	.ott-listing-section .cms-element-product-listing-actions {
		display: block;
	}
}

@media (min-width: 1200px) {
	.ott-listing-section .cms-element-product-listing-actions {
		margin-bottom: 75px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1419px) {
	.ott-listing-section .cms-element-product-listing-actions {
		padding-right: 20px;
	}
}

.ott-listing-section .cms-element-product-listing-actions .col-md-auto {
	width: auto;
}

.ott-listing-section .cms-element-product-listing-actions .col-lg-10 {
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	max-width: 100%;
	padding: 0;
	width: 100%;
}

.ott-listing-section .cms-element-product-listing-actions .sorting {
	border: unset;
	height: 40px;
	margin: unset;
	text-align: right;
}

.ott-listing-section .cms-element-product-listing-actions .sorting:hover {
	color: #393939 !important;
}

.ott-listing-section .cms-element-product-listing-actions .sorting:focus {
	box-shadow: unset;
}

.ott-listing-section .cms-element-product-listing-actions .sorting .OttCustomSelect__opener {
	border: 0;
	padding: 7px 0;
}

.ott-listing-section .cms-element-product-listing-actions .sorting .OttCustomSelect__panel-inner {
	border: 0;
}

.ott-elw-homepage-banner .modules-container .inner-cms-element-container {
	padding-top: 4rem;
}

.ott-elw-homepage-banner .modules-container.ott-design-4 .buttonTextContainer .buttonTextBackground .ott-cms-button-container {
	margin-top: 1rem;
	text-align: center;
}

@media (min-width: 768px) {
	.ott-elw-homepage-banner .modules-container.ott-design-4 .buttonTextContainer .buttonTextBackground .ott-cms-button-container {
		margin: 0;
		text-align: left !important;
	}
}

.ott-elw-homepage-banner .modules-container.ott-design-4 .modules-heading .modules-heading-text span, .ott-elw-homepage-banner .modules-container.ott-design-4 .modules-heading .modules-heading-text h1 {
	background: none;
	background-color: rgba(255, 255, 255, .5);
	color: #393939;
	font-family: "Lora", serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 45px;
	text-align: center;
}

@media (min-width: 768px) {
	.ott-elw-homepage-banner .modules-container.ott-design-4 .modules-heading .modules-heading-text span, .ott-elw-homepage-banner .modules-container.ott-design-4 .modules-heading .modules-heading-text h1 {
		background-color: rgba(255, 255, 255, .5);
		color: #393939;
		display: inline;
		font-size: 72px;
		line-height: 92px;
		padding-left: 0;
		padding-top: 0;
		text-align: left;
	}
}

.ott-elw-homepage-banner .modules-container.ott-design-4 .buttonTextContainer .modules-text {
	display: none;
}

@media (min-width: 768px) {
	.ott-elw-homepage-banner .modules-container.ott-design-4 .buttonTextContainer .modules-text {
		display: block;
		padding-bottom: 3rem;
	}
}

.ott-elw-homepage-banner .modules-container.ott-design-4 .buttonTextContainer .modules-text .modules-text-styling {
	background-color: #fff;
	display: inline-block;
	margin-left: 0;
	max-width: unset;
	position: relative;
}

.ott-elw-homepage-banner .modules-container.ott-design-4 .buttonTextContainer .modules-text .modules-text-styling span {
	background-color: unset;
	box-shadow: unset;
	color: #393939;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
}

.ott-elw-homepage-banner .modules-container.ott-design-4 .buttonTextContainer .modules-text .modules-text-styling div {
	min-width: 775px;
}

.ott-elw-homepage-banner .modules-container.ott-design-4 .buttonTextContainer .buttonTextBackground .banner-link {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 40px;
	margin-top: 15px;
	padding: 1px 32px;
}

@media (min-width: 768px) {
	.ott-elw-homepage-banner .modules-container.ott-design-4 .buttonTextContainer .buttonTextBackground .banner-link {
		font-size: 18px;
		margin: 0;
		padding: 8px 47px;
	}
}

@media (min-width: 768px) {
	.ott-elw-manufacturer-slider {
		min-height: 245px;
	}
}

.ott-elw-manufacturer-slider .OttCmsSlider__container {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.ott-elw-manufacturer-slider .OttCmsSlider__slide-container {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-inline-flexbox !important;
	display: -webkit-inline-flex !important;
	display: inline-flex !important;
	-ms-flex-pack: center;
	justify-content: center;
}

.ott-elw-manufacturer-slider .OttCmsSlider__slide-inner {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

.ott-elw-manufacturer-slider .OttCmsSlider__image-wrapper {
	text-align: center;
}

.ott-elw-manufacturer-slider .OttCmsSlider__image {
	max-width: 100px;
}

.ott-product-listing-teaser-card .icon-leaf {
	height: auto;
	width: auto;
}

.ott-product-listing-teaser-card .icon-leaf > svg path {
	fill: none;
}

.ott-product-listing-teaser-card .icon-leaf path {
	color: #c39052;
}

.ott-product-listing-teaser-card .icon-location {
	height: auto;
	width: auto;
}

.ott-product-listing-teaser-card .icon-location > svg path {
	fill: none;
}

.ott-product-listing-teaser-card .icon-location path {
	color: #c39052;
}

.product-slider {
	margin: 0 auto;
	max-width: 1316px;
	overflow: visible;
	padding-left: 50px;
	padding-right: 50px;
}

@media screen and (min-width: 1380px) {
	.product-slider {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.product-slider.has-nav {
	padding-left: 20px;
	padding-right: 20px;
}

.cms-element-product-slider .col-12 {
	padding: 0;
}

.cms-element-product-slider .tns-outer {
	overflow: hidden;
}

.cms-element-product-slider .tns-inner {
	padding: 20px 20px 0;
}

.cms-element-product-slider .tns-inner .product-image-slider .tns-inner {
	padding: 0;
}

.cms-element-product-slider .cms-element-title {
	left: -50px;
	position: relative;
}

@media screen and (min-width: 1380px) {
	.cms-element-product-slider .cms-element-title {
		left: -42px;
	}
}

.product-slider-controls-prev, .product-slider-controls-next {
	opacity: 1;
}

.product-slider-controls-prev .icon, .product-slider-controls-next .icon {
	color: #798490;
}

.product-slider-controls-prev:hover .icon, .product-slider-controls-next:hover .icon {
	color: #4a545b;
}

.product-slider-controls-prev {
	left: -3px;
}

@media (min-width: 768px) {
	.product-slider-controls-prev {
		left: 0;
	}
}

@media screen and (min-width: 1380px) {
	.product-slider-controls-prev {
		left: -22px;
	}
}

.product-slider-controls-next {
	right: -3px;
}

@media (min-width: 768px) {
	.product-slider-controls-next {
		right: 0;
	}
}

@media screen and (min-width: 1380px) {
	.product-slider-controls-next {
		right: -22px;
	}
}

@media (min-width: 992px) {
	.product-slider-container {
		padding-bottom: 15px;
	}
}

.cms-element-text h2 {
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.cms-element-text h2 {
		margin-bottom: 2.5rem;
	}
}

@media (min-width: 992px) {
	.cms-element-text h2 {
		margin-bottom: 2.75rem;
	}
}

@media (min-width: 992px) {
	.cms-element-buy-box {
		position: -webkit-sticky;
		position: sticky;
		top: 10.5rem;
	}
}

.cms-element-product-description-reviews {
	padding-bottom: 3rem;
}

.ott-elw-pdp-usp {
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.ott-elw-pdp-usp .usp-container .usp-mobile-gap:nth-child(-n+2) {
		margin: 0 !important;
	}
}

.ott-elw-pdp-usp .usp-container .usp-item .usp-image-container .usp-image {
	height: 18px;
	width: 18px;
}

@media (min-width: 768px) {
	.ott-elw-pdp-usp .usp-container .usp-item .usp-image-container .usp-image {
		height: 32px;
		width: 35px;
	}
}

.ott-elw-pdp-usp .usp-container .usp-item .usp-text {
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
	max-width: 100%;
	text-align: center;
	width: 196px;
}

@media (min-width: 768px) {
	.ott-elw-pdp-usp .usp-container .usp-item .usp-text {
		font-size: 18px;
		line-height: 24px;
		margin-top: 14px;
	}
}

.cms-element-text h2 {
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.cms-element-text h2 {
		margin-bottom: 2.5rem;
	}
}

@media (max-width: 767.98px) {
	.ott-elw-contact-info-headline h2 {
		font-weight: 700;
	}
}

.is-ctl-navigation.is-act-home [id="filter-panel-wrapper"] {
	display: none;
}

.filter-panel-active-container {
	display: none;
}

@media screen and (min-width: 992px) and (max-width: 1419px) {
	#filter-panel-wrapper {
		padding-left: 10px;
	}
}

@media (max-width: 767.98px) {
	.ott-elw-product-slider-with-banner .product-slider.has-nav {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.ott-elw-product-slider-with-banner .ott-slider-banner-element .card-body {
	background: #f8f8f8;
	padding: 0;
}

@media (min-width: 768px) {
	.ott-elw-product-slider-with-banner .ott-slider-banner-element .card-body {
		padding-bottom: 1rem;
	}
}

.ott-elw-product-slider-with-banner .ott-slider-banner-element .product-image-wrapper {
	background: #f8f8f8;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
}

.ott-elw-product-slider-with-banner .ott-slider-banner-element .product-image-wrapper:hover {
	text-decoration: none;
}

.ott-elw-product-slider-with-banner .ott-slider-banner-element img {
	height: 249px;
	object-fit: cover;
	object-position: top;
	width: 100%;
}

@media (min-width: 576px) {
	.ott-elw-product-slider-with-banner .ott-slider-banner-element img {
		height: 279px;
	}
}

@media (min-width: 768px) {
	.ott-elw-product-slider-with-banner .ott-slider-banner-element img {
		height: 295px;
	}
}

.ott-elw-product-slider-with-banner .ott-slider-banner-element .product-info {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 103px;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 119px;
	padding-top: 15px;
}

@media (min-width: 576px) {
	.ott-elw-product-slider-with-banner .ott-slider-banner-element .product-info {
		-ms-flex-align: center;
		align-items: center;
		height: 120px;
	}
}

@media (min-width: 768px) {
	.ott-elw-product-slider-with-banner .ott-slider-banner-element .product-info {
		height: 170px;
	}
}

@media (min-width: 992px) {
	.ott-elw-product-slider-with-banner .ott-slider-banner-element .product-info {
		-ms-flex-align: unset;
		align-items: unset;
		height: 168px;
	}
}

.ott-elw-product-slider-with-banner .ott-slider-banner-element .product-info:hover .icon-arrow-right {
	-ms-transform: translateX(3px);
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.ott-elw-product-slider-with-banner .ott-slider-banner-element .ott-info-wrapper {
	margin-left: 20px;
	padding-right: 10px;
}

@media (min-width: 992px) {
	.ott-elw-product-slider-with-banner .ott-slider-banner-element .ott-info-wrapper {
		margin-left: 40px;
	}
}

.ott-elw-product-slider-with-banner .ott-slider-banner-element .product-description {
	color: #393939;
	font-size: 16px;
	font-weight: 500;
	height: unset;
	line-height: 17px;
	margin-top: 0;
	max-width: 300px;
	text-decoration: none;
}

@media (min-width: 992px) {
	.ott-elw-product-slider-with-banner .ott-slider-banner-element .product-description {
		font-size: 24px;
		line-height: 25px;
		max-width: 300px;
	}
}

.ott-elw-product-slider-with-banner .ott-slider-banner-element .ott-product-listing-teaser-link:hover {
	text-decoration: unset;
}

.ott-elw-product-slider-with-banner .ott-slider-banner-element .ott-slider-banner-element-link-text {
	color: #c39052;
	font-size: 16px;
	font-weight: 300;
}

.ott-elw-product-slider-with-banner .ott-slider-banner-element .icon-arrow-right {
	color: #c39052;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: 10px;
	top: unset;
	width: clamp(14px, 1.5vw, 20px);
}

.ott-elw-product-slider-with-banner .ott-slider-banner-element .icon-arrow-right svg {
	top: unset;
}

.ott-elw-headline-line-through h3 {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	line-height: 21px;
	position: relative;
}

@media (min-width: 768px) {
	.ott-elw-headline-line-through h3 {
		font-size: 20px;
		line-height: 23px;
	}
}

@media (min-width: 992px) {
	.ott-elw-headline-line-through h3 {
		font-size: 24px;
		line-height: 30px;
	}
}

.ott-elw-headline-line-through h3:after {
	background: #393939;
	content: "";
	height: 1px;
	margin-left: 1.5rem;
	position: absolute;
	top: 50%;
	width: 100%;
}

@media (min-width: 768px) {
	.ott-elw-subheadline-spacing-bottom-small {
		padding-bottom: 1rem;
	}
}

@media (min-width: 992px) {
	.ott-elw-subheadline-spacing-bottom-small {
		padding-bottom: 2.5rem;
	}
}

.ott-elw-subheadline-spacing-bottom {
	padding-bottom: 1rem;
}

@media (min-width: 768px) {
	.ott-elw-subheadline-spacing-bottom {
		padding-bottom: 2rem;
	}
}

@media (min-width: 992px) {
	.ott-elw-subheadline-spacing-bottom {
		padding-bottom: 3rem;
	}
}

@media (min-width: 1200px) {
	.ott-elw-subheadline-spacing-bottom {
		padding-bottom: 4rem;
	}
}

@media (max-width: 575.98px) {
	.ott-elw-about-us-banner .modules-container.ott-design-4 {
		background-position: 67% 0;
	}
}

.ott-elw-about-us-banner .modules-container.ott-design-4 .modules-heading .modules-heading-text .modules-heading-span-text {
	background: rgba(255, 255, 255, .8);
	color: #393939;
	font: normal normal normal 30px/35px Lora;
	font-size: 33px;
	font-weight: 400;
	padding: 5px;
	position: relative;
	text-align: center;
}

@media (min-width: 576px) {
	.ott-elw-about-us-banner .modules-container.ott-design-4 .modules-heading .modules-heading-text .modules-heading-span-text {
		background-color: inherit;
		padding: 0;
		text-align: left;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.ott-elw-about-us-banner .modules-container.ott-design-4 .modules-heading .modules-heading-text .modules-heading-span-text {
		font-size: 60px;
		line-height: 60px;
	}
}

@media (min-width: 992px) {
	.ott-elw-about-us-banner .modules-container.ott-design-4 .modules-heading .modules-heading-text .modules-heading-span-text {
		background-color: inherit;
		font: normal normal normal 72px/85px Lora;
	}
}

.ott-elw-about-us-banner .modules-container.ott-design-4 .buttonTextContainer .buttonTextBackground {
	background: rgba(255, 255, 255, .8);
}

@media (min-width: 576px) {
	.ott-elw-about-us-banner .modules-container.ott-design-4 .buttonTextContainer .buttonTextBackground {
		background: inherit;
	}
}

.ott-elw-about-us-banner .modules-container.ott-design-4 .buttonTextContainer .modules-text {
	padding: 8px;
}

@media (min-width: 576px) {
	.ott-elw-about-us-banner .modules-container.ott-design-4 .buttonTextContainer .modules-text {
		padding: 0;
	}
}

.ott-elw-about-us-banner .modules-container.ott-design-4 .buttonTextContainer .modules-text .modules-text-styling {
	display: block;
	font-size: 17px;
	font-weight: 400;
	line-height: 21px;
	margin-left: 0;
	max-width: 730px;
	padding: 0;
}

.ott-elw-about-us-banner .modules-container.ott-design-4 .buttonTextContainer .modules-text .modules-text-styling span {
	background-color: inherit;
	box-shadow: inherit;
	color: #393939;
	font-family: "Poppins", sans-serif;
}

@media (min-width: 768px) {
	.ott-elw-about-us-banner .modules-container.ott-design-4 .buttonTextContainer .modules-text .modules-text-styling span {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (min-width: 992px) {
	.ott-elw-about-us-banner .modules-container.ott-design-4 .buttonTextContainer .modules-text .modules-text-styling span {
		font-size: 18px;
		line-height: 27px;
	}
}

.ott-elw-about-us-text {
	padding-bottom: 3rem;
	padding-top: 3rem;
}

@media (min-width: 768px) {
	.ott-elw-about-us-text {
		padding-bottom: 4rem;
		padding-top: 4rem;
	}
}

@media (min-width: 992px) {
	.ott-elw-about-us-text {
		padding-bottom: 5rem;
		padding-top: 5rem;
	}
}

@media (max-width: 767.98px) {
	.ott-elw-about-us-text .ott-about-us-header-text {
		font-size: 19px;
	}
}

@media (min-width: 576px) and (max-width: 991.98px) {
	.ott-elw-about-us-text .ott-about-us-header-text {
		font-size: 35px;
	}
}

@media (max-width: 1199.98px) {
	.ott-elw-about-us-text .ott-about-us-header-text {
		line-height: inherit;
	}
}

.ott-elw-about-us-text .ott-about-us-description-text {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 0 !important;
	padding: 0 175px;
}

@media (min-width: 576px) {
	.ott-elw-about-us-text .ott-about-us-description-text {
		font-size: 18px;
	}
}

@media (max-width: 1199.98px) {
	.ott-elw-about-us-text .ott-about-us-description-text {
		padding: 0;
	}
}

.ott-elw-about-us-slider {
	overflow: inherit;
	padding: 20px 27px 0;
}

@media (min-width: 1200px) {
	.ott-elw-about-us-slider {
		padding-left: 57px;
		padding-right: 57px;
	}
}

@media (min-width: 576px) {
	.ott-elw-about-us-slider .cover {
		height: 363px !important;
	}
}

.ott-elw-about-us-slider .blog-slider-controls-container .product-slider-controls-prev {
	left: -12px;
}

@media (min-width: 1200px) {
	.ott-elw-about-us-slider .blog-slider-controls-container .product-slider-controls-prev {
		left: -40px;
	}
}

.ott-elw-about-us-slider .blog-slider-controls-container .product-slider-controls-next {
	right: -12px;
}

@media (min-width: 1200px) {
	.ott-elw-about-us-slider .blog-slider-controls-container .product-slider-controls-next {
		right: -40px;
	}
}

.ott-elw-about-us-slider .OttBlogCard:hover .icon-arrow-right {
	-ms-transform: translateX(3px);
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.ott-elw-about-us-image .cms-image {
	height: 100%;
	width: 100%;
}

@media (min-width: 992px) {
	.ott-elw-about-us-image .cms-image {
		height: 786px;
		margin: auto;
		width: 1178px;
	}
}

.ott-manufacturer-three-boxes {
	gap: 2rem;
	width: 100%;
}

@media (min-width: 768px) {
	.ott-manufacturer-three-boxes {
		gap: 1rem;
	}
}

@media (min-width: 992px) {
	.ott-manufacturer-three-boxes {
		gap: 2rem;
	}
}

.ott-elw-search-element .ott-elw-search-element-headline {
	font-size: 18px;
	font-weight: 700;
}

@media (max-width: 575.98px) {
	.ott-elw-search-element .ott-elw-search-element-headline {
		line-height: 22px;
	}
}

@media (min-width: 768px) {
	.ott-elw-search-element .ott-elw-search-element-headline {
		font-size: 20px;
		line-height: 24px;
	}
}

@media (max-width: 767.98px) {
	.ott-elw-search-element .cms-block-container-row {
		gap: 1.5rem;
	}
}

@media (max-width: 767.98px) {
	.ott-elw-search-element .col-md-6:first-of-type, .ott-elw-search-element .is-act-confirmpage .checkout .checkout-aside:first-of-type, .is-act-confirmpage .checkout .ott-elw-search-element .checkout-aside:first-of-type, .ott-elw-search-element .is-ctl-accountorder .checkout .checkout-aside:first-of-type, .is-ctl-accountorder .checkout .ott-elw-search-element .checkout-aside:first-of-type, .ott-elw-search-element .is-act-finishpage .checkout .checkout-additional:first-of-type, .is-act-finishpage .checkout .ott-elw-search-element .checkout-additional:first-of-type, .ott-elw-search-element .is-act-finishpage .checkout .checkout-aside:first-of-type, .is-act-finishpage .checkout .ott-elw-search-element .checkout-aside:first-of-type {
		-ms-flex-order: 2;
		order: 2;
	}
}

.ott-elw-search-element .cms-image {
	width: 100%;
}

.ott-elw-wohnraeume-first .modules-heading-span-text, .ott-elw-wohnraeume-second .modules-heading-span-text {
	text-shadow: 0 2px 10px #000;
}

@media (max-width: 991.98px) {
	.ott-elw-wohnraeume-first .col-lg-4, .ott-elw-wohnraeume-first .is-act-cartpage .checkout .checkout-aside, .is-act-cartpage .checkout .ott-elw-wohnraeume-first .checkout-aside, .ott-elw-wohnraeume-first .is-act-confirmpage .checkout .checkout-additional, .is-act-confirmpage .checkout .ott-elw-wohnraeume-first .checkout-additional, .ott-elw-wohnraeume-first .is-ctl-accountorder .checkout .checkout-additional, .is-ctl-accountorder .checkout .ott-elw-wohnraeume-first .checkout-additional, .ott-elw-wohnraeume-first .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .ott-elw-wohnraeume-first .checkout-aside, .ott-elw-wohnraeume-first .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .ott-elw-wohnraeume-first .checkout-aside, .ott-elw-wohnraeume-first .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .ott-elw-wohnraeume-first .checkout-additional, .ott-elw-wohnraeume-first .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .ott-elw-wohnraeume-first .checkout-aside {
		padding-bottom: 40px;
	}
}

@media (max-width: 991.98px) {
	.ott-elw-wohnraeume-second .col-lg-8, .ott-elw-wohnraeume-second .is-act-cartpage .checkout .checkout-main, .is-act-cartpage .checkout .ott-elw-wohnraeume-second .checkout-main, .ott-elw-wohnraeume-second .is-act-checkoutregisterpage .checkout .checkout-main, .is-act-checkoutregisterpage .checkout .ott-elw-wohnraeume-second .checkout-main, .ott-elw-wohnraeume-second .is-act-confirmpage .checkout .checkout-main, .is-act-confirmpage .checkout .ott-elw-wohnraeume-second .checkout-main, .ott-elw-wohnraeume-second .is-ctl-accountorder .checkout .checkout-main, .is-ctl-accountorder .checkout .ott-elw-wohnraeume-second .checkout-main, .ott-elw-wohnraeume-second .is-act-finishpage .checkout .checkout-main, .is-act-finishpage .checkout .ott-elw-wohnraeume-second .checkout-main {
		padding-bottom: 40px;
	}
}

.is-act-getmanufacturer .filter-panel-sorting, .is-act-getmanufacturer .filter-multi-select-manufacturer {
	display: none;
}

.is-act-getmanufacturer .icon-filter-panel-item-toggle {
	color: #393939 !important;
	margin-left: 4px;
	position: relative;
	top: -1px;
}

.is-act-getmanufacturer .icon-filter-panel-item-toggle.icon-xs {
	height: 12px;
	width: 10px;
}

.is-act-getmanufacturer .icon-filter-panel-item-toggle svg {
	color: #393939 !important;
	top: 2px;
}

.ott-elw-manufacturer-listing .cms-element-product-listing-actions {
	display: none;
}

@media (min-width: 992px) {
	.filter-panel-item-toggle ~ .ott-filter-search {
		display: none;
	}
}

@media (min-width: 1200px) {
	.ott-design-4 .modules-heading-span-text {
		display: block !important;
		max-width: 965px;
		width: 965px;
	}
}

.ott-cms-button-container {
	text-align: left !important;
}

@media (min-width: 768px) {
	.ott-cms-button-container {
		min-width: 220px;
		width: 220px;
	}
}

@media (min-width: 768px) {
	.ott-cms-button-container .banner-link {
		min-width: 225px;
		width: 225px;
	}
}

.ott-module-kitchen a {
	color: #fff !important;
}

.ott-module-kitchen a:hover, .ott-module-kitchen a:active, .ott-module-kitchen a:focus {
	color: #fff !important;
}

.ott-module-kitchen .module-modules-heading h2 {
	margin-top: 1rem;
	font-weight: 700;
	line-height: 33px;
	font-size: 25px;
	margin-bottom: 14px;
}

.ott-module-kitchen .modules-text {
	margin-bottom: .5rem;
}

.ott-module-kitchen .modules-text * {
	font-size: 16px !important;
}

@media (min-width: 992px) {
	.ott-module-kitchen .modules-text * {
		font-size: 17px !important;
	}
}

[data-ott-countdown] {
	font-size: 28px;
	font-weight: 700;
	padding-top: 3rem;
}

@media (min-width: 768px) {
	[data-ott-countdown] {
		font-size: 40px;
	}
}

.ott-elw-banner-has-countdown .modules-container.ott-design-4 .modules-heading-span-text {
	width: 100%;
}

@media (min-width: 1200px) {
	.ott-elw-banner-has-countdown .modules-container.ott-design-4 .modules-heading-span-text {
		max-width: 100%;
	}
}

.ott-elw-banner-has-countdown .modules-container.ott-design-4 .buttonTextContainer .modules-text {
	background: #fff;
}

.ott-elw-banner-has-countdown .modules-container.ott-design-4 .buttonTextContainer .modules-text .modules-text-styling {
	margin-left: 0;
	max-width: 100%;
	padding: 10px 15px;
}

.ott-elw-banner-has-countdown .modules-container.ott-design-4 .buttonTextContainer .modules-text .modules-text-styling span {
	box-decoration-break: unset;
	background-color: unset;
	box-shadow: unset;
}

.ott-elw-facts .module-fact-underline {
	background: #175e80;
}

.ott-elw-facts .module-fact-highlighted-text {
	font-family: "Lora", serif;
}

.ott-elw-facts .module-fact-regular-text {
	font-family: "Poppins", sans-serif;
}

.modules-container.right-side-type-list .action-container {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.modules-container.right-side-type-list .modules-list-container {
	font-size: 18px;
}

.modules-container.right-side-type-list .modules-list-item {
	min-height: 28px;
}

@media (min-width: 768px) {
	.modules-container.right-side-type-list .modules-list-item {
		min-height: 38px;
	}
}

.modules-container.right-side-type-list .modules-list-text-wrapper {
	font-weight: 300;
}

.modules-container.right-side-type-list .modules-list-icon-wrapper {
	margin-right: 2rem !important;
}

.ott-elw-top-categories .inner-cms-element-container, .ott-elw-top-categories .modules-text, .ott-elw-top-categories .ott-cms-button-container {
	text-align: left !important;
}

.ott-elw-top-categories .inner-cms-element-container {
	height: 100%;
	padding-left: 1rem !important;
	padding-top: 1rem !important;
}

@media (min-width: 768px) {
	.ott-elw-top-categories .inner-cms-element-container {
		height: auto;
		padding-left: 2.5rem !important;
		padding-top: 2.5rem !important;
	}
}

.ott-elw-top-categories .modules-heading {
	color: #c39052;
	font-family: "Poppins", sans-serif;
	font-size: 10px !important;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 19px !important;
	margin-top: 0;
	text-align: inherit;
}

@media (min-width: 576px) {
	.ott-elw-top-categories .modules-heading {
		font-size: 16px !important;
		line-height: 35px !important;
	}
}

@media (min-width: 768px) {
	.ott-elw-top-categories .modules-heading {
		font-size: 16px !important;
	}
}

.ott-elw-top-categories .modules-text {
	color: #393939;
	font-family: "Poppins", sans-serif;
	font-size: 15px !important;
	font-weight: 500;
}

@media (max-width: 767.98px) {
	.ott-elw-top-categories .modules-text {
		font-weight: 700;
	}
}

@media (min-width: 576px) {
	.ott-elw-top-categories .modules-text {
		font-size: 24px !important;
	}
}

.ott-elw-top-categories .banner-link {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 300;
	padding-left: 2rem;
	padding-right: 2rem;
}

.OttCmsSliderTestimonial__circle.is-tertiary {
	background: #176d96;
}

.OttCmsSliderTestimonial__customer {
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.OttCmsSliderTestimonial__customer {
		margin-bottom: 2rem;
	}
}

.cms-block-categoryteaser {
	margin: auto;
	width: 100%;
}

@media (min-width: 992px) {
	.cms-block-categoryteaser {
		width: 90%;
	}
}

@media (min-width: 1200px) {
	.cms-block-categoryteaser {
		width: 70%;
	}
}

@media (min-width: 576px) {
	.cms-block-categoryteaser .tns-outer {
		padding: 0 40px !important;
	}
}

.cms-block-categoryteaser .ott-cms-el-categoryteaser-slider .ott-cms-el-categoryteaser-slider-arrows {
	cursor: pointer;
}

.cms-block-categoryteaser .ott-cms-el-categoryteaser-slider .ott-cms-el-categoryteaser-slider-arrows .ott-cms-el-categoryteaser-slider-arrow[aria-disabled=true] {
	cursor: default;
	opacity: 0;
}

.cms-block-categoryteaser .ott-cms-el-categoryteaser-slider .ott-cms-el-categoryteaser-slider-arrows .arrow-prev {
	display: none;
	left: 0;
}

@media (min-width: 576px) {
	.cms-block-categoryteaser .ott-cms-el-categoryteaser-slider .ott-cms-el-categoryteaser-slider-arrows .arrow-prev {
		display: block;
	}
}

.cms-block-categoryteaser .ott-cms-el-categoryteaser-slider .ott-cms-el-categoryteaser-slider-arrows .arrow-next {
	display: none;
	right: 0;
}

@media (min-width: 576px) {
	.cms-block-categoryteaser .ott-cms-el-categoryteaser-slider .ott-cms-el-categoryteaser-slider-arrows .arrow-next {
		display: block;
	}
}

.cms-block-categoryteaser .cms-block-container {
	padding-bottom: 20px;
}

@media (min-width: 768px) {
	.cms-block-categoryteaser .cms-block-container {
		padding-bottom: 40px;
	}
}

.ott-cms-el-categoryteaser-main {
	height: 169px;
}

@media (min-width: 768px) {
	.ott-cms-el-categoryteaser-main {
		height: 276px;
	}
}

.ott-cms-el-categoryteaser .ott-cms-el-categoryteaser-header, .ott-cms-el-categoryteaser .active-filter-arrow {
	display: none;
}

@media (min-width: 768px) {
	.ott-cms-el-categoryteaser .ott-cms-el-categoryteaser-main {
		padding: 0 240px;
	}
}

.ott-cms-el-categoryteaser .ott-cms-el-categoryteaser-item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
}

.ott-cms-el-categoryteaser .ott-cms-el-categoryteaser-item .title {
	padding-top: 10px;
}

.ott-cms-el-categoryteaser .ott-cms-el-categoryteaser-slider-item:hover {
	box-shadow: unset;
}

.ott-cms-el-categoryteaser .ott-cms-el-categoryteaser-img {
	height: 105px;
	object-fit: cover;
}

@media (min-width: 768px) {
	.ott-cms-el-categoryteaser .ott-cms-el-categoryteaser-img {
		height: 160px;
	}
}

.ott-cms-el-categoryteaser .ott-cms-el-categoryteaser-title-placeholder {
	color: #393939;
	font-size: 1rem;
	font-weight: 500;
	height: auto;
	text-align: left;
}

@media (min-width: 768px) {
	.ott-cms-el-categoryteaser .ott-cms-el-categoryteaser-title-placeholder {
		font-size: 24px;
	}
}

.ott-cms-el-categoryteaser-submenu-wrapper {
	border-top: unset;
}

.icon-review {
	color: #176d96;
}

@media (min-width: 992px) {
	.gallery-slider-container {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: .5rem;
	}
}

@media (min-width: 992px) {
	.gallery-slider-item-container {
		width: 100% !important;
	}
}

@media (min-width: 992px) {
	.gallery-slider-item-container:nth-child(4), .gallery-slider-item-container:nth-child(5), .gallery-slider-item-container:nth-child(9), .gallery-slider-item-container:nth-child(10), .gallery-slider-item-container:nth-child(14), .gallery-slider-item-container:nth-child(15), .gallery-slider-item-container:nth-child(19), .gallery-slider-item-container:nth-child(20), .gallery-slider-item-container:nth-child(24), .gallery-slider-item-container:nth-child(25) {
		width: calc(50% - 4px) !important;
	}
}

@media (min-width: 992px) {
	.gallery-slider-item-container:nth-child(4) .gallery-slider-item, .gallery-slider-item-container:nth-child(5) .gallery-slider-item, .gallery-slider-item-container:nth-child(9) .gallery-slider-item, .gallery-slider-item-container:nth-child(10) .gallery-slider-item, .gallery-slider-item-container:nth-child(14) .gallery-slider-item, .gallery-slider-item-container:nth-child(15) .gallery-slider-item, .gallery-slider-item-container:nth-child(19) .gallery-slider-item, .gallery-slider-item-container:nth-child(20) .gallery-slider-item, .gallery-slider-item-container:nth-child(24) .gallery-slider-item, .gallery-slider-item-container:nth-child(25) .gallery-slider-item {
		min-height: 246px !important;
	}
}

.gallery-slider-item.is-contain .gallery-slider-image {
	width: 100%;
}

@media (min-width: 992px) {
	.gallery-slider-item.is-contain .gallery-slider-image {
		position: static;
	}
}

.gallery-slider-item:hover {
	cursor: pointer;
}

.ott-gallery-magnifying-glass {
	-ms-flex-align: center;
	align-items: center;
	background: rgba(197, 197, 197, .5);
	border-radius: 50%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 60px;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
	width: 60px;
}

.ott-gallery-magnifying-glass .icon {
	color: #fff;
	position: relative;
	top: -2px;
}

@media (min-width: 992px) {
	.gallery-slider-item:hover .ott-gallery-magnifying-glass {
		opacity: 1;
	}
}

.gallery-slider-row:not(.js-slider-initialized) {
	visibility: hidden;
}

.gallery-slider-row.is-single-image {
	visibility: visible;
}

.gallery-slider-row.is-loading {
	height: auto;
}

.gallery-slider-row .tns-item {
	padding-right: 0;
}

@media (min-width: 992px) {
	.gallery-slider-controls {
		display: none;
	}
}

.gallery-slider-thumbnails-col {
	display: none;
}

@media (max-width: 991.98px) {
	.js-ott-has-sticky-header .nav-main {
		visibility: hidden;
	}
}

.js-ott-has-sticky-header .navigation-flyout.is-open {
	position: fixed;
}

.js-ott-has-sticky-header .top-bar {
	height: 6px;
	z-index: 1000;
}

@media (max-width: 991.98px) {
	.js-ott-has-sticky-header .top-bar {
		visibility: hidden;
	}
}

@media (min-width: 992px) {
	.js-ott-has-sticky-header .top-bar {
		height: 41px;
		position: fixed;
		top: 0;
		width: 100%;
	}
}

.js-ott-has-sticky-header .header-main {
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 1001;
}

@media (min-width: 992px) {
	.js-ott-has-sticky-header .nav-main {
		background: #fff;
		position: fixed;
		top: 7rem;
		width: 100%;
		z-index: 1000;
	}
}

.js-ott-has-sticky-header .header-row {
	padding-bottom: 6px;
}

@media (max-width: 991.98px) {
	.js-ott-has-sticky-header .header-row .header-search-col .header-search {
		padding: 15px 40px;
	}
}

@media (min-width: 992px) {
	.js-ott-has-sticky-header .header-row .header-search-col .header-search {
		width: 75%;
	}
}

.js-ott-has-sticky-header .ott-action-label {
	display: none !important;
}

.js-ott-has-sticky-header .header-logo-main-img {
	width: 200px;
}

@media (min-width: 576px) {
	.js-ott-has-sticky-header .header-logo-main-img {
		height: auto;
	}
}

.netzp-blog6-list .filter-panel-wrapper-toggle {
	display: none;
}

.ott-elw-blog .cms-listing-row {
	margin: 0;
}

@media (min-width: 992px) {
	.ott-elw-blog .cms-listing-row {
		gap: 3rem 0;
		max-width: 100% !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
	}
}

.ott-elw-blog .cms-listing-row [class^="col"] {
	-ms-flex: unset;
	flex: unset;
	margin: unset !important;
	max-width: unset;
	padding: 0;
}

.ott-elw-blog .tns-controls, .ott-elw-blog .tns-nav {
	display: none;
}

.ott-elw-blog .blog-template.tns-transparent {
	display: none;
}

.OttBlogCard {
	font-family: "Poppins", sans-serif;
}

.OttBlogCard:hover {
	text-decoration: none;
}

.OttBlogCard__image {
	width: 100%;
}

.OttBlogCard__title {
	color: #393939;
	font-size: 19px;
	font-weight: 500;
	line-height: 25px;
	margin-top: .75rem;
	-ms-word-break: break-word;
	word-break: break-word;
}

@media (min-width: 992px) {
	.OttBlogCard__title {
		font-size: 24px;
		margin-top: 1.5rem;
	}
}

.OttBlogCard__redirect {
	color: #c39052;
	font-size: 14px;
	font-weight: 300;
	line-height: 15px;
	margin-top: .25rem;
}

@media (min-width: 992px) {
	.OttBlogCard__redirect {
		font-size: 18px;
	}
}

.OttBlogCard__redirect .icon {
	color: #c39052;
	height: 15px;
	margin-left: .5rem;
	width: 18px;
}

@media (min-width: 992px) {
	.OttBlogCard__redirect .icon {
		height: 21px;
		width: 21px;
	}
}

.OttArticleQuestions {
	font-size: 16px;
	line-height: 27px;
}

@media (min-width: 768px) {
	.OttArticleQuestions {
		font-size: 18px;
		margin-bottom: 1rem;
	}
}

@media (min-width: 992px) {
	.OttArticleQuestions {
		margin-bottom: 5rem;
	}
}

.OttArticleQuestions .form-control, .OttArticleQuestions .iti__search-input {
	font-size: 16px;
}

@media (min-width: 768px) {
	.OttArticleQuestions .form-control, .OttArticleQuestions .iti__search-input {
		font-size: 18px;
	}
}

.OttArticleQuestions a {
	text-decoration: none;
}

@media (min-width: 1200px) {
	.OttArticleQuestions__form {
		padding-left: 40px;
	}
}

@media (min-width: 1200px) {
	.OttArticleQuestions__info {
		padding-right: 0;
	}
}

.OttArticleQuestions__info-inner {
	border: 1px solid #bcc1c7;
	padding: 1rem 1rem 8rem;
	position: relative;
}

.OttArticleQuestions__info-text {
	font-style: italic;
	font-weight: 300;
}

.OttArticleQuestions__phone-times {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 12px;
	margin-top: 1rem;
}

.OttArticleQuestions__phone-times-headline, .OttArticleQuestions__phone-times-content {
	line-height: 16px;
}

.OttArticleQuestions__contact {
	margin-top: 16px;
}

.OttArticleQuestions__contact-link {
	color: #393939;
}

.OttArticleQuestions__contact-link:hover {
	color: #393939;
}

.OttArticleQuestions .icon {
	width: 16px;
}

.OttArticleQuestions .icon-phone > svg path {
	fill: none;
}

.OttArticleQuestionsPortrait {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 100%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.OttArticleQuestionsPortrait__role {
	font-weight: 300;
}

.OttArticleQuestionsPortrait__img {
	max-width: 152px;
}

.ott-article-questions-privacy {
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 19px;
}

@media (min-width: 768px) {
	.ott-article-questions-privacy {
		line-height: 28px;
	}
}

.nimbits-ask-question-button {
	font-size: 18px;
	font-weight: 300;
	padding: 8px 47px;
}

@media (max-width: 767.98px) {
	.nimbits-ask-question-button {
		width: 100%;
	}
}

.is-ctl-product.is-act-index .breadcrumb ~ .container .alert, .is-ctl-product.is-act-index .cms-section .breadcrumb ~ .boxed .alert, .cms-section .is-ctl-product.is-act-index .breadcrumb ~ .boxed .alert {
	color: #fff;
}

#OttArticleQuestionsAnchor {
	position: absolute;
	top: -200px;
}

@media (max-width: 767.98px) {
	#OttArticleQuestionsAnchor {
		top: -100px;
	}
}

.ott-fixed-content-container {
	bottom: 1.5rem;
	position: fixed;
	right: 1.5rem;
	z-index: 1001;
}

@media (max-width: 767.98px) {
	.ott-fixed-content-container {
		display: none;
	}
}

.ott-contact-partner-badge {
	background: #fff;
	border-radius: 999px;
	box-shadow: rgba(0, 0, 0, .1) 0 2px 9px 4px;
	height: 44px;
	margin-bottom: 50px;
	padding: 8px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-height: 490px) {
	.ott-contact-partner-badge {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.ott-contact-partner-badge {
		border-radius: 6px;
		height: unset;
		margin-bottom: 200px;
		min-height: 130px;
		min-width: 210px;
		padding: 6px 6px 2px;
		width: 210px;
	}
	
	.ott-contact-partner-badge:not(.shrunk) {
		height: 570px;
		width: 370px;
		background-position: center;
		background-size: cover;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: end;
		align-items: end;
	}
	
	.ott-contact-partner-badge:not(.shrunk) .ott-contact-partner-badge-image {
		display: none;
	}
	
	.ott-contact-partner-badge:not(.shrunk) .ott-contact-partner-badge-link {
		display: none;
		background: white;
		width: calc(100% + 12px);
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: -2px;
		margin-left: -6px;
		margin-right: -6px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
	}
	
	.ott-contact-partner-badge:not(.shrunk) .ott-link-aktion {
		display: block;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		color: #089b3d;
		border-radius: 10px;
		justify-self: center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
	}
	
	.ott-contact-partner-badge:not(.shrunk) .icon-expand {
		display: none;
	}
	
	.ott-contact-partner-badge.shrunk {
		background-image: initial !important;
	}
	
	.ott-contact-partner-badge.shrunk .icon-x-small {
		display: none;
	}
	
	.ott-contact-partner-badge.shrunk .icon-expand {
		padding: 3px;
	}
	
	.ott-contact-partner-badge.shrunk .ott-contact-partner-badge-link {
		display: block;
	}
	
	.ott-contact-partner-badge.shrunk .ott-link-aktion {
		display: none;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	.ott-contact-partner-badge.shrunk .ott-contact-partner-badge-image {
		display: block;
		min-height: 115px;
	}
}

@media (max-width: 991.98px) {
	.ott-contact-partner-badge {
		background: #fff !important;
	}
}

.ott-contact-partner-badge .ott-contact-partner-badge-question {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 992px) {
	.ott-contact-partner-badge .ott-contact-partner-badge-question {
		display: none;
	}
}

.ott-contact-partner-badge .ott-contact-partner-badge-question .icon-x-small {
	width: 16px;
	margin-right: 8px;
}

.ott-contact-partner-badge .ott-contact-partner-badge-question .icon-x-small svg {
	cursor: pointer;
	top: 0;
}

.ott-contact-partner-badge .ott-contact-partner-badge-question a {
	color: inherit;
}

.ott-contact-partner-badge .ott-contact-partner-badge-saturday {
	display: none;
}

@media (min-width: 992px) {
	.ott-contact-partner-badge .ott-contact-partner-badge-saturday {
		display: block;
	}
}

.ott-contact-partner-badge .ott-contact-partner-badge-link {
	color: #393939;
	text-decoration: none;
}

.ott-contact-partner-badge .ott-contact-partner-badge-image {
	display: none;
	max-height: 115px;
	margin: auto;
}

@media (min-width: 992px) {
	.ott-contact-partner-badge .ott-contact-partner-badge-image {
		display: block;
		min-height: 115px;
	}
}

.ott-contact-partner-badge .ott-contact-partner-badge-container {
	display: none;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 992px) {
	.ott-contact-partner-badge .ott-contact-partner-badge-container {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

.ott-contact-partner-badge .ott-contact-partner-badge-container .ott-contact-partner-badge-text {
	color: #c39052;
	font-size: 10px;
	margin-left: 10px;
}

.ott-contact-partner-badge .ott-contact-partner-badge-container .icon-phone-lean {
	height: 14px;
	width: 14px;
}

.ott-contact-partner-badge .ott-contact-partner-badge-container .icon-phone-lean svg {
	top: 0;
}

.ott-contact-partner-badge .ott-contact-partner-badge-mobile-icon {
	display: block;
}

@media (min-width: 992px) {
	.ott-contact-partner-badge .ott-contact-partner-badge-mobile-icon {
		display: none;
	}
}

.ott-contact-partner-badge .ott-contact-partner-badge-mobile-icon .icon {
	color: #383838;
	height: 21px;
	left: -1px;
	position: relative;
	width: 30px;
}

.ott-contact-partner-badge .ott-contact-partner-badge-numbers {
	color: #c39052;
	display: none;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin-left: 10px;
	padding-top: 5px;
}

@media (min-width: 992px) {
	.ott-contact-partner-badge .ott-contact-partner-badge-numbers {
		display: block;
	}
}

.badge-primary {
	color: #fff;
}

.ott-contact-partner-badge-shrink {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.ott-contact-partner-badge-shrink .icon-black {
	color: black;
}

@media (max-width: 1199.98px) {
	.ott-contact-partner-badge-shrink {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1392px) {
	.ott-contact-partner-badge:not(.shrunk) {
		width: 300px;
		height: 462px;
	}
}

@media (min-width: 992px) and (max-height: 1034px) {
	.ott-contact-partner-badge:not(.shrunk) {
		width: 300px;
		height: 462px;
	}
}

@media (min-width: 992px) and (max-width: 1252px) {
	.ott-contact-partner-badge:not(.shrunk) {
		width: 250px;
		height: 385px;
	}
}

@media (min-width: 992px) and (max-height: 744px) {
	.ott-contact-partner-badge:not(.shrunk) {
		width: 250px;
		height: 385px;
	}
}

.ott-checkout-usp {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

@media (min-width: 768px) {
	.ott-checkout-usp {
		padding: 30px 0;
	}
}

@media (min-width: 992px) {
	.ott-checkout-usp {
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 46px;
	}
}

.ott-checkout-usp-element {
	background-color: #f8f8f8;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 30px 24px;
}

@media (min-width: 992px) {
	.ott-checkout-usp-element {
		-ms-flex: 1 0 0;
		flex: 1 0 0;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.ott-checkout-usp-icon {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

@media (min-width: 992px) {
	.ott-checkout-usp-icon {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex: unset;
		flex: unset;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 19px;
		max-width: unset;
	}
}

.ott-checkout-usp-text-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 80%;
}

@media (min-width: 992px) {
	.ott-checkout-usp-text-wrapper {
		-ms-flex: unset;
		flex: unset;
		max-width: unset;
	}
}

.ott-checkout-usp-heading {
	font-size: .675rem;
	font-weight: 500;
	padding-bottom: 10px;
	text-align: left;
}

@media (min-width: 768px) {
	.ott-checkout-usp-heading {
		font-size: .875rem;
	}
}

@media (min-width: 992px) {
	.ott-checkout-usp-heading {
		font-size: 1.125rem;
		text-align: center;
	}
}

.ott-checkout-usp-text {
	font-size: .675rem;
	font-weight: 300;
	text-align: left;
}

@media (min-width: 768px) {
	.ott-checkout-usp-text {
		font-size: .875rem;
	}
}

@media (min-width: 992px) {
	.ott-checkout-usp-text {
		font-size: 1.125rem;
		text-align: center;
	}
}

.ott-checkout-usp .icon {
	color: transparent;
	height: 17px;
	width: 17px;
}

@media (min-width: 992px) {
	.ott-checkout-usp .icon {
		height: 30px;
		width: 30px;
	}
}

@media screen and (max-width: 648px) {
	._t57f0l {
		left: unset !important;
		right: 0 !important;
	}
}

.OttCmsTrustedShops__circle.is-tertiary {
	background: #176d96;
}

.OttCmsTrustedShops__customer {
	display: none !important;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.OttCmsTrustedShops__customer {
		margin-bottom: 2rem;
	}
}

.OttCmsTrustedShops__comment {
	font-size: 14px;
	font-weight: 300;
}

@media (min-width: 576px) {
	.OttCmsTrustedShops__comment {
		font-size: 16px;
	}
}

.OttCmsTrustedShops__date {
	color: #c4c4c4;
	font-weight: 300;
}

#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
	z-index: 1049 !important;
	display: none;
}

@media (min-width: 1200px) {
	#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
		display: block;
	}
}

#ottShippingSurchargesModal .modal-content .ott-shipping-modal-text {
	padding: 0 20px;
}

#ottShippingSurchargesModal .col-8.col-md-7 {
	padding-right: 0;
}

.ott--livestream--popup {
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	position: fixed;
	z-index: 1050;
	bottom: 20px;
	left: 20px;
	box-shadow: rgba(0, 0, 0, .1) 0 2px 9px 4px;
}

.ott--livestream--popup .ott--livestream--on-air {
	cursor: pointer;
}

.ott--livestream--popup i {
	aspect-ratio: 1;
	background: red;
	display: block;
	border-radius: 999px;
	height: 80%;
}

.ott--livestream--popup iframe {
	max-height: 28vw;
	max-width: 50vw;
}

@media (max-width: 767.98px) {
	.ott--livestream--popup {
		bottom: 130px;
	}
}

.ott--livestream--popup.closed {
	background: white;
	border-radius: 999px;
	padding: 5px 10px;
}

.ott--livestream--popup.closed .ott--livestream--switch {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	min-width: 62px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.ott--livestream--popup.closed .icon-x, .ott--livestream--popup.closed iframe {
	display: none;
}

.ott--livestream--popup:not(.closed) .ott--livestream--on-air, .ott--livestream--popup:not(.closed) i {
	display: none;
}

.ott--livestream--switch .icon-x {
	position: absolute;
	top: 0;
	right: 0;
	color: black;
	background: white;
	padding: 4px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.ott--livestream--switch .icon-x svg {
	top: 0;
}

.container-main {
	padding-top: 0;
}

.container, .cms-section .boxed {
	max-width: 1150px;
}

.is-ctl-auth .content-main .container, .is-ctl-auth .content-main .cms-section .boxed, .cms-section .is-ctl-auth .content-main .boxed {
	max-width: 1250px;
}

.main-navigation .container, .main-navigation .cms-section .boxed, .cms-section .main-navigation .boxed {
	max-width: 1240px;
}

.footer-main {
	background: #11445c;
}

@media (min-width: 768px) {
	.footer-column-content {
		padding-top: 1rem;
	}
}

@media (min-width: 1200px) {
	.footer-column-content {
		padding-top: 2rem;
	}
}

.footer-column-content-inner {
	color: #fff;
}

@media (min-width: 768px) {
	.footer-column-content-inner .footer-link, .footer-column-content-inner .footer-contact-hotline a, .footer-contact-hotline .footer-column-content-inner a {
		font-size: 16px;
	}
}

.footer-column-content-inner .footer-link:hover, .footer-column-content-inner .footer-contact-hotline a:hover, .footer-contact-hotline .footer-column-content-inner a:hover {
	color: #fff;
}

.footer-column-content-inner .footer-link-item {
	padding-bottom: 5px;
}

.footer-column-content-inner .footer-link-item:not(:first-of-type) {
	padding-top: 10px;
}

@media (min-width: 768px) {
	.footer-column-content-inner .footer-link-item:not(:first-of-type) {
		padding-top: 6px;
	}
}

.ott-trendshop-logo {
	max-width: 100%;
	display: none;
}

@media (min-width: 768px) {
	.ott-trendshop-logo {
		display: block;
	}
}

@media (min-width: 992px) {
	.ott-trendshop-logo {
		max-width: none;
	}
}

.footer-link, .footer-contact-hotline a, .footer-contact-hotline, .footer-column-headline-link {
	color: #fff;
}

.footer-column-content-inner .footer-contact-hotline {
	font-size: 14px;
}

@media (min-width: 768px) {
	.footer-column-content-inner .footer-contact-hotline {
		font-size: 13px;
	}
}

@media (min-width: 1200px) {
	.footer-column-content-inner .footer-contact-hotline {
		font-size: 16px;
	}
}

.footer-column-content-inner .footer-contact-hotline a {
	font-size: 14px;
	font-weight: 400;
	margin-top: .5rem;
}

@media (min-width: 768px) {
	.footer-column-content-inner .footer-contact-hotline a {
		font-size: 13px;
	}
}

@media (min-width: 1200px) {
	.footer-column-content-inner .footer-contact-hotline a {
		font-size: 16px;
	}
}

.footer-column {
	border-bottom: 0;
	padding-bottom: 6px;
}

.footer-column .footer-column-headline {
	border-bottom: 0;
	color: #fff;
}

@media (min-width: 768px) {
	.footer-column .footer-column-headline {
		padding-top: 1rem;
	}
}

@media (min-width: 1200px) {
	.footer-column .footer-column-headline {
		padding-top: 2rem;
	}
}

.footer-column-payment .footer-column-headline {
	color: #fff;
	padding-bottom: 43px;
}

#footerColumns {
	padding-bottom: 0;
}

.footer-column-service {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

@media (min-width: 1200px) {
	.footer-column-service {
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
}

.footer-column-headline-link:hover, .footer-service-menu-link:hover {
	color: #fff;
}

.column-payment-methods {
	gap: 12px;
}

@media (min-width: 768px) {
	.column-payment-methods {
		padding-top: 1rem;
	}
}

@media (min-width: 992px) {
	.column-payment-methods {
		gap: 8px;
	}
}

.column-payment-methods .payment-methods-logo {
	border: 1px solid white;
	color: #fff;
	height: 42px;
	padding: 5px;
	width: 109px;
}

@media (min-width: 992px) {
	.column-payment-methods .payment-methods-logo {
		width: 100px;
	}
}

@media (min-width: 1200px) {
	.column-payment-methods .payment-methods-logo {
		width: 92px;
	}
}

.column-payment-methods .payment-methods-logo.is-paypal, .column-payment-methods .payment-methods-logo.is-visa {
	padding: 8px;
}

.column-payment-methods .payment-methods-logo img {
	max-width: 100%;
}

.column-payment-methods .payment-methods-logo.is-prepayment img {
	max-width: 99%;
}

.column-payment-methods .payment-methods-logo .payment-methods-logo-text {
	position: relative;
	top: 1px;
}

.footer-bottom {
	background: #11445c;
	padding: 0;
}

.footer-bottom .footer-bottom-inner {
	border: 0;
}

@media (min-width: 768px) {
	.footer-bottom .footer-bottom-inner {
		border-top: 1px solid #fff;
	}
}

@media (min-width: 768px) {
	.footer-minimal .footer-bottom .footer-bottom-inner {
		padding-left: 1rem;
	}
}

.social-media-inner {
	gap: 1.75rem;
}

@media (min-width: 768px) {
	.social-media-inner {
		gap: 1.5rem;
	}
}

.footer-service-menu-item {
	color: #fff;
}

.footer-service-menu-item:hover {
	color: #fff;
}

.footer-column-toggle .icon {
	color: #fff;
	height: 13px;
	width: 13px;
}

@media (min-width: 768px) {
	.footer-column-main-headline, .footer-column-headline {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.footer-column-main-headline, .footer-column-headline {
		text-transform: uppercase;
	}
}

.footer-bottom-inner {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.footer-bottom-inner {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.footer-bottom-inner .footer-service-menu-list {
	display: none;
}

@media (min-width: 768px) {
	.footer-bottom-inner .footer-service-menu-list {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

@media (min-width: 768px) {
	.is-ctl-checkout:not(.is-act-cartpage) .footer-bottom-inner, .is-act-checkoutregisterpage:not(.is-act-cartpage) .footer-bottom-inner {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.is-ctl-checkout:not(.is-act-cartpage) .footer-service-menu-list, .is-act-checkoutregisterpage:not(.is-act-cartpage) .footer-service-menu-list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 0;
}

.is-ctl-checkout:not(.is-act-cartpage) .ott-footer-social-media, .is-act-checkoutregisterpage:not(.is-act-cartpage) .ott-footer-social-media {
	display: none;
}

.ott--footer--actions {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.ott--footer--actions .btn {
	color: white;
}

.ott--footer--actions .account-menu-btn.header-actions-btn {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ott--footer--actions .account-menu-btn.header-actions-btn svg {
	-ms-flex-item-align: center;
	align-self: center;
}

.ott--footer--actions .btn.header-wishlist-btn.header-actions-btn {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ott--footer--actions .btn.ott-action-label {
	display: initial !important;
}

@media (max-width: 991.98px) {
	.ott--footer--actions .ott--footer--actions {
		gap: 1rem;
	}
	
	.ott--footer--actions .btn.ott-action-label {
		padding: 0;
	}
}

.header-main .container, .header-main .cms-section .boxed, .cms-section .header-main .boxed {
	max-width: unset;
}

.header-row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 45px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1150px;
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
}

@media screen and (min-width: 420px) {
	.header-row {
		height: unset;
	}
}

@media (min-width: 992px) {
	.header-row {
		padding-bottom: 35px;
		padding-top: 40px;
	}
}

.header-row .header-actions-col {
	max-width: max-content;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

@media (min-width: 992px) {
	.header-row .header-actions-col {
		max-width: 25%;
		width: auto;
	}
}

.header-row .header-search-col {
	-ms-flex-positive: unset;
	flex-grow: unset;
	padding: unset;
	position: absolute;
	top: 90%;
}

@media (min-width: 992px) {
	.header-row .header-search-col {
		position: relative;
	}
	
	.header-row .header-search-col .row, .header-row .header-search-col .account-content, .header-row .header-search-col .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .header-row .header-search-col .checkout-container, .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .header-row .header-search-col .checkout-container, .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .header-row .header-search-col .checkout-container, .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .header-row .header-search-col .checkout-container, .header-row .header-search-col .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .header-row .header-search-col .checkout-container {
		margin: unset;
	}
}

.header-row .header-search-col .col, .header-row .header-search-col .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .header-row .header-search-col .checkout-aside, .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .header-row .header-search-col .checkout-aside, .header-row .header-search-col .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .header-row .header-search-col .checkout-aside {
	padding-left: 0;
	padding-right: 0;
}

.header-row .header-search-col .header-search {
	background-color: #fff;
	margin: unset;
	max-width: unset;
	padding: 15px 20px;
	width: 100%;
}

.header-row .header-search-col .header-search .input-group-append {
	height: 36px;
}

.header-row .header-search-col .header-search-input {
	background-color: #f8f8f8;
	border: unset;
	height: 36px;
}

.header-row .header-search-col .header-search-btn {
	background-color: #f8f8f8;
	border: unset;
}

.header-row .header-search-col .header-search-icon {
	-ms-flex-align: center;
	align-items: center;
	color: #bfbfbf;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.header-row .header-search-col .header-search-icon svg {
	top: unset;
}

.header-row .header-wishlist-badge {
	font-size: 8px;
	height: 13px;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1rem;
	padding: unset;
	position: absolute;
	right: -15px;
	top: 5px;
	width: 13px;
}

@media (min-width: 992px) {
	.header-row .header-wishlist-badge {
		font-size: .75rem;
		height: 20px;
		line-height: 20px;
		right: -20px;
		top: 0;
		width: 20px;
	}
}

@media (min-width: 992px) {
	.header-row .header-wishlist-badge {
		right: 8px;
	}
}

.header-row .header-cart-badge {
	-ms-flex-align: end;
	align-items: flex-end;
	color: #fff;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 8px;
	height: 13px;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: normal;
	padding: unset;
	position: absolute;
	right: -15px;
	top: 5px;
	width: 13px;
}

@media (min-width: 992px) {
	.header-row .header-cart-badge {
		font-size: .75rem;
		height: 20px;
		right: -20px;
		top: 0;
		width: 20px;
	}
}

@media (min-width: 992px) {
	.header-row .header-cart-badge {
		right: 8px;
	}
}

.header-row .header-cart-total {
	display: none;
}

.header-row #searchCollapse {
	width: 100%;
}

.header-row .header-logo-col {
	margin: unset;
	padding-bottom: 0;
}

@media screen and (min-width: 420px) {
	.header-row .header-logo-col {
		margin: 1rem 0 1rem 10px;
	}
}

@media (min-width: 992px) {
	.header-row .header-logo-col {
		margin: 1rem 0;
	}
}

.header-row .header-logo-picture {
	max-width: 350px;
}

.ott-mobile-search {
	margin-left: -40px;
	margin-right: -40px;
}

@media (min-width: 992px) {
	.ott-mobile-search .search-suggest-container {
		left: 250px;
	}
}

@media (min-width: 992px) {
	.ott-mobile-search .search-suggest-container:after {
		left: 25%;
	}
}

@media (max-width: 991.98px) {
	.ott-mobile-search .header-search-form {
		z-index: 1;
	}
}

.ott-actions-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media (max-width: 1199.98px) {
	.ott-actions-wrapper {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		gap: 20px;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.header-actions-btn {
	padding: unset;
}

.ott-actions-wrapper .header-actions-btn {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ott-action-wrapper {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	padding-right: 0;
}

.ott-action-wrapper .header-wishlist-icon svg {
	height: 13px;
	width: 13px;
}

@media screen and (min-width: 360px) {
	.ott-action-wrapper .header-wishlist-icon svg {
		height: 18px;
		width: 18px;
	}
}

@media (min-width: 576px) {
	.ott-action-wrapper .header-wishlist-icon svg {
		height: 22px;
		width: 22px;
	}
}

.ott-action-wrapper .icon-magnifying-glass-short {
	color: #393939;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 13px;
	width: 13px;
}

@media screen and (min-width: 360px) {
	.ott-action-wrapper .icon-magnifying-glass-short {
		height: 18px;
		width: 18px;
	}
}

@media (min-width: 576px) {
	.ott-action-wrapper .icon-magnifying-glass-short {
		height: 22px;
		width: 22px;
	}
}

.ott-action-wrapper .icon-magnifying-glass-short svg {
	top: unset;
}

.ott-action-wrapper .header-cart-icon svg {
	height: 13px;
	width: 13px;
}

@media screen and (min-width: 360px) {
	.ott-action-wrapper .header-cart-icon svg {
		height: 18px;
		width: 18px;
	}
}

@media (min-width: 576px) {
	.ott-action-wrapper .header-cart-icon svg {
		height: 23px;
		width: 23px;
	}
}

.ott-action-wrapper .header-actions-btn {
	padding: unset;
}

.ott-action-wrapper .account-menu, .ott-action-wrapper .dropdown {
	height: 100%;
}

.ott-action-wrapper .account-menu-btn {
	height: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 7px;
}

@media (min-width: 992px) {
	.ott-action-wrapper {
		padding-left: 20px;
		padding-right: 20px;
		width: 86px;
	}
}

.ott-action-wrapper:hover .header-actions-btn {
	color: #c39052;
}

.ott-action-wrapper:hover .ott-action-label {
	color: #c39052;
}

.ott-action-label {
	font-size: 14px;
	font-weight: 400;
	height: 20px;
	line-height: 18px;
	max-height: 20px;
}

.nav-main-toggle-btn {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.nav-main-toggle-btn .icon-stack svg {
	top: unset;
}

.ott-no-gutters-wrapper {
	margin-right: 20px;
}

@media (max-width: 1199.98px) {
	.ott-no-gutters-wrapper {
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-right: unset;
	}
	
	.ott-no-gutters-wrapper .icon-search {
		vertical-align: inherit;
	}
	
	.ott-no-gutters-wrapper .icon-search svg {
		top: 0;
	}
}

@media (min-width: 576px) {
	.header-search-col .collapse:not(.show) {
		display: none;
	}
}

@media (min-width: 992px) {
	.header-search-col .collapse:not(.show) {
		display: block;
	}
}

.icon-burger-icon-1 {
	color: #393939;
	width: 28px;
}

.icon-burger-icon-1 svg {
	top: unset !important;
}

.is-act-finishpage .header-row {
	width: 100%;
}

@media (min-width: 576px) {
	.header-logo-main-img {
		max-height: 55px;
	}
}

.ott-header-flag {
	height: 30px;
	width: 51px;
}

@media (max-width: 991.98px) {
	.ott-header-flag {
		display: none;
	}
}

.ott-header-flag-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: end;
	align-items: end;
	gap: 1rem;
}

.header-cart-icon {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 4px;
}

.header-cart-icon svg {
	margin: 0 auto;
}

.btn.header-cart-btn.header-actions-btn {
	border: none;
}

.ott-header-flags-welcome {
	font-size: .9em;
}

@media (max-width: 991.98px) {
	.ott-header-flags-welcome {
		display: none;
	}
}

.ott-header-flags.ott-header-flags-offcanvas {
	width: fit-content;
	margin: 0 auto .5rem;
}

.ott-header-flags.ott-header-flags-offcanvas .ott-header-flags-welcome {
	display: initial;
}

.ott-header-flags.ott-header-flags-offcanvas .ott-header-flag {
	display: initial;
}

.ott-header-flags.ott-header-flags-offcanvas .ott-header-flag-container {
	-ms-flex-pack: center;
	justify-content: center;
}

.row.no-gutters > .ott-header-flags.ott-header-flags-offcanvas, .no-gutters.account-content > .ott-header-flags.ott-header-flags-offcanvas, .is-act-cartpage .checkout .no-gutters.checkout-container > .ott-header-flags.ott-header-flags-offcanvas, .is-act-checkoutregisterpage .checkout .no-gutters.checkout-container > .ott-header-flags.ott-header-flags-offcanvas, .is-act-confirmpage .checkout .no-gutters.checkout-container > .ott-header-flags.ott-header-flags-offcanvas, .is-ctl-accountorder .checkout .no-gutters.checkout-container > .ott-header-flags.ott-header-flags-offcanvas, .is-act-finishpage .checkout .no-gutters.checkout-container > .ott-header-flags.ott-header-flags-offcanvas {
	margin-bottom: 0;
}

.header-minimal-row {
	padding-top: 15px;
}

@media (min-width: 992px) {
	.header-minimal-row {
		padding-top: 40px;
	}
}

.header-minimal-logo {
	padding: unset;
}

.header-minimal-contact svg {
	max-height: 25px;
	max-width: 25px;
}

@media (min-width: 768px) {
	.header-minimal-contact svg {
		max-height: 55px;
		max-width: 55px;
	}
}

.header-minimal-back-to-shop {
	padding-left: unset;
}

.checkout-back-to-cart-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.checkout-back-to-cart-wrapper .icon-arrow-head-left {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 6px;
	margin-right: 5px;
	width: 6px;
}

@media (min-width: 768px) {
	.checkout-back-to-cart-wrapper .icon-arrow-head-left {
		height: 10px;
		width: 10px;
	}
}

.checkout-back-to-cart-wrapper .icon-arrow-head-left svg {
	top: unset;
}

.checkout-back-to-cart {
	display: none;
	font-size: .875rem;
	font-weight: 300;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.checkout-back-to-cart {
		display: block;
	}
}

.checkout-back-to-cart-mobile {
	font-size: .625rem;
	font-weight: 300;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.checkout-back-to-cart-mobile {
		display: none;
	}
}

.nav-main {
	border-bottom: 1px solid #e1e1e1;
}

@media screen and (min-width: 1207px) {
	.nav-main {
		height: 45px;
		overflow: hidden;
	}
}

.nav-main .main-navigation {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
}

.nav-main .container, .nav-main .cms-section .boxed, .cms-section .nav-main .boxed {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.nav-main .navigation-flyout {
	max-width: 1200px;
}

.main-navigation-link {
	padding: 5px 11px 0 11px;
	z-index: 100;
}

.main-navigation-link:hover .main-navigation-link-text {
	border-color: #11445c;
	color: #393939;
}

.main-navigation-link .main-navigation-link-text {
	border-bottom: 3px solid transparent;
	color: #393939;
	padding-bottom: 13px;
	text-transform: uppercase;
}

.main-navigation-link.ott-highlight-red .main-navigation-link-text {
	color: #c71f02;
}

.main-navigation-link.ott-highlight-orange {
	padding-top: 0;
}

.main-navigation-link.ott-highlight-orange .main-navigation-link-text {
	padding-bottom: 10px;
}

.main-navigation-link.ott-highlight-orange .main-navigation-link-text span {
	background: #000;
	color: #fff;
	display: block;
	font-weight: 600;
	padding: 4px 14px;
}

.navigation-offcanvas-link.ott-highlight-red {
	color: #c71f02;
}

.navigation-offcanvas-link.ott-highlight-orange {
	color: #c71f02;
}

.navigation-offcanvas-link.ott-highlight-orange span {
	background: orange;
	color: #fff;
	padding: 7px 15px;
}

.main-navigation .navigation-flyouts {
	max-width: 1200px;
}

.main-navigation .navigation-flyout {
	margin-top: 1px;
}

.main-navigation .navigation-flyout .container, .main-navigation .navigation-flyout .cms-section .boxed, .cms-section .main-navigation .navigation-flyout .boxed {
	padding-top: 11px;
}

.main-navigation .navigation-flyout-content {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}

.main-navigation .navigation-flyout-content.ott-is-brands {
	padding: 15px 0 25px;
}

.main-navigation .navigation-flyout-content .col-2.col-xl-2, .main-navigation .navigation-flyout-content .account-content .col-2.account-content-aside, .account-content .main-navigation .navigation-flyout-content .col-2.account-content-aside {
	-ms-flex: 0 0 19%;
	flex: 0 0 19%;
	max-width: unset;
}

.main-navigation .navigation-flyout-bar {
	display: none;
}

.main-navigation .navigation-flyout-categories {
	-ms-flex-direction: column;
	flex-direction: column;
}

.main-navigation .navigation-flyout-categories:not(.is-level-0) {
	margin-left: 0;
}

.main-navigation .navigation-flyout-col {
	margin-bottom: 14px !important;
	max-width: unset;
	padding-right: unset;
}

.main-navigation .navigation-flyout-col:before {
	border-left: unset !important;
}

.main-navigation .navigation-flyout-link {
	color: #393939;
	font-weight: normal;
	margin: unset;
	text-transform: uppercase;
}

.main-navigation .navigation-flyout-teaser {
	display: none;
}

.ott-topbrand-teaser {
	-ms-flex-align: start;
	align-items: flex-start;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ott-topbrand-teaser-heading {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}

.ott-topbrand-teaser-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ott-topbrand-teaser-item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ott-topbrand-teaser-link {
	text-decoration: none;
}

.ott-topbrand-teaser-brand {
	height: 155px;
	margin-right: 19px;
	width: auto;
}

.ott-topbrand-teaser-image {
	height: auto;
	max-height: 155px;
	max-width: 276px;
	width: 100%;
}

.ott-topbrand-teaser-brand-name {
	max-height: 45px;
	max-width: 276px;
}

.ott-flyout-brands {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1rem;
	font-weight: 400;
	gap: 25px 4rem;
	max-height: 460px;
	padding-left: 20px;
}

.ott-flyout-brands-entry {
	cursor: pointer;
	min-width: 210px;
	text-transform: uppercase;
}

.ott-flyout-brands-entry:last-of-type {
	margin-bottom: 0;
}

.ott-flyout-brands-entry:hover .ott-flyout-brands-entry-link {
	padding-left: 5px;
}

.ott-flyout-brands-entry-link {
	color: #393939;
	text-decoration: none;
	-webkit-transition: padding .25s cubic-bezier(0, .77, .33, 1);
	transition: padding .25s cubic-bezier(0, .77, .33, 1);
}

.ott-flyout-brands-entry-link:hover {
	color: #393939;
	text-decoration: none;
}

.ott-flyout-brands-link {
	color: #393939;
	font-weight: 600;
	text-decoration: none;
}

.ott-flyout-brands-link:hover {
	color: #393939;
	text-decoration: underline;
}

.ott-offcanvas-navigation {
	-ms-flex-align: center;
	align-items: center;
	background-color: #c39052;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 50px;
}

.ott-offcanvas-navigation img {
	height: auto;
	margin-left: 71px;
	width: 213px;
}

.ott-offcanvas-navigation .btn-light {
	background-color: transparent;
	border: unset;
	height: 50px;
}

.ott-offcanvas-navigation .icon {
	color: #fff !important;
}

.offcanvas-close {
	background-color: #fff;
}

.ott-mobile-top-navigation-links {
	-ms-flex-align: center;
	align-items: center;
	background-color: #c39052;
	border: 3px solid #fff;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 40px;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.ott-mobile-top-navigation-links .ott-mobile-sub-link {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 14.58px;
	text-decoration: none;
	text-decoration-line: underline;
	text-transform: uppercase;
}

.ott-mobile-offcanvas-ul-first-layer {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-bottom: 0;
	text-transform: uppercase;
}

.ott-mobile-offcanvas-ul-first-layer .is--active {
	border-bottom: 2px solid black;
}

.ott-mobile-offcanvas-ul-first-layer .active, .ott-mobile-offcanvas-ul-first-layer .ott-category-teaser-customfieldfilter .customfieldfilter-item .btn.active:hover, .ott-category-teaser-customfieldfilter .customfieldfilter-item .ott-mobile-offcanvas-ul-first-layer .btn.active:hover {
	border-bottom: 2px solid black;
}

.ott-mobile-offcanvas-ul-first-layer .nav-link {
	padding: 0;
}

.ott-mobile-offcanvas-ul-first-layer li {
	padding: 15px 0;
}

.ott-mobile-offcanvas-ul-first-layer a {
	border: 2px solid transparent;
	padding: 0;
}

.ott-mobile-offcanvas-ul-first-layer a.ott-is-active, .ott-mobile-offcanvas-ul-first-layer a.js-ott-is-active {
	border-bottom-color: #000;
	color: black;
}

.ott-mobile-offcanvas-ul-first-layer .navigation-offcanvas-list-item {
	border: unset;
}

.ott-mobile-offcanvas-ul-first-layer .navigation-offcanvas-list-item:last-child {
	border: unset;
}

.height-of-all-other-elements, .navigation-offcanvas-overlay-content, .ott-mobile-offcanvas-ul {
	min-height: calc(100vh - ( 50px + 40px + 55px + 57px ));
}

.ott-mobile-offcanvas-ul {
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.ott-mobile-offcanvas-ul ul:first-of-type {
	display: none;
}

.ott-mobile-offcanvas-ul .is-current-category {
	display: none;
}

.ott-mobile-offcanvas-ul .navigation-offcanvas-list-item {
	border: unset;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.ott-mobile-offcanvas-ul .navigation-offcanvas-list-item a {
	margin-bottom: 15px;
	padding: 0;
}

.ott-mobile-offcanvas-ul .navigation-offcanvas-list-item:nth-child(odd) a {
	padding-right: 5px;
}

.ott-mobile-offcanvas-ul .navigation-offcanvas-list-item:nth-child(even) a {
	padding-left: 5px;
}

.ott-mobile-offcanvas-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.ott-mobile-offcanvas-container span {
	font-weight: bold;
	margin: 15px 0;
	padding-left: 15px;
}

.ott-sidebar-navigation-image-mobile {
	background-position: center;
	background-size: cover;
	height: 100px;
	width: 100%;
}

.ott-subcategory-name {
	font-weight: bold;
	margin: 15px 0;
	padding-left: 15px;
}

.ott-actions-navigation-mobile .header-actions-col {
	padding-left: 0;
	padding-right: 0;
	z-index: unset;
}

.ott-actions-navigation-mobile .header-actions-btn {
	width: 100%;
}

.ott-actions-navigation-mobile .no-gutters {
	background-color: #f4f4f4;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: .5rem;
}

.ott-actions-navigation-mobile .no-gutters .header-cart-badge {
	display: none;
}

.ott-actions-navigation-mobile .no-gutters .header-cart-total {
	display: none;
}

.ott-actions-navigation-mobile .no-gutters .icon {
	color: #393939;
}

.ott-actions-navigation-mobile .no-gutters span {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.navigation-offcanvas-overlay {
	min-height: 100% !important;
}

.navigation-offcanvas-overlay.has-transition {
	-webkit-transition: none;
	transition: none;
}

@-webkit-keyframes spin {
	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 spin {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.offcanvas-content-container .ott-mobile-offcanvas-ul-first-layer .is-loading {
	-ms-flex-align: center;
	align-items: center;
	background-color: #4e4e4e;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 50px;
	width: 100%;
	z-index: 10;
}

.offcanvas-content-container .ott-mobile-offcanvas-ul-first-layer .is-loading:before {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	border: 6px solid #f3f3f3;
	border-radius: 50%;
	border-top: 6px solid #c39052;
	content: "";
	display: block;
	height: 35px;
	margin: 0 auto;
	position: relative;
	top: -53px;
	width: 35px;
	z-index: 10;
}

.offcanvas-content-container .ott-mobile-offcanvas-ul-first-layer .is-loading span {
	display: none;
}

.offcanvas-content-container .navigation-offcanvas-container .is-loading {
	-ms-flex-align: center;
	align-items: center;
	background-color: #4e4e4e;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.offcanvas-content-container .navigation-offcanvas-container .is-loading:before {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	border: 6px solid #f3f3f3;
	border-radius: 50%;
	border-top: 6px solid #c39052;
	content: "";
	display: block;
	height: 35px;
	margin: 0 auto;
	position: relative;
	top: -53px;
	width: 35px;
	z-index: 10;
}

.offcanvas-content-container .navigation-offcanvas-container .is-loading .ott-mobile-offcanvas-container {
	display: none;
}

.ott-subcategory-wrapper {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.ott-subcategory-name-wrapper {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.ott-subcategory-image {
	border: 1px solid #c39052;
	border-radius: 90px;
	height: 40px;
	margin-right: 20px;
	width: 40px;
}

.ott-mobile-offcanvas-logo {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 120px;
}

.ott-mobile-offcanvas-close {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 30px;
	width: 30px;
}

.ott-mobile-offcanvas-close .icon-sm, .ott-mobile-offcanvas-close .navigation-offcanvas-link-icon .loader, .navigation-offcanvas-link-icon .ott-mobile-offcanvas-close .loader {
	height: 30px;
	width: 30px;
}

.ott-mobile-offcanvas-search {
	display: block !important;
	padding: 0 20px;
	width: 100%;
}

.ott-mobile-offcanvas-search .header-search-input {
	background-color: #f8f8f8;
	border: 0 !important;
}

.ott-mobile-offcanvas-search .header-search-btn {
	background-color: #f8f8f8;
	border: 0 !important;
}

.ott-offcanvas-actions-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.ott-offcanvas-actions-icon .icon {
	color: #393939;
	height: 14px;
	width: 14px;
}

.ott-offcanvas-actions-icon svg {
	top: unset !important;
}

.ott-offcanvas-actions-label {
	color: #393939;
	font-weight: 400;
	margin-left: 14px;
}

.top-bar {
	background-color: #11445c;
	height: 25px;
	margin: 0 -20px;
}

.top-bar-nav {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1150px;
}

@media (min-width: 992px) {
	.top-bar {
		height: 57px;
	}
}

@-webkit-keyframes loop {
	0% {
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	100% {
		-ms-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes loop {
	0% {
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	100% {
		-ms-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.ott-topbar-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	margin-left: auto;
	margin-right: auto;
	max-width: 1150px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

@media (min-width: 992px) {
	.ott-topbar-wrapper {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.ott-topbar-wrapper .ott-topbar-scroll {
	background-color: #11445c;
	color: #fff;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-wrap: nowrap;
	-webkit-animation: loop 30s linear infinite;
	animation: loop 30s linear infinite;
}

.ott-topbar-wrapper .ott-topbar-scroll.is-echo {
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	animation-delay: 15s;
}

.ott-topbar-element-wrapper {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.ott-topbar-element-wrapper:first-child {
	margin-left: 0;
	margin-right: 1%;
}

.ott-topbar-element-wrapper:last-child {
	margin-left: 1%;
	margin-right: 0;
}

@media (min-width: 992px) {
	.ott-topbar-element-wrapper {
		-ms-flex: 0 1 49%;
		flex: 0 1 49%;
	}
}

.ott-topbar-element-wrapper-inner {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	width: 100%;
}

.ott-topbar-element-wrapper-inner:last-child {
	-ms-flex-pack: end;
	justify-content: end;
}

@media (max-width: 575.98px) {
	.ott-topbar-element-wrapper-inner {
		font-size: 10px;
	}
	
	.ott-topbar-element-wrapper-inner svg {
		height: 10px;
	}
}

.ott-topbar-element-icon {
	color: #fff;
}

.ott-topbar-element-text {
	color: #fff;
	margin-left: 7px;
}

.ott-topbar-element-wrapper-inner, .ott-topbar-element-text {
	font-weight: 700;
}

.ott-topbar-element-wrapper-inner.is-stock .ott-topbar-element {
	color: #c39052;
}

.ott-topbar-element-wrapper-inner.is-first-text .ott-topbar-element-text, .ott-topbar-element-wrapper-inner.is-second-text .ott-topbar-element-text {
	line-height: 11px;
}

@media (min-width: 576px) {
	.ott-topbar-element-wrapper-inner.is-first-text .ott-topbar-element-text, .ott-topbar-element-wrapper-inner.is-second-text .ott-topbar-element-text {
		line-height: 20px;
	}
}

.ott-topbar-element-wrapper-inner.is-first-text .icon {
	color: #fff;
	height: 16px;
	position: relative;
	width: 16px;
}

@media (min-width: 576px) {
	.ott-topbar-element-wrapper-inner.is-first-text .icon {
		top: -3px;
	}
}

.ott-topbar-element-wrapper-inner.is-second-text .icon {
	color: #fff;
	height: 14px;
	position: relative;
	top: -1px;
	width: 14px;
}

@media (min-width: 576px) {
	.ott-topbar-element-wrapper-inner.is-second-text .icon {
		top: -3px;
	}
}

.ott-topbar-element-wrapper-inner.is-phone .ott-topbar-element-text {
	color: #c39052;
}

.ott-topbar-element-wrapper-inner.is-phone svg {
	height: 14px;
	position: relative;
	top: -1px;
	width: 14px;
}

.js-cookie-configuration-button {
	display: none;
}

.offcanvas-cart .cart-item-img {
	border: unset;
}

.offcanvas-cart .cart-item-details {
	margin-bottom: 3px;
}

.offcanvas-cart .icon-feather-truck {
	height: 13px;
	margin-right: 3px;
	-ms-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 13px;
}

.offcanvas-cart .icon-feather-truck path {
	fill: #fff;
	stroke: #393939;
}

.offcanvas-cart .icon-local {
	color: #c39052;
	height: 13px;
	width: 13px;
}

.offcanvas-cart .cart-item-delivery-date, .offcanvas-cart .ott-delivery-type {
	font-size: 10px;
}

.offcanvas-cart .cart-item.is-discount .cart-item-price {
	color: #393939;
}

.checkout {
	padding-top: 35px;
}

@media (min-width: 992px) {
	.checkout {
		padding-top: 70px;
	}
}

.is-act-checkoutregisterpage .ott-newsletter-container, .is-act-confirmpage .ott-newsletter-container, .is-act-cartpage .ott-newsletter-container {
	display: none;
}

.ott-cart-item-pseudo-price {
	font-size: 10px;
	line-height: 11px;
	text-align: left;
	text-decoration: line-through;
}

@media (min-width: 768px) {
	.is-act-cartpage .ott-cart-item-pseudo-price {
		font-size: 16px;
		line-height: 16px;
	}
}

@media (min-width: 992px) {
	.is-act-confirmpage .ott-cart-item-pseudo-price {
		font-size: 16px;
		line-height: 16px;
	}
}

@media (min-width: 768px) {
	.ott-mobile-price {
		display: none;
	}
}

@media (min-width: 768px) {
	.cart-item-promotion .ott-mobile-price {
		display: block;
	}
}

.is-act-cartpage .ott-mobile-pseudo-price {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.is-act-cartpage .ott-mobile-pseudo-price {
		margin-top: .75rem;
	}
}

.is-act-confirmpage .ott-mobile-pseudo-price {
	margin-top: 10px;
}

.ott-mobile-pseudo-price ~ .ott-mobile-price {
	margin-top: 0 !important;
}

@media (min-width: 768px) {
	.is-act-cartpage .ott-mobile-pseudo-price ~ .ott-mobile-price {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.is-act-confirmpage .ott-mobile-pseudo-price ~ .ott-mobile-price {
		margin-top: 0;
	}
}

.ott-cart-item-regular-price.has-discount {
	color: #c39052;
	font-weight: 600;
}

@media (min-width: 768px) {
	.is-act-cartpage .ott-cart-item-regular-price.has-discount {
		color: #c39052;
		font-size: 21px;
		font-weight: 600;
	}
}

@media (min-width: 992px) {
	.is-act-confirmpage .ott-cart-item-regular-price.has-discount {
		color: #c39052;
		font-size: 21px;
		font-weight: 600;
	}
}

.is-act-cartpage .content-main {
	margin-top: unset;
}

.is-act-cartpage .cart-main-header {
	text-align: center;
}

@media (max-width: 767.98px) {
	.is-act-cartpage .cart-main-header {
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 0;
	}
}

@media (min-width: 576px) {
	.is-act-cartpage .cart-main-header {
		margin-top: 35px;
	}
}

@media (min-width: 768px) {
	.is-act-cartpage .cart-main-header {
		font-size: 36px;
		margin-bottom: 4rem;
		margin-top: 1rem;
	}
}

@media (min-width: 992px) {
	.is-act-cartpage .cart-main-header {
		font-size: 48px;
	}
}

.is-act-cartpage .checkout {
	padding-top: 20px;
}

.is-act-cartpage .checkout .checkout-main {
	margin-bottom: unset;
}

@media (min-width: 768px) {
	.is-act-cartpage .checkout .checkout-main {
		-ms-flex: unset;
		flex: unset;
		margin-bottom: 1.5rem;
		max-width: unset;
	}
}

.is-act-cartpage .checkout .checkout-aside {
	margin-left: unset;
}

.is-act-cartpage .ott-cart-item-grid {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 80px 1fr;
	grid-template-rows: 1fr 40px 60px;
}

@media (min-width: 768px) {
	.is-act-cartpage .ott-cart-item-grid {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

.is-act-cartpage .ott-cart-item-grid .cart-item-info {
	-ms-flex: unset;
	flex: unset;
	grid-column-end: 3;
	grid-column-start: 1;
	grid-row-start: 1;
	margin-bottom: 0;
	max-width: unset;
}

@media (min-width: 768px) {
	.is-act-cartpage .ott-cart-item-grid .cart-item-info {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
}

.is-act-cartpage .ott-cart-item-grid .cart-item-unit-price {
	grid-column-end: 3;
	grid-column-start: 2;
	grid-row-start: 2;
	justify-self: start;
}

.is-act-cartpage .ott-cart-item-grid .cart-item-unit-price.ott-mobile-price {
	font-weight: 500;
	margin-top: 10px;
}

@media (min-width: 768px) {
	.is-act-cartpage .ott-cart-item-grid .cart-item-unit-price.ott-mobile-price {
		margin-top: .75rem;
	}
}

.is-act-cartpage .ott-cart-item-grid .icon-feather-truck {
	height: 13px;
	margin-right: 3px;
	-ms-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 13px;
}

@media (min-width: 768px) {
	.is-act-cartpage .ott-cart-item-grid .icon-feather-truck {
		height: 20px;
		width: 19px;
	}
}

.is-act-cartpage .ott-cart-item-grid .icon-feather-truck path {
	fill: #fff;
	stroke: #393939;
}

.is-act-cartpage .ott-cart-item-grid .icon-local {
	color: #c39052;
	height: 13px;
	width: 13px;
}

@media (min-width: 768px) {
	.is-act-cartpage .ott-cart-item-grid .icon-local {
		height: 20px;
		width: 20px;
	}
}

.is-act-cartpage .ott-cart-item-grid .cart-item-quantity {
	grid-column-end: 3;
	grid-column-start: 2;
	grid-row-start: 2;
	justify-self: start;
}

@media (max-width: 767.98px) {
	.is-act-cartpage .ott-cart-item-grid .cart-item-quantity {
		margin-top: 11px;
	}
}

@media (min-width: 768px) {
	.is-act-cartpage .ott-cart-item-grid .cart-item-quantity {
		grid-row-start: 3;
	}
}

.is-act-cartpage .ott-cart-item-grid .ott-item-actions-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	grid-column-end: 3;
	grid-column-start: 2;
	grid-row-start: 3;
	justify-self: start;
	margin-top: 7px;
}

@media (min-width: 768px) {
	.is-act-cartpage .ott-cart-item-grid .ott-item-actions-wrapper {
		-ms-flex-direction: unset;
		flex-direction: unset;
		grid-row-start: 4;
		margin-left: 78px;
		padding-left: 16px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.is-act-cartpage .ott-cart-item-grid .ott-item-actions-wrapper {
		margin-left: 150px;
	}
}

.is-act-cartpage .ott-cart-item-grid .ott-cart-item-last-stock-wrapper {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #c39052;
	color: #c39052;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: .5625rem;
	grid-column-end: 3;
	grid-column-start: 2;
	grid-row-start: 5;
	height: 20px;
	justify-self: start;
	margin: 7px 0;
	padding: 2px 12px 0;
	width: max-content;
}

@media (min-width: 768px) {
	.is-act-cartpage .ott-cart-item-grid .ott-cart-item-last-stock-wrapper {
		font-size: .875rem;
		height: 24px;
		line-height: 20px;
		padding: 0 12px;
	}
}

.is-act-cartpage .cart-item-quantity-row {
	margin: unset;
	padding: unset;
}

.is-act-cartpage .cart-item-quantity-row div {
	padding: unset;
	text-align: left;
}

@media (min-width: 768px) {
	.is-act-cartpage .cart-item-quantity-row div {
		text-align: right;
	}
}

.is-act-cartpage .custom-select {
	font-size: .625rem;
	height: 33px;
	width: 50px;
}

@media (min-width: 768px) {
	.is-act-cartpage .custom-select {
		font-size: .875rem;
		height: unset;
		margin-left: -22px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.is-act-cartpage .custom-select {
		margin-left: unset;
	}
}

.is-act-cartpage .cart-item-unit-price-label, .is-act-cartpage .cart-item-quantity-label {
	display: none;
}

.is-act-cartpage .cart-item-details {
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: unset;
	padding-top: 0;
}

.is-act-cartpage .cart-item {
	border-bottom: unset;
}

.is-act-cartpage .product-wishlist {
	margin-top: unset;
}

.is-act-cartpage .product-wishlist .icon-wishlist {
	height: 15px;
}

.is-act-cartpage .icon-wishlist svg {
	top: -1px;
}

.is-act-cartpage .product-wishlist-btn-content {
	font-family: "Poppins", sans-serif;
	font-size: .675rem;
	font-weight: 300;
	margin-left: 12px;
	text-decoration: none;
}

@media (min-width: 992px) {
	.is-act-cartpage .product-wishlist-btn-content {
		font-size: 1rem;
	}
}

.is-act-cartpage .product-wishlist-action {
	-ms-flex-align: center;
	align-items: center;
	color: #b8b8b8;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
}

@media (min-width: 992px) {
	.is-act-cartpage .product-wishlist-action {
		border-left: 1px solid #b8b8b8;
		padding: 0 0 0 20px;
	}
}

.is-act-cartpage .icon-trash-can {
	color: #b8b8b8;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 15px;
	margin-right: 10px;
}

.is-act-cartpage .icon-trash-can svg {
	top: -1px;
}

.is-act-cartpage .breadcrumb {
	margin-top: -10px;
	padding: 0 0 20px;
}

@media (min-width: 992px) {
	.is-act-cartpage .breadcrumb {
		margin-bottom: 30px;
		margin-top: 15px;
		padding: 5px 0 0;
	}
}

.is-act-cartpage .btn-danger {
	font-weight: 300;
}

.is-act-cartpage #addPromotionInput {
	font-size: .625rem;
}

@media (min-width: 768px) {
	.is-act-cartpage #addPromotionInput {
		font-size: .875rem;
	}
}

@media (min-width: 992px) {
	.is-act-cartpage #addPromotionInput {
		font-size: 1rem;
	}
}

@media (min-width: 1200px) {
	.is-act-cartpage #addPromotionInput {
		font-size: 1.125rem;
	}
}

.is-act-cartpage .checkout-main .cart-item-remove {
	-ms-flex: unset;
	flex: unset;
	max-width: unset;
	padding: unset;
	width: auto;
}

.is-act-cartpage .checkout-main .cart-item-remove-button {
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: unset;
	color: #b8b8b8;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	padding: 0 20px 0 0;
}

.is-act-cartpage .checkout-main .cart-item-remove-button:active {
	background-color: #fff !important;
	border-color: unset !important;
	color: #b8b8b8 !important;
}

.is-act-cartpage .checkout-main .cart-item-remove-button:focus {
	box-shadow: unset !important;
}

.is-act-cartpage .checkout-main .cart-item-img {
	border: unset;
}

@media (min-width: 992px) {
	.is-act-cartpage .checkout-main .cart-item-img {
		height: auto;
		width: 142px;
	}
}

.is-act-cartpage .checkout-main .cart-item-delivery-date, .is-act-cartpage .checkout-main .ott-cart-remove-item-text, .is-act-cartpage .checkout-main .cart-item-label, .is-act-cartpage .checkout-main .add-promotion-heading, .is-act-cartpage .checkout-main .checkout-aside-summary-label, .is-act-cartpage .checkout-main .checkout-aside-summary-value, .is-act-cartpage .checkout-main .btn-primary, .is-act-cartpage .checkout-main .address-editor-select:not(.collapsed), .is-act-cartpage .checkout-main .address-editor-edit:not(.collapsed), .is-act-cartpage .checkout-main .address-editor-create:not(.collapsed), .is-act-cartpage .checkout-main .btn-secondary, .is-act-cartpage .checkout-main .btn-danger, .is-act-cartpage .checkout-main .ott-delivery-type {
	font-size: .625rem;
}

@media (min-width: 768px) {
	.is-act-cartpage .checkout-main .cart-item-delivery-date, .is-act-cartpage .checkout-main .ott-cart-remove-item-text, .is-act-cartpage .checkout-main .cart-item-label, .is-act-cartpage .checkout-main .add-promotion-heading, .is-act-cartpage .checkout-main .checkout-aside-summary-label, .is-act-cartpage .checkout-main .checkout-aside-summary-value, .is-act-cartpage .checkout-main .btn-primary, .is-act-cartpage .checkout-main .address-editor-select:not(.collapsed), .is-act-cartpage .checkout-main .address-editor-edit:not(.collapsed), .is-act-cartpage .checkout-main .address-editor-create:not(.collapsed), .is-act-cartpage .checkout-main .btn-secondary, .is-act-cartpage .checkout-main .btn-danger, .is-act-cartpage .checkout-main .ott-delivery-type {
		font-size: .875rem;
	}
}

@media (min-width: 992px) {
	.is-act-cartpage .checkout-main .cart-item-delivery-date, .is-act-cartpage .checkout-main .ott-cart-remove-item-text, .is-act-cartpage .checkout-main .cart-item-label, .is-act-cartpage .checkout-main .add-promotion-heading, .is-act-cartpage .checkout-main .checkout-aside-summary-label, .is-act-cartpage .checkout-main .checkout-aside-summary-value, .is-act-cartpage .checkout-main .btn-primary, .is-act-cartpage .checkout-main .address-editor-select:not(.collapsed), .is-act-cartpage .checkout-main .address-editor-edit:not(.collapsed), .is-act-cartpage .checkout-main .address-editor-create:not(.collapsed), .is-act-cartpage .checkout-main .btn-secondary, .is-act-cartpage .checkout-main .btn-danger, .is-act-cartpage .checkout-main .ott-delivery-type {
		font-size: 1rem;
	}
}

@media (min-width: 1200px) {
	.is-act-cartpage .checkout-main .cart-item-delivery-date, .is-act-cartpage .checkout-main .ott-cart-remove-item-text, .is-act-cartpage .checkout-main .cart-item-label, .is-act-cartpage .checkout-main .add-promotion-heading, .is-act-cartpage .checkout-main .checkout-aside-summary-label, .is-act-cartpage .checkout-main .checkout-aside-summary-value, .is-act-cartpage .checkout-main .btn-primary, .is-act-cartpage .checkout-main .address-editor-select:not(.collapsed), .is-act-cartpage .checkout-main .address-editor-edit:not(.collapsed), .is-act-cartpage .checkout-main .address-editor-create:not(.collapsed), .is-act-cartpage .checkout-main .btn-secondary, .is-act-cartpage .checkout-main .btn-danger, .is-act-cartpage .checkout-main .ott-delivery-type {
		font-size: 1.125rem;
	}
}

.is-act-cartpage .checkout-main .ott-delivery-type {
	margin-bottom: 5px !important;
}

.is-act-cartpage .checkout-main .cart-item-delivery-date, .is-act-cartpage .checkout-main .ott-delivery-type {
	font-size: 10px;
	font-style: italic;
	font-weight: 300;
	margin-top: 2px;
}

@media (min-width: 768px) {
	.is-act-cartpage .checkout-main .cart-item-delivery-date, .is-act-cartpage .checkout-main .ott-delivery-type {
		font-size: 16px;
		padding-bottom: 2px;
	}
}

@media (max-width: 767.98px) {
	.is-act-cartpage .checkout-main .cart-item-label {
		display: block;
		font-weight: 500;
		line-height: 15px;
	}
}

.is-act-cartpage .add-promotion-heading {
	font-weight: 300;
}

.is-act-cartpage #addPromotionInput, .is-act-cartpage #addPromotionOffcanvasCartInput {
	font-size: 1rem;
	height: 30px;
}

@media (min-width: 576px) {
	.is-act-cartpage #addPromotionInput, .is-act-cartpage #addPromotionOffcanvasCartInput {
		max-width: 200px;
	}
}

@media (min-width: 768px) {
	.is-act-cartpage #addPromotionInput, .is-act-cartpage #addPromotionOffcanvasCartInput {
		height: 40px;
	}
}

@media (min-width: 992px) {
	.is-act-cartpage #addPromotionInput, .is-act-cartpage #addPromotionOffcanvasCartInput {
		height: 52px;
		max-width: unset;
	}
}

.is-act-cartpage .input-group-append {
	height: 30px;
}

@media (min-width: 576px) {
	.is-act-cartpage .input-group-append {
		max-width: 86px;
	}
}

@media (min-width: 768px) {
	.is-act-cartpage .input-group-append {
		height: 40px;
	}
}

@media (min-width: 992px) {
	.is-act-cartpage .input-group-append {
		height: 52px;
		max-width: unset;
	}
}

.is-act-cartpage .cart-item-unit-price {
	font-size: .75rem;
	text-align: left;
}

@media (min-width: 768px) {
	.is-act-cartpage .cart-item-unit-price {
		font-size: 1rem;
		text-align: right;
	}
}

@media (min-width: 992px) {
	.is-act-cartpage .cart-item-unit-price {
		font-size: 1.125rem;
	}
}

@media (min-width: 1200px) {
	.is-act-cartpage .cart-item-unit-price {
		font-size: 21px;
	}
}

.is-act-cartpage .ott-cart-remove-item-text {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
}

.is-act-cartpage .btn-primary, .is-act-cartpage .address-editor-select:not(.collapsed), .is-act-cartpage .address-editor-edit:not(.collapsed), .is-act-cartpage .address-editor-create:not(.collapsed) {
	font-size: .75rem;
	font-weight: 300;
}

@media (min-width: 768px) {
	.is-act-cartpage .btn-primary, .is-act-cartpage .address-editor-select:not(.collapsed), .is-act-cartpage .address-editor-edit:not(.collapsed), .is-act-cartpage .address-editor-create:not(.collapsed) {
		font-size: .875rem;
	}
}

@media (min-width: 992px) {
	.is-act-cartpage .btn-primary, .is-act-cartpage .address-editor-select:not(.collapsed), .is-act-cartpage .address-editor-edit:not(.collapsed), .is-act-cartpage .address-editor-create:not(.collapsed) {
		font-size: 1rem;
	}
}

@media (min-width: 1200px) {
	.is-act-cartpage .btn-primary, .is-act-cartpage .address-editor-select:not(.collapsed), .is-act-cartpage .address-editor-edit:not(.collapsed), .is-act-cartpage .address-editor-create:not(.collapsed) {
		font-size: 1.125rem;
	}
}

.is-act-cartpage .btn-secondary {
	background-color: #fff;
	border: 1px solid #393939;
	border-radius: unset;
	color: #393939;
	font-weight: 300;
	line-height: unset;
}

.is-act-cartpage .btn-secondary:hover {
	background-color: #c39052;
	border-color: #c39052;
	color: #fff;
}

.is-act-cartpage .checkout-aside-container {
	display: -ms-grid;
	display: grid;
	grid-template-rows: auto auto auto;
}

@media (min-width: 768px) {
	.is-act-cartpage .checkout-aside-container {
		border-top: 1px solid #ebebeb;
		grid-template-columns: 1fr 2% 60px 1fr;
		grid-template-rows: 1fr auto;
	}
}

@media (min-width: 992px) {
	.is-act-cartpage .checkout-aside-container {
		grid-template-columns: 1fr 1fr 60px 1fr;
	}
}

.is-act-cartpage .checkout-product-table {
	margin-bottom: unset;
}

.is-act-cartpage .checkout-aside-action {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	grid-row-start: 1;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 25px 0 30px;
}

.is-act-cartpage .checkout-aside-action.ott-checkout-proceed {
	padding-top: 0;
}

@media (min-width: 768px) {
	.is-act-cartpage .checkout-aside-action {
		border-bottom: unset;
		border-top: unset;
		grid-column-start: 1;
		grid-row-start: 1;
		margin-top: 46px;
		padding: unset;
	}
}

.is-act-cartpage .checkout-aside-summary {
	background-color: #fff;
	grid-row-start: 2;
	justify-self: left;
	padding: 15px 0;
}

@media (min-width: 768px) {
	.is-act-cartpage .checkout-aside-summary {
		grid-column-start: 4;
		grid-row-start: 1;
		margin-top: 30px;
		padding-bottom: 0;
	}
}

.is-act-cartpage .ott-checkout-proceed {
	border: unset;
	grid-row-start: 3;
}

@media (min-width: 768px) {
	.is-act-cartpage .ott-checkout-proceed {
		grid-column-start: 4;
		grid-row-start: 2;
		margin-top: 41px;
	}
}

@media (min-width: 768px) {
	.is-act-cartpage .checkout .checkout-main {
		-ms-flex: unset;
		flex: unset;
		max-width: unset;
	}
	
	.is-act-cartpage .checkout .checkout-aside {
		-ms-flex: unset;
		flex: unset;
		max-width: unset;
	}
	
	.is-act-cartpage .ott-summary-line-placeholder {
		border-left: 1px solid #ebebeb;
		grid-column-start: 3;
		grid-row-start: 1;
		margin-top: 30px;
	}
}

@media (max-width: 767.98px) {
	.is-act-cartpage .checkout-container {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.is-act-cartpage .checkout-container {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (min-width: 992px) {
	.is-act-cartpage .card-title {
		font-size: 1.125rem;
	}
	
	.is-act-cartpage .cart-item-img-container {
		width: 142px;
	}
}

.is-act-cartpage .ott-emptyCart-content-wrapper {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.is-act-cartpage .ott-emptyCart-content-wrapper .icon-info {
	display: none;
}

.is-act-cartpage .ott-emptyCart-content-wrapper .alert-content-container {
	background-color: #fff;
	color: #393939;
}

.is-act-cartpage .ott-emptyCart-content-wrapper .alert-content {
	font-size: 10px;
	font-weight: 300;
}

@media (min-width: 576px) {
	.is-act-cartpage .ott-emptyCart-content-wrapper .alert-content {
		font-size: 18px;
	}
}

.is-act-cartpage .ott-emptyCart-heading {
	font-family: "Lora", serif;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 40px;
	width: fit-content;
}

@media (min-width: 576px) {
	.is-act-cartpage .ott-emptyCart-heading {
		font-size: 48px;
	}
}

.is-act-cartpage .ott-emptyCart-btn {
	display: -ms-grid;
	display: grid;
	font-size: 9px;
	height: 30px;
	margin-bottom: 40px;
	place-content: center;
	width: 274px;
}

@media (min-width: 576px) {
	.is-act-cartpage .ott-emptyCart-btn {
		font-size: 18px;
		height: 52px;
		margin-top: 15px;
	}
}

.is-act-cartpage .cart-item-details-characteristics, .is-act-cartpage .product-feature-list {
	display: none;
}

.ott-cart-header-mobile {
	border-bottom: 2px solid #f5f5f5;
	font-size: 10px;
	padding-bottom: 10px;
}

@media (min-width: 768px) {
	.ott-cart-header-mobile {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.checkout-aside-add-code {
		margin-top: .5rem;
	}
}

.is-act-confirmpage #addPromotionInput {
	height: 30px;
}

@media (min-width: 768px) {
	.is-act-confirmpage #addPromotionInput {
		height: 40px;
		padding-top: 10px;
	}
}

@media (min-width: 992px) {
	.is-act-confirmpage #addPromotionInput {
		height: 52px;
	}
}

.is-act-confirmpage #addPromotionInput ~ .input-group-append .btn-secondary {
	background-color: #fff;
	border: 1px solid #393939;
	border-radius: unset;
	color: #393939;
	font-size: .625rem;
	font-weight: 300;
	height: 30px;
	line-height: unset;
}

@media (min-width: 768px) {
	.is-act-confirmpage #addPromotionInput ~ .input-group-append .btn-secondary {
		font-size: .875rem;
		height: 40px;
	}
}

@media (min-width: 992px) {
	.is-act-confirmpage #addPromotionInput ~ .input-group-append .btn-secondary {
		height: 52px;
		line-height: 48px;
	}
}

.is-act-confirmpage #addPromotionInput ~ .input-group-append .btn-secondary:hover {
	background-color: #c39052;
	border-color: #c39052;
	color: #fff;
}

.is-act-confirmpage #addPromotionInput ~ .input-group-append .btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(163, 134, 72, .5);
}

.is-act-confirmpage .add-promotion-heading {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 12px;
	padding-bottom: 10px;
}

@media (min-width: 992px) {
	.is-act-confirmpage .checkout-aside .cart-item-img-link {
		min-height: 70px;
	}
}

@media (min-width: 992px) {
	.is-act-confirmpage .checkout-aside .cart-item-details {
		padding-top: 0;
	}
}

@media (max-width: 767.98px) {
	.is-act-confirmpage .checkout {
		padding-top: 35px;
	}
}

@media (max-width: 767.98px) {
	.is-act-confirmpage .checkout-aside-action {
		margin-top: 0;
	}
}

.is-act-confirmpage .product-feature-list {
	display: none;
}

.is-act-confirmpage #customerComment {
	border-color: #ebebeb;
	height: 114px;
}

@media (min-width: 992px) {
	.is-act-confirmpage #customerComment {
		height: 140px;
	}
}

.is-act-confirmpage .payment-method-label .payment-method-description, .is-act-confirmpage .payment-method-label .shipping-method-description {
	width: 100%;
}

.is-act-confirmpage .shipping-method-label .payment-method-description, .is-act-confirmpage .shipping-method-label .shipping-method-description {
	width: 100%;
}

@media (min-width: 992px) {
	.is-act-confirmpage .checkout {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

@media (min-width: 992px) {
	.is-act-confirmpage .checkout .checkout-main {
		-ms-flex: 0 0 64%;
		flex: 0 0 64%;
		margin-left: unset;
		margin-right: unset;
		max-width: 64%;
		padding-right: 45px;
	}
}

@media (min-width: 768px) {
	.is-act-confirmpage .checkout .checkout-aside {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-left: 0;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.is-act-confirmpage .checkout .checkout-aside {
		border-left: 1px solid #ebebeb;
		-ms-flex: 0 0 36%;
		flex: 0 0 36%;
		margin-left: unset;
		max-width: 36%;
		padding-left: 45px;
	}
}

.is-act-confirmpage .checkout .confirm-tos {
	display: none;
}

.is-act-confirmpage .checkout .ott-checkout-tos {
	font-size: 10px;
	font-weight: 300;
	line-height: 16px;
}

@media (min-width: 768px) {
	.is-act-confirmpage .checkout .ott-checkout-tos {
		font-size: 14px;
		line-height: 21px;
	}
}

@media (max-width: 991.98px) {
	.is-act-confirmpage .checkout .ott-checkout-tos {
		margin-bottom: 1rem;
	}
}

.is-act-confirmpage .checkout .ott-checkout-tos a {
	color: #393939;
}

.is-act-confirmpage .checkout .ott-checkout-tos a:hover {
	text-decoration: none;
}

.is-act-confirmpage .checkout .checkout-aside-summary {
	padding: 0 0 15px;
}

.is-act-confirmpage .checkout .checkout-aside-summary-header {
	display: none;
}

.is-act-confirmpage .checkout .card-title {
	font-weight: 400;
}

.is-act-confirmpage .checkout .checkout-additional {
	-ms-flex: unset;
	flex: unset;
	margin-bottom: 30px;
	max-width: unset;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 992px) {
	.is-act-confirmpage .checkout .checkout-additional {
		margin: unset;
		padding-left: unset;
	}
}

.is-act-confirmpage .ott-confirm-product {
	display: block;
}

@media (max-width: 767.98px) {
	.is-act-confirmpage .confirm-address {
		margin-bottom: .5rem;
	}
}

.is-act-confirmpage .confirm-address .card-body {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
}

.is-act-confirmpage .confirm-address .card-title {
	font-weight: 400;
	grid-column-end: 2;
	grid-column-start: 1;
	grid-row-end: 2;
	grid-row-start: 1;
	height: 22px;
	padding-bottom: unset;
}

@media (min-width: 992px) {
	.is-act-confirmpage .confirm-address .card-title {
		height: 25px;
		padding-bottom: 35px;
	}
}

.is-act-confirmpage .confirm-address .card-actions {
	-ms-flex-align: unset;
	align-items: unset;
	margin: unset;
	text-align: right;
}

.is-act-confirmpage .confirm-address .ott-checkout-action {
	grid-column-end: 3;
	grid-column-start: 2;
	grid-row-end: 2;
	grid-row-start: 1;
}

.is-act-confirmpage .confirm-address .confirm-address-billing, .is-act-confirmpage .confirm-address .confirm-address-shipping {
	grid-column-end: 3;
	grid-column-start: 1;
	grid-row-end: 3;
	grid-row-start: 2;
}

.is-act-confirmpage .ott-confirm-payment-shipping-wrapper {
	padding: unset;
}

.is-act-confirmpage .confirm-payment {
	padding: unset;
}

@media (max-width: 767.98px) {
	.is-act-confirmpage .confirm-payment {
		margin-bottom: .5rem;
	}
}

@media (max-width: 767.98px) {
	.is-act-confirmpage .confirm-payment-shipping {
		margin-bottom: .5rem;
	}
}

.is-act-confirmpage .ott-checkout-shipping-action {
	color: #393939;
	font-weight: 300;
	text-decoration: underline;
}

.is-act-confirmpage .custom-select {
	font-size: 1rem;
	height: 33px;
	width: 50px;
}

@media (max-width: 991.98px) {
	.is-act-confirmpage .custom-select {
		padding-bottom: 5px;
		padding-top: 5px;
	}
}

@media (min-width: 992px) {
	.is-act-confirmpage .custom-select {
		height: unset;
		margin-left: -22px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.is-act-confirmpage .custom-select {
		margin-left: unset;
	}
}

.is-act-confirmpage .ott-cart-item-grid {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 80px 1fr;
	grid-template-rows: auto auto auto auto;
}

.is-act-confirmpage .ott-cart-item-grid .cart-item-row {
	-ms-flex-wrap: unset;
	flex-wrap: unset;
}

.is-act-confirmpage .ott-cart-item-grid .cart-item-info {
	-ms-flex: unset;
	flex: unset;
	grid-column-end: 3;
	grid-column-start: 1;
	grid-row-start: 1;
	max-width: unset;
}

@media (max-width: 767.98px) {
	.is-act-confirmpage .ott-cart-item-grid .cart-item-info {
		margin-bottom: .5rem;
	}
}

.is-act-confirmpage .ott-cart-item-grid .cart-item-details-characteristics {
	display: none;
}

.is-act-confirmpage .ott-cart-item-grid .icon-feather-truck {
	height: 13px;
	margin-right: 3px;
	-ms-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 13px;
}

@media (min-width: 992px) {
	.is-act-confirmpage .ott-cart-item-grid .icon-feather-truck {
		height: 19px;
		width: 18px;
	}
}

.is-act-confirmpage .ott-cart-item-grid .icon-feather-truck path {
	fill: #fff;
	stroke: #393939;
}

.is-act-confirmpage .ott-cart-item-grid .icon-local {
	color: #c39052;
	height: 13px;
	width: 13px;
}

@media (min-width: 768px) {
	.is-act-confirmpage .ott-cart-item-grid .icon-local {
		height: 20px;
		width: 20px;
	}
}

.is-act-confirmpage .ott-cart-item-grid .ott-cart-delivery-date-info {
	cursor: pointer;
}

.is-act-confirmpage .ott-cart-item-grid .icon-info-circle {
	color: #393939;
	height: 11px;
	position: relative;
	top: -1px;
	width: 11px;
}

@media (min-width: 992px) {
	.is-act-confirmpage .ott-cart-item-grid .icon-info-circle {
		height: 15px;
		width: 15px;
	}
}

.is-act-confirmpage .ott-cart-item-grid .cart-item-unit-price {
	grid-column-end: 3;
	grid-column-start: 2;
	grid-row-start: 2;
	justify-self: start;
	margin-bottom: 12px;
	max-width: unset;
	width: fit-content;
}

.is-act-confirmpage .ott-cart-item-grid .cart-item-quantity {
	grid-column-end: 3;
	grid-column-start: 2;
	grid-row-start: 3;
	justify-self: start;
}

.is-act-confirmpage .ott-cart-item-grid .ott-item-actions-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	grid-column-end: 3;
	grid-column-start: 2;
	grid-row-start: 4;
	justify-self: start;
	margin-top: 7px;
}

.is-act-confirmpage .cart-item-details-container {
	padding-left: unset;
}

.is-act-confirmpage .cart-item-quantity-row {
	margin: unset;
	padding: unset;
}

.is-act-confirmpage .cart-item-quantity-row div {
	padding: unset;
	text-align: left;
}

@media (min-width: 992px) {
	.is-act-confirmpage .cart-item-quantity-row div {
		text-align: right;
	}
}

.is-act-confirmpage .cart-item-details {
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: unset;
}

.is-act-confirmpage .cart-item-unit-price-label, .is-act-confirmpage .cart-item-quantity-label {
	display: none;
}

.is-act-confirmpage .cart-item-remove {
	-ms-flex: unset;
	flex: unset;
	max-width: unset;
	padding: unset;
	width: auto;
}

.is-act-confirmpage .cart-item-remove-button {
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: unset;
	color: #b8b8b8;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	padding: 0 20px 0 0;
}

.is-act-confirmpage .cart-item-remove-button:active {
	background-color: #fff !important;
	border-color: unset !important;
	color: #b8b8b8 !important;
}

.is-act-confirmpage .cart-item-remove-button:focus {
	box-shadow: unset !important;
}

.is-act-confirmpage .icon-trash-can {
	color: #b8b8b8;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 15px;
	margin-right: 10px;
}

.is-act-confirmpage .icon-trash-can svg {
	top: -1px;
}

.is-act-confirmpage .ott-cart-remove-item-text {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
}

.is-act-confirmpage .cart-item-img {
	border: unset;
}

@media (min-width: 992px) {
	.is-act-confirmpage .cart-item-img:not(.cart-item-discount-icon) {
		width: 142px;
	}
}

@media (min-width: 992px) {
	.is-act-confirmpage .cart-item-img {
		height: auto;
	}
}

.is-act-confirmpage .ott-mobile-price {
	margin: 6px 0 0 !important;
}

@media (min-width: 992px) {
	.is-act-confirmpage .ott-mobile-price {
		margin: .5rem 0 0 !important;
	}
}

.is-act-confirmpage .ott-mobile-pseudo-price ~ .ott-mobile-price {
	margin: 0 !important;
}

@media (min-width: 992px) {
	.is-act-confirmpage .ott-mobile-pseudo-price ~ .ott-mobile-price {
		margin: .5rem 0 0 !important;
	}
}

.is-act-confirmpage .cart-item-label {
	white-space: nowrap;
}

@media (max-width: 767.98px) {
	.is-act-confirmpage .cart-item-label {
		display: block;
		font-weight: 500;
		line-height: 15px;
	}
}

.is-act-confirmpage .ott-cart-remove-item-text, .is-act-confirmpage .cart-item-label, .is-act-confirmpage .add-promotion-heading, .is-act-confirmpage .checkout-aside-summary-label, .is-act-confirmpage .checkout-aside-summary-value, .is-act-confirmpage .btn-secondary, .is-act-confirmpage .card-title, .is-act-confirmpage .confirm-address-billing, .is-act-confirmpage .confirm-address-shipping, .is-act-confirmpage .revocation-notice, .is-act-confirmpage .custom-control-label, .is-act-confirmpage .checkout-aside-summary-header, .is-act-confirmpage .ott-delivery-heading, .is-act-confirmpage .ott-delivery-methode, .is-act-confirmpage .ott-delivery-methode-time, .is-act-confirmpage .ott-delivery-methode-text, .is-act-confirmpage .ott-delivery-element-info {
	font-size: .625rem;
}

@media (min-width: 992px) {
	.is-act-confirmpage .ott-cart-remove-item-text, .is-act-confirmpage .cart-item-label, .is-act-confirmpage .add-promotion-heading, .is-act-confirmpage .checkout-aside-summary-label, .is-act-confirmpage .checkout-aside-summary-value, .is-act-confirmpage .btn-secondary, .is-act-confirmpage .card-title, .is-act-confirmpage .confirm-address-billing, .is-act-confirmpage .confirm-address-shipping, .is-act-confirmpage .revocation-notice, .is-act-confirmpage .custom-control-label, .is-act-confirmpage .checkout-aside-summary-header, .is-act-confirmpage .ott-delivery-heading, .is-act-confirmpage .ott-delivery-methode, .is-act-confirmpage .ott-delivery-methode-time, .is-act-confirmpage .ott-delivery-methode-text, .is-act-confirmpage .ott-delivery-element-info {
		font-size: .875rem;
	}
}

@media (min-width: 992px) {
	.is-act-confirmpage .ott-cart-remove-item-text, .is-act-confirmpage .cart-item-label, .is-act-confirmpage .add-promotion-heading, .is-act-confirmpage .checkout-aside-summary-label, .is-act-confirmpage .checkout-aside-summary-value, .is-act-confirmpage .btn-secondary, .is-act-confirmpage .card-title, .is-act-confirmpage .confirm-address-billing, .is-act-confirmpage .confirm-address-shipping, .is-act-confirmpage .revocation-notice, .is-act-confirmpage .custom-control-label, .is-act-confirmpage .checkout-aside-summary-header, .is-act-confirmpage .ott-delivery-heading, .is-act-confirmpage .ott-delivery-methode, .is-act-confirmpage .ott-delivery-methode-time, .is-act-confirmpage .ott-delivery-methode-text, .is-act-confirmpage .ott-delivery-element-info {
		font-size: 1rem;
	}
}

@media (min-width: 1200px) {
	.is-act-confirmpage .ott-cart-remove-item-text, .is-act-confirmpage .cart-item-label, .is-act-confirmpage .add-promotion-heading, .is-act-confirmpage .checkout-aside-summary-label, .is-act-confirmpage .checkout-aside-summary-value, .is-act-confirmpage .btn-secondary, .is-act-confirmpage .card-title, .is-act-confirmpage .confirm-address-billing, .is-act-confirmpage .confirm-address-shipping, .is-act-confirmpage .revocation-notice, .is-act-confirmpage .custom-control-label, .is-act-confirmpage .checkout-aside-summary-header, .is-act-confirmpage .ott-delivery-heading, .is-act-confirmpage .ott-delivery-methode, .is-act-confirmpage .ott-delivery-methode-time, .is-act-confirmpage .ott-delivery-methode-text, .is-act-confirmpage .ott-delivery-element-info {
		font-size: 1.125rem;
	}
}

.is-act-confirmpage .ott-checkout-aside-summary-total {
	font-size: 11px;
}

@media (min-width: 992px) {
	.is-act-confirmpage .ott-checkout-aside-summary-total {
		font-size: 1rem;
	}
}

@media (min-width: 1200px) {
	.is-act-confirmpage .ott-checkout-aside-summary-total {
		font-size: 1.125rem;
	}
}

.is-act-confirmpage .ott-cart-sum-pseudo-price {
	font-size: .625rem;
	font-weight: 400;
}

@media (min-width: 992px) {
	.is-act-confirmpage .ott-cart-sum-pseudo-price {
		font-size: 13px;
	}
}

@media (min-width: 1200px) {
	.is-act-confirmpage .ott-cart-sum-pseudo-price {
		font-size: 13px;
	}
}

.is-act-confirmpage .ott-pseudo-price-discount {
	font-size: .625rem;
	margin-top: -10px;
}

@media (min-width: 992px) {
	.is-act-confirmpage .ott-pseudo-price-discount {
		font-size: 13px;
	}
}

.is-act-confirmpage .cart-item-delivery-date, .is-act-confirmpage .ott-delivery-type {
	font-size: .625rem;
	margin-top: 2px;
}

@media (min-width: 992px) {
	.is-act-confirmpage .cart-item-delivery-date, .is-act-confirmpage .ott-delivery-type {
		font-size: 15px;
		margin-bottom: 4px;
	}
}

.is-act-confirmpage .btn-primary, .is-act-confirmpage .address-editor-select:not(.collapsed), .is-act-confirmpage .address-editor-edit:not(.collapsed), .is-act-confirmpage .address-editor-create:not(.collapsed) {
	font-size: .75rem;
	font-weight: 300;
}

@media (min-width: 992px) {
	.is-act-confirmpage .btn-primary, .is-act-confirmpage .address-editor-select:not(.collapsed), .is-act-confirmpage .address-editor-edit:not(.collapsed), .is-act-confirmpage .address-editor-create:not(.collapsed) {
		font-size: .875rem;
	}
}

@media (min-width: 992px) {
	.is-act-confirmpage .btn-primary, .is-act-confirmpage .address-editor-select:not(.collapsed), .is-act-confirmpage .address-editor-edit:not(.collapsed), .is-act-confirmpage .address-editor-create:not(.collapsed) {
		font-size: 1rem;
	}
}

@media (min-width: 1200px) {
	.is-act-confirmpage .btn-primary, .is-act-confirmpage .address-editor-select:not(.collapsed), .is-act-confirmpage .address-editor-edit:not(.collapsed), .is-act-confirmpage .address-editor-create:not(.collapsed) {
		font-size: 1.125rem;
	}
}

.is-act-confirmpage .checkout-confirm-tos-label:before {
	top: unset;
}

@media (min-width: 992px) {
	.is-act-confirmpage .checkout-confirm-tos-label:before {
		top: .15625rem;
	}
	
	.is-act-confirmpage .checkout-confirm-tos-label:after {
		top: .15625rem;
	}
}

.is-act-confirmpage .cart-item-unit-price {
	font-size: .75rem;
	text-align: left;
}

@media (min-width: 992px) {
	.is-act-confirmpage .cart-item-unit-price {
		font-size: 1rem;
		text-align: right;
	}
}

@media (min-width: 992px) {
	.is-act-confirmpage .cart-item-unit-price {
		font-size: 1.125rem;
	}
}

@media (min-width: 1200px) {
	.is-act-confirmpage .cart-item-unit-price {
		font-size: 21px;
	}
}

.is-act-confirmpage .checkout-aside-summary {
	background-color: #fff;
	grid-row-start: 2;
	justify-self: left;
	padding: 15px 0;
}

.is-act-confirmpage .ott-delivery {
	margin-bottom: 10px;
}

.is-act-confirmpage .ott-delivery-element {
	margin-bottom: 10px;
}

.is-act-confirmpage .ott-delivery-heading {
	font-weight: 400;
	margin-bottom: 8px;
	text-decoration: underline;
}

.is-act-confirmpage .delivery-methode-wrapper {
	margin-bottom: 20px;
}

.is-act-confirmpage .ott-delivery-methode-time {
	color: #46c83c;
	margin-bottom: 8px;
}

.is-act-confirmpage .ott-delivery-element-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.is-act-confirmpage .ott-delivery-element-img {
	-ms-flex: 0 0 62px;
	flex: 0 0 62px;
}

@media (min-width: 992px) {
	.is-act-confirmpage .ott-delivery-element-img {
		-ms-flex: 0 0 90px;
		flex: 0 0 90px;
	}
}

.is-act-confirmpage .ott-delivery-element-img .cart-item-img {
	height: auto;
}

.is-act-confirmpage .ott-delivery-element-info {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 0 0 calc(100% - 62px);
	flex: 0 0 calc(100% - 62px);
	padding-left: .5rem;
}

@media (min-width: 992px) {
	.is-act-confirmpage .ott-delivery-element-info {
		-ms-flex: 0 0 calc(100% - 90px);
		flex: 0 0 calc(100% - 90px);
	}
}

.is-act-confirmpage .checkout-customer-comment-control .form-label {
	display: none;
}

.is-act-confirmpage .checkout-customer-comment-control .form-control, .is-act-confirmpage .checkout-customer-comment-control .iti__search-input {
	font-size: 1rem;
}

@media (min-width: 1200px) {
	.is-act-confirmpage .checkout-customer-comment-control .form-control, .is-act-confirmpage .checkout-customer-comment-control .iti__search-input {
		font-size: 1.125rem;
	}
}

@media (min-width: 1200px) {
	.is-act-confirmpage .payment-method .custom-control-label:before {
		top: 5px;
	}
}

.is-act-confirmpage .payment-method {
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0 0;
}

@media (min-width: 992px) {
	.is-act-confirmpage .payment-method {
		padding-top: 20px;
	}
}

.is-act-confirmpage .payment-method:first-child {
	border-bottom: unset;
}

.is-act-confirmpage .payment-method:last-child {
	margin-bottom: 30px;
}

@media (max-width: 991.98px) {
	.is-act-confirmpage .payment-method .form-group {
		margin-bottom: .5rem;
	}
	
	.is-act-confirmpage .payment-method .payment-method-description {
		position: relative;
		top: 4px;
	}
}

.is-act-confirmpage .payment-method p {
	display: none;
}

.is-act-confirmpage .payment-method img {
	margin-right: 25px;
}

.is-act-confirmpage .payment-method .payment-method-description {
	padding-left: 55px;
}

.is-act-confirmpage .payment-method .payment-method-label:before {
	margin-left: 30px;
}

.is-act-confirmpage .payment-method .payment-method-label:after {
	margin-left: 30px;
}

.is-act-confirmpage .payment-method input[type="radio"]:checked + .payment-method-label .payment-method-description {
	background-color: #f8f8f8;
	margin-left: -25px;
	padding-bottom: 20px;
	padding-left: 80px;
	padding-top: 16px;
	width: calc(100% + 25px);
}

.is-act-confirmpage .payment-method input[type="radio"]:checked + .payment-method-label p {
	display: block;
}

.is-act-confirmpage .payment-method input[type="radio"]:checked + .payment-method-label img {
	margin-top: 20px;
}

.is-act-confirmpage .payment-method input[type="radio"]:checked + .payment-method-label:before {
	margin-top: 20px;
	z-index: 150;
}

.is-act-confirmpage .payment-method input[type="radio"]:checked + .payment-method-label:after {
	margin-top: 20px;
	z-index: 150;
}

.is-act-confirmpage .checkout-aside-summary-header {
	font-family: "Poppins", sans-serif;
}

@media (max-width: 991.98px) {
	.is-act-confirmpage .checkout-aside-summary-header {
		margin-bottom: 0;
	}
}

.is-act-confirmpage .confirm-aside-summary-mobile .card-title {
	border-top: 1px solid #ebebeb;
	padding-top: 10px;
}

.is-act-confirmpage .confirm-aside-summary-mobile .card-title div:first-of-type {
	position: relative;
	top: 3px;
}

.is-act-confirmpage .confirm-aside-summary-mobile .card-title div:nth-child(2) {
	position: relative;
	top: 1px;
}

.is-act-confirmpage .confirm-aside-summary-mobile .icon-arrow-head-up {
	height: 100%;
	width: 11px;
}

.is-act-confirmpage .confirm-aside-summary-mobile .icon-arrow-head-up svg {
	top: unset;
}

.is-act-confirmpage .confirm-aside-summary-mobile .collapsed .icon-arrow-head-up {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (min-width: 992px) {
	.is-act-confirmpage .confirm-aside-summary-mobile .card-title {
		border-top: unset;
		padding-top: unset;
	}
	
	.is-act-confirmpage .confirm-aside-summary-mobile .icon-arrow-head-up {
		display: none;
	}
	
	.is-act-confirmpage .confirm-aside-summary-mobile .collapse:not(.show) {
		display: block;
	}
	
	.is-act-confirmpage .confirm-aside-summary-mobile .collapsing {
		-webkit-transition: none;
		transition: none;
	}
	
	.is-act-confirmpage .confirm-aside-summary-mobile .ott-article-amount {
		display: none;
	}
}

@media (min-width: 768px) {
	#confirmFormSubmit {
		padding-bottom: 6px;
		padding-top: 6px;
	}
}

.checkout-aside-summary-total {
	border-color: #ebebeb;
}

.cart-item {
	border-color: #ebebeb;
}

.ott-pseudo-price-discount-value {
	color: green;
}

.is-act-finishpage .top-bar {
	margin: unset;
}

.is-act-finishpage .header-row {
	padding: 0 20px;
}

.is-act-finishpage .container-main {
	min-height: unset;
}

@media (min-width: 768px) {
	.is-act-finishpage .container-main {
		margin-bottom: 55px;
	}
}

.is-act-finishpage .checkout {
	padding-top: 20px;
}

@media (min-width: 768px) {
	.is-act-finishpage .checkout {
		padding-top: 70px;
	}
}

.is-act-finishpage .checkout .checkout-container {
	display: block;
}

.is-act-finishpage .checkout-main {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.is-act-finishpage .finish-header {
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.is-act-finishpage .finish-header {
		font-size: 48px;
		line-height: 50px;
		margin-bottom: 3rem;
	}
}

.is-act-finishpage .finish-ordernumber {
	font-size: 10px;
	font-weight: 400;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.is-act-finishpage .finish-ordernumber {
		font-size: 18px;
		margin-bottom: 2rem;
	}
}

.is-act-finishpage .finish-teaser {
	font-size: 10px;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.is-act-finishpage .finish-teaser {
		font-size: 18px;
	}
}

.is-act-finishpage .header-minimal-back-to-shop {
	-ms-flex-pack: center;
	justify-content: center;
	padding: unset;
}

.is-act-finishpage .header-minimal-back-to-shop-button {
	-ms-flex-align: center;
	align-items: center;
	background-color: #c39052;
	border-radius: unset;
	color: #fff;
	display: -ms-grid;
	display: grid;
	font-family: "Poppins", sans-serif;
	font-size: 9px;
	font-weight: 300;
	padding: 0 47px;
	place-content: center;
	width: 100%;
}

.is-act-finishpage .header-minimal-back-to-shop-button:hover {
	background-color: #b4772e;
}

@media (min-width: 768px) {
	.is-act-finishpage .header-minimal-back-to-shop-button {
		font-size: 18px;
		height: 52px;
		width: unset;
	}
}

.is-act-finishpage .modules-container {
	width: 100%;
}

.is-act-finishpage .ott-checkout-teaser {
	background-color: #f8f8f8;
}

.is-act-finishpage .ott-checkout-teaser-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1150px;
	padding: 0 20px 100px;
}

.is-act-finishpage .ott-checkout-teaser-heading {
	font-family: "Lora", serif;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 26px;
}

@media (min-width: 768px) {
	.is-act-finishpage .ott-checkout-teaser-heading {
		font-size: 48px;
	}
}

.is-act-finishpage .ott-checkout-teaser .modules-text {
	font-size: 10px;
	font-weight: 300;
	margin-top: 20px;
	text-align: left;
}

@media (min-width: 992px) {
	.is-act-finishpage .ott-checkout-teaser .modules-text {
		font-size: 1.125rem;
		margin-top: unset;
	}
}

.is-act-finishpage .ott-newsletter-container {
	display: none;
}

.is-act-finishpage .ott-h2-heading {
	line-height: 24px;
}

@media (min-width: 768px) {
	.is-act-finishpage .ott-h2-heading {
		line-height: 50px;
		margin-top: 80px;
	}
}

.is-act-finishpage .ott-checkout-teaser-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1150px;
	padding: 0 20px 20px;
}

@media (min-width: 768px) {
	.is-act-finishpage .ott-checkout-teaser-inner {
		padding: 0 20px 100px;
	}
}

.finish-content {
	font-size: 10px;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.finish-content {
		font-size: 18px;
		margin-bottom: 3rem;
	}
}

.ott-blog-detail-title {
	font-size: 19px;
	line-height: 34px;
}

@media (min-width: 768px) {
	.ott-blog-detail-title {
		font-size: 36px;
		line-height: 28px;
	}
}

@media (min-width: 992px) {
	.ott-blog-detail-title {
		font-size: 48px;
		line-height: 64px;
	}
}

.is-ctl-product .cms-section, .is-ctl-product .cms-block {
	overflow: visible;
}

.cms-block-gallery-buybox .product-wishlist {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

@media (min-width: 992px) {
	.cms-block-gallery-buybox .product-wishlist {
		top: 2px;
	}
}

.product-detail-content {
	font-family: "Poppins", sans-serif;
}

.product-detail-name {
	font-family: "Poppins", sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 25px;
}

.product-detail-manufacturer {
	color: #393939;
	font-size: 18px;
	font-style: italic;
	line-height: 20px;
}

.product-detail-manufacturer-link {
	color: #393939;
	text-decoration: underline;
}

.product-detail-ordernumber-container {
	display: none;
}

.ott-product-detail-contact-info .icon, .ott-product-detail-bullet-points .icon {
	color: #393939;
}

.ott-product-detail-contact-info .icon-question-circle, .ott-product-detail-contact-info .icon-checkmark, .ott-product-detail-bullet-points .icon-question-circle, .ott-product-detail-bullet-points .icon-checkmark {
	height: 14px;
	width: 14px;
}

.ott-product-detail-contact-info {
	-ms-flex-align: center;
	align-items: center;
	background: #f8f8f8;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 15px;
	margin: 1.5rem 0 1.3rem;
	padding: 1rem 1.5rem 13px;
}

.ott-product-detail-contact-info u {
	cursor: pointer;
}

.ott-product-detail-contact-info hr {
	margin: .75rem 0;
}

@media (min-width: 992px) {
	.ott-product-detail-contact-info {
		margin: 2.25rem 0;
	}
}

.ott-product-detail-bullet-points {
	font-weight: 300;
}

.ott-product-detail-bullet-points .is-first .icon-wrapper {
	margin-right: 9px;
}

.ott-product-detail-bullet-points .is-first .icon {
	width: 16px;
}

.ott-product-detail-bullet-points .is-second .icon {
	left: 1px;
	position: relative;
	width: 13px;
}

.ott-product-detail-bullet-points .is-third .icon {
	color: #393939;
	position: relative;
	top: -1px;
	width: 13px;
}

.ott-product-detail-bullet-points .is-fourth .icon {
	color: #000;
}

.ott-product-detail-bullet-points .icon-checkmark {
	position: relative;
	top: -1px;
}

.ott-product-detail-bullet-points .content-wrapper .payment-text {
	margin-right: 12px;
}

.ott-product-detail-bullet-points .content-wrapper .ott-product-detail-deliverytime-label {
	margin-right: 6px;
}

.ott-product-detail-bullet-points .content-wrapper .ott-product-detail-deliverytime-label.is-green {
	color: #46c83c;
}

.ott-product-detail-bullet-points .content-wrapper .icon {
	margin-right: 10px;
	position: relative;
	top: -3px;
}

.ott-product-detail-bullet-points .content-wrapper .icon.icon-ec {
	width: 16px;
}

.ott-product-detail-bullet-points .icon-wrapper {
	margin-right: 12px;
}

.ott-product-detail-bullet-points .icon-visa-solid {
	width: 36px;
}

.ott-product-detail-bullet-points .icon-paypal-rectangle {
	width: 24px;
}

.ott-product-detail-bullet-points .icon-ec {
	height: 16px;
	width: 25px;
}

.product-detail-price-container {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 1rem;
}

@media (min-width: 1200px) {
	.product-detail-price-container {
		margin-top: 2rem;
	}
}

.product-detail-price-container .ott-list-price-percentage {
	font-size: .875rem;
	height: 32px;
	margin-bottom: 0;
	width: 62px;
}

.product-detail-list-price-wrapper {
	height: 20px;
}

.product-detail-price {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.product-detail-price.with-list-price {
	color: #c39052;
}

.ott-quicklinks {
	display: none;
	font-size: 18px;
	font-weight: 300;
}

@media (min-width: 768px) {
	.ott-quicklinks {
		display: block;
	}
}

.ott-quicklinks .quicklink {
	cursor: pointer;
}

.ott-quicklinks .quicklink:not(:first-of-type) {
	margin-top: 2px;
}

.ott-quicklinks .text-wrapper {
	margin-right: 5px;
}

.ott-quicklinks .icon {
	color: #393939;
	width: 20px;
}

.product-detail-tax-container {
	margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
	.OttDetailContent__inner {
		padding: .5rem 0;
	}
}

@media (min-width: 768px) {
	.OttDetailContent__inner {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 2rem 0 3rem;
	}
}

@media (min-width: 1200px) {
	.OttDetailContent__inner {
		padding: 2rem 0 3rem;
	}
}

@media (min-width: 768px) {
	.OttDetailContent__description, .OttDetailContent__shipping-recall-policy {
		border-top: 1px solid #ddd;
	}
}

@media (min-width: 768px) {
	.OttDetailContent__shipping-recall-policy {
		margin-top: 2rem;
	}
}

@media (min-width: 768px) {
	.OttDetailContent .footer-column-toggle {
		display: block;
	}
}

@media (min-width: 992px) {
	.OttDetailContent__product-details {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

.OttDetailContent__lower-column-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 768px) {
	.OttDetailContent__lower-column-wrapper {
		margin-top: 3rem;
	}
}

@media (min-width: 992px) {
	.OttDetailContent__lower-column-wrapper {
		gap: 2rem;
		margin-top: 4rem;
	}
}

@media (min-width: 992px) {
	.OttDetailContent .footer-column-headline {
		padding: 0;
		text-transform: none;
	}
}

.ott-product-detail-content-headline {
	color: #393939;
	cursor: pointer;
	font-family: "Lora", serif;
	font-size: 19px;
	font-weight: 500;
	line-height: 24px;
}

@media (min-width: 768px) {
	.ott-product-detail-content-headline {
		font-size: 32px;
		line-height: 60px;
		padding: 8px 0;
	}
}

@media (min-width: 992px) {
	.ott-product-detail-content-headline {
		margin-bottom: 1.5rem;
	}
}

.ott-product-detail-content-headline .icon {
	color: #353535;
	position: relative;
	top: -4px;
}

@media (min-width: 768px) {
	.ott-product-detail-content-headline .icon {
		top: -9px;
	}
}

.product-detail-description-text, .ott-shipping-recall-policy-content {
	font-size: 10px;
	font-weight: 300;
	line-height: 16px;
}

@media screen and (min-width: 360px) {
	.product-detail-description-text, .ott-shipping-recall-policy-content {
		font-size: 12px;
	}
}

@media (min-width: 992px) {
	.product-detail-description-text, .ott-shipping-recall-policy-content {
		font-size: 18px;
		line-height: 27px;
	}
}

.product-detail-description-text {
	margin-bottom: 0;
}

.product-detail-ordernumber {
	font-size: .875rem;
	font-weight: 300;
}

.product-detail-tabs {
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	.product-detail-content-inner {
		margin-bottom: 1rem;
		margin-top: .25rem;
	}
}

@media (max-width: 767.98px) {
	.ott-product-detail-sku {
		line-height: 13px;
	}
}

.ott-product-detail-type-quantity {
	gap: .5rem;
	height: 36px;
	margin-bottom: .5rem;
}

@media screen and (min-width: 360px) {
	.ott-product-detail-type-quantity {
		height: 52px;
	}
}

.ott-product-detail-type-quantity .icon {
	color: #393939;
	height: 10px;
	position: relative;
	top: -1px;
	width: 10px;
}

@media screen and (min-width: 360px) {
	.ott-product-detail-type-quantity .icon {
		height: 13px;
		width: 13px;
	}
}

@media (min-width: 576px) {
	.ott-product-detail-type-quantity .icon {
		position: relative;
		top: -1px;
	}
}

@media (min-width: 576px) {
	.ott-product-detail-type-quantity .icon-info-circle {
		top: -2px;
	}
}

@media (min-width: 992px) {
	.ott-product-detail-type-quantity .icon-info-circle {
		top: -1px;
	}
}

.ott-product-detail-type-quantity .OttCustomSelect {
	border-color: #afafaf;
	border-radius: 0;
	font-size: 11px;
	font-weight: 300;
	height: 36px;
}

@media screen and (min-width: 360px) {
	.ott-product-detail-type-quantity .OttCustomSelect {
		font-size: 12px;
		height: 52px;
	}
}

@media (min-width: 576px) {
	.ott-product-detail-type-quantity .OttCustomSelect {
		font-size: 16px;
	}
}

.ott-product-detail-type-quantity .OttCustomSelect.is-open .icon-arrow-head-down svg {
	position: relative;
	top: 1px;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media screen and (min-width: 360px) {
	.ott-product-detail-type-quantity .OttCustomSelect.is-open .icon-arrow-head-down svg {
		top: 2px;
	}
}

@media (min-width: 576px) {
	.ott-product-detail-type-quantity .OttCustomSelect.is-open .icon-arrow-head-down svg {
		top: 3px;
	}
}

.ott-product-detail-type-quantity .OttCustomSelect__opener {
	height: 36px;
	line-height: 18px;
	padding-left: 5px;
	padding-right: 5px;
}

@media screen and (min-width: 360px) {
	.ott-product-detail-type-quantity .OttCustomSelect__opener {
		height: 52px;
		line-height: 34px;
		padding-left: 9px;
		padding-right: 8px;
	}
}

@media (min-width: 576px) {
	.ott-product-detail-type-quantity .OttCustomSelect__opener {
		padding-left: 1rem;
		padding-right: 11px;
	}
}

@media (min-width: 992px) {
	.ott-product-detail-type-quantity .OttCustomSelect__opener {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.ott-product-detail-type-quantity .OttCustomSelect__opener {
		font-size: 12px;
	}
}

.ott-product-detail-type-quantity .OttCustomSelect:first-of-type {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.ott-product-detail-type-quantity .OttCustomSelect:first-of-type .OttCustomSelect__opener > span:first-of-type {
	margin-right: .3rem;
}

@media screen and (min-width: 360px) {
	.ott-product-detail-type-quantity .OttCustomSelect:first-of-type .OttCustomSelect__opener > span:first-of-type {
		margin-right: .65rem;
	}
}

.ott-product-detail-type-quantity .OttCustomSelect:last-of-type {
	-ms-flex-preferred-size: 56px;
	flex-basis: 56px;
}

@media (min-width: 576px) {
	.ott-product-detail-type-quantity .OttCustomSelect:last-of-type {
		-ms-flex-preferred-size: 70px;
		flex-basis: 70px;
	}
}

.ott-product-detail-type-quantity .OttCustomSelect:last-of-type .OttCustomSelect__opener {
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 12px;
}

.ott-product-detail-type-quantity .OttCustomSelect:last-of-type .OttCustomSelect__option {
	padding-left: 12px;
}

.ott-product-detail-type-quantity .OttCustomSelect__option {
	padding-left: 5px;
}

@media screen and (min-width: 360px) {
	.ott-product-detail-type-quantity .OttCustomSelect__option {
		padding-left: 9px;
	}
}

@media (min-width: 576px) {
	.ott-product-detail-type-quantity .OttCustomSelect__option {
		padding-left: 1rem;
	}
}

@media (min-width: 992px) {
	.ott-product-detail-type-quantity .OttCustomSelect__option {
		font-size: 14px;
	}
}

.ott-variant-type-arrow {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ott-variant-type-arrow .icon {
	color: #393939;
}

.OttTypeSingleSelect {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #bcc1c7;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 1 1 77%;
	flex: 1 1 77%;
	font-size: 11px;
	font-weight: 300;
	height: 36px;
	line-height: 18px;
	padding-left: 1rem;
}

@media screen and (min-width: 360px) {
	.OttTypeSingleSelect {
		font-size: 12px;
		height: 52px;
		line-height: 34px;
	}
}

@media (min-width: 576px) {
	.OttTypeSingleSelect {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	.OttTypeSingleSelect {
		font-size: 14px;
	}
}

.OttTypeSingleSelect > span:first-of-type {
	margin-right: .3rem;
}

@media screen and (min-width: 360px) {
	.OttTypeSingleSelect > span:first-of-type {
		margin-right: .65rem;
	}
}

.product-detail-quantity-select {
	-ms-flex: 1 0 23%;
	flex: 1 0 23%;
}

@media (min-width: 768px) {
	.variant-type-info-modal .modal-dialog {
		max-width: 800px;
	}
}

@media (min-width: 768px) {
	.variant-type-info-modal .cms-sections {
		padding: 0 20px;
	}
}

.variant-type-info-modal h3 {
	font-family: "Lora", serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 31px;
}

@media screen and (min-width: 360px) and (max-width: 767px) {
	.variant-type-info-modal h3 {
		font-size: 27px;
	}
}

@media (min-width: 768px) {
	.variant-type-info-modal h3 {
		padding: 0 1rem;
	}
}

.variant-type-info-modal h4 {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 500;
}

.variant-type-info-modal p {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
}

@media (min-width: 768px) {
	.variant-type-info-modal p {
		line-height: 27px;
	}
}

.product-cross-selling-tab-navigation {
	display: none;
}

.ott-availability-stock-zero-msg {
	background-color: #e52427;
	color: #fff;
	margin: 20px 0;
	padding: 7px 10px;
	width: fit-content;
}

.ott-shipping-surcharges-modal-trigger {
	font-size: 12px;
	font-weight: 400;
	margin-top: -24px;
	padding: 0;
}

.ott-details-price-wrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 5px;
}

.ott-avatar-img {
	height: auto;
	margin: 0 0 10px;
	max-height: 81px;
	max-width: 190px;
}

.ott-trbo-pdp-1 .trbo-elw-headline-line-through h3, .ott-trbo-pdp-2 .trbo-elw-headline-line-through h3 {
	overflow: hidden;
	position: relative;
}

@media screen and (min-width: 935px) {
	.ott-trbo-pdp-1 .trbo-elw-headline-line-through h3, .ott-trbo-pdp-2 .trbo-elw-headline-line-through h3 {
		max-width: calc(100% - 90px);
	}
}

.ott-trbo-pdp-1 .trbo-elw-headline-line-through h3:after, .ott-trbo-pdp-2 .trbo-elw-headline-line-through h3:after {
	top: 50% !important;
	width: 100% !important;
}

.product-detail-media {
	overflow-y: hidden;
}

@media (max-width: 767.98px) {
	.product-detail-media {
		height: 446px;
	}
}

@media (max-width: 575.98px) {
	.product-detail-media {
		height: 241px;
	}
}

.alert-content .product-detail-description-text {
	background: #fc2803;
	padding: .5rem .5rem .5rem 1rem;
	color: white;
	font-size: 14px;
	line-height: 21px;
}

.OttDetailProperties {
	font-size: 10px;
}

@media (min-width: 768px) {
	.OttDetailProperties {
		font-size: 18px;
		padding-right: 1rem;
	}
}

.OttDetailProperties__group:not(:first-of-type) {
	margin-top: 1rem;
}

@media (min-width: 768px) {
	.OttDetailProperties__group:not(:first-of-type) {
		margin-top: 2rem;
	}
}

.OttDetailProperties__title {
	font-weight: 500;
}

.OttDetailProperties__property {
	font-weight: 300;
}

.ott-properties-container {
	font-size: 12px;
	font-weight: 300;
	gap: 1rem 0;
	margin: 0 -20px;
}

@media (min-width: 768px) {
	.ott-properties-container {
		font-size: 15px;
	}
}

.ott-properties-group {
	font-family: "Lora", serif;
}

.ott-zdf-wrap-img {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.ott-zdf-wrap-img .ott-zdf-img {
	height: 30px;
	margin-left: 5px;
	width: 50px;
}

@media screen and (max-width: 992px) {
	.ott-zdf-wrap-img .ott-zdf-img {
		height: 20px;
		width: auto;
	}
}

.ott-topbar-element-wrapper-inner .ott-topbar-element-text a {
	color: #fff;
}

.product-detail-content-manufacturer-information {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 20px;
}

.product-detail-content-manufacturer-information .ott-manufacturer-information-column {
	margin-right: 50px;
	font-size: 12px;
}

.is-ctl-product .cms-section, .is-ctl-product .cms-block {
	overflow: visible;
}

.cms-block-gallery-buybox .product-wishlist {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

@media (min-width: 992px) {
	.cms-block-gallery-buybox .product-wishlist {
		top: 2px;
	}
}

.product-detail-content {
	font-family: "Poppins", sans-serif;
}

.product-detail-name {
	font-family: "Poppins", sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 25px;
}

.product-detail-manufacturer {
	color: #393939;
	font-size: 18px;
	font-style: italic;
	line-height: 20px;
}

.product-detail-manufacturer-link {
	color: #393939;
	text-decoration: underline;
}

.product-detail-ordernumber-container {
	display: none;
}

.ott-product-detail-contact-info .icon, .ott-product-detail-bullet-points .icon {
	color: #393939;
}

.ott-product-detail-contact-info .icon-question-circle, .ott-product-detail-contact-info .icon-checkmark, .ott-product-detail-bullet-points .icon-question-circle, .ott-product-detail-bullet-points .icon-checkmark {
	height: 14px;
	width: 14px;
}

.ott-product-detail-contact-info {
	-ms-flex-align: center;
	align-items: center;
	background: #f8f8f8;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 15px;
	margin: 1.5rem 0 1.3rem;
	padding: 1rem 1.5rem 13px;
}

.ott-product-detail-contact-info u {
	cursor: pointer;
}

.ott-product-detail-contact-info hr {
	margin: .75rem 0;
}

@media (min-width: 992px) {
	.ott-product-detail-contact-info {
		margin: 2.25rem 0;
	}
}

.ott-product-detail-bullet-points {
	font-weight: 300;
}

.ott-product-detail-bullet-points .is-first .icon-wrapper {
	margin-right: 9px;
}

.ott-product-detail-bullet-points .is-first .icon {
	width: 16px;
}

.ott-product-detail-bullet-points .is-second .icon {
	left: 1px;
	position: relative;
	width: 13px;
}

.ott-product-detail-bullet-points .is-third .icon {
	color: #393939;
	position: relative;
	top: -1px;
	width: 13px;
}

.ott-product-detail-bullet-points .is-fourth .icon {
	color: #000;
}

.ott-product-detail-bullet-points .icon-checkmark {
	position: relative;
	top: -1px;
}

.ott-product-detail-bullet-points .content-wrapper .payment-text {
	margin-right: 12px;
}

.ott-product-detail-bullet-points .content-wrapper .ott-product-detail-deliverytime-label {
	margin-right: 6px;
}

.ott-product-detail-bullet-points .content-wrapper .ott-product-detail-deliverytime-label.is-green {
	color: #46c83c;
}

.ott-product-detail-bullet-points .content-wrapper .icon {
	margin-right: 10px;
	position: relative;
	top: -3px;
}

.ott-product-detail-bullet-points .content-wrapper .icon.icon-ec {
	width: 16px;
}

.ott-product-detail-bullet-points .icon-wrapper {
	margin-right: 12px;
}

.ott-product-detail-bullet-points .icon-visa-solid {
	width: 36px;
}

.ott-product-detail-bullet-points .icon-paypal-rectangle {
	width: 24px;
}

.ott-product-detail-bullet-points .icon-ec {
	height: 16px;
	width: 25px;
}

.product-detail-price-container {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 1rem;
}

@media (min-width: 1200px) {
	.product-detail-price-container {
		margin-top: 2rem;
	}
}

.product-detail-price-container .ott-list-price-percentage {
	font-size: .875rem;
	height: 32px;
	margin-bottom: 0;
	width: 62px;
}

.product-detail-list-price-wrapper {
	height: 20px;
}

.product-detail-price {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.product-detail-price.with-list-price {
	color: #c39052;
}

.ott-quicklinks {
	display: none;
	font-size: 18px;
	font-weight: 300;
}

@media (min-width: 768px) {
	.ott-quicklinks {
		display: block;
	}
}

.ott-quicklinks .quicklink {
	cursor: pointer;
}

.ott-quicklinks .quicklink:not(:first-of-type) {
	margin-top: 2px;
}

.ott-quicklinks .text-wrapper {
	margin-right: 5px;
}

.ott-quicklinks .icon {
	color: #393939;
	width: 20px;
}

.product-detail-tax-container {
	margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
	.OttDetailContent__inner {
		padding: .5rem 0;
	}
}

@media (min-width: 768px) {
	.OttDetailContent__inner {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 2rem 0 3rem;
	}
}

@media (min-width: 1200px) {
	.OttDetailContent__inner {
		padding: 2rem 0 3rem;
	}
}

@media (min-width: 768px) {
	.OttDetailContent__description, .OttDetailContent__shipping-recall-policy {
		border-top: 1px solid #ddd;
	}
}

@media (min-width: 768px) {
	.OttDetailContent__shipping-recall-policy {
		margin-top: 2rem;
	}
}

@media (min-width: 768px) {
	.OttDetailContent .footer-column-toggle {
		display: block;
	}
}

@media (min-width: 992px) {
	.OttDetailContent__product-details {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

.OttDetailContent__lower-column-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 768px) {
	.OttDetailContent__lower-column-wrapper {
		margin-top: 3rem;
	}
}

@media (min-width: 992px) {
	.OttDetailContent__lower-column-wrapper {
		gap: 2rem;
		margin-top: 4rem;
	}
}

@media (min-width: 992px) {
	.OttDetailContent .footer-column-headline {
		padding: 0;
		text-transform: none;
	}
}

.ott-product-detail-content-headline {
	color: #393939;
	cursor: pointer;
	font-family: "Lora", serif;
	font-size: 19px;
	font-weight: 500;
	line-height: 24px;
}

@media (min-width: 768px) {
	.ott-product-detail-content-headline {
		font-size: 32px;
		line-height: 60px;
		padding: 8px 0;
	}
}

@media (min-width: 992px) {
	.ott-product-detail-content-headline {
		margin-bottom: 1.5rem;
	}
}

.ott-product-detail-content-headline .icon {
	color: #353535;
	position: relative;
	top: -4px;
}

@media (min-width: 768px) {
	.ott-product-detail-content-headline .icon {
		top: -9px;
	}
}

.product-detail-description-text, .ott-shipping-recall-policy-content {
	font-size: 10px;
	font-weight: 300;
	line-height: 16px;
}

@media screen and (min-width: 360px) {
	.product-detail-description-text, .ott-shipping-recall-policy-content {
		font-size: 12px;
	}
}

@media (min-width: 992px) {
	.product-detail-description-text, .ott-shipping-recall-policy-content {
		font-size: 18px;
		line-height: 27px;
	}
}

.product-detail-description-text {
	margin-bottom: 0;
}

.product-detail-ordernumber {
	font-size: .875rem;
	font-weight: 300;
}

.product-detail-tabs {
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	.product-detail-content-inner {
		margin-bottom: 1rem;
		margin-top: .25rem;
	}
}

@media (max-width: 767.98px) {
	.ott-product-detail-sku {
		line-height: 13px;
	}
}

.ott-product-detail-type-quantity {
	gap: .5rem;
	height: 36px;
	margin-bottom: .5rem;
}

@media screen and (min-width: 360px) {
	.ott-product-detail-type-quantity {
		height: 52px;
	}
}

.ott-product-detail-type-quantity .icon {
	color: #393939;
	height: 10px;
	position: relative;
	top: -1px;
	width: 10px;
}

@media screen and (min-width: 360px) {
	.ott-product-detail-type-quantity .icon {
		height: 13px;
		width: 13px;
	}
}

@media (min-width: 576px) {
	.ott-product-detail-type-quantity .icon {
		position: relative;
		top: -1px;
	}
}

@media (min-width: 576px) {
	.ott-product-detail-type-quantity .icon-info-circle {
		top: -2px;
	}
}

@media (min-width: 992px) {
	.ott-product-detail-type-quantity .icon-info-circle {
		top: -1px;
	}
}

.ott-product-detail-type-quantity .OttCustomSelect {
	border-color: #afafaf;
	border-radius: 0;
	font-size: 11px;
	font-weight: 300;
	height: 36px;
}

@media screen and (min-width: 360px) {
	.ott-product-detail-type-quantity .OttCustomSelect {
		font-size: 12px;
		height: 52px;
	}
}

@media (min-width: 576px) {
	.ott-product-detail-type-quantity .OttCustomSelect {
		font-size: 16px;
	}
}

.ott-product-detail-type-quantity .OttCustomSelect.is-open .icon-arrow-head-down svg {
	position: relative;
	top: 1px;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media screen and (min-width: 360px) {
	.ott-product-detail-type-quantity .OttCustomSelect.is-open .icon-arrow-head-down svg {
		top: 2px;
	}
}

@media (min-width: 576px) {
	.ott-product-detail-type-quantity .OttCustomSelect.is-open .icon-arrow-head-down svg {
		top: 3px;
	}
}

.ott-product-detail-type-quantity .OttCustomSelect__opener {
	height: 36px;
	line-height: 18px;
	padding-left: 5px;
	padding-right: 5px;
}

@media screen and (min-width: 360px) {
	.ott-product-detail-type-quantity .OttCustomSelect__opener {
		height: 52px;
		line-height: 34px;
		padding-left: 9px;
		padding-right: 8px;
	}
}

@media (min-width: 576px) {
	.ott-product-detail-type-quantity .OttCustomSelect__opener {
		padding-left: 1rem;
		padding-right: 11px;
	}
}

@media (min-width: 992px) {
	.ott-product-detail-type-quantity .OttCustomSelect__opener {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.ott-product-detail-type-quantity .OttCustomSelect__opener {
		font-size: 12px;
	}
}

.ott-product-detail-type-quantity .OttCustomSelect:first-of-type {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.ott-product-detail-type-quantity .OttCustomSelect:first-of-type .OttCustomSelect__opener > span:first-of-type {
	margin-right: .3rem;
}

@media screen and (min-width: 360px) {
	.ott-product-detail-type-quantity .OttCustomSelect:first-of-type .OttCustomSelect__opener > span:first-of-type {
		margin-right: .65rem;
	}
}

.ott-product-detail-type-quantity .OttCustomSelect:last-of-type {
	-ms-flex-preferred-size: 56px;
	flex-basis: 56px;
}

@media (min-width: 576px) {
	.ott-product-detail-type-quantity .OttCustomSelect:last-of-type {
		-ms-flex-preferred-size: 70px;
		flex-basis: 70px;
	}
}

.ott-product-detail-type-quantity .OttCustomSelect:last-of-type .OttCustomSelect__opener {
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 12px;
}

.ott-product-detail-type-quantity .OttCustomSelect:last-of-type .OttCustomSelect__option {
	padding-left: 12px;
}

.ott-product-detail-type-quantity .OttCustomSelect__option {
	padding-left: 5px;
}

@media screen and (min-width: 360px) {
	.ott-product-detail-type-quantity .OttCustomSelect__option {
		padding-left: 9px;
	}
}

@media (min-width: 576px) {
	.ott-product-detail-type-quantity .OttCustomSelect__option {
		padding-left: 1rem;
	}
}

@media (min-width: 992px) {
	.ott-product-detail-type-quantity .OttCustomSelect__option {
		font-size: 14px;
	}
}

.ott-variant-type-arrow {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ott-variant-type-arrow .icon {
	color: #393939;
}

.OttTypeSingleSelect {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #bcc1c7;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 1 1 77%;
	flex: 1 1 77%;
	font-size: 11px;
	font-weight: 300;
	height: 36px;
	line-height: 18px;
	padding-left: 1rem;
}

@media screen and (min-width: 360px) {
	.OttTypeSingleSelect {
		font-size: 12px;
		height: 52px;
		line-height: 34px;
	}
}

@media (min-width: 576px) {
	.OttTypeSingleSelect {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	.OttTypeSingleSelect {
		font-size: 14px;
	}
}

.OttTypeSingleSelect > span:first-of-type {
	margin-right: .3rem;
}

@media screen and (min-width: 360px) {
	.OttTypeSingleSelect > span:first-of-type {
		margin-right: .65rem;
	}
}

.product-detail-quantity-select {
	-ms-flex: 1 0 23%;
	flex: 1 0 23%;
}

@media (min-width: 768px) {
	.variant-type-info-modal .modal-dialog {
		max-width: 800px;
	}
}

@media (min-width: 768px) {
	.variant-type-info-modal .cms-sections {
		padding: 0 20px;
	}
}

.variant-type-info-modal h3 {
	font-family: "Lora", serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 31px;
}

@media screen and (min-width: 360px) and (max-width: 767px) {
	.variant-type-info-modal h3 {
		font-size: 27px;
	}
}

@media (min-width: 768px) {
	.variant-type-info-modal h3 {
		padding: 0 1rem;
	}
}

.variant-type-info-modal h4 {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 500;
}

.variant-type-info-modal p {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
}

@media (min-width: 768px) {
	.variant-type-info-modal p {
		line-height: 27px;
	}
}

.product-cross-selling-tab-navigation {
	display: none;
}

.ott-availability-stock-zero-msg {
	background-color: #e52427;
	color: #fff;
	margin: 20px 0;
	padding: 7px 10px;
	width: fit-content;
}

.ott-shipping-surcharges-modal-trigger {
	font-size: 12px;
	font-weight: 400;
	margin-top: -24px;
	padding: 0;
}

.ott-details-price-wrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 5px;
}

.ott-avatar-img {
	height: auto;
	margin: 0 0 10px;
	max-height: 81px;
	max-width: 190px;
}

.ott-trbo-pdp-1 .trbo-elw-headline-line-through h3, .ott-trbo-pdp-2 .trbo-elw-headline-line-through h3 {
	overflow: hidden;
	position: relative;
}

@media screen and (min-width: 935px) {
	.ott-trbo-pdp-1 .trbo-elw-headline-line-through h3, .ott-trbo-pdp-2 .trbo-elw-headline-line-through h3 {
		max-width: calc(100% - 90px);
	}
}

.ott-trbo-pdp-1 .trbo-elw-headline-line-through h3:after, .ott-trbo-pdp-2 .trbo-elw-headline-line-through h3:after {
	top: 50% !important;
	width: 100% !important;
}

.product-detail-media {
	overflow-y: hidden;
}

@media (max-width: 767.98px) {
	.product-detail-media {
		height: 446px;
	}
}

@media (max-width: 575.98px) {
	.product-detail-media {
		height: 241px;
	}
}

.alert-content .product-detail-description-text {
	background: #fc2803;
	padding: .5rem .5rem .5rem 1rem;
	color: white;
	font-size: 14px;
	line-height: 21px;
}

.product-detail-configurator form {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-detail-configurator-group {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.product-detail-configurator-group-title {
	font-size: 10px;
	font-weight: 500;
}

@media (min-width: 768px) {
	.product-detail-configurator-group-title {
		font-size: 14px;
	}
}

.product-detail-configurator-option {
	margin-right: .9rem;
}

@media (min-width: 992px) {
	.product-detail-configurator-option {
		margin-right: .8rem;
	}
}

@media (min-width: 1200px) {
	.product-detail-configurator-option {
		margin-right: .9rem;
	}
}

.product-detail-configurator-option-label.is-display-color {
	border-radius: 50%;
	box-shadow: none;
	height: 28px;
	min-width: 28px;
	padding: 0;
}

.product-detail-configurator-option-input + .product-detail-configurator-option-label.is-display-color {
	border: 0;
}

.product-detail-configurator-option-input + .product-detail-configurator-option-label.is-display-color:hover {
	border: 0;
}

.product-detail-configurator-option-input + .product-detail-configurator-option-label.is-display-text {
	border-color: transparent;
	border-radius: 0;
	font-size: 10px;
	margin-bottom: 0;
	min-height: 28px;
	min-width: 55px;
	padding: 3px 5px 2px;
}

@media screen and (min-width: 360px) {
	.product-detail-configurator-option-input + .product-detail-configurator-option-label.is-display-text {
		min-width: 60px;
		padding: 3px 9px 2px;
	}
}

@media (min-width: 768px) {
	.product-detail-configurator-option-input + .product-detail-configurator-option-label.is-display-text {
		font-size: 14px;
	}
}

.product-detail-configurator-option-input + .product-detail-configurator-option-label.is-display-text:hover {
	border-color: transparent;
}

.product-detail-configurator-option-input:checked + .product-detail-configurator-option-label.is-display-text {
	background-color: #fff;
	border-color: #393939;
	color: inherit;
}

#buyWidgetConfiguratorForm {
	-ms-flex-direction: column;
	flex-direction: column;
}

.ott-amount-left-notification {
	font-size: 1rem;
	padding: 0;
	text-align: center;
}

.ott-amount-left-notification .one-left {
	animation-iteration-count: 1;
	background-color: #9ad567;
	border-radius: 3px;
	color: #000;
	font-size: 12px;
	font-weight: 500;
	opacity: 0;
	padding: 5px 0;
	-webkit-transition: all 3s;
	transition: all 3s;
}

@media (min-width: 576px) {
	.ott-amount-left-notification .one-left {
		font-size: 13px;
	}
}

.ott-amount-left-notification .one-left.active, .ott-amount-left-notification .ott-category-teaser-customfieldfilter .customfieldfilter-item .one-left.btn.active:hover, .ott-category-teaser-customfieldfilter .customfieldfilter-item .ott-amount-left-notification .one-left.btn.active:hover {
	-webkit-animation: pulse 2s;
	animation: pulse 2s;
	opacity: 1;
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.product-detail-inquiry-container span {
	display: block;
	text-align: center;
	margin-bottom: 1rem;
}

.ott-inquiry-button {
	width: 100%;
	background: #393939;
	border-color: #393939;
}

.ott-inquiry-button:hover {
	background: #4b4b4b;
	border-color: #4b4b4b;
}

.is-act-loginpage .account-register {
	margin-top: 1.5rem;
}

@media (min-width: 992px) {
	.is-act-loginpage .account-register {
		margin-top: 3rem;
	}
}

@media (min-width: 992px) {
	.is-act-loginpage .account-register .col-lg-4, .is-act-loginpage .account-register .is-act-cartpage .checkout .checkout-aside, .is-act-cartpage .checkout .is-act-loginpage .account-register .checkout-aside, .is-act-loginpage .account-register .is-act-confirmpage .checkout .checkout-additional, .is-act-confirmpage .checkout .is-act-loginpage .account-register .checkout-additional, .is-act-loginpage .account-register .is-ctl-accountorder .checkout .checkout-additional, .is-ctl-accountorder .checkout .is-act-loginpage .account-register .checkout-additional, .is-act-loginpage .account-register .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .is-act-loginpage .account-register .checkout-aside, .is-act-loginpage .account-register .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .is-act-loginpage .account-register .checkout-aside, .is-act-loginpage .account-register .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .is-act-loginpage .account-register .checkout-additional, .is-act-loginpage .account-register .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .is-act-loginpage .account-register .checkout-aside {
		padding-right: 0;
	}
}

.is-act-loginpage .checkout-aside-summary {
	display: none;
}

@media (min-width: 992px) {
	.is-ctl-register .checkout .checkout-main {
		-ms-flex: 0 0 64%;
		flex: 0 0 64%;
		margin-left: unset;
		max-width: 64%;
		padding-right: 45px;
	}
}

@media (min-width: 992px) {
	.is-ctl-register .checkout .checkout-aside {
		border-left: 1px solid #b8b8b8;
		-ms-flex: 0 0 36%;
		flex: 0 0 36%;
		margin-left: unset;
		max-width: 36%;
		padding-left: 45px;
		padding-top: 45px;
	}
}

.is-ctl-register .checkout .checkout-aside-summary {
	padding: unset;
}

@media (min-width: 992px) {
	.is-ctl-register .form-control, .is-ctl-register .iti__search-input, .is-ctl-register .country-select {
		height: 52px;
	}
}

.is-ctl-register .register-personal {
	padding-top: 14px;
}

.is-ctl-register .register-personal .form-row {
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 992px) {
	.is-ctl-register .register-personal .form-group {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.is-ctl-register .checkout-aside-summary {
	background-color: #fff;
}

.is-ctl-register .checkout-aside-summary-header {
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #bcc1c7;
	border-top: 1px solid #bcc1c7;
	font-family: "Poppins", sans-serif;
	font-size: .625rem;
	font-weight: 400;
	height: 32px;
	line-height: 1.2;
	padding: unset;
}

@media (min-width: 992px) {
	.is-ctl-register .checkout-aside-summary-header {
		font-size: .875rem;
	}
}

@media (min-width: 992px) {
	.is-ctl-register .checkout-aside-summary-header {
		border-top: unset;
		font-size: 1.125rem;
	}
}

.is-ctl-register .checkout-aside-item-title, .is-ctl-register .checkout-aside-item-link-quantity, .is-ctl-register .checkout-aside-summary-label, .is-ctl-register .checkout-aside-summary-value {
	font-size: .625rem;
	font-weight: 300;
}

@media (min-width: 992px) {
	.is-ctl-register .checkout-aside-item-title, .is-ctl-register .checkout-aside-item-link-quantity, .is-ctl-register .checkout-aside-summary-label, .is-ctl-register .checkout-aside-summary-value {
		font-size: .875rem;
	}
}

@media (min-width: 992px) {
	.is-ctl-register .checkout-aside-item-title, .is-ctl-register .checkout-aside-item-link-quantity, .is-ctl-register .checkout-aside-summary-label, .is-ctl-register .checkout-aside-summary-value {
		font-size: 1.125rem;
	}
}

.is-ctl-register .checkout-aside-item-link-price {
	font-size: .75rem;
	font-weight: 300;
}

@media (min-width: 992px) {
	.is-ctl-register .checkout-aside-item-link-price {
		font-size: 1rem;
	}
}

@media (min-width: 992px) {
	.is-ctl-register .checkout-aside-item-link-price {
		font-size: 1.125rem;
	}
}

.is-ctl-register .checkout-aside-products {
	padding: 1rem 0;
}

.is-ctl-register .checkout-aside-item-image {
	padding: unset;
}

.is-ctl-register .cart-item-img {
	border: unset;
}

.is-ctl-register .checkout-aside-summary-mobile {
	padding: 30px 0;
}

.is-ctl-register .checkout-aside-summary-mobile .icon-arrow-head-up {
	height: 100%;
	width: 11px;
}

.is-ctl-register .checkout-aside-summary-mobile .icon-arrow-head-up svg {
	top: unset;
}

.is-ctl-register .checkout-aside-summary-mobile .collapsed .icon-arrow-head-up {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.is-ctl-register .privacy-notice {
	font-size: .625rem;
}

@media (min-width: 992px) {
	.is-ctl-register .privacy-notice {
		font-size: .875rem;
	}
}

@media (min-width: 992px) {
	.is-ctl-register .privacy-notice {
		font-size: 1.125rem;
	}
}

.is-ctl-register .register-required-info, .is-ctl-register .login-form-description, .is-ctl-register .login-password-recover {
	font-size: .625rem;
}

@media (min-width: 992px) {
	.is-ctl-register .register-required-info, .is-ctl-register .login-form-description, .is-ctl-register .login-password-recover {
		font-size: .875rem;
	}
}

@media (min-width: 992px) {
	.is-ctl-register .register-required-info, .is-ctl-register .login-form-description, .is-ctl-register .login-password-recover {
		font-size: 1.125rem;
	}
}

@media (min-width: 992px) {
	.is-ctl-auth .login-card, .is-ctl-auth .register-card {
		background: #f8f8f8;
		border-radius: 5px;
		padding: 1rem;
	}
}

@media (min-width: 992px) {
	.is-ctl-auth .form-label {
		font-size: 13px;
	}
}

@media screen and (min-width: 1000px) {
	.is-ctl-auth .form-label {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.is-ctl-auth .form-label {
		font-size: 18px;
	}
}

.account-overview-card {
	margin-bottom: 3rem;
}

.account-overview-newsletter .custom-control .custom-control-label {
	font-size: .875rem;
}

.product-wishlist-info-manufacturer {
	display: none;
}

@media (min-width: 992px) {
	.cms-element-product-listing .product-wishlist button, .product-box .product-wishlist button {
		right: .1rem;
		top: .25rem;
	}
}

.search-headline {
	font-family: "Lora", serif;
	font-weight: 500;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

@media (min-width: 768px) {
	.search-headline {
		font-size: 35px;
		margin-top: 3rem;
	}
}

@media (min-width: 992px) {
	.search-headline {
		font-size: 40px;
		margin-bottom: 2.5rem;
	}
}

@media (min-width: 1200px) {
	.search-headline {
		font-size: 48px;
	}
}

.is-ctl-search .cms-element-product-listing-actions, .is-ctl-search .filter-panel-wrapper-toggle-wrapper {
	display: none !important;
}

@media (max-width: 991.98px) {
	.is-ctl-search .cms-element-sidebar-filter {
		display: none;
	}
}

@media (min-width: 768px) {
	.is-ctl-search .cms-element-sidebar-filter {
		position: relative;
	}
}

@media (min-width: 992px) {
	.is-ctl-search .filter-actions {
		display: none;
	}
}

@media (min-width: 768px) {
	.is-ctl-search #filter-panel-wrapper {
		display: block;
		left: -20px;
		overflow: visible;
		position: absolute;
		width: calc(100% - 500px);
		z-index: 16;
	}
}
