
@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: #c00d0d;
	--secondary: #222;
	--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: "Inter", sans-serif;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #222;
	text-align: left;
	background-color: #f7f7f8;
}

[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: #c00d0d;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #780808;
	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, .offcanvas-cart-upselling h2.product-upselling-slider-title, .h5, .h6 {
	margin-bottom: .5rem;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #222;
}

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, .offcanvas-cart-upselling h2.product-upselling-slider-title {
	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: #f7f7f8;
	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, .cms-block.no-gutters .cms-block-container-row {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col, .cms-block.no-gutters .cms-block-container-row > .col, .cms-block.no-gutters .is-act-confirmpage .checkout .cms-block-container-row > .checkout-aside, .is-act-confirmpage .checkout .cms-block.no-gutters .cms-block-container-row > .checkout-aside, .cms-block.no-gutters .is-ctl-accountorder .checkout .cms-block-container-row > .checkout-aside, .is-ctl-accountorder .checkout .cms-block.no-gutters .cms-block-container-row > .checkout-aside, .cms-block.no-gutters .is-act-finishpage .checkout .cms-block-container-row > .checkout-aside, .is-act-finishpage .checkout .cms-block.no-gutters .cms-block-container-row > .checkout-aside, .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-"], .cms-block.no-gutters .cms-block-container-row > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control:focus {
	color: #222;
	background-color: #fff;
	border-color: #c00d0d;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(192, 13, 13, .25);
}

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

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

select.form-control:focus::-ms-value {
	color: #222;
	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: #222;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

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

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

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

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

textarea.form-control {
	height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
	display: inline-block;
	font-weight: 400;
	color: #222;
	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: #222;
	text-decoration: none;
}

.btn:focus, .btn.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(192, 13, 13, .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: #fff;
	background-color: #c00d0d;
	border-color: #c00d0d;
}

.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: #9c0b0b;
	border-color: #900a0a;
}

.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(201, 49, 49, .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: #fff;
	background-color: #c00d0d;
	border-color: #c00d0d;
}

.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), .active.address-editor-edit:not(.collapsed):not(.disabled):not(:disabled), .active.address-editor-create:not(.collapsed):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: #900a0a;
	border-color: #840909;
}

.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, .active.address-editor-edit:not(.collapsed):not(.disabled):not(:disabled):focus, .active.address-editor-create:not(.collapsed):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(201, 49, 49, .5);
}

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

.btn-secondary:hover {
	color: #fff;
	background-color: #0f0f0f;
	border-color: #090909;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link:hover {
	color: #780808;
	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: #222;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #bcc1c7;
	border-radius: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
	z-index: 1;
}

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

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

.btn-group > .btn:not(:first-child), .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 > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

.input-group-prepend .btn, .input-group-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: #222;
	text-align: center;
	white-space: nowrap;
	background-color: #eee;
	border: 1px solid #bcc1c7;
	border-radius: 3px;
}

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

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

.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .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 > .custom-select {
	height: calc(1.5em + .5rem + 2px);
}

.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .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: #c00d0d;
	background-color: #c00d0d;
}

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

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

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

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

.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(192, 13, 13, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(192, 13, 13, .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(192, 13, 13, .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(192, 13, 13, .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: #222;
	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=\'%23222\' 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: #c00d0d;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(192, 13, 13, .25);
}

.custom-select:focus::-ms-value {
	color: #222;
	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: #c00d0d;
	box-shadow: 0 0 0 .2rem rgba(192, 13, 13, .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: #222;
	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: #222;
	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 #f7f7f8, 0 0 0 .2rem rgba(192, 13, 13, .25);
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #f7f7f8, 0 0 0 .2rem rgba(192, 13, 13, .25);
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #f7f7f8, 0 0 0 .2rem rgba(192, 13, 13, .25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar > .container, .cms-section .navbar > .boxed, .navbar > .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 .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, .9);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion > .card {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.badge-secondary:focus, a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(34, 34, 34, .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: #640707;
	background-color: #f2cfcf;
	border-color: #edbbbb;
}

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

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

.alert-secondary {
	color: #121212;
	background-color: lightgray;
	border-color: #c1c1c1;
}

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

.alert-secondary .alert-link {
	color: black;
}

.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: #c00d0d;
	-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: #222;
	background-color: #eee;
}

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

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

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

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

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

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

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

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

.list-group-item-secondary {
	color: #121212;
	background-color: #c1c1c1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toast.showing {
	opacity: 1;
}

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

.toast.hide {
	display: none;
}

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

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

.modal-open {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-footer > :not(:first-child) {
	margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
	}
	
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg, .address-editor-modal .modal-dialog, .quickview-modal .modal-dialog, .modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: "Inter", 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: "Inter", 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: #222;
	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: #222;
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -ms-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	-webkit-transition: -webkit-transform .6s ease-in-out;
}

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

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
	display: block;
}

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	-webkit-transition: 0s .6s opacity;
	transition: 0s .6s opacity;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
		-webkit-transition: none;
		transition: none;
	}
}

.carousel-control-prev, .carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	-webkit-transition: opacity .15s ease;
	transition: opacity .15s ease;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev, .carousel-control-next {
		-webkit-transition: none;
		transition: none;
	}
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z\'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z\'/%3e%3c/svg%3e");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	-webkit-transition: opacity .6s ease;
	transition: opacity .6s ease;
}

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

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

@-webkit-keyframes spinner-border {
	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.spinner-border, .loader, .maxia-lazy-animation .product-image-wrapper:before {
	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: #c00d0d !important;
}

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

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

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

.border-secondary {
	border-color: #222 !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, .acris-faq .acris-faq-accordion-content .faq-wrapper-answer .cms-sections .boxed, .px-0 {
	padding-right: 0 !important;
}

.pb-0, .py-0 {
	padding-bottom: 0 !important;
}

.pl-0, .acris-faq .acris-faq-accordion-content .faq-wrapper-answer .cms-sections .boxed, .px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: .25rem !important;
}

.pt-1, .py-1 {
	padding-top: .25rem !important;
}

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

.pb-1, .py-1 {
	padding-bottom: .25rem !important;
}

.pl-1, .px-1 {
	padding-left: .25rem !important;
}

.p-2 {
	padding: .5rem !important;
}

.pt-2, .py-2 {
	padding-top: .5rem !important;
}

.pr-2, .px-2 {
	padding-right: .5rem !important;
}

.pb-2, .py-2 {
	padding-bottom: .5rem !important;
}

.pl-2, .px-2 {
	padding-left: .5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3, .py-3 {
	padding-top: 1rem !important;
}

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

.pb-3, .py-3 {
	padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4, .py-4 {
	padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
	padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5, .py-5 {
	padding-top: 3rem !important;
}

.pr-5, .px-5 {
	padding-right: 3rem !important;
}

.pb-5, .py-5 {
	padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
	padding-left: 3rem !important;
}

.m-n1 {
	margin: -.25rem !important;
}

.mt-n1, .my-n1 {
	margin-top: -.25rem !important;
}

.mr-n1, .mx-n1 {
	margin-right: -.25rem !important;
}

.mb-n1, .my-n1 {
	margin-bottom: -.25rem !important;
}

.ml-n1, .mx-n1 {
	margin-left: -.25rem !important;
}

.m-n2 {
	margin: -.5rem !important;
}

.mt-n2, .my-n2 {
	margin-top: -.5rem !important;
}

.mr-n2, .mx-n2 {
	margin-right: -.5rem !important;
}

.mb-n2, .my-n2 {
	margin-bottom: -.5rem !important;
}

.ml-n2, .mx-n2 {
	margin-left: -.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3, .my-n3 {
	margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5, .my-n5 {
	margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
	margin-left: -3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto, .my-auto {
	margin-top: auto !important;
}

.mr-auto, .mx-auto {
	margin-right: auto !important;
}

.mb-auto, .my-auto {
	margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
	margin-left: auto !important;
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	
	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important;
	}
	
	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important;
	}
	
	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important;
	}
	
	.m-sm-1 {
		margin: .25rem !important;
	}
	
	.mt-sm-1, .my-sm-1 {
		margin-top: .25rem !important;
	}
	
	.mr-sm-1, .mx-sm-1 {
		margin-right: .25rem !important;
	}
	
	.mb-sm-1, .my-sm-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-sm-1, .mx-sm-1 {
		margin-left: .25rem !important;
	}
	
	.m-sm-2 {
		margin: .5rem !important;
	}
	
	.mt-sm-2, .my-sm-2 {
		margin-top: .5rem !important;
	}
	
	.mr-sm-2, .mx-sm-2 {
		margin-right: .5rem !important;
	}
	
	.mb-sm-2, .my-sm-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-sm-2, .mx-sm-2 {
		margin-left: .5rem !important;
	}
	
	.m-sm-3 {
		margin: 1rem !important;
	}
	
	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem !important;
	}
	
	.mr-sm-3, .mx-sm-3 {
		margin-right: 1rem !important;
	}
	
	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-sm-3, .mx-sm-3 {
		margin-left: 1rem !important;
	}
	
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	
	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-sm-4, .mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-sm-4, .mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-sm-5 {
		margin: 3rem !important;
	}
	
	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem !important;
	}
	
	.mr-sm-5, .mx-sm-5 {
		margin-right: 3rem !important;
	}
	
	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-sm-5, .mx-sm-5 {
		margin-left: 3rem !important;
	}
	
	.p-sm-0 {
		padding: 0 !important;
	}
	
	.pt-sm-0, .py-sm-0 {
		padding-top: 0 !important;
	}
	
	.pr-sm-0, .px-sm-0 {
		padding-right: 0 !important;
	}
	
	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-sm-0, .px-sm-0 {
		padding-left: 0 !important;
	}
	
	.p-sm-1 {
		padding: .25rem !important;
	}
	
	.pt-sm-1, .py-sm-1 {
		padding-top: .25rem !important;
	}
	
	.pr-sm-1, .px-sm-1 {
		padding-right: .25rem !important;
	}
	
	.pb-sm-1, .py-sm-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-sm-1, .px-sm-1 {
		padding-left: .25rem !important;
	}
	
	.p-sm-2 {
		padding: .5rem !important;
	}
	
	.pt-sm-2, .py-sm-2 {
		padding-top: .5rem !important;
	}
	
	.pr-sm-2, .px-sm-2 {
		padding-right: .5rem !important;
	}
	
	.pb-sm-2, .py-sm-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-sm-2, .px-sm-2 {
		padding-left: .5rem !important;
	}
	
	.p-sm-3 {
		padding: 1rem !important;
	}
	
	.pt-sm-3, .py-sm-3 {
		padding-top: 1rem !important;
	}
	
	.pr-sm-3, .px-sm-3 {
		padding-right: 1rem !important;
	}
	
	.pb-sm-3, .py-sm-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-sm-3, .px-sm-3 {
		padding-left: 1rem !important;
	}
	
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	
	.pt-sm-4, .py-sm-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-sm-4, .px-sm-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-sm-4, .py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-sm-4, .px-sm-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-sm-5 {
		padding: 3rem !important;
	}
	
	.pt-sm-5, .py-sm-5 {
		padding-top: 3rem !important;
	}
	
	.pr-sm-5, .px-sm-5 {
		padding-right: 3rem !important;
	}
	
	.pb-sm-5, .py-sm-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-sm-5, .px-sm-5 {
		padding-left: 3rem !important;
	}
	
	.m-sm-n1 {
		margin: -.25rem !important;
	}
	
	.mt-sm-n1, .my-sm-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-sm-n1, .mx-sm-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-sm-n1, .mx-sm-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-sm-n2 {
		margin: -.5rem !important;
	}
	
	.mt-sm-n2, .my-sm-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-sm-n2, .mx-sm-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-sm-n2, .mx-sm-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-sm-n3 {
		margin: -1rem !important;
	}
	
	.mt-sm-n3, .my-sm-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-sm-n3, .mx-sm-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-sm-n3, .my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-sm-n3, .mx-sm-n3 {
		margin-left: -1rem !important;
	}
	
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-sm-n4, .my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-sm-n4, .mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-sm-n4, .my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-sm-n4, .mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-sm-n5 {
		margin: -3rem !important;
	}
	
	.mt-sm-n5, .my-sm-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-sm-n5, .mx-sm-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-sm-n5, .my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-sm-n5, .mx-sm-n5 {
		margin-left: -3rem !important;
	}
	
	.m-sm-auto {
		margin: auto !important;
	}
	
	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important;
	}
	
	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto !important;
	}
	
	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important;
	}
	
	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	
	.mt-md-0, .my-md-0 {
		margin-top: 0 !important;
	}
	
	.mr-md-0, .mx-md-0 {
		margin-right: 0 !important;
	}
	
	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-md-0, .mx-md-0 {
		margin-left: 0 !important;
	}
	
	.m-md-1 {
		margin: .25rem !important;
	}
	
	.mt-md-1, .my-md-1 {
		margin-top: .25rem !important;
	}
	
	.mr-md-1, .mx-md-1 {
		margin-right: .25rem !important;
	}
	
	.mb-md-1, .my-md-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-md-1, .mx-md-1 {
		margin-left: .25rem !important;
	}
	
	.m-md-2 {
		margin: .5rem !important;
	}
	
	.mt-md-2, .my-md-2 {
		margin-top: .5rem !important;
	}
	
	.mr-md-2, .mx-md-2 {
		margin-right: .5rem !important;
	}
	
	.mb-md-2, .my-md-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-md-2, .mx-md-2 {
		margin-left: .5rem !important;
	}
	
	.m-md-3 {
		margin: 1rem !important;
	}
	
	.mt-md-3, .my-md-3 {
		margin-top: 1rem !important;
	}
	
	.mr-md-3, .mx-md-3 {
		margin-right: 1rem !important;
	}
	
	.mb-md-3, .my-md-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-md-3, .mx-md-3 {
		margin-left: 1rem !important;
	}
	
	.m-md-4 {
		margin: 1.5rem !important;
	}
	
	.mt-md-4, .my-md-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-md-4, .mx-md-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-md-4, .my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-md-4, .mx-md-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-md-5 {
		margin: 3rem !important;
	}
	
	.mt-md-5, .my-md-5 {
		margin-top: 3rem !important;
	}
	
	.mr-md-5, .mx-md-5 {
		margin-right: 3rem !important;
	}
	
	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-md-5, .mx-md-5 {
		margin-left: 3rem !important;
	}
	
	.p-md-0 {
		padding: 0 !important;
	}
	
	.pt-md-0, .py-md-0 {
		padding-top: 0 !important;
	}
	
	.pr-md-0, .px-md-0 {
		padding-right: 0 !important;
	}
	
	.pb-md-0, .py-md-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-md-0, .px-md-0 {
		padding-left: 0 !important;
	}
	
	.p-md-1 {
		padding: .25rem !important;
	}
	
	.pt-md-1, .py-md-1 {
		padding-top: .25rem !important;
	}
	
	.pr-md-1, .px-md-1 {
		padding-right: .25rem !important;
	}
	
	.pb-md-1, .py-md-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-md-1, .px-md-1 {
		padding-left: .25rem !important;
	}
	
	.p-md-2 {
		padding: .5rem !important;
	}
	
	.pt-md-2, .py-md-2 {
		padding-top: .5rem !important;
	}
	
	.pr-md-2, .px-md-2 {
		padding-right: .5rem !important;
	}
	
	.pb-md-2, .py-md-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-md-2, .px-md-2 {
		padding-left: .5rem !important;
	}
	
	.p-md-3 {
		padding: 1rem !important;
	}
	
	.pt-md-3, .py-md-3 {
		padding-top: 1rem !important;
	}
	
	.pr-md-3, .px-md-3 {
		padding-right: 1rem !important;
	}
	
	.pb-md-3, .py-md-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-md-3, .px-md-3 {
		padding-left: 1rem !important;
	}
	
	.p-md-4 {
		padding: 1.5rem !important;
	}
	
	.pt-md-4, .py-md-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-md-4, .px-md-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-md-4, .py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-md-4, .px-md-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-md-5 {
		padding: 3rem !important;
	}
	
	.pt-md-5, .py-md-5 {
		padding-top: 3rem !important;
	}
	
	.pr-md-5, .px-md-5 {
		padding-right: 3rem !important;
	}
	
	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-md-5, .px-md-5 {
		padding-left: 3rem !important;
	}
	
	.m-md-n1 {
		margin: -.25rem !important;
	}
	
	.mt-md-n1, .my-md-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-md-n1, .mx-md-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-md-n1, .my-md-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-md-n1, .mx-md-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-md-n2 {
		margin: -.5rem !important;
	}
	
	.mt-md-n2, .my-md-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-md-n2, .mx-md-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-md-n2, .my-md-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-md-n2, .mx-md-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-md-n3 {
		margin: -1rem !important;
	}
	
	.mt-md-n3, .my-md-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-md-n3, .mx-md-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-md-n3, .my-md-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-md-n3, .mx-md-n3 {
		margin-left: -1rem !important;
	}
	
	.m-md-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-md-n4, .my-md-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-md-n4, .mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-md-n4, .my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-md-n4, .mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-md-n5 {
		margin: -3rem !important;
	}
	
	.mt-md-n5, .my-md-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-md-n5, .mx-md-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-md-n5, .my-md-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-md-n5, .mx-md-n5 {
		margin-left: -3rem !important;
	}
	
	.m-md-auto {
		margin: auto !important;
	}
	
	.mt-md-auto, .my-md-auto {
		margin-top: auto !important;
	}
	
	.mr-md-auto, .mx-md-auto {
		margin-right: auto !important;
	}
	
	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important;
	}
	
	.ml-md-auto, .mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	
	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important;
	}
	
	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important;
	}
	
	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important;
	}
	
	.m-lg-1 {
		margin: .25rem !important;
	}
	
	.mt-lg-1, .my-lg-1 {
		margin-top: .25rem !important;
	}
	
	.mr-lg-1, .mx-lg-1 {
		margin-right: .25rem !important;
	}
	
	.mb-lg-1, .my-lg-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-lg-1, .mx-lg-1 {
		margin-left: .25rem !important;
	}
	
	.m-lg-2 {
		margin: .5rem !important;
	}
	
	.mt-lg-2, .my-lg-2 {
		margin-top: .5rem !important;
	}
	
	.mr-lg-2, .mx-lg-2 {
		margin-right: .5rem !important;
	}
	
	.mb-lg-2, .my-lg-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-lg-2, .mx-lg-2 {
		margin-left: .5rem !important;
	}
	
	.m-lg-3 {
		margin: 1rem !important;
	}
	
	.mt-lg-3, .my-lg-3 {
		margin-top: 1rem !important;
	}
	
	.mr-lg-3, .mx-lg-3 {
		margin-right: 1rem !important;
	}
	
	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-lg-3, .mx-lg-3 {
		margin-left: 1rem !important;
	}
	
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	
	.mt-lg-4, .my-lg-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-lg-4, .mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-lg-4, .mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-lg-5 {
		margin: 3rem !important;
	}
	
	.mt-lg-5, .my-lg-5 {
		margin-top: 3rem !important;
	}
	
	.mr-lg-5, .mx-lg-5 {
		margin-right: 3rem !important;
	}
	
	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-lg-5, .mx-lg-5 {
		margin-left: 3rem !important;
	}
	
	.p-lg-0 {
		padding: 0 !important;
	}
	
	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important;
	}
	
	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important;
	}
	
	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important;
	}
	
	.p-lg-1 {
		padding: .25rem !important;
	}
	
	.pt-lg-1, .py-lg-1 {
		padding-top: .25rem !important;
	}
	
	.pr-lg-1, .px-lg-1 {
		padding-right: .25rem !important;
	}
	
	.pb-lg-1, .py-lg-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-lg-1, .px-lg-1 {
		padding-left: .25rem !important;
	}
	
	.p-lg-2 {
		padding: .5rem !important;
	}
	
	.pt-lg-2, .py-lg-2 {
		padding-top: .5rem !important;
	}
	
	.pr-lg-2, .px-lg-2 {
		padding-right: .5rem !important;
	}
	
	.pb-lg-2, .py-lg-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-lg-2, .px-lg-2 {
		padding-left: .5rem !important;
	}
	
	.p-lg-3 {
		padding: 1rem !important;
	}
	
	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem !important;
	}
	
	.pr-lg-3, .px-lg-3 {
		padding-right: 1rem !important;
	}
	
	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-lg-3, .px-lg-3 {
		padding-left: 1rem !important;
	}
	
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	
	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-lg-4, .px-lg-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-lg-5 {
		padding: 3rem !important;
	}
	
	.pt-lg-5, .py-lg-5 {
		padding-top: 3rem !important;
	}
	
	.pr-lg-5, .px-lg-5 {
		padding-right: 3rem !important;
	}
	
	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-lg-5, .px-lg-5 {
		padding-left: 3rem !important;
	}
	
	.m-lg-n1 {
		margin: -.25rem !important;
	}
	
	.mt-lg-n1, .my-lg-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-lg-n1, .mx-lg-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-lg-n1, .mx-lg-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-lg-n2 {
		margin: -.5rem !important;
	}
	
	.mt-lg-n2, .my-lg-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-lg-n2, .mx-lg-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-lg-n2, .mx-lg-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-lg-n3 {
		margin: -1rem !important;
	}
	
	.mt-lg-n3, .my-lg-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-lg-n3, .mx-lg-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-lg-n3, .my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-lg-n3, .mx-lg-n3 {
		margin-left: -1rem !important;
	}
	
	.m-lg-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-lg-n4, .my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-lg-n4, .mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-lg-n4, .my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-lg-n4, .mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-lg-n5 {
		margin: -3rem !important;
	}
	
	.mt-lg-n5, .my-lg-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-lg-n5, .mx-lg-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-lg-n5, .my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-lg-n5, .mx-lg-n5 {
		margin-left: -3rem !important;
	}
	
	.m-lg-auto {
		margin: auto !important;
	}
	
	.mt-lg-auto, .my-lg-auto {
		margin-top: auto !important;
	}
	
	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto !important;
	}
	
	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto !important;
	}
	
	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	
	.mt-xl-0, .my-xl-0 {
		margin-top: 0 !important;
	}
	
	.mr-xl-0, .mx-xl-0 {
		margin-right: 0 !important;
	}
	
	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-xl-0, .mx-xl-0 {
		margin-left: 0 !important;
	}
	
	.m-xl-1 {
		margin: .25rem !important;
	}
	
	.mt-xl-1, .my-xl-1 {
		margin-top: .25rem !important;
	}
	
	.mr-xl-1, .mx-xl-1 {
		margin-right: .25rem !important;
	}
	
	.mb-xl-1, .my-xl-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-xl-1, .mx-xl-1 {
		margin-left: .25rem !important;
	}
	
	.m-xl-2 {
		margin: .5rem !important;
	}
	
	.mt-xl-2, .my-xl-2 {
		margin-top: .5rem !important;
	}
	
	.mr-xl-2, .mx-xl-2 {
		margin-right: .5rem !important;
	}
	
	.mb-xl-2, .my-xl-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-xl-2, .mx-xl-2 {
		margin-left: .5rem !important;
	}
	
	.m-xl-3 {
		margin: 1rem !important;
	}
	
	.mt-xl-3, .my-xl-3 {
		margin-top: 1rem !important;
	}
	
	.mr-xl-3, .mx-xl-3 {
		margin-right: 1rem !important;
	}
	
	.mb-xl-3, .my-xl-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-xl-3, .mx-xl-3 {
		margin-left: 1rem !important;
	}
	
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	
	.mt-xl-4, .my-xl-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-xl-4, .mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-xl-4, .my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-xl-4, .mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-xl-5 {
		margin: 3rem !important;
	}
	
	.mt-xl-5, .my-xl-5 {
		margin-top: 3rem !important;
	}
	
	.mr-xl-5, .mx-xl-5 {
		margin-right: 3rem !important;
	}
	
	.mb-xl-5, .my-xl-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-xl-5, .mx-xl-5 {
		margin-left: 3rem !important;
	}
	
	.p-xl-0 {
		padding: 0 !important;
	}
	
	.pt-xl-0, .py-xl-0 {
		padding-top: 0 !important;
	}
	
	.pr-xl-0, .px-xl-0 {
		padding-right: 0 !important;
	}
	
	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-xl-0, .px-xl-0 {
		padding-left: 0 !important;
	}
	
	.p-xl-1 {
		padding: .25rem !important;
	}
	
	.pt-xl-1, .py-xl-1 {
		padding-top: .25rem !important;
	}
	
	.pr-xl-1, .px-xl-1 {
		padding-right: .25rem !important;
	}
	
	.pb-xl-1, .py-xl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-xl-1, .px-xl-1 {
		padding-left: .25rem !important;
	}
	
	.p-xl-2 {
		padding: .5rem !important;
	}
	
	.pt-xl-2, .py-xl-2 {
		padding-top: .5rem !important;
	}
	
	.pr-xl-2, .px-xl-2 {
		padding-right: .5rem !important;
	}
	
	.pb-xl-2, .py-xl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-xl-2, .px-xl-2 {
		padding-left: .5rem !important;
	}
	
	.p-xl-3 {
		padding: 1rem !important;
	}
	
	.pt-xl-3, .py-xl-3 {
		padding-top: 1rem !important;
	}
	
	.pr-xl-3, .px-xl-3 {
		padding-right: 1rem !important;
	}
	
	.pb-xl-3, .py-xl-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-xl-3, .px-xl-3 {
		padding-left: 1rem !important;
	}
	
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	
	.pt-xl-4, .py-xl-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-xl-4, .px-xl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-xl-4, .py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-xl-4, .px-xl-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-xl-5 {
		padding: 3rem !important;
	}
	
	.pt-xl-5, .py-xl-5 {
		padding-top: 3rem !important;
	}
	
	.pr-xl-5, .px-xl-5 {
		padding-right: 3rem !important;
	}
	
	.pb-xl-5, .py-xl-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-xl-5, .px-xl-5 {
		padding-left: 3rem !important;
	}
	
	.m-xl-n1 {
		margin: -.25rem !important;
	}
	
	.mt-xl-n1, .my-xl-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-xl-n1, .mx-xl-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-xl-n1, .mx-xl-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-xl-n2 {
		margin: -.5rem !important;
	}
	
	.mt-xl-n2, .my-xl-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-xl-n2, .mx-xl-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-xl-n2, .mx-xl-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-xl-n3 {
		margin: -1rem !important;
	}
	
	.mt-xl-n3, .my-xl-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-xl-n3, .mx-xl-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-xl-n3, .my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-xl-n3, .mx-xl-n3 {
		margin-left: -1rem !important;
	}
	
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-xl-n4, .my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-xl-n4, .mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-xl-n4, .my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-xl-n4, .mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-xl-n5 {
		margin: -3rem !important;
	}
	
	.mt-xl-n5, .my-xl-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-xl-n5, .mx-xl-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-xl-n5, .my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-xl-n5, .mx-xl-n5 {
		margin-left: -3rem !important;
	}
	
	.m-xl-auto {
		margin: auto !important;
	}
	
	.mt-xl-auto, .my-xl-auto {
		margin-top: auto !important;
	}
	
	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto !important;
	}
	
	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto !important;
	}
	
	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto !important;
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	
	.text-sm-right {
		text-align: right !important;
	}
	
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	
	.text-md-right {
		text-align: right !important;
	}
	
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	
	.text-lg-right {
		text-align: right !important;
	}
	
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	
	.text-xl-right {
		text-align: right !important;
	}
	
	.text-xl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}

.text-primary, .loader {
	color: #c00d0d !important;
}

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

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

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

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

.category-navigation-link.is-active {
	color: #c00d0d;
	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(192, 13, 13, .5);
	color: #c00d0d;
	opacity: 1;
}

.base-slider-controls-prev.is-nav-prev-outside, .base-slider-controls-prev.is-nav-next-outside, .base-slider-controls-next.is-nav-prev-outside, .base-slider-controls-next.is-nav-next-outside {
	border: 0;
	background-color: rgba(255, 255, 255, .8);
}

.base-slider-controls-prev[disabled], .base-slider-controls-next[disabled] {
	opacity: .2;
	cursor: default;
}

.base-slider-controls-prev {
	border-radius: 0 3px 3px 0;
}

.base-slider-controls-prev.is-nav-prev-outside {
	border-radius: 3px 0 0 3px;
}

.base-slider-controls-next {
	border-radius: 3px 0 0 3px;
}

.base-slider-controls-next.is-nav-next-outside {
	border-radius: 0 3px 3px 0;
}

@media (min-width: 768px) {
	.base-slider .tns-nav .base-slider-dot, .base-slider .tns-nav button, .base-slider .base-slider-dots .base-slider-dot, .base-slider .base-slider-dots button {
		margin: 0 5px;
	}
	
	.base-slider .tns-nav.hide-dots, .base-slider .base-slider-dots.hide-dots {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.base-slider .tns-nav, .base-slider .base-slider-dots {
		width: 55%;
		text-align: center;
	}
	
	.base-slider .tns-nav.hide-dots, .base-slider .tns-nav.hide-dots-mobile, .base-slider .base-slider-dots.hide-dots, .base-slider .base-slider-dots.hide-dots-mobile {
		display: none;
	}
}

.image-slider-container {
	position: relative;
	height: 100%;
}

.image-slider-container .image-slider-image {
	display: block;
	width: 100%;
}

.image-slider-container .image-slider-item {
	display: -ms-grid;
	display: grid;
	max-width: 100%;
	position: relative;
}

.image-slider-container .image-slider-item.is-not-first {
	display: none;
}

.image-slider-container .image-slider-item.is-cover {
	height: 100%;
}

.image-slider-container .image-slider-item.is-cover .image-slider-image {
	object-fit: cover;
	font-family: "object-fit: cover;";
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.image-slider-container .image-slider-link {
	display: block;
}

.js-slider-initialized .image-slider-item.is-not-first {
	display: block;
}

.image-slider-controls-prev.is-nav-prev-inside {
	left: 0;
}

.image-slider-controls-prev.is-nav-prev-outside {
	left: -15px;
}

.image-slider-controls-next.is-nav-next-inside {
	right: 0;
}

.image-slider-controls-next.is-nav-next-outside {
	right: -15px;
}

@media (min-width: 768px) {
	.image-slider-controls-prev.is-nav-prev-outside {
		left: -5px;
	}
	
	.image-slider-controls-next.is-nav-next-outside {
		right: -5px;
	}
}

.product-slider.has-border {
	border: 1px solid #bcc1c7;
	border-radius: 3px;
}

.product-slider.has-border {
	padding: 25px;
}

.product-slider.has-nav {
	padding-left: 20px;
	padding-right: 20px;
}

.product-slider.has-border.has-nav {
	padding-left: 40px;
	padding-right: 40px;
}

.product-slider-container {
	padding-bottom: 1px;
}

.product-slider-controls-prev, .product-slider-controls-next {
	border: 0;
	background: none;
}

.product-slider-controls-prev {
	left: -10px;
}

.product-slider-controls-prev.has-border {
	left: 0;
}

.product-slider-controls-next {
	right: -10px;
}

.product-slider-controls-next.has-border {
	right: 0;
}

.gallery-slider {
	width: 99.9%;
}

.gallery-slider-row {
	margin-bottom: 1rem;
}

.gallery-slider-row.is-loading {
	height: 430px;
	overflow: hidden;
}

.gallery-slider-row.is-single-image {
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery-slider-single-image {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery-slider-container {
	position: relative;
	height: 100%;
}

.gallery-slider-container .gallery-slider-image {
	display: block;
}

.gallery-slider-item, .gallery-slider-single-image {
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: default;
	display: block;
	height: 100%;
	max-width: 100%;
}

.gallery-slider-item.is-cover, .gallery-slider-item.is-contain, .gallery-slider-single-image.is-cover, .gallery-slider-single-image.is-contain {
	height: 100%;
}

.gallery-slider-item.is-cover .gallery-slider-image, .gallery-slider-item.is-contain .gallery-slider-image, .gallery-slider-single-image.is-cover .gallery-slider-image, .gallery-slider-single-image.is-contain .gallery-slider-image {
	object-fit: cover;
	font-family: "object-fit: cover;";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
}

.gallery-slider-item.is-cover .gallery-slider-image, .gallery-slider-single-image.is-cover .gallery-slider-image {
	object-fit: cover;
	font-family: "object-fit: cover;";
	width: 100%;
	height: 100%;
}

.gallery-slider-item.is-contain .gallery-slider-image, .gallery-slider-single-image.is-contain .gallery-slider-image {
	margin: auto;
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.gallery-slider-controls-prev {
	left: 0;
}

.gallery-slider-controls-prev.is-nav-prev-outside {
	left: -10px;
}

.gallery-slider-controls-next {
	right: 0;
}

.gallery-slider-controls-next.is-nav-next-outside {
	right: -10px;
}

.gallery-slider-thumbnails-container {
	position: relative;
}

.gallery-slider-thumbnails-container .tns-inner {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery-slider-thumbnails-container.is-underneath .tns-inner {
	display: block;
}

.gallery-slider-thumbnails-container.is-underneath .tns-outer {
	margin: 0 30px;
}

.gallery-slider-thumbnails-container.hide-thumbs {
	display: none;
}

.gallery-slider-thumbnails-col .gallery-slider-thumbnails-controls-prev, .gallery-slider-thumbnails-col .gallery-slider-thumbnails-controls-next {
	border: 0;
	background: none;
	height: 30px;
	width: 65px;
	line-height: normal;
}

.gallery-slider-thumbnails-col.is-left {
	padding-right: 0;
}

.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-prev {
	top: -30px;
}

.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-next {
	bottom: -20px;
	top: auto;
}

.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-prev, .gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-next {
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-prev {
	left: -25px;
}

.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-next {
	right: -25px;
}

.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-prev, .gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-next {
	-ms-transform: translateY(-30%);
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
}

.gallery-slider-modal-controls {
	z-index: 10;
}

.gallery-slider-modal-controls .gallery-slider-thumbnails-controls-prev {
	left: 0;
}

.gallery-slider-modal-controls .gallery-slider-thumbnails-controls-next {
	right: 0;
}

.gallery-slider-thumbnails.is-underneath {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 1rem;
}

.gallery-slider-thumbnails.is-underneath .gallery-slider-thumbnails-item {
	width: auto;
}

.gallery-slider-thumbnails-item {
	cursor: pointer;
	height: 75px;
	width: 75px;
}

.gallery-slider-thumbnails-item.tns-nav-active .gallery-slider-thumbnails-item-inner {
	border-color: #c00d0d;
}

.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: #222;
	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: #222;
	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: #222;
	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: #222;
	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: #222;
	font-weight: 400;
	padding-left: 5px;
	font-size: 12px;
}

.product-action {
	margin-top: 20px;
}

.product-badges {
	position: absolute;
	top: 30px;
	left: -1px;
	z-index: 10;
}

.product-badges .badge {
	padding: 0 8px;
	height: 32px;
	margin: 0 0 8px;
	line-height: 32px;
	font-weight: 700;
	color: #fff;
	border-radius: 0 3px 3px 0;
	border-color: transparent;
	font-size: 18px;
	letter-spacing: 0;
}

.product-box.box-image .product-image-wrapper {
	height: 332px;
}

.product-box.box-image .product-image {
	max-height: 332px;
}

.product-box.box-image .product-image.is-standard {
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.product-price-wrapper {
	font-size: 18px;
}

.has-element-loader {
	z-index: 15;
	pointer-events: none;
	position: relative;
}

.element-loader-backdrop {
	opacity: 0;
	-webkit-transition: opacity .45s cubic-bezier(.3, 0, .15, 1), visibility .45s linear;
	transition: opacity .45s cubic-bezier(.3, 0, .15, 1), visibility .45s linear;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: rgba(255, 255, 255, .5);
	box-shadow: 0 0 11px 7px rgba(255, 255, 255, .5);
	z-index: 15;
}

.element-loader-backdrop.element-loader-backdrop-open {
	opacity: 1;
}

.element-loader-backdrop > .loader {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1rem;
	margin-top: -1rem;
}

@-webkit-keyframes skeletonShimmer {
	0% {
		background-position: -500px 0;
	}
	
	100% {
		background-position: 500px 0;
	}
}

@keyframes skeletonShimmer {
	0% {
		background-position: -500px 0;
	}
	
	100% {
		background-position: 500px 0;
	}
}

.has-element-loader .cms-element-product-listing .product-badges, .has-element-loader .cms-element-product-listing .product-image-link, .has-element-loader .cms-element-product-listing .product-review-rating {
	display: none;
}

.has-element-loader .cms-element-product-listing .product-image-wrapper, .has-element-loader .cms-element-product-listing .product-rating, .has-element-loader .cms-element-product-listing .product-name, .has-element-loader .cms-element-product-listing .product-variant-characteristics, .has-element-loader .cms-element-product-listing .product-description, .has-element-loader .cms-element-product-listing .product-price-unit, .has-element-loader .cms-element-product-listing .product-cheapest-price-price, .has-element-loader .cms-element-product-listing .product-price {
	border-radius: 3px;
	color: transparent;
	-webkit-animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
	animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
	background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
	background-size: 800px 100px;
}

.has-element-loader .cms-element-product-listing .product-rating {
	width: 50%;
}

.has-element-loader .cms-element-product-listing .product-name {
	width: 75%;
}

.has-element-loader .cms-element-product-listing .product-price {
	width: 35%;
}

.has-element-loader .cms-element-product-listing .product-wishlist-info-item {
	border-radius: 3px;
	color: transparent;
	-webkit-animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
	animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
	background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
	background-size: 800px 100px;
}

.has-element-loader .cms-element-product-listing .product-wishlist-info-status {
	display: none;
}

.has-element-loader .cms-element-product-listing .product-variant-characteristics-text, .has-element-loader .cms-element-product-listing .product-wishlist-remove {
	display: none;
}

.modal .modal-header.only-close {
	border-bottom-color: transparent;
}

.modal .modal-close:focus {
	outline: 0;
}

.modal.is-fullscreen .modal-dialog, .modal.is-fullscreen .modal-content {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: absolute;
	max-width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	overflow-y: scroll;
	box-shadow: none;
}

.modal.is-fullscreen .modal-dialog, .modal.is-fullscreen .modal-content, .modal.is-fullscreen .modal-header, .modal.is-fullscreen .modal-body, .modal.is-fullscreen .modal-footer {
	border-radius: 0;
}

.language-flag {
	display: inline-block;
	height: 12px;
	width: 16px;
	border: 1px solid #adb5bd;
	margin-top: 1px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
}

.language-flag.country-de {
	background-image: linear-gradient(to bottom, #000 33%, #f00 33%, #f00 66%, #fc0 66%);
}

.language-flag.country-gb, .language-flag.language-gb.language-flag {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJmbGFnLWljb24tY3NzLWdiIiB2aWV3Qm94PSIwIDAgNjQwIDQ4MCI+CiAgPHBhdGggZmlsbD0iIzAxMjE2OSIgZD0iTTAgMGg2NDB2NDgwSDB6Ii8+CiAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTc1IDBsMjQ0IDE4MUw1NjIgMGg3OHY2Mkw0MDAgMjQxbDI0MCAxNzh2NjFoLTgwTDMyMCAzMDEgODEgNDgwSDB2LTYwbDIzOS0xNzhMMCA2NFYwaDc1eiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik00MjQgMjgxbDIxNiAxNTl2NDBMMzY5IDI4MWg1NXptLTE4NCAyMGw2IDM1TDU0IDQ4MEgwbDI0MC0xNzl6TTY0MCAwdjNMMzkxIDE5MWwyLTQ0TDU5MCAwaDUwek0wIDBsMjM5IDE3NmgtNjBMMCA0MlYweiIvPgogIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yNDEgMHY0ODBoMTYwVjBIMjQxek0wIDE2MHYxNjBoNjQwVjE2MEgweiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik0wIDE5M3Y5Nmg2NDB2LTk2SDB6TTI3MyAwdjQ4MGg5NlYwaC05NnoiLz4KPC9zdmc+Cg==");
}

.icon {
	width: 22px;
	height: 22px;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-item-align: center;
	align-self: center;
	font-size: inherit;
	overflow: visible;
	color: #878787;
}

.icon > svg {
	width: 100%;
	height: 100%;
	top: .25em;
	position: relative;
	fill: currentColor;
}

.icon > svg path, .icon > svg use {
	fill: currentColor;
}

.icon-primary {
	color: var(--text-color-brand-primary);
}

.icon-secondary {
	color: #222;
}

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

.alert-secondary .icon {
	color: #222;
}

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

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

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

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

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

.filter-panel-item.show .icon-filter-panel-item-toggle svg {
	color: #c00d0d;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.filter-panel-item-toggle.show {
	color: #c00d0d;
	border-color: #c00d0d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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, .offcanvas-cart-upselling h2.product-upselling-slider-title, .h5, .h6 {
	margin-bottom: 10px;
}

h1, .h1 {
	line-height: 40px;
}

h2, .h2 {
	line-height: 34px;
}

h3, .h3 {
	line-height: 33px;
}

h4, .h4, .offcanvas-cart-upselling h2.product-upselling-slider-title {
	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: #c00d0d;
}

.alert-primary .alert-content-container {
	background-color: #f2cfcf;
	color: #c00d0d;
}

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

.alert-secondary {
	background-color: #222;
}

.alert-secondary .alert-content-container {
	background-color: lightgray;
	color: #222;
}

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

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

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

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

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

.btn-buy:hover {
	color: #fff;
	background-color: #9c0b0b;
	border-color: #900a0a;
}

.btn-buy:focus, .btn-buy.focus {
	box-shadow: 0 0 0 .2rem rgba(201, 49, 49, .5);
}

.btn-buy.disabled, .btn-buy:disabled {
	color: #fff;
	background-color: #c00d0d;
	border-color: #c00d0d;
}

.btn-buy:not(:disabled):not(.disabled):active, .btn-buy:not(:disabled):not(.disabled).active, .show > .btn-buy.dropdown-toggle {
	color: #fff;
	background-color: #900a0a;
	border-color: #840909;
}

.btn-buy:not(:disabled):not(.disabled):active:focus, .btn-buy:not(:disabled):not(.disabled).active:focus, .show > .btn-buy.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(201, 49, 49, .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: #c00d0d;
	color: #c00d0d;
}

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

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

.form-control {}

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

.form-control::-webkit-input-placeholder {
	color: #c3c3c3;
}

.modal-content {
	border: 0;
	box-shadow: 0 43px 43px -6px rgba(0, 0, 0, .2);
}

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

.product-box {
	border-color: #bcc1c7;
	background-color: #fff;
}

.product-box .card-body {
	padding: 1rem;
}

.product-name {
	font-weight: 600;
}

.product-price {
	color: #c00d0d;
}

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

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

.card-tabs .nav-link.active {
	border-color: #c00d0d;
	color: #4a545b;
}

.card-tabs .nav-link.active, .card-tabs .nav-link:hover {
	background-image: none;
}

.card-tabs .nav-link:hover {
	background-color: #c1c1c8;
}

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

.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: #222;
	font-weight: 400;
	padding: 0;
	border: 0 none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.footer-link:hover, .footer-contact-hotline a:hover {
	color: #c00d0d;
	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: #222;
		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: #c00d0d;
	}
	
	.main-navigation-link.active {
		color: #4a545b;
		font-weight: 700;
	}
	
	.main-navigation-link.active .main-navigation-link-text {
		border-color: #c00d0d;
	}
}

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

.navigation-flyout-link.active {
	color: #c00d0d;
	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: #222;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary-dark {
	background: #a80b0b;
}

.text-primary-dark {
	color: #a80b0b;
}

.bg-primary-light {
	background: #d80f0f;
}

.text-primary-light {
	color: #d80f0f;
}

.bg-text-color {
	background: #222;
}

.text-text-color {
	color: #222;
}

.bg-background-color {
	background: #f7f7f8;
}

.text-background-color {
	color: #f7f7f8;
}

.bg-primary-top-secondary-bottom {
	background: linear-gradient(to bottom, #c00d0d, #222 100%);
}

.text-primary-top-secondary-bottom {
	color: linear-gradient(to bottom, #c00d0d, #222 100%);
}

.bg-primary-top-dark-bottom {
	background: linear-gradient(to bottom, #c00d0d, #4a545b 100%);
}

.text-primary-top-dark-bottom {
	color: linear-gradient(to bottom, #c00d0d, #4a545b 100%);
}

.bg-primary-top-light-bottom {
	background: linear-gradient(to bottom, #c00d0d, #f9f9f9 100%);
}

.text-primary-top-light-bottom {
	color: linear-gradient(to bottom, #c00d0d, #f9f9f9 100%);
}

.bg-primary-top-background-bottom {
	background: linear-gradient(to bottom, #c00d0d, #f7f7f8 100%);
}

.text-primary-top-background-bottom {
	color: linear-gradient(to bottom, #c00d0d, #f7f7f8 100%);
}

.bg-primary-top-text-bottom {
	background: linear-gradient(to bottom, #c00d0d, #222 100%);
}

.text-primary-top-text-bottom {
	color: linear-gradient(to bottom, #c00d0d, #222 100%);
}

.bg-primary-top-indigo-bottom {
	background: linear-gradient(to bottom, #c00d0d, var(--indigo) 100%);
}

.text-primary-top-indigo-bottom {
	color: linear-gradient(to bottom, #c00d0d, var(--indigo) 100%);
}

.bg-indigo-top-primary-bottom {
	background: linear-gradient(to bottom, var(--indigo), #c00d0d 100%);
}

.text-indigo-top-primary-bottom {
	color: linear-gradient(to bottom, var(--indigo), #c00d0d 100%);
}

.bg-light-top-primary-bottom {
	background: linear-gradient(to bottom, #f9f9f9, #c00d0d 100%);
}

.text-light-top-primary-bottom {
	color: linear-gradient(to bottom, #f9f9f9, #c00d0d 100%);
}

.bg-dark-top-primary-bottom {
	background: linear-gradient(to bottom, #4a545b, #c00d0d 100%);
}

.text-dark-top-primary-bottom {
	color: linear-gradient(to bottom, #4a545b, #c00d0d 100%);
}

.bg-background-top-text-bottom {
	background: linear-gradient(to bottom, #f7f7f8, #222 100%);
}

.text-background-top-text-bottom {
	color: linear-gradient(to bottom, #f7f7f8, #222 100%);
}

.bg-background-top-primary-bottom {
	background: linear-gradient(to bottom, #f7f7f8, #c00d0d 100%);
}

.text-background-top-primary-bottom {
	color: linear-gradient(to bottom, #f7f7f8, #c00d0d 100%);
}

.bg-fixed {
	background-attachment: fixed;
}

:root {}

.moorl-card {
	background-color: #f7f7f8;
	color: #222;
	border-radius: 3px;
	padding: 25px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.moorl-card h1, .moorl-card h2, .moorl-card h3, .moorl-card h4, .moorl-card h5, .moorl-card h6, .moorl-card .h1, .moorl-card .h2, .moorl-card .h3, .moorl-card .h4, .moorl-card .offcanvas-cart-upselling h2.product-upselling-slider-title, .offcanvas-cart-upselling .moorl-card h2.product-upselling-slider-title, .moorl-card .h5, .moorl-card .h6 {
	color: #222 !important;
}

.moorl-card .badge {
	font-size: .7em;
	padding: 5px 10px;
	margin-bottom: 5px;
}

.moorl-list-checked {
	list-style-type: none;
	padding: 0;
}

.moorl-list-checked li {
	position: relative;
	padding-left: 30px;
}

.moorl-list-checked li:before {
	top: 50%;
	left: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	z-index: 10;
	background-color: #c00d0d;
	-webkit-mask-image: url("/bundles/moorlfoundation/assets/icons/check-solid.svg");
	mask-image: url("/bundles/moorlfoundation/assets/icons/check-solid.svg");
}

.moorl-demo-grid-item {
	padding: 10px;
	width: 100%;
	height: 100%;
	border: 2px dashed #222;
}

.moorl-demo-grid-item .inner {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #f2f2f2;
	border-radius: 3px;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	color: #222;
}

.moorl-demo-grid-item .inner p {
	font-size: 1.1em;
	text-transform: uppercase;
}

.moorl-customer-upload .dropzone {
	padding: 15px;
	border-radius: 3px;
	background-color: #e9e9ec;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.moorl-customer-upload .dropzone .dz-default {
	cursor: pointer;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 150px;
	width: 100%;
	border: 2px dashed #bcc1c7;
	border-radius: 3px;
	opacity: .6;
	-webkit-transition: ease all .2s;
	transition: ease all .2s;
	margin-bottom: 15px;
}

.moorl-customer-upload .dropzone .dz-default .dz-button {
	border: none;
	background-color: transparent;
	font-size: 1.3em;
}

.moorl-customer-upload .dropzone .dz-default .dz-button:focus, .moorl-customer-upload .dropzone .dz-default .dz-button:active, .moorl-customer-upload .dropzone .dz-default .dz-button:hover {
	border: none;
	box-shadow: unset;
	outline: none;
}

.moorl-customer-upload .dropzone .dz-default:hover {
	opacity: 1;
	border-color: #c00d0d;
}

.moorl-customer-upload .dropzone .moorl-dropzone-uploaded-files-container {
	padding: 10px 10px 0 10px;
	background-color: #f7f7f8;
}

.moorl-customer-upload .dropzone .moorl-dropzone-uploaded-files-container .moorl-customer-upload-image {
	margin-bottom: 20px;
	text-align: center;
}

.moorl-customer-upload .dropzone .moorl-dropzone-uploaded-files-container .moorl-customer-upload-image img {
	object-fit: cover;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 3px #bcc1c7 dashed;
	padding: 6px;
}

.moorl-customer-upload .dropzone .moorl-dropzone-uploaded-files-container .moorl-customer-upload-files .moorl-customer-upload-image-container {
	position: relative;
	margin-bottom: 10px;
	height: 110px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.moorl-customer-upload .dropzone .moorl-dropzone-uploaded-files-container .moorl-customer-upload-files .moorl-customer-upload-image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.moorl-customer-upload .dropzone .moorl-dropzone-uploaded-files-container .moorl-customer-upload-files .moorl-customer-upload-image-container .badge {
	position: absolute;
	top: 5px;
	left: 5px;
}

.moorl-customer-upload .dropzone .moorl-dropzone-uploaded-files-container .moorl-customer-upload-files .moorl-customer-upload-image-container .moorl-customer-upload-image-actions {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	background: rgba(247, 247, 248, .7);
	border-bottom-left-radius: 3px;
}

.input-group-text {
	background-color: #f9f9f9;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #222;
}

.input-group-text .icon {
	padding: 0 12px;
	width: 17px;
	height: 17px;
}

.input-group-text .icon svg {
	top: 0;
	color: #222;
}

[class*=cms-element-appflix].has-vertical-alignment {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
}

[class*=cms-element-appflix].has-vertical-alignment .cms-element-alignment {
	width: 100%;
}

.cms-element-image-slider {
	overflow: hidden;
}

.moorl-foundation-hide, .moorl-animation-hidden {
	opacity: 0;
}

.moorl-animation-processing {
	z-index: 9000;
}

.cms-block.no-gutters, .cms-block.no-gutters .cms-block.cms-block-container-row {
	overflow: visible;
}

.modal {
	z-index: 1060;
}

.btn-facebook {
	color: #fff;
	background-color: #3c5a99;
	border-color: #3c5a99;
}

.btn-facebook:hover {
	color: #fff;
	background-color: #314a7e;
	border-color: #2e4474;
}

.btn-facebook:focus, .btn-facebook.focus {
	box-shadow: 0 0 0 .2rem rgba(89, 115, 168, .5);
}

.btn-facebook.disabled, .btn-facebook:disabled {
	color: #fff;
	background-color: #3c5a99;
	border-color: #3c5a99;
}

.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
	color: #fff;
	background-color: #2e4474;
	border-color: #2a3f6b;
}

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

.btn-google {
	color: #fff;
	background-color: #0f9d58;
	border-color: #0f9d58;
}

.btn-google:hover {
	color: #fff;
	background-color: #0c7a44;
	border-color: #0b6e3e;
}

.btn-google:focus, .btn-google.focus {
	box-shadow: 0 0 0 .2rem rgba(51, 172, 113, .5);
}

.btn-google.disabled, .btn-google:disabled {
	color: #fff;
	background-color: #0f9d58;
	border-color: #0f9d58;
}

.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active, .show > .btn-google.dropdown-toggle {
	color: #fff;
	background-color: #0b6e3e;
	border-color: #096337;
}

.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus, .show > .btn-google.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(51, 172, 113, .5);
}

.btn-azure {
	color: #fff;
	background-color: #00a4ef;
	border-color: #00a4ef;
}

.btn-azure:hover {
	color: #fff;
	background-color: #008ac9;
	border-color: #0081bc;
}

.btn-azure:focus, .btn-azure.focus {
	box-shadow: 0 0 0 .2rem rgba(38, 178, 241, .5);
}

.btn-azure.disabled, .btn-azure:disabled {
	color: #fff;
	background-color: #00a4ef;
	border-color: #00a4ef;
}

.btn-azure:not(:disabled):not(.disabled):active, .btn-azure:not(:disabled):not(.disabled).active, .show > .btn-azure.dropdown-toggle {
	color: #fff;
	background-color: #0081bc;
	border-color: #0078af;
}

.btn-azure:not(:disabled):not(.disabled):active:focus, .btn-azure:not(:disabled):not(.disabled).active:focus, .show > .btn-azure.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 178, 241, .5);
}

.btn-amazon {
	color: #212529;
	background-color: #f90;
	border-color: #f90;
}

.btn-amazon:hover {
	color: #fff;
	background-color: #d98200;
	border-color: #cc7a00;
}

.btn-amazon:focus, .btn-amazon.focus {
	box-shadow: 0 0 0 .2rem rgba(222, 136, 6, .5);
}

.btn-amazon.disabled, .btn-amazon:disabled {
	color: #212529;
	background-color: #f90;
	border-color: #f90;
}

.btn-amazon:not(:disabled):not(.disabled):active, .btn-amazon:not(:disabled):not(.disabled).active, .show > .btn-amazon.dropdown-toggle {
	color: #fff;
	background-color: #cc7a00;
	border-color: #bf7300;
}

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

.btn-office365 {
	color: #fff;
	background-color: #00a4ef;
	border-color: #00a4ef;
}

.btn-office365:hover {
	color: #fff;
	background-color: #008ac9;
	border-color: #0081bc;
}

.btn-office365:focus, .btn-office365.focus {
	box-shadow: 0 0 0 .2rem rgba(38, 178, 241, .5);
}

.btn-office365.disabled, .btn-office365:disabled {
	color: #fff;
	background-color: #00a4ef;
	border-color: #00a4ef;
}

.btn-office365:not(:disabled):not(.disabled):active, .btn-office365:not(:disabled):not(.disabled).active, .show > .btn-office365.dropdown-toggle {
	color: #fff;
	background-color: #0081bc;
	border-color: #0078af;
}

.btn-office365:not(:disabled):not(.disabled):active:focus, .btn-office365:not(:disabled):not(.disabled).active:focus, .show > .btn-office365.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 178, 241, .5);
}

.btn-paypal {
	color: #fff;
	background-color: #0173b9;
	border-color: #0173b9;
}

.btn-paypal:hover {
	color: #fff;
	background-color: #015b93;
	border-color: #015386;
}

.btn-paypal:focus, .btn-paypal.focus {
	box-shadow: 0 0 0 .2rem rgba(39, 136, 196, .5);
}

.btn-paypal.disabled, .btn-paypal:disabled {
	color: #fff;
	background-color: #0173b9;
	border-color: #0173b9;
}

.btn-paypal:not(:disabled):not(.disabled):active, .btn-paypal:not(:disabled):not(.disabled).active, .show > .btn-paypal.dropdown-toggle {
	color: #fff;
	background-color: #015386;
	border-color: #014c7a;
}

.btn-paypal:not(:disabled):not(.disabled):active:focus, .btn-paypal:not(:disabled):not(.disabled).active:focus, .show > .btn-paypal.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(39, 136, 196, .5);
}

.btn-generic {
	color: #212529;
	background-color: #efc34a;
	border-color: #efc34a;
}

.btn-generic:hover {
	color: #212529;
	background-color: #ecb727;
	border-color: #ebb31b;
}

.btn-generic:focus, .btn-generic.focus {
	box-shadow: 0 0 0 .2rem rgba(208, 171, 69, .5);
}

.btn-generic.disabled, .btn-generic:disabled {
	color: #212529;
	background-color: #efc34a;
	border-color: #efc34a;
}

.btn-generic:not(:disabled):not(.disabled):active, .btn-generic:not(:disabled):not(.disabled).active, .show > .btn-generic.dropdown-toggle {
	color: #212529;
	background-color: #ebb31b;
	border-color: #e5ad14;
}

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

.btn-discord {
	color: #fff;
	background-color: #7289da;
	border-color: #7289da;
}

.btn-discord:hover {
	color: #fff;
	background-color: #5470d2;
	border-color: #4a67cf;
}

.btn-discord:focus, .btn-discord.focus {
	box-shadow: 0 0 0 .2rem rgba(135, 155, 224, .5);
}

.btn-discord.disabled, .btn-discord:disabled {
	color: #fff;
	background-color: #7289da;
	border-color: #7289da;
}

.btn-discord:not(:disabled):not(.disabled):active, .btn-discord:not(:disabled):not(.disabled).active, .show > .btn-discord.dropdown-toggle {
	color: #fff;
	background-color: #4a67cf;
	border-color: #405fcd;
}

.btn-discord:not(:disabled):not(.disabled):active:focus, .btn-discord:not(:disabled):not(.disabled).active:focus, .show > .btn-discord.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(135, 155, 224, .5);
}

.btn-twitter {
	color: #212529;
	background-color: #55acee;
	border-color: #55acee;
}

.btn-twitter:hover {
	color: #fff;
	background-color: #329beb;
	border-color: #2795e9;
}

.btn-twitter:focus, .btn-twitter.focus {
	box-shadow: 0 0 0 .2rem rgba(77, 152, 208, .5);
}

.btn-twitter.disabled, .btn-twitter:disabled {
	color: #212529;
	background-color: #55acee;
	border-color: #55acee;
}

.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
	color: #fff;
	background-color: #2795e9;
	border-color: #1b90e8;
}

.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(77, 152, 208, .5);
}

.btn-instagram {
	color: #212529;
	background-color: #eee;
	border-color: #eee;
}

.btn-instagram:hover {
	color: #212529;
	background-color: #dbdbdb;
	border-color: #d5d5d5;
}

.btn-instagram:focus, .btn-instagram.focus {
	box-shadow: 0 0 0 .2rem rgba(207, 208, 208, .5);
}

.btn-instagram.disabled, .btn-instagram:disabled {
	color: #212529;
	background-color: #eee;
	border-color: #eee;
}

.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active, .show > .btn-instagram.dropdown-toggle {
	color: #212529;
	background-color: #d5d5d5;
	border-color: #cecece;
}

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

.btn-pinterest {
	color: #fff;
	background-color: #bd081c;
	border-color: #bd081c;
}

.btn-pinterest:hover {
	color: #fff;
	background-color: #980617;
	border-color: #8c0615;
}

.btn-pinterest:focus, .btn-pinterest.focus {
	box-shadow: 0 0 0 .2rem rgba(199, 45, 62, .5);
}

.btn-pinterest.disabled, .btn-pinterest:disabled {
	color: #fff;
	background-color: #bd081c;
	border-color: #bd081c;
}

.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active, .show > .btn-pinterest.dropdown-toggle {
	color: #fff;
	background-color: #8c0615;
	border-color: #800513;
}

.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-pinterest.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(199, 45, 62, .5);
}

.btn-whatsapp {
	color: #fff;
	background-color: #25d366;
	border-color: #25d366;
}

.btn-whatsapp:hover {
	color: #fff;
	background-color: #1fb256;
	border-color: #1da851;
}

.btn-whatsapp:focus, .btn-whatsapp.focus {
	box-shadow: 0 0 0 .2rem rgba(70, 218, 125, .5);
}

.btn-whatsapp.disabled, .btn-whatsapp:disabled {
	color: #fff;
	background-color: #25d366;
	border-color: #25d366;
}

.btn-whatsapp:not(:disabled):not(.disabled):active, .btn-whatsapp:not(:disabled):not(.disabled).active, .show > .btn-whatsapp.dropdown-toggle {
	color: #fff;
	background-color: #1da851;
	border-color: #1b9d4c;
}

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

.btn-youtube {
	color: #fff;
	background-color: #f00;
	border-color: #f00;
}

.btn-youtube:hover {
	color: #fff;
	background-color: #d90000;
	border-color: #c00;
}

.btn-youtube:focus, .btn-youtube.focus {
	box-shadow: 0 0 0 .2rem rgba(255, 38, 38, .5);
}

.btn-youtube.disabled, .btn-youtube:disabled {
	color: #fff;
	background-color: #f00;
	border-color: #f00;
}

.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active, .show > .btn-youtube.dropdown-toggle {
	color: #fff;
	background-color: #c00;
	border-color: #bf0000;
}

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

.btn-xing {
	color: #fff;
	background-color: #126567;
	border-color: #126567;
}

.btn-xing:hover {
	color: #fff;
	background-color: #0c4546;
	border-color: #0a3a3c;
}

.btn-xing:focus, .btn-xing.focus {
	box-shadow: 0 0 0 .2rem rgba(54, 124, 126, .5);
}

.btn-xing.disabled, .btn-xing:disabled {
	color: #fff;
	background-color: #126567;
	border-color: #126567;
}

.btn-xing:not(:disabled):not(.disabled):active, .btn-xing:not(:disabled):not(.disabled).active, .show > .btn-xing.dropdown-toggle {
	color: #fff;
	background-color: #0a3a3c;
	border-color: #093031;
}

.btn-xing:not(:disabled):not(.disabled):active:focus, .btn-xing:not(:disabled):not(.disabled).active:focus, .show > .btn-xing.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(54, 124, 126, .5);
}

.cms-section-moorl-grid {
	overflow: visible;
}

.cms-section-moorl-grid > div.row, .cms-section-moorl-grid > div.account-content, .is-act-cartpage .checkout .cms-section-moorl-grid > div.checkout-container, .is-act-checkoutregisterpage .checkout .cms-section-moorl-grid > div.checkout-container, .is-act-confirmpage .checkout .cms-section-moorl-grid > div.checkout-container, .is-ctl-accountorder .checkout .cms-section-moorl-grid > div.checkout-container, .is-act-finishpage .checkout .cms-section-moorl-grid > div.checkout-container {
	margin-right: calc(-1 * var(--section-spacing));
	margin-left: calc(-1 * var(--section-spacing));
}

.cms-section-moorl-grid > div.row > div, .cms-section-moorl-grid > div.account-content > div, .is-act-cartpage .checkout .cms-section-moorl-grid > div.checkout-container > div, .is-act-checkoutregisterpage .checkout .cms-section-moorl-grid > div.checkout-container > div, .is-act-confirmpage .checkout .cms-section-moorl-grid > div.checkout-container > div, .is-ctl-accountorder .checkout .cms-section-moorl-grid > div.checkout-container > div, .is-act-finishpage .checkout .cms-section-moorl-grid > div.checkout-container > div {
	padding-right: var(--section-spacing);
	padding-left: var(--section-spacing);
}

.cms-section-moorl-grid.full-width {
	overflow: hidden;
}

.moorl-separator-scratch-both, .moorl-separator-scratch-top, .moorl-separator-scratch-bottom {
	position: relative;
}

.moorl-separator-scratch-both, .moorl-separator-scratch-top {
	padding-top: 60px;
}

.moorl-separator-scratch-both:before, .moorl-separator-scratch-top:before {
	top: 0;
	position: absolute;
	content: "";
	height: 40px;
	width: 100%;
	z-index: 10;
	background-image: url("/bundles/moorlfoundation/assets/feature/scratch.png");
}

.moorl-separator-scratch-both, .moorl-separator-scratch-bottom {
	padding-bottom: 60px;
}

.moorl-separator-scratch-both:after, .moorl-separator-scratch-bottom:after {
	bottom: 0;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	content: "";
	height: 40px;
	width: 100%;
	z-index: 10;
	background-image: url("/bundles/moorlfoundation/assets/feature/scratch.png");
}

.moorl-separator-toothed-both, .moorl-separator-toothed-top, .moorl-separator-toothed-bottom {
	position: relative;
}

.moorl-separator-toothed-both, .moorl-separator-toothed-top {
	padding-top: 60px;
}

.moorl-separator-toothed-both:before, .moorl-separator-toothed-top:before {
	top: 0;
	position: absolute;
	content: "";
	height: 7px;
	width: 100%;
	z-index: 10;
	background-image: url("/bundles/moorlfoundation/assets/feature/toothed.png");
}

.moorl-separator-toothed-both, .moorl-separator-toothed-bottom {
	padding-bottom: 60px;
}

.moorl-separator-toothed-both:after, .moorl-separator-toothed-bottom:after {
	bottom: 0;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	content: "";
	height: 7px;
	width: 100%;
	z-index: 10;
	background-image: url("/bundles/moorlfoundation/assets/feature/toothed.png");
}

.moorl-separator-waves-both, .moorl-separator-waves-top, .moorl-separator-waves-bottom {
	position: relative;
}

.moorl-separator-waves-both:before, .moorl-separator-waves-top:before {
	top: -1px;
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	z-index: 10;
	bottom: -1px;
	-webkit-mask-image: url("/bundles/moorlfoundation/assets/feature/waves.svg");
	mask-image: url("/bundles/moorlfoundation/assets/feature/waves.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	-webkit-mask-position: bottom;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.moorl-separator-waves-both:after, .moorl-separator-waves-bottom:after {
	bottom: -1px;
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	z-index: 10;
	-webkit-mask-image: url("/bundles/moorlfoundation/assets/feature/waves.svg");
	mask-image: url("/bundles/moorlfoundation/assets/feature/waves.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	-webkit-mask-position: bottom;
}

.moorl-separator-papercut-both, .moorl-separator-papercut-top, .moorl-separator-papercut-bottom {
	position: relative;
}

.moorl-separator-papercut-both:before, .moorl-separator-papercut-top:before {
	top: 0px;
	position: absolute;
	content: "";
	height: 27px;
	width: 100%;
	z-index: 10;
	bottom: -1px;
	-webkit-mask-image: url("/bundles/moorlfoundation/assets/feature/papercut.svg");
	mask-image: url("/bundles/moorlfoundation/assets/feature/papercut.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	-webkit-mask-position: bottom;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.moorl-separator-papercut-both:after, .moorl-separator-papercut-bottom:after {
	bottom: 0px;
	position: absolute;
	content: "";
	height: 27px;
	width: 100%;
	z-index: 10;
	-webkit-mask-image: url("/bundles/moorlfoundation/assets/feature/papercut.svg");
	mask-image: url("/bundles/moorlfoundation/assets/feature/papercut.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	-webkit-mask-position: bottom;
}

[class*="moorl-separator-"].bg-moorl-separator-primary:after, [class*="moorl-separator-"].bg-moorl-separator-primary:before {
	background-color: #c00d0d;
}

[class*="moorl-separator-"].bg-moorl-separator-secondary:after, [class*="moorl-separator-"].bg-moorl-separator-secondary:before {
	background-color: #222;
}

[class*="moorl-separator-"].bg-moorl-separator-success:after, [class*="moorl-separator-"].bg-moorl-separator-success:before {
	background-color: #3cc261;
}

[class*="moorl-separator-"].bg-moorl-separator-info:after, [class*="moorl-separator-"].bg-moorl-separator-info:before {
	background-color: #26b6cf;
}

[class*="moorl-separator-"].bg-moorl-separator-warning:after, [class*="moorl-separator-"].bg-moorl-separator-warning:before {
	background-color: #ffbd5d;
}

[class*="moorl-separator-"].bg-moorl-separator-danger:after, [class*="moorl-separator-"].bg-moorl-separator-danger:before {
	background-color: #e52427;
}

[class*="moorl-separator-"].bg-moorl-separator-light:after, [class*="moorl-separator-"].bg-moorl-separator-light:before {
	background-color: #f9f9f9;
}

[class*="moorl-separator-"].bg-moorl-separator-dark:after, [class*="moorl-separator-"].bg-moorl-separator-dark:before {
	background-color: #4a545b;
}

[class*="moorl-separator-"].bg-moorl-separator-primary-dark:after, [class*="moorl-separator-"].bg-moorl-separator-primary-dark:before {
	background: #a80b0b;
}

[class*="moorl-separator-"].bg-moorl-separator-primary-light:after, [class*="moorl-separator-"].bg-moorl-separator-primary-light:before {
	background: #d80f0f;
}

[class*="moorl-separator-"].bg-moorl-separator-text-color:after, [class*="moorl-separator-"].bg-moorl-separator-text-color:before {
	background: #222;
}

[class*="moorl-separator-"].bg-moorl-separator-background-color:after, [class*="moorl-separator-"].bg-moorl-separator-background-color:before {
	background: #f7f7f8;
}

[class*="moorl-separator-"].bg-moorl-separator-primary-top-secondary-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-primary-top-secondary-bottom:before {
	background: linear-gradient(to bottom, #c00d0d, #222 100%);
}

[class*="moorl-separator-"].bg-moorl-separator-primary-top-dark-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-primary-top-dark-bottom:before {
	background: linear-gradient(to bottom, #c00d0d, #4a545b 100%);
}

[class*="moorl-separator-"].bg-moorl-separator-primary-top-light-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-primary-top-light-bottom:before {
	background: linear-gradient(to bottom, #c00d0d, #f9f9f9 100%);
}

[class*="moorl-separator-"].bg-moorl-separator-primary-top-background-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-primary-top-background-bottom:before {
	background: linear-gradient(to bottom, #c00d0d, #f7f7f8 100%);
}

[class*="moorl-separator-"].bg-moorl-separator-primary-top-text-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-primary-top-text-bottom:before {
	background: linear-gradient(to bottom, #c00d0d, #222 100%);
}

[class*="moorl-separator-"].bg-moorl-separator-primary-top-indigo-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-primary-top-indigo-bottom:before {
	background: linear-gradient(to bottom, #c00d0d, var(--indigo) 100%);
}

[class*="moorl-separator-"].bg-moorl-separator-indigo-top-primary-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-indigo-top-primary-bottom:before {
	background: linear-gradient(to bottom, var(--indigo), #c00d0d 100%);
}

[class*="moorl-separator-"].bg-moorl-separator-light-top-primary-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-light-top-primary-bottom:before {
	background: linear-gradient(to bottom, #f9f9f9, #c00d0d 100%);
}

[class*="moorl-separator-"].bg-moorl-separator-dark-top-primary-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-dark-top-primary-bottom:before {
	background: linear-gradient(to bottom, #4a545b, #c00d0d 100%);
}

[class*="moorl-separator-"].bg-moorl-separator-background-top-text-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-background-top-text-bottom:before {
	background: linear-gradient(to bottom, #f7f7f8, #222 100%);
}

[class*="moorl-separator-"].bg-moorl-separator-background-top-primary-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-background-top-primary-bottom:before {
	background: linear-gradient(to bottom, #f7f7f8, #c00d0d 100%);
}

.cms-section[class*="bg-"] h1, .cms-section[class*="bg-"] h2, .cms-section[class*="bg-"] h3, .cms-section[class*="bg-"] h4, .cms-section[class*="bg-"] h5, .cms-section[class*="bg-"] h6 {
	color: inherit;
}

.cms-section[class*="moorl-separator-"] .cms-section-default, .cms-section[class*="moorl-separator-"] .cms-section-moorl-grid {
	position: relative;
	z-index: 15;
}

@media (min-width: 992px) {
	[class*="moorl-offset-"] {
		overflow: visible;
	}
	
	[class*="moorl-offset-"] [class*="cms-section-"] {
		position: relative;
		z-index: 20;
	}
	
	.cms-section {}
	
	.cms-section.moorl-offset-50-top [class*="cms-section-"] {
		top: -50px;
	}
	
	.cms-section.moorl-offset-100-top [class*="cms-section-"] {
		top: -100px;
	}
	
	.cms-section.moorl-offset-150-top [class*="cms-section-"] {
		top: -150px;
	}
	
	.cms-section.moorl-offset-200-top [class*="cms-section-"] {
		top: -200px;
	}
}

[class*="cms-block-moorl-grid-layout-"] {
	overflow: visible;
}

.moorl-grid-layout {
	width: 100%;
	display: -ms-grid;
	display: grid;
	grid-gap: 20px;
	grid-template: "a" auto "b" auto "c" auto "d" auto "e" auto "f" auto/1fr;
}

.moorl-grid-layout > div, .moorl-grid-layout > a {
	box-sizing: border-box;
	height: auto;
	width: 100%;
}

.moorl-grid-layout > div:nth-child(1), .moorl-grid-layout > a:nth-child(1) {
	grid-area: a;
}

.moorl-grid-layout > div:nth-child(2), .moorl-grid-layout > a:nth-child(2) {
	grid-area: b;
}

.moorl-grid-layout > div:nth-child(3), .moorl-grid-layout > a:nth-child(3) {
	grid-area: c;
}

.moorl-grid-layout > div:nth-child(4), .moorl-grid-layout > a:nth-child(4) {
	grid-area: d;
}

.moorl-grid-layout > div:nth-child(5), .moorl-grid-layout > a:nth-child(5) {
	grid-area: e;
}

.moorl-grid-layout > div:nth-child(6), .moorl-grid-layout > a:nth-child(6) {
	grid-area: f;
}

.cms-block-moorl-grid-layout-two .moorl-grid-layout {
	grid-template: "a" auto "c" auto "d" auto "b" auto/1fr;
}

@media (min-width: 768px) {
	.cms-block-moorl-grid-layout-one .moorl-grid-layout {
		grid-template: "a a a a" auto "d d d d" auto "b b c c" auto/1fr 1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-two .moorl-grid-layout {
		grid-template: "a b" auto "c b" auto "d b" auto/1fr 1fr;
	}
}

@media (min-width: 992px) {
	.cms-block-moorl-grid-layout-one .moorl-grid-layout {
		grid-template: "a a a b b" auto "c c d d d" auto/1fr 1fr 1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-two .moorl-grid-layout {
		grid-template: "a a b" auto "c d b" auto/1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-three .moorl-grid-layout {
		grid-template: "a c b" auto "a d b" auto/1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-four .moorl-grid-layout {
		grid-template: "a b" auto "c b" auto "c d" auto/1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-five .moorl-grid-layout {
		grid-template: "a b" auto "c b" auto/1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-six .moorl-grid-layout {
		grid-template: "a b c" auto "a d d" auto/1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-seven .moorl-grid-layout {
		grid-template: "a a b c" auto "a a b c" auto "d d d c" auto/1fr 1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-eight .moorl-grid-layout {
		grid-template: "a b b" auto "a c e" auto "d d e" auto/1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-nine .moorl-grid-layout {
		grid-template: "a b b" auto "a d e" auto "c d e" auto/1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-ten .moorl-grid-layout {
		grid-template: "a b c" auto "a b d" auto "e b d" auto/1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-eleven .moorl-grid-layout {
		grid-template: "a b c" auto "e b d" auto/1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-twelve .moorl-grid-layout {
		grid-template: "a b b b" auto "a c c d" auto "e e e d" auto/1fr 1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-thirteen .moorl-grid-layout {
		grid-template: "b b c c" auto "d a c c" auto/1fr 1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-fourteen .moorl-grid-layout {
		grid-template: "a b" auto "a c" auto/1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-fifteen .moorl-grid-layout {
		grid-template: "a b b b" auto "a c d e" auto "f f d e" auto/1fr 1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-sixteen .moorl-grid-layout {
		grid-template: "a a a b" auto "a a a c" auto "a a a d" 1fr/1fr 1fr 1fr 1fr;
	}
}

.grid-gap-30 .moorl-grid-layout {
	grid-gap: 30px;
}

.grid-gap-25 .moorl-grid-layout {
	grid-gap: 25px;
}

.grid-gap-20 .moorl-grid-layout {
	grid-gap: 20px;
}

.grid-gap-15 .moorl-grid-layout {
	grid-gap: 15px;
}

.grid-gap-10 .moorl-grid-layout {
	grid-gap: 10px;
}

.grid-gap-5 .moorl-grid-layout {
	grid-gap: 5px;
}

.grid-gap-0 .moorl-grid-layout {
	grid-gap: 0px;
}

[class*="cms-block-moorl-column-layout-"] {
	overflow: visible;
}

.moorl-column-layout {
	width: 100%;
	display: -ms-grid;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 100%;
}

.moorl-column-layout > a, .moorl-column-layout > div {
	box-sizing: border-box;
	height: auto;
	width: 100%;
}

.cms-block-moorl-column-layout-nb-1-1 .moorl-column-layout {
	grid-template-columns: repeat(2, 1fr);
}

.cms-block-moorl-column-layout-nb-1-1-1 .moorl-column-layout {
	grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
	.cms-block-moorl-column-layout-1-1 .moorl-column-layout {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.cms-block-moorl-column-layout-1-1-1 .moorl-column-layout {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.cms-block-moorl-column-layout-1-1-1-1 .moorl-column-layout {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.cms-block-moorl-column-layout-1-1-1-1-1 .moorl-column-layout {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.cms-block-moorl-column-layout-2-3 .moorl-column-layout {
		grid-template-columns: 2fr 3fr;
	}
	
	.cms-block-moorl-column-layout-3-2 .moorl-column-layout {
		grid-template-columns: 3fr 2fr;
	}
}

.grid-gap-30 .moorl-column-layout {
	grid-gap: 30px;
}

.grid-gap-25 .moorl-column-layout {
	grid-gap: 25px;
}

.grid-gap-20 .moorl-column-layout {
	grid-gap: 20px;
}

.grid-gap-15 .moorl-column-layout {
	grid-gap: 15px;
}

.grid-gap-10 .moorl-column-layout {
	grid-gap: 10px;
}

.grid-gap-5 .moorl-column-layout {
	grid-gap: 5px;
}

.grid-gap-0 .moorl-column-layout {
	grid-gap: 0;
}

.cms-element-moorl-share {
	line-height: 24px;
}

.cms-element-moorl-share ul {
	padding: 20px 0;
	margin: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style: none;
	-ms-flex-pack: center;
	justify-content: center;
}

.cms-element-moorl-share ul li {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 4px 16px;
	border-right: 1px solid #bcc1c7;
}

.cms-element-moorl-share ul li div > a:after, .cms-element-moorl-share ul li div > span:after {
	content: ",";
}

.cms-element-moorl-share ul li div > a:last-child:after, .cms-element-moorl-share ul li div > span:last-child:after {
	content: none;
}

.cms-element-moorl-share ul li:last-child {
	border-right: 0;
}

.cms-element-moorl-toc {
	line-height: 24px;
}

.cms-element-moorl-toc ol {
	overflow-y: hidden;
	padding: 0;
	margin: 0;
	list-style: none;
}

.cms-element-moorl-toc ol li {
	margin-top: 8px;
}

.cms-element-moorl-toc ol li a {
	display: block;
	padding-left: 8px;
	color: #222;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.cms-element-moorl-toc ol li a:hover {
	border-left: #c00d0d solid 3px !important;
	color: #c00d0d !important;
}

.cms-element-moorl-toc ol li.active > a {
	border-left: #c00d0d solid 3px !important;
	color: #c00d0d !important;
}

.cms-element-moorl-toc ol li.active > ol {
	max-height: none;
}

.cms-element-moorl-toc ol > li > a {
	border-left: #bcc1c7 solid 3px;
}

.cms-element-moorl-toc ol .toc-lvl-2 {
	padding-left: 11px;
	margin-top: 4px;
}

.cms-element-moorl-toc ol .toc-lvl-2 > li > a {
	border-left: 3px solid #f7f7f8;
}

@media (min-width: 992px) {
	.cms-element-moorl-toc ol .toc-lvl-2 {
		max-height: 0;
	}
}

.cms-element-moorl-replacer {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 240px;
	height: 100%;
}

.cms-element-moorl-replacer > div {
	padding: 5px;
	font-size: .7em;
	color: #fff;
	font-family: "Courier", monospace;
}

.cms-element-moorl-accordion .moorl-accordion-content .section {
	margin-bottom: 15px;
}

.cms-element-moorl-accordion .moorl-accordion-content .section:last-child {
	margin-bottom: 0;
}

.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading {
	margin-bottom: 0;
	display: block;
	padding: 10px 45px 10px 10px;
	border-radius: 3px;
	-webkit-transition: ease all .1s;
	transition: ease all .1s;
	position: relative;
	border: 1px solid #bcc1c7;
}

.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading .moorl-accordion-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading .moorl-accordion-icon .icon {
	width: 15px;
	height: 15px;
	-webkit-transition: ease all .3s;
	transition: ease all .3s;
}

.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading .moorl-accordion-icon svg {
	color: #222;
	top: 0;
}

.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading:hover, .cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading[aria-expanded=true] {
	background-color: #c00d0d;
	color: #fff;
	text-decoration: none;
	border: 1px solid #c00d0d;
}

.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading:hover .moorl-accordion-icon svg, .cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading[aria-expanded=true] .moorl-accordion-icon svg {
	color: #fff;
}

.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading[aria-expanded=true] {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading[aria-expanded=true] .moorl-accordion-icon .icon {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.cms-element-moorl-accordion .moorl-accordion-content .section .section-content {
	padding: 10px;
	border: 1px solid #bcc1c7;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.cms-element-moorl-accordion .moorl-accordion-content .section .section-content a {
	color: #c00d0d;
}

.cms-element-moorl-accordion .moorl-accordion-content .section .section-content p:last-child {
	margin-bottom: 0;
}

.cms-element-moorl-search-hero {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 1200px) {
	.cms-element-moorl-search-hero .moorl-hero-inner-container {
		max-width: 45%;
	}
}

.cms-element-moorl-search-hero .moorl-hero-inner-container .moorl-hero-caption {
	margin-bottom: 25px;
}

.cms-element-moorl-search-hero .moorl-hero-inner-container .moorl-hero-caption .moorl-hero-headline, .cms-element-moorl-search-hero .moorl-hero-inner-container .moorl-hero-caption .moorl-hero-text {
	color: #fff;
	font-weight: 400;
}

.cms-element-moorl-search-hero .moorl-hero-inner-container .moorl-hero-caption .moorl-hero-headline {
	font-size: 2.5em;
}

.cms-element-moorl-search-hero .moorl-hero-inner-container .moorl-hero-caption .moorl-hero-text {
	font-size: 1.5em;
}

.cms-element-moorl-search-hero .moorl-hero-inner-container .moorl-hero-search {
	max-width: 100%;
}

.cms-element-moorl-search-hero .moorl-hero-inner-container .moorl-hero-search .header-search-input {
	border: none;
	padding: 0 15px;
	height: 50px;
	font-size: 1.2em;
}

.cms-element-moorl-search-hero .moorl-hero-inner-container .moorl-hero-search .input-group-append button {
	background-color: #c00d0d;
	border-color: #c00d0d;
	color: #fff;
	padding: 0 15px;
}

.cms-element-moorl-search-hero .moorl-hero-inner-container .moorl-hero-search .input-group-append button:hover {
	background-color: #a80b0b;
	border-color: #a80b0b;
}

.cms-element-moorl-search-hero .moorl-hero-inner-container .moorl-hero-search .search-suggest-container {
	width: 100%;
	border: none;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.cms-element-moorl-newsletter form .form-group .form-label {
	display: none;
}

.cms-element-moorl-newsletter form .moorl-newsletter-privacy {
	margin-top: 15px;
}

.cms-element-moorl-newsletter form .moorl-newsletter-privacy div:first-child {
	display: none;
}

.cms-element-moorl-newsletter form .moorl-newsletter-privacy .custom-control-label:before {
	top: 4px;
}

.cms-element-moorl-newsletter form .moorl-input-container {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 2fr 1fr;
	height: 50px;
}

.cms-element-moorl-newsletter form .moorl-input-container .form-group {
	margin-bottom: 0;
}

.cms-element-moorl-newsletter form .moorl-input-container input {
	height: 50px;
	font-size: 1em;
}

.cms-element-moorl-newsletter form .moorl-input-container button {
	font-size: 1em;
	-webkit-transition: ease all .2s;
	transition: ease all .2s;
}

.cms-element-moorl-newsletter form .moorl-input-container button:hover {
	opacity: .9;
}

.cms-block-studygood-newsletter .cms-block-container-row {
	-ms-flex-align: center;
	align-items: center;
}

.cms-block-studygood-newsletter .cms-block-container-row .cms-element-text p:last-child {
	margin-bottom: 0;
}

.cms-element-moorl-table-registration .input-group-text {
	background-color: #c00d0d;
	color: #fff;
}

.cms-element-moorl-table-registration .table-registration-privacy div:not(.privacy-notice) {
	display: none;
}

.cms-element-moorl-table-registration button[type=submit] {
	padding: 5px 25px;
	float: none !important;
	display: inline-block;
	margin-top: 20px;
}

.cms-block-moorl-usp-inner {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.cms-element-moorl-usp .usp-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px 0;
}

.cms-element-moorl-usp .usp-container .icon-container {
	margin-right: 20px;
}

.cms-element-moorl-usp .usp-container .icon-container .icon {
	width: 32px;
	height: 32px;
}

.cms-element-moorl-usp .usp-container .text-container .headline {
	font-size: 1.3em;
	font-weight: 500;
}

.cms-element-moorl-usp .usp-container .text-container .subheadline {
	font-size: 1.1em;
}

.cms-element-moorl-usp .usp-container.center {
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.cms-element-moorl-usp .usp-container.center .icon-container {
	margin-right: 0;
	margin-bottom: 15px;
}

.cms-element-moorl-cta-banner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-decoration: none !important;
}

.cms-element-moorl-cta-banner .background {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all .8s;
	transition: all .8s;
	width: 100%;
	height: 100%;
	position: absolute;
}

.cms-element-moorl-cta-banner .background.rotate {
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.cms-element-moorl-cta-banner .background.rotate-zoom {
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.cms-element-moorl-cta-banner .background.colorize {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.cms-element-moorl-cta-banner .background.colorize-zoom {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.cms-element-moorl-cta-banner .background.colorize-blur {
	-webkit-filter: blur(6px) grayscale(1);
	filter: blur(6px) grayscale(1);
}

.cms-element-moorl-cta-banner .background.blur {
	-webkit-filter: blur(6px);
	filter: blur(6px);
}

.cms-element-moorl-cta-banner .background.blur-zoom {
	-webkit-filter: blur(6px);
	filter: blur(6px);
}

.cms-element-moorl-cta-banner .video {
	background-color: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
}

.cms-element-moorl-cta-banner .banner-layer {
	position: relative;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.cms-element-moorl-cta-banner .banner-layer .container-icon img {
	height: 96px;
}

.cms-element-moorl-cta-banner .banner-layer .container-icon .icon {
	height: var(--icon-size);
	width: var(--icon-size);
}

.cms-element-moorl-cta-banner .banner-layer .container-content {
	width: 100%;
	display: block;
}

.cms-element-moorl-cta-banner .banner-layer .container-content h1, .cms-element-moorl-cta-banner .banner-layer .container-content h2, .cms-element-moorl-cta-banner .banner-layer .container-content h3, .cms-element-moorl-cta-banner .banner-layer .container-content h4, .cms-element-moorl-cta-banner .banner-layer .container-content p {
	margin: 0 0 15px;
	color: inherit;
}

.cms-element-moorl-cta-banner:hover .background.zoom {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.cms-element-moorl-cta-banner:hover .background.rotate {
	-ms-transform: scale(1.3) rotate(15deg);
	-webkit-transform: scale(1.3) rotate(15deg);
	transform: scale(1.3) rotate(15deg);
}

.cms-element-moorl-cta-banner:hover .background.rotate-zoom {
	-ms-transform: scale(1.5) rotate(15deg);
	-webkit-transform: scale(1.5) rotate(15deg);
	transform: scale(1.5) rotate(15deg);
}

.cms-element-moorl-cta-banner:hover .background.colorize {
	-webkit-filter: none;
	filter: none;
}

.cms-element-moorl-cta-banner:hover .background.colorize-zoom {
	-webkit-filter: none;
	filter: none;
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.cms-element-moorl-cta-banner:hover .background.colorize-blur {
	-webkit-filter: none;
	filter: none;
}

.cms-element-moorl-cta-banner:hover .background.blur {
	-webkit-filter: none;
	filter: none;
}

.cms-element-moorl-cta-banner:hover .background.blur-zoom {
	-webkit-filter: none;
	filter: none;
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.cms-element-moorl-location .leaflet-popup-content-wrapper, .cms-element-moorl-location .leaflet-popup-tip {
	background: #f7f7f8;
	color: #222;
}

.leaflet-control-container .leaflet-top, .leaflet-control-container .leaflet-bottom {
	z-index: 400;
}

.leaflet-marker-icon .marker-pin {
	background: #c00d0d;
	width: 40px;
	height: 40px;
	border-radius: 50% 50% 50% 0;
	position: absolute;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
}

.leaflet-marker-icon .marker-pin::after {
	content: "";
	width: 34px;
	height: 34px;
	margin: 3px 0 0 3px;
	background: #fff;
	position: absolute;
	border-radius: 50%;
}

.leaflet-marker-icon svg {
	position: absolute;
	width: 32px;
	left: 0;
	right: 0;
	margin: 12px auto;
}

.leaflet-marker-icon svg path {
	fill: #222;
}

.moorl-opening-hours {
	margin: 10px 0;
}

.moorl-opening-hours .form-row {
	margin-left: 0;
	margin-right: 0;
}

.moorl-opening-hours .form-row:nth-child(odd) {
	background-color: rgba(0, 0, 0, .1);
}

.moorl-opening-hours .form-row .moorl-opening-hours-range.closed {
	background-color: #e52427;
	color: #fff;
	font-weight: 700;
	padding: 0 10px;
	border-radius: 3px;
	font-size: .7em;
}

.moorl-opening-hours span:after {
	content: ",";
}

.moorl-opening-hours span:last-child:after {
	content: none;
}

.moorl-listing-header-title {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.moorl-listing-header-link {
	text-align: right;
	margin-bottom: 5px;
}

.moorl-listing-standard, .moorl-listing-list, .moorl-listing-slider, .moorl-listing-grid {
	list-style: none;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 0;
}

.moorl-listing-standard > li, .moorl-listing-list > li, .moorl-listing-slider > li, .moorl-listing-grid > li {
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.moorl-listing-standard > li.is-active, .moorl-listing-list > li.is-active, .moorl-listing-slider > li.is-active, .moorl-listing-grid > li.is-active {
	z-index: 20;
}

.moorl-listing-slider-thumbnails ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.moorl-listing-slider-thumbnails ul li {
	cursor: pointer;
	margin: 0 6px;
}

.moorl-listing-slider-thumbnails ul li img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: all .8s;
	transition: all .8s;
}

.moorl-listing-slider-thumbnails ul li.tns-nav-active img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.moorl-listing-list, .moorl-listing-grid {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	grid-gap: 20px;
}

.moorl-listing-list {
	grid-template-columns: 1fr;
}

.moorl-listing-list .moorl-listing-item-image-content, .moorl-listing-list .moorl-listing-item-content-image {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
}

.moorl-listing-list .moorl-listing-item-image-content .moorl-listing-item-image, .moorl-listing-list .moorl-listing-item-content-image .moorl-listing-item-image {
	height: 100%;
	width: 50%;
}

.moorl-listing-list .moorl-listing-item-image-content .moorl-listing-item-content, .moorl-listing-list .moorl-listing-item-content-image .moorl-listing-item-content {
	height: 100%;
	width: 50%;
}

.moorl-listing-list .moorl-listing-item-content-image {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.moorl-listing-standard {
	margin-right: -15px;
	margin-left: -15px;
}

.moorl-listing-standard > li {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
}

.moorl-listing-item-wrapper {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

.moorl-listing-item-wrapper:hover {
	text-decoration: none;
}

.moorl-listing-item-wrapper.has-border {
	border: 1px solid #bcc1c7;
	border-radius: 3px;
}

.moorl-listing-item-wrapper > div {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.moorl-listing-item-image-or-title .moorl-listing-item-image, .moorl-listing-item-overlay .moorl-listing-item-image {
	position: absolute;
}

.moorl-listing-item-image-or-title .moorl-listing-item-content, .moorl-listing-item-overlay .moorl-listing-item-content {
	position: absolute;
	bottom: 0;
	background-color: rgba(247, 247, 248, .7);
}

.moorl-listing-item-image-content, .moorl-listing-item-content-image {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
}

.moorl-listing-item-image-content .moorl-listing-item-image, .moorl-listing-item-content-image .moorl-listing-item-image {
	height: 50%;
}

.moorl-listing-item-image-content .moorl-listing-item-content, .moorl-listing-item-content-image .moorl-listing-item-content {
	height: 50%;
}

.moorl-listing-item-content-image {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.moorl-listing-item-avatar {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
}

.moorl-listing-item-avatar .moorl-listing-item-image {
	margin-bottom: 10px;
}

.moorl-listing-item-avatar .moorl-listing-item-image img {
	border-radius: 50%;
}

.moorl-listing-item-avatar .moorl-listing-item-content .moorl-listing-item-description {
	display: none;
}

.moorl-listing-item-title {
	font-size: 1.4em;
	height: 24px;
	line-height: 24px;
}

.moorl-listing-item-meta {
	height: 16px;
	font-size: .8em;
}

.moorl-listing-item-description {
	height: 60px;
}

.moorl-listing-item-image {
	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;
	text-align: center;
}

.moorl-listing-item-image img {
	display: block;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.moorl-listing-item-image img.is-standard, .moorl-listing-item-image img.is-cover, .moorl-listing-item-image img.is-contain {
	width: 100%;
	height: 100%;
}

.moorl-listing-item-image img.is-cover {
	object-fit: cover;
}

.moorl-listing-item-image img.is-contain {
	object-fit: contain;
}

.moorl-listing-item-image img.is-standard {
	object-fit: scale-down;
}

.moorl-listing-item-image .icon-fluid {
	width: 80%;
	height: 80%;
}

.moorl-listing-item-image .moorl-listing-item-title {
	height: auto;
}

.moorl-listing-item-content {
	padding: 15px;
	width: 100%;
}

.moorl-listing-item-content > div > div {
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.moorl-listing-item-content > div > div:last-child {
	margin-bottom: 0;
}

.search-suggest .moorl-listing-item-wrapper {
	background-color: transparent;
}

.search-suggest .moorl-listing-item-wrapper.has-border {
	border: none;
}

.search-suggest .moorl-search-suggest-list {
	list-style: none;
	padding: 0;
	margin-top: 1rem;
}

.search-suggest .moorl-listing-item-meta {
	display: none;
}

.search-suggest .moorl-listing-item-description {
	height: 40px;
}

.search-suggest .moorl-listing-list, .search-suggest .moorl-listing-grid {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.search-suggest .moorl-listing-list .moorl-listing-item-content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.search-suggest .moorl-listing-item-content {
	padding: 10px;
}

.search-suggest .moorl-listing-item-content > div > div {
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.search-suggest .moorl-search-suggest-container {
		width: var(--moorl-advanced-search-width);
	}
}

.moorl-search-page .nav-tabs {
	margin-bottom: 1.5rem;
	font-size: 1.6em;
}

.moorl-countdown {
	cursor: pointer;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-moz-column-gap: 10px;
	-webkit-column-gap: 10px;
	column-gap: 10px;
}

.moorl-countdown > div {
	padding: 10px;
	text-align: center;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.moorl-countdown .moorl-countdown-time {
	font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
	font-weight: 600;
}

.moorl-countdown .moorl-countdown-label {
	font-size: .7em;
	text-transform: uppercase;
}

.moorl-slider {
	overflow: visible;
}

.moorl-slider .tns-ovh {
	overflow: hidden;
}

.moorl-slider.has-nav-outside {}

.moorl-product-buy-list .moorl-product-buy-list-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.moorl-product-buy-list .moorl-product-buy-list-items .moorl-product-buy-list-item {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 120px 1fr;
	-ms-flex-align: center;
	align-items: center;
	grid-gap: 8px;
	border-bottom: 1px solid #bcc1c7;
}

.moorl-product-buy-list .moorl-product-buy-list-items .moorl-product-buy-list-item.enable-add-to-cart-all-single {
	grid-template-columns: auto 120px 1fr auto;
}

.moorl-product-buy-list .moorl-product-buy-list-items .moorl-product-buy-list-item.enable-add-to-cart-all {
	grid-template-columns: auto 120px 1fr;
}

.moorl-product-buy-list .moorl-product-buy-list-items .moorl-product-buy-list-item.enable-add-to-cart-single {
	grid-template-columns: 120px 1fr auto;
}

.moorl-product-buy-list .product-cover img {
	width: 100%;
	max-height: 140px;
	margin: 10px auto;
	object-fit: contain;
}

.moorl-product-buy-list .product-title {
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 15px;
}

.moorl-product-buy-list .product-configurator-option {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 5px;
	-ms-flex-align: center;
	align-items: center;
}

.moorl-product-buy-list .product-configurator-option label {
	margin-bottom: 0;
}

.moorl-product-buy-list .product-buy-form {
	height: 100%;
}

.moorl-product-buy-list .product-buy-form .btn {
	height: 100%;
	border-radius: 0;
}

.moorl-product-buy-list .total-price, .moorl-product-buy-list .products-buy-form-list-item-info-price {
	font-size: 1.2em;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: right;
}

.moorl-download-list .moorl-download-list-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.moorl-download-list .moorl-download-list-items .moorl-download-list-item {
	display: -ms-grid;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	-ms-flex-align: center;
	align-items: center;
	grid-gap: 8px;
	border-bottom: 1px solid #bcc1c7;
}

.moorl-download-list .download-icon {
	font-size: 2em;
}

.moorl-download-list .download-content {
	margin-top: 8px;
	margin-bottom: 8px;
}

.moorl-download-list .download-title {
	font-size: 1.2em;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.moorl-download-list .download-meta {
	color: #798490;
}

.moorl-download-list .download-form {
	height: 100%;
}

.moorl-download-list .download-form .btn {
	height: 100%;
	border-radius: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.moorl-paint-dots {
	background-image: paint(dots);
}

.moorl-paint-generateddots {
	background-image: paint(generateddots);
}

.cms-element-image-slider {
	overflow: hidden;
}

.cms-block.no-gutters, .cms-block.no-gutters .cms-block.cms-block-container-row {
	overflow: visible;
}

@media (min-width: 992px) {
	.sticky-sidebar .cms-section-sidebar-sidebar-content {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
}

.moorl-foundation-demo-html [id*="demo-"] {
	border-left: #c00d0d solid 5px;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.moorl-foundation-demo-html [id*="demo-"]:first-child {
	margin-top: 0;
}

.moorl-foundation-demo-html pre {
	white-space: pre-line;
	font-size: 14px;
	color: #798490;
	background-color: #f9f9f9;
	padding: 20px;
	border: 1px solid #bcc1c7;
	border-radius: 3px;
}

.moorl-foundation-demo-html .btn {
	margin-bottom: 30px;
}

.icon-inline > svg {
	top: auto !important;
}

.icon-far, .icon-fas, .icon-fab {
	color: inherit;
}

.bg-fixed {
	background-attachment: fixed;
}

.moorl-foundation-hide, .moorl-animation-hidden {
	opacity: 0;
}

.moorl-animation-processing {
	z-index: 9000;
}

.modal {
	z-index: 1060;
}

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

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

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

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

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

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

.btn-facebook {
	color: #fff;
	background-color: #3c5a99;
	border-color: #3c5a99;
}

.btn-facebook:hover {
	color: #fff;
	background-color: #314a7e;
	border-color: #2e4474;
}

.btn-facebook:focus, .btn-facebook.focus {
	box-shadow: 0 0 0 .2rem rgba(89, 115, 168, .5);
}

.btn-facebook.disabled, .btn-facebook:disabled {
	color: #fff;
	background-color: #3c5a99;
	border-color: #3c5a99;
}

.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
	color: #fff;
	background-color: #2e4474;
	border-color: #2a3f6b;
}

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

.btn-azure {
	color: #fff;
	background-color: #00a4ef;
	border-color: #00a4ef;
}

.btn-azure:hover {
	color: #fff;
	background-color: #008ac9;
	border-color: #0081bc;
}

.btn-azure:focus, .btn-azure.focus {
	box-shadow: 0 0 0 .2rem rgba(38, 178, 241, .5);
}

.btn-azure.disabled, .btn-azure:disabled {
	color: #fff;
	background-color: #00a4ef;
	border-color: #00a4ef;
}

.btn-azure:not(:disabled):not(.disabled):active, .btn-azure:not(:disabled):not(.disabled).active, .show > .btn-azure.dropdown-toggle {
	color: #fff;
	background-color: #0081bc;
	border-color: #0078af;
}

.btn-azure:not(:disabled):not(.disabled):active:focus, .btn-azure:not(:disabled):not(.disabled).active:focus, .show > .btn-azure.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 178, 241, .5);
}

.btn-amazon {
	color: #212529;
	background-color: #f90;
	border-color: #f90;
}

.btn-amazon:hover {
	color: #fff;
	background-color: #d98200;
	border-color: #cc7a00;
}

.btn-amazon:focus, .btn-amazon.focus {
	box-shadow: 0 0 0 .2rem rgba(222, 136, 6, .5);
}

.btn-amazon.disabled, .btn-amazon:disabled {
	color: #212529;
	background-color: #f90;
	border-color: #f90;
}

.btn-amazon:not(:disabled):not(.disabled):active, .btn-amazon:not(:disabled):not(.disabled).active, .show > .btn-amazon.dropdown-toggle {
	color: #fff;
	background-color: #cc7a00;
	border-color: #bf7300;
}

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

.btn-office365 {
	color: #fff;
	background-color: #00a4ef;
	border-color: #00a4ef;
}

.btn-office365:hover {
	color: #fff;
	background-color: #008ac9;
	border-color: #0081bc;
}

.btn-office365:focus, .btn-office365.focus {
	box-shadow: 0 0 0 .2rem rgba(38, 178, 241, .5);
}

.btn-office365.disabled, .btn-office365:disabled {
	color: #fff;
	background-color: #00a4ef;
	border-color: #00a4ef;
}

.btn-office365:not(:disabled):not(.disabled):active, .btn-office365:not(:disabled):not(.disabled).active, .show > .btn-office365.dropdown-toggle {
	color: #fff;
	background-color: #0081bc;
	border-color: #0078af;
}

.btn-office365:not(:disabled):not(.disabled):active:focus, .btn-office365:not(:disabled):not(.disabled).active:focus, .show > .btn-office365.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 178, 241, .5);
}

.btn-paypal {
	color: #fff;
	background-color: #0173b9;
	border-color: #0173b9;
}

.btn-paypal:hover {
	color: #fff;
	background-color: #015b93;
	border-color: #015386;
}

.btn-paypal:focus, .btn-paypal.focus {
	box-shadow: 0 0 0 .2rem rgba(39, 136, 196, .5);
}

.btn-paypal.disabled, .btn-paypal:disabled {
	color: #fff;
	background-color: #0173b9;
	border-color: #0173b9;
}

.btn-paypal:not(:disabled):not(.disabled):active, .btn-paypal:not(:disabled):not(.disabled).active, .show > .btn-paypal.dropdown-toggle {
	color: #fff;
	background-color: #015386;
	border-color: #014c7a;
}

.btn-paypal:not(:disabled):not(.disabled):active:focus, .btn-paypal:not(:disabled):not(.disabled).active:focus, .show > .btn-paypal.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(39, 136, 196, .5);
}

.btn-generic {
	color: #212529;
	background-color: #efc34a;
	border-color: #efc34a;
}

.btn-generic:hover {
	color: #212529;
	background-color: #ecb727;
	border-color: #ebb31b;
}

.btn-generic:focus, .btn-generic.focus {
	box-shadow: 0 0 0 .2rem rgba(208, 171, 69, .5);
}

.btn-generic.disabled, .btn-generic:disabled {
	color: #212529;
	background-color: #efc34a;
	border-color: #efc34a;
}

.btn-generic:not(:disabled):not(.disabled):active, .btn-generic:not(:disabled):not(.disabled).active, .show > .btn-generic.dropdown-toggle {
	color: #212529;
	background-color: #ebb31b;
	border-color: #e5ad14;
}

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

.btn-discord {
	color: #fff;
	background-color: #7289da;
	border-color: #7289da;
}

.btn-discord:hover {
	color: #fff;
	background-color: #5470d2;
	border-color: #4a67cf;
}

.btn-discord:focus, .btn-discord.focus {
	box-shadow: 0 0 0 .2rem rgba(135, 155, 224, .5);
}

.btn-discord.disabled, .btn-discord:disabled {
	color: #fff;
	background-color: #7289da;
	border-color: #7289da;
}

.btn-discord:not(:disabled):not(.disabled):active, .btn-discord:not(:disabled):not(.disabled).active, .show > .btn-discord.dropdown-toggle {
	color: #fff;
	background-color: #4a67cf;
	border-color: #405fcd;
}

.btn-discord:not(:disabled):not(.disabled):active:focus, .btn-discord:not(:disabled):not(.disabled).active:focus, .show > .btn-discord.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(135, 155, 224, .5);
}

.btn-twitter {
	color: #212529;
	background-color: #55acee;
	border-color: #55acee;
}

.btn-twitter:hover {
	color: #fff;
	background-color: #329beb;
	border-color: #2795e9;
}

.btn-twitter:focus, .btn-twitter.focus {
	box-shadow: 0 0 0 .2rem rgba(77, 152, 208, .5);
}

.btn-twitter.disabled, .btn-twitter:disabled {
	color: #212529;
	background-color: #55acee;
	border-color: #55acee;
}

.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
	color: #fff;
	background-color: #2795e9;
	border-color: #1b90e8;
}

.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(77, 152, 208, .5);
}

.btn-instagram {
	color: #212529;
	background-color: #eee;
	border-color: #eee;
}

.btn-instagram:hover {
	color: #212529;
	background-color: #dbdbdb;
	border-color: #d5d5d5;
}

.btn-instagram:focus, .btn-instagram.focus {
	box-shadow: 0 0 0 .2rem rgba(207, 208, 208, .5);
}

.btn-instagram.disabled, .btn-instagram:disabled {
	color: #212529;
	background-color: #eee;
	border-color: #eee;
}

.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active, .show > .btn-instagram.dropdown-toggle {
	color: #212529;
	background-color: #d5d5d5;
	border-color: #cecece;
}

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

.btn-pinterest {
	color: #fff;
	background-color: #bd081c;
	border-color: #bd081c;
}

.btn-pinterest:hover {
	color: #fff;
	background-color: #980617;
	border-color: #8c0615;
}

.btn-pinterest:focus, .btn-pinterest.focus {
	box-shadow: 0 0 0 .2rem rgba(199, 45, 62, .5);
}

.btn-pinterest.disabled, .btn-pinterest:disabled {
	color: #fff;
	background-color: #bd081c;
	border-color: #bd081c;
}

.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active, .show > .btn-pinterest.dropdown-toggle {
	color: #fff;
	background-color: #8c0615;
	border-color: #800513;
}

.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-pinterest.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(199, 45, 62, .5);
}

.btn-whatsapp {
	color: #fff;
	background-color: #25d366;
	border-color: #25d366;
}

.btn-whatsapp:hover {
	color: #fff;
	background-color: #1fb256;
	border-color: #1da851;
}

.btn-whatsapp:focus, .btn-whatsapp.focus {
	box-shadow: 0 0 0 .2rem rgba(70, 218, 125, .5);
}

.btn-whatsapp.disabled, .btn-whatsapp:disabled {
	color: #fff;
	background-color: #25d366;
	border-color: #25d366;
}

.btn-whatsapp:not(:disabled):not(.disabled):active, .btn-whatsapp:not(:disabled):not(.disabled).active, .show > .btn-whatsapp.dropdown-toggle {
	color: #fff;
	background-color: #1da851;
	border-color: #1b9d4c;
}

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

.btn-youtube {
	color: #fff;
	background-color: #f00;
	border-color: #f00;
}

.btn-youtube:hover {
	color: #fff;
	background-color: #d90000;
	border-color: #c00;
}

.btn-youtube:focus, .btn-youtube.focus {
	box-shadow: 0 0 0 .2rem rgba(255, 38, 38, .5);
}

.btn-youtube.disabled, .btn-youtube:disabled {
	color: #fff;
	background-color: #f00;
	border-color: #f00;
}

.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active, .show > .btn-youtube.dropdown-toggle {
	color: #fff;
	background-color: #c00;
	border-color: #bf0000;
}

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

.btn-xing {
	color: #fff;
	background-color: #126567;
	border-color: #126567;
}

.btn-xing:hover {
	color: #fff;
	background-color: #0c4546;
	border-color: #0a3a3c;
}

.btn-xing:focus, .btn-xing.focus {
	box-shadow: 0 0 0 .2rem rgba(54, 124, 126, .5);
}

.btn-xing.disabled, .btn-xing:disabled {
	color: #fff;
	background-color: #126567;
	border-color: #126567;
}

.btn-xing:not(:disabled):not(.disabled):active, .btn-xing:not(:disabled):not(.disabled).active, .show > .btn-xing.dropdown-toggle {
	color: #fff;
	background-color: #0a3a3c;
	border-color: #093031;
}

.btn-xing:not(:disabled):not(.disabled):active:focus, .btn-xing:not(:disabled):not(.disabled).active:focus, .show > .btn-xing.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(54, 124, 126, .5);
}

@-webkit-keyframes moorl-shop-the-look-pulse {
	0% {
		-ms-transform: scale(.95);
		-webkit-transform: scale(.95);
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(247, 247, 248, .8);
	}
	
	70% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 0 10px transparent;
	}
	
	100% {
		-ms-transform: scale(.95);
		-webkit-transform: scale(.95);
		transform: scale(.95);
		box-shadow: 0 0 0 0 transparent;
	}
}

@keyframes moorl-shop-the-look-pulse {
	0% {
		-ms-transform: scale(.95);
		-webkit-transform: scale(.95);
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(247, 247, 248, .8);
	}
	
	70% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 0 10px transparent;
	}
	
	100% {
		-ms-transform: scale(.95);
		-webkit-transform: scale(.95);
		transform: scale(.95);
		box-shadow: 0 0 0 0 transparent;
	}
}

.cms-block-moorl-shop-the-look {
	overflow: visible;
}

.cms-element-moorl-shop-the-look {
	width: 100%;
	min-height: 200px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cms-element-moorl-shop-the-look.products-image {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.cms-element-moorl-shop-the-look .hotspot-area {
	width: calc(100% - var(--products-width) - 20px);
}

.cms-element-moorl-shop-the-look .product-list {
	width: var(--products-width);
	height: 100%;
}

.cms-element-moorl-shop-the-look.image .hotspot-area {
	width: 100%;
}

.cms-element-moorl-shop-the-look.image .product-list {
	display: none;
}

.cms-element-moorl-shop-the-look.products .hotspot-area {
	display: none;
}

.cms-element-moorl-shop-the-look.products .product-list {
	width: 100%;
}

.cms-element-moorl-shop-the-look .hotspot-area-image {
	position: relative;
	width: 100%;
	height: auto;
}

.cms-element-moorl-shop-the-look .hotspot-area-image .hotspot-area-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cms-element-moorl-shop-the-look .hotspot-area-image .hotspot-area-image-overlay .hotspot-area-image-overlay-dot {
	position: absolute;
	margin-top: -10px;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 3px solid #f9f9f9;
	background-color: rgba(247, 247, 248, .3);
	cursor: pointer;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

.cms-element-moorl-shop-the-look .hotspot-area-image .hotspot-area-image-overlay .hotspot-area-image-overlay-dot .pulse {
	-webkit-animation: moorl-shop-the-look-pulse 2s infinite;
	animation: moorl-shop-the-look-pulse 2s infinite;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	padding: 10px;
	position: absolute;
	top: -3px;
	left: -3px;
}

.cms-element-moorl-shop-the-look .hotspot-area-image .hotspot-area-image-overlay .hotspot-area-image-overlay-dot .hover-card {
	border-radius: 3px;
	z-index: 20;
	text-align: center;
	display: none;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	padding: 10px;
	background-color: rgba(247, 247, 248, .8);
	color: #222;
	width: 160px;
	height: auto;
	position: absolute;
	left: -75px;
	top: 30px;
}

.cms-element-moorl-shop-the-look .hotspot-area-image .hotspot-area-image-overlay .hotspot-area-image-overlay-dot .hover-card:before {
	position: absolute;
	left: 67px;
	top: -10px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 10px 15px;
	border-color: transparent transparent rgba(247, 247, 248, .8) transparent;
}

.cms-element-moorl-shop-the-look .hotspot-area-image .hotspot-area-image-overlay .hotspot-area-image-overlay-dot .hover-card img, .cms-element-moorl-shop-the-look .hotspot-area-image .hotspot-area-image-overlay .hotspot-area-image-overlay-dot .hover-card p {
	margin-bottom: 10px;
	display: block;
}

.cms-element-moorl-shop-the-look .hotspot-area-image .hotspot-area-image-overlay .hotspot-area-image-overlay-dot .hover-card h4 {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
}

.cms-element-moorl-shop-the-look .hotspot-area-image .hotspot-area-image-overlay .hotspot-area-image-overlay-dot .hover-card.hover-card-top {
	top: auto;
	bottom: 30px;
}

.cms-element-moorl-shop-the-look .hotspot-area-image .hotspot-area-image-overlay .hotspot-area-image-overlay-dot .hover-card.hover-card-top:before {
	top: auto;
	bottom: -10px;
	border-width: 10px 15px 0 15px;
	border-color: rgba(247, 247, 248, .8) transparent transparent transparent;
}

.cms-element-moorl-shop-the-look .hotspot-area-image .hotspot-area-image-overlay .hotspot-area-image-overlay-dot:focus, .cms-element-moorl-shop-the-look .hotspot-area-image .hotspot-area-image-overlay .hotspot-area-image-overlay-dot:hover, .cms-element-moorl-shop-the-look .hotspot-area-image .hotspot-area-image-overlay .hotspot-area-image-overlay-dot:active {
	border-color: #c00d0d;
}

.cms-element-moorl-shop-the-look .hotspot-area-image .hotspot-area-image-overlay .hotspot-area-image-overlay-dot:focus .hover-card, .cms-element-moorl-shop-the-look .hotspot-area-image .hotspot-area-image-overlay .hotspot-area-image-overlay-dot:hover .hover-card, .cms-element-moorl-shop-the-look .hotspot-area-image .hotspot-area-image-overlay .hotspot-area-image-overlay-dot:active .hover-card {
	display: block;
	opacity: 1;
}

.cms-element-moorl-shop-the-look img, .cms-element-moorl-shop-the-look video {
	display: block;
	height: auto;
	width: 100%;
}

@media (max-width: 767.98px) {
	.cms-element-moorl-shop-the-look {
		display: block;
	}
	
	.cms-element-moorl-shop-the-look .hotspot-area {
		margin-bottom: 40px;
		width: 100%;
	}
	
	.cms-element-moorl-shop-the-look .product-list {
		width: 100%;
		height: auto;
	}
}

.hero-slider {
	position: relative;
	overflow: hidden;
}

.hero-slider-btn {
	padding: 0;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	background: none;
}

.hero-slider-btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(192, 13, 13, .25);
}

.hero-slider .hero-slider-slide {
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	opacity: 0;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
}

.hero-slider .hero-slider-slide.active {
	pointer-events: initial;
	opacity: 1;
}

.hero-slider .hero-slider-slide.active button, .hero-slider .hero-slider-slide.active a {
	pointer-events: initial;
}

.hero-slider .hero-slider-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hero-slider .hero-slider-image.hs-image-lazy {
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	opacity: 0;
}

.hero-slider .hero-slider-image.hs-image-lazy.hs-image-loaded {
	opacity: 1;
}

.hero-slider .hero-slider-cta-container.hs-t-align-center {
	text-align: center;
}

.hero-slider .hero-slider-cta-container.hs-t-align-left {
	text-align: left;
}

.hero-slider .hero-slider-cta-container.hs-t-align-right {
	text-align: right;
}

.hero-slider .hero-slider-content-container {
	pointer-events: none;
	font-size: .75rem;
	color: white;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	padding: 4rem 3rem 5rem 3rem;
	width: 100%;
	height: 100%;
	white-space: normal;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.hero-slider .hero-slider-content-container.hs-horizontal-align-left {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.hero-slider .hero-slider-content-container.hs-horizontal-align-right {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.hero-slider .hero-slider-content-container.hs-horizontal-align-center {
	-ms-flex-pack: center;
	justify-content: center;
}

.hero-slider .hero-slider-content-container.hs-vertical-align-top {
	-ms-flex-align: start;
	align-items: flex-start;
}

.hero-slider .hero-slider-content-container.hs-vertical-align-bottom {
	-ms-flex-align: end;
	align-items: flex-end;
}

.hero-slider .hero-slider-content-container.hs-vertical-align-center {
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 768px) {
	.hero-slider .hero-slider-content-container {
		font-size: .875rem;
		padding: 6rem 5rem 7rem 5rem;
	}
}

.hero-slider .hero-slider-description {
	padding: 1rem;
}

.hero-slider .hero-slider-description button, .hero-slider .hero-slider-description a {
	pointer-events: none;
}

.hero-slider .hero-slider-description.hs-t-align-center {
	text-align: center;
}

.hero-slider .hero-slider-description.hs-t-align-left {
	text-align: left;
}

.hero-slider .hero-slider-description.hs-t-align-right {
	text-align: right;
}

@media (min-width: 768px) {
	.hero-slider .hero-slider-description {
		max-width: 50%;
	}
}

@media (min-width: 1200px) {
	.hero-slider .hero-slider-description {
		max-width: 33.33%;
	}
}

.hero-slider .hero-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	width: 100%;
	height: 100%;
}

.hero-slider .hero-slider-slide-link {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-slider .hero-slider-content-before {
	font-family: inherit;
	margin-bottom: .4em;
}

.hero-slider .hero-slider-headline {
	font-size: 2.2rem;
	line-height: 1;
	display: block;
	width: 100%;
	color: inherit;
	float: left;
	font-family: inherit;
	margin-bottom: .75em;
}

@media (min-width: 768px) {
	.hero-slider .hero-slider-headline {
		font-size: 3rem;
	}
}

.hero-slider .hero-slider-content-after {
	margin-bottom: 2em;
}

.hero-slider .hero-slider-scroll-overlay {
	pointer-events: none;
	position: absolute;
	bottom: 1.5rem;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

.hero-slider .hero-slider-scroll-overlay.hs-horizontal-align-left {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.hero-slider .hero-slider-scroll-overlay.hs-horizontal-align-right {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.hero-slider .hero-slider-scroll-overlay.hs-horizontal-align-center {
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.hero-slider .hero-slider-scroll-overlay {
		bottom: 2.5rem;
	}
}

.hero-slider .hero-slider-scroll-icon {
	text-align: center;
	font-size: 1.2rem;
	color: #222;
	background: white;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 100%;
	margin: 0 2rem;
}

.hero-slider .hero-slider-scroll-icon.hs-interactive {
	pointer-events: all;
	cursor: pointer;
}

@media (min-width: 768px) {
	.hero-slider .hero-slider-scroll-icon {
		font-size: 1.4rem;
		width: 3.5rem;
		height: 3.5rem;
	}
}

.hero-slider .hero-slider-scroll-icon > .icon {
	color: inherit;
}

.hero-slider .hero-slider-menu {
	position: absolute;
	right: 1rem;
	bottom: 1.5rem;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
}

.hero-slider .hero-slider-menu.hs-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
}

.hero-slider .hero-slider-menu.hs-vertical .hero-slider-menu-item {
	margin-bottom: .4rem;
	margin-right: 0;
}

@media (min-width: 768px) {
	.hero-slider .hero-slider-menu {
		bottom: 2.5rem;
		right: 2rem;
	}
}

.hero-slider .hero-slider-menu-item {
	box-sizing: border-box;
	display: inline-block;
	margin-right: .4rem;
	width: 1.4rem;
	height: 1.4rem;
	border: 2px solid white;
	border-radius: 100%;
	background-size: cover;
	position: relative;
}

@media (min-width: 576px) {
	.hero-slider .hero-slider-menu-item {
		width: 2rem;
		height: 2rem;
	}
}

.hero-slider .hero-slider-menu-item:after {
	content: "";
	position: absolute;
	background: white;
	width: 70%;
	height: 70%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 100%;
	opacity: 0;
}

.hero-slider .hero-slider-menu-item:not(.active) {
	cursor: pointer;
}

.hero-slider .hero-slider-menu-item:last-child {
	margin: 0;
}

.hero-slider .hero-slider-menu-item:hover, .hero-slider .hero-slider-menu-item:focus {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.hero-slider .hero-slider-menu-item.active {
	pointer-events: none;
}

.hero-slider .hero-slider-menu-item.active:after {
	opacity: 1;
}

.hero-slider .hero-slider-navigation-btn {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: white;
	opacity: 1;
	width: 1.8rem;
	height: 2.2rem;
	color: #222;
}

@media (min-width: 576px) {
	.hero-slider .hero-slider-navigation-btn {
		width: 2.5rem;
		height: 2.5rem;
	}
}

@media (min-width: 768px) {
	.hero-slider .hero-slider-navigation-btn {
		width: 3rem;
		height: 3rem;
	}
}

.hero-slider .hero-slider-navigation-btn.disabled {
	background: white;
	opacity: .2;
	cursor: default;
}

.hero-slider .hero-slider-navigation-btn-left {
	left: 0;
}

.hero-slider .hero-slider-navigation-btn-right {
	right: 0;
}

.hero-slider .hero-slider-navigation-btn > .icon {
	color: inherit;
}

.hero-slider .hero-slider-thumbnails {
	display: none;
}

@media (min-width: 576px) {
	.hero-slider .hero-slider-thumbnails-landscape {
		display: inline;
	}
}

@media (max-width: 575.98px) {
	.hero-slider .hero-slider-thumbnails-portrait {
		display: inline;
	}
}

.hero-slider .hero-slider-slide-container {
	height: 100%;
	width: 100%;
}

.hero-slider.hero-slider-mode-slide .hero-slider-slide-container {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	will-change: -ms-transform;
	will-change: -webkit-transform;
	will-change: transform;
	font-size: 0;
}

.hero-slider.hero-slider-mode-slide .hero-slider-slide {
	opacity: 1;
	-webkit-transition: none;
	transition: none;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
}

.hero-slider.hero-slider-mode-blend .hero-slider-slide-container {
	position: relative;
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.hero-slider.hero-slider-mode-blend .hero-slider-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-slider.hero-slider-mode-blend .hero-slider-slide.active {
	z-index: 1;
}

.hero-slider .hs-custom-icon {
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: .25em;
}

.hero-slider.hs-dragged {
	cursor: grabbing;
}

.hero-slider.hs-dragged a {
	cursor: grabbing;
}

@media screen {
	.hero-slider .hero-slider-slide:not(.active) {
		pointer-events: none !important;
	}
	
	.hero-slider .hero-slider-slide:not(.active) .hero-slider-description {
		pointer-events: none !important;
	}
	
	.hero-slider .hero-slider-slide.active .hero-slider-description {
		pointer-events: initial !important;
	}
}

.cms-el-heptacom-text-image-shifted {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: end;
	-ms-flex-align: end;
	align-items: end;
}

@media (max-width: 991.98px) {
	.cms-el-heptacom-text-image-shifted {
		height: unset !important;
	}
}

.cms-el-heptacom-text-image-shifted .cms-el-heptacom-text-image-shifted-content {
	background-color: #e8e8e8;
}

@media (max-width: 1199.98px) {
	.cms-el-heptacom-text-image-shifted .container, .cms-el-heptacom-text-image-shifted .cms-section .boxed, .cms-section .cms-el-heptacom-text-image-shifted .boxed {
		padding: 0;
	}
}

.cms-el-heptacom-text-image-shifted .cms-el-heptacom-text-image-shifted--wrapper {
	min-height: 250px;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 768px) {
	.cms-el-heptacom-text-image-shifted .cms-el-heptacom-text-image-shifted--wrapper {
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 0 40px;
	}
}

.cms-el-heptacom-text-image-shifted .cms-el-heptacom-text-image-shifted--wrapper .cms-el-heptacom-text-image-shifted--box {
	padding: 20px;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 768px) {
	.cms-el-heptacom-text-image-shifted .cms-el-heptacom-text-image-shifted--wrapper .cms-el-heptacom-text-image-shifted--box {
		padding: 20px;
		width: 50%;
	}
}

.cms-el-heptacom-text-image-shifted .cms-el-heptacom-text-image-shifted--wrapper .cms-el-preview-heptacom-text-image-shifted--image-wrapper {
	position: relative;
	width: 100%;
}

@media (min-width: 768px) {
	.cms-el-heptacom-text-image-shifted .cms-el-heptacom-text-image-shifted--wrapper .cms-el-preview-heptacom-text-image-shifted--image-wrapper {
		width: 50%;
	}
}

.cms-el-heptacom-text-image-shifted .cms-el-heptacom-text-image-shifted--wrapper .cms-el-preview-heptacom-text-image-shifted--image-wrapper .cms-element-image, .cms-el-heptacom-text-image-shifted .cms-el-heptacom-text-image-shifted--wrapper .cms-el-preview-heptacom-text-image-shifted--image-wrapper .cms-element-image .cms-image-container {
	position: static;
}

.cms-el-heptacom-text-image-shifted .cms-el-heptacom-text-image-shifted--wrapper .cms-el-preview-heptacom-text-image-shifted--image-wrapper .cms-element-image .cms-image-container.is-cover .cms-image {
	position: static;
}

@media (min-width: 768px) {
	.cms-el-heptacom-text-image-shifted .cms-el-heptacom-text-image-shifted--wrapper .cms-el-preview-heptacom-text-image-shifted--image-wrapper .cms-element-image .cms-image-container.is-cover .cms-image {
		position: absolute;
	}
}

.cms-el-heptacom-text-image-shifted .cms-el-heptacom-text-image-shifted--wrapper .cms-el-preview-heptacom-text-image-shifted--image-wrapper img {
	max-width: 100%;
}

@media (min-width: 768px) {
	.cms-el-heptacom-text-image-shifted .cms-el-heptacom-text-image-shifted--wrapper .cms-el-preview-heptacom-text-image-shifted--image-wrapper img {
		position: absolute;
		bottom: 0;
		top: unset !important;
	}
	
	.cms-el-heptacom-text-image-shifted .cms-el-heptacom-text-image-shifted--wrapper .cms-el-preview-heptacom-text-image-shifted--image-wrapper img.is--shifted {
		bottom: 40px;
	}
}

.heptacom-banner-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.heptacom-banner-wrapper .heptacom-banner-image {
	width: 100%;
	height: 100%;
}

.heptacom-banner-wrapper .heptacom-banner-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.heptacom-banner-wrapper .heptacom-banner-content {
	position: absolute;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.heptacom-banner-wrapper .heptacom-banner-content .heptacom-banner-text {
	width: 100%;
}

.heptacom-banner-wrapper .heptacom-banner-content .heptacom-banner-text * {
	width: fit-content;
}

@media only screen and (max-width: 400px) {
	.quickview-minimal-product .quickview-minimal-product-manufacturer-logo {
		width: auto;
		max-width: 12rem;
		max-height: 6rem;
	}
}

@media only screen and (max-width: 700px) {
	.huebert-accessory .product-configurator-variants .varinats-container .variant-price {
		position: absolute;
		top: -4rem;
		right: 0;
		width: 140px;
	}
	
	.huebert-accessory .product-configurator-variants .varinats-container .without-image {
		right: 0;
	}
	
	.huebert-accessory .huebert-unit-label, .huebert-accessory .product-detail-price-unit {
		text-align: right;
		padding-right: 10px;
	}
}

.huebert-direct-accessories-block {
	position: relative;
}

@media only screen and (min-width: 992px) {
	.huebert-direct-accessories-block .thumbnails-view {
		position: absolute;
		right: 0;
	}
}

.huebert-direct-accessories-block .accessoryBtn {
	float: left;
	padding: 0 10px;
	line-height: 33px;
}

.huebert-direct-accessories-block .icon {
	margin-top: -8px;
}

.huebert-direct-accessories-block .input-group-text {
	border: none;
	background: transparent;
}

.huebert-direct-accessories-block .form-control {
	text-align: center;
}

.huebert-direct-accessories-block .huebert-accessory_input-wrapper {
	min-width: 9.5em;
	max-width: 11em;
	z-index: 10;
}

@media (min-width: 992px) {
	.huebert-direct-accessories-block .huebert-accessory_input-wrapper {
		min-width: unset;
		max-width: unset;
		width: 100%;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

@media only screen and (max-width: 400px) {
	.huebert-direct-accessories-block .huebert-accessory_input-wrapper {
		margin-top: .75rem;
		margin-bottom: 1.25rem;
	}
	
	.huebert-direct-accessories-block .huebert-accessory_input-wrapper.huebert-checkbox {
		height: 100%;
		margin-top: 0;
		margin-bottom: 0;
	}
}

.huebert-direct-accessories-block .themeware .huebert-accessory_input-wrapper.input-group {
	font-size: .875rem !important;
}

.huebert-direct-accessories-block .huebert-accessory button > * {
	pointer-events: none;
}

.huebert-direct-accessories-block .huebert-accessory .hue-title-price {
	margin-top: .5rem;
	font-size: 1rem;
}

.huebert-direct-accessories-block .huebert-accessory .hue-title-price .product-price.huebert-accessory_pricing {
	margin-top: 1rem;
}

.huebert-direct-accessories-block .huebert-accessory .huebert-accessory-hover {
	display: none;
	position: absolute;
	z-index: 9999;
	padding: 5px;
	margin-top: -10%;
	left: -215px;
	width: 200px;
	text-align: center;
	background-color: #f7f7f8;
}

.huebert-direct-accessories-block .huebert-accessory .product-variant-characteristics .product-variant-characteristics-text {
	height: auto;
}

.huebert-direct-accessories-block .huebert-accessory:hover .huebert-accessory-hover {
	display: block;
}

.huebert-direct-accessories-block .huebert-accessory_pricing {
	font-size: inherit;
	font-size: .9rem;
	margin-top: unset;
}

@media only screen and (max-width: 500px) {
	.huebert-direct-accessories-block .huebert-accessory_pricing {
		text-align: right;
		margin-top: .2rem;
		padding-right: 10px;
	}
}

.huebert-direct-accessories-block .hueb-accessories_price {
	font-weight: bold;
	font-size: 1.5rem;
}

.huebert-direct-accessories-block .btn-accordion {
	font-weight: 700;
	color: #c00d0d;
	text-decoration: none;
}

.huebert-direct-accessories-block .btn-accordion:hover {
	color: #780808;
	text-decoration: none;
}

.huebert-direct-accessories-block .btn-accordion:focus, .huebert-direct-accessories-block .btn-accordion.focus {
	text-decoration: none;
	box-shadow: none;
}

.huebert-direct-accessories-block .btn-accordion:disabled, .huebert-direct-accessories-block .btn-accordion.disabled {
	color: #798490;
	pointer-events: none;
}

.huebert-direct-accessories-block .btn-accordion:disabled .icon-arrow-head-up, .huebert-direct-accessories-block .btn-accordion.disabled .icon-arrow-head-up {
	display: block;
}

.huebert-direct-accessories-block .collapsed .icon-arrow-head-up {
	display: none;
}

.huebert-direct-accessories-block .icon-arrow-head-up {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.huebert-direct-accessories-block .collapsed .icon-arrow-head-down {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.huebert-direct-accessories-block .icon-arrow-head-down {
	display: none;
}

.huebert-direct-accessories-block .card {
	overflow: inherit;
}

.huebert-direct-accessories-block .viewport-default {
	display: none;
}

.huebert-direct-accessories-block .no-pad {
	padding: 0;
}

@media only screen and (min-width: 992px) {
	.huebert-direct-accessories-block .viewport-default {
		display: block;
	}
	
	.huebert-direct-accessories-block .viewport-small {
		display: none;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.huebert-direct-accessories-block .viewport-default.hue-title-price {
		padding-left: 14%;
	}
}

.huebert-direct-accessories-block .accessory-checkbox {
	margin: auto;
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

@media only screen and (min-width: 992px) {
	.huebert-direct-accessories-block .accessory-checkbox {
		-ms-transform: scale(2);
		-webkit-transform: scale(2);
		transform: scale(2);
		margin-top: .75em;
	}
}

.product-detail-price-container .hueb-accesories_price {
	font-weight: 700;
}

.product-detail-form-container .hueb-accesories_price {
	color: #c00d0d;
	font-weight: 700;
	font-size: 1.75rem;
}

@media (max-width: 1200px) {
	.product-detail-form-container .hueb-accesories_price {
		font-size: calc(1.3rem + .6vw);
	}
}

.product-detail-form-container .huebert-accessory_variants {
	min-height: inherit;
}

.product-detail-form-container .huebert-acessory_deliveryTime {
	margin-top: .5rem;
	margin-bottom: 0;
	font-size: .8rem;
}

.product-detail-form-container .delivery-information {
	margin-bottom: inherit;
}

.hueb-accessories_total-wrapper {
	display: none;
}

hueb-accessories-bundle-quantity {
	min-width: 3em;
}

.huebert-accessory {
	padding: .5rem;
	margin: .2rem;
	border-bottom: 1px solid #f8f8f8;
}

.hue-checkbox .hue-price-wrapper {
	margin-left: 2.5rem;
	margin-top: 1rem;
}

.hue-checkbox .hue-price-wrapper .huebert-accessory_pricing, .hue-checkbox .hue-price-wrapper .product-detail-price-unit {
	text-align: left;
}

@media only screen and (max-width: 992px) {
	.huebert-accessory .product-configurator-variants {
		padding: 5%;
	}
	
	.huebert-accessory .row.my-2, .huebert-accessory .my-2.account-content, .huebert-accessory .is-act-cartpage .checkout .my-2.checkout-container, .is-act-cartpage .checkout .huebert-accessory .my-2.checkout-container, .huebert-accessory .is-act-checkoutregisterpage .checkout .my-2.checkout-container, .is-act-checkoutregisterpage .checkout .huebert-accessory .my-2.checkout-container, .huebert-accessory .is-act-confirmpage .checkout .my-2.checkout-container, .is-act-confirmpage .checkout .huebert-accessory .my-2.checkout-container, .huebert-accessory .is-ctl-accountorder .checkout .my-2.checkout-container, .is-ctl-accountorder .checkout .huebert-accessory .my-2.checkout-container, .huebert-accessory .is-act-finishpage .checkout .my-2.checkout-container, .is-act-finishpage .checkout .huebert-accessory .my-2.checkout-container {
		position: relative;
	}
}

@media only screen and (max-width: 700px) {
	.no-pad {
		padding: 0;
		-ms-flex-pack: center;
		justify-content: center;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media only screen and (max-width: 900px) {
	.hue-checkbox .checkbox-mobile-wrapper {
		margin-left: -1rem;
		margin-left: -4rem;
		width: 5.75rem;
		margin-top: 2rem;
	}
	
	.hue-checkbox .hue-product-title {
		margin-left: -1rem;
	}
	
	.hue-checkbox .product-configurator-variants .variant-price.without-image {
		margin-top: -1rem;
		width: 20%;
		position: unset;
		margin-bottom: 1rem;
	}
	
	.hue-checkbox .product-configurator-variants .variant-price.without-image .huebert-unit-label {
		text-align: left;
	}
}

.hueb-bundle-quantity {
	min-width: 3em;
}

.accessory-quantity.unforce {
	height: 1.9em;
	width: min-content;
	min-width: .9em;
}

.huebert-bundling-block .h4, .huebert-bundling-block .offcanvas-cart-upselling h2.product-upselling-slider-title, .offcanvas-cart-upselling .huebert-bundling-block h2.product-upselling-slider-title {
	font-size: 1rem;
	font-weight: 600;
}

.huebert-bundling-block .card-header {
	padding: .5rem;
}

.product-variant-characteristics .product-variant-characteristics-text {
	height: auto;
}

@media only screen and (max-width: 400px) {
	.accessory-quantity.unforce {
		min-width: 1em;
		margin-top: .4rem;
	}
}

.iziModal {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	-webkit-transition: margin-top .3s ease, height .3s ease;
	transition: margin-top .3s ease, height .3s ease;
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-sizing: border-box;
}

.iziModal * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

.iziModal::after {
	content: "";
	width: 100%;
	height: 0;
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .35) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, .35)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .35) 100%);
	background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .35) 100%);
	background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .35) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .35) 100%);
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#59000000", GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#59000000", GradientType=0);
	-webkit-transition: height .3s ease-in-out, opacity .3s ease-in-out;
	transition: height .3s ease-in-out, opacity .3s ease-in-out;
	pointer-events: none;
}

.iziModal.hasShadow::after {
	height: 30px;
	opacity: 1;
}

.iziModal .iziModal-progressbar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.iziModal .iziModal-progressbar > div {
	height: 2px;
	width: 100%;
}

.iziModal .iziModal-header {
	background: #88a0b9;
	padding: 14px 18px 15px;
	box-shadow: inset 0 -10px 15px -12px rgba(0, 0, 0, .3), 0 0 0 #555;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.iziModal .iziModal-header-icon {
	font-size: 40px;
	color: rgba(255, 255, 255, .5);
	padding: 0 15px 0 0;
	margin: 0;
	float: left;
}

.iziModal .iziModal-header-title {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
}

.iziModal .iziModal-header-subtitle {
	color: rgba(255, 255, 255, .6);
	font-size: 12px;
	line-height: 1.45;
}

.iziModal .iziModal-header-subtitle, .iziModal .iziModal-header-title {
	display: block;
	margin: 0;
	padding: 0;
	font-family: "Lato", Arial;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.iziModal .iziModal-header-buttons {
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -17px 0 0;
}

.iziModal .iziModal-button {
	display: block;
	float: right;
	z-index: 2;
	outline: 0;
	height: 34px;
	width: 34px;
	border: 0;
	padding: 0;
	margin: 0;
	opacity: .3;
	border-radius: 50%;
	transition: -ms-transform .5s cubic-bezier(.16, .81, .32, 1), opacity .5s ease;
	transition: -webkit-transform .5s cubic-bezier(.16, .81, .32, 1), opacity .5s ease;
	transition: transform .5s cubic-bezier(.16, .81, .32, 1), opacity .5s ease;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.16, .81, .32, 1), opacity .5s ease;
	background-size: 67% !important;
	-webkit-tap-highlight-color: transparent;
}

.iziModal .iziModal-button-close {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZCQkIzQ0I0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZCQkIzQ0M0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkJCQjNDOTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkJCQjNDQTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsgTJLcAAALJSURBVHja3JnLS1VBHMfvQ7g9dBXRRrwEFRciAhMi1JRW1aIHVEIYEkW0iVpUhOD/ICK6cFMgSbUpC6VFkQa9NtpjkauriRY9Noa3pHT8/mIODMM5Or85o87pC5/NPf5mvmc8M7+Z36SFEKkY2gj2gUawF2wHW8A6+fwv+A6KYAQMg+dg2rbDtKXhGnAaHJIms4zYz9J4HxgAf1g9k2EGteAhWBBuNApaQNrUg6nRTaAbzIuV0RCocWW4DoyJlVcJXI5ruFk2tJqi/2TWxvA5sXbqA2Ucw01i7dVjargazAo/dE33p6/DlAheg50pP0SJpwG8CH7IaH/Q5pFZUhnoArkwwwVwJeWfdoMLYYZvqG+yTGo9CerAoIWBT+A4qAdPDWOugwo1NVcxJtpFZRLkwH3GJCqCghJfxVjnz1JMMMKnwAbGRAg0B5rAA4O4CblZ+qj8tkBjZthvSzDCtFIMM0ZpQhslk5Eej4jpZ/T7G+ygwG1ghrk+jjNMFy1eMPJzpOAzlou6iWmXZkm91EBHjEwUZXoQTDk2SxqhRh7HTJ9hpstB3rFZ0ldq6J2DnB9m2rXZfxOPlrX1DrJRXiaBXSHPaMHvB0cd9JPLpBImMvzLQTuUFA6A9yHPfoIjhsllOc1l5N4grtmDWgYrl5+JTUZcSjNkeMyxWdpA3ZN72IJj01OJTByJS82J2/wQVxmB5y1HK8x0JWMf/kzdD98FJcY5S51gdwyTQl6eUAraspo27PeWXgy8afim0+CELAwOWHyH9EkdkyWwJ4Yxk6BCP+bTm48anutWW5dAp34IpbW03UOzb0FPVEHbx0LKfvAyqpAyKw97JU8Mt6pml6rAJ6oY6Eu5NfvfF7QTeWWQyEsZr6694lwsNoPD8mKRo29gCNwGj7gXi7aGA1EBcY+8vq0GW8FmJb3Pgx9gEnwAr8Ab8MW2w0UBBgAVyyyaohV7ewAAAABJRU5ErkJggg==") no-repeat 50% 50%;
}

.iziModal .iziModal-button-fullscreen {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBBOUI4RUM0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBBOUI4RUQ0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEE5QjhFQTRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEE5QjhFQjRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrQO6gAAAANmSURBVHjazJlbSBRRGMd3x92i0ForRRMiKiUoX4ouiFlJkRVBDxW9GJERwUasvdRT9FD00osRQtAFqegGBUHRBY0uaCVKEkSRpVR0tSwrQtp1+p/4Bk7D7M45M/Ot/uGHu+Psmf+c+eY753wnbJpmyIfGgvmgiv6WgkKQBwzwE3wBr0AnuAta6ZgnhT0aFuY2ghoyGdH4bS+4Dc6CZjCkdWVhWIPF4JoZnB6CDToeVE8sBidNPt0E5UEZrgG9Jr8GwHa/huMgaWZXDSDsxfBuc/jUBAwdw3Fz+NWoang5SJkjQwm7P3seLqQEX2LLfgfBdZcMORMcBqNDwekPqASP0uXhpjR3Ok0x/fUw9HIHGGVdw5DuRtzJpgxDsJui2qOWmuaAOuuLbHivz4YLwLgQj/aAXNmwuItlHhtbA7pAG5jEZHgKWCcbrhUTIY+NPQVjqFFObbYMi/hc6aOhl2AJ9TKnFoIyYXgemKEzJQXVVkyR3oFVzKZFuqw2qHdyFPKhrHPgMoWC3fRjRtNVVg+7SR5IiqmXxUt60cG0CK/vTIZniZVCmcKJF0C3ZNjKBqvJ9Hrwm46tsN1EkCoRQ/M3fBjvs6GrYAvdwHEfGcd1qBaGkwoxrKI+xjz83yJ0iLFHApd46X4xX+M+WECh4lepCNUIcpnMijrEWtAvTRHrbOd8FZNG8uA2Nf0hpmwtjBPwpQ5T0GPS/+tBAZhIq+b3Lu09EyHRwRgO+0C+7dhWcII+PwCf6Sk/Aa9d2vtn+A7nyASugJiD6YSDQcOlvVbxiCaAN8xrs3sgprBiac/QhlhnzjUo6JuZM0UlDS5FPtoQIdNlPYJTWUihFaDex+9Pg6T1KHJAJ2NI7ASllA28hEQ/KJIXoSlwgKlnh+jFe+GjLtwIPtjfyktUt+UaUZWqvw7H3oJD1peI7eQdoF1xWa+zQikHH13OmwqmOxxP0EiZtgK/DRwNuIcHwSeXc2K01WAPhbhKBb5hBNTVbskVH7fqpZGhbJUNtYF83fqwQSXPbOsGjb6etwx2gcEsmT3iFAZeNmUqaMeHSz2qu0k6W15Rqsx3B2i0D+xXGAHTFrRVlEeFuVoqH+ku6VNUbDkPzlAtg30nVK66i8rRIjAbTKaSQVQyN0DD6nOqcLZQld9TLfmvAAMAeMcvp3eCFqQAAAAASUVORK5CYII=") no-repeat 50% 50%;
}

.iziModal.isFullscreen .iziModal-button-fullscreen {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkFFRTU5NDA0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkFFRTU5NDE0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQUVFNTkzRTRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQUVFNTkzRjRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuDFfX8AAANASURBVHjazJlZSBVRGMfHcWlB0xZM68GKukQLYaGkmEUR2EsvRfQS+BSJPUQE+lTR8hqIZY8hFS0ERVCRoW3gpUApghYpszLTVnCB3O70/+K7MAwzc78Z58z4hx8XzpzvzJ+Zc+d85ztphmFoU9BsUAoq+XcFyAc5QAfD4BfoBp3gCWjnNl9K82mYzO0FVWwyw0NsD3gIroBWkPB0ZzLsgc3grhGcnoE9XjxIOxaCC4Y6tYC1QRmuAj2Geg2CA1M1XAsmjHDVANL8GK4zolMz0L0YrjWiV5PU8HYw6TBIf8imD6UynA96HYKPg3mgMUTDY6DUzXCzQ+AxSz+r6QEQZz4HbLoDZNkZrnAIoOlRZjN1Gk3XS0zty/gTFaRq7Ay3uAR8BcU2ps/z9QJTWw74HrDhTyDbbHg9SKQI+sb9rKa3mV8ZmAt+KJjP1TS+zinFPkqEUqQdBeAOKLa0UwIzpqlXtcYpIKWIO4RBZPoRKNfC10YQI8MlYLkwaAB8ABsiMDwDbKU8dgtIFwRMgJ3guRadKpNPWBMa7tOi1WoyHJPuTsC4oN+IQsOLM3gPJlEWqOE/neMGBqwDeYoMz6G8c0I4h6eFyHBC8A2eVoaH8JutaPwuUA/+uvSht1sHKgTjTWZwjUCVYdrK3xT0iwkND+lc5FClUQ9fINHCRYY7FBrWPSz5Er2lAR9H9P+hpfYGl64OCmPadQ7ojcDwOJetysBMQX/6mrWS4d+cIoYtMnAEnBT2fwVeJufYxZBMFoKFlrajQtOX/uczvEtIB50Kdgn1lt3JGdANltjsXE64jPMnuQ1LPuFJcFrBE11gzQXAUnAPFNk86esO4zSBfmu5lVa9toCf8DC4Ba6C22DEdO01KDLdP5fLr1Z94X2ibV1ilWVQ1XrDpvPAU4c+u1KVqvaHXI7q43ltp3PSYmDDNCgGPrCUD1wN6y5lqzAUN89baX1Y55Jn2LrPRUffRwaHwWhIZs/aTQM/hzLlDp+coPRReprk5cgrkyvz7wM0+hOcAvOlPvwcLNIp526ux1H5aJbHeFpVX4Br4LLXWoffk9CkVnLlaBNYAxaBXJBpMjfIy+o7EAdtfIyb8HPDfwIMAM1WPs8F9tcxAAAAAElFTkSuQmCC") no-repeat 50% 50%;
}

.iziModal .iziModal-button-close:hover {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.iziModal .iziModal-button:hover {
	opacity: .8;
}

.iziModal .iziModal-header.iziModal-noSubtitle {
	height: auto;
	padding: 10px 15px 12px;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
	font-size: 23px;
	padding-right: 13px;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
	font-size: 15px;
	margin: 3px 0 0;
	font-weight: 400;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
	right: 6px;
	margin: -16px 0 0;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
	height: 30px;
	width: 30px;
}

.iziModal-rtl {
	direction: rtl;
}

.iziModal-rtl .iziModal-header {
	padding: 14px 18px 15px 40px;
}

.iziModal-rtl .iziModal-header-icon {
	float: right;
	padding: 0 0 0 15px;
}

.iziModal-rtl .iziModal-header-buttons {
	right: initial;
	left: 10px;
}

.iziModal-rtl .iziModal-button {
	float: left;
}

.iziModal-rtl .iziModal-header-subtitle, .iziModal-rtl .iziModal-header-title {
	text-align: right;
	font-family: Tahoma, "Lato", Arial;
	font-weight: 500;
}

.iziModal-rtl .iziModal-header.iziModal-noSubtitle {
	padding: 10px 15px 12px 40px;
}

.iziModal-rtl .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
	padding: 0 0 0 13px;
}

.iziModal.iziModal-light .iziModal-header-icon {
	color: rgba(0, 0, 0, .5);
}

.iziModal.iziModal-light .iziModal-header-title {
	color: #000;
}

.iziModal.iziModal-light .iziModal-header-subtitle {
	color: rgba(0, 0, 0, .6);
}

.iziModal.iziModal-light .iziModal-button-close {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQTU1RUZDNzRFODQxMUU2ODAxOEUwQzg0QjBDQjI3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NEM4MTU1MEI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENDMkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZjYzMwMmE1LWFlMjEtNDI3ZS1hMmE4LTJlYjhlMmZlY2E3NSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdmYmU3NGE3LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po24QssAAANtSURBVHja3JlJaBRBFIa7ZxyTSXADHUkikuAawZNLEOOGGrwJQYko8R4RBQ+OICoqghJQUVwPYjzFY0QUBQU1kogoKO6CG0pcIwbiNibj/8JraNvu6Xo9NTOtP3xzSKe6/65+Ve9VlWlkp2IwGUwFE0E5GA4G8/U+0APegWfgHrgPuq0bpNNp0QPNgEYngHlgGpuMCNp2s+kr4BYM/8ql4WqwHEzP4mXteg7awOW0YlerPnQIaARLNBl1ikLlBDw/1WF4ClgHKozc6idogekz2RheANbaBlE+dB4chfF+qeHF3LOF0FWwF6b7nBe8RvecApolzQVr3C64GR4H1huFV51pmvV+hikRbABFRji0GqarMxluAGON8CgKmmA65mZ4DFhqhE9VPP//ZXgZiCmm1t1gI6XWAAY+gF0gCe4qtqlHL8fthkeBWsXGreA6eMgPviEw+x5sBZ3gAdjPCcNPI8Fsu+FawUCzz40psEfRNJndBl7b/pZmVLTQMkzJo0bQSys43iWm3cxS+DUJOmoSwqKCRmEZWKkYv6RSMBPc5lqXRGm0A1Q6XiaT2aSwo8jrK/qZwZlFIlXTusxa6iXDddTdARpnMj2ek9AWjWYH7h/lubcs4A28THdyAdOl0ezAmKNBNyLLiT0Btjti9zuHg06zpJKIprohwXNypcu1OIdGjYbnxCLGPyYy/EPDfejzbwYvXK59AzuFGdFLKTL8WYNZ59RVzGESJCNm0teI40E6zNIA2wSaA2REP32iaW0omKXRbJKTUVyYEVV0J8oxvEiQmiUZrFSz6XNkuJe3nBKCelaSbjOZrhLsd1BInYxweSeJq9YA6dYtuZCBI4JZ6jGW/W+sebhd0DAaMIO5mTYFW1+X6GeQ7TO3W0WyQj3cw0ulBg4nSUbcAY7zPVYp7ip95FXOH29Hb35AOPjypWMIh7PORSjFZVsIzdKW7AWvfYnTVNWHyCytHw+jd1Nehqks3KepvtChUzD7yGvE2/cduqxldQF1EWZb/PbWLF3jAVgo0WrlkN+c6hSd+rzlaSuaR7O0oX0wyIa2pVAdGaj0HCUVOqIq4dVwrg5lmmG2w+8f/9tjL6foYHE+Gy8Xtv3CPUpf7WauDxadKuIwoeNbOmoYDYbZ0ns/1wxUC7ykigs8sS/LpEe3vwUYALiKDDDSgEiSAAAAAElFTkSuQmCC") no-repeat 50% 50%;
}

.iziModal.iziModal-light .iziModal-button-fullscreen {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEQTg1NTA2NTRFODQxMUU2OTQ0N0VERjY2Q0M5ODYwRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCQkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCQUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFlNTQwYzczLTVhZmEtNDJlYi04YzJlLWMwMzFlYmFiYmIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmVkYmRiMzM1LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvIicdUAAAOvSURBVHjaxJlZbA1hFMe/qaItUUsspakg1laJ7UUisQuRvvTFA15sQSRCLBFrQryhHqxNHxEPtaQ8CCUkIrVVRbVBJdZYSrXVonr9/3pGxnTunZk78/X+k1+aO+1899/vnnvO+c4YKpi6ghEgW34OBD1BKjBAM6gH78Fz8BhUyrW/ikQivt7QiNMozU0DE8RkJx/3fgCPwA1QHvHp2K/hHJAPJqpwVA2K4flW2IZ7gyVgptKjh6AQxl+GYZi7uRr0U3rVBIpg+nIQwwvACpCkOk4XwYlosR3LMGN1qUqMroGDTqaNGDu7SiVWl+D3iP2i00c9HqxUidd8wzDy3HY4HRwCfWzXz4L7Lm+QKfHeOUTTLWAzdro6muH1YIbDjculWrmpUEM2YYXcCNMt9pAYE8WsWYLdlAxaNYTGMDDHKYYXBVy4B0jTFM/5iOcUc1fM/2JcnItNAYtBNzGtQ33BVHDV3OHpARqhV6CLLKpTs8yQYHxOCrDQO7AV1Gg2PBJhMYiGh4MMnx1eLkixXKsFuzSbZrrMpeGxHnqFFtvrTWCbhILd9AuNpnPMHXaTtZD0kl1mRdwSxXSjJsNZfONjcmqIJR5p3lp6Y+sXrAzsBz/lNXvmtZYMFKbqafi0pKQgKpOSPhmsC5BxXEs1Fz4fUr/7TWMe/q9bC2s3tJs1Df/Q/B5PwAZwJYS1WpPlo0zRZJZziL2gQU7I1GyHL7QSD26taVOytI26DpinxKypApvpk+C6dHlMnXskbUbT1yTpN3WJHWB327UCS3hUoc+tA/VyxP/ost5rGq7QWZnAdoe0eZgnYweDbgmgkoafgk8aTfNgsMNmmqfhC+Czj3V4T3mSBH255kxB0ztd4tNNDJkas2CUdkAKHQ3yAtxfijj/bdb7Cumyhmoyexzcs6Qwv2qUbPKvJDOtnNFklrF3R5qneA2XYHe/2A+ht1Xb3FZXRY1XTAjFTgtxJ45qKtWDpZK1g6dhIQuvBzjcy8FgQ6y8Nw+sCdnwL1Dn8jdMe6m2a+3ma9ESNUdOC1VixSH3bnPiYyraswnO0fqDIQkyW8WmCWab7b+I9TCF3+x0j2e+MPUA7LPGrVfD1F3VNsrPVR0zhS8BB5x21muzYa1Sy1Tb4y4d4qOwIi9Pk/wcj1gV50p5zQjJKAsJH8KcY4vpdYrjV0w9HMxxHjfKNpfwdMyRNuAmyy2M1vq5OegBNFMmR9lSHDizSLPMJGjuO2BZfSOtLKvpMylUvh/d/hFgAOH4+ibxGTZuAAAAAElFTkSuQmCC") no-repeat 50% 50%;
}

.iziModal.iziModal-light.isFullscreen .iziModal-button-fullscreen {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCRkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCRUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzM2MwOWZiLWJjOTEtNGVlZS05MDM1LTRkMmU2ZmE1ZjBmMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv1Q9Z8AAAOXSURBVHjaxJlLbA1RGMfPjIs+EvoIRYt4FVUl2EkkRTxKUqQbG0SEho2FjUQ8YtEICbEgTdFYeK1KaGvVeoUltyStt0UlNE17aWhV2+v/9X5XJpMzc8/0zpn5kl+aO3Nm7r/fnPu9xhDp2URQDJbw3xkgB2QCAwyAPvANfARvQDsfG7V4PO7pC40xCiVxa8AKFjnOw7VdoA08BtG4R8VeBZeCKrBS+GPvQAM0P/NbcB7YBdYJPfYKXIXwL34IJm8eBFOFXusH9RDdnI7gLWA/MEVwdh/UOe1tN8G0V3eLcKwFXJCJNl08G5ZYsrWgWnZCJng5OOBwo1iAoisMw6hMJXgyOOywVW7xj+9BgKL3QHSxm+C9IF9y4U2GMlStRPQP8Jbp9lFwhJwE0RHrgaSV8N6xG238l7Zjtfx3K58/Bd7zsWngIqdnP2we2ACa7B7e6RL6joK5EtHNfL7b5u1Bn7dGFbycYRVM/8WyFJnuJK+z2iVwzFrMcF1h+Cx4ClhtFVyu8CW54ITE01EwFMAPcH1SMJWIqxQvItE1YHEIsXkhtkUhCV4ApiteFOPadn4IgseDMooSSxVrhWFwmkvCsKw06WGhKLhHhGuzSHChh9pZ5cc1oFFwfoTTsWrWqQCvXdZQEpkDsjUJziSv3Qu43k3LTA1BXqvRY/4DMjTd/yu4niJVm9wslCjcb4QE/9Qo+Al44baAmgpKCIqC+01OBLrsr8/de8zkiYwuUxWSq7iuM8JhantIqfYItkOepKBysnbycIfPXYKqURL6DhaBCQrrKcZHTa5loyEIJgHXwG3F9TQV+pxMGK0BiaTHn2OLEjcURbdi7XBSMO3jTxoEjtg+7wDnhG3spSD6F3hk7Tjoxnc0CJ5k+5wFCrhplYl2mmI24nyvvWumAE9z2zIfBW8WifnxIHc2yb6xiHtEoms0/hlGtpAPHCkgNDjFyZngPN88COvkPpEe+XGHbFcD7z53C+ybwKEAo0UPZ8QCybkmiL3sNvkheygSI08RYOSQiaUhd52sUpIZLWwJsYqkkdcZeHfIS66nc9XcZQRpNBY7C7F9Yy1OtonErDgSgNhGcEXmWa/VFA1O9onE6y4dRqGtXuVtkpf2iDy8EVR6GLykMnrsNFC867QF0hH8v3MVicFcuYdKy56uqQx4SukWQj3NOtJtQIt4ckSvbmdziMqy7HcS9xv0cn/Xwdn0A1drnl/d/hNgAGQa6Lgarp6BAAAAAElFTkSuQmCC") no-repeat 50% 50%;
}

.iziModal .iziModal-loader {
	background: #fff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=") no-repeat 50% 50%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
}

.iziModal .iziModal-content-loader {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=") no-repeat 50% 50%;
}

.iziModal .iziModal-content:after, .iziModal .iziModal-content:before {
	content: "";
	display: table;
}

.iziModal .iziModal-content:after {
	clear: both;
}

.iziModal .iziModal-content {
	zoom: 1;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.iziModal .iziModal-wrap {
	width: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.iziModal .iziModal-iframe {
	border: 0;
	margin: 0 0 -6px;
	width: 100%;
	-webkit-transition: height .3s ease;
	transition: height .3s ease;
}

.iziModal-overlay {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.iziModal-navigate {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}

.iziModal-navigate-caption {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #fff;
	line-height: 16px;
	font-size: 9px;
	font-family: "Lato", Arial;
	letter-spacing: .1em;
	text-indent: 0;
	text-align: center;
	width: 70px;
	padding: 5px 0;
	text-transform: uppercase;
	display: none;
}

.iziModal-navigate-caption::after, .iziModal-navigate-caption::before {
	position: absolute;
	top: 2px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
	content: "";
	background-size: 100% !important;
}

.iziModal-navigate-caption:before {
	left: 0;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNmFjNjAyMy04OWU0LWE0NDAtYmMxMy1kOTA5MTQ3MmYzYjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDREQ0YwRjA1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDREQ0YwRUY1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmNmM0Nzk3Ni1mNzE3LTk5NDAtYTgyYS1mNTdjNmNiYmU0NWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowZGVmYTEyZC01MzM0LTExZTYtYWRkYi04Y2NmYjI5ZTAxNjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7oo0ptAAACWklEQVR42uyZTWsTYRSFZybxo4kWk5g2NC5qTAU3Kq30A9udi1oXolV/hWuhv6R/Q6utioi4LbbVFHemamlRU0OCEk0wZjwXzwtDoBDopHMHcuFJMplZnLm5ue+589qu61qeOApyYAjEgG0FEyLqN/gKiqBuTtgewWlwCZw056xgwwirgU3wxSv4NJgCUV5YBRXQDEhsBJwCSSauBVZFdJRlIJk9Av7wbj577jDIOENtRmPVwcsw6KfAAvikRKzEDlhnhuU/lRPBWaa9wsxqC6ndPX7OiOA4D8qW3vjO9z7H0w3+KhZstNmOFbLoCQ6DYGmL+bAInmGfLFC4asFXwRJIgB+goVmw+I7HXO+/gevGnGgUPEGxktkSmAMbWmt4HDwBKS6XN1jDKrvEFYoVK7oLroE3h93Woh1eNwqWafJ/gQV65vM+ail34mc6EZwBK2CAx8fAIjjeBYMzDT4cVHCEXtRbRvEu/Nr9HCIOnGGp15vgEec9KYn74B0nAT/CZnv86FcNvwK3wENwAjwAs2Bbs5d4CW5zir0AXvv8p+tKH34B5lkW4h2egRHtbu05uMMHHWfB0zC4NRF5l09kzvE4rd2tyUJyjy4tz7akZqXbL8QETbJ/FsMgWOJtb6brCQ5YsBsC8Uab63DVkkgqFpzie93h8OhScFah2LTHi5ccWroaLd5l6//+hpYQoWP05LKqFs2WQYbTsNxAi+5fxpWmdfh7HS7XhwSzG+H3a2JnvZsyktmLbdOFhpDMvrf4sN1u2/aK0cwMcmYLcturweceW+CnOfFPgAEA8uWFFylBJYoAAAAASUVORK5CYII=") no-repeat 50% 50%;
}

.iziModal-navigate-caption:after {
	right: 0;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADhmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjI2YWM2MDIzLTg5ZTQtYTQ0MC1iYzEzLWQ5MDkxNDcyZjNiMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NERDRjBGMDUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NERDRjBFRjUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY2YzQ3OTc2LWY3MTctOTk0MC1hODJhLWY1N2M2Y2JiZTQ1YyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjBkZWZhMTJkLTUzMzQtMTFlNi1hZGRiLThjY2ZiMjllMDE2NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuijSm0AAAKbSURBVFhH7ZnJj0xRGEerzFoIMTaCZmOIedhaiJj55yz8DaYdNhIJEUMQbCTG3rQ02hDSiEY553XdTpHS3nv96taV9ElO6lVt6peb7933fffVG41GrYW5uBaX4EysYzcw1Fd8hc/wM2a0Bl6Nm3BW9i0dDPsQX/olBF6FO72AH/gG3+N3jL3KBpqGC3ERTsGfeAsHDTyHi71oCXzBe/gaU2A5bscZOIxXTb8OLQNX9i6mElYsg/voqruwfQb2BhODWgqpMYDv0NLsNXC4yd42P1PEwNJj4HBTWdipErLVDfxfMRm408QMvBu3jV6WJ1Zg9/rbeBOP+UNZYgX+iE/Rp+lpPIKliBXYB9IhtPNy3z/T/F6YmDXsChvyBc7Gs3gACxEzsDzBg9iPPXgO92NuYgeWx2h3+AhtaM7jPsyF7aV37XR8gNZYO/pwKY51+xPkG27Fk2joT3gCr2A7NuJ6HMkTeAPadlp3VeMChF7G0P6X3dmfjAXOUxIj6LZkv1ylNuStDZejkL+PS96ScFzRqnDAtI5PoTefvbg7iNNOOwqVRCfYghdxBbpHH8Y7+DcKlUTV7MLLaNghPIrjhf2N2IF34AVcjE44hrXHyE3MwE6/loEzpEcIlqKjeyFiBe7FS+he/gENewMLEyuwXdo8dGWP43UsRazA9g7uDNbwNX8oS8watlsz+ISIGbgSJgN3GgOHlnFq8zNFQraGgT1iFc9iUyU0XsMGHhy9zh6XbvCp4ZuBBWglDBj4OdqLeu0+uRJTwMZ+Dbp/e21P3m97yWe2snsw1LTHmz5C/9lQdwhfGbiq89GwvrrwUT4UAouhN6MzloTRpVuEYI5O9urZYXtrYPGQw2OlZegM163QhrJMfWVgyTq0Qq32C/N7uPz9OknWAAAAAElFTkSuQmCC") no-repeat 50% 50%;
}

.iziModal-navigate > button {
	position: fixed;
	bottom: 0;
	top: 0;
	border: 0;
	height: 100%;
	width: 84px;
	background-size: 100% !important;
	cursor: pointer;
	padding: 0;
	opacity: .2;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	pointer-events: all;
	margin: 0;
	outline: 0;
}

.iziModal-navigate > button:hover {
	opacity: 1;
}

.iziModal-navigate-prev {
	left: 50%;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAAsTAAALEwEAmpwYAAA5sGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo2NDkyYzcxMy05ZDM0LTZlNGQtYmUwNi1hMDMyY2Q4NDVjNGU8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo1QjIzMUMxODU3RjcxMUU2ODUzRkRBRjE5RDhDQjZBRDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpjZmMwNzVmNC1kODA3LWI0NDMtYWIwYS02YWVhZjRjMDgxZWE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmNmYzA3NWY0LWQ4MDctYjQ0My1hYjBhLTZhZWFmNGMwODFlYTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDo1Ni0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjA0LTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xODg8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PvAvv7QAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAmdJREFUeNrs1LsJQkEQhtH/mtmBgQ8QA7tQK1e7MBBBMbADwzUZEyuQveeDCXbD4TBDay3SWJpYgYCXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXv/WJskpyQJ4jQH7Mcmu0C+BV+/Y5/VeF/oV8Ood+7dpDfDqHvsrySHJBXjBDrxgB16wAy/YgRfswAt24AU78IIdeMEOPOywAw+7gIcdeMEOvGAHXrADL9iBF+zAC3bgBTvwsMMOPOwCHnYBD7uAhx14wQ68YAdesAMv2IEX7MDDDjvwsAt42AU87AIedgEPu4CHXcDDDrxgB16wAw877MDDDjvwsAt42AU87AIedgEPu4CHXcDDLuBhB16wAw877MDDLuBhF/CwC3jYBTzsAh52AQ+7gIddwEtjB3+tS/78+Z/V5d9iATz0Ah56AQ+9gIdewEMv4KEX8NALeOgFPPQCHnoBDz3wgh54QQ889NADDz30wEMv4KEX8NALeOgFPPQCHnoBD72Ahx54QQ+8oAde0AMv6IEX9MBDDz3w0EMPPPQCHnoBD72Ah17AQw+8FUAPvKAHXtADL+iBF/TAC3rgBT3wgh546KEHHnrogYdewEMv4KEHXtADL+iBF/TAC3rgBT3wgh54QQ+8oAde0AMv6IGHHnrgoU/yrgFe3aO/JdknuQOv3tGfC/tjjEsYWmsoyIWXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXvqnPgAAAP//AwCEcoCBRabYzAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
}

.iziModal-navigate-next {
	right: 50%;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAB3SAAAd0gEUasEwAAA7pGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjEyLTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDphZjljN2Q2MC00MTg2LWE3NGQtYTBiMS1mMGU5ODUwYzg2ZGY8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjAxNjJjMmE3LWZmMjYtYzE0ZC05Yjg4LTc2MGM2NzAxYjYzNzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1MTowNy0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmFmOWM3ZDYwLTQxODYtYTc0ZC1hMGIxLWYwZTk4NTBjODZkZjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTg4PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+nbt1mgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAACQklEQVR42uzSsQ3CQAAEQTdiOyGg/wrciJ0QUMYSECEKAP3PSdvAaZZqkWbJCQJeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXsBLwEvAS8BLwEvAS8BLwEvAS8BLwEvAC3gJeAl4CXgJ+D9vrY7qBgLwo7dVZ+89oAd+5Pbq6nPQAz9s9+rZ96AHHnoBD72Ah17AQy/goRfw0At46AU89AIeegEPvYCHHnhBD7ygBx566IGHHnrgoRfw0At46AU89AIeegEPvYCHXsBDL+ChB17QAy/ogRf0wAt64KGHHnjooQceegEPvYCHXsBDL+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADDz30wEPvI+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADL+iBF/TAC3rgoZ8ePRDAAy/YgRfswAt24AU78IIdeMEOvGAHXrADL9iBhx124GEX8LADL9iBF+zAC3bgBTvwgh14wQ68YAcedtiBh13Awy7gYRfwsAMv2IEX7MALduAFO/CCHXjYYQcedgEPu4CHXcDDLuBhF/CwA+8E2IEX7MALduAFO/Cwww487AIedgEPu4CHXcDDLuBhF/CwC3jYgRfswMMOO/CwC3jYBTzsAh52AQ+7gIddwMMu4GEX8LBravB7dcEO/Ext1Qk78DO1VgfswEvAS8BLwEvAS8BLwEvAS8BLwEvAS8ALeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXgBLwEvAS8BLwEvAS/9shcAAAD//wMAtAygvJrkwJUAAAAASUVORK5CYII=") no-repeat 50% 50%;
}

.iziModal.isAttachedTop .iziModal-header {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.iziModal.isAttachedTop {
	margin-top: 0 !important;
	margin-bottom: auto !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.iziModal.isAttachedBottom {
	margin-top: auto !important;
	margin-bottom: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.iziModal.isFullscreen {
	max-width: 100% !important;
	margin: 0 !important;
	height: 100% !important;
}

.iziModal.isAttached, .iziModal.isFullscreen {
	border-radius: 0 !important;
}

.iziModal.hasScroll .iziModal-wrap {
	overflow-y: auto;
	overflow-x: hidden;
}

html.iziModal-isAttached, html.iziModal-isOverflow {
	overflow: hidden;
}

html.iziModal-isAttached body, html.iziModal-isOverflow body {
	overflow-y: scroll;
	position: relative;
}

.iziModal ::-webkit-scrollbar {
	overflow: visible;
	height: 7px;
	width: 7px;
}

.iziModal ::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .2);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: solid transparent;
	border-width: 0;
	min-height: 28px;
	padding: 100px 0 0;
	box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
}

.iziModal ::-webkit-scrollbar-thumb:active {
	background-color: rgba(0, 0, 0, .4);
}

.iziModal ::-webkit-scrollbar-button {
	height: 0;
	width: 0;
}

.iziModal ::-webkit-scrollbar-track {
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: solid transparent;
	border-width: 0 0 0 2px;
}

.iziModal.transitionIn .iziModal-header {
	-webkit-animation: iziM-slideDown .7s cubic-bezier(.7, 0, .3, 1);
	-moz-animation: iziM-slideDown .7s cubic-bezier(.7, 0, .3, 1);
	animation: iziM-slideDown .7s cubic-bezier(.7, 0, .3, 1);
}

.iziModal.transitionIn .iziModal-header .iziModal-header-icon {
	-webkit-animation: iziM-revealIn 1s cubic-bezier(.16, .81, .32, 1) both;
	-moz-animation: iziM-revealIn 1s cubic-bezier(.16, .81, .32, 1) both;
	animation: iziM-revealIn 1s cubic-bezier(.16, .81, .32, 1) both;
}

.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle, .iziModal.transitionIn .iziModal-header .iziModal-header-title {
	-webkit-animation: iziM-slideIn 1s cubic-bezier(.16, .81, .32, 1) both;
	-moz-animation: iziM-slideIn 1s cubic-bezier(.16, .81, .32, 1) both;
	animation: iziM-slideIn 1s cubic-bezier(.16, .81, .32, 1) both;
}

.iziModal.transitionIn .iziModal-header .iziModal-button {
	-webkit-animation: iziM-revealIn 1.2s cubic-bezier(.7, 0, .3, 1);
	-moz-animation: iziM-revealIn 1.2s cubic-bezier(.7, 0, .3, 1);
	animation: iziM-revealIn 1.2s cubic-bezier(.7, 0, .3, 1);
}

.iziModal.transitionIn .iziModal-iframe, .iziModal.transitionIn .iziModal-wrap {
	-webkit-animation: iziM-fadeIn 1.3s;
	-moz-animation: iziM-fadeIn 1.3s;
	animation: iziM-fadeIn 1.3s;
}

.iziModal.transitionIn .iziModal-header {
	-webkit-animation-delay: 0s;
	-moz-animation: 0s;
	animation-delay: 0s;
}

.iziModal.transitionIn .iziModal-header .iziModal-header-icon, .iziModal.transitionIn .iziModal-header .iziModal-header-title {
	-webkit-animation-delay: .4s;
	-moz-animation: .4s;
	animation-delay: .4s;
}

.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle {
	-webkit-animation-delay: .5s;
	-moz-animation: .5s;
	animation-delay: .5s;
}

.iziModal.transitionOut .iziModal-header, .iziModal.transitionOut .iziModal-header * {
	-webkit-transition: none !important;
	transition: none !important;
}

.iziModal .fadeOut, .iziModal-navigate.fadeOut, .iziModal-overlay.fadeOut, .iziModal.fadeOut {
	-webkit-animation: iziM-fadeOut .5s;
	-moz-animation: iziM-fadeOut .5s;
	animation: iziM-fadeOut .5s;
	animation-fill-mode: forwards;
}

.iziModal .fadeIn, .iziModal-navigate.fadeIn, .iziModal-overlay.fadeIn, .iziModal.fadeIn {
	-webkit-animation: iziM-fadeIn .5s;
	-moz-animation: iziM-fadeIn .5s;
	animation: iziM-fadeIn .5s;
}

.iziModal-overlay.comingIn, .iziModal.comingIn {
	-webkit-animation: iziM-comingIn .5s ease;
	-moz-animation: iziM-comingIn .5s ease;
	animation: iziM-comingIn .5s ease;
}

.iziModal-overlay.comingOut, .iziModal.comingOut {
	-webkit-animation: iziM-comingOut .5s cubic-bezier(.16, .81, .32, 1);
	-moz-animation: iziM-comingOut .5s cubic-bezier(.16, .81, .32, 1);
	animation: iziM-comingOut .5s cubic-bezier(.16, .81, .32, 1);
	animation-fill-mode: forwards;
}

.iziModal-overlay.bounceInDown, .iziModal.bounceInDown {
	-webkit-animation: iziM-bounceInDown .7s ease;
	animation: iziM-bounceInDown .7s ease;
}

.iziModal-overlay.bounceOutDown, .iziModal.bounceOutDown {
	-webkit-animation: iziM-bounceOutDown .7s ease;
	animation: iziM-bounceOutDown .7s ease;
}

.iziModal-overlay.bounceInUp, .iziModal.bounceInUp {
	-webkit-animation: iziM-bounceInUp .7s ease;
	animation: iziM-bounceInUp .7s ease;
}

.iziModal-overlay.bounceOutUp, .iziModal.bounceOutUp {
	-webkit-animation: iziM-bounceOutUp .7s ease;
	animation: iziM-bounceOutUp .7s ease;
}

.iziModal-overlay.fadeInDown, .iziModal.fadeInDown {
	-webkit-animation: iziM-fadeInDown .7s cubic-bezier(.16, .81, .32, 1);
	animation: iziM-fadeInDown .7s cubic-bezier(.16, .81, .32, 1);
}

.iziModal-overlay.fadeOutDown, .iziModal.fadeOutDown {
	-webkit-animation: iziM-fadeOutDown .5s ease;
	animation: iziM-fadeOutDown .5s ease;
}

.iziModal-overlay.fadeInUp, .iziModal.fadeInUp {
	-webkit-animation: iziM-fadeInUp .7s cubic-bezier(.16, .81, .32, 1);
	animation: iziM-fadeInUp .7s cubic-bezier(.16, .81, .32, 1);
}

.iziModal-overlay.fadeOutUp, .iziModal.fadeOutUp {
	-webkit-animation: iziM-fadeOutUp .5s ease;
	animation: iziM-fadeOutUp .5s ease;
}

.iziModal-overlay.fadeInLeft, .iziModal.fadeInLeft {
	-webkit-animation: iziM-fadeInLeft .7s cubic-bezier(.16, .81, .32, 1);
	animation: iziM-fadeInLeft .7s cubic-bezier(.16, .81, .32, 1);
}

.iziModal-overlay.fadeOutLeft, .iziModal.fadeOutLeft {
	-webkit-animation: iziM-fadeOutLeft .5s ease;
	animation: iziM-fadeOutLeft .5s ease;
}

.iziModal-overlay.fadeInRight, .iziModal.fadeInRight {
	-webkit-animation: iziM-fadeInRight .7s cubic-bezier(.16, .81, .32, 1);
	animation: iziM-fadeInRight .7s cubic-bezier(.16, .81, .32, 1);
}

.iziModal-overlay.fadeOutRight, .iziModal.fadeOutRight {
	-webkit-animation: iziM-fadeOutRight .5s ease;
	animation: iziM-fadeOutRight .5s ease;
}

.iziModal-overlay.flipInX, .iziModal.flipInX {
	-webkit-animation: iziM-flipInX .7s ease;
	animation: iziM-flipInX .7s ease;
}

.iziModal-overlay.flipOutX, .iziModal.flipOutX {
	-webkit-animation: iziM-flipOutX .7s ease;
	animation: iziM-flipOutX .7s ease;
}

@-webkit-keyframes iziM-comingIn {
	0% {
		opacity: 0;
		-ms-transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg);
		-webkit-transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg);
		transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg);
	}
	
	to {
		opacity: 1;
		-ms-transform: scale(1) translateY(0) perspective(600px) rotateX(0);
		-webkit-transform: scale(1) translateY(0) perspective(600px) rotateX(0);
		transform: scale(1) translateY(0) perspective(600px) rotateX(0);
	}
}

@-moz-keyframes iziM-comingIn {
	0% {
		opacity: 0;
		-ms-transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg);
		-webkit-transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg);
		transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg);
	}
	
	to {
		opacity: 1;
		-ms-transform: scale(1) translateY(0) perspective(600px) rotateX(0);
		-webkit-transform: scale(1) translateY(0) perspective(600px) rotateX(0);
		transform: scale(1) translateY(0) perspective(600px) rotateX(0);
	}
}

@keyframes iziM-comingIn {
	0% {
		opacity: 0;
		-ms-transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg);
		-webkit-transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg);
		transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg);
	}
	
	to {
		opacity: 1;
		-ms-transform: scale(1) translateY(0) perspective(600px) rotateX(0);
		-webkit-transform: scale(1) translateY(0) perspective(600px) rotateX(0);
		transform: scale(1) translateY(0) perspective(600px) rotateX(0);
	}
}

@-webkit-keyframes iziM-comingOut {
	0% {
		opacity: 1;
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	to {
		opacity: 0;
		-ms-transform: scale(.9);
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

@-moz-keyframes iziM-comingOut {
	0% {
		opacity: 1;
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	to {
		opacity: 0;
		-ms-transform: scale(.9);
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

@keyframes iziM-comingOut {
	0% {
		opacity: 1;
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	to {
		opacity: 0;
		-ms-transform: scale(.9);
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

@-webkit-keyframes iziM-fadeOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@-moz-keyframes iziM-fadeOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes iziM-fadeOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes iziM-fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-moz-keyframes iziM-fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes iziM-fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes iziM-slideIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes iziM-slideIn {
	0% {
		opacity: 0;
		-moz-transform: translateX(50px);
	}
	
	to {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-webkit-keyframes iziM-slideIn {
	0% {
		opacity: 0;
		-ms-transform: translateX(50px);
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}
	
	to {
		opacity: 1;
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes iziM-slideIn {
	0% {
		opacity: 0;
		-ms-transform: translateX(50px);
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}
	
	to {
		opacity: 1;
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes iziM-slideDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(1, 0) translateY(-40px);
		-webkit-transform-origin: center top;
	}
}

@-moz-keyframes iziM-slideDown {
	0% {
		opacity: 0;
		-moz-transform: scale(1, 0) translateY(-40px);
		-moz-transform-origin: center top;
	}
}

@-webkit-keyframes iziM-slideDown {
	0% {
		opacity: 0;
		-ms-transform: scale(1, 0) translateY(-40px);
		-webkit-transform: scale(1, 0) translateY(-40px);
		transform: scale(1, 0) translateY(-40px);
		-ms-transform-origin: center top;
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}
}

@keyframes iziM-slideDown {
	0% {
		opacity: 0;
		-ms-transform: scale(1, 0) translateY(-40px);
		-webkit-transform: scale(1, 0) translateY(-40px);
		transform: scale(1, 0) translateY(-40px);
		-ms-transform-origin: center top;
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}
}

@-webkit-keyframes iziM-revealIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, 1);
	}
}

@-moz-keyframes iziM-revealIn {
	0% {
		opacity: 0;
		-moz-transform: scale3d(.3, .3, 1);
	}
}

@-webkit-keyframes iziM-revealIn {
	0% {
		opacity: 0;
		-ms-transform: scale3d(.3, .3, 1);
		-webkit-transform: scale3d(.3, .3, 1);
		transform: scale3d(.3, .3, 1);
	}
}

@keyframes iziM-revealIn {
	0% {
		opacity: 0;
		-ms-transform: scale3d(.3, .3, 1);
		-webkit-transform: scale3d(.3, .3, 1);
		transform: scale3d(.3, .3, 1);
	}
}

@-webkit-keyframes iziM-bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -1000px, 0);
		-ms-transform: translate3d(0, -1000px, 0);
		transform: translate3d(0, -1000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		-ms-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		-ms-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	to {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@keyframes iziM-bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -1000px, 0);
		-ms-transform: translate3d(0, -1000px, 0);
		transform: translate3d(0, -1000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		-ms-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		-ms-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	to {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-webkit-keyframes iziM-bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		-ms-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		-ms-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 1000px, 0);
		-ms-transform: translate3d(0, 1000px, 0);
		transform: translate3d(0, 1000px, 0);
	}
}

@keyframes iziM-bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		-ms-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		-ms-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 1000px, 0);
		-ms-transform: translate3d(0, 1000px, 0);
		transform: translate3d(0, 1000px, 0);
	}
}

@-webkit-keyframes iziM-bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 1000px, 0);
		-ms-transform: translate3d(0, 1000px, 0);
		transform: translate3d(0, 1000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		-ms-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		-ms-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		-ms-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes iziM-bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 1000px, 0);
		-ms-transform: translate3d(0, 1000px, 0);
		transform: translate3d(0, 1000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		-ms-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		-ms-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		-ms-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes iziM-bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		-ms-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		-ms-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@-webkit-keyframes iziM-bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		-ms-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -1000px, 0);
		-ms-transform: translate3d(0, -1000px, 0);
		transform: translate3d(0, -1000px, 0);
	}
}

@keyframes iziM-bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		-ms-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -1000px, 0);
		-ms-transform: translate3d(0, -1000px, 0);
		transform: translate3d(0, -1000px, 0);
	}
}

@-webkit-keyframes iziM-fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100px, 0);
		-ms-transform: translate3d(0, -100px, 0);
		transform: translate3d(0, -100px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@keyframes iziM-fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100px, 0);
		-ms-transform: translate3d(0, -100px, 0);
		transform: translate3d(0, -100px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-webkit-keyframes iziM-fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		-ms-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0);
	}
}

@keyframes iziM-fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		-ms-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0);
	}
}

@-webkit-keyframes iziM-fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		-ms-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@keyframes iziM-fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		-ms-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-webkit-keyframes iziM-fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100px, 0);
		-ms-transform: translate3d(0, -100px, 0);
		transform: translate3d(0, -100px, 0);
	}
}

@keyframes iziM-fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100px, 0);
		-ms-transform: translate3d(0, -100px, 0);
		transform: translate3d(0, -100px, 0);
	}
}

@-webkit-keyframes iziM-fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-200px, 0, 0);
		-ms-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@keyframes iziM-fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-200px, 0, 0);
		-ms-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-webkit-keyframes iziM-fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-200px, 0, 0);
		-ms-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0);
	}
}

@keyframes iziM-fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-200px, 0, 0);
		-ms-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0);
	}
}

@-webkit-keyframes iziM-fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(200px, 0, 0);
		-ms-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@keyframes iziM-fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(200px, 0, 0);
		-ms-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-webkit-keyframes iziM-fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(200px, 0, 0);
		-ms-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0);
	}
}

@keyframes iziM-fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(200px, 0, 0);
		-ms-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0);
	}
}

@-webkit-keyframes iziM-flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(60deg);
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
	}
	
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
	}
	
	to {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes iziM-flipInX {
	0% {
		-ms-transform: perspective(400px) rotateX(60deg);
		-webkit-transform: perspective(400px) rotateX(60deg);
		transform: perspective(400px) rotateX(60deg);
		opacity: 0;
	}
	
	40% {
		-ms-transform: perspective(400px) rotateX(-10deg);
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}
	
	70% {
		-ms-transform: perspective(400px) rotateX(10deg);
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	
	to {
		-ms-transform: perspective(400px) rotateX(0deg);
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes iziM-flipInX {
	0% {
		-ms-transform: perspective(400px) rotateX(60deg);
		-webkit-transform: perspective(400px) rotateX(60deg);
		transform: perspective(400px) rotateX(60deg);
		opacity: 0;
	}
	
	40% {
		-ms-transform: perspective(400px) rotateX(-10deg);
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}
	
	70% {
		-ms-transform: perspective(400px) rotateX(10deg);
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	
	to {
		-ms-transform: perspective(400px) rotateX(0deg);
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes iziM-flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
		opacity: 0;
	}
}

@keyframes iziM-flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
		opacity: 0;
	}
}

.iziToast-capsule {
	font-size: 0;
	height: 0;
	width: 100%;
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -ms-transform .5s cubic-bezier(.25, .8, .25, 1), height .5s cubic-bezier(.25, .8, .25, 1);
	transition: -webkit-transform .5s cubic-bezier(.25, .8, .25, 1), height .5s cubic-bezier(.25, .8, .25, 1);
	transition: transform .5s cubic-bezier(.25, .8, .25, 1), height .5s cubic-bezier(.25, .8, .25, 1);
	-webkit-transition: -webkit-transform .5s cubic-bezier(.25, .8, .25, 1), height .5s cubic-bezier(.25, .8, .25, 1);
}

.iziToast-capsule, .iziToast-capsule * {
	box-sizing: border-box;
}

.iziToast-overlay {
	display: block;
	position: fixed;
	top: -100px;
	left: 0;
	right: 0;
	bottom: -100px;
	z-index: 997;
}

.iziToast {
	display: inline-block;
	clear: both;
	position: relative;
	font-family: "Lato", Tahoma, Arial;
	font-size: 14px;
	padding: 8px 45px 9px 0;
	background: rgba(238, 238, 238, .9);
	border-color: rgba(238, 238, 238, .9);
	width: 100%;
	pointer-events: all;
	cursor: default;
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-height: 54px;
}

.iziToast > .iziToast-progressbar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	background: rgba(255, 255, 255, .2);
}

.iziToast > .iziToast-progressbar > div {
	height: 2px;
	width: 100%;
	background: rgba(0, 0, 0, .3);
	border-radius: 0 0 3px 3px;
}

.iziToast.iziToast-balloon:before {
	content: "";
	position: absolute;
	right: 8px;
	left: auto;
	width: 0;
	height: 0;
	top: 100%;
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-top: 10px solid #000;
	border-top-color: inherit;
	border-radius: 0;
}

.iziToast.iziToast-balloon .iziToast-progressbar {
	top: 0;
	bottom: auto;
}

.iziToast.iziToast-balloon > div {
	border-radius: 0 0 0 3px;
}

.iziToast > .iziToast-cover {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	margin: 0;
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, .1);
}

.iziToast > .iziToast-close {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	padding: 0;
	opacity: .6;
	width: 42px;
	height: 100%;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC") no-repeat 50% 50%;
	background-size: 8px;
	cursor: pointer;
	outline: 0;
}

.iziToast > .iziToast-close:hover {
	opacity: 1;
}

.iziToast > .iziToast-body {
	position: relative;
	padding: 0 0 0 10px;
	height: auto;
	min-height: 36px;
	margin: 0 0 0 15px;
	text-align: left;
}

.iziToast > .iziToast-body:after {
	content: "";
	display: table;
	clear: both;
}

.iziToast > .iziToast-body .iziToast-texts {
	margin: 10px 0 0;
	padding-right: 2px;
	display: inline-block;
	float: left;
}

.iziToast > .iziToast-body .iziToast-inputs {
	min-height: 19px;
	float: left;
	margin: 3px -2px;
}

.iziToast > .iziToast-body .iziToast-inputs > input:not([type=checkbox]):not([type=radio]), .iziToast > .iziToast-body .iziToast-inputs > select {
	position: relative;
	display: inline-block;
	margin: 2px;
	border-radius: 2px;
	border: 0;
	padding: 4px 7px;
	font-size: 13px;
	letter-spacing: .02em;
	background: rgba(0, 0, 0, .1);
	color: #000;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
	min-height: 26px;
}

.iziToast > .iziToast-body .iziToast-inputs > input:not([type=checkbox]):not([type=radio]):focus, .iziToast > .iziToast-body .iziToast-inputs > select:focus {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .6);
}

.iziToast > .iziToast-body .iziToast-buttons {
	min-height: 17px;
	float: left;
	margin: 4px -2px;
}

.iziToast > .iziToast-body .iziToast-buttons > a, .iziToast > .iziToast-body .iziToast-buttons > button, .iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]) {
	position: relative;
	display: inline-block;
	margin: 2px;
	border-radius: 2px;
	border: 0;
	padding: 5px 10px;
	font-size: 12px;
	letter-spacing: .02em;
	cursor: pointer;
	background: rgba(0, 0, 0, .1);
	color: #000;
}

.iziToast > .iziToast-body .iziToast-buttons > a:hover, .iziToast > .iziToast-body .iziToast-buttons > button:hover, .iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):hover {
	background: rgba(0, 0, 0, .2);
}

.iziToast > .iziToast-body .iziToast-buttons > a:focus, .iziToast > .iziToast-body .iziToast-buttons > button:focus, .iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):focus {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .6);
}

.iziToast > .iziToast-body .iziToast-buttons > a:active, .iziToast > .iziToast-body .iziToast-buttons > button:active, .iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):active {
	top: 1px;
}

.iziToast > .iziToast-body .iziToast-icon {
	position: absolute;
	left: 0;
	top: 50%;
	display: table;
	font-size: 23px;
	line-height: 24px;
	margin-top: -12px;
	color: #000;
	width: 24px;
	height: 24px;
}

.iziToast > .iziToast-body .iziToast-icon.ico-info {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=") no-repeat 50% 50%;
	background-size: 85%;
}

.iziToast > .iziToast-body .iziToast-icon.ico-warning {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAkFBMVEUAAAAAAAABAAIAAAABAAIAAAMAAAABAAIBAAIBAAIAAAIAAAABAAIAAAABAAICAAICAAIAAAIAAAAAAAAAAAABAAIBAAIAAAMAAAABAAIBAAMBAAECAAIAAAIAAAIAAAABAAIBAAIBAAMBAAIBAAEAAAIAAAMAAAAAAAABAAECAAICAAIAAAIAAAMAAAQAAAE05yNAAAAAL3RSTlMAB+kD7V8Q+PXicwv7I9iYhkAzJxnx01IV5cmnk2xmHfzexsK4eEw5L7Gei39aRw640awAAAHQSURBVFjD7ZfJdoJAEEWJgCiI4oDiPM8m7///LidErRO7sHrY5u7YXLr7vKqu9kTC0HPmo9n8cJbEQOzqqAdAUHeUZACQuTkGDQBoDJwkHZR0XBz9FkpafXuHP0SJ09mGeJLZ5wwlTmcbA0THPmdEK7XPGTG1zxmInn3OiJ19zkB0jSVTKExMHT0wjAwlWzC0fSPHF1gWRpIhWMYm7fYTFcQGlbemf4dFfdTGg0B/KXM8qBU/3wntbq7rSGqvJ9kla6IpueFJet8fxfem5yhykjyOgNaWF1qSGd5JMNNxpNF7SZQaVh5JzLrTCZIEJ1GyEyVyd+pClMjdaSJK5O40giSRu5PfFiVyd1pAksjdKRnrSsbVdbiHrgT7yss315fkVQPLFQrL+4FHeOXKO5YRFEKv5AiFaMlKLlBpJuVCJlC5sJfvCgztru/3NmBYccPgGTxRAzxn1XGEMUf58pXZvjoOsOCgjL08+b53mtfAM/SVsZcjKLtysQZPqIy9HPP3m/3zKItRwT0LyQo8sTr26tcO83DIUMWIJjierHLsJda/tbNBFY0BP/bKtcM8HNIWCK3aYR4OMzgxo5w5EFLOLKDExXAm9gI4E3iAO94/Ct/lKWuM2LMGbgAAAABJRU5ErkJggg==") no-repeat 50% 50%;
	background-size: 85%;
}

.iziToast > .iziToast-body .iziToast-icon.ico-error {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA3BsB98QV8uSyWVUFz7+kcWMM2LuZioBpTUVBNcq2qaibj4d1azLZZYABAAACZElEQVRYw7WX25KCMAyGAxUoFDkpiohnV97/DXeGBtoOUprZ2dyo1K82fxKbwJJVp+KQZ7so2mX5oThVQLKwjDe9YZu4DF3ptAn6rxY0qQPOEq9fNC9ha3y77a22ba24v+9Xbe8v8x03dPOC2/NdvB6xeSreLfGJpnx0TyotKqLm2s7Jd/WO6ivXNp0tCy02R/aFz5VQ5wUPlUL5fIfj5KIlVGU0nWHm/5QtoTVMWY8mzIVu1K9O7XH2JiU/xnOOT39gnUfj+lFHddx4tFjL3/H8jjzaFCy2Rf0c/fdQyQszI8BDR973IyMSKa4krjxAiW/lkRvMP+bKK9WbYS1ASQg8dKjaUGlYPwRe/WoIkz8tiQchH5QAEMv6T0k8MD4mUyWr4E7jAWqZ+xWcMIYkXvlwggJ3IvFK+wIOcpXAo8n8P0COAaXyKH4OsjBuZB4ew0IGu+H1SebhNazsQBbWm8yj+hFuUJB5eMsN0IUXmYendAFFfJB5uEkRMYwxmcd6zDGRtmQePEykAgubymMRFmMxCSIPCRbTuFNN5OGORTjmNGc0Po0m8Uv0gcCry6xUhR2QeLii9tofbEfhz/qvNti+OfPqNm2Mq6105FUMvdT4GPmufMiV8PqBMkc+DdT1bjYYbjzU/ew23VP4n3mLAz4n8Jtv/Ui3ceTT2mzz5o1mZt0gnBpmsdjqRqVlmplcPdqa7X23kL9brdm2t/uBYDPn2+tyu48mtIGD10JTuUrukVrbCFiwDzcHrPjxKt7PW+AZQyT/WESO+1WL7f3o+WLHL2dYMSZsg6dg/z360ofvP4//v1NPzgs28WlWAAAAAElFTkSuQmCC") no-repeat 50% 50%;
	background-size: 80%;
}

.iziToast > .iziToast-body .iziToast-icon.ico-success {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
	background-size: 85%;
}

.iziToast > .iziToast-body .iziToast-icon.ico-question {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEhFovxTxAAAEDklEQVRo3s2ZTWgTQRTHf03ipTRUqghNSgsRjHgQrFUQC6JgD1Kak3gQUUoPqRdBglf1oBehBws9Cn4cGk+1SOmh2upBxAYVoeJHrR9tgq0i1Cq0lqYeks7MbpPdmU00/c8hm9n33v/t7Nt5M2+qMEWQI0QIibZKRrQpHvLL2KI2wnQzzBKrDm2RIeKEy01dTYKUI7G1ZRknQXV5yP10kTYgly1NF/5S6duZ8ES+1iZodyaocrjXxE0OFeifYYgp0mRIkwFChAkRJsIxGgrIP+I0n82fvZW5dc/zkss0O2o1c5mX6/TmaDWl77RFe5YkUW3tKEmyFv0lOvXJ/fTYnmCEFuMRbGHEZqVHLyT9DFjUJmkzJl9DG5MWWwM6Llif/gF1nukB6nhgGwUXdFrE+wiURA8QoM9i0zEWWpXQW+ZsyeRrOMuyEo5Fv4gmy4dXPvqcC+pH2VRYaMwy+OWG+iLGCgm0W0Kv9HdvR8ASjmKCXpuK/bxiV/76A/v5UdDIZuKcJGjrnec5KZ7wwsWFOp6xPX/9mt2sqDe7FO+Kf/fXHBPPDWpdXGhTpLvUG9VKwh1xMDDjkvu+cNDFBTk7ptX1QkKZ850m3duu6fcrWxwdaFFyREJ2j4vOpKP6Du6z4uJCv8sYJIVkCnJBGGZaBONO3roY2EqNrSfIPi7SKP4fdXyNUd6I6wbSAHEl33tFLe+FlSsusnK90A0+oEPcuufZgXnOi+u9LrKSJQZQw6LwqBnv2CKsfHORbFbyQhA6xN/pEuihSdj56Co7LWRjPiKie6gkB2LiKuUqK5kiPkLiz1QJ9K1cNXBAMoUCigNpQ9IqDtMI1HKA4/jyvUsaoSyZLA5kjOjDPFZen8Ql5TsvBskUgjciIPSX3QAXC86DT7VWvlEh/xZ+ij9BDVWJ0QL0SbZq6QaFxoLPcXPmBLveLCc4wXdDK6s+6/vwhCSniFLPXW0NJe5UB8zKCsviqpc7vGPVQFcyZbyPwGD+d5ZnxmNWlhG4xSBZZjivjIWHEQgoDkSMjMwTo54569JSE5IpA7EyJSMTyGTUAUFlO1ZKOtaHTMeL1PhYYFTcihmY2cQ5+ullj7EDkiVfVez2sCTz8yiv84djhg7IJVk81xFWJlPdfHBG0flkRC/zQFZ+DSllNtfDdUsOMCliyGX5uOzU3ZhIXFDof4m1gDuKbEx0t2YS25gVGpcMnr/I1kx3c6piB8P8ZoqEwfMX3ZyCXynJTmq/U7NUXqfUzCbWL1wqVKBQUeESzQYoUlW8TAcVL1RCxUu1G6BYXfFyfQ4VPbDI4T8d2WzgQ6sc/vmxnTsqfHCZQzUJxm1h5dxS5Tu6lQgTZ0ipqRVqSwzTbbLHMt+c19iO76tsx/cLZub+Ali+tYC93olEAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjE3KzAyOjAwjKtfjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxNyswMjowMP325zIAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
	background-size: 85%;
}

.iziToast > .iziToast-body .iziToast-message, .iziToast > .iziToast-body .iziToast-title {
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	float: left;
	white-space: normal;
}

.iziToast > .iziToast-body .iziToast-title {
	color: #000;
	margin: 0;
}

.iziToast > .iziToast-body .iziToast-message {
	margin: 0 0 10px;
	color: rgba(0, 0, 0, .6);
}

.iziToast.iziToast-animateInside .iziToast-buttons-child, .iziToast.iziToast-animateInside .iziToast-icon, .iziToast.iziToast-animateInside .iziToast-inputs-child, .iziToast.iziToast-animateInside .iziToast-message, .iziToast.iziToast-animateInside .iziToast-title {
	opacity: 0;
}

.iziToast-target {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.iziToast-target .iziToast-capsule {
	overflow: hidden;
}

.iziToast-target .iziToast-capsule:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.iziToast-target .iziToast-capsule .iziToast {
	width: 100%;
	float: left;
}

.iziToast-wrapper {
	z-index: 99999;
	position: fixed;
	width: 100%;
	pointer-events: none;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.iziToast-wrapper .iziToast.iziToast-balloon:before {
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-top: 10px solid #000;
	border-top-color: inherit;
	right: 8px;
	left: auto;
}

.iziToast-wrapper-bottomLeft {
	left: 0;
	bottom: 0;
	text-align: left;
}

.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon:before, .iziToast-wrapper-topLeft .iziToast.iziToast-balloon:before {
	border-right: 15px solid transparent;
	border-left: 0 solid transparent;
	right: auto;
	left: 8px;
}

.iziToast-wrapper-bottomRight {
	right: 0;
	bottom: 0;
	text-align: right;
}

.iziToast-wrapper-topLeft {
	left: 0;
	top: 0;
	text-align: left;
}

.iziToast-wrapper-topRight {
	top: 0;
	right: 0;
	text-align: right;
}

.iziToast-wrapper-topCenter {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.iziToast-wrapper-bottomCenter, .iziToast-wrapper-center {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.iziToast-wrapper-center {
	top: 0;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-align: center;
	align-items: center;
}

.iziToast-rtl {
	direction: rtl;
	padding: 8px 0 9px 45px;
	font-family: Tahoma, "Lato", Arial;
}

.iziToast-rtl .iziToast-cover {
	left: auto;
	right: 0;
}

.iziToast-rtl .iziToast-close {
	right: auto;
	left: 0;
}

.iziToast-rtl .iziToast-body {
	padding: 0 10px 0 0;
	margin: 0 16px 0 0;
	text-align: right;
}

.iziToast-rtl .iziToast-body .iziToast-buttons, .iziToast-rtl .iziToast-body .iziToast-inputs, .iziToast-rtl .iziToast-body .iziToast-message, .iziToast-rtl .iziToast-body .iziToast-texts, .iziToast-rtl .iziToast-body .iziToast-title {
	float: right;
	text-align: right;
}

.iziToast-rtl .iziToast-body .iziToast-icon {
	left: auto;
	right: 0;
}

@media only screen and (min-width: 568px) {
	.iziToast-wrapper {
		padding: 10px 15px;
	}
	
	.iziToast {
		margin: 5px 0;
		border-radius: 3px;
		width: auto;
	}
	
	.iziToast:after {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 3px;
		box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, .2), inset 0 0 5px rgba(0, 0, 0, .1), 0 8px 8px -5px rgba(0, 0, 0, .25);
	}
	
	.iziToast:not(.iziToast-rtl) .iziToast-cover {
		border-radius: 3px 0 0 3px;
	}
	
	.iziToast.iziToast-rtl .iziToast-cover {
		border-radius: 0 3px 3px 0;
	}
	
	.iziToast.iziToast-color-dark:after {
		box-shadow: inset 0 -10px 20px -10px rgba(255, 255, 255, .3), 0 10px 10px -5px rgba(0, 0, 0, .25);
	}
	
	.iziToast.iziToast-balloon .iziToast-progressbar {
		background: 0 0;
	}
	
	.iziToast.iziToast-balloon:after {
		box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .25), inset 0 10px 20px -5px rgba(0, 0, 0, .25);
	}
	
	.iziToast-target .iziToast:after {
		box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, .2), inset 0 0 5px rgba(0, 0, 0, .1);
	}
}

.iziToast.iziToast-theme-dark {
	background: #565c70;
	border-color: #565c70;
}

.iziToast.iziToast-theme-dark .iziToast-title {
	color: #fff;
}

.iziToast.iziToast-theme-dark .iziToast-message {
	color: rgba(255, 255, 255, .7);
	font-weight: 300;
}

.iziToast.iziToast-theme-dark .iziToast-close {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
	background-size: 8px;
}

.iziToast.iziToast-theme-dark .iziToast-icon {
	color: #fff;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-info {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=") no-repeat 50% 50%;
	background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-warning {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAllBMVEUAAAD////+//3+//3+//3///////z+//3+//3+//3////////////9//3////+//39//3///3////////////+//3+//39//3///z+//z+//7///3///3///3///3////////+//3+//3+//3+//z+//3+//7///3///z////////+//79//3///3///z///v+//3///+trXouAAAAMHRSTlMAB+j87RBf+PXiCwQClSPYhkAzJxnx05tSyadzcmxmHRbp5d7Gwrh4TDkvsYt/WkdQzCITAAAB1UlEQVRYw+3XaXKCQBCGYSIIighoxCVqNJrEPfly/8vFImKXduNsf/Mc4K1y7FnwlMLQc/bUbj85R6bA1LXRDICg6RjJcZa7NQYtnLUGTpERSiOXxrOPkv9s30iGKDmtbYir3H7OUHJa2ylAuvZzRvzUfs7Ii/2cgfTt54x82s8ZSM848gJmYtroQzA2jHwA+LkBIEuMGt+QIng1igzlyMrkuP2CyOi47axRaYTL5jhDJehoR+aovC29s3iIyly3Eb+hRCvZo2qsGTnhKr2cLDS+J73GsqBI9W80UCmWWpEuhIjh6ZRGjyNRarjzKGJ2Ou2himCvjHwqI+rTqQdlRH06TZQR9ek0hiqiPp06mV4ke7QPX6ERUZxO8Uo3sqrfhxvoRrCpvXwL/UjR9GRHMIvLgke4d5QbiwhM6JV2YKKF4vIl7XIBkwm4keryJVmvk/TfwcmPwQNkUQuyA2/sYGwnXL7GPu4bW1jYsmevrNj09/MGZMOEPXslQVqO8hqykD17JfPHP/bmo2yGGpdZiH3IZvzZa7B3+IdDjjpjesHJcvbs5dZ/e+cddVoDdvlq7x12Nac+iN7e4R8OXTjp0pw5CGnOLNDEzeBs5gVwFniAO+8f8wvfeXP2hyqnmwAAAABJRU5ErkJggg==") no-repeat 50% 50%;
	background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-error {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA3BsB98QV8uSyWVUFz6RxYwzYvbupmYqAaU1FQTXKv7abj4d1azKNUit3AAACZElEQVRYw7WXaZOCMAyGw30UORRQBLxX/v8/3BkaWjrY2szO5otKfGrzJrEp6Kw6F8f8sI+i/SE/FucKSBaWiT8p5idlaEtnXTB9tKDLLHAvdSatOan3je93k9F2vRF36+mr1a6eH2NFNydoHq/ieU/UXcWjjk9XykdNWq2ywtp4tXL6Wb2T/MqtzzZutsrNyfvA51KoQROhVCjfrnASIRpSVUZiD5v4RbWExjRdJzSmOsZFvzYz59kRSr6V5zE+/QELHkNdb3VRx45HS1b1u+zfkkcbRAZ3qJ9l/A4qefHUDMShJe+6kZKJDD2pLQ9Q4lu+5Q7rz7Plperd7AtQEgIPI6o2dxr2D4GXvxqCiKcn8cD4gxIAEt7/GYkHL16KqeJd0NB4gJbXfgVnzCGJlzGcocCVSLzUvoAj9xJ4NF7/R8gxoVQexc/hgBpSebjPjgPs59cHmYfn7NkDb6wXmUf1I1ygIPPw4gtgCE8yDw8eAop4J/PQcBExjQmZx37MsZB2ZB4cLKQCG5vKYxMWSzMxIg8pNtOyUkvkocEmXGo69mh8FgnxS4yBwMvDrJSNHZB4uC3ayz/YkcIP4lflwVIT+OU07ZSjrbTkZQ6dTPkYubZ8GC/Cqxu6WvJZII93dcCw46GdNqdpTeF/tiMOuDGB9z/NI6NvyWetGPM0g+bVNeovBmamHXWj0nCbEaGeTMN2PWrqd6cM26ZxP2DeJvj+ph/30Zi/GmRbtlK5SptI+nwGGnvH6gUruT+L16MJHF+58rwNIifTV0vM8+hwMeOXAb6Yx0wXT+b999WXfvn+8/X/F7fWzjdTord5AAAAAElFTkSuQmCC") no-repeat 50% 50%;
	background-size: 80%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-success {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
	background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-question {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEg18vki+AAAETUlEQVRo3s1ZTWhbRxD+VlIuxsLFCYVIIQYVopBDoK5bKDWUBupDMNbJ5FBKg/FBziUQdE9yaC+FHBrwsdCfQ9RTGoLxwWl+DqHEojUFFydxnB9bInZDqOsErBrr6yGvs/ueX97bldTKo4Pe7puZb3Z33s7srIIjMY1jyCEjP6ImvyX8pF64arSHznKC06wzijY5xSKz7YbuYokV2lODsyyxqz3gSY6z6gCuqcpxJluFH+Z8U+D/0jyHoxFUBHgfvsGHIS9WMIUlVFFDFTUAGWSRQRY5HMeBEP6b+Ew9dh/7INd2jGeO59kfKdXP85zbIbfGQVf4sYC3N1hm3lo6zzIbPvk6x+zBk7wQGMEMB5xncIAzAS0XrFySSV72iS1yyBVcdA1x0afrsoUJgdFfY2+z8ADAXl7zz0KcwJiPfZKpVuABgClO+nRG+QIHDdfb4qlWwUXvKW4Z7vi6L4J9vg+vbfCeCeZH2RfOdMOc/HbCA4BvIW6EMQz7XK/ltd+hP+VzR9mgva2YSfyGI17fA7ynnocqeQNFfIJ0oHsdv6CC2+rXGBN6cQdveY3fcVRtmy/HDete+93zy8jA8zV7YkwYMrjHzRddRsCdiVCwwmh6wg9iTNC7Y9XIF1iS7kbUpsvvGEdPuTfSgAEjRpR096x0liPFD/Eqt2NMuBQzB2XhrACAApjFsuQFh9XdGAX70B3oSuNdnMVBaX+sopYxjwVpHFBVACyKTXNoktjD+6Ll8xhenS9MAAkAI/Lux2YNUOs4I413Ypg1SgEAu7kpFvWjaeJe0fJHDGe/cNaZBkekudw8PMA+0fMwlndZeAsJ5KR/qhUDUJCnSiyvRsolkJHGUgvjH8QXDgZopEzKMKDqCKrwEQ4C6MH7GEXC665buLJG8hlQc4LP4paxfJrOqYVYYY2UARfEIazTbgDg2dB98GebzJd54b8L/iWNdLyooeR6CHyZ+6xk0yKxkYg6nEVSUG4VJ9QJ9cxRCxO+9WiOyvgUeexXP1hLGH5nGuBWVtiSp4vqe3VP0UFWI9Wan4Er3v8q7jjPWVtm4FtcQQMrOKO2nOQCM5AyDMi56FDrKHA/1nyppS1ppBpYaE8wciEjGI2AaeM41kI4doDX4XiT3Qm1gevyruCgZg9P8xIv8m1nCzTKq6oiJ9xTMiZ505P5m8cdZ0CnZMVXHVljM7WMBzxpyDxygtdxoCEFTaMIWbZU85UvBjgUMYy0fBaAF8V1Lj9qWQ1aMZ5f4k9r+AGMSkMP1vZoZih6k6sicc5h/OFHM9vDqU/VIU7zJZdYYsKGH4g4nAJMGiXZRds1pVMoZ69RM5vfkbh0qkBhsnS2RLMLilQdL9MBHS9UAh0v1e6CYnXHy/WeeCcvLDwl/9OVze69tPKM+M+v7eJN6OzFpWdEF0ucDbhVNFXadnVrmJFlkVNGTS2M6pzmhMvltfPhnN2B63sVuL7fcNP3D1TSk2ihosPrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjEzKzAyOjAweOR7nQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxMyswMjowMAm5wyEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
	background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-buttons > a, .iziToast.iziToast-theme-dark .iziToast-buttons > button, .iziToast.iziToast-theme-dark .iziToast-buttons > input {
	color: #fff;
	background: rgba(255, 255, 255, .1);
}

.iziToast.iziToast-theme-dark .iziToast-buttons > a:hover, .iziToast.iziToast-theme-dark .iziToast-buttons > button:hover, .iziToast.iziToast-theme-dark .iziToast-buttons > input:hover {
	background: rgba(255, 255, 255, .2);
}

.iziToast.iziToast-theme-dark .iziToast-buttons > a:focus, .iziToast.iziToast-theme-dark .iziToast-buttons > button:focus, .iziToast.iziToast-theme-dark .iziToast-buttons > input:focus {
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .6);
}

.iziToast.iziToast-color-red {
	background: rgba(255, 175, 180, .9);
	border-color: rgba(255, 175, 180, .9);
}

.iziToast.iziToast-color-orange {
	background: rgba(255, 207, 165, .9);
	border-color: rgba(255, 207, 165, .9);
}

.iziToast.iziToast-color-yellow {
	background: rgba(255, 249, 178, .9);
	border-color: rgba(255, 249, 178, .9);
}

.iziToast.iziToast-color-blue {
	background: rgba(157, 222, 255, .9);
	border-color: rgba(157, 222, 255, .9);
}

.iziToast.iziToast-color-green {
	background: rgba(166, 239, 184, .9);
	border-color: rgba(166, 239, 184, .9);
}

.iziToast.iziToast-layout2 .iziToast-body .iziToast-message, .iziToast.iziToast-layout2 .iziToast-body .iziToast-texts {
	width: 100%;
}

.iziToast.iziToast-layout3 {
	border-radius: 2px;
}

.iziToast.iziToast-layout3::after {
	display: none;
}

.iziToast .revealIn, .iziToast.revealIn {
	-webkit-animation: iziT-revealIn 1s cubic-bezier(.25, 1.6, .25, 1) both;
	-moz-animation: iziT-revealIn 1s cubic-bezier(.25, 1.6, .25, 1) both;
	animation: iziT-revealIn 1s cubic-bezier(.25, 1.6, .25, 1) both;
}

.iziToast .slideIn, .iziToast.slideIn {
	-webkit-animation: iziT-slideIn 1s cubic-bezier(.16, .81, .32, 1) both;
	-moz-animation: iziT-slideIn 1s cubic-bezier(.16, .81, .32, 1) both;
	animation: iziT-slideIn 1s cubic-bezier(.16, .81, .32, 1) both;
}

.iziToast.bounceInLeft {
	-webkit-animation: iziT-bounceInLeft .7s ease-in-out both;
	animation: iziT-bounceInLeft .7s ease-in-out both;
}

.iziToast.bounceInRight {
	-webkit-animation: iziT-bounceInRight .85s ease-in-out both;
	animation: iziT-bounceInRight .85s ease-in-out both;
}

.iziToast.bounceInDown {
	-webkit-animation: iziT-bounceInDown .7s ease-in-out both;
	animation: iziT-bounceInDown .7s ease-in-out both;
}

.iziToast.bounceInUp {
	-webkit-animation: iziT-bounceInUp .7s ease-in-out both;
	animation: iziT-bounceInUp .7s ease-in-out both;
}

.iziToast .fadeIn, .iziToast.fadeIn {
	-webkit-animation: iziT-fadeIn .5s ease both;
	animation: iziT-fadeIn .5s ease both;
}

.iziToast.fadeInUp {
	-webkit-animation: iziT-fadeInUp .7s ease both;
	animation: iziT-fadeInUp .7s ease both;
}

.iziToast.fadeInDown {
	-webkit-animation: iziT-fadeInDown .7s ease both;
	animation: iziT-fadeInDown .7s ease both;
}

.iziToast.fadeInLeft {
	-webkit-animation: iziT-fadeInLeft .85s cubic-bezier(.25, .8, .25, 1) both;
	animation: iziT-fadeInLeft .85s cubic-bezier(.25, .8, .25, 1) both;
}

.iziToast.fadeInRight {
	-webkit-animation: iziT-fadeInRight .85s cubic-bezier(.25, .8, .25, 1) both;
	animation: iziT-fadeInRight .85s cubic-bezier(.25, .8, .25, 1) both;
}

.iziToast.flipInX {
	-webkit-animation: iziT-flipInX .85s cubic-bezier(.35, 0, .25, 1) both;
	animation: iziT-flipInX .85s cubic-bezier(.35, 0, .25, 1) both;
}

.iziToast.fadeOut {
	-webkit-animation: iziT-fadeOut .7s ease both;
	animation: iziT-fadeOut .7s ease both;
}

.iziToast.fadeOutDown {
	-webkit-animation: iziT-fadeOutDown .7s cubic-bezier(.4, .45, .15, .91) both;
	animation: iziT-fadeOutDown .7s cubic-bezier(.4, .45, .15, .91) both;
}

.iziToast.fadeOutUp {
	-webkit-animation: iziT-fadeOutUp .7s cubic-bezier(.4, .45, .15, .91) both;
	animation: iziT-fadeOutUp .7s cubic-bezier(.4, .45, .15, .91) both;
}

.iziToast.fadeOutLeft {
	-webkit-animation: iziT-fadeOutLeft .5s ease both;
	animation: iziT-fadeOutLeft .5s ease both;
}

.iziToast.fadeOutRight {
	-webkit-animation: iziT-fadeOutRight .5s ease both;
	animation: iziT-fadeOutRight .5s ease both;
}

.iziToast.flipOutX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation: iziT-flipOutX .7s cubic-bezier(.4, .45, .15, .91) both;
	animation: iziT-flipOutX .7s cubic-bezier(.4, .45, .15, .91) both;
}

.iziToast-overlay.fadeIn {
	-webkit-animation: iziT-fadeIn .5s ease both;
	animation: iziT-fadeIn .5s ease both;
}

.iziToast-overlay.fadeOut {
	-webkit-animation: iziT-fadeOut .7s ease both;
	animation: iziT-fadeOut .7s ease both;
}

@-webkit-keyframes iziT-revealIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, 1);
	}
	
	to {
		opacity: 1;
	}
}

@-moz-keyframes iziT-revealIn {
	0% {
		opacity: 0;
		-moz-transform: scale3d(.3, .3, 1);
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes iziT-slideIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes iziT-slideIn {
	0% {
		opacity: 0;
		-moz-transform: translateX(50px);
	}
	
	to {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-webkit-keyframes iziT-bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(280px);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}
	
	70% {
		-webkit-transform: translateX(10px);
	}
	
	to {
		-webkit-transform: translateX(0);
	}
}

@-webkit-keyframes iziT-bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-280px);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}
	
	70% {
		-webkit-transform: translateX(-10px);
	}
	
	to {
		-webkit-transform: translateX(0);
	}
}

@-webkit-keyframes iziT-bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-200px);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: translateY(10px);
	}
	
	70% {
		-webkit-transform: translateY(-5px);
	}
	
	to {
		-webkit-transform: translateY(0);
	}
}

@-webkit-keyframes iziT-bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(200px);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: translateY(-10px);
	}
	
	70% {
		-webkit-transform: translateY(5px);
	}
	
	to {
		-webkit-transform: translateY(0);
	}
}

@-webkit-keyframes iziT-fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes iziT-fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-webkit-keyframes iziT-fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-webkit-keyframes iziT-fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(300px, 0, 0);
		-ms-transform: translate3d(300px, 0, 0);
		transform: translate3d(300px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-webkit-keyframes iziT-fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-300px, 0, 0);
		-ms-transform: translate3d(-300px, 0, 0);
		transform: translate3d(-300px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-webkit-keyframes iziT-flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@-webkit-keyframes iziT-fadeOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes iziT-fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@-webkit-keyframes iziT-fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@-webkit-keyframes iziT-fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-200px, 0, 0);
		-ms-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0);
	}
}

@-webkit-keyframes iziT-fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(200px, 0, 0);
		-ms-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0);
	}
}

@-webkit-keyframes iziT-flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@-moz-keyframes iziT-revealIn {
	0% {
		opacity: 0;
		-ms-transform: scale3d(.3, .3, 1);
		-webkit-transform: scale3d(.3, .3, 1);
		transform: scale3d(.3, .3, 1);
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes iziT-revealIn {
	0% {
		opacity: 0;
		-ms-transform: scale3d(.3, .3, 1);
		-webkit-transform: scale3d(.3, .3, 1);
		transform: scale3d(.3, .3, 1);
	}
	
	to {
		opacity: 1;
	}
}

@-o-keyframes iziT-revealIn {
	0% {
		opacity: 0;
		-ms-transform: scale3d(.3, .3, 1);
		-webkit-transform: scale3d(.3, .3, 1);
		transform: scale3d(.3, .3, 1);
	}
	
	to {
		opacity: 1;
	}
}

@keyframes iziT-revealIn {
	0% {
		opacity: 0;
		-ms-transform: scale3d(.3, .3, 1);
		-webkit-transform: scale3d(.3, .3, 1);
		transform: scale3d(.3, .3, 1);
	}
	
	to {
		opacity: 1;
	}
}

@-moz-keyframes iziT-slideIn {
	0% {
		opacity: 0;
		-ms-transform: translateX(50px);
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}
	
	to {
		opacity: 1;
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes iziT-slideIn {
	0% {
		opacity: 0;
		-ms-transform: translateX(50px);
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}
	
	to {
		opacity: 1;
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-o-keyframes iziT-slideIn {
	0% {
		opacity: 0;
		-ms-transform: translateX(50px);
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}
	
	to {
		opacity: 1;
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes iziT-slideIn {
	0% {
		opacity: 0;
		-ms-transform: translateX(50px);
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}
	
	to {
		opacity: 1;
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-moz-keyframes iziT-bounceInLeft {
	0% {
		opacity: 0;
		-ms-transform: translateX(280px);
		-webkit-transform: translateX(280px);
		transform: translateX(280px);
	}
	
	50% {
		opacity: 1;
		-ms-transform: translateX(-20px);
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	70% {
		-ms-transform: translateX(10px);
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	
	to {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes iziT-bounceInLeft {
	0% {
		opacity: 0;
		-ms-transform: translateX(280px);
		-webkit-transform: translateX(280px);
		transform: translateX(280px);
	}
	
	50% {
		opacity: 1;
		-ms-transform: translateX(-20px);
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	70% {
		-ms-transform: translateX(10px);
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	
	to {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-o-keyframes iziT-bounceInLeft {
	0% {
		opacity: 0;
		-ms-transform: translateX(280px);
		-webkit-transform: translateX(280px);
		transform: translateX(280px);
	}
	
	50% {
		opacity: 1;
		-ms-transform: translateX(-20px);
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	70% {
		-ms-transform: translateX(10px);
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	
	to {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes iziT-bounceInLeft {
	0% {
		opacity: 0;
		-ms-transform: translateX(280px);
		-webkit-transform: translateX(280px);
		transform: translateX(280px);
	}
	
	50% {
		opacity: 1;
		-ms-transform: translateX(-20px);
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	70% {
		-ms-transform: translateX(10px);
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	
	to {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-moz-keyframes iziT-bounceInRight {
	0% {
		opacity: 0;
		-ms-transform: translateX(-280px);
		-webkit-transform: translateX(-280px);
		transform: translateX(-280px);
	}
	
	50% {
		opacity: 1;
		-ms-transform: translateX(20px);
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	70% {
		-ms-transform: translateX(-10px);
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	to {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes iziT-bounceInRight {
	0% {
		opacity: 0;
		-ms-transform: translateX(-280px);
		-webkit-transform: translateX(-280px);
		transform: translateX(-280px);
	}
	
	50% {
		opacity: 1;
		-ms-transform: translateX(20px);
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	70% {
		-ms-transform: translateX(-10px);
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	to {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-o-keyframes iziT-bounceInRight {
	0% {
		opacity: 0;
		-ms-transform: translateX(-280px);
		-webkit-transform: translateX(-280px);
		transform: translateX(-280px);
	}
	
	50% {
		opacity: 1;
		-ms-transform: translateX(20px);
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	70% {
		-ms-transform: translateX(-10px);
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	to {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes iziT-bounceInRight {
	0% {
		opacity: 0;
		-ms-transform: translateX(-280px);
		-webkit-transform: translateX(-280px);
		transform: translateX(-280px);
	}
	
	50% {
		opacity: 1;
		-ms-transform: translateX(20px);
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	70% {
		-ms-transform: translateX(-10px);
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	to {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-moz-keyframes iziT-bounceInDown {
	0% {
		opacity: 0;
		-ms-transform: translateY(-200px);
		-webkit-transform: translateY(-200px);
		transform: translateY(-200px);
	}
	
	50% {
		opacity: 1;
		-ms-transform: translateY(10px);
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	
	70% {
		-ms-transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	
	to {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes iziT-bounceInDown {
	0% {
		opacity: 0;
		-ms-transform: translateY(-200px);
		-webkit-transform: translateY(-200px);
		transform: translateY(-200px);
	}
	
	50% {
		opacity: 1;
		-ms-transform: translateY(10px);
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	
	70% {
		-ms-transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	
	to {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-o-keyframes iziT-bounceInDown {
	0% {
		opacity: 0;
		-ms-transform: translateY(-200px);
		-webkit-transform: translateY(-200px);
		transform: translateY(-200px);
	}
	
	50% {
		opacity: 1;
		-ms-transform: translateY(10px);
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	
	70% {
		-ms-transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	
	to {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes iziT-bounceInDown {
	0% {
		opacity: 0;
		-ms-transform: translateY(-200px);
		-webkit-transform: translateY(-200px);
		transform: translateY(-200px);
	}
	
	50% {
		opacity: 1;
		-ms-transform: translateY(10px);
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	
	70% {
		-ms-transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	
	to {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-moz-keyframes iziT-bounceInUp {
	0% {
		opacity: 0;
		-ms-transform: translateY(200px);
		-webkit-transform: translateY(200px);
		transform: translateY(200px);
	}
	
	50% {
		opacity: 1;
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	
	70% {
		-ms-transform: translateY(5px);
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
	
	to {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes iziT-bounceInUp {
	0% {
		opacity: 0;
		-ms-transform: translateY(200px);
		-webkit-transform: translateY(200px);
		transform: translateY(200px);
	}
	
	50% {
		opacity: 1;
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	
	70% {
		-ms-transform: translateY(5px);
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
	
	to {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-o-keyframes iziT-bounceInUp {
	0% {
		opacity: 0;
		-ms-transform: translateY(200px);
		-webkit-transform: translateY(200px);
		transform: translateY(200px);
	}
	
	50% {
		opacity: 1;
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	
	70% {
		-ms-transform: translateY(5px);
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
	
	to {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes iziT-bounceInUp {
	0% {
		opacity: 0;
		-ms-transform: translateY(200px);
		-webkit-transform: translateY(200px);
		transform: translateY(200px);
	}
	
	50% {
		opacity: 1;
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	
	70% {
		-ms-transform: translateY(5px);
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
	
	to {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-moz-keyframes iziT-fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes iziT-fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-o-keyframes iziT-fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes iziT-fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-moz-keyframes iziT-fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-webkit-keyframes iziT-fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-o-keyframes iziT-fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@keyframes iziT-fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-moz-keyframes iziT-fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-webkit-keyframes iziT-fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-o-keyframes iziT-fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@keyframes iziT-fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-moz-keyframes iziT-fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(300px, 0, 0);
		-ms-transform: translate3d(300px, 0, 0);
		transform: translate3d(300px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-webkit-keyframes iziT-fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(300px, 0, 0);
		-ms-transform: translate3d(300px, 0, 0);
		transform: translate3d(300px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-o-keyframes iziT-fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(300px, 0, 0);
		-ms-transform: translate3d(300px, 0, 0);
		transform: translate3d(300px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@keyframes iziT-fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(300px, 0, 0);
		-ms-transform: translate3d(300px, 0, 0);
		transform: translate3d(300px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-moz-keyframes iziT-fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-300px, 0, 0);
		-ms-transform: translate3d(-300px, 0, 0);
		transform: translate3d(-300px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-webkit-keyframes iziT-fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-300px, 0, 0);
		-ms-transform: translate3d(-300px, 0, 0);
		transform: translate3d(-300px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-o-keyframes iziT-fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-300px, 0, 0);
		-ms-transform: translate3d(-300px, 0, 0);
		transform: translate3d(-300px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@keyframes iziT-fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-300px, 0, 0);
		-ms-transform: translate3d(-300px, 0, 0);
		transform: translate3d(-300px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-moz-keyframes iziT-flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@-webkit-keyframes iziT-flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@-o-keyframes iziT-flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes iziT-flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@-moz-keyframes iziT-fadeOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes iziT-fadeOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@-o-keyframes iziT-fadeOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes iziT-fadeOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@-moz-keyframes iziT-fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@-webkit-keyframes iziT-fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@-o-keyframes iziT-fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes iziT-fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@-moz-keyframes iziT-fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@-webkit-keyframes iziT-fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@-o-keyframes iziT-fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes iziT-fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@-moz-keyframes iziT-fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-200px, 0, 0);
		-ms-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0);
	}
}

@-webkit-keyframes iziT-fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-200px, 0, 0);
		-ms-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0);
	}
}

@-o-keyframes iziT-fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-200px, 0, 0);
		-ms-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0);
	}
}

@keyframes iziT-fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-200px, 0, 0);
		-ms-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0);
	}
}

@-moz-keyframes iziT-fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(200px, 0, 0);
		-ms-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0);
	}
}

@-webkit-keyframes iziT-fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(200px, 0, 0);
		-ms-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0);
	}
}

@-o-keyframes iziT-fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(200px, 0, 0);
		-ms-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0);
	}
}

@keyframes iziT-fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(200px, 0, 0);
		-ms-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0);
	}
}

@-moz-keyframes iziT-flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@-webkit-keyframes iziT-flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@-o-keyframes iziT-flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes iziT-flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.c-offcanvas, .c-offcanvas-content-wrap {
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.c-offcanvas, .c-offcanvas-content-wrap, .c-offcanvas-bg.c-offcanvas-bg--reveal, .c-offcanvas-bg.c-offcanvas-bg--push {
	transition: -ms-transform 300ms cubic-bezier(.4, 0, .6, 1);
	transition: -webkit-transform 300ms cubic-bezier(.4, 0, .6, 1);
	transition: transform 300ms cubic-bezier(.4, 0, .6, 1);
	-webkit-transition: -webkit-transform 300ms cubic-bezier(.4, 0, .6, 1);
}

.c-offcanvas.is-open {
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: visible;
}

.c-offcanvas-content-wrap {
	position: relative;
	z-index: 3;
	overflow: hidden;
	background: #fff;
}

.c-offcanvas {
	position: fixed;
	min-height: 100%;
	max-height: none;
	top: 0;
	display: block;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}

.c-offcanvas--opening {
	transition-timing-function: cubic-bezier(.4, 0, .6, 1);
}

.c-offcanvas.is-closed {
	max-height: 100%;
	overflow: hidden;
	visibility: hidden;
	box-shadow: none;
}

.c-offcanvas--overlay {
	z-index: 6;
}

.c-offcanvas--reveal {
	z-index: 2;
}

.c-offcanvas-bg {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 5;
	left: -100%;
	background-color: transparent;
	-webkit-transition: background-color 400ms cubic-bezier(.23, 1, .32, 1) 0ms;
	transition: background-color 400ms cubic-bezier(.23, 1, .32, 1) 0ms;
}

.c-offcanvas-bg.is-animating, .c-offcanvas-bg.is-open {
	left: 0;
	background-color: rgba(0, 0, 0, .68);
	visibility: visible;
}

.c-offcanvas-bg.is-closed {
	visibility: hidden;
}

.c-offcanvas--left {
	height: 100%;
	width: 17em;
	-ms-transform: translate3d(-17em, 0, 0);
	-webkit-transform: translate3d(-17em, 0, 0);
	transform: translate3d(-17em, 0, 0);
}

.c-offcanvas--right {
	height: 100%;
	width: 17em;
	right: 0;
	-ms-transform: translate3d(17em, 0, 0);
	-webkit-transform: translate3d(17em, 0, 0);
	transform: translate3d(17em, 0, 0);
}

.c-offcanvas--top {
	left: 0;
	right: 0;
	top: 0;
	height: 12.5em;
	min-height: auto;
	width: 100%;
	-ms-transform: translate3d(0, -12.5em, 0);
	-webkit-transform: translate3d(0, -12.5em, 0);
	transform: translate3d(0, -12.5em, 0);
}

.c-offcanvas--bottom {
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: 12.5em;
	min-height: auto;
	width: 100%;
	-ms-transform: translate3d(0, 12.5em, 0);
	-webkit-transform: translate3d(0, 12.5em, 0);
	transform: translate3d(0, 12.5em, 0);
}

.c-offcanvas-content-wrap {
	z-index: 3;
}

.c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--left.is-open {
	-ms-transform: translate3d(17em, 0, 0);
	-webkit-transform: translate3d(17em, 0, 0);
	transform: translate3d(17em, 0, 0);
}

.c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--right.is-open {
	-ms-transform: translate3d(-17em, 0, 0);
	-webkit-transform: translate3d(-17em, 0, 0);
	transform: translate3d(-17em, 0, 0);
}

.c-offcanvas--reveal {
	z-index: 0;
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--left.is-open {
	-ms-transform: translate3d(17em, 0, 0);
	-webkit-transform: translate3d(17em, 0, 0);
	transform: translate3d(17em, 0, 0);
}

.c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--right.is-open {
	-ms-transform: translate3d(-17em, 0, 0);
	-webkit-transform: translate3d(-17em, 0, 0);
	transform: translate3d(-17em, 0, 0);
}

.c-offcanvas--push {
	z-index: 6;
}

.c-offcanvas--push--opening {
	transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

.c-offcanvas-content-wrap {
	z-index: 3;
}

.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--left.is-open {
	-ms-transform: translate3d(17em, 0, 0);
	-webkit-transform: translate3d(17em, 0, 0);
	transform: translate3d(17em, 0, 0);
}

.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--right.is-open {
	-ms-transform: translate3d(-17em, 0, 0);
	-webkit-transform: translate3d(-17em, 0, 0);
	transform: translate3d(-17em, 0, 0);
}

.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--left.is-open {
	-ms-transform: translate3d(17em, 0, 0);
	-webkit-transform: translate3d(17em, 0, 0);
	transform: translate3d(17em, 0, 0);
}

.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--right.is-open {
	-ms-transform: translate3d(-17em, 0, 0);
	-webkit-transform: translate3d(-17em, 0, 0);
	transform: translate3d(-17em, 0, 0);
}

.netzp-notifications-toggler {
	z-index: 2147483647;
	width: 75px;
	height: 75px;
	position: fixed;
	background-repeat: no-repeat;
	background-size: contain;
}

.netzp-counter {
	padding: .25rem;
}

.netzp-buttons {
	position: absolute;
	right: 2.5rem;
	bottom: .5rem;
}

.netzp-buttons.netzp-left, .netzp-buttons.netzp-right {
	right: unset !important;
	left: .5rem !important;
}

.netzp-newsletter {
	position: relative;
	top: -.5rem;
}

.netzp-notifications-exit {
	position: absolute;
	color: #999;
	font-size: 130%;
	cursor: pointer;
	right: 1.5rem;
	top: 1rem;
}

.netzp-notifications-exit.netzp-left, .netzp-notifications-exit.netzp-right {
	color: #333;
	text-shadow: 3px 3px 5px #ccc;
	right: 1rem !important;
	top: .5rem !important;
}

.netzp-contents {
	display: inline-block;
	height: 100%;
	width: 100%;
}

.netzp-contents img.full-image {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 15rem;
	object-fit: cover;
}

.netzp-title {
	font-weight: bold;
	font-size: 130%;
	margin-bottom: .75rem;
}

.netzp-message {
	display: block;
	font-weight: normal !important;
	margin-top: .5rem !important;
}

.netzp-alert {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.netzp-alert .image {
	display: inline-block;
	max-width: 7rem;
}

.netzp-alert .image img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.netzp-alert .message {
	display: inline-block;
	padding: .5rem 1rem .5rem 1rem;
}

.netzp-alert .link {
	display: inline-block;
	font-weight: bold;
	font-size: 110%;
	margin-right: 1rem;
}

.netzp-alert h1, .netzp-alert h2, .netzp-alert h3, .netzp-alert h4, .netzp-alert h5, .netzp-alert h6, .netzp-alert p {
	margin: 0;
}

@media (max-width: 576px) {
	.netzp-alert {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: .5rem;
	}
	
	.netzp-alert .image {
		display: none;
	}
	
	.netzp-alert .message {
		padding: .5rem;
	}
}

.netzp-btn-banner {
	float: left !important;
	width: 100% !important;
	margin: 0 .5rem .5rem 0 !important;
	display: inline-block !important;
}

.netzp-input-banner {
	float: left !important;
	width: 100% !important;
	margin: 1rem 1rem .5rem 0 !important;
}

.netzp-btn-banner.netzp-top, .netzp-btn-banner.netzp-bottom {
	width: auto !important;
	margin-top: 0 !important;
	margin-right: 1rem !important;
}

.netzp-input-banner.netzp-top, .netzp-input-banner.netzp-bottom {
	width: auto !important;
	margin-top: 0 !important;
	margin-right: .5rem !important;
}

.netzp-btn-toast {
	float: left !important;
	width: 150px !important;
	height: 2rem !important;
	margin: 0 .5rem 0 0 !important;
}

.netzp-input-toast {
	float: left !important;
	width: 150px !important;
	height: 2rem !important;
	margin: 0 .5rem 0 0 !important;
}

.netzp-btn-modal {
	float: left !important;
	width: 150px !important;
	height: 2.5rem !important;
	margin: .5rem .5rem .25rem 0 !important;
}

.netzp-input-modal {
	float: left !important;
	width: 150px !important;
	height: 2.5rem !important;
	margin: .5rem .5rem .25rem 0 !important;
}

.product-upselling-slider {
	margin-bottom: 15px;
}

.product-upselling-slider .btn-buy.disabled, .product-upselling-slider .btn-buy:disabled {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.offcanvas-cart-upselling .cart-item-img {
	height: 75px;
	width: 75px;
}

.offcanvas-cart-upselling .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;
}

.zeobv-product-upselling-popup {
	z-index: 10000;
}

.checkout-cart-upselling {
	margin-top: 30px;
}

.checkout-cart-upselling .cms-element-product-slider {
	margin-left: -30px;
}

.checkout-aside-upselling {
	margin-top: 30px;
}

.checkout-aside-upselling .cms-element-product-slider {
	margin-left: -30px;
}

.heptacom-usp-tile-icon {
	margin: 0 auto;
}

.heptacom-usp-tile-icon img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.heptacom-usp-tile-text {
	width: 100%;
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
}

.acris-faq .acris-faq-accordion-wrapper {
	margin-bottom: 1rem;
}

.acris-faq .acris-faq-accordion-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 1rem;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: visible;
	white-space: unset;
}

.acris-faq .acris-faq-accordion-header.question-right {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.acris-faq .acris-faq-accordion-header:focus {
	box-shadow: none;
}

.acris-faq .acris-faq-accordion-header .acris-faq-text {
	max-width: 80%;
}

.acris-faq .acris-faq-accordion-header .icon {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.acris-faq .acris-faq-accordion-header .icon > svg {
	top: 0;
}

.acris-faq .acris-faq-accordion-header:not(.collapsed) .icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.acris-faq .acris-faq-accordion-header:not(.collapsed) .icon.icon-plus {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

.acris-faq .acris-faq-accordion-content .card {
	padding: 1.25rem;
	width: 100%;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer {
	display: inline-grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	grid-gap: 15px;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer .cms-sections .boxed {
	max-width: none;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer .faq-document {
	grid-row: 4;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer .faq-document ul {
	margin-bottom: 0;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer.no-video.no-image {
	grid-gap: 0px;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer.no-video.no-image .faq-text, .acris-faq .acris-faq-accordion-content .faq-wrapper-answer.video-position-bottom.image-position-bottom .faq-text, .acris-faq .acris-faq-accordion-content .faq-wrapper-answer.video-position-top.image-position-top .faq-text {
	grid-column-start: 1;
	grid-column-end: 3;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer.no-text.no-video {
	grid-gap: 0px;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer.no-text.no-video .faq-image {
	grid-column-start: 1;
	grid-column-end: 3;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer.no-text.no-video .faq-image img {
	width: 100%;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer.no-text.no-image {
	grid-gap: 0px;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer.no-text.no-image .acris-faq-video-iframe-after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer.no-text.no-image .faq-video {
	grid-column-start: 1;
	grid-column-end: 3;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer.no-text.no-image .video-wrapper {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer.no-text.no-image .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer.no-video .image-position-right {
	grid-column-start: 3;
	grid-column-end: 3;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer.no-video .image-position-right img {
	float: right;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer.no-video .image-position-left {
	grid-column-start: 1;
	grid-column-end: 2;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer.no-image .video-position-right {
	grid-column-start: 3;
	grid-column-end: 3;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer.no-image .video-position-right iframe {
	float: right;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer.no-image .video-position-left {
	grid-column-start: 1;
	grid-column-end: 2;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer .faq-text, .acris-faq .acris-faq-accordion-content .faq-wrapper-answer .faq-image, .acris-faq .acris-faq-accordion-content .faq-wrapper-answer .faq-video {
	grid-row: 2;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer .faq-video-top, .acris-faq .acris-faq-accordion-content .faq-wrapper-answer .faq-image-top {
	grid-row: 1;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer .faq-video-bottom, .acris-faq .acris-faq-accordion-content .faq-wrapper-answer .faq-image-bottom {
	grid-row: 3;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer .image-position-left.video-position-left .faq-video {
	grid-column-start: 1;
	grid-column-end: 1;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer .image-position-left.video-position-left .faq-image {
	grid-column-start: 2;
	grid-column-end: 2;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer .image-position-right.video-position-left .faq-video {
	grid-column-start: 1;
	grid-column-end: 1;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer .image-position-right.video-position-left .faq-image {
	grid-column-start: 3;
	grid-column-end: 3;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer .image-position-right.video-position-right .faq-video {
	grid-column-start: 3;
	grid-column-end: 3;
}

.acris-faq .acris-faq-accordion-content .faq-wrapper-answer .image-position-right.video-position-right .faq-image {
	grid-column-start: 2;
	grid-column-end: 2;
}

.acris-faq .faq-wrapper-answer-background {
	background: #f9f9f9;
}

.acris-faq-detail {
	padding: 2rem 0 2rem 0;
}

.acris-faq-detail .acris-faq-detail-headline-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.acris-faq-detail .faq-wrapper-answer-background {
	background: #f9f9f9;
}

.acris-faq-video-iframe-after {
	width: 560px;
	height: 315px;
	position: relative;
	padding-bottom: 56.23%;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px;
}

.acris-faq-video-iframe-after div {
	cursor: pointer;
	-webkit-transition: .6s all;
	-moz-transition: .6s all;
	transition: .6s all;
	display: block;
}

.acris-faq-video-iframe-after div:hover span {
	-webkit-filter: brightness(100%);
}

.acris-faq-video-iframe-after div img {
	width: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.acris-faq-video-iframe-after div span {
	width: 94px;
	height: 64px;
	position: absolute;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAABECAYAAAAIn4KTAAAABHNCSVQICAgIfAhkiAAAAF96VFh0UmF3IHByb2ZpbGUgdHlwZSBBUFAxAAAImeNKT81LLcpMVigoyk/LzEnlUgADYxMuE0sTS6NEAwMDCwMIMDQwMDYEkkZAtjlUKNEABZiYm6UBoblZspkpiM8FAE+6FWgbLdiMAAAHnElEQVR4nO2da2wcZxWG33Nmdn1Z3732xsRuGuIkTrg4UoRIJUpR+YWgSFwKiFJVhFAIIaWtQAhVglIhhFQqWsduSZre6IUWt1UDvbhpgpQS+qexACXeJrXjpHFi8DXOetf27s53Dj+Stdw4ji+x/a138/zb2ZmdZ16tdr85880ZQpqgALVu3OiW9/c7OcEEc7KCfCMjzlCxEHuGZvNZ4jpaco41mZ9vxNen8X6/DASDZmNrq0eALtQxzIZZHdBE9GY4J9vWV/hoJMRElSZJFXConOGUKUmxKJU4KoWqVKisAQUHIJJHjFwCciCUK1A/M3wC9jHRnF1mg6gqQ5IiSDIoAUZcgDhER8E8SpAYCcUIFDWMCJMOkfI5gRmE0QGHpF8c9BiT23vNJ472UjPMXDxmdLA9H18ZSnr8ZSK6XghrCVojypXM5Mxlp5mCiBom6VVQFyuOqepBnyt7QkdO9Ey37WWDP/Wx2lWk+msVfJMdx50/5cxFjPGY+C9K8qua8PGOqdabMvjTdbV3gem3IMpdGMUMRzVOkHuWh48/cKm3JwWvAJ+pW/UoHGfzwttlPgp5qrqtYzMBMnE5X7zimXW1O66GPn8Q+LbTdaubJi+fQNf6tbcQ6TOLp5VFiNxa/V7HeLbjwZ+oX1HiJN0OJqfcjllmo2oGxcmvXXH48Flgwk+Nm3DvvBr6wkHklDkyclfqNQPnT4aIcLs9rSxB6ft6MxzgQvDd4Y9uAjlVdq2yAOJl/21bcx2Q+sYbvt6uUfYgaj4LpIJXfMquThZB57NmACCiDXZtsgdV1AMAdW+syvdGC6KLVR3MdkRVqWg0wBLPrU2H0Au3boNTGbKtseAwESEWqGVO8ErbMgAQ+MrXEHpjL4p/9nNwaZltnQXFiesqFj+vsC2SgnJyUHDbd7HszX0o2n4HuKDQttKCYFxTw2pkuW2Ri6H8fBT+4EcI7d2Pwi23g3LzbCvNKwynigGutC0yFVxUhKI770ao5S0U3HIryO+3rTQvqJgQE7TCtsh0OMEgin9xD0KvtSD/q18HeGlfcRSmchZFqW2RmeJUfQSl9/0Gob++hrwvfBGwPxibEwwqZWYU2RaZLe6116Ls/gdQ+dIryP3cjbZ1Zo0ARazQAtsic8W3Zi3KGx9GxbPPI+fTm2zrzBiGBhjCS37I4K/fgOBjTyK4+wn4P1lvW2d6hPIYjCUffIqcTdeh4rkXUN7QBN/q1bZ1pkQIOUxAZozRJpB74+dR+dIelP7ufrg119jWmQQDfhaRzJyoxIz8L92E0KtvoOSX96ZVHUhUXM74GWKOg8A3vjWhDmR/9MzMzqR5NZnKeB2oZR+Ktm0HFdgczAlnTfApKBBA4dZtWPbmfhRs3gLKsTBDUUBZF3wKLi5G8d0/RajlLQS+/R2Qz7do+xZkcfApnPJy+OvrwcHFLVll9h/rNIzt34dIYwOS7e8v+r6zMvixfx7EcMODSLQdseaQVcEnWg/hXMODSLQesurBgGZF8IkjhxFpeAjxdw7aVjkPc4aetV4g2f4+Ijsewtjf99tW+RCqEFdUhSmzRjfeyZOIPNyI0ZbXAZHpN1hklMS4DPEAJyMKZaa7G5FHmjCy5xVA5nQX5KLAwp4rQIKXeIXS9PVh+NGdGGl+AZpM2taZFgESLpRHQViSV6Hk7FkMP7YbsT8/C42P2daZDXEXpCNXcIO3FSQ6jOiTTyD69FPQWMy2zuwhGXEZGLbtMVN0bBTRZ55G9PHdkEjEts7cIY65Ioik+zQVTSQQa34ew7t2QQb6betcMY5oxGXCWdsiU2IMYi+/iOE/PgLT8z/bNvOGKAZdgAdsi0xCBCOvv4rhpkZ4Xads28w77PKAC5XeS9zgbQdVjO7bi0jjDnhT919Y8qhojwvCGdsiADB28G3EXmxGMtxmW2XBIWi3qyqnKA2+8UP33WtbYfFQ08VMfMK2R7bB7HSyj/zttkWyCRE10QSOc2U4HBWVD2wLZQtM2rm6oyOe+nH/t1WbLEIF/wIujCNZ9V27OtkDEx0CUsF78rZdnexByDsAXAi+asOJd6CSOefkaYoY7aoOn3gXSPUyaIaB6i67WpkPk+xMdXodP3NK+r0/iJr0q9tkCGK0N1fchtTr8eBX/ueDITJ6hx2tzIdgtgaPHRu/9vGhWkHNsc7nAG9Sq76rXCFGfl9ztPPliYsu3fBzXe0uMH9v8cwyGa9peVvn9ou7eE+qjhEg1e91bAHpT6C6pK4gpxNiTAyqP6xu6/zxpVqnT1mWrD7S3uC6tB6CP0FNYmE1MwjVOIx53HGxrjrcvnOq1WY0vaB7zZqgut5NKvQZA6wlpmqGVoEyYyLUnFGTUKAbwGmoHiWlfxhf/t9STT0vx9wb9wPUXVdXxuyFPEYFqQnCcDlAZeRoiTEoIkYRlAqVNMDgAInkG0YuhPMI8IPFp4CPwT6IOMLsLlS3KFFVFvHAbASSJCAJ4aQy4oCMsTijYB0VSAygKEGjpHSOgIgqhgAdVOgAXB5wlXo99fXUhMODc/VJuwk1ChBuuMEJ9/WxP5EgAHCTSUo9vuJy26YeS+H5fAoACb9f11dUCA4cMOnyiIoU/wfgO+t60jGURwAAAABJRU5ErkJggg==") no-repeat 50% 50%;
	left: 50%;
	top: 50%;
	margin-left: -47px;
	margin-top: -32px;
	-webkit-filter: brightness(75%);
}

.acris-faq-video-iframe-after iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.cms-element-entity-listing .cms-listing-col {
	margin-bottom: 1.5rem;
}

.cms-element-entity-listing .cms-listing-row {
	margin-right: -15px;
	margin-left: -15px;
}

.cms-element-entity-listing .cms-listing-col {
	padding-right: 15px;
	padding-left: 15px;
}

.cms-element-entity-listing .cms-listing-col {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.has-acris-additional-search-result.search-suggest-container {
		width: 600px;
	}
}

@media (min-width: 992px) {
	.has-acris-additional-search-result.search-suggest-container {
		width: 800px;
	}
}

@media (min-width: 1200px) {
	.has-acris-additional-search-result.search-suggest-container {
		width: 1000px;
	}
}

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

.leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
}

.leaflet-container {
	overflow: hidden;
}

.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
}

.leaflet-tile::selection {
	background: transparent;
}

.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
}

.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
}

.leaflet-marker-icon, .leaflet-marker-shadow {
	display: block;
}

.leaflet-container .leaflet-overlay-pane svg, .leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer, .leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	touch-action: none;
	touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}

.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, .4);
}

.leaflet-tile {
	-webkit-filter: inherit;
	filter: inherit;
	visibility: hidden;
}

.leaflet-tile-loaded {
	visibility: inherit;
}

.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 800;
}

.leaflet-overlay-pane svg {
	-moz-user-select: none;
}

.leaflet-pane {
	z-index: 400;
}

.leaflet-tile-pane {
	z-index: 200;
}

.leaflet-overlay-pane {
	z-index: 400;
}

.leaflet-shadow-pane {
	z-index: 500;
}

.leaflet-marker-pane {
	z-index: 600;
}

.leaflet-tooltip-pane {
	z-index: 650;
}

.leaflet-popup-pane {
	z-index: 700;
}

.leaflet-map-pane canvas {
	z-index: 100;
}

.leaflet-map-pane svg {
	z-index: 200;
}

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
}

.lvml {
	display: inline-block;
	position: absolute;
}

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted;
	pointer-events: auto;
}

.leaflet-top, .leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
}

.leaflet-top {
	top: 0;
}

.leaflet-right {
	right: 0;
}

.leaflet-bottom {
	bottom: 0;
}

.leaflet-left {
	left: 0;
}

.leaflet-control {
	float: left;
	clear: both;
}

.leaflet-right .leaflet-control {
	float: right;
}

.leaflet-top .leaflet-control {
	margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
	margin-left: 10px;
}

.leaflet-right .leaflet-control {
	margin-right: 10px;
}

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
}

.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: -ms-transform;
	will-change: -webkit-transform;
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
	-moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1);
	transition: -ms-transform .25s cubic-bezier(0, 0, .25, 1);
	transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
	transition: transform .25s cubic-bezier(0, 0, .25, 1);
}

.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
}

.leaflet-interactive {
	cursor: pointer;
}

.leaflet-grab {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
}

.leaflet-popup-pane, .leaflet-control {
	cursor: auto;
}

.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container {
	pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive, svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted;
	pointer-events: auto;
}

.leaflet-container {
	background: #ddd;
	outline: 0;
}

.leaflet-container a {
	color: #0078a8;
}

.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
}

.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255, 255, 255, .5);
}

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
	border-radius: 4px;
}

.leaflet-bar a, .leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
}

.leaflet-bar a, .leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
}

.leaflet-bar a:hover {
	background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
	font: bold 18px "Lucida Console", Monaco, monospace;
	text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
	font-size: 22px;
}

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
	background: transparent;
	border-radius: 5px;
}

.leaflet-control-layers-toggle {
	background-image: url("/bundles/moorlmerchantfinder/storefront/css/images/layers.png");
	width: 36px;
	height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url("/bundles/moorlmerchantfinder/storefront/css/images/layers-2x.png");
	background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
}

.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	background: transparent;
}

.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
}

.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
}

.leaflet-control-layers label {
	display: block;
}

.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid transparent;
	margin: 5px -10px 5px -6px;
}

.leaflet-default-icon-path {
	background-image: url("/bundles/moorlmerchantfinder/storefront/css/images/marker-icon.png");
}

.leaflet-container .leaflet-control-attribution {
	background: transparent;
	background: rgba(255, 255, 255, .7);
	margin: 0;
}

.leaflet-control-attribution, .leaflet-control-scale-line {
	padding: 0 5px;
}

.leaflet-control-attribution a {
	text-decoration: none;
}

.leaflet-control-attribution a:hover {
	text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
	font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
}

.leaflet-control-scale-line {
	border: 2px solid transparent;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
	background: rgba(255, 255, 255, .5);
}

.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid transparent;
	border-bottom: none;
	margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid transparent;
}

.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
	box-shadow: none;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0, 0, 0, .2);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
}

.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
}

.leaflet-popup-content p {
	margin: 18px 0;
}

.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
}

.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;
	margin: -10px auto 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	background: transparent;
	box-shadow: 0 3px 14px rgba(0, 0, 0, .4);
}

.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #798490;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
	color: #c00d0d;
}

.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	-webkit-filter: progid:DXImageTransform.Microsoft.Matrix(M11=.70710678, M12=.70710678, M21=-.70710678, M22=.70710678);
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=.70710678, M12=.70710678, M21=-.70710678, M22=.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
}

.leaflet-div-icon {
	background: transparent;
	border: 1px solid transparent;
}

.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
}

.leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
}

.leaflet-tooltip-bottom {
	margin-top: 6px;
}

.leaflet-tooltip-top {
	margin-top: -6px;
}

.leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
}

.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: transparent;
}

.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: transparent;
}

.leaflet-tooltip-left {
	margin-left: -6px;
}

.leaflet-tooltip-right {
	margin-left: 6px;
}

.leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
}

.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: transparent;
}

.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: transparent;
}

img.moorl-mf-logo {
	width: 100px;
}

.cms-element-moorl-merchant-finder label.moorl-merchant-finder-result-item {
	cursor: pointer;
}

.cms-element-moorl-merchant-finder .is-hide-label > .form-group > label {
	display: none;
}

.cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item {
	border-radius: 0 !important;
	-webkit-transition: all .3s;
	transition: all .3s;
	overflow: hidden;
}

.cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item .highlight {
	width: 160px;
	background: #ffbd5d;
	position: absolute;
	top: 20px;
	left: -40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	white-space: nowrap;
}

.cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item .highlight.top-right {
	top: 20px;
	right: -40px;
	left: auto;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item img {
	max-width: 100%;
	margin-bottom: 1rem;
}

.cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item h4 {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item h4 span {
	margin-right: 15px;
}

.cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item:hover {
	background: #f9f9f9;
	border-color: #c00d0d;
	z-index: 100;
}

.cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item .opening-hours, .cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item .tags, .cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item .categories, .cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item .manufacturers {
	font-size: .8em;
}

.cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item .opening-hours span:after, .cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item .tags span:after, .cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item .categories span:after, .cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item .manufacturers span:after {
	content: ",";
}

.cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item .opening-hours span:last-child:after, .cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item .tags span:last-child:after, .cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item .categories span:last-child:after, .cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item .manufacturers span:last-child:after {
	content: none;
}

.cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item .opening-hours {
	display: -ms-grid;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 3px;
}

.cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item .manufacturers img {
	height: 50px;
	width: auto;
	line-height: 50px;
	margin-right: 8px;
}

.cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item .btn:focus, .cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item .btn.focus {
	outline: 0;
	box-shadow: none;
}

.cms-element-moorl-merchant-finder [type="radio"]:checked + .moorl-merchant-finder-result-item, .cms-element-moorl-merchant-finder .moorl-merchant-finder-result-item.active {
	color: #222;
	background: #f9f9f9;
	border-color: #c00d0d;
	border-left: 10px solid #c00d0d;
	z-index: 200;
}

.cms-element-moorl-merchant-finder .element-content .map-box {
	position: relative;
	height: 600px;
}

.cms-element-moorl-merchant-finder .element-content .map-content {
	height: 100%;
	background-color: #0f9d58;
	background-image: repeating-linear-gradient(-45deg, #0f763b, #0f763b 10px, #0f9d58 10px, #0f9d58 20px);
}

.cms-element-moorl-merchant-finder .element-content .map-content > div {
	height: 100%;
	width: 100%;
}

.cms-element-moorl-merchant-finder .element-content .map-content .leaflet-popup-content-wrapper {
	border-color: #bcc1c7;
	border-radius: 3px;
	background-color: rgba(247, 247, 248, .8);
	color: #222;
}

.cms-element-moorl-merchant-finder .element-content .map-content .leaflet-popup-tip {
	background-color: rgba(247, 247, 248, .8);
}

.cms-element-moorl-merchant-finder .moorl-merchant-finder-results::-webkit-scrollbar {
	width: 5px;
}

.cms-element-moorl-merchant-finder .moorl-merchant-finder-results::-webkit-scrollbar-track {
	background: #bcc1c7;
}

.cms-element-moorl-merchant-finder .moorl-merchant-finder-results::-webkit-scrollbar-thumb {
	background: #c00d0d;
}

.cms-element-moorl-merchant-finder .moorl-merchant-finder-results::-webkit-scrollbar-thumb:hover {
	background: #c00d0d;
}

@media (min-width: 992px) {
	.cms-element-moorl-merchant-finder {
		min-height: 200px;
		width: 100%;
	}
	
	.cms-element-moorl-merchant-finder.results-map .element-content .results-box {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.cms-element-moorl-merchant-finder.results-map .element-content .map-box {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.cms-element-moorl-merchant-finder.results-overlay .element-content {
		height: var(--style-height);
		display: block;
		position: relative;
	}
	
	.cms-element-moorl-merchant-finder.results-overlay .element-content .map-box {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	
	.cms-element-moorl-merchant-finder.results-overlay .element-content .search-box {
		position: absolute;
		left: 80px;
		right: 20px;
		top: 20px;
		width: auto;
		z-index: 2;
	}
	
	.cms-element-moorl-merchant-finder.results-overlay .element-content .search-box .form-control {
		background-color: rgba(255, 255, 255, .8);
	}
	
	.cms-element-moorl-merchant-finder.results-overlay .element-content .results-box {
		position: absolute;
		width: auto;
		height: auto;
		right: 20px;
		top: 80px;
		bottom: 20px;
		z-index: 2;
	}
	
	.cms-element-moorl-merchant-finder.results-overlay .element-content .results-content .list-group-item {
		background-color: rgba(247, 247, 248, .8);
	}
	
	.cms-element-moorl-merchant-finder .element-content {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -10px;
		margin-left: -10px;
	}
	
	.cms-element-moorl-merchant-finder .element-content .search-box {
		-ms-flex-order: 1;
		order: 1;
		padding-right: 10px;
		padding-left: 10px;
		position: relative;
		width: 100%;
	}
	
	.cms-element-moorl-merchant-finder .element-content .results-box {
		-ms-flex-order: 3;
		order: 3;
		padding-right: 10px;
		padding-left: 10px;
		position: relative;
		width: auto;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		max-width: 100%;
		height: var(--style-height);
	}
	
	.cms-element-moorl-merchant-finder .element-content .map-box {
		-ms-flex-order: 2;
		order: 2;
		padding-right: 10px;
		padding-left: 10px;
		position: relative;
		width: 100%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
		height: var(--style-height);
	}
	
	.cms-element-moorl-merchant-finder .element-content .results-content {
		width: var(--style-results-width);
		max-height: 100%;
		overflow: auto;
	}
	
	.cms-element-moorl-merchant-finder .element-content .results-content::-webkit-scrollbar {
		width: 5px;
	}
	
	.cms-element-moorl-merchant-finder .element-content .results-content::-webkit-scrollbar-track {
		background: transparent;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	
	.cms-element-moorl-merchant-finder .element-content .results-content::-webkit-scrollbar-thumb {
		background: transparent;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	
	.cms-element-moorl-merchant-finder .element-content .results-content:hover::-webkit-scrollbar-track {
		background: #f9f9f9;
	}
	
	.cms-element-moorl-merchant-finder .element-content .results-content:hover::-webkit-scrollbar-thumb {
		background: #bcc1c7;
	}
	
	.cms-element-moorl-merchant-finder .element-content .results-content ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	.cms-element-moorl-merchant-finder .element-content .results-content ul li {
		position: relative;
		border-radius: 0 !important;
	}
	
	.cms-element-moorl-merchant-finder .element-content .map-content {
		height: 100%;
		background-color: #0f9d58;
		background-image: repeating-linear-gradient(-45deg, #0f763b, #0f763b 10px, #0f9d58 10px, #0f9d58 20px);
	}
	
	.cms-element-moorl-merchant-finder .element-content .map-content > div {
		height: 100%;
		width: 100%;
	}
}

.moorl-merchant-listing-box {
	width: 100%;
	display: -ms-grid;
	display: grid;
	grid-gap: 10px;
	padding: 10px;
	grid-template: "a b" auto "c c" auto/1fr 1fr;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f9f9f9;
}

.moorl-merchant-listing-box > div, .moorl-merchant-listing-box > a {
	box-sizing: border-box;
	height: auto;
	width: 100%;
}

.moorl-merchant-listing-box > div:nth-child(1), .moorl-merchant-listing-box > a:nth-child(1) {
	grid-area: a;
}

.moorl-merchant-listing-box > div:nth-child(2), .moorl-merchant-listing-box > a:nth-child(2) {
	grid-area: b;
}

.moorl-merchant-listing-box > div:nth-child(3), .moorl-merchant-listing-box > a:nth-child(3) {
	grid-area: c;
}

.cms-element-merchant-meta {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: #798490;
	line-height: 24px;
}

.cms-element-merchant-meta .icon {
	color: #c00d0d;
	margin-right: 8px;
}

.cms-element-merchant-meta .icon > svg {
	top: 0;
}

.cms-element-merchant-meta ul {
	margin: 20px 0;
	padding: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style: none;
}

.cms-element-merchant-meta ul li {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 4px 16px;
	border-right: 1px solid #bcc1c7;
}

.cms-element-merchant-meta ul li div > a:after, .cms-element-merchant-meta ul li div > span:after {
	content: ",";
}

.cms-element-merchant-meta ul li div > a:last-child:after, .cms-element-merchant-meta ul li div > span:last-child:after {
	content: none;
}

.cms-element-merchant-meta ul li a {
	color: #798490;
}

.cms-element-merchant-meta ul li:last-child {
	border-right: 0;
}

.cms-element-merchant-search-form .form-row {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cms-element-merchant-listing .sorting {
	width: 100%;
	margin-top: 0;
}

.cms-block-heptacom-three-column-md-slider, .cms-block-heptacom-four-column-md-slider, .cms-block-heptacom-five-column-md-slider, .cms-block-heptacom-six-column-md-slider {
	overflow: visible;
}

@media (min-width: 992px) {
	.cms-block-heptacom-three-column-md-slider, .cms-block-heptacom-four-column-md-slider, .cms-block-heptacom-five-column-md-slider, .cms-block-heptacom-six-column-md-slider {
		overflow: hidden;
	}
}

.cms-block-heptacom-three-column-md-slider .base-slider, .cms-block-heptacom-four-column-md-slider .base-slider, .cms-block-heptacom-five-column-md-slider .base-slider, .cms-block-heptacom-six-column-md-slider .base-slider {
	overflow: visible;
}

@media (min-width: 992px) {
	.cms-block-heptacom-three-column-md-slider .base-slider, .cms-block-heptacom-four-column-md-slider .base-slider, .cms-block-heptacom-five-column-md-slider .base-slider, .cms-block-heptacom-six-column-md-slider .base-slider {
		overflow: hidden;
	}
}

.cms-block-heptacom-three-column-md-slider .container, .cms-block-heptacom-three-column-md-slider .cms-section .boxed, .cms-section .cms-block-heptacom-three-column-md-slider .boxed, .cms-block-heptacom-four-column-md-slider .container, .cms-block-heptacom-four-column-md-slider .cms-section .boxed, .cms-section .cms-block-heptacom-four-column-md-slider .boxed, .cms-block-heptacom-five-column-md-slider .container, .cms-block-heptacom-five-column-md-slider .cms-section .boxed, .cms-section .cms-block-heptacom-five-column-md-slider .boxed, .cms-block-heptacom-six-column-md-slider .container, .cms-block-heptacom-six-column-md-slider .cms-section .boxed, .cms-section .cms-block-heptacom-six-column-md-slider .boxed {
	padding-left: 20px;
	padding-right: 20px;
}

.cms-heptacom-accordion {
	padding: 0;
	cursor: pointer;
}

.cms-heptacom-accordion .card {
	background-color: #fff;
}

.cms-heptacom-accordion .accordion-button {
	width: 100%;
	border: none;
	padding: 0;
	background-color: transparent;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.cms-heptacom-accordion .accordion-button:focus:not(:focus-visible) {
	outline: none;
}

.cms-heptacom-accordion .accordion-button img {
	width: 15px;
}

.cms-heptacom-accordion .accordion-button .plus-icon {
	display: none;
}

.cms-heptacom-accordion .accordion-button.collapsed .minus-icon {
	display: none;
}

.cms-heptacom-accordion .accordion-button.collapsed .plus-icon {
	display: block;
}

.cms-heptacom-accordion .card-header {
	border-radius: 0;
	background-color: transparent;
	padding: .25rem;
}

.cms-heptacom-accordion .card-header .cms-element-text * {
	background-color: transparent;
	margin-bottom: 0;
	padding-left: 0;
}

.cms-heptacom-accordion .card-body {
	padding: .25rem;
}

.cms-heptacom-accordion .card-body .cms-element-text * {
	margin-top: 10px;
}

.heptacom-image-link-link {
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
}

.heptacom-image-link-link.display-full-image .heptacom-image-link-image {
	padding-top: 78%;
}

.heptacom-image-link-link.display-full-image .heptacom-image-link-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.heptacom-image-link-link.display-full-image .heptacom-image-link-title {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 38px;
	-webkit-filter: drop-shadow(0 0 15px rgba(91, 91, 91, .45));
	filter: drop-shadow(0 0 15px rgba(91, 91, 91, .45));
	overflow: hidden;
	text-overflow: ellipsis;
}

.heptacom-image-link-link.display-part-image {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background-color: #fff;
	padding: 15px;
}

.heptacom-image-link-link.display-part-image .heptacom-image-link-image {
	width: 50%;
	-ms-flex-order: 2;
	order: 2;
	position: relative;
	z-index: 2;
}

.heptacom-image-link-link.display-part-image .heptacom-image-link-image img {
	position: absolute;
	height: calc(105% + 60px);
	width: 100%;
	object-fit: contain;
	top: calc(-2.5% - 30px);
}

.heptacom-image-link-link.display-part-image .heptacom-image-link-background {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.heptacom-image-link-link.display-part-image .heptacom-image-link-background img {
	height: 100%;
	width: 100%;
}

.heptacom-image-link-link.display-part-image .heptacom-image-link-title {
	-ms-flex-order: 1;
	order: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 50%;
	-ms-flex-align: end;
	align-items: flex-end;
	z-index: 2;
}

.heptacom-image-link-link.display-part-image .heptacom-image-link-title .title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}

.heptacom-image-link-link.display-part-image:hover {
	text-decoration: none;
}

.heptacom-image-link-link.display-action-box .heptacom-image-link-image {
	padding-top: 78%;
}

.heptacom-image-link-link.display-action-box .heptacom-image-link-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.heptacom-image-link-link.display-action-box .heptacom-image-link-title {
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 60%;
	-ms-flex-align: end;
	align-items: flex-end;
}

.heptacom-image-link-link.display-action-box .heptacom-image-link-title p {
	margin: 0;
}

.heptacom-image-link-link.display-action-box .heptacom-image-link-title .title {
	font-size: 28px;
}

.heptacom-image-link-link.display-action-box:hover {
	text-decoration: none;
}

.heptacom-image-link-link.display-action-box.extended .heptacom-image-link-title {
	color: #fff;
	-webkit-filter: drop-shadow(2px 4px 6px black);
	filter: drop-shadow(2px 4px 6px black);
}

.heptacom-image-link-link.display-action-box.extended .heptacom-image-link-title .title {
	font-size: 26px;
}

.preview-slider-wrapper .heptacom-image-link-link.display-action-box .heptacom-image-link-image {
	padding-top: 0;
}

@media (min-width: 576px) {
	.heptacom-image-link-link.display-full-image .heptacom-image-link-title {
		font-size: 28px;
	}
}

@media (min-width: 992px) {
	.heptacom-image-link-link.display-action-box {
		min-height: 240px;
	}
	
	.heptacom-image-link-link.display-part-image {
		padding: 30px;
	}
	
	.heptacom-image-link-link.display-part-image .heptacom-image-link-image {
		min-height: 150px;
		width: 60%;
	}
	
	.heptacom-image-link-link.display-part-image .heptacom-image-link-image img {
		height: calc(120% + 60px);
		top: calc(-10% - 30px);
	}
	
	.heptacom-image-link-link.display-part-image .heptacom-image-link-title {
		width: 40%;
	}
}

@media (min-width: 1200px) {
	.heptacom-image-link-link.display-part-image .heptacom-image-link-image {
		min-height: 200px;
	}
}

.result-featured-product {
	padding: .75rem 0;
}

.product-advisor__result > div {
	margin-bottom: 1rem;
}

.product-advisor__result .cms-listing-col {
	height: auto;
}

.product-advisor__result ul {
	padding: .5rem;
	margin: 0;
}

.product-advisor__result ul li {
	list-style-type: none;
}

.product-advisor__result ul li svg {
	height: .75rem;
	width: .75rem;
}

.product-advisor__result ul li.in svg {
	fill: currentColor;
	background-color: transparent;
}

.product-advisor__result ul li.not.in svg {
	fill: #aaa;
}

.sw-cms-product-advisor-storefront .product-advisor-nav-element {
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.sw-cms-product-advisor-storefront .loading-container {
	display: none;
	z-index: 10;
	background-color: rgba(200, 200, 200, .5);
}

.sw-cms-product-advisor-storefront .product-advisor-content {
	margin: 35px 41px;
}

.sw-cms-product-advisor-storefront .product-advisor-content .answer {
	cursor: pointer;
}

.sw-cms-product-advisor-storefront .product-advisor-content .answer .answer-container {
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.sw-cms-product-advisor-storefront .product-advisor-content .answer .answer-container .selected-icon {
	top: 0;
	width: 16px;
	height: 16px;
}

.sw-cms-product-advisor-storefront .product-advisor-content .answer .answer-container .selected-icon .advisor-selected-icon {
	margin-top: -4px;
}

.sw-cms-product-advisor-storefront .product-advisor-content .answer .answer-container .selection-title {
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.sw-cms-product-advisor-storefront .product-advisor-content .footer .required-warning {
	display: none;
}

.sw-cms-product-advisor-storefront .product-advisor-content .footer .product-advisor-ignore-and-next-button, .sw-cms-product-advisor-storefront .product-advisor-content .footer .product-advisor-next-button {
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.sw-cms-product-advisor-storefront .product-advisor__result-container {
	margin: 35px 41px;
}

.sw-cms-product-advisor-storefront .product-advisor__result-container .footer .product-advisor-back-button {
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.sw-cms-product-advisor-storefront .product-advisor-next-button:disabled, .sw-cms-product-advisor-storefront .disabled {
	cursor: not-allowed;
}

.sw-cms-product-advisor-storefront .cursor-auto {
	cursor: auto;
}

.swag-amazon-pay-wrapper {
	margin-top: 16px;
	margin-bottom: 16px;
	position: relative;
}

.swag-amazon-pay-wrapper.account-login {
	margin-top: 0;
	width: 200px;
	height: 80px;
}

.swag-amazon-pay-wrapper.account-login .swag-amazon-pay-button-error.connection-is-insecure {
	display: inline-block;
	min-width: 340px;
}

.swag-amazon-pay-wrapper.product-detail {
	margin-top: 0;
}

.swag-amazon-pay-button-container {
	height: 48px;
	width: 100% !important;
}

.swag-amazon-pay-loading-indicator {
	height: 32px;
}

.swag-amazon-pay-button-tooltip-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	cursor: not-allowed;
}

#swag-amazon-pay-change-amazon-payment-wrapper {
	margin-top: -3rem;
	margin-bottom: 2rem;
	height: 1rem;
}

@media screen and (min-width: 575px) and (max-width: 700px) {
	#swag-amazon-pay-change-amazon-payment-wrapper {
		margin-top: -1.5rem;
		margin-bottom: 0;
		height: .5rem;
		white-space: nowrap;
	}
}

#swag-amazon-pay-change-amazon-payment-logo {
	float: right;
	margin-top: .25rem;
	max-width: 130px;
	width: 25%;
}

@media screen and (min-width: 575px) and (max-width: 700px) {
	#swag-amazon-pay-change-amazon-payment-logo {
		float: left;
		width: auto;
		height: 1.2rem;
	}
}

.swag-amazon-pay-pure-payment-redirect-content-wrapper {
	margin-top: 19%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swag-amazon-pay-pure-payment-redirect-content-wrapper img {
	margin-bottom: 15px;
	width: 100px;
}

.swag-amazon-pay-account-link-amazon {
	margin: 3rem 0;
}

.swag-amazon-pay-account-link-amazon__amazon-button {
	width: 235px;
}

.is--neti-next-productdetailcms.noindent {
	margin-left: -20px;
	margin-right: -20px;
}

.is--neti-next-productdetailcms .cms-section-default.boxed {
	padding-left: 0;
	padding-right: 0;
}

.is--neti-next-productdetailcms.is--above-product_detail_description {
	margin-bottom: 1em;
}

.maxia-lazy-animation .product-image-wrapper {
	position: relative;
}

.maxia-lazy-animation .product-image-wrapper img {
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	opacity: 0;
}

.maxia-lazy-animation .product-image-wrapper:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1rem;
	margin-top: -1rem;
	pointer-events: none;
	opacity: 1;
}

.maxia-lazy-animation .product-image-wrapper.maxia-lazy-loaded img {
	opacity: 1;
}

.maxia-lazy-animation .product-image-wrapper.maxia-lazy-loaded:before {
	z-index: -1;
	opacity: 0;
}

.navigation-flyout {
	visibility: hidden;
}

.navigation-flyout.is-open {
	visibility: visible;
}

.cms-section.bg-image-img {
	overflow: hidden;
	position: relative;
}

.cms-section-bg-image-container {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.cms-section-bg-image-container .cms-section-bg-image.auto {
	position: relative;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.cms-section-bg-image-container .cms-section-bg-image.cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.cms-section-bg-image-container .cms-section-bg-image.contain {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}

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

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

@media (min-width: 576px) {
	.order-sm-13 {
		-ms-flex-order: 13;
		order: 13;
	}
}

@media (min-width: 768px) {
	.order-md-13 {
		-ms-flex-order: 13;
		order: 13;
	}
}

@media (min-width: 992px) {
	.order-lg-13 {
		-ms-flex-order: 13;
		order: 13;
	}
}

@media (min-width: 1200px) {
	.order-xl-13 {
		-ms-flex-order: 13;
		order: 13;
	}
}

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

.order-xs-14 {
	-ms-flex-order: 14;
	order: 14;
}

@media (min-width: 576px) {
	.order-sm-14 {
		-ms-flex-order: 14;
		order: 14;
	}
}

@media (min-width: 768px) {
	.order-md-14 {
		-ms-flex-order: 14;
		order: 14;
	}
}

@media (min-width: 992px) {
	.order-lg-14 {
		-ms-flex-order: 14;
		order: 14;
	}
}

@media (min-width: 1200px) {
	.order-xl-14 {
		-ms-flex-order: 14;
		order: 14;
	}
}

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

.order-xs-15 {
	-ms-flex-order: 15;
	order: 15;
}

@media (min-width: 576px) {
	.order-sm-15 {
		-ms-flex-order: 15;
		order: 15;
	}
}

@media (min-width: 768px) {
	.order-md-15 {
		-ms-flex-order: 15;
		order: 15;
	}
}

@media (min-width: 992px) {
	.order-lg-15 {
		-ms-flex-order: 15;
		order: 15;
	}
}

@media (min-width: 1200px) {
	.order-xl-15 {
		-ms-flex-order: 15;
		order: 15;
	}
}

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

.order-xs-16 {
	-ms-flex-order: 16;
	order: 16;
}

@media (min-width: 576px) {
	.order-sm-16 {
		-ms-flex-order: 16;
		order: 16;
	}
}

@media (min-width: 768px) {
	.order-md-16 {
		-ms-flex-order: 16;
		order: 16;
	}
}

@media (min-width: 992px) {
	.order-lg-16 {
		-ms-flex-order: 16;
		order: 16;
	}
}

@media (min-width: 1200px) {
	.order-xl-16 {
		-ms-flex-order: 16;
		order: 16;
	}
}

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

.order-xs-17 {
	-ms-flex-order: 17;
	order: 17;
}

@media (min-width: 576px) {
	.order-sm-17 {
		-ms-flex-order: 17;
		order: 17;
	}
}

@media (min-width: 768px) {
	.order-md-17 {
		-ms-flex-order: 17;
		order: 17;
	}
}

@media (min-width: 992px) {
	.order-lg-17 {
		-ms-flex-order: 17;
		order: 17;
	}
}

@media (min-width: 1200px) {
	.order-xl-17 {
		-ms-flex-order: 17;
		order: 17;
	}
}

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

.order-xs-18 {
	-ms-flex-order: 18;
	order: 18;
}

@media (min-width: 576px) {
	.order-sm-18 {
		-ms-flex-order: 18;
		order: 18;
	}
}

@media (min-width: 768px) {
	.order-md-18 {
		-ms-flex-order: 18;
		order: 18;
	}
}

@media (min-width: 992px) {
	.order-lg-18 {
		-ms-flex-order: 18;
		order: 18;
	}
}

@media (min-width: 1200px) {
	.order-xl-18 {
		-ms-flex-order: 18;
		order: 18;
	}
}

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

.order-xs-19 {
	-ms-flex-order: 19;
	order: 19;
}

@media (min-width: 576px) {
	.order-sm-19 {
		-ms-flex-order: 19;
		order: 19;
	}
}

@media (min-width: 768px) {
	.order-md-19 {
		-ms-flex-order: 19;
		order: 19;
	}
}

@media (min-width: 992px) {
	.order-lg-19 {
		-ms-flex-order: 19;
		order: 19;
	}
}

@media (min-width: 1200px) {
	.order-xl-19 {
		-ms-flex-order: 19;
		order: 19;
	}
}

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

.order-xs-20 {
	-ms-flex-order: 20;
	order: 20;
}

@media (min-width: 576px) {
	.order-sm-20 {
		-ms-flex-order: 20;
		order: 20;
	}
}

@media (min-width: 768px) {
	.order-md-20 {
		-ms-flex-order: 20;
		order: 20;
	}
}

@media (min-width: 992px) {
	.order-lg-20 {
		-ms-flex-order: 20;
		order: 20;
	}
}

@media (min-width: 1200px) {
	.order-xl-20 {
		-ms-flex-order: 20;
		order: 20;
	}
}

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

.order-xs-21 {
	-ms-flex-order: 21;
	order: 21;
}

@media (min-width: 576px) {
	.order-sm-21 {
		-ms-flex-order: 21;
		order: 21;
	}
}

@media (min-width: 768px) {
	.order-md-21 {
		-ms-flex-order: 21;
		order: 21;
	}
}

@media (min-width: 992px) {
	.order-lg-21 {
		-ms-flex-order: 21;
		order: 21;
	}
}

@media (min-width: 1200px) {
	.order-xl-21 {
		-ms-flex-order: 21;
		order: 21;
	}
}

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

.order-xs-22 {
	-ms-flex-order: 22;
	order: 22;
}

@media (min-width: 576px) {
	.order-sm-22 {
		-ms-flex-order: 22;
		order: 22;
	}
}

@media (min-width: 768px) {
	.order-md-22 {
		-ms-flex-order: 22;
		order: 22;
	}
}

@media (min-width: 992px) {
	.order-lg-22 {
		-ms-flex-order: 22;
		order: 22;
	}
}

@media (min-width: 1200px) {
	.order-xl-22 {
		-ms-flex-order: 22;
		order: 22;
	}
}

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

.order-xs-23 {
	-ms-flex-order: 23;
	order: 23;
}

@media (min-width: 576px) {
	.order-sm-23 {
		-ms-flex-order: 23;
		order: 23;
	}
}

@media (min-width: 768px) {
	.order-md-23 {
		-ms-flex-order: 23;
		order: 23;
	}
}

@media (min-width: 992px) {
	.order-lg-23 {
		-ms-flex-order: 23;
		order: 23;
	}
}

@media (min-width: 1200px) {
	.order-xl-23 {
		-ms-flex-order: 23;
		order: 23;
	}
}

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

.order-xs-24 {
	-ms-flex-order: 24;
	order: 24;
}

@media (min-width: 576px) {
	.order-sm-24 {
		-ms-flex-order: 24;
		order: 24;
	}
}

@media (min-width: 768px) {
	.order-md-24 {
		-ms-flex-order: 24;
		order: 24;
	}
}

@media (min-width: 992px) {
	.order-lg-24 {
		-ms-flex-order: 24;
		order: 24;
	}
}

@media (min-width: 1200px) {
	.order-xl-24 {
		-ms-flex-order: 24;
		order: 24;
	}
}

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

.order-xs-25 {
	-ms-flex-order: 25;
	order: 25;
}

@media (min-width: 576px) {
	.order-sm-25 {
		-ms-flex-order: 25;
		order: 25;
	}
}

@media (min-width: 768px) {
	.order-md-25 {
		-ms-flex-order: 25;
		order: 25;
	}
}

@media (min-width: 992px) {
	.order-lg-25 {
		-ms-flex-order: 25;
		order: 25;
	}
}

@media (min-width: 1200px) {
	.order-xl-25 {
		-ms-flex-order: 25;
		order: 25;
	}
}

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

.order-xs-26 {
	-ms-flex-order: 26;
	order: 26;
}

@media (min-width: 576px) {
	.order-sm-26 {
		-ms-flex-order: 26;
		order: 26;
	}
}

@media (min-width: 768px) {
	.order-md-26 {
		-ms-flex-order: 26;
		order: 26;
	}
}

@media (min-width: 992px) {
	.order-lg-26 {
		-ms-flex-order: 26;
		order: 26;
	}
}

@media (min-width: 1200px) {
	.order-xl-26 {
		-ms-flex-order: 26;
		order: 26;
	}
}

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

.order-xs-27 {
	-ms-flex-order: 27;
	order: 27;
}

@media (min-width: 576px) {
	.order-sm-27 {
		-ms-flex-order: 27;
		order: 27;
	}
}

@media (min-width: 768px) {
	.order-md-27 {
		-ms-flex-order: 27;
		order: 27;
	}
}

@media (min-width: 992px) {
	.order-lg-27 {
		-ms-flex-order: 27;
		order: 27;
	}
}

@media (min-width: 1200px) {
	.order-xl-27 {
		-ms-flex-order: 27;
		order: 27;
	}
}

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

.order-xs-28 {
	-ms-flex-order: 28;
	order: 28;
}

@media (min-width: 576px) {
	.order-sm-28 {
		-ms-flex-order: 28;
		order: 28;
	}
}

@media (min-width: 768px) {
	.order-md-28 {
		-ms-flex-order: 28;
		order: 28;
	}
}

@media (min-width: 992px) {
	.order-lg-28 {
		-ms-flex-order: 28;
		order: 28;
	}
}

@media (min-width: 1200px) {
	.order-xl-28 {
		-ms-flex-order: 28;
		order: 28;
	}
}

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

.order-xs-29 {
	-ms-flex-order: 29;
	order: 29;
}

@media (min-width: 576px) {
	.order-sm-29 {
		-ms-flex-order: 29;
		order: 29;
	}
}

@media (min-width: 768px) {
	.order-md-29 {
		-ms-flex-order: 29;
		order: 29;
	}
}

@media (min-width: 992px) {
	.order-lg-29 {
		-ms-flex-order: 29;
		order: 29;
	}
}

@media (min-width: 1200px) {
	.order-xl-29 {
		-ms-flex-order: 29;
		order: 29;
	}
}

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

.order-xs-30 {
	-ms-flex-order: 30;
	order: 30;
}

@media (min-width: 576px) {
	.order-sm-30 {
		-ms-flex-order: 30;
		order: 30;
	}
}

@media (min-width: 768px) {
	.order-md-30 {
		-ms-flex-order: 30;
		order: 30;
	}
}

@media (min-width: 992px) {
	.order-lg-30 {
		-ms-flex-order: 30;
		order: 30;
	}
}

@media (min-width: 1200px) {
	.order-xl-30 {
		-ms-flex-order: 30;
		order: 30;
	}
}

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

.order-xs-31 {
	-ms-flex-order: 31;
	order: 31;
}

@media (min-width: 576px) {
	.order-sm-31 {
		-ms-flex-order: 31;
		order: 31;
	}
}

@media (min-width: 768px) {
	.order-md-31 {
		-ms-flex-order: 31;
		order: 31;
	}
}

@media (min-width: 992px) {
	.order-lg-31 {
		-ms-flex-order: 31;
		order: 31;
	}
}

@media (min-width: 1200px) {
	.order-xl-31 {
		-ms-flex-order: 31;
		order: 31;
	}
}

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

.order-xs-32 {
	-ms-flex-order: 32;
	order: 32;
}

@media (min-width: 576px) {
	.order-sm-32 {
		-ms-flex-order: 32;
		order: 32;
	}
}

@media (min-width: 768px) {
	.order-md-32 {
		-ms-flex-order: 32;
		order: 32;
	}
}

@media (min-width: 992px) {
	.order-lg-32 {
		-ms-flex-order: 32;
		order: 32;
	}
}

@media (min-width: 1200px) {
	.order-xl-32 {
		-ms-flex-order: 32;
		order: 32;
	}
}

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

.order-xs-33 {
	-ms-flex-order: 33;
	order: 33;
}

@media (min-width: 576px) {
	.order-sm-33 {
		-ms-flex-order: 33;
		order: 33;
	}
}

@media (min-width: 768px) {
	.order-md-33 {
		-ms-flex-order: 33;
		order: 33;
	}
}

@media (min-width: 992px) {
	.order-lg-33 {
		-ms-flex-order: 33;
		order: 33;
	}
}

@media (min-width: 1200px) {
	.order-xl-33 {
		-ms-flex-order: 33;
		order: 33;
	}
}

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

.order-xs-34 {
	-ms-flex-order: 34;
	order: 34;
}

@media (min-width: 576px) {
	.order-sm-34 {
		-ms-flex-order: 34;
		order: 34;
	}
}

@media (min-width: 768px) {
	.order-md-34 {
		-ms-flex-order: 34;
		order: 34;
	}
}

@media (min-width: 992px) {
	.order-lg-34 {
		-ms-flex-order: 34;
		order: 34;
	}
}

@media (min-width: 1200px) {
	.order-xl-34 {
		-ms-flex-order: 34;
		order: 34;
	}
}

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

.order-xs-35 {
	-ms-flex-order: 35;
	order: 35;
}

@media (min-width: 576px) {
	.order-sm-35 {
		-ms-flex-order: 35;
		order: 35;
	}
}

@media (min-width: 768px) {
	.order-md-35 {
		-ms-flex-order: 35;
		order: 35;
	}
}

@media (min-width: 992px) {
	.order-lg-35 {
		-ms-flex-order: 35;
		order: 35;
	}
}

@media (min-width: 1200px) {
	.order-xl-35 {
		-ms-flex-order: 35;
		order: 35;
	}
}

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

.order-xs-36 {
	-ms-flex-order: 36;
	order: 36;
}

@media (min-width: 576px) {
	.order-sm-36 {
		-ms-flex-order: 36;
		order: 36;
	}
}

@media (min-width: 768px) {
	.order-md-36 {
		-ms-flex-order: 36;
		order: 36;
	}
}

@media (min-width: 992px) {
	.order-lg-36 {
		-ms-flex-order: 36;
		order: 36;
	}
}

@media (min-width: 1200px) {
	.order-xl-36 {
		-ms-flex-order: 36;
		order: 36;
	}
}

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

.order-xs-37 {
	-ms-flex-order: 37;
	order: 37;
}

@media (min-width: 576px) {
	.order-sm-37 {
		-ms-flex-order: 37;
		order: 37;
	}
}

@media (min-width: 768px) {
	.order-md-37 {
		-ms-flex-order: 37;
		order: 37;
	}
}

@media (min-width: 992px) {
	.order-lg-37 {
		-ms-flex-order: 37;
		order: 37;
	}
}

@media (min-width: 1200px) {
	.order-xl-37 {
		-ms-flex-order: 37;
		order: 37;
	}
}

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

.order-xs-38 {
	-ms-flex-order: 38;
	order: 38;
}

@media (min-width: 576px) {
	.order-sm-38 {
		-ms-flex-order: 38;
		order: 38;
	}
}

@media (min-width: 768px) {
	.order-md-38 {
		-ms-flex-order: 38;
		order: 38;
	}
}

@media (min-width: 992px) {
	.order-lg-38 {
		-ms-flex-order: 38;
		order: 38;
	}
}

@media (min-width: 1200px) {
	.order-xl-38 {
		-ms-flex-order: 38;
		order: 38;
	}
}

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

.order-xs-39 {
	-ms-flex-order: 39;
	order: 39;
}

@media (min-width: 576px) {
	.order-sm-39 {
		-ms-flex-order: 39;
		order: 39;
	}
}

@media (min-width: 768px) {
	.order-md-39 {
		-ms-flex-order: 39;
		order: 39;
	}
}

@media (min-width: 992px) {
	.order-lg-39 {
		-ms-flex-order: 39;
		order: 39;
	}
}

@media (min-width: 1200px) {
	.order-xl-39 {
		-ms-flex-order: 39;
		order: 39;
	}
}

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

.order-xs-40 {
	-ms-flex-order: 40;
	order: 40;
}

@media (min-width: 576px) {
	.order-sm-40 {
		-ms-flex-order: 40;
		order: 40;
	}
}

@media (min-width: 768px) {
	.order-md-40 {
		-ms-flex-order: 40;
		order: 40;
	}
}

@media (min-width: 992px) {
	.order-lg-40 {
		-ms-flex-order: 40;
		order: 40;
	}
}

@media (min-width: 1200px) {
	.order-xl-40 {
		-ms-flex-order: 40;
		order: 40;
	}
}

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

.order-xs-41 {
	-ms-flex-order: 41;
	order: 41;
}

@media (min-width: 576px) {
	.order-sm-41 {
		-ms-flex-order: 41;
		order: 41;
	}
}

@media (min-width: 768px) {
	.order-md-41 {
		-ms-flex-order: 41;
		order: 41;
	}
}

@media (min-width: 992px) {
	.order-lg-41 {
		-ms-flex-order: 41;
		order: 41;
	}
}

@media (min-width: 1200px) {
	.order-xl-41 {
		-ms-flex-order: 41;
		order: 41;
	}
}

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

.order-xs-42 {
	-ms-flex-order: 42;
	order: 42;
}

@media (min-width: 576px) {
	.order-sm-42 {
		-ms-flex-order: 42;
		order: 42;
	}
}

@media (min-width: 768px) {
	.order-md-42 {
		-ms-flex-order: 42;
		order: 42;
	}
}

@media (min-width: 992px) {
	.order-lg-42 {
		-ms-flex-order: 42;
		order: 42;
	}
}

@media (min-width: 1200px) {
	.order-xl-42 {
		-ms-flex-order: 42;
		order: 42;
	}
}

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

.order-xs-43 {
	-ms-flex-order: 43;
	order: 43;
}

@media (min-width: 576px) {
	.order-sm-43 {
		-ms-flex-order: 43;
		order: 43;
	}
}

@media (min-width: 768px) {
	.order-md-43 {
		-ms-flex-order: 43;
		order: 43;
	}
}

@media (min-width: 992px) {
	.order-lg-43 {
		-ms-flex-order: 43;
		order: 43;
	}
}

@media (min-width: 1200px) {
	.order-xl-43 {
		-ms-flex-order: 43;
		order: 43;
	}
}

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

.order-xs-44 {
	-ms-flex-order: 44;
	order: 44;
}

@media (min-width: 576px) {
	.order-sm-44 {
		-ms-flex-order: 44;
		order: 44;
	}
}

@media (min-width: 768px) {
	.order-md-44 {
		-ms-flex-order: 44;
		order: 44;
	}
}

@media (min-width: 992px) {
	.order-lg-44 {
		-ms-flex-order: 44;
		order: 44;
	}
}

@media (min-width: 1200px) {
	.order-xl-44 {
		-ms-flex-order: 44;
		order: 44;
	}
}

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

.order-xs-45 {
	-ms-flex-order: 45;
	order: 45;
}

@media (min-width: 576px) {
	.order-sm-45 {
		-ms-flex-order: 45;
		order: 45;
	}
}

@media (min-width: 768px) {
	.order-md-45 {
		-ms-flex-order: 45;
		order: 45;
	}
}

@media (min-width: 992px) {
	.order-lg-45 {
		-ms-flex-order: 45;
		order: 45;
	}
}

@media (min-width: 1200px) {
	.order-xl-45 {
		-ms-flex-order: 45;
		order: 45;
	}
}

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

.order-xs-46 {
	-ms-flex-order: 46;
	order: 46;
}

@media (min-width: 576px) {
	.order-sm-46 {
		-ms-flex-order: 46;
		order: 46;
	}
}

@media (min-width: 768px) {
	.order-md-46 {
		-ms-flex-order: 46;
		order: 46;
	}
}

@media (min-width: 992px) {
	.order-lg-46 {
		-ms-flex-order: 46;
		order: 46;
	}
}

@media (min-width: 1200px) {
	.order-xl-46 {
		-ms-flex-order: 46;
		order: 46;
	}
}

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

.order-xs-47 {
	-ms-flex-order: 47;
	order: 47;
}

@media (min-width: 576px) {
	.order-sm-47 {
		-ms-flex-order: 47;
		order: 47;
	}
}

@media (min-width: 768px) {
	.order-md-47 {
		-ms-flex-order: 47;
		order: 47;
	}
}

@media (min-width: 992px) {
	.order-lg-47 {
		-ms-flex-order: 47;
		order: 47;
	}
}

@media (min-width: 1200px) {
	.order-xl-47 {
		-ms-flex-order: 47;
		order: 47;
	}
}

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

.order-xs-48 {
	-ms-flex-order: 48;
	order: 48;
}

@media (min-width: 576px) {
	.order-sm-48 {
		-ms-flex-order: 48;
		order: 48;
	}
}

@media (min-width: 768px) {
	.order-md-48 {
		-ms-flex-order: 48;
		order: 48;
	}
}

@media (min-width: 992px) {
	.order-lg-48 {
		-ms-flex-order: 48;
		order: 48;
	}
}

@media (min-width: 1200px) {
	.order-xl-48 {
		-ms-flex-order: 48;
		order: 48;
	}
}

.product-box .product-image-wrapper .product-image-link picture {
	width: 100%;
	height: 100%;
}

.gallery-slider-thumbnails-item-inner picture {
	width: 100%;
	height: 100%;
}

.cms-element-rhweb-card .card .rhweb-card-img {
	width: 100%;
}

.cms-element-rhweb-card .card picture {
	width: 100%;
	height: 100%;
}

.scg-big {
	padding-bottom: 64px;
}

.scg-main .scg-wrapper {
	width: 100%;
	z-index: 1;
}

@media (min-width: 700px) {
	.scg-main .scg-wrapper .progressbar {
		padding-inline-start: 0;
	}
	
	.scg-main .scg-wrapper .progressbar li {
		float: left;
		position: relative;
		text-align: center;
		list-style-type: none;
	}
	
	.scg-main .scg-wrapper .progressbar li:before {
		content: "";
		width: 30px;
		height: 30px;
		border: 2px solid #bebebe;
		display: block;
		margin: 0 auto 10px auto;
		border-radius: 100%;
		line-height: 27px;
		background: white;
		color: #bebebe;
		text-align: center;
		font-weight: bold;
	}
	
	.scg-main .scg-wrapper .progressbar li:after {
		content: "";
		position: absolute;
		width: calc(100% - 26px);
		height: 3px;
		background: #bebebe;
		top: 15px;
		left: calc(-50% + 13px);
		z-index: -1;
	}
	
	.scg-main .scg-wrapper .progressbar li:first-child:after {
		content: none;
	}
	
	.scg-main .scg-wrapper .progressbar li.active:before {
		border-color: #3aac5d;
		color: white;
	}
	
	.scg-main .scg-wrapper .progressbar li.active:before, .scg-main .scg-wrapper .progressbar li.active:after {
		background: #3aac5d;
	}
	
	.scg-main .scg-wrapper .progressbar li.only-highest::after {
		background: #bebebe !important;
	}
}

@media (max-width: 700px) {
	.scg-main .scg-wrapper .progressbar {
		padding-inline-start: 0;
	}
	
	.scg-main .scg-wrapper .progressbar li {
		float: left;
		position: relative;
		list-style-type: none;
		width: 100% !important;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.scg-main .scg-wrapper .progressbar li div {
		padding-left: 16px;
		padding-bottom: 32px;
	}
	
	.scg-main .scg-wrapper .progressbar li:before {
		content: "";
		width: 30px;
		height: 30px;
		border: 2px solid #bebebe;
		display: block;
		border-radius: 100%;
		line-height: 27px;
		background: white;
		color: #bebebe;
		text-align: center;
		font-weight: bold;
		min-width: 30px;
		min-height: 30px;
	}
	
	.scg-main .scg-wrapper .progressbar li:after {
		content: "";
		position: absolute;
		width: 3px;
		height: calc(100% - 30px);
		background: #bebebe;
		top: calc(-100% + 30px);
		left: 13px;
		min-width: 3px;
		min-height: calc(100% - 30px);
	}
	
	.scg-main .scg-wrapper .progressbar li.active:before {
		background: #3aac5d;
		border-color: #3aac5d;
		color: white;
	}
	
	.scg-main .scg-wrapper .progressbar li.active:before, .scg-main .scg-wrapper .progressbar li.active:after {
		background: #3aac5d;
	}
	
	.scg-main .scg-wrapper .progressbar li.only-highest::after {
		background: #bebebe !important;
	}
	
	.scg-main .scg-wrapper .progressbar li:first-child:after {
		content: none;
	}
}

.scg-main .scg-wrapper .progressbar-mini {
	padding-inline-start: 0;
}

.scg-main .scg-wrapper .progressbar-mini li {
	float: left;
	position: relative;
	list-style-type: none;
	width: 100% !important;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.scg-main .scg-wrapper .progressbar-mini li div {
	padding-left: 16px;
	padding-bottom: 32px;
}

.scg-main .scg-wrapper .progressbar-mini li:before {
	content: "";
	width: 30px;
	height: 30px;
	border: 2px solid #bebebe;
	display: block;
	border-radius: 100%;
	line-height: 27px;
	background: white;
	color: #bebebe;
	text-align: center;
	font-weight: bold;
	min-width: 30px;
	min-height: 30px;
}

.scg-main .scg-wrapper .progressbar-mini li:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 100%;
	background: #bebebe;
	top: -100%;
	left: 13px;
	z-index: -1;
	min-width: 3px;
}

.scg-main .scg-wrapper .progressbar-mini li.active:before {
	background: #3aac5d;
	border-color: #3aac5d;
	color: white;
}

.scg-main .scg-wrapper .progressbar-mini li.active:before, .scg-main .scg-wrapper .progressbar-mini li.active:after {
	background: #3aac5d;
}

.scg-main .scg-wrapper .progressbar-mini li:first-child:after {
	content: none;
}

.scg-main .scg-wrapper .scg-cart-title {
	font-size: 24px;
	text-align: center;
	width: 100%;
	font-weight: bold;
	padding-bottom: 32px;
}

.scg-main .scg-wrapper .scg-next-position {
	text-align: center;
	width: 100%;
	font-size: 18px;
	padding-bottom: 16px;
}

.scg-free-badge {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-align: right;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
}

.scg-free-badge div {
	border: 1px solid #3aac5d;
	padding: 4px;
	padding-left: 16px;
	padding-right: 16px;
	border-radius: 5px;
	color: #3aac5d;
}

.scg-free-items-select-holder {
	clear: both;
	margin-top: 32px;
	padding-bottom: 32px;
}

.scg-mobile.scg-free-items-select-holder {
	margin: 0;
	padding-bottom: 0;
}

.scg-select {
	margin-bottom: 16px;
	padding: 8px 8px;
	width: 100%;
}

.prevent-sale-cart-spacer {
	height: 16px;
}

.cms-section.full-width .cms-block-container {
	margin: 0 !important;
	padding: 0 !important;
}

.shift-up {
	margin-top: -80px;
}

.cms-section.fixed-bg {
	background-attachment: fixed;
	background-size: cover;
}

.cms-element-moorl-shop-the-look .moorl-product-buy-list-items .moorl-product-buy-list-item .product-title span {
	-ms-hyphens: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}

.cms-element-moorl-shop-the-look .hotspot-area .hotspot-area-image .hover-card img {
	border-radius: 10px;
}

._t53mel ._1u68cu3 {
	inset: auto 20px 75px auto !important;
}

.is-act-guestloginpage .account-guest-auth {
	padding-top: 100px;
}

.cms-heptacom-accordion {
	cursor: pointer;
}

.cms-heptacom-accordion h4, .cms-heptacom-accordion .h4, .cms-heptacom-accordion .offcanvas-cart-upselling h2.product-upselling-slider-title, .offcanvas-cart-upselling .cms-heptacom-accordion h2.product-upselling-slider-title {
	margin-bottom: 0;
}

.cms-heptacom-accordion .card {
	background-color: #fff;
	border-bottom: 1px solid #e3e3e3;
}

.cms-heptacom-accordion .accordion-button {
	width: 100%;
	color: #222;
	border: none;
	padding: 0;
	background-color: white;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.cms-heptacom-accordion .accordion-button:focus:not(:focus-visible) {
	outline: none;
}

.cms-heptacom-accordion .accordion-button img {
	width: 15px;
}

.cms-heptacom-accordion .accordion-button .plus-icon {
	display: none;
}

.cms-heptacom-accordion .accordion-button.collapsed .minus-icon {
	display: none;
}

.cms-heptacom-accordion .accordion-button.collapsed .plus-icon {
	display: block;
}

.cms-heptacom-accordion .card-header {
	border-radius: 0;
	background-color: transparent;
	padding: .25rem .5rem;
}

.cms-heptacom-accordion .card-header .cms-element-text * {
	background-color: transparent;
	margin-bottom: 0;
	padding-left: 0;
}

.cms-heptacom-accordion .card-body {
	padding: .25rem .5rem;
}

.cms-heptacom-accordion .card-body .cms-element-text * {
	margin-top: 10px;
}

.cms-heptacom-accordion h1 {
	font-weight: 900;
}

.cms-heptacom-accordion h2 {
	font-weight: 900;
}

.cms-heptacom-accordion h3 {
	font-weight: 900;
}

.cms-heptacom-accordion h4 {
	font-weight: 900;
}

.cms-heptacom-accordion h5 {
	font-weight: 900;
}

.cms-heptacom-accordion h6 {
	font-weight: 900;
}

.sw-cms-block-heptacom-image-1-text-2, .sw-cms-block-heptacom-text-2-image-1 {
	width: 100%;
	display: -ms-grid;
	display: grid;
	grid-auto-flow: row;
	grid-gap: 40px;
}

@media (min-width: 768px) {
	.sw-cms-block-heptacom-image-1-text-2, .sw-cms-block-heptacom-text-2-image-1 {
		grid-auto-flow: column;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.sw-cms-block-heptacom-image-1-text-2__slot-image1, .sw-cms-block-heptacom-text-2-image-1__slot-image1 {
		grid-row: span 2/auto;
	}
}

.cms-block-heptacom-four-column-md-slider {
	overflow: visible;
}

@media (min-width: 992px) {
	.cms-block-heptacom-four-column-md-slider {
		overflow: hidden;
	}
}

.cms-block-heptacom-four-column-md-slider .base-slider {
	overflow: hidden;
}

@media (min-width: 992px) {
	.cms-block-heptacom-four-column-md-slider .base-slider {
		overflow: hidden;
	}
}

.cms-block-heptacom-four-column-md-slider .container, .cms-block-heptacom-four-column-md-slider .cms-section .boxed, .cms-section .cms-block-heptacom-four-column-md-slider .boxed {
	padding-left: 20px;
	padding-right: 20px;
}

.cms-block-heptacom-four-column-md-slider .base-slider .base-slider-controls .base-slider-controls-prev, .cms-block-heptacom-four-column-md-slider .base-slider .base-slider-controls .base-slider-controls-next {
	line-height: normal;
}

.cms-block-heptacom-four-column-md-slider .base-slider .base-slider-controls .base-slider-controls-prev {
	left: -20px;
}

.cms-block-heptacom-four-column-md-slider .base-slider .base-slider-controls .base-slider-controls-prev:focus {
	outline: none;
}

.cms-block-heptacom-four-column-md-slider .base-slider .base-slider-controls .base-slider-controls-next {
	right: -20px;
}

.cms-block-heptacom-four-column-md-slider .base-slider .base-slider-controls .base-slider-controls-next:focus {
	outline: none;
}

.heptacom-image-link-link {
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.heptacom-image-link-link.display-full-image .heptacom-image-link-image {
	padding-top: 78%;
}

.heptacom-image-link-link.display-full-image .heptacom-image-link-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.heptacom-image-link-link.display-full-image .heptacom-image-link-title {
	padding: 0 10px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	-ms-word-break: break-all;
	word-break: break-all;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	width: fit-content;
	text-transform: uppercase;
	color: #000;
	background-color: #fff;
	font-size: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.heptacom-image-link-link.display-part-image {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background-color: #fff;
	padding: 15px;
}

.heptacom-image-link-link.display-part-image .heptacom-image-link-image {
	width: 50%;
	-ms-flex-order: 2;
	order: 2;
	position: relative;
	z-index: 2;
}

.heptacom-image-link-link.display-part-image .heptacom-image-link-image img {
	position: absolute;
	height: calc(105% + 60px);
	width: 100%;
	object-fit: contain;
	top: calc(-2.5% - 30px);
}

.heptacom-image-link-link.display-part-image .heptacom-image-link-background {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.heptacom-image-link-link.display-part-image .heptacom-image-link-background img {
	height: 100%;
	width: 100%;
}

.heptacom-image-link-link.display-part-image .heptacom-image-link-title {
	-ms-flex-order: 1;
	order: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 50%;
	-ms-flex-align: end;
	align-items: flex-end;
	z-index: 2;
}

.heptacom-image-link-link.display-part-image .heptacom-image-link-title .title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}

.heptacom-image-link-link.display-part-image:hover {
	text-decoration: none;
}

.heptacom-image-link-link.display-action-box .heptacom-image-link-image {
	padding-top: 78%;
}

.heptacom-image-link-link.display-action-box .heptacom-image-link-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.heptacom-image-link-link.display-action-box .heptacom-image-link-title {
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 60%;
	-ms-flex-align: end;
	align-items: flex-end;
}

.heptacom-image-link-link.display-action-box .heptacom-image-link-title p {
	margin: 0;
}

.heptacom-image-link-link.display-action-box .heptacom-image-link-title .title {
	font-size: 28px;
}

.heptacom-image-link-link.display-action-box:hover {
	text-decoration: none;
}

.heptacom-image-link-link.display-action-box.extended .heptacom-image-link-title {
	color: #fff;
	-webkit-filter: drop-shadow(2px 4px 6px black);
	filter: drop-shadow(2px 4px 6px black);
}

.heptacom-image-link-link.display-action-box.extended .heptacom-image-link-title .title {
	font-size: 26px;
}

.preview-slider-wrapper .heptacom-image-link-link.display-action-box .heptacom-image-link-image {
	padding-top: 0;
}

@media (min-width: 576px) {
	.heptacom-image-link-link.display-full-image .heptacom-image-link-title {
		font-size: 28px;
	}
}

@media (min-width: 992px) {
	.heptacom-image-link-link.display-action-box {
		min-height: 240px;
	}
	
	.heptacom-image-link-link.display-part-image {
		padding: 30px;
	}
	
	.heptacom-image-link-link.display-part-image .heptacom-image-link-image {
		min-height: 150px;
		width: 60%;
	}
	
	.heptacom-image-link-link.display-part-image .heptacom-image-link-image img {
		height: calc(120% + 60px);
		top: calc(-10% - 30px);
	}
	
	.heptacom-image-link-link.display-part-image .heptacom-image-link-title {
		width: 40%;
	}
}

@media (min-width: 1200px) {
	.heptacom-image-link-link.display-part-image .heptacom-image-link-image {
		min-height: 200px;
	}
}

.sw-cms-block-heptacom-image-two-products {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.sw-cms-block-heptacom-image-two-products .sw-cms-block-heptacom-image-two-products__group {
	width: 100%;
	padding: 0 10px 20px 10px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 992px) {
	.sw-cms-block-heptacom-image-two-products .sw-cms-block-heptacom-image-two-products__group {
		width: 50%;
	}
}

.sw-cms-block-heptacom-image-two-products .heptacom-image-two-products__product-wrapper {
	width: 100%;
	padding-top: 20px;
}

.cms-el-heptacom-text-image-shifted .cms-el-heptacom-text-image-shifted--wrapper .cms-el-preview-heptacom-text-image-shifted--image-wrapper img {
	-webkit-filter: drop-shadow(1px 4px 6px rgba(0, 0, 0, .5));
	filter: drop-shadow(1px 4px 6px rgba(0, 0, 0, .5));
}

@media (min-width: 768px) {
	.cms-el-heptacom-text-image-shifted .cms-el-heptacom-text-image-shifted--wrapper .cms-el-preview-heptacom-text-image-shifted--image-wrapper img {
		top: unset !important;
	}
}

.heptacom-banner-wrapper .heptacom-banner-content .heptacom-banner-text * {
	width: auto;
}

.banner-breadcrumb {
	display: none;
}

.cms-block.show-breadcrumbs .banner-breadcrumb-wrapper {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.cms-block.show-breadcrumbs .banner-breadcrumb {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 20px;
}

.cms-block.show-breadcrumbs .banner-breadcrumb .breadcrumb a {
	color: #fff;
}

.cms-block.show-breadcrumbs .banner-breadcrumb .breadcrumb a.is-active {
	color: #fff;
}

.cms-block.show-breadcrumbs .breadcrumb-placeholder .icon {
	color: #fff;
}

.container-main:has(.cms-page):has(.cms-block.show-breadcrumbs) .cms-breadcrumb {
	display: none;
}

.cms-element-merchant-meta ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.cart-offcanvas {
	z-index: 99999999999;
}

.product-image-wrapper {
	height: 150px;
	margin-top: 5px;
}

@media (min-width: 576px) {
	.product-image-wrapper {
		height: 250px;
	}
}

@media (min-width: 768px) {
	.product-image-wrapper {
		height: 300px;
	}
}

.product-image-wrapper .product-action, .product-image-wrapper .show-product-container {
	display: none;
}

@media (min-width: 576px) {
	.product-image-wrapper .product-action, .product-image-wrapper .show-product-container {
		display: block;
	}
}

.heptacom-image-text-card-wrapper {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}

.heptacom-image-text-card-wrapper .heptacom-image-text-card-image {
	width: 100%;
}

.heptacom-image-text-card-wrapper .heptacom-image-text-card-image a {
	display: block;
	height: 100%;
}

.heptacom-image-text-card-wrapper .heptacom-image-text-card-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.heptacom-image-text-card-wrapper .heptacom-image-text-card-content {
	padding: 20px;
}

.header-search-btn {
	line-height: normal;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#swag-amazon-pay-product-detail-wrapper {
	margin-left: -5px;
	margin-right: -5px;
}

#swag-amazon-pay-product-detail-wrapper > div:first-child {
	padding: 0px;
}

.swag-amazon-pay-wrapper.product-detail {
	padding: 0 5px;
	margin-top: 0;
}

.buy-widget-fixed {
	display: none;
}

.buy-widget-fixed #swag-amazon-pay-product-detail-wrapper {
	display: none;
}

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

@media (min-width: 768px) {
	.buy-widget-fixed.is-visible {
		width: 100%;
		height: 100px;
		padding: 20px 0;
		background-color: #fff;
		position: fixed;
		display: block;
		left: 0;
		bottom: 0;
		z-index: 2000;
	}
	
	.buy-widget-fixed.is-visible .buy-widget-fixed-wrapper {
		height: 100%;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.buy-widget-fixed.is-visible .buy-widget-fixed-wrapper form {
		min-width: 30%;
	}
	
	.buy-widget-fixed.is-visible .buy-widget-fixed__product-info-wrapper {
		height: 100%;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: 16px;
	}
	
	.buy-widget-fixed.is-visible .buy-widget-fixed__product-info-wrapper .product-detail-name {
		font-size: 20px;
		margin: 0;
	}
	
	.buy-widget-fixed.is-visible .buy-widget-fixed__image {
		height: 100%;
	}
	
	.buy-widget-fixed.is-visible .huebert-direct-accessories-block {
		display: none;
	}
}

.huebert-checkbox {
	z-index: 1;
}

@media (max-width: 575.98px) {
	.cms-section-sidebar-main-content:has(.cms-block-product-listing) {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 575.98px) {
	.cms-block-product-listing .cms-block-container-row.row.cms-row, .cms-block-product-listing .cms-block-container-row.cms-row.account-content, .cms-block-product-listing .is-act-cartpage .checkout .cms-block-container-row.cms-row.checkout-container, .is-act-cartpage .checkout .cms-block-product-listing .cms-block-container-row.cms-row.checkout-container, .cms-block-product-listing .is-act-checkoutregisterpage .checkout .cms-block-container-row.cms-row.checkout-container, .is-act-checkoutregisterpage .checkout .cms-block-product-listing .cms-block-container-row.cms-row.checkout-container, .cms-block-product-listing .is-act-confirmpage .checkout .cms-block-container-row.cms-row.checkout-container, .is-act-confirmpage .checkout .cms-block-product-listing .cms-block-container-row.cms-row.checkout-container, .cms-block-product-listing .is-ctl-accountorder .checkout .cms-block-container-row.cms-row.checkout-container, .is-ctl-accountorder .checkout .cms-block-product-listing .cms-block-container-row.cms-row.checkout-container, .cms-block-product-listing .is-act-finishpage .checkout .cms-block-container-row.cms-row.checkout-container, .is-act-finishpage .checkout .cms-block-product-listing .cms-block-container-row.cms-row.checkout-container {
		margin-left: 0;
		margin-right: 0;
	}
	
	.cms-block-product-listing .cms-block-container-row.row.cms-row > .col-12, .cms-block-product-listing .cms-block-container-row.cms-row.account-content > .col-12, .cms-block-product-listing .is-act-cartpage .checkout .cms-block-container-row.cms-row.checkout-container > .col-12, .is-act-cartpage .checkout .cms-block-product-listing .cms-block-container-row.cms-row.checkout-container > .col-12, .cms-block-product-listing .is-act-checkoutregisterpage .checkout .cms-block-container-row.cms-row.checkout-container > .col-12, .is-act-checkoutregisterpage .checkout .cms-block-product-listing .cms-block-container-row.cms-row.checkout-container > .col-12, .cms-block-product-listing .is-act-confirmpage .checkout .cms-block-container-row.cms-row.checkout-container > .col-12, .is-act-confirmpage .checkout .cms-block-product-listing .cms-block-container-row.cms-row.checkout-container > .col-12, .cms-block-product-listing .is-ctl-accountorder .checkout .cms-block-container-row.cms-row.checkout-container > .col-12, .is-ctl-accountorder .checkout .cms-block-product-listing .cms-block-container-row.cms-row.checkout-container > .col-12, .cms-block-product-listing .is-act-finishpage .checkout .cms-block-container-row.cms-row.checkout-container > .col-12, .is-act-finishpage .checkout .cms-block-product-listing .cms-block-container-row.cms-row.checkout-container > .col-12 {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 575.98px) {
	.cms-element-product-listing .cms-listing-row {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	.cms-element-product-listing .cms-listing-col {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 20px;
	}
	
	.cms-element-product-listing .cms-listing-col:nth-of-type(even) {
		padding-left: 5px;
	}
	
	.cms-element-product-listing .cms-listing-col:nth-of-type(odd) {
		padding-right: 5px;
	}
}

.payment-method-image {
	max-height: 50px;
	max-width: 100%;
	margin-right: .25rem;
	margin-left: .25rem;
	float: right;
}

.checkout-container .login-form-description {
	font-size: 1rem;
	font-weight: 700;
	border-bottom: 1px solid var(--gray);
	padding-bottom: 10px;
}

.checkout-container .register-card {
	margin-top: 1rem;
}

.checkout-container .checkout-aside-summary-container, .checkout-container .checkout-aside-item-link-quantity, .checkout-container .checkout-aside-item-link-price, .checkout-container .checkout-aside-item-characteristics {
	font-size: 16px;
	line-height: 22px;
}

.checkout-container .login-card .form-label, .checkout-container .login-card .login-password-recover, .checkout-container .login-card .custom-checkbox, .checkout-container .login-card .data-protection-information, .checkout-container .login-card .register-required-info, .checkout-container .register-card .form-label, .checkout-container .register-card .login-password-recover, .checkout-container .register-card .custom-checkbox, .checkout-container .register-card .data-protection-information, .checkout-container .register-card .register-required-info {
	font-size: 16px;
	line-height: 22px;
}

@media (max-width: 767.98px) {
	.checkout-container .login-password-recover {
		margin-bottom: 0;
	}
}

.checkout-container .icon-avatar {
	color: #c00d0d;
}

.checkout-container .form-text.privacy-notice strong {
	color: #222;
	font-size: 1rem;
	font-weight: 700;
}

.modal-dialog {
	max-width: 95%;
}

picture.cart-item-img {
	border: none;
}

.zeobv-product-upselling-popup .modal-dialog .modal-content {
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
	z-index: 1090;
}

.offcanvas-cart .cart-item-img {
	border-radius: 0;
}

.offcanvas-cart .offcanvas-cart-upselling-title {
	margin-top: 2rem;
	font-weight: 700;
}

.offcanvas-cart .cart-item-label {
	font-weight: 400;
}

.offcanvas-cart .product-action {
	margin-top: 10px;
}

.offcanvas-cart .quantity-select-wrapper {
	padding-left: .25rem;
}

.offcanvas-cart .btn-buy .icon-cart {
	color: white;
}

@media (min-width: 768px) {
	.offcanvas-cart .cart-item-details-container {
		padding-left: 0;
	}
}

.product-slider-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 25px;
}

.table .properties-row .properties-label {
	min-width: 150px;
}

div[id^=trustbadge-container-] {
	z-index: 1 !important;
}

@font-face {
	font-family: "LaLuxesSerif";
	font-style: normal;
	font-weight: 300;
	src: local(""), url("/bundles/heptacomintertradetheme/fonts/deVries/LaLuxes/serif/font.woff2") format("woff2"), url("/bundles/heptacomintertradetheme/fonts/deVries/LaLuxes/serif/font.woff") format("woff");
}

@font-face {
	font-family: "klavika";
	font-display: swap;
	src: local(""), url("/bundles/heptacomintertradetheme/fonts/deVries/Klavika/Klavika-Light.woff") format("woff");
}

@font-face {
	font-family: "klavika";
	font-display: swap;
	src: local(""), url("/bundles/heptacomintertradetheme/fonts/deVries/Klavika/Klavika-Light-Italic.woff") format("woff");
	font-style: italic;
}

@font-face {
	font-family: "klavika";
	font-display: swap;
	src: local(""), url("/bundles/heptacomintertradetheme/fonts/deVries/Klavika/Klavika-Regular.woff") format("woff");
	font-weight: 500;
}

@font-face {
	font-family: "klavika";
	font-display: swap;
	src: local(""), url("/bundles/heptacomintertradetheme/fonts/deVries/Klavika/Klavika-Regular-Italic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "klavika";
	font-display: swap;
	src: local(""), url("/bundles/heptacomintertradetheme/fonts/deVries/Klavika/Klavika-Medium.woff") format("woff");
	font-weight: 600;
}

@font-face {
	font-family: "klavika";
	font-display: swap;
	src: local(""), url("/bundles/heptacomintertradetheme/fonts/deVries/Klavika/Klavika-Medium-Italic.woff") format("woff");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "klavika";
	font-display: swap;
	src: local(""), url("/bundles/heptacomintertradetheme/fonts/deVries/Klavika/Klavika-Bold.woff") format("woff");
	font-weight: 800;
}

@font-face {
	font-family: "klavika";
	font-display: swap;
	src: local(""), url("/bundles/heptacomintertradetheme/fonts/deVries/Klavika/Klavika-Bold-Italic.woff") format("woff");
	font-weight: 800;
	font-style: italic;
}

* {
	font-variant-ligatures: none;
}

*.laluxesserif {
	font-family: "LaLuxesSerif", Times, serif;
}

body {
	-ms-word-break: break-word;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	font-size: 16px;
	line-height: 21px;
	color: #222;
	font-family: "klavika", Helvetica, sans-serif;
}

p, .p {
	font-size: 16px;
	line-height: 21px;
}

h1, .h1 {
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
	font-family: "klavika", Helvetica, sans-serif;
}

h1.slimheadline, .h1.slimheadline {
	font-weight: 400;
}

h1.laluxesserif, .h1.laluxesserif {
	font-family: "LaLuxesSerif", Times, serif;
	line-height: 40px;
}

h2, .h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	font-family: "klavika", Helvetica, sans-serif;
}

h2.slimheadline, .h2.slimheadline {
	font-weight: 400;
}

h2.laluxesserif, .h2.laluxesserif {
	font-family: "LaLuxesSerif", Times, serif;
	line-height: 28px;
}

h3, .h3, h4, .h4, .offcanvas-cart-upselling h2.product-upselling-slider-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 21px;
	font-family: "klavika", Helvetica, sans-serif;
}

h3.slimheadline, .h3.slimheadline, h4.slimheadline, .h4.slimheadline, .offcanvas-cart-upselling h2.slimheadline.product-upselling-slider-title {
	font-weight: 400;
}

h5, .h5, h6, .h6 {
	font-size: 18px;
	line-height: 21px;
	font-family: "klavika", Helvetica, sans-serif;
}

h5.slimheadline, .h5.slimheadline, h6.slimheadline, .h6.slimheadline {
	font-weight: 400;
}

b, strong {
	font-weight: 600;
}

.listing-product-counter-wrapper h5 {
	font-weight: 300;
	font-size: 18px;
}

.fw-regular {
	font-weight: 500;
}

.red-text {
	color: #c00d0d;
}

.dv-hr {
	max-width: 160px;
	border: 1px solid #222;
}

.btn {
	font-weight: 500;
}

.cms-element-title .cms-element-title-paragraph {
	font-family: "LaLuxesSerif", Times, serif;
	font-size: 20px;
}

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

.drawer {
	position: fixed;
	z-index: 5000;
	top: 190px;
	right: 0;
	display: none;
}

.drawer div {
	display: block;
	margin-bottom: 10px;
	padding: 0 10px 0 10px;
	-webkit-transition: background .3s;
	transition: background .3s;
	color: #222;
}

.drawer img {
	height: 35px;
}

.drawer li {
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	list-style: none;
}

.drawer li:hover ul {
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	background: #fff;
}

.drawer li ul li a {
	margin-bottom: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #222;
	height: 32px;
}

.drawer li ul li span {
	font-size: 16px;
}

.drawer > li ul {
	position: absolute;
	z-index: -1;
	top: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 90px;
	width: 200px;
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	background: #fff;
	transition: .5s -ms-transform;
	transition: .5s -webkit-transform;
	transition: .5s transform;
	-webkit-transition: .5s -webkit-transform;
}

.drawer > li div:hover {
	background: #fff;
	height: 90px;
	width: 70px;
}

.drawer > li > div {
	background: #fff;
	height: 90px;
	width: 70px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.drawer > li:hover {
	z-index: 100;
	background: #fff;
}

.drawer > li:hover a:after {
	opacity: 1;
}

.drawer div:active, .drawer div:focus {
	background: #fff;
}

@media (min-width: 768px) {
	.drawer {
		display: block;
	}
}

.form-control, .custom-select {
	border-radius: 0px;
}

.icon {
	color: #222;
}

.icon.icon-review {
	color: #fedc70;
}

.container-main .heptacom-image-link-link .heptacom-image-link-title .title {
	background-color: transparent;
	color: white;
	font-family: "klavika", sans-serif;
	font-size: 18px;
	font-weight: 600;
}

.container-main .heptacom-image-link-link:hover .heptacom-image-link-title .title {
	background-color: transparent;
	color: white;
	font-family: "klavika", sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.container-main .heptacom-image-link-link.display-full-image .heptacom-image-link-title {
	background-color: transparent;
	color: white;
	font-family: "klavika", sans-serif;
	font-size: 18px;
	font-weight: 600;
}

.container-main .heptacom-image-link-link .display-action-box .heptacom-image-link-title .title {
	font-size: 18px;
	font-weight: 600;
}

@media (min-width: 768px) {
	.grid-gosch-lounge .cms-element-text .card .card-img-top {
		object-fit: cover;
		min-height: 600px;
	}
}

.grid-gosch-lounge .cms-element-text .card .top-left-highlight-badge {
	position: absolute;
	color: #fff;
	font-weight: 600;
	font-family: "klavika", sans-serif;
	background-color: rgba(34, 34, 34, .8);
	padding: 5px 10px;
	top: 50px;
}

.input-group .input-group-append {
	height: 41px;
}

.btn {
	border-radius: 0px;
	font-weight: 18px;
}

.footer-top {
	background-color: #f2f2f2;
}

.footer-top p, .footer-top a {
	color: #222;
	font-size: 18px;
}

.footer-top #collapseFooterHotline .footer-column-content-inner .icon {
	color: #222;
	height: 15px;
	width: auto;
	margin-right: 5px;
}

.footer-top #collapseFooterHotline .footer-column-content-inner .icon svg {
	top: 0;
}

.footer-top #footerTopColumns .footer-column-headline {
	font-size: 20px;
	color: #222;
	padding: 10px 0;
	-ms-flex-align: baseline;
	align-items: baseline;
}

@media (min-width: 768px) {
	.footer-top #footerTopColumns .footer-column-headline {
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 20px;
		padding: 3rem 0 0 0;
	}
}

.footer-top #footerTopColumns .footer-column-headline .footer-column-toggle .icon {
	color: #222;
}

.footer-top #footerTopColumns .footer-column {
	border-color: #222;
}

.footer-main {
	border-top: none;
}

.footer-main .footer-middle {
	background-color: #f2f2f2;
}

.footer-main .footer-middle p, .footer-main .footer-middle a {
	color: #222;
	font-size: 18px;
}

.footer-main .footer-middle #footerColumns .footer-column-headline {
	font-size: 20px;
	color: #222;
	padding: 10px 0;
	-ms-flex-align: baseline;
	align-items: baseline;
}

@media (min-width: 768px) {
	.footer-main .footer-middle #footerColumns .footer-column-headline {
		font-size: 20px;
		font-weight: 500;
		padding: 3rem 0 0 0;
		margin-bottom: 20px;
	}
}

.footer-main .footer-middle #footerColumns .footer-column-headline .footer-column-toggle .icon {
	color: #222;
}

.footer-main .footer-middle #footerColumns .footer-column {
	border-color: #222;
}

.footer-main .footer-middle #footerColumns .footer-logos {
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0;
}

.footer-main .footer-middle #footerColumns .footer-logos .footer-logo {
	margin-right: 1rem;
}

.footer-main .footer-middle #footerColumns .footer-logos .footer-logo .footer-logo-image {
	max-height: 45px;
	max-width: unset;
}

.footer-main .footer-middle #footerColumns .footer-logos .footer-logo.is-social-media .social-media-link:hover {
	text-decoration: none;
}

.footer-main .footer-middle #footerColumns .footer-logos .footer-logo.is-social-media .social-media-img {
	max-height: 35px;
	max-width: unset;
}

.footer-main .footer-middle #footerColumns .footer-trust-img-container .footer-trust-img {
	height: 70px;
	width: auto;
}

.footer-main .footer-bottom {
	padding: 1rem 0;
	background-color: #f2f2f2;
}

.footer-main .footer-bottom .service-menu .footer-service-menu-link {
	font-weight: 400;
	color: #222;
}

.footer-main .footer-bottom .footer-vat {
	text-align: center;
	padding: 0;
}

@media (min-width: 768px) {
	.footer-main .footer-bottom .footer-vat {
		font-weight: 400;
	}
}

.footer-main .footer-bottom .footer-vat p, .footer-main .footer-bottom .footer-vat a {
	color: #222;
	font-size: 16px;
	text-align: left;
	padding-left: 0;
}

.footer-newsletter-container {
	background-color: #e8e8e8;
	color: #222;
}

.footer-newsletter-container .newsletter-headline {
	color: #222;
	font-size: 50px;
	font-weight: 700;
	margin: 10px 0 17px 0;
	line-height: 52px;
}

.footer-newsletter-container .form-content-wrapper .newsletter-input-container {
	max-width: 700px;
	margin: 0 auto;
}

.footer-newsletter-container .form-content-wrapper .newsletter-input-group {
	width: 100%;
}

@media (min-width: 768px) {
	.footer-newsletter-container .form-content-wrapper .newsletter-input-group {
		width: 80%;
	}
}

.footer-newsletter-container .form-content-wrapper .newsletter-input-group .newsletter-input-email {
	height: 50px;
	margin: 0;
	padding: 0 10px;
	width: 100%;
}

.footer-newsletter-container .form-content-wrapper .newsletter-footer-button {
	width: 100%;
}

@media (min-width: 768px) {
	.footer-newsletter-container .form-content-wrapper .newsletter-footer-button {
		width: 20%;
	}
}

.footer-uspbar-container {
	background-color: #fff;
	padding: 43px 0 43px 0;
}

.footer-uspbar-container .icon {
	color: #fff;
	width: 44px;
	height: 44px;
	margin-bottom: 15px;
}

.header-main {
	background-color: #fff;
	height: auto;
	width: 100%;
}

@media (min-width: 992px) {
	.header-main {
		box-shadow: none;
		background-color: #fff;
	}
	
	.header-main .icon {
		color: #222;
	}
	
	.header-main .header-row .header-actions-col {
		padding-left: 0;
		padding-right: .5rem;
	}
	
	.header-main .header-row .header-actions-col .header-currancy .top-bar-nav-btn {
		color: #222;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	.header-main .main-navigation .main-navigation-menu .main-navigation-link {
		color: #222;
	}
}

@media (min-width: 992px) and (min-width: 576px) {
	.header-main .header-row .header-actions-col {
		padding-right: 20px;
	}
}

.header-main .header-row .header-logo-col {
	padding: .5rem 0 .5rem .5rem;
}

@media (min-width: 576px) {
	.header-main .header-row .header-logo-col {
		padding: 0 0 0 20px;
	}
}

.header-main .header-row .header-logo-col .header-logo-main .header-logo-main-link .header-logo-picture {
	height: 50px;
}

@media (min-width: 576px) {
	.header-main .header-row .header-logo-col .header-logo-main .header-logo-main-link .header-logo-picture {
		height: 84px;
	}
}

.header-main .header-row .header-logo-col .header-logo-main .header-logo-main-link .header-logo-picture .header-logo-main-img {
	height: 100%;
}

@media (min-width: 992px) {
	.header-main .header-row .main-navigation .main-navigation-menu {
		width: fit-content;
		margin: 0 0 0 0;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.header-main .header-row .main-navigation a.home-link {
	display: none;
}

.header-main .header-row .main-navigation a.main-navigation-link[title="Sale"] {
	color: #c00d0d;
}

.header-main .header-row .header-actions-col {
	padding: 0 .5rem 0 0;
}

@media (min-width: 576px) {
	.header-main .header-row .header-actions-col {
		padding: 0 20px;
	}
}

.header-main .header-row .header-actions-col .header-cart .header-actions-btn .header-cart-badge {
	display: block;
}

.header-main .header-row .header-actions-col .header-currancy {
	padding: 2px 12px;
}

.header-main .header-row .header-actions-col .header-currancy .top-bar-nav-btn {
	font-size: 20px;
	color: #222;
}

.header-main .header-row .header-actions-col .header-currancy .top-bar-nav-text {
	display: none;
}

.header-main .header-row .header-actions-col .header-language {
	padding: 2px 12px;
}

.header-main .header-row .header-actions-col .header-language .dropdown-toggle::after {
	display: none;
}

.header-main .header-row .header-actions-col .header-language .top-bar-nav-text {
	display: none;
}

.header-main .icon {
	color: #222;
}

@media (min-width: 992px) {
	.header-main .main-navigation .main-navigation-menu .main-navigation-link {
		color: #222;
	}
}

.header-main .header-row {
	padding: 0;
}

.header-main .header-row .header-actions-col .header-currancy .top-bar-nav-btn {
	color: #222;
}

.header-minimal .header-minimal-logo .header-logo-main .header-logo-main-link .header-logo-main-img {
	height: 70px;
	width: auto;
}

@media (min-width: 992px) {
	body.is--scrolled {
		padding-top: 69px;
	}
	
	body.is--scrolled .header-main {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1000;
		left: 0;
		right: 0;
		height: auto;
		background-color: #fff;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
}

.breadcrumb-headercontainer {
	padding: 0 20px;
}

@media (min-width: 1200px) {
	.breadcrumb-headercontainer {
		padding: 0 40px;
	}
}

.breadcrumb-headercontainer .breadcrumb {
	margin: 0;
}

.breadcrumb-headercontainer .breadcrumb .breadcrumb-link {
	font-size: 16px;
	color: #222;
	font-weight: 300;
}

.breadcrumb-headercontainer .breadcrumb .breadcrumb-link.is-active {
	font-weight: 500;
}

.breadcrumb {
	display: none;
	padding-top: 0;
	padding-bottom: 0;
}

@media (min-width: 576px) {
	.breadcrumb {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

.breadcrumb a {
	font-size: 16px;
	font-weight: 300;
}

.breadcrumb a.is-active {
	font-weight: 300;
}

.header-main #searchCollapse .header-search {
	max-width: unset;
	margin: 1rem 0 0 0;
}

.header-main #searchCollapse .header-search .header-search-form .input-group .header-search-input, .header-main #searchCollapse .header-search .header-search-form .input-group .header-search-btn {
	border: 0;
	border-bottom: 1px solid #222;
}

.header-main #searchCollapse .header-search .header-search-form .input-group .header-search-input .header-search-icon .icon, .header-main #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-search-icon .icon {
	color: #222;
}

.main-navigation {
	display: none;
}

@media (min-width: 1200px) {
	.main-navigation {
		display: inherit;
	}
}

@media (min-width: 992px) {
	.main-navigation .main-navigation-menu .main-navigation-link {
		text-transform: uppercase;
		font-size: 17px;
		font-weight: 500;
		color: #222;
	}
}

.offcanvas-information .icon svg {
	top: 0;
}

#hero-slider {
	margin: 0 20px;
	max-height: 588px;
}

#hero-slider .hero-slider-content-container .hero-slider-description {
	background-color: rgba(0, 0, 0, .7) !important;
	color: #fff !important;
	max-width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-right: 90px;
	padding-left: 20px;
}

#hero-slider .hero-slider-content-container .hero-slider-description .hero-slider-content-before {
	margin-bottom: 0;
	font-size: 18px;
}

#hero-slider .hero-slider-content-container .hero-slider-description .hero-slider-content-after {
	font-size: 1.2em;
}

#hero-slider .hero-slider-content-container .hero-slider-description .hero-slider-headline {
	margin-bottom: 0;
	color: #fff;
	font-size: 25px;
	font-weight: normal;
	font-family: "LaLuxesSerif";
}

@media (min-width: 992px) {
	#hero-slider .hero-slider-content-container .hero-slider-description .hero-slider-headline {
		line-height: 1.5em;
	}
}

#hero-slider .hero-slider-btn.hero-slider-navigation-btn {
	height: 35px;
	top: auto;
	bottom: 0;
}

#hero-slider .hero-slider-btn.hero-slider-navigation-btn.hero-slider-navigation-btn-left {
	right: 250px;
	left: auto;
}

#hero-slider .hero-slider-btn.hero-slider-navigation-btn.hero-slider-navigation-btn-right {
	right: 196px;
}

#hero-slider .hero-slider-btn.hero-slider-navigation-btn:focus {
	box-shadow: none;
}

#hero-slider .hero-slider-btn.hero-slider-navigation-btn .icon {
	color: #222;
	height: 22px;
	width: 35px;
}

#hero-slider .hero-slider-menu {
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	-ms-flex-pack: center;
	justify-content: center;
}

#hero-slider .hero-slider-menu .hero-slider-menu-item {
	margin: 5px 0;
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	background-color: transparent;
}

#hero-slider .hero-slider-menu .hero-slider-menu-item.active {
	background-color: #fff;
}

#hero-slider .hero-slider-menu .hero-slider-menu-item::after {
	display: none;
}

.dv-home-hero-slider-container {
	min-height: unset !important;
}

.acris-faq .acris-faq-group:not(:first-child) {
	margin-top: 30px;
	font-weight: 600;
}

.cms-el-heptacom-text-image-shifted {
	background-color: #fff;
}

@media (min-width: 768px) {
	.cms-el-heptacom-text-image-shifted .cms-el-heptacom-text-image-shifted--wrapper {
		padding: 0;
	}
}

.cms-element-moorl-shop-the-look {
	width: 100%;
	min-height: 200px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cms-element-moorl-shop-the-look.products-image {
	-ms-flex-direction: row;
	flex-direction: row;
}

.cms-element-moorl-shop-the-look .hotspot-area {
	width: 100%;
}

.cms-element-moorl-shop-the-look .product-list {
	width: 100%;
	height: 100%;
}

.cms-element-moorl-shop-the-look .moorl-product-buy-list {
	background-color: #fff;
}

.cms-element-moorl-shop-the-look .moorl-product-buy-list-items {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	border-bottom: 1px solid #e8e8e8;
	padding: 20px 0;
	margin: 0 20px;
}

@media (min-width: 576px) {
	.cms-element-moorl-shop-the-look .moorl-product-buy-list-items {
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.cms-element-moorl-shop-the-look .moorl-product-buy-list-items .moorl-product-buy-list-item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	border-bottom: none;
	height: 100%;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (max-width: 991.98px) {
	.cms-element-moorl-shop-the-look .moorl-product-buy-list-items .moorl-product-buy-list-item .product-cover {
		height: 100%;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

.cms-element-moorl-shop-the-look .moorl-product-buy-list-items .moorl-product-buy-list-item .custom-control.custom-checkbox {
	display: none;
}

.cms-element-moorl-shop-the-look .moorl-product-buy-list-items .moorl-product-buy-list-item .product-title {
	text-align: center;
	min-height: 100px;
}

.cms-element-moorl-shop-the-look .moorl-product-buy-list-items .moorl-product-buy-list-item .product-title a {
	color: #222;
	text-decoration: none;
}

.cms-element-moorl-shop-the-look .moorl-product-buy-list-items .moorl-product-buy-list-item .products-buy-form-list-item-info-price {
	text-align: center;
	color: #222;
	font-weight: 600;
}

.cms-element-moorl-shop-the-look .moorl-product-buy-list-items .moorl-product-buy-list-item .product-buy-form {
	width: 48px;
	height: 48px;
}

.cms-element-moorl-shop-the-look .moorl-product-buy-list-form {
	padding: 20px;
}

.cms-element-moorl-shop-the-look .moorl-product-buy-list-form .total-price {
	font-weight: 600;
}

.cms-section.shift-up-stl {
	overflow: visible;
}

.cms-section.shift-up-stl .cms-block {
	overflow: visible;
}

.cms-section.shift-up-stl .cms-element-moorl-shop-the-look {
	margin-top: -250px;
}

.product-slider .product-slider-controls-prev, .product-slider .product-slider-controls-next {
	height: 160px;
	width: 60px;
	background-color: #fff;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.product-slider .product-slider-controls-prev:hover, .product-slider .product-slider-controls-next:hover {
	width: 70px;
}

.product-slider .product-slider-controls-prev {
	left: 0;
}

.product-slider .product-slider-controls-next {
	right: 0;
}

.product-box {
	border: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.product-box:hover {
	-ms-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.product-box .card-body {
	padding: .75rem;
}

.product-box .card-body .product-image-wrapper {
	overflow: hidden;
	height: 200px;
}

.product-box .card-body .product-image-wrapper .product-image-link img {
	pointer-events: none;
}

.product-box .card-body .product-image-wrapper .product-image-link .product-image {
	max-height: -webkit-fill-available;
	height: inherit;
	object-fit: contain;
	-webkit-transition: ease all .2s;
	transition: ease all .2s;
	padding: 0px;
}

.product-box .card-body .product-image-wrapper:hover .product-wishlist-action-circle, .product-box .card-body .product-image-wrapper:hover .show-product-container, .product-box .card-body .product-image-wrapper:hover .product-wishlist-btn-remove {
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.product-box .card-body .product-image-wrapper:hover .product-rating {
	display: none;
}

.product-box .card-body .product-image-wrapper:hover .product-action {
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.product-box .card-body .product-image-wrapper .product-wishlist {
	margin: 0;
}

.product-box .card-body .product-image-wrapper .product-wishlist-action-circle, .product-box .card-body .product-image-wrapper .product-wishlist-btn-remove {
	top: 0rem;
	right: 0rem;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-ms-transform: translateX(200%);
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
	border-radius: 50%;
}

.product-box .card-body .product-image-wrapper .show-product-container {
	position: absolute;
	top: 3rem;
	height: 40px;
	width: 40px;
	right: 0rem;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-ms-transform: translateX(200%);
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}

.product-box .card-body .product-image-wrapper .show-product-container .show-product-btn {
	padding: 0 8px;
	border-radius: 50%;
}

.product-box .card-body .product-image-wrapper .product-rating {
	position: absolute;
	top: 1rem;
	right: 1rem;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.product-box .card-body .product-image-wrapper .product-rating .product-review-rating {
	margin-right: 0;
}

.product-box .card-body .product-image-wrapper .product-rating .icon-review {
	color: #fedc70;
}

.product-box .card-body .product-image-wrapper .product-action {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	right: 1rem;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-ms-transform: translateY(200%);
	-webkit-transform: translateY(200%);
	transform: translateY(200%);
}

.product-box .card-body .product-image-wrapper .product-action .quantity-select-wrapper .custom-select {
	border-radius: 0;
}

.product-box .card-body .product-image-wrapper .product-action .buy-button-wrapper button {
	height: 100%;
}

.product-box .card-body .product-image-wrapper .product-action .buy-button-wrapper .icon {
	color: #fff;
}

.product-box .card-body .product-info {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-box .card-body .product-info .product-price {
	color: #222;
	font-size: 18px;
	font-weight: 700;
}

.product-box .card-body .product-info .product-price.with-list-price {
	color: #c00d0d !important;
}

.product-box .card-body .product-info .product-rating, .product-box .card-body .product-info .product-name, .product-box .card-body .product-info .product-price-info, .product-box .card-body .product-info .product-description {
	text-align: left;
}

.product-box .card-body .product-info .product-name {
	min-height: 3em;
	font-weight: 500;
}

.product-box .card-body .product-info .product-rating .icon-review {
	color: #fedc70;
}

.product-box .card-body .product-info .product-price-info {
	margin-top: 20px;
}

.product-box .card-body .product-info .product-price-info .list-price-percentage {
	display: none;
}

.product-box .card-body .product-name {
	height: 100%;
	-webkit-line-clamp: 15;
	line-clamp: 15;
	font-size: 18px;
}

@media (min-width: 768px) {
	.product-box .product-name {
		height: auto;
		min-height: 100%;
	}
}

.img-with-hoverzoom .cms-image-container {
	overflow: hidden;
}

.img-with-hoverzoom .cms-image-container img {
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.img-with-hoverzoom .cms-image-container img:hover {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

table.zahlungsm {
	-ms-word-break: break-word;
	word-break: break-word;
}

.zahlungsm .icon--check {
	color: #c00d0d;
}

.zahlungsm .icon--cross {
	color: red;
}

.primary-color {
	color: #c00d0d;
}

.zahlungsm th {
	min-width: 4rem;
	padding: .2rem .5rem;
	text-align: left;
}

.zahlungsm th:first-child {
	min-width: 8rem;
}

.gewichtver th {
	padding: .2rem .5rem;
	text-align: left;
	min-width: 12rem;
}

.zahl-button {
	width: 25%;
	text-align: center;
	background-color: #c00d0d;
	float: left;
	border-right: 1px solid #fff;
}

.zahl-button a {
	color: #fff;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 70px;
	-ms-flex-pack: center;
	justify-content: center;
}

.zahl-button svg {
	color: #fff;
}

.center {
	text-align: center;
}

.zahl-button a:before {
	display: none;
}

.zahl-button p {
	text-align: center;
	margin-bottom: .3rem;
}

.clearall {
	clear: both;
}

.cms-block-heptacom-four-column-md-slider .base-slider .base-slider-controls .base-slider-controls-prev {
	left: 0;
}

.cms-block-heptacom-four-column-md-slider .base-slider .base-slider-controls .base-slider-controls-next {
	right: 0;
}

.cms-section-sidebar .cms-section-sidebar-sidebar-content, .cms-section-sidebar .cms-section-sidebar-main-content {
	background-color: #f7f7f8;
}

.cms-section-sidebar .cms-section-sidebar-sidebar-content {
	-ms-flex-order: 10;
	order: 10;
}

@media (min-width: 768px) {
	.cms-section-sidebar .cms-section-sidebar-sidebar-content {
		-ms-flex-order: 0;
		order: 0;
	}
}

@media (min-width: 992px) {
	.listing-headerimage .cms-image-container {
		height: 400px !important;
	}
}

.filter-panel .filter-panel-items-container .filter-panel-item {
	-ms-flex-preferred-size: 200px;
	flex-basis: 200px;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border: none;
	height: 40px;
	border-radius: 0px;
	background-color: #fff;
}

@media (min-width: 768px) {
	.filter-panel .filter-panel-items-container .filter-panel-item {
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
}

.filter-panel .filter-panel-items-container .filter-panel-item .filter-panel-item-toggle {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 18px;
	border: none;
	background-color: #fff;
}

.filter-panel .filter-panel-items-container .filter-panel-item .filter-panel-item-toggle svg {
	top: 0;
}

.filter-panel-wrapper-toggle {
	border-color: #222;
}

.sorting {
	font-size: 18px;
	border: none;
}

@media (min-width: 768px) {
	.sorting {
		min-width: 307px;
	}
}

.pagination {
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.pagination {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.pagination .icon {
	width: 11px;
	height: 11px;
}

.pagination .page-item.disabled .page-link {
	display: none;
}

.pagination .page-item.active .page-link {
	background-color: #c00d0d;
	color: #fff;
}

.pagination .page-item .page-link {
	border: none;
	color: #222;
	width: 38px;
	height: 38px;
	text-align: center;
	margin-right: 5px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.category-navigation-box {
	background-color: #fff;
}

.category-navigation-box .category-navigation .category-navigation-entry .category-navigation-link.is-active {
	background-color: #e8e8e8;
	color: #222;
}

.category-navigation-box .category-navigation .category-navigation-entry .category-navigation-link.in-path {
	font-weight: 400;
}

.category-navigation-box .category-navigation.level-0 {
	font-size: 16px;
}

.category-navigation-box .category-navigation.level-0 > .category-navigation-entry {
	border-bottom: none;
}

.category-navigation-box .category-navigation.level-0 > .category-navigation-entry > .category-navigation-link {
	text-transform: uppercase;
	font-weight: 300;
}

.category-navigation-box .category-navigation.level-0 > .category-navigation-entry:last-of-type {
	border-bottom: none;
}

.category-navigation-box .category-navigation.level-1 {
	padding-left: 0;
	font-size: 16px;
}

.category-navigation-box .category-navigation.level-1 .category-navigation-entry .category-navigation-link {
	padding-left: 40px;
}

.category-navigation-box .category-navigation.level-2 {
	padding-left: 0;
	font-size: 16px;
}

.category-navigation-box .category-navigation.level-2 .category-navigation-entry .category-navigation-link {
	padding-left: 60px;
}

.is-ctl-register .checkout .checkout-aside-container {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
	z-index: 1;
}

.checkout-container .checkout-aside-summary {
	background: #fff;
}

.checkout-container h1, .checkout-container h2, .checkout-container strong, .checkout-container .card-title, .checkout-container .checkout-aside-summary-total, .checkout-container .checkout-aside-item-title {
	font-weight: 600;
}

.checkout-container .form-text.privacy-notice strong {
	font-weight: 600;
}

.checkout-container .checkout-main .register-login-collapse-toogle {
	margin-bottom: 0;
}

.checkout-container .checkout-main .login-card, .checkout-container .checkout-main .register-login-collapse-toogle {
	background: #fff;
	padding: 1rem;
}

.quickview-minimal-container .quickview-minimal-img {
	margin: 0 auto;
	display: block;
}

.quickview-minimal-container .quickview-minimal-product .quickview-minimal-product-manufacturer {
	width: 70px;
	display: block;
}

.dv, .dv-home {
	background-color: #e8e8e8;
}

a.btn.btn-primary, a.btn.address-editor-select:not(.collapsed), a.btn.address-editor-edit:not(.collapsed), a.btn.address-editor-create:not(.collapsed), a.btn.btn-light {
	background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.071%22%20height%3D%2214.814%22%20viewBox%3D%220%200%2025.071%2014.814%22%3E%3Cpath%20d%3D%22M14.71%2C72.2a1.236%2C1.236%2C0%2C0%2C0%2C0-1.747l-6.17-6.17a1.235%2C1.235%2C0%2C0%2C0-1.747%2C1.747L10.861%2C70.1H-8.766A1.233%2C1.233%2C0%2C0%2C0-10%2C71.332a1.233%2C1.233%2C0%2C0%2C0%2C1.234%2C1.234H10.858L6.8%2C76.63a1.235%2C1.235%2C0%2C0%2C0%2C1.747%2C1.747l6.17-6.17Z%22%20transform%3D%22translate%2810%20-63.925%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position-x: calc(100% - 10px);
	background-position-y: center;
	padding-right: 40px;
}

.usp-container .icon {
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-left: 2px;
}

.usp-container .icon.icon-usp-hersteller {
	background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%3E%3Cg%20transform%3D%22translate%28-1324%20-1662%29%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2219%22%20transform%3D%22translate%281324%201662%29%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M11.762%2C1.762%2C10.978.173a.378.378%2C0%2C0%2C0-.678%2C0L9.515%2C1.762l-1.739.249a.387.387%2C0%2C0%2C0-.213.658L8.827%2C3.9l-.3%2C1.732a.388.388%2C0%2C0%2C0%2C.559.406l1.559-.824%2C1.549.811a.388.388%2C0%2C0%2C0%2C.559-.406l-.3-1.732%2C1.263-1.217a.389.389%2C0%2C0%2C0-.213-.658l-1.739-.249ZM8.511%2C8.474A1.063%2C1.063%2C0%2C0%2C0%2C7.447%2C9.538v6.383a1.063%2C1.063%2C0%2C0%2C0%2C1.064%2C1.064h4.255a1.063%2C1.063%2C0%2C0%2C0%2C1.064-1.064V9.538a1.063%2C1.063%2C0%2C0%2C0-1.064-1.064ZM1.064%2C10.6A1.063%2C1.063%2C0%2C0%2C0%2C0%2C11.666v4.255a1.063%2C1.063%2C0%2C0%2C0%2C1.064%2C1.064H5.319a1.063%2C1.063%2C0%2C0%2C0%2C1.064-1.064V11.666A1.063%2C1.063%2C0%2C0%2C0%2C5.319%2C10.6Zm13.83%2C3.192v2.128a1.063%2C1.063%2C0%2C0%2C0%2C1.064%2C1.064h4.255a1.063%2C1.063%2C0%2C0%2C0%2C1.064-1.064V13.794a1.063%2C1.063%2C0%2C0%2C0-1.064-1.064H15.958A1.063%2C1.063%2C0%2C0%2C0%2C14.894%2C13.794Z%22%20transform%3D%22translate%281332%201671.713%29%22%20fill%3D%22%23333%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.usp-container .icon.icon-usp-lieferung {
	background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%3E%3Cg%20transform%3D%22translate%28-990%20-1662%29%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2219%22%20transform%3D%22translate%28990%201662%29%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M1.464%2C0A1.465%2C1.465%2C0%2C0%2C0%2C0%2C1.464v9.763a1.465%2C1.465%2C0%2C0%2C0%2C1.464%2C1.464h.488a2.929%2C2.929%2C0%2C0%2C0%2C5.858%2C0h3.905a2.929%2C2.929%2C0%2C0%2C0%2C5.858%2C0h.976a.976.976%2C0%2C1%2C0%2C0-1.953V7.24a1.953%2C1.953%2C0%2C0%2C0-.571-1.382L15.62%2C3.5a1.953%2C1.953%2C0%2C0%2C0-1.382-.571H12.692V1.464A1.465%2C1.465%2C0%2C0%2C0%2C11.227%2C0ZM12.692%2C4.881h1.547L16.6%2C7.24V7.81H12.692Zm-9.275%2C7.81a1.464%2C1.464%2C0%2C1%2C1%2C1.464%2C1.464A1.464%2C1.464%2C0%2C0%2C1%2C3.417%2C12.692Zm11.227-1.464a1.464%2C1.464%2C0%2C1%2C1-1.464%2C1.464A1.464%2C1.464%2C0%2C0%2C1%2C14.644%2C11.227Z%22%20transform%3D%22translate%28999%201673%29%22%20fill%3D%22%23333%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.usp-container .icon.icon-usp-beratung {
	background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%3E%3Cg%20transform%3D%22translate%28-645%20-1662%29%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2219%22%20transform%3D%22translate%28645%201662%29%22%20fill%3D%22%23fff%22%2F%3E%3Cg%20transform%3D%22translate%28-0.137%200.398%29%22%3E%3Cpath%20d%3D%22M6.4%2C10.808c3.539%2C0%2C6.407-2.419%2C6.407-5.4S9.936%2C0%2C6.4%2C0-.011%2C2.419-.011%2C5.4a4.852%2C4.852%2C0%2C0%2C0%2C1.22%2C3.175%2C2.848%2C2.848%2C0%2C0%2C1-.437.758%2C3.526%2C3.526%2C0%2C0%2C1-.41.439c-.055.049-.1.089-.132.114A.272.272%2C0%2C0%2C1%2C.2%2C9.914L.19%2C9.92h0a.489.489%2C0%2C0%2C0-.176.547.5.5%2C0%2C0%2C0%2C.468.341A5.583%2C5.583%2C0%2C0%2C0%2C2.4%2C10.424a6.567%2C6.567%2C0%2C0%2C0%2C.776-.35A7.3%2C7.3%2C0%2C0%2C0%2C6.4%2C10.808Z%22%20transform%3D%22translate%28654.148%201672.602%29%22%20fill%3D%22%23333%22%2F%3E%3Cg%20transform%3D%22translate%28654.148%201672.602%29%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M13.79%2C5.4c0%2C3.448-3.053%2C6.046-6.669%2C6.356A6.337%2C6.337%2C0%2C0%2C0%2C13.3%2C15.72a7.3%2C7.3%2C0%2C0%2C0%2C3.225-.734%2C6.8%2C6.8%2C0%2C0%2C0%2C.776.35%2C5.583%2C5.583%2C0%2C0%2C0%2C1.913.384.492.492%2C0%2C0%2C0%2C.29-.89h0l-.006-.006c-.006-.006-.018-.012-.034-.025-.031-.025-.077-.061-.132-.114a3.526%2C3.526%2C0%2C0%2C1-.41-.439%2C2.9%2C2.9%2C0%2C0%2C1-.437-.758%2C4.84%2C4.84%2C0%2C0%2C0%2C1.22-3.175c0-2.849-2.615-5.186-5.933-5.389.012.157.018.316.018.476Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M%2014.75636672973633%206.073721885681152%20C%2014.44356250762939%209.168093681335449%2011.98243999481201%2011.72317600250244%208.621894836425781%2012.52795696258545%20C%209.573465347290039%2013.85917186737061%2011.34031200408936%2014.72046089172363%2013.29717254638672%2014.72046089172363%20C%2014.27899265289307%2014.72046089172363%2015.2416524887085%2014.50221061706543%2016.08107376098633%2014.08931159973145%20L%2016.54012298583984%2013.86351108551025%20L%2016.99184226989746%2014.10364151000977%20C%2017.19716262817383%2014.21279144287109%2017.41972351074219%2014.31305122375488%2017.6505126953125%2014.40058135986328%20C%2017.71505355834961%2014.42483425140381%2017.7850341796875%2014.44985580444336%2017.85959625244141%2014.47472953796387%20C%2017.73244094848633%2014.26893615722656%2017.62754440307617%2014.05716037750244%2017.54612350463867%2013.84151077270508%20L%2017.33628273010254%2013.28572082519531%20L%2017.72401237487793%2012.83562088012695%20C%2018.36352157592773%2012.09325122833252%2018.70154190063477%2011.22111129760742%2018.70154190063477%2010.31348133087158%20C%2018.70154190063477%208.317778587341309%2017.03677940368652%206.597084045410156%2014.75636672973633%206.073721885681152%20M%2013.76849269866943%204.924921035766602%20C%2017.0861930847168%205.127571105957031%2019.70154190063477%207.464151382446289%2019.70154190063477%2010.31348133087158%20C%2019.70154190063477%2011.50172138214111%2019.24870300292969%2012.59786128997803%2018.48166275024414%2013.48828125%20C%2018.58947372436523%2013.7738208770752%2018.74966239929199%2014.03174114227295%2018.91909217834473%2014.24666118621826%20C%2019.06695175170898%2014.43703079223633%2019.21790313720703%2014.58441162109375%2019.32880210876465%2014.68573093414307%20C%2019.38424301147461%2014.73793029785156%2019.43045234680176%2014.7747802734375%2019.46126174926758%2014.79934120178223%20C%2019.47666168212891%2014.81162071228027%2019.48898315429688%2014.8177604675293%2019.49514198303223%2014.82390117645264%20L%2019.50130271911621%2014.83004093170166%20C%2019.67381286621094%2014.95593070983887%2019.74466323852539%2015.17700099945068%2019.67997360229492%2015.37964057922363%20C%2019.61528205871582%2015.58229064941406%2019.42429351806641%2015.72046089172363%2019.21173286437988%2015.72046089172363%20C%2018.54019165039062%2015.72046089172363%2017.86248397827148%2015.54851150512695%2017.29874229431152%2015.33666038513184%20C%2017.01534271240234%2015.22919082641602%2016.75349235534668%2015.10945129394531%2016.52245330810547%2014.98663139343262%20C%2015.57366275787354%2015.45333099365234%2014.47392272949219%2015.72046089172363%2013.29717254638672%2015.72046089172363%20C%2010.35220336914062%2015.72046089172363%207.869321823120117%2014.04402160644531%207.120761871337891%2011.75964069366455%20C%2010.73727226257324%2011.44953060150146%2013.79005241394043%208.851970672607422%2013.79005241394043%205.403910636901855%20L%2013.78697299957275%205.400840759277344%20C%2013.78697299957275%205.241181373596191%2013.78081226348877%205.081510543823242%2013.76849269866943%204.924921035766602%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23333%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.usp-container .icon.icon-usp-ratenkauf {
	background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%3E%3Cg%20transform%3D%22translate%28-300%20-1662%29%22%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2219%22%20transform%3D%22translate%28300%201662%29%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M11.162.93a.929.929%2C0%2C0%2C0-.93-.93H.933a.93.93%2C0%2C0%2C0%2C0%2C1.86v.32A4.65%2C4.65%2C0%2C0%2C0%2C2.3%2C5.466l1.97%2C1.973L2.293%2C9.413A4.65%2C4.65%2C0%2C0%2C0%2C.93%2C12.7v.32a.93.93%2C0%2C1%2C0%2C0%2C1.86h9.3a.93.93%2C0%2C1%2C0%2C0-1.86V12.7A4.65%2C4.65%2C0%2C0%2C0%2C8.869%2C9.413L6.9%2C7.439l1.97-1.973A4.65%2C4.65%2C0%2C0%2C0%2C10.232%2C2.18V1.86A.929.929%2C0%2C0%2C0%2C11.162.93Zm-2.79.93v.32a2.789%2C2.789%2C0%2C0%2C1-.817%2C1.973L5.582%2C6.123%2C3.609%2C4.15a2.789%2C2.789%2C0%2C0%2C1-.817-1.973v-.32Zm0%2C11.159H2.793V12.7a2.789%2C2.789%2C0%2C0%2C1%2C.817-1.973l1.973-1.97%2C1.973%2C1.973A2.789%2C2.789%2C0%2C0%2C1%2C8.372%2C12.7v.32Z%22%20transform%3D%22translate%28313.419%201673.561%29%22%20fill%3D%22%23333%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.cms-element-text h2.headline {
	font-size: 25px;
	font-weight: 500;
	font-family: "LaLuxesSerif";
	line-height: 32px;
}

.cms-element-text .subheadline {
	font-size: 16px;
}

.cms-element-text p {
	font-size: 16px;
}

.cms-block {
	margin-left: -20px;
	margin-right: -20px;
}

.cms-block-moorl-shop-the-look {
	margin-left: 0;
	margin-right: 0;
}

.dv-usp-blocks .icon-container, .dv-home-usp-blocks .icon-container {
	background-color: #fff;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
	line-height: 48px;
}

.dv-usp-blocks .icon-container .icon, .dv-home-usp-blocks .icon-container .icon {
	width: 38px !important;
	height: 38px !important;
}

.dv-usp-blocks .text-container .headline, .dv-home-usp-blocks .text-container .headline {
	font-size: 16px !important;
	font-weight: 600;
}

.dv-usp-blocks .text-container .subheadline, .dv-home-usp-blocks .text-container .subheadline {
	font-size: 16px !important;
}

.dv-usp-blocks .usp-container, .dv-home-usp-blocks .usp-container {
	-ms-flex-align: start;
	align-items: flex-start;
}

.dv-home-outlet-blocks {
	height: 310px;
	margin-bottom: 75px;
	overflow: visible;
}

.dv-home-outlet-blocks .cms-element-text {
	padding-top: 15px;
	width: 400px;
}

.dv-kategorie-teaser h2 {
	font-size: 20px;
	font-weight: 500;
	font-family: "LaLuxesSerif";
	color: #333;
}

.dv-kategorie-teaser .heptacom-image-text-card-wrapper {
	position: relative;
	display: block;
	-ms-flex-direction: unset;
	flex-direction: unset;
}

.dv-kategorie-teaser .heptacom-image-text-card-content {
	position: absolute;
	bottom: 0;
	left: 0;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, .64);
}

.dv-kategorie-teaser .heptacom-image-text-card-content h3 {
	margin-bottom: 0;
}

.dv-newsletter-teaser {
	padding: 115px 0;
	z-index: 1;
}

.dv-newsletter-teaser .dv-newsletter-teaser-text {
	text-align: center;
	padding: 50px;
	max-width: 742px;
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
}

.dv-newsletter-teaser .dv-newsletter-teaser-text h2.headline {
	color: #c00808;
	font-family: "klavika", Helvetica, sans-serif;
}

.dv-newsletter-teaser .dv-newsletter-teaser-text .cms-element-text p {
	font-size: 14px;
	font-weight: 300;
}

.dv-newsletter-teaser .dv-newsletter-teaser-text p:last-of-type {
	margin-bottom: 0;
}

.dv-newsletter-teaser .cms-section-default {
	position: relative;
}

.product-slider .cms-element-title {
	margin-left: -20px;
}

.product-slider .cms-element-title-paragraph {
	font-size: 20px;
	font-weight: 500;
	font-family: "LaLuxesSerif";
	color: #333;
}

.product-slider .product-slider-controls-prev, .product-slider .product-slider-controls-next {
	width: 45px;
	height: 45px;
	opacity: .75;
	background-color: #e8e8e8;
}

.product-slider .product-slider-controls-prev svg, .product-slider .product-slider-controls-next svg {
	height: 30px;
	top: -12px;
	position: relative;
}

.dv-home-strandkorb-berater {
	background-color: #fff;
	margin-top: 85px;
	overflow: visible;
}

.dv-home-strandkorb-berater p {
	font-size: 16px;
}

.dv-home-strandkorb-berater .headline {
	font-size: 25px !important;
	font-family: "LaLuxesSerif" !important;
	color: #c00808 !important;
	line-height: 1.5em;
}

.dv-home-strandkorb-berater .subheadline {
	font-size: 16px;
}

.dv-home-strandkorb-berater .cms-element-image {
	margin-top: -100px;
}

.cms-page.dv-home {
	margin-top: -20px;
}

.dv-pds-2er-teaser .heptacom-image-text-card-wrapper:nth-of-type(1) {
	position: relative;
}

.dv-pds-2er-teaser .heptacom-image-text-card-wrapper:nth-of-type(1) .heptacom-image-text-card-content {
	position: absolute;
	bottom: 0;
	color: #fff;
}

.dv-pds-2er-teaser .heptacom-image-text-card-wrapper:nth-of-type(1) .heptacom-image-text-card-content .heptacom-image-text-card-text {
	text-shadow: 2px 2px 5px #222;
}

.dv-pds-2er-teaser .heptacom-image-text-card-wrapper:nth-of-type(1) .heptacom-image-text-card-content .heptacom-image-text-card-text .headline {
	font-size: 38px;
	font-weight: 700;
}

.dv-pds-2er-teaser .heptacom-image-text-card-wrapper:nth-of-type(1) .heptacom-image-text-card-content .heptacom-image-text-card-text p {
	font-size: 22px;
}

.dv-pds-2er-teaser .heptacom-image-text-card-wrapper:nth-of-type(2) {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	background-color: #fff;
}

.dv-pds-2er-teaser .heptacom-image-text-card-wrapper:nth-of-type(2) .heptacom-image-text-card-image {
	max-width: 50%;
}

.dv-pds-2er-teaser .heptacom-image-text-card-wrapper:nth-of-type(2) .heptacom-image-text-card-content {
	max-width: 50%;
}

.dv-pds-2er-teaser .heptacom-image-text-card-wrapper:nth-of-type(2) .heptacom-image-text-card-content .heptacom-image-text-card-text .headline {
	font-size: 25px !important;
	font-family: "LaLuxesSerif" !important;
	color: #c00808 !important;
	line-height: 32px;
}

.dv-pds-2er-teaser .heptacom-image-text-card-wrapper:nth-of-type(2) .heptacom-image-text-card-content .heptacom-image-text-card-text p, .dv-pds-2er-teaser .heptacom-image-text-card-wrapper:nth-of-type(2) .heptacom-image-text-card-content .heptacom-image-text-card-text .subheadline {
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
}

.product-detail {
	background-color: #fff;
	padding: 15px;
}

.product-detail .product-detail-content {
	background-color: #fff;
	padding: 15px;
}

.product-detail .product-detail-content .list-price-badge {
	background: #c00d0d;
}

.product-detail .product-detail-tabs {
	margin: 60px 0;
}

.product-detail .product-detail-tabs .nav-tabs .nav-item .nav-link {
	font-weight: 600;
	background-color: transparent;
}

.product-detail .product-detail-tabs .nav-tabs .nav-item .nav-link:active {
	background-color: transparent;
}

.product-detail .product-detail-tabs .product-detail-tabs-content {
	padding: 25px 15px;
	background-color: #fff;
}

.product-detail .product-detail-tabs .product-detail-tabs-content .properties-label {
	font-weight: 600;
}

.product-detail .product-detail-cross-selling .product-detail-tabs-content {
	background-color: transparent;
	padding: 15px;
}

.product-detail .properties-label {
	font-weight: 600;
}

.product-wishlist-btn-content-md {
	font-size: 18px;
}

.product-detail-tabs-content .acris-faq {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-column-gap: 10px;
	-webkit-column-gap: 10px;
	column-gap: 10px;
}

.product-detail-tabs-content .acris-faq .acris-faq-accordion-wrapper {
	margin-bottom: 1rem;
	width: calc(50% - 5px);
}

@media (max-width: 767.98px) {
	.product-detail .product-detail-tabs {
		display: none;
	}
}

.product-detail .product-detail-tabs .product-detail-description-text .h2, .product-detail .product-detail-tabs .product-detail-description-text h2 {
	font-weight: 700;
}

.product-detail .product-detail-tabs .download-pdf-container .btn-pdf {
	color: #c00d0d;
}

.product-detail .product-detail-tabs .download-pdf-container .btn-pdf .icon {
	color: #c00d0d;
}

.product-detail .product-detail-tabs .download-pdf-container .btn-pdf:hover {
	color: #fff;
}

.product-detail .product-detail-tabs .download-pdf-container .btn-pdf:hover .icon {
	color: #fff;
}

.product-detail .product-detail-tabs .product-slider {
	padding-right: 0;
	padding-left: 0;
}

.product-detail .product-detail-tabs .product-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-prev, .product-detail .product-detail-tabs .product-slider .product-slider-controls-container .base-slider-controls .base-slider-controls-next {
	background: transparent;
}

.product-detail .product-detail-product-info {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}

.product-detail .product-detail-product-info .product-detail-product-properties-headline, .product-detail .product-detail-product-info .product-detail-product-description-headline {
	font-weight: 600;
	margin-bottom: 30px;
}

.product-detail .product-detail-accordion {
	display: block;
	padding: 0;
	cursor: pointer;
}

@media (min-width: 768px) {
	.product-detail .product-detail-accordion {
		display: none;
	}
}

.product-detail .product-detail-accordion .accordion-item {
	padding: 5px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.product-detail .product-detail-accordion .accordion-item .accordion-header {
	padding: 8px 0;
	background-color: inherit;
}

.product-detail .product-detail-accordion .accordion-item .accordion-body {
	padding: 8px 0;
}

.product-detail .product-detail-accordion .accordion-button {
	width: 100%;
	color: #222;
	border: none;
	padding: 0;
	background-color: transparent;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.product-detail .product-detail-accordion .accordion-button:focus:not(:focus-visible) {
	outline: none;
}

.product-detail .product-detail-accordion .accordion-button img {
	width: 15px;
}

.product-detail .product-detail-accordion .accordion-button .arrow-down {
	display: none;
}

.product-detail .product-detail-accordion .accordion-button.collapsed .arrow-up {
	display: none;
}

.product-detail .product-detail-accordion .accordion-button.collapsed .arrow-down {
	display: block;
}

.product-detail-main .product-detail-media .gallery-slider-row .gallery-slider-col .gallery-slider .product-wishlist {
	position: absolute;
	top: -5px;
	right: 20px;
	margin: 0;
}

.product-detail-main .product-detail-media .gallery-slider-row .gallery-slider-col .gallery-slider .product-wishlist .product-wishlist-action {
	width: 50px;
	height: 50px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.product-detail-main .product-detail-media .gallery-slider-row .gallery-slider-col .gallery-slider .product-wishlist .product-wishlist-action .icon-wishlist {
	width: 25px;
	height: 25px;
}

.product-detail-main .product-detail-media .gallery-slider-row .gallery-slider-col .gallery-slider .product-wishlist .product-wishlist-action .icon-wishlist svg {
	color: #222;
}

.product-detail-main .product-detail-media .gallery-slider-row .gallery-slider-col .gallery-slider .product-wishlist .product-wishlist-action:hover svg {
	color: #c00d0d;
}

@media (max-width: 767.98px) {
	.product-detail-main .product-detail-media .gallery-slider .gallery-slider-single-image.is-contain {
		min-height: 300px !important;
	}
	
	.product-detail-main .product-detail-media .gallery-slider-container .gallery-slider-item.is-cover, .product-detail-main .product-detail-media .gallery-slider-container .gallery-slider-item.is-contain {
		min-height: 300px !important;
	}
	
	.product-detail-main .product-detail-media .gallery-slider-container .gallery-slider-item.is-cover .gallery-slider-image, .product-detail-main .product-detail-media .gallery-slider-container .gallery-slider-item.is-contain .gallery-slider-image {
		width: 100%;
	}
}

.product-detail-main .product-detail-media .gallery-slider-thumbnails-col .gallery-slider-thumbnails-controls {
	display: none;
}

.product-detail-main .product-detail-media .gallery-slider-thumbnails-col .gallery-slider-thumbnails .gallery-slider-thumbnails-item .gallery-slider-thumbnails-item-inner {
	border-radius: 0px;
}

.product-detail .product-detail-tabs .card-header .product-detail-tab-navigation-link {
	font-family: "LaLuxesSerif", Times, serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}

@media (max-width: 1199.98px) {
	.product-detail-content .product-detail-headline {
		margin-bottom: 0;
	}
}

.product-detail-content .product-detail-headline .product-detail-name {
	font-weight: 700;
	font-size: 20px;
	color: #222;
}

.product-detail-content .product-detail-main .product-detail-buy ul {
	padding-left: 25px;
}

.product-detail-content .product-detail-main .product-detail-buy ul li {
	list-style: none;
	background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3C%21--%21Font%20Awesome%20Free%206.7.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202024%20Fonticons%2C%20Inc.--%3E%3Cpath%20d%3D%22M438.6%20105.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-256%20256c-12.5%2012.5-32.8%2012.5-45.3%200l-128-128c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200L160%20338.7%20393.4%20105.4c12.5-12.5%2032.8-12.5%2045.3%200z%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px;
}

.product-detail-content .product-detail-main .product-detail-buy ul li:before {
	content: "";
	display: inline-block;
	height: 10px;
	width: 15px;
	margin-right: 7px;
}

.product-detail-content .product-detail-main .product-detail-buy .product-detail-name {
	font-weight: 700;
	font-size: 20px;
	color: #222;
}

.product-detail-content .product-detail-main .product-detail-buy .product-detail-price-container {
	text-align: right;
}

.product-detail-content .product-detail-main .product-detail-buy .product-detail-price {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 28px;
	color: #222;
}

.product-detail-content .product-detail-main .product-detail-buy .klarna-ratenzahlung-hinweis {
	font-size: 18px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.product-detail-content .product-detail-main .product-detail-buy .klarna-ratenzahlung-hinweis .klarna-ratenzahlung-hinweis-img {
	width: 26px;
	margin-right: 5px;
	display: inline-block;
}

.product-detail-content .product-detail-main .product-detail-buy .product-detail-tax-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.product-detail-content .product-detail-main .product-detail-buy .product-detail-tax-container .product-detail-tax {
	margin-bottom: 0;
	font-size: 16px;
}

.product-detail-content .product-detail-main .product-detail-buy .product-detail-tax-container .product-detail-tax .product-detail-tax-link {
	color: #222;
}

.product-detail-content .product-detail-main .product-detail-buy .product-detail-delivery-information {
	text-align: right;
}

.product-detail-content .product-detail-main .product-detail-buy .recommendation-text {
	margin-right: 9px;
}

.product-detail-content .product-detail-main .product-detail-buy .pds-img {
	margin-left: 7px;
}

.product-detail-content .product-detail-main .product-detail-buy .product-detail-short-usps {
	margin-top: 10px;
	margin-left: -25px;
}

.product-detail-content .product-detail-main .product-detail-buy .product-detail-short-usps b, .product-detail-content .product-detail-main .product-detail-buy .product-detail-short-usps strong {
	font-weight: 600;
}

.product-detail-content .product-detail-main .product-detail-buy .product-detail-short-usps ul:nth-child(n+3) {
	display: none;
}

.product-detail-content .product-detail-main .product-detail-buy .product-detail-short-usps li:nth-child(n+6) {
	display: none;
}

.product-detail-content .product-detail-main .product-detail-buy .product-detail-short-usps li span {
	color: #222;
}

.product-detail-content .product-detail-main .product-detail-buy .product-detail-short-usps p {
	display: none;
}

.product-detail-content .product-detail-main .product-detail-buy .product-detail-short-usps iframe {
	display: none;
}

.delivery-information {
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 5px;
}

.delivery-shipping-free {
	color: #36c36a;
	font-weight: 500;
	font-size: 16px;
	border-radius: 5px;
	padding-top: 2px;
}

.delivery-available {
	color: #36c36a;
	font-weight: 500;
	font-size: 16px;
	border-radius: 5px;
	padding-top: 2px;
}

.delivery-soldout {
	color: #36c36a;
	font-weight: 500;
	font-size: 16px;
	border-radius: 5px;
	padding-top: 2px;
}

.delivery-restock {
	color: #36c36a;
	font-weight: 500;
	font-size: 16px;
	border-radius: 5px;
	padding-top: 2px;
}

.product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header {
	padding-left: 15px !important;
}

.product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .row, .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .account-content, .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .checkout-container, .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .checkout-container, .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .checkout-container, .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .checkout-container, .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .checkout-container {
	margin-top: 0 !important;
}

.product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .row .col-1, .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .account-content .col-1, .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .is-act-cartpage .checkout .checkout-container .col-1, .is-act-cartpage .checkout .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .checkout-container .col-1, .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .is-act-checkoutregisterpage .checkout .checkout-container .col-1, .is-act-checkoutregisterpage .checkout .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .checkout-container .col-1, .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .is-act-confirmpage .checkout .checkout-container .col-1, .is-act-confirmpage .checkout .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .checkout-container .col-1, .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .is-ctl-accountorder .checkout .checkout-container .col-1, .is-ctl-accountorder .checkout .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .checkout-container .col-1, .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .is-act-finishpage .checkout .checkout-container .col-1, .is-act-finishpage .checkout .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block.huebert-bundling-block .card-header .checkout-container .col-1 {
	max-width: 60px;
}

.product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .product-price, .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block a {
	color: #222;
	text-align: left;
}

.product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card {
	border: 1px solid #b3b9bf;
	border-radius: 0;
	margin-bottom: 20px;
	overflow: hidden;
}

.product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-header {
	padding: 0;
}

.product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-header .huebert-accessory {
	padding: 0;
	margin: .4rem;
	border-bottom: none;
}

.product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .huebert-accessory {
	border: none;
}

.product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-header {
	background-color: #f7f7f8;
	padding: 0;
}

.product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-header .row, .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-header .account-content, .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-header .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-header .checkout-container, .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-header .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-header .checkout-container, .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-header .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-header .checkout-container, .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-header .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-header .checkout-container, .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-header .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-header .checkout-container {
	-ms-flex-align: center;
	align-items: center;
}

.product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-header .h4, .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-header .offcanvas-cart-upselling h2.product-upselling-slider-title, .offcanvas-cart-upselling .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-header h2.product-upselling-slider-title {
	font-weight: 600;
	text-decoration: none;
	margin-bottom: 0;
	padding: 0 !important;
}

.product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-header .accessory-quantity {
	height: 25px;
	width: 25px;
	min-width: 25px;
}

.product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-header .col-1 .accessory-quantity {
	height: 33px;
}

.product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-body .input-group .input-group-prepend, .product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-body .input-group .input-group-append {
	display: none;
}

.product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-body .input-group .accessory-quantity {
	max-width: 50px;
	min-width: 50px;
}

.product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-body .product-configurator-variants {
	display: none;
}

.product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-body .hue-title-price {
	margin: 0;
}

.product-detail-content .product-detail-main .product-detail-buy .huebert-direct-accessories-block .card .card-body .hue-title-price .product-price {
	margin: 0;
}

.huebert-direct-accessories-block .hueb-accessories-bundling-wrapper {
	display: contents;
}

.huebert-direct-accessories-block .btn-accordion {
	font-size: 1rem;
	color: #222;
	font-weight: 600;
	padding-top: 5px;
	padding-bottom: 5px;
}

.huebert-direct-accessories-block .icon-arrow-head-up {
	width: 16px;
}

.huebert-direct-accessories-block .icon-arrow-head-down {
	width: 16px;
}

@media only screen and (min-width: 992px) {
	.huebert-direct-accessories-block .accessory-checkbox {
		-ms-transform: scale(1.3);
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	.huebert-direct-accessories-block .thumbnails-view {
		position: absolute;
		left: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.hue-checkbox .checkbox-mobile-wrapper {
		width: 5.75rem;
	}
	
	.hue-checkbox .hue-product-title {
		margin-top: 10px;
		margin-left: -20px;
	}
	
	.huebert-direct-accessories-block .accessory-checkbox {
		margin-left: 30px;
		margin-top: -20px;
	}
	
	.huebert-direct-accessories-block .accessory-item-container {
		display: block;
	}
	
	.huebert-direct-accessories-block .accessory-item-container .hue-price-wrapper {
		margin-left: -2.5rem;
		margin-top: 0 !important;
	}
	
	.huebert-accessory .row, .huebert-accessory .account-content, .huebert-accessory .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .huebert-accessory .checkout-container, .huebert-accessory .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .huebert-accessory .checkout-container, .huebert-accessory .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .huebert-accessory .checkout-container, .huebert-accessory .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .huebert-accessory .checkout-container, .huebert-accessory .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .huebert-accessory .checkout-container {
		margin: 0 !important;
	}
}

.product-detail-documents .heptacom-document-card .data-file-actions {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-detail-documents .heptacom-document-card .data-file-actions .data-file-info-open {
	width: 100%;
	-ms-flex-order: 2;
	order: 2;
}

@media (min-width: 576px) {
	.product-detail-documents .heptacom-document-card .data-file-actions .data-file-info-open {
		width: 40%;
		-ms-flex-order: 1;
		order: 1;
	}
}

.product-detail-documents .heptacom-document-card .data-file-actions .data-file-info-open .pdf-teaser-img-container .pdf-teaser-img {
	width: 100%;
}

.product-detail-documents .heptacom-document-card .data-file-actions .data-file-info-download {
	width: 100%;
	padding: 20px;
	-ms-flex-order: 1;
	order: 1;
}

@media (min-width: 576px) {
	.product-detail-documents .heptacom-document-card .data-file-actions .data-file-info-download {
		width: 60%;
		-ms-flex-order: 2;
		order: 2;
	}
}

.product-detail-documents .heptacom-document-card .data-file-actions .data-file-info-download .data-file-info-link {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.product-detail-documents .heptacom-document-card .data-file-actions .data-file-info-download .data-file-info-link .data-file-info-pds-img {
	margin-right: 20px;
}
