.bootstrap-touchspin .input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 8px 10px;
	margin-left: -1px;
	position: relative
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0;
	border-top-right-radius: 4px
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	margin-top: -2px;
	border-radius: 0;
	border-bottom-right-radius: 4px
}

.bootstrap-touchspin .input-group-btn-vertical i {
	position: absolute;
	top: 3px;
	left: 5px;
	font-size: 9px;
	font-weight: 400
}

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ff9a52;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--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
}

*,
:after,
:before {
	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: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
	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[data-original-title],
abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none
}

address {
	font-style: normal;
	line-height: inherit
}

address,
dl,
ol,
ul {
	margin-bottom: 1rem
}

dl,
ol,
ul {
	margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
	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: #007bff;
	text-decoration: none;
	background-color: transparent
}

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

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

code,
kbd,
pre,
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;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	border-style: none
}

img,
svg {
	vertical-align: middle
}

svg {
	overflow: hidden
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #acaaa6;
	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
}

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

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

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

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

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

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
}

progress {
	vertical-align: baseline
}

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

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

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

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

output {
	display: inline-block
}

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

template {
	display: none
}

[hidden] {
	display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-weight: 700;
	line-height: 1.2
}

.h1,
h1 {
	font-size: 2.5rem
}

.h2,
h2 {
	font-size: 2rem
}

.h3,
h3 {
	font-size: 1.75rem
}

.h4,
h4 {
	font-size: 1.5rem
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

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

.display-1 {
	font-size: 3.125rem;
	font-weight: 600;
	line-height: 1.2
}

.display-2 {
	font-size: 2.1875rem
}

.display-2,
.display-3 {
	font-weight: 400;
	line-height: 1.2
}

.display-3 {
	font-size: 1.5625rem
}

.display-4 {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.2
}

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-inline,
.list-unstyled {
	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.25rem
}

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

.blockquote-footer:before {
	content: "\2014\A0"
}

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

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0
}

.figure {
	display: inline-block
}

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

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

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

a>code {
	color: inherit
}

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

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;
	word-break: normal
}

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

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

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {

	.container,
	.container-sm {
		max-width: 540px
	}
}

@media (min-width:768px) {

	.container,
	.container-md,
	.container-sm {
		max-width: 720px
	}
}

@media (min-width:992px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px
	}
}

@media (min-width:1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px
	}
}

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

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

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,
.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-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.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-auto,
.col-xs-12 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%
}

.row-cols-1>* {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.row-cols-2>* {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.row-cols-3>* {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.row-cols-4>* {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.row-cols-5>* {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}

.row-cols-6>* {
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-12,
.col-xs-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
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%
	}

	.row-cols-sm-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-sm-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-sm-3>* {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.row-cols-sm-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-sm-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-sm-6>* {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.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.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

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

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

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

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

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

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

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

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

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

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

	.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.33333%
	}

	.offset-sm-2 {
		margin-left: 16.66667%
	}

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

	.offset-sm-4 {
		margin-left: 33.33333%
	}

	.offset-sm-5 {
		margin-left: 41.66667%
	}

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

	.offset-sm-7 {
		margin-left: 58.33333%
	}

	.offset-sm-8 {
		margin-left: 66.66667%
	}

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

	.offset-sm-10 {
		margin-left: 83.33333%
	}

	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%
	}

	.row-cols-md-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-md-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-md-3>* {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.row-cols-md-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-md-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-md-6>* {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.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.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

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

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

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

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

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

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

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

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

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

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

	.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.33333%
	}

	.offset-md-2 {
		margin-left: 16.66667%
	}

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

	.offset-md-4 {
		margin-left: 33.33333%
	}

	.offset-md-5 {
		margin-left: 41.66667%
	}

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

	.offset-md-7 {
		margin-left: 58.33333%
	}

	.offset-md-8 {
		margin-left: 66.66667%
	}

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

	.offset-md-10 {
		margin-left: 83.33333%
	}

	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%
	}

	.row-cols-lg-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-lg-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-lg-3>* {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.row-cols-lg-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-lg-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-lg-6>* {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.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.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

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

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

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

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

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

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

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

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

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

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

	.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 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333%
	}

	.offset-lg-2 {
		margin-left: 16.66667%
	}

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

	.offset-lg-4 {
		margin-left: 33.33333%
	}

	.offset-lg-5 {
		margin-left: 41.66667%
	}

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

	.offset-lg-7 {
		margin-left: 58.33333%
	}

	.offset-lg-8 {
		margin-left: 66.66667%
	}

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

	.offset-lg-10 {
		margin-left: 83.33333%
	}

	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%
	}

	.row-cols-xl-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-xl-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-xl-3>* {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.row-cols-xl-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-xl-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-xl-6>* {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.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.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

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

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

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

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

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

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

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

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

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

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

	.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 {
		margin-left: 8.33333%
	}

	.offset-xl-2 {
		margin-left: 16.66667%
	}

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

	.offset-xl-4 {
		margin-left: 33.33333%
	}

	.offset-xl-5 {
		margin-left: 41.66667%
	}

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

	.offset-xl-7 {
		margin-left: 58.33333%
	}

	.offset-xl-8 {
		margin-left: 66.66667%
	}

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

	.offset-xl-10 {
		margin-left: 83.33333%
	}

	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #9fcdff
}

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

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

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

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

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
	border-color: #8fd19e
}

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

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

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
	border-color: #86cfda
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.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: #343a40;
	border-color: #454d55
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.table-dark {
	color: #fff;
	background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #454d55
}

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

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: hsla(0, 0%, 100%, .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 + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

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

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

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

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

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 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: .9375rem;
	line-height: 1.5
}

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

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

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

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

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

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

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

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

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

.form-row>.col,
.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,
.form-check-input[disabled]~.form-check-label {
	color: #acaaa6
}

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

.form-check-inline {
	display: -ms-inline-flexbox;
	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: #28a745
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, .9);
	border-radius: 0
}

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

.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: #28a745;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
	border-color: #28a745;
	padding-right: calc(.75em + 2.3125rem);
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
	color: #28a745
}

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

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
	color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
	border-color: #28a745
}

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

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: 0
}

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
	border-color: #dc3545;
	padding-right: calc(.75em + 2.3125rem);
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

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

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

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

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

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

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

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

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
	display: -ms-flexbox;
	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 {
		-ms-flex-align: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.form-inline .form-group,
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		margin-bottom: 0
	}

	.form-inline .form-group {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-plaintext {
		display: inline-block
	}

	.form-inline .custom-select,
	.form-inline .input-group {
		width: auto
	}

	.form-inline .form-check {
		display: -ms-flexbox;
		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: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0;
	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 {
		transition: none
	}
}

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

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

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

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

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

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
	box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

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

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.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 hsla(208, 6%, 54%, .5)
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.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(72, 180, 97, .5)
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.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(58, 176, 195, .5)
}

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

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
	color: #212529;
	background-color: #ff842c;
	border-color: #ff7c1f
}

.btn-warning.focus,
.btn-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 136, 76, .5)
}

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

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

.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, 136, 76, .5)
}

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

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

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

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

.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(225, 83, 97, .5)
}

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

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
	box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

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

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

.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 hsla(220, 4%, 85%, .5)
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.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(82, 88, 93, .5)
}

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

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

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #007bff;
	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: #007bff;
	border-color: #007bff
}

.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(0, 123, 255, .5)
}

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

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

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	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: #6c757d;
	border-color: #6c757d
}

.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 hsla(208, 7%, 46%, .5)
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	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: #28a745;
	border-color: #28a745
}

.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(40, 167, 69, .5)
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	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: #17a2b8;
	border-color: #17a2b8
}

.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(23, 162, 184, .5)
}

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

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

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

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ff9a52;
	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: #ff9a52;
	border-color: #ff9a52
}

.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, 154, 82, .5)
}

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

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

.btn-outline-danger.focus,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	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: #dc3545;
	border-color: #dc3545
}

.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(220, 53, 69, .5)
}

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

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

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

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	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: #f8f9fa;
	border-color: #f8f9fa
}

.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(248, 249, 250, .5)
}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	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: #343a40;
	border-color: #343a40
}

.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(52, 58, 64, .5)
}

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

.btn-link:hover {
	color: #0056b3
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
	text-decoration: underline
}

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

.btn-group-lg>.btn,
.btn-lg {
	padding: .5rem 1rem;
	font-size: .9375rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

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

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

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

.fade {
	transition: opacity .15s linear
}

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

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

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

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

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

.dropdown,
.dropleft,
.dropright,
.dropup {
	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: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0
}

.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: "";
	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^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto
}

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

.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:focus,
.dropdown-item:hover {
	color: #16181b;
	background-color: #f8f9fa
}

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

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

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	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: inline-flex;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

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

.btn-toolbar {
	display: -ms-flexbox;
	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-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
	margin-left: -1px
}

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

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

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}

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

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

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.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-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
	margin-top: -1px
}

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

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
	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-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

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

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

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

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

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

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

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

.input-group>.custom-file {
	display: -ms-flexbox;
	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-append,
.input-group-prepend {
	display: -ms-flexbox;
	display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
	position: relative;
	z-index: 2
}

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

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px
}

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

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

.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0
}

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

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

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
	padding: .5rem 1rem;
	font-size: .9375rem;
	line-height: 1.5;
	border-radius: .3rem
}

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

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

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

.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),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
	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:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

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

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

.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0
}

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

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

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

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

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
	color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
	background-color: #e9ecef
}

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

.custom-control-label:before {
	pointer-events: none;
	background-color: #fff;
	border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: ""
}

.custom-control-label:after {
	background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
	border-radius: 0
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' 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(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
	background-color: rgba(0, 123, 255, .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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' 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(0, 123, 255, .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(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	transition: 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 {
		transition: none
	}
}

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

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
	border: 1px solid #ced4da;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

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

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

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}

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

.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057
}

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

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

.custom-file {
	display: inline-block;
	margin-bottom: 0
}

.custom-file,
.custom-file-input {
	position: relative;
	width: 100%;
	height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
	z-index: 2;
	margin: 0;
	opacity: 0
}

.custom-file-input:focus~.custom-file-label {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
	background-color: #e9ecef
}

.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 {
	left: 0;
	z-index: 1;
	height: calc(1.5em + .75rem + 2px);
	font-weight: 400;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0
}

.custom-file-label,
.custom-file-label:after {
	position: absolute;
	top: 0;
	right: 0;
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057
}

.custom-file-label:after {
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 0 0 0
}

.custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-range:focus {
	outline: none
}

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

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

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

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

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

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

.custom-range::-webkit-slider-thumb:active {
	background-color: #b3d7ff
}

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

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

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

.custom-range::-moz-range-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	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: #007bff;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none
}

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

.custom-range::-ms-thumb:active {
	background-color: #b3d7ff
}

.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,
.custom-range::-ms-fill-upper {
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range::-ms-fill-upper {
	margin-right: 15px
}

.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 {
	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 {
		transition: none
	}
}

.nav {
	display: -ms-flexbox;
	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:focus,
.nav-link:hover {
	text-decoration: none
}

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

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

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

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

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}

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

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

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

.nav-pills .nav-link {
	border-radius: 0
}

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

.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;
	padding: .5rem 1rem
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
	display: -ms-flexbox;
	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: .54688rem;
	padding-bottom: .54688rem;
	margin-right: 1rem;
	font-size: .9375rem;
	line-height: inherit;
	white-space: nowrap
}

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

.navbar-nav {
	display: -ms-flexbox;
	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: .9375rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0
}

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

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

@media (max-width:575.98px) {

	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-xl {
		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,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-sm .navbar-collapse {
		display: -ms-flexbox !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,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-xl {
		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,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox !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,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-xl {
		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,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !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,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-xl {
		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,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox !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,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
	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,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

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

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

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

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

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

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

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

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

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

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

.navbar-dark .navbar-nav .nav-link {
	color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: hsla(0, 0%, 100%, .25)
}

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

.navbar-dark .navbar-toggler {
	color: hsla(0, 0%, 100%, .5);
	border-color: hsla(0, 0%, 100%, .1)
}

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

.navbar-dark .navbar-text {
	color: hsla(0, 0%, 100%, .5)
}

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

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0
}

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

.card>.list-group {
	border-top: inherit;
	border-bottom: inherit
}

.card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

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

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

.card-subtitle {
	margin-top: -.375rem
}

.card-subtitle,
.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 rgba(0, 0, 0, .125)
}

.card-header:first-child {
	border-radius: 0 0 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 rgba(0, 0, 0, .125)
}

.card-footer:last-child {
	border-radius: 0 0 0 0
}

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

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

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

.card-img,
.card-img-bottom,
.card-img-top {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%
}

.card-img,
.card-img-top {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.card-deck .card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	.card-deck {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}

	.card-deck .card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}

.card-group>.card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	.card-group {
		display: -ms-flexbox;
		display: flex;
		-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-header,
	.card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-footer,
	.card-group>.card:not(:last-child) .card-img-bottom {
		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-header,
	.card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}

	.card-group>.card:not(:first-child) .card-footer,
	.card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0
	}
}

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

@media (min-width:576px) {
	.card-columns {
		column-count: 3;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1
	}

	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}

.accordion>.card {
	overflow: hidden
}

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

.accordion>.card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

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

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

.breadcrumb,
.breadcrumb-item {
	display: -ms-flexbox;
	display: flex
}

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

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

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

.breadcrumb-item.active {
	color: #6c757d
}

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

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

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

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

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

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

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

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

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

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

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

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

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

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

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0;
	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 {
		transition: none
	}
}

a.badge:focus,
a.badge:hover {
	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: #007bff
}

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

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

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

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

a.badge-secondary.focus,
a.badge-secondary:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.badge-success {
	color: #fff;
	background-color: #28a745
}

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

a.badge-success.focus,
a.badge-success:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
	color: #fff;
	background-color: #17a2b8
}

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

a.badge-info.focus,
a.badge-info:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

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

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

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

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

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

a.badge-danger.focus,
a.badge-danger:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

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

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

.badge-dark {
	color: #fff;
	background-color: #343a40
}

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

a.badge-dark.focus,
a.badge-dark:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

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

@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: 0
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 4rem
}

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

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}

.alert-primary hr {
	border-top-color: #9fcdff
}

.alert-primary .alert-link {
	color: #002752
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}

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

.alert-secondary .alert-link {
	color: #202326
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

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

.alert-success .alert-link {
	color: #0b2e13
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

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

.alert-info .alert-link {
	color: #062c33
}

.alert-warning {
	color: #85502b;
	background-color: #ffebdc;
	border-color: #ffe3cf
}

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

.alert-warning .alert-link {
	color: #5e391f
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

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

.alert-danger .alert-link {
	color: #491217
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

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

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

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

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

.alert-dark .alert-link {
	color: #040505
}

@keyframes progress-bar-stripes {
	0% {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	height: 1rem;
	line-height: 0;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: 0
}

.progress,
.progress-bar {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden
}

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

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

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

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

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

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

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

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

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

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

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef
}

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

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

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit
}

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

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

.list-group-item+.list-group-item {
	border-top-width: 0
}

.list-group-item+.list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px
}

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

.list-group-horizontal>.list-group-item:first-child,
.list-group-horizontal>.list-group-item:last-child {
	border-bottom-left-radius: 0;
	border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item.active {
	margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px
}

@media (min-width:576px) {
	.list-group-horizontal-sm {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.list-group-horizontal-sm>.list-group-item:first-child,
	.list-group-horizontal-sm>.list-group-item:last-child {
		border-bottom-left-radius: 0;
		border-top-right-radius: 0
	}

	.list-group-horizontal-sm>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width:768px) {
	.list-group-horizontal-md {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.list-group-horizontal-md>.list-group-item:first-child,
	.list-group-horizontal-md>.list-group-item:last-child {
		border-bottom-left-radius: 0;
		border-top-right-radius: 0
	}

	.list-group-horizontal-md>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width:992px) {
	.list-group-horizontal-lg {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.list-group-horizontal-lg>.list-group-item:first-child,
	.list-group-horizontal-lg>.list-group-item:last-child {
		border-bottom-left-radius: 0;
		border-top-right-radius: 0
	}

	.list-group-horizontal-lg>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width:1200px) {
	.list-group-horizontal-xl {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.list-group-horizontal-xl>.list-group-item:first-child,
	.list-group-horizontal-xl>.list-group-item:last-child {
		border-bottom-left-radius: 0;
		border-top-right-radius: 0
	}

	.list-group-horizontal-xl>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

.list-group-flush {
	border-radius: 0
}

.list-group-flush>.list-group-item {
	border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
	border-bottom-width: 0
}

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
	color: #004085;
	background-color: #9fcdff
}

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

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf
}

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

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
	color: #155724;
	background-color: #b1dfbb
}

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

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5
}

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

.list-group-item-warning {
	color: #85502b;
	background-color: #ffe3cf
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
	color: #85502b;
	background-color: #ffd4b6
}

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

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
	color: #721c24;
	background-color: #f1b0b7
}

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

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}

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

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

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe
}

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

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

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

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

button.close {
	padding: 0;
	background-color: transparent;
	border: 0
}

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

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: .875rem;
	background-color: hsla(0, 0%, 100%, .85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	-webkit-backdrop-filter: blur(10px);
	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: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #6c757d;
	background-color: hsla(0, 0%, 100%, .85);
	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: transform .3s ease-out;
	transform: translateY(-50px)
}

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

.modal.show .modal-dialog {
	transform: none
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02)
}

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

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

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

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

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

.modal-dialog-centered:before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	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: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

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

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

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem 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: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
	margin: .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);
		height: -webkit-min-content;
		height: -moz-min-content;
		height: min-content
	}

	.modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {

	.modal-lg,
	.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: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, 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;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	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-auto[x-placement^=top],
.bs-tooltip-top {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
	bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #ff4c4c
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #ff4c4c
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
	top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #ff4c4c
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #ff4c4c
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #ff4c4c;
	border-radius: 0
}

.popover {
	top: 0;
	left: 0;
	z-index: 1060;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, 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;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem
}

.popover,
.popover .arrow {
	position: absolute;
	display: block
}

.popover .arrow {
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
	margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
	bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
	margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
	left: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
	margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
	top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
	top: 0;
	border-width: 0 .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
	top: 1px;
	border-width: 0 .5rem .5rem;
	border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-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-auto[x-placement^=left],
.bs-popover-left {
	margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
	right: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-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: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529
}

.carousel {
	position: relative
}

.carousel.pointer-event {
	-ms-touch-action: pan-y;
	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: transform .6s ease-in-out
}

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

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

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

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

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

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

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

@media (prefers-reduced-motion:reduce) {

	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-right {
		transition: none
	}
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	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;
	transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

	.carousel-control-next,
	.carousel-control-prev {
		transition: none
	}
}

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

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	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;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators li {
		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
}

@keyframes spinner-border {
	to {
		transform: rotate(1turn)
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em
}

@keyframes spinner-grow {
	0% {
		transform: scale(0)
	}

	50% {
		opacity: 1;
		transform: none
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	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: #007bff !important
}

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

.bg-secondary {
	background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	background-color: #545b62 !important
}

.bg-success {
	background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #1e7e34 !important
}

.bg-info {
	background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #117a8b !important
}

.bg-warning {
	background-color: #ff9a52 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #ff7c1f !important
}

.bg-danger {
	background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #bd2130 !important
}

.bg-light {
	background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #dae0e5 !important
}

.bg-dark {
	background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #1d2124 !important
}

.bg-white {
	background-color: #fff !important
}

.bg-transparent {
	background-color: transparent !important
}

.border {
	border: 1px solid #dee2e6 !important
}

.border-top {
	border-top: 1px solid #dee2e6 !important
}

.border-right {
	border-right: 1px solid #dee2e6 !important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important
}

.border-left {
	border-left: 1px solid #dee2e6 !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: #007bff !important
}

.border-secondary {
	border-color: #6c757d !important
}

.border-success {
	border-color: #28a745 !important
}

.border-info {
	border-color: #17a2b8 !important
}

.border-warning {
	border-color: #ff9a52 !important
}

.border-danger {
	border-color: #dc3545 !important
}

.border-light {
	border-color: #f8f9fa !important
}

.border-dark {
	border-color: #343a40 !important
}

.border-white {
	border-color: #fff !important
}

.rounded-sm {
	border-radius: .2rem !important
}

.rounded {
	border-radius: 0 !important
}

.rounded-top {
	border-top-left-radius: 0 !important
}

.rounded-right,
.rounded-top {
	border-top-right-radius: 0 !important
}

.rounded-bottom,
.rounded-right {
	border-bottom-right-radius: 0 !important
}

.rounded-bottom,
.rounded-left {
	border-bottom-left-radius: 0 !important
}

.rounded-left {
	border-top-left-radius: 0 !important
}

.rounded-lg {
	border-radius: .3rem !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 {
	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: flex !important
}

.d-inline-flex {
	display: -ms-inline-flexbox !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: flex !important
	}

	.d-sm-inline-flex {
		display: -ms-inline-flexbox !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: flex !important
	}

	.d-md-inline-flex {
		display: -ms-inline-flexbox !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 {
		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: flex !important
	}

	.d-lg-inline-flex {
		display: -ms-inline-flexbox !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: flex !important
	}

	.d-xl-inline-flex {
		display: -ms-inline-flexbox !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: flex !important
	}

	.d-print-inline-flex {
		display: -ms-inline-flexbox !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 embed,
.embed-responsive iframe,
.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.85714%
}

.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;
	-ms-grid-row-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;
	-ms-grid-row-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;
	-ms-grid-row-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;
		-ms-grid-row-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;
		-ms-grid-row-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;
		-ms-grid-row-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;
		-ms-grid-row-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;
		-ms-grid-row-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;
		-ms-grid-row-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;
		-ms-grid-row-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;
		-ms-grid-row-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;
		-ms-grid-row-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;
		-ms-grid-row-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;
		-ms-grid-row-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;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important
	}
}

.float-left,
.float-xs-left {
	float: left !important
}

.float-right,
.float-xs-right {
	float: right !important
}

.float-none,
.float-xs-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
	}
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	-ms-user-select: all !important;
	user-select: all !important
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: 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 {
	top: 0
}

.fixed-bottom,
.fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	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
}

.m-0 {
	margin: 0 !important
}

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

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

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

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

.m-1 {
	margin: .25rem !important
}

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

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

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

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

.m-2 {
	margin: .5rem !important
}

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

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

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

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

.m-3 {
	margin: 1rem !important
}

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

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

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

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

.m-4 {
	margin: 1.5rem !important
}

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

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

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

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

.m-5 {
	margin: 3rem !important
}

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

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

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

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

.p-0 {
	padding: 0 !important
}

.pt-0,
.py-0 {
	padding-top: 0 !important
}

.pr-0,
.px-0 {
	padding-right: 0 !important
}

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

.pl-0,
.px-0 {
	padding-left: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
	margin: auto !important
}

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

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

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

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

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 !important
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important
	}

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important
	}

	.m-sm-1 {
		margin: .25rem !important
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem !important
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem !important
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem !important
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem !important
	}

	.m-sm-2 {
		margin: .5rem !important
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem !important
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem !important
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem !important
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important
	}

	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important
	}

	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important
	}

	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important
	}

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

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 !important
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important
	}

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important
	}

	.m-md-1 {
		margin: .25rem !important
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem !important
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem !important
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem !important
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem !important
	}

	.m-md-2 {
		margin: .5rem !important
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem !important
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem !important
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem !important
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important
	}

	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important
	}

	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important
	}

	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important
	}

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

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 !important
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important
	}

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem !important
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem !important
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem !important
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem !important
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem !important
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem !important
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important
	}

	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important
	}

	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important
	}

	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important
	}

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important
	}

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

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0 !important
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important
	}

	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important
	}

	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important
	}

	.m-xl-1 {
		margin: .25rem !important
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem !important
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem !important
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem !important
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem !important
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem !important
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem !important
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem !important
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important
	}

	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important
	}

	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important
	}

	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important
	}

	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important
	}

	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important
	}

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

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stretched-link:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: transparent
}

.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 {
	color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #0056b3 !important
}

.text-secondary {
	color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
	color: #494f54 !important
}

.text-success {
	color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
	color: #19692c !important
}

.text-info {
	color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
	color: #0f6674 !important
}

.text-warning {
	color: #ff9a52 !important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #ff6d06 !important
}

.text-danger {
	color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #a71d2a !important
}

.text-light {
	color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
	color: #cbd3da !important
}

.text-dark {
	color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
	color: #121416 !important
}

.text-body {
	color: #212529 !important
}

.text-muted {
	color: #acaaa6 !important
}

.text-black-50 {
	color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
	color: hsla(0, 0%, 100%, .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 {
	word-wrap: break-word !important
}

.text-reset {
	color: inherit !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

@media print {

	*,
	:after,
	:before {
		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
	}

	blockquote,
	pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		page-break-inside: avoid
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	@page {
		size: a3
	}

	.container,
	body {
		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 td,
	.table-bordered th {
		border: 1px solid #dee2e6 !important
	}

	.table-dark {
		color: inherit
	}

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

	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6
	}
}

@keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translateZ(0)
	}

	40%,
	43% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom
}

@keyframes flash {

	0%,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.flash {
	animation-name: flash
}

@keyframes pulse {

	0%,
	to {
		transform: scaleX(1)
	}

	50% {
		transform: scale3d(1.05, 1.05, 1.05)
	}
}

.pulse {
	animation-name: pulse
}

@keyframes rubberBand {

	0%,
	to {
		transform: scaleX(1)
	}

	30% {
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		transform: scale3d(1.05, .95, 1)
	}
}

.rubberBand {
	animation-name: rubberBand
}

@keyframes shake {

	0%,
	to {
		transform: translateZ(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	animation-name: shake
}

@keyframes headShake {
	0% {
		transform: translateX(0)
	}

	6.5% {
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		transform: translateX(0)
	}
}

.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake
}

@keyframes swing {
	20% {
		transform: rotate(15deg)
	}

	40% {
		transform: rotate(-10deg)
	}

	60% {
		transform: rotate(5deg)
	}

	80% {
		transform: rotate(-5deg)
	}

	to {
		transform: rotate(0deg)
	}
}

.swing {
	transform-origin: top center;
	animation-name: swing
}

@keyframes tada {

	0%,
	to {
		transform: scaleX(1)
	}

	10%,
	20% {
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}
}

.tada {
	animation-name: tada
}

@keyframes wobble {

	0%,
	to {
		transform: none
	}

	15% {
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}

	30% {
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}

	45% {
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}

	60% {
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}

	75% {
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}
}

.wobble {
	animation-name: wobble
}

@keyframes jello {

	0%,
	11.1%,
	to {
		transform: none
	}

	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		transform: skewX(.39063deg) skewY(.39063deg)
	}

	88.8% {
		transform: skewX(-.19531deg) skewY(-.19531deg)
	}
}

.jello {
	animation-name: jello;
	transform-origin: center
}

@keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	20% {
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		transform: scaleX(1)
	}
}

.bounceIn {
	animation-name: bounceIn
}

@keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}

	75% {
		transform: translate3d(0, -10px, 0)
	}

	90% {
		transform: translate3d(0, 5px, 0)
	}

	to {
		transform: none
	}
}

.bounceInDown {
	animation-name: bounceInDown
}

@keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0)
	}

	75% {
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		transform: translate3d(5px, 0, 0)
	}

	to {
		transform: none
	}
}

.bounceInLeft {
	animation-name: bounceInLeft
}

@keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		transform: translate3d(10px, 0, 0)
	}

	90% {
		transform: translate3d(-5px, 0, 0)
	}

	to {
		transform: none
	}
}

.bounceInRight {
	animation-name: bounceInRight
}

@keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}

	75% {
		transform: translate3d(0, 10px, 0)
	}

	90% {
		transform: translate3d(0, -5px, 0)
	}

	to {
		transform: translateZ(0)
	}
}

.bounceInUp {
	animation-name: bounceInUp
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	animation-name: fadeIn
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInDown {
	animation-name: fadeInDown
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInLeft {
	animation-name: fadeInLeft
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInRight {
	animation-name: fadeInRight
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInUp {
	animation-name: fadeInUp
}

@keyframes lightSpeedIn {
	0% {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		transform: skewX(-5deg);
		opacity: 1
	}

	to {
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out
}

@keyframes rotateIn {
	0% {
		transform-origin: center;
		transform: rotate(-200deg);
		opacity: 0
	}

	to {
		transform-origin: center;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	animation-name: rotateIn
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-45deg);
		opacity: 0
	}

	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(45deg);
		opacity: 0
	}

	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(45deg);
		opacity: 0
	}

	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0
	}

	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight
}

@keyframes rollIn {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.rollIn {
	animation-name: rollIn
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	animation-name: zoomIn
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	animation-name: zoomInDown
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	animation-name: zoomInLeft
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	animation-name: zoomInRight
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	animation-name: zoomInUp
}

@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

.slideInDown {
	animation-name: slideInDown
}

@keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

.slideInLeft {
	animation-name: slideInLeft
}

@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

.slideInRight {
	animation-name: slideInRight
}

@keyframes slideInUp {
	0% {
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

.slideInUp {
	animation-name: slideInUp
}

.elementor-animation-grow {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover,
.elementor-iqit-banner:hover .elementor-animation-grow {
	transform: scale(1.1)
}

.elementor-animation-shrink {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-iqit-banner .elementor-animation-shrink {
	transform: scale(1.1)
}

.elementor-iqit-banner:hover .elementor-animation-shrink {
	transform: scale(1)
}

.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
	transform: scale(.9)
}

@keyframes elementor-animation-pulse {
	25% {
		transform: scale(1.1)
	}

	75% {
		transform: scale(.9)
	}
}

@keyframes elementor-animation-pulse-banner {
	25% {
		transform: scale(1.1)
	}

	75% {
		transform: scale(1)
	}
}

.elementor-iqit-banner:hover .elementor-animation-pulse {
	animation-name: elementor-animation-pulse-banner;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
	animation-name: elementor-animation-pulse;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse-grow {
	to {
		transform: scale(1.1)
	}
}

.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover,
.elementor-iqit-banner:hover .elementor-animation-pulse-grow {
	animation-name: elementor-animation-pulse-grow;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate
}

@keyframes elementor-animation-pulse-shrink {
	to {
		transform: scale(.9)
	}
}

.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover,
.elementor-iqit-banner:hover .elementor-animation-pulse-shrink {
	animation-name: elementor-animation-pulse-shrink;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate
}

@keyframes elementor-animation-push {
	50% {
		transform: scale(.8)
	}

	to {
		transform: scale(1)
	}
}

.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover,
.elementor-iqit-banner:hover .elementor-animation-push {
	animation-name: elementor-animation-push;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}

@keyframes elementor-animation-pop {
	50% {
		transform: scale(1.2)
	}
}

.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover,
.elementor-iqit-banner:hover .elementor-animation-pop {
	animation-name: elementor-animation-pop;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}

.elementor-animation-bounce-in {
	transition-duration: .5s
}

.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover,
.elementor-iqit-banner:hover .elementor-animation-bounce-in {
	transform: scale(1.2);
	transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.elementor-animation-bounce-out {
	transition-duration: .5s
}

.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover,
.elementor-iqit-banner:hover .elementor-animation-bounce-out {
	transform: scale(.8);
	transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.elementor-animation-rotate {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover,
.elementor-iqit-banner:hover .elementor-animation-rotate {
	transform: rotate(4deg)
}

.elementor-animation-grow-rotate {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-grow-rotate:active,
.elementor-animation-grow-rotate:focus,
.elementor-animation-grow-rotate:hover,
.elementor-iqit-banner:hover .elementor-animation-grow-rotate {
	transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover,
.elementor-iqit-banner:hover .elementor-animation-float {
	transform: translateY(-8px)
}

.elementor-animation-sink {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out
}

.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover,
.elementor-iqit-banner:hover .elementor-animation-sink {
	transform: translateY(8px)
}

@keyframes elementor-animation-bob {
	0% {
		transform: translateY(-8px)
	}

	50% {
		transform: translateY(-4px)
	}

	to {
		transform: translateY(-8px)
	}
}

@keyframes elementor-animation-bob-float {
	to {
		transform: translateY(-8px)
	}
}

.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover,
.elementor-iqit-banner:hover .elementor-animation-bob {
	animation-name: elementor-animation-bob-float, elementor-animation-bob;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate
}

@keyframes elementor-animation-hang {
	0% {
		transform: translateY(8px)
	}

	50% {
		transform: translateY(4px)
	}

	to {
		transform: translateY(8px)
	}
}

@keyframes elementor-animation-hang-sink {
	to {
		transform: translateY(8px)
	}
}

.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover,
.elementor-iqit-banner:hover .elementor-animation-hang {
	animation-name: elementor-animation-hang-sink, elementor-animation-hang;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate
}

.elementor-animation-skew {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover,
.elementor-iqit-banner:hover .elementor-animation-skew {
	transform: skew(-10deg)
}

.elementor-animation-skew-forward {
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: 0 100%
}

.elementor-animation-skew-forward:active,
.elementor-animation-skew-forward:focus,
.elementor-animation-skew-forward:hover,
.elementor-iqit-banner:hover .elementor-animation-skew-forward {
	transform: skew(-10deg)
}

.elementor-animation-skew-backward {
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: 0 100%
}

.elementor-animation-skew-backward:active,
.elementor-animation-skew-backward:focus,
.elementor-animation-skew-backward:hover,
.elementor-iqit-banner:hover .elementor-animation-skew-backward {
	transform: skew(10deg)
}

@keyframes elementor-animation-wobble-vertical {
	16.65% {
		transform: translateY(8px)
	}

	33.3% {
		transform: translateY(-6px)
	}

	49.95% {
		transform: translateY(4px)
	}

	66.6% {
		transform: translateY(-2px)
	}

	83.25% {
		transform: translateY(1px)
	}

	to {
		transform: translateY(0)
	}
}

.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover,
.elementor-iqit-banner:hover .elementor-animation-wobble-vertical {
	animation-name: elementor-animation-wobble-vertical;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-horizontal {
	16.65% {
		transform: translateX(8px)
	}

	33.3% {
		transform: translateX(-6px)
	}

	49.95% {
		transform: translateX(4px)
	}

	66.6% {
		transform: translateX(-2px)
	}

	83.25% {
		transform: translateX(1px)
	}

	to {
		transform: translateX(0)
	}
}

.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover,
.elementor-iqit-banner:hover .elementor-animation-wobble-horizontal {
	animation-name: elementor-animation-wobble-horizontal;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-bottom-right {
	16.65% {
		transform: translate(8px, 8px)
	}

	33.3% {
		transform: translate(-6px, -6px)
	}

	49.95% {
		transform: translate(4px, 4px)
	}

	66.6% {
		transform: translate(-2px, -2px)
	}

	83.25% {
		transform: translate(1px, 1px)
	}

	to {
		transform: translate(0)
	}
}

.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover,
.elementor-iqit-banner:hover .elementor-animation-wobble-to-bottom-right {
	animation-name: elementor-animation-wobble-to-bottom-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-top-right {
	16.65% {
		transform: translate(8px, -8px)
	}

	33.3% {
		transform: translate(-6px, 6px)
	}

	49.95% {
		transform: translate(4px, -4px)
	}

	66.6% {
		transform: translate(-2px, 2px)
	}

	83.25% {
		transform: translate(1px, -1px)
	}

	to {
		transform: translate(0)
	}
}

.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover,
.elementor-iqit-banner:hover .elementor-animation-wobble-to-top-right {
	animation-name: elementor-animation-wobble-to-top-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-top {
	16.65% {
		transform: skew(-12deg)
	}

	33.3% {
		transform: skew(10deg)
	}

	49.95% {
		transform: skew(-6deg)
	}

	66.6% {
		transform: skew(4deg)
	}

	83.25% {
		transform: skew(-2deg)
	}

	to {
		transform: skew(0deg)
	}
}

.elementor-animation-wobble-top {
	transform-origin: 0 100%
}

.elementor-animation-wobble-top:active,
.elementor-animation-wobble-top:focus,
.elementor-animation-wobble-top:hover,
.elementor-iqit-banner:hover .elementor-animation-wobble-top {
	animation-name: elementor-animation-wobble-top;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-bottom {
	16.65% {
		transform: skew(-12deg)
	}

	33.3% {
		transform: skew(10deg)
	}

	49.95% {
		transform: skew(-6deg)
	}

	66.6% {
		transform: skew(4deg)
	}

	83.25% {
		transform: skew(-2deg)
	}

	to {
		transform: skew(0deg)
	}
}

.elementor-animation-wobble-bottom {
	transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover,
.elementor-iqit-banner:hover .elementor-animation-wobble-bottom {
	animation-name: elementor-animation-wobble-bottom;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-skew {
	16.65% {
		transform: skew(-12deg)
	}

	33.3% {
		transform: skew(10deg)
	}

	49.95% {
		transform: skew(-6deg)
	}

	66.6% {
		transform: skew(4deg)
	}

	83.25% {
		transform: skew(-2deg)
	}

	to {
		transform: skew(0deg)
	}
}

.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover,
.elementor-iqit-banner:hover .elementor-animation-wobble-skew {
	animation-name: elementor-animation-wobble-skew;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-buzz {
	50% {
		transform: translateX(3px) rotate(2deg)
	}

	to {
		transform: translateX(-3px) rotate(-2deg)
	}
}

.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover,
.elementor-iqit-banner:hover .elementor-animation-buzz {
	animation-name: elementor-animation-buzz;
	animation-duration: .15s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

@keyframes elementor-animation-buzz-out {
	10% {
		transform: translateX(3px) rotate(2deg)
	}

	20% {
		transform: translateX(-3px) rotate(-2deg)
	}

	30% {
		transform: translateX(3px) rotate(2deg)
	}

	40% {
		transform: translateX(-3px) rotate(-2deg)
	}

	50% {
		transform: translateX(2px) rotate(1deg)
	}

	60% {
		transform: translateX(-2px) rotate(-1deg)
	}

	70% {
		transform: translateX(2px) rotate(1deg)
	}

	80% {
		transform: translateX(-2px) rotate(-1deg)
	}

	90% {
		transform: translateX(1px) rotate(0deg)
	}

	to {
		transform: translateX(-1px) rotate(0deg)
	}
}

.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover,
.elementor-iqit-banner:hover .elementor-animation-buzz-out {
	animation-name: elementor-animation-buzz-out;
	animation-duration: .75s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}

@keyframes checkbox-bounce {

	0%,
	to {
		transform: scale(1)
	}

	50% {
		transform: scale(.8)
	}
}

.elementor-animation-fade-out-20 {
	transition: opacity .3s ease-in-out
}

.elementor-animation-fade-out-20:active,
.elementor-animation-fade-out-20:focus,
.elementor-animation-fade-out-20:hover,
.elementor-iqit-banner:hover .elementor-animation-fade-out-20 {
	opacity: .8 !important
}

.h3,
.h4,
h3,
h4 {
	font-size: 1.125rem
}

.h2,
h2 {
	font-size: 1.25rem
}

.lang-rtl * {
	direction: rtl !important
}

.lang-rtl main {
	text-align: right !important
}

body,
html {
	height: 100%
}

body {
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.25em
}

.container {
	width: auto
}

.medium-gutters {
	margin-right: -.7rem;
	margin-left: -.7rem
}

.medium-gutters>.col,
.medium-gutters>[class*=col-] {
	padding-right: .7rem;
	padding-left: .7rem
}

.small-gutters {
	margin-right: -.5rem;
	margin-left: -.5rem
}

.small-gutters>.col,
.small-gutters>[class*=col-] {
	padding-right: .5rem;
	padding-left: .5rem
}

.extra-small-gutters {
	margin-right: -.3rem;
	margin-left: -.3rem
}

.extra-small-gutters>.col,
.extra-small-gutters>[class*=col-] {
	padding-right: .3rem;
	padding-left: .3rem
}

.list-small-gutters {
	margin-right: -.4rem;
	margin-left: -.4rem
}

.list-small-gutters>.col,
.list-small-gutters>[class*=col-] {
	padding-right: .4rem;
	padding-left: .4rem
}

@media (max-width:767.98px) {
	#left-column {
		-ms-flex-order: 0;
		order: 0;
		margin-top: 2rem
	}
}

input,
textarea {
	font-family: inherit
}

input::-ms-clear {
	display: none
}

input[type=number] {
	-moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.form-control-select,
select {
	background-image: linear-gradient(45deg, transparent 50%, currentColor 0), linear-gradient(135deg, currentColor 50%, transparent 0), linear-gradient(90deg, transparent, transparent);
	background-position: calc(100% - 13px) calc(1em + 0px), calc(100% - 8px) calc(1em + 0px), 100% 0;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat
}

.custom-select2 {
	position: relative;
	transition: all .2s cubic-bezier(.7, 0, .3, 1)
}

.custom-select2 .form-control-select,
.custom-select2 select {
	background: none !important;
	position: relative;
	z-index: 2
}

.custom-select2:after {
	content: "\F107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: .6rem;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 13px
}

small.label,
small.value {
	font-size: .8rem
}

.form-control-label {
	padding-top: .8rem
}

.form-control {
	border: none;
	height: auto;
	padding: .6rem 1rem;
	transition: all .2s cubic-bezier(.7, 0, .3, 1)
}

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

.input-group.focus {
	outline: .1875rem solid #007bff
}

.input-group .form-control:focus {
	outline: none
}

.input-group .input-group-btn>.btn {
	border: 0;
	box-shadow: none;
	font-weight: 400;
	margin-left: 0;
	padding: .65625rem 1rem;
	text-transform: uppercase
}

.form-control-select {
	height: 2.625rem;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 2rem
}

.form-control-select::-ms-expand {
	display: none
}

select.form-control:not([size]):not([multiple]) {
	height: 2.625rem
}

.form-control-valign {
	padding-top: .5rem
}

.form-control-comment {
	font-size: .8rem;
	opacity: .8;
	padding-top: .4rem;
	padding-bottom: .4rem
}

.form-control-submit.disabled {
	background: #20c997;
	color: #fff
}

.form-group.has-error input,
.form-group.has-error select {
	outline: .1875rem solid #dc3545
}

.form-group.has-error .help-block {
	color: #dc3545
}

.group-span-filestyle label {
	margin: 0
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
	background: #007bff;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	font-size: .875rem;
	padding: .5rem 1rem
}

.bootstrap-touchspin input:focus {
	outline: none
}

.bootstrap-touchspin .btn-touchspin {
	background-color: #fff;
	border: 1px solid #ced4da;
	height: calc(1.5em + .75rem + 2px)/20.0625rem
}

.bootstrap-touchspin .btn-touchspin:hover {
	background-color: hsla(0, 0%, 63%, .25)
}

.bootstrap-touchspin .input-group-btn-vertical {
	width: auto;
	display: block
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0;
	height: 50%
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0;
	height: 50%;
	border-top-color: transparent !important;
	margin-top: 0
}

.bootstrap-touchspin .input-group-btn-vertical i {
	font-size: 1rem;
	left: 6px
}

.radio-inline {
	margin-right: .8rem
}

.custom-radio {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 50%;
	margin-right: 3px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .09)
}

.custom-radio input[type=radio] {
	opacity: 0;
	cursor: pointer
}

.custom-radio input[type=radio]:checked+span {
	animation: checkbox-bounce .3s cubic-bezier(.7, 0, .3, 1);
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.custom-radio label {
	display: inline
}

.custom-checkbox {
	position: relative
}

.custom-checkbox input[type=checkbox] {
	margin-top: 4px;
	width: 16px;
	height: 16px;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
	position: absolute
}

.custom-checkbox input[type=checkbox]+span {
	margin-right: 3px;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .09);
	text-align: center
}

.custom-checkbox input[type=checkbox]+span .checkbox-checked {
	display: none;
	position: absolute;
	top: 2px;
	left: 1px;
	bottom: 0;
	right: 0;
	margin: auto;
	font-size: 10px
}

.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
	animation: checkbox-bounce .3s cubic-bezier(.7, 0, .3, 1);
	display: block
}

.custom-checkbox label {
	text-align: left;
	display: inline
}

.input-color {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 1.5rem;
	width: 1.5rem
}

.input-container {
	position: relative
}

.input-radio {
	position: absolute;
	top: 0;
	cursor: pointer;
	opacity: 0;
	min-height: 1.5rem;
	min-width: 1.5rem;
	width: 100%;
	height: 100%;
	padding: 0 .4rem
}

.input-radio+span {
	padding: 2px 6px;
	line-height: calc(1.5rem - 4px)
}

.custom-checkbox input[type=checkbox]+span:not(.color),
.custom-radio {
	border: 1px solid hsla(0, 0%, 63%, .25)
}

.input-color:checked+span,
.input-color:hover+span,
.input-radio:checked+span,
.input-radio:hover+span {
	padding: 0 4px;
	border: 2px solid hsla(0, 0%, 63%, .25);
	line-height: calc(1.5rem - 4px)
}

.color,
.custom-checkbox input[type=checkbox]+span.color,
.radio-label {
	width: 1.5rem;
	height: 1.5rem;
	display: inline-block;
	outline: 1px solid hsla(0, 0%, 63%, .25);
	cursor: pointer;
	background-size: contain;
	text-align: center;
	line-height: 1.8rem;
	margin-right: 2px
}

.color.active,
.color:hover,
.custom-checkbox input[type=checkbox]+span.color.active,
.custom-checkbox input[type=checkbox]+span.color:hover,
.radio-label.active,
.radio-label:hover {
	border: 2px solid hsla(0, 0%, 63%, .25)
}

.radio-label {
	width: auto;
	height: auto;
	min-height: 1.5rem;
	min-width: 1.5rem
}

.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
	border: 2px solid hsla(0, 0%, 63%, .25)
}

.btn {
	cursor: pointer;
	padding: .5rem 1.25rem
}

.btn:focus {
	box-shadow: none
}

.btn-primary:not(.btn-iconic) i,
.btn-secondary:not(.btn-iconic) i {
	margin-right: .5em
}

.btn-group-lg>.btn,
.btn-lg {
	border-radius: 0;
	padding: 1rem 1.5rem;
	font-size: inherit
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	border-radius: 0
}

.btn-group-sm>.btn i,
.btn-sm i {
	margin-right: 0 !important;
	vertical-align: middle
}

.btn.disabled,
.btn.disabled:hover,
.btn:disabled {
	opacity: .5
}

.btn-warning {
	transition: all .4s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn-warning {
		transition: none
	}
}

.block-title {
	position: relative
}

#left-column .block,
#right-column .block {
	margin-bottom: 2rem
}

#footer .block {
	padding-bottom: 1rem
}

.block-links ul>li {
	margin-bottom: .4rem
}

.block-links ul>li:last-child {
	margin-bottom: 0
}

.block-links li>ul {
	margin-top: .4rem
}

.block-links ul>li a {
	display: inline-block;
	position: relative;
	padding-left: 12px
}

.block-links ul>li a:before {
	content: "\F105";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	font: normal normal normal 14px/1 FontAwesome;
	line-height: inherit;
	font-size: 13px;
	transition: all .2s cubic-bezier(.7, 0, .3, 1)
}

.block-links ul>li a:hover:before {
	left: 3px
}

.block-links-inline ul {
	display: inherit
}

.block-links-inline ul>li {
	display: inline-block
}

.block-links-inline ul>li:after {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	height: 1.5em;
	width: 1px;
	margin-left: .5rem;
	margin-right: .5rem;
	background-color: currentColor;
	opacity: .2
}

.block-links-inline ul>li:last-child:after {
	display: none
}

.social-links._topbar {
	vertical-align: middle
}

.social-links>li {
	display: inline-block;
	padding: 0 .2em 0 0
}

.social-links>li:last-child {
	padding-right: 0
}

.social-links>li.facebook>a,
.social-links>li.facebook>a:hover {
	color: #3b5998 !important
}

.social-links>li.twitter>a,
.social-links>li.twitter>a:hover {
	color: #23c3fd !important
}

.social-links>li.instagram>a,
.social-links>li.instagram>a:hover {
	color: #517fa3 !important
}

.social-links>li.google>a,
.social-links>li.google>a:hover {
	color: #c73e2e !important
}

.social-links>li.pinterest>a,
.social-links>li.pinterest>a:hover {
	color: #cb2027 !important
}

.social-links>li.youtube>a,
.social-links>li.youtube>a:hover {
	color: #e82a34 !important
}

.social-links>li.vimeo>a,
.social-links>li.vimeo>a:hover {
	color: #85c6fc !important
}

.ps-emailsubscription-block .input-subscription {
	background: none;
	border: none
}

.ps-emailsubscription-block .btn-subscribe {
	background: none;
	border: none;
	box-shadow: none;
	outline: none;
	padding: 0 1rem
}

.psgdpr_consent_checkbox_span {
	min-width: 16px
}

ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0
}

a {
	transition: opacity .2s cubic-bezier(.7, 0, .3, 1), color .2s cubic-bezier(.7, 0, .3, 1)
}

a:hover {
	text-decoration: none
}

a:focus {
	outline: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit
}

button:focus {
	outline: none
}

p {
	margin-bottom: .8rem
}

hr {
	border-top: 1px solid hsla(0, 0%, 63%, .25)
}

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

.rte-content p:last-child {
	margin-bottom: 0
}

.rte-content ul {
	list-style-type: disc;
	padding: .6rem .6rem .6rem 2rem
}

.rte-content ol {
	list-style-type: decimal;
	padding: .6rem .6rem .6rem 2rem
}

.close {
	font-size: 2.1rem
}

.page-title {
	position: relative
}

.dropdown-menu {
	font-size: inherit
}

.h4 {
	font-weight: 700
}

.card {
	background: none;
	border: 1px solid hsla(0, 0%, 63%, .25)
}

.text-muted {
	font-size: .8rem;
	color: currentColor !important;
	opacity: .8;
	line-height: 1.2em
}

.text-faded {
	opacity: .8
}

.done {
	display: inline-block;
	margin-right: .5rem
}

.definition-list dl {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.definition-list dl dt {
	font-weight: 400
}

.definition-list dl dd,
.definition-list dl dt {
	box-flex: 0;
	-moz-flex: 0 0 45%;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	background: hsla(0, 0%, 80%, .15);
	padding: .625rem;
	margin: .125rem
}

.help-block {
	margin-top: .5rem
}

.alert-warning .material-icons {
	color: #ff9a52;
	font-size: 2rem;
	margin-right: .5rem;
	padding-top: .2rem
}

.alert-warning .alert-text {
	font-size: .9375rem;
	padding-top: .5rem
}

.alert-warning .alert-link {
	border-radius: 2px;
	border-width: 2px;
	margin-left: .5rem;
	padding: .2rem 1rem;
	font-weight: 600;
	font-size: .8125rem;
	color: #6c868e
}

.alert-warning ul li:last-child .alert-link {
	color: #fff
}

.alert-warning .warning-buttons {
	margin-top: .2rem
}

.alert-danger a:link:not(.btn),
.alert-danger a:visited:not(.btn) {
	color: #a94442 !important;
	text-decoration: underline
}

.alert-danger a:hover:not(.btn) {
	color: #561c1b !important;
	text-decoration: none
}

.table-striped tbody tr:nth-of-type(odd) {
	background: hsla(0, 0%, 80%, .15)
}

.thead-default th {
	background-color: hsla(0, 0%, 80%, .4)
}

.nav-tabs {
	margin-bottom: 1.5rem;
	border-bottom: 1px solid hsla(0, 0%, 63%, .25)
}

.nav-tabs .nav-item {
	margin-right: 1.5rem
}

.nav-tabs .nav-link {
	border: none;
	opacity: .4;
	padding: 0 0 .5em;
	font-size: 1.2rem;
	color: inherit;
	cursor: pointer
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	color: inherit;
	border: none;
	opacity: 1;
	border-bottom: 1px solid red
}

.nav-tabs .nav-link.active {
	color: inherit;
	background: none;
	opacity: 1;
	border-bottom: 1px solid red
}

.tab-content>.tab-pane {
	display: block;
	height: 0;
	overflow: hidden
}

.tab-content>.tab-pane.active {
	height: auto;
	overflow: visible
}

.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	-js-display: flex;
	display: -ms-flexbox;
	display: flex
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-vertical .slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}

.slick-slide {
	min-height: 1px;
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	z-index: 22;
	display: block;
	transform: translateY(-50%);
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
	transition: all .2s cubic-bezier(.7, 0, .3, 1);
	color: #fff;
	padding: 1.4rem .7rem;
	opacity: .7
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
	opacity: .2;
	cursor: default
}

.slick-next:before,
.slick-prev:before {
	font-family: FontAwesome;
	font-size: 3rem;
	line-height: 2rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-arrow:hover:not(.slick-disabled) {
	opacity: 1
}

.slick-prev {
	left: 0
}

[dir=rtl] .slick-prev {
	left: auto;
	right: 0
}

.slick-prev:before {
	content: "\F104";
	right: 1px;
	position: relative
}

[dir=rtl] .slick-prev:before {
	content: "\F105"
}

.slick-next {
	right: 0
}

[dir=rtl] .slick-next {
	left: 0;
	right: auto
}

.slick-next:before {
	content: "\F105";
	left: 1px;
	position: relative
}

[dir=rtl] .slick-next:before {
	content: "\F104"
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

ul.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1
}

ul.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer
}

ul.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

ul.slick-dots li button:focus,
ul.slick-dots li button:hover {
	outline: none
}

ul.slick-dots li button:focus:before,
ul.slick-dots li button:hover:before {
	opacity: 1
}

ul.slick-dots li button:before {
	font-family: FontAwesome;
	font-size: .6rem;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "\F111";
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

ul.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.slick-arrows-inside .slick-prev {
	left: 20px
}

.slick-arrows-inside .slick-next {
	right: 20px
}

.slick-arrows-above .slick-next,
.slick-arrows-above .slick-prev {
	top: 0;
	padding: 0;
	width: 1.8rem;
	height: 1.8rem;
	transform: translateY(-100%)
}

.slick-arrows-above .slick-next:before,
.slick-arrows-above .slick-prev:before {
	font-size: 1.2rem;
	line-height: .8rem
}

.slick-arrows-above .slick-prev {
	left: auto;
	right: 2rem
}

.slick-arrows-hide .slick-next,
.slick-arrows-hide .slick-prev {
	display: none !important
}

.slick-dots-inside .slick-dots {
	bottom: 5px
}

.slick-dots-inside.slick-dotted.slick-slider {
	margin-bottom: 0
}

.elementor-blog-carousel,
.elementor-brands-carousel,
.elementor-image-carousel,
.elementor-instagram-carousel,
.elementor-testimonial-carousel,
.slick-products-carousel,
.slick-slider {
	visibility: hidden;
	height: 0
}

.slick-slider.slick-initialized {
	visibility: visible;
	height: auto
}

.ps-alert-error {
	margin-bottom: 0
}

.ps-alert-error .item,
.ps-alert-success .item {
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #ff4c4c;
	display: -ms-flexbox;
	display: flex;
	background-color: #ff4c4c;
	margin-bottom: 1rem
}

.ps-alert-error .item i,
.ps-alert-success .item i {
	border: 15px solid #ff4c4c;
	display: -ms-flexbox;
	display: flex
}

.ps-alert-error .item i svg,
.ps-alert-success .item i svg {
	background-color: #ff4c4c;
	width: 24px;
	height: 24px
}

.ps-alert-error .item p,
.ps-alert-success .item p {
	background-color: #fff;
	margin: 0;
	padding: 18px 20px;
	width: 100%
}

.ps-alert-success {
	padding: .25rem .25rem 2.75rem
}

.ps-alert-success .item {
	border-color: #4cbb6c;
	background-color: #4cbb6c
}

.ps-alert-success .item i {
	border-color: #4cbb6c
}

.ps-alert-success .item i svg {
	background-color: #4cbb6c
}

#manufacturer-description-wrapper>.card {
	border: none
}

.btn-brands-more {
	display: none
}

.btn-brands-more.collapsed {
	display: block
}

.ms-alphabetical .ms-letter-selector {
	border-bottom: 1px solid hsla(0, 0%, 63%, .25);
	padding-bottom: .625rem
}

.ms-alphabetical .ms-letter-selector>.ms-l-sep {
	padding: 0 .25rem;
	opacity: .4
}

.ms-alphabetical .ms-letter-list {
	border-bottom: 1px solid hsla(0, 0%, 63%, .25);
	padding: 1rem 0
}

.ms-alphabetical .ms-letter-list:last-child {
	border-bottom: none
}

.ms-alphabetical .ms-letter-list>.ms-letter {
	font-weight: 700;
	font-size: 2rem;
	line-height: 2rem;
	margin-bottom: 1rem
}

.ms-alphabetical .ms-letter-brands ul {
	margin: 0
}

.ms-grid .brand {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center
}

.ms-grid .brand-img {
	display: block
}

.dropdown .expand-more {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.dropdown .active {
	max-height: 200px;
	overflow-y: hidden;
	visibility: visible
}

.dropdown select {
	-moz-appearance: none;
	border: 0 none;
	outline: 0 none;
	color: #414141;
	background: #fff
}

.dropdown-menu-custom {
	display: block;
	border: none !important;
	padding: 0;
	float: none;
	position: static;
	min-width: 0;
	height: 0;
	width: 0;
	margin: 0;
	background: none !important
}

:not(.dropdown-menu-custom).dropdown-menu {
	padding: 0;
	margin: 0;
	display: block;
	min-width: 100%;
	transform-origin: top;
	animation-fill-mode: forwards;
	-webkit-transform: scaleY(0);
	opacity: 0;
	visibility: hidden;
	transition: all .2s cubic-bezier(.7, 0, .3, 1);
	-webkit-transition: all .2s cubic-bezier(.7, 0, .3, 1)
}

.show>:not(.dropdown-menu-custom).dropdown-menu {
	transform: scale(1);
	opacity: 1;
	visibility: visible
}

.dropdown-item {
	padding: .5em .8em
}

.dropdown-item.current {
	font-weight: 700
}

.dropdown-item:focus,
.dropdown-item:hover {
	background: none;
	text-decoration: none
}

.dropdown-item.active,
.dropdown-item:active {
	color: inherit
}

.modal-backdrop {
	background-color: rgba(0, 0, 0, .5)
}

.modal {
	z-index: 999996
}

.modal-backdrop {
	z-index: 999992
}

.modal-backdrop.backdrop-second {
	z-index: 999989
}

.modal-dialog {
	max-width: 700px;
	margin: 90px auto;
	padding: 1rem;
	left: 0;
	right: 0
}

.modal-backdrop.show {
	opacity: 1
}

.modal-content {
	border-radius: 0;
	border: none;
	transform: scale(.8);
	opacity: 0;
	transition: all .3s
}

.modal-open .modal {
	padding: 0 !important
}

.modal.fade .modal-dialog {
	transform: translateY(0)
}

.modal.show .modal-content {
	transform: scale(1);
	opacity: 1
}

.modal-title {
	font-size: 1.5rem
}

@media (max-width:575.98px) {
	.modal-dialog {
		padding: 0;
		margin: 0
	}

	.modal-content {
		min-height: 100vh
	}
}

#_desktop_iqitmegamenu-mobile {
	display: none !important
}

#iqitmegamenu-mobile {
	clear: both;
	font-size: 1.2rem
}

#iqitmegamenu-mobile li {
	position: relative
}

#iqitmegamenu-mobile li ul {
	font-size: .9em;
	padding: .6em 0
}

#iqitmegamenu-mobile li ul a {
	padding: .6em 3em .6em 1em
}

#iqitmegamenu-mobile a {
	display: block;
	padding: 1em 3em 1em 1em;
	min-height: 3em
}

#iqitmegamenu-mobile a:hover {
	opacity: .6
}

#iqitmegamenu-mobile .mm-expand {
	width: 3rem;
	height: 1.55em;
	line-height: 1.55em;
	position: absolute;
	right: 0;
	font-size: 2em;
	text-align: center;
	cursor: pointer;
	z-index: 2
}

#iqitmegamenu-mobile .mm-expand>.close-icon {
	display: none
}

#iqitmegamenu-mobile li ul {
	display: none;
	padding-left: 2rem;
	margin-left: -1rem
}

#iqitmegamenu-mobile li.show>ul {
	display: block
}

#iqitmegamenu-mobile li.show>.mm-expand>.close-icon {
	display: inline-block
}

#iqitmegamenu-mobile li.show>.mm-expand>.expand-icon {
	display: none
}

.col-mobile-menu-dropdown #_mobile_iqitmegamenu-mobile {
	position: absolute;
	left: 0;
	top: auto;
	z-index: 1000;
	width: 100%;
	transform-origin: top;
	animation-fill-mode: forwards;
	-webkit-transform: scaleY(0);
	opacity: 0;
	visibility: hidden;
	transition: all .2s cubic-bezier(.7, 0, .3, 1);
	-webkit-transition: all .2s cubic-bezier(.7, 0, .3, 1)
}

.col-mobile-menu-dropdown.show #_mobile_iqitmegamenu-mobile {
	transform: scale(1);
	opacity: 1;
	visibility: visible
}

.col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
	height: 100vh;
	position: fixed;
	z-index: 5005;
	top: 0;
	left: 0;
	overflow-x: hidden;
	transform: translate3d(-115%, 0, 0);
	transition: transform .4s;
	transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	width: 260px
}

.col-mobile-menu-push.show #_mobile_iqitmegamenu-mobile {
	transform: translateZ(0)
}

.col-mobile-menu-push.show #mobile_menu_click_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2
}

.col-mobile-menu-push #iqitmegamenu-mobile {
	min-height: 100%
}

#mobile-header-sticky.stuck .col-mobile-menu-dropdown #_mobile_iqitmegamenu-mobile {
	max-height: 94vh;
	overflow-x: hidden;
	height: auto
}

.ns-box {
	position: fixed;
	top: 2rem;
	right: 2rem;
	z-index: 999999;
	max-width: 380px;
	background: #2fb4d1;
	color: #fff;
	padding: 1rem;
	transition: all .3s ease;
	visibility: hidden;
	opacity: 0;
	min-width: 250px
}

.ns-box.ns-show {
	visibility: visible;
	opacity: 1
}

.ns-box.ns-hide {
	visibility: hidden;
	opacity: 0
}

.ns-effect-thumbslider .ns-box-inner {
	overflow: hidden
}

.ns-effect-thumbslider .ns-thumb-wrap {
	float: left;
	width: 80px
}

.ns-effect-thumbslider .ns-thumb {
	z-index: 2;
	position: relative
}

.ns-effect-thumbslider .ns-content {
	padding-left: 1rem
}

.ns-text-only .ns-content {
	padding: 0
}

.ns-effect-thumbslider.ns-hide .ns-content,
.ns-effect-thumbslider.ns-show .ns-content {
	animation-name: animSlide;
	animation-duration: .4s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(.7, 0, .3, 1)
}

.ns-effect-thumbslider.ns-show .ns-content {
	animation-delay: .5s
}

.ns-effect-thumbslider.ns-hide .ns-content {
	animation-direction: reverse;
	animation-delay: .3s
}

.ns-effect-thumbslider.ns-hide .ns-delivery,
.ns-effect-thumbslider.ns-show .ns-delivery {
	animation-name: animSlideDown;
	animation-duration: .4s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(.7, 0, .3, 1)
}

.ns-effect-thumbslider.ns-show .ns-delivery {
	animation-delay: .5s
}

.ns-effect-thumbslider.ns-hide .ns-delivery {
	animation-direction: reverse;
	animation-delay: .3s
}

@keyframes animSlide {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes animSlideDown {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.ns-effect-thumbslider.ns-hide .ns-thumb,
.ns-effect-thumbslider.ns-show .ns-thumb {
	animation-name: bounceIn;
	animation-duration: .5s;
	animation-timing-function: linear;
	animation-fill-mode: both
}

.ns-effect-thumbslider.ns-hide .ns-thumb {
	animation-direction: reverse;
	animation-delay: .3s
}

.ns-box-danger {
	background-color: #f2dede !important;
	color: #a94442 !important
}

.search-widget form {
	position: relative
}

.search-widget .form-search-control {
	padding: .8rem 1rem;
	padding-right: 2rem
}

.search-widget .search-btn {
	position: absolute;
	right: 0;
	height: 100%;
	z-index: 4;
	background: none;
	cursor: pointer;
	border: none;
	padding: 0 1em
}

#header-search-btn .dropdown-search {
	padding: 1.5rem;
	min-width: 350px;
	max-width: 400px;
	right: 0;
	left: auto
}

#header-search-btn .fullscreen-search {
	min-height: 100vh;
	visibility: hidden;
	opacity: 0;
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center !important;
	align-items: center !important;
	transition: all .3s cubic-bezier(.7, 0, .3, 1)
}

#header-search-btn .fullscreen-search #search_widget {
	margin: 0 auto;
	width: 80%;
	z-index: 2;
	position: relative;
	transform: scale(.8);
	opacity: 0;
	transition: all .3s cubic-bezier(.7, 0, .3, 1)
}

#header-search-btn .fullscreen-search #fullscreen-search-backdrop {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#header-search-btn .fullscreen-search .form-search-control {
	font-size: 1.5rem;
	padding: 1.7rem 1.5rem
}

#header-search-btn .fullscreen-search .search-btn {
	font-size: 1.5rem
}

#header-search-btn .fullscreen-search .autocomplete-suggestions {
	position: static;
	max-height: 450px
}

#header-search-btn .fullscreen-search .autocomplete-suggestion img {
	margin-right: 1rem;
	max-width: 80px
}

#header-search-btn.show .fullscreen-search {
	visibility: visible;
	opacity: 1
}

#header-search-btn.show #search_widget {
	transform: scale(1);
	opacity: 1
}

.autocomplete-suggestions {
	text-align: left;
	cursor: default;
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
	width: 100%;
	top: 100%;
	position: absolute;
	display: none;
	z-index: 999999;
	max-height: 254px;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box
}

.autocomplete-suggestion {
	padding: .6rem;
	position: relative;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	color: #333
}

.autocomplete-suggestion b {
	font-weight: 400;
	color: #1f8dd6
}

.autocomplete-suggestion img {
	margin-right: .6rem;
	max-width: 60px
}

.autocomplete-suggestion .product-price {
	display: block
}

.autocomplete-suggestion-show-all {
	text-align: center;
	font-weight: 700;
	padding: 1rem;
	background: hsla(0, 0%, 80%, .15);
	border-top: 1px solid hsla(0, 0%, 41%, .13)
}

body#checkout section.checkout-step {
	border: 1px solid hsla(0, 0%, 63%, .25);
	padding: 1.4rem;
	opacity: .5
}

body#checkout section.checkout-step .step-title {
	cursor: pointer;
	margin-bottom: 0
}

body#checkout section.checkout-step .content {
	padding: 0 1rem
}

body#checkout section.checkout-step .step-edit {
	font-weight: 400
}

body#checkout section.checkout-step .not-allowed {
	cursor: not-allowed;
	opacity: .5
}

body#checkout section.checkout-step .content,
body#checkout section.checkout-step .done,
body#checkout section.checkout-step .step-edit {
	display: none
}

body#checkout section.checkout-step.-current,
body#checkout section.checkout-step:hover {
	opacity: 1
}

body#checkout section.checkout-step.-current .content {
	display: block
}

body#checkout section.checkout-step.-current .step-title {
	border-bottom: 1px solid hsla(0, 0%, 63%, .25);
	margin-bottom: 1rem;
	margin-left: -1.4rem;
	margin-right: -1.4rem;
	padding: 0 1.4rem 1.4rem
}

body#checkout section.checkout-step.-current.-reachable.-complete .done,
body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
	display: none
}

body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
	display: inline-block
}

body#checkout section.checkout-step.-current.-reachable.-complete .content {
	display: block
}

body#checkout section.checkout-step.-unreachable .step-title {
	cursor: default
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
	display: inline-block
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
	cursor: pointer;
	display: block;
	float: right
}

body#checkout section.checkout-step.-reachable.-complete .content {
	display: none
}

body#checkout section.checkout-step .default-input {
	min-width: 40%
}

body#checkout section.checkout-step .default-input[name=address1],
body#checkout section.checkout-step .default-input[name=address2] {
	min-width: 60%
}

body#checkout section.checkout-step .radio-field {
	margin-top: 2rem
}

body#checkout section.checkout-step .radio-field label {
	display: inline
}

body#checkout section.checkout-step .checkbox-field div {
	margin-top: 3.75rem
}

body#checkout section.checkout-step .checkbox-field+.checkbox-field div {
	margin-top: 0
}

body#checkout section.checkout-step .select-field div {
	background: hsla(0, 0%, 63%, .25);
	padding: .625rem 3.125rem
}

body#checkout section.checkout-step .form-footer {
	text-align: center
}

body#checkout section.checkout-step #conditions-to-approve {
	padding-top: 1rem
}

body#checkout section.checkout-step .payment-options .payment-option {
	margin-bottom: .5rem
}

body#checkout section.checkout-step .payment-options .payment-option label {
	vertical-align: middle;
	margin: 0;
	max-width: 85%
}

body#checkout section.checkout-step .step-number {
	display: inline-block
}

body#checkout section.checkout-step .address-selector {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	box-align: start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-align: start;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

body#checkout section.checkout-step .address-item {
	border: 1px solid hsla(0, 0%, 63%, .25);
	box-flex: 0;
	-moz-flex: 0 0 49%;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	margin-bottom: .5rem
}

body#checkout section.checkout-step .address-alias {
	display: inline-block;
	font-weight: 600
}

body#checkout section.checkout-step .address {
	font-weight: 400;
	padding: 1rem
}

body#checkout section.checkout-step .radio-block {
	padding: .8rem 1rem;
	text-align: left;
	margin: 0
}

body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
	display: inline-block;
	margin: 0 .4rem
}

body#checkout section.checkout-step hr {
	margin: 0
}

body#checkout section.checkout-step .address-footer {
	text-align: center;
	padding: .625rem
}

body#checkout section.checkout-step #delivery-addresses,
body#checkout section.checkout-step #invoice-addresses,
body#checkout section.checkout-step .add-address {
	margin-top: 1.25rem
}

body#checkout section.checkout-step .add-address a i {
	font-size: .9375rem
}

body#checkout section.checkout-step .delivery-option {
	background: hsla(0, 0%, 80%, .15);
	padding: 1rem .8rem;
	margin-bottom: 1rem;
	-ms-flex-align: center !important;
	align-items: center !important;
	margin-left: 0;
	margin-right: 0
}

body#checkout section.checkout-step .delivery-option>label {
	text-align: inherit;
	margin: 0
}

body#checkout section.checkout-step .delivery-option>label>.row,
body#checkout section.checkout-step .delivery-option>label>.row>div:first-child>.row {
	-ms-flex-align: center !important;
	align-items: center !important
}

body#checkout section.checkout-step .delivery-option>label>.row {
	margin-right: -.5rem;
	margin-left: -.5rem
}

body#checkout section.checkout-step .delivery-option>label>.row>.col {
	padding-right: .5rem;
	padding-left: .5rem
}

body#checkout section.checkout-step .delivery-option>label>.row>div:last-child {
	text-align: right;
	float: right
}

body#checkout section.checkout-step .delivery-option>label>.row>div:first-child img {
	margin: 0 .8rem 0 0
}

body#checkout section.checkout-step .delivery-option .carrier-delay {
	font-size: .8rem;
	line-height: 1.2em
}

body#checkout section.checkout-step .carrier-logo img {
	max-width: 100px
}

body#checkout section.checkout-step #personal-information-step-login {
	background: hsla(0, 0%, 80%, .15);
	padding: 1.5rem;
	margin-bottom: 1.5rem
}

body#checkout section.checkout-step .forgot-password {
	text-align: center;
	margin-bottom: 1rem
}

body#checkout #checkout-payment-step {
	margin-bottom: 1rem
}

body#checkout .additional-information {
	font-size: .875rem;
	margin-left: 2.875rem;
	margin-top: 1.25rem
}

body#checkout #conditions-to-approve label {
	text-align: inherit
}

body#checkout #conditions-to-approve a:link {
	text-decoration: underline
}

body#checkout .cancel-address {
	margin: .8rem;
	display: block;
	text-decoration: underline
}

body#checkout #cart-summary-product-list .cart-summary-product {
	border-bottom: 1px solid hsla(0, 0%, 63%, .25);
	padding: .5rem 0
}

body#checkout #cart-summary-product-list .cart-summary-product:last-child {
	border: none
}

body#checkout #cart-summary-product-list .media-left {
	max-width: 40px
}

body#checkout .cart-summary-totals .iqitfreedeliverycount {
	margin: 1rem 0 0
}

body#checkout #order-summary-content {
	padding: 1rem;
	background: hsla(0, 0%, 80%, .15);
	margin-top: 1.5rem
}

body#checkout #order-summary-content h4.black {
	border-bottom: 1px solid hsla(0, 0%, 63%, .25);
	padding-bottom: .6rem
}

body#checkout #order-summary-content h5.h5 {
	margin-top: .6rem;
	margin-bottom: 1rem
}

body#checkout #order-summary-content h5.addresshead {
	margin-top: .2rem
}

body#checkout #order-summary-content .noshadow {
	box-shadow: none
}

body#checkout #order-summary-content .address-block {
	margin-bottom: 1rem
}

body#checkout #order-summary-content #order-items {
	border-right: 0
}

body#checkout #order-summary-content #order-items h3.h3 {
	margin-top: 1.25rem
}

body#checkout #order-summary-content #order-items table tr:first-child td {
	border-top: 0
}

body#checkout #order-summary-content .order-confirmation-table {
	padding: 1rem;
	border: 1px solid hsla(0, 0%, 63%, .25);
	border-radius: 0
}

body#checkout #order-summary-content .order-confirmation-table td {
	padding: 0
}

body#checkout #order-summary-content .summary-selected-carrier {
	margin-bottom: .75rem;
	border: 1px solid hsla(0, 0%, 63%, .25);
	border-radius: 0;
	padding: 1rem
}

body#checkout #order-summary-content .step-edit {
	display: inline
}

body#checkout #order-summary-content .step-edit:hover {
	cursor: pointer
}

body#checkout #gift_message {
	margin-bottom: 1rem
}

.modal-terms {
	padding: 1rem
}

#order-details ul {
	margin-bottom: 1rem
}

#order-items table {
	width: 100%
}

#order-items table tr {
	height: 2rem
}

#order-items table tr td:last-child {
	text-align: right
}

#order-items .order-line {
	margin-top: 1rem
}

#order-items .image img {
	width: 100%;
	margin-bottom: 1rem
}

#order-items .details {
	margin-bottom: 1rem
}

#order-items .details .customizations {
	margin-top: .625rem
}

#order-items .qty {
	margin-bottom: 1rem
}

#order-items .totals {
	font-size: 1.3rem
}

#order-confirmation #registration-form {
	margin-top: 2rem
}

#order-confirmation .mail-sent-info {
	padding: 1rem;
	background: hsla(0, 0%, 80%, .15);
	margin-bottom: 1.5rem
}

#order-confirmation #content-hook_order_confirmation {
	padding: 1rem 0
}

#order-confirmation .order-confirmation-title-payment {
	border-right: 1px solid hsla(0, 0%, 63%, .25)
}

#order-confirmation #order-items table tr {
	height: auto
}

@media (max-width:991.98px) {
	.done {
		margin: 0;
		padding: 0
	}

	body#checkout section.checkout-step .address-item {
		-moz-flex-grow: 1;
		flex-grow: 1;
		-ms-flex-positive: 1
	}

	.delivery-option {
		margin: auto
	}

	.condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
		text-align: left
	}

	#order-confirmation #registration-form {
		width: 100%
	}
}

.bold {
	font-weight: 700
}

@media (max-width:767.98px) {
	body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
		float: none;
		margin-top: .5rem
	}

	#order-items {
		border-right: 0;
		margin-top: 2rem
	}

	#order-items hr {
		border-top-color: hsla(0, 0%, 63%, .25)
	}

	#order-details {
		border-top: 1px solid hsla(0, 0%, 63%, .25);
		padding-top: 2rem;
		margin-top: 1rem
	}
}

@media (max-width:575.98px) {
	body#checkout section.checkout-step .content {
		padding: .9375rem 0
	}

	body#checkout section.checkout-step .delivery-option>label>.row {
		margin: 0
	}

	body#checkout section.checkout-step .delivery-option-2 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.delivery-option>.col-sm-1:first-child {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
		padding: 5px
	}

	.delivery-option-2>.row>.col-sm-5 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.delivery-option-2>.row>.col-sm-4 {
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
		padding-left: 0;
		padding-top: 8px
	}

	.delivery-option-2>.row>.col-sm-3 {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
		padding: 0;
		padding-top: 8px
	}

	#payment-confirmation button {
		font-size: .875rem
	}

	#payment-confirmation button.btn {
		white-space: normal
	}
}

.js-payment-binary,
.js-payment-binary .accept-cgv {
	display: none
}

.js-payment-binary.disabled {
	opacity: .6;
	cursor: not-allowed
}

.js-payment-binary.disabled:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none
}

.js-payment-binary.disabled .accept-cgv {
	display: block
}

.table-labeled td,
.table-labeled th {
	vertical-align: middle
}

.table-labeled .label {
	font-size: inherit;
	padding: .25rem .375rem;
	margin: .125rem;
	color: #fff;
	display: inline-block
}

.page-order .table {
	margin-bottom: 0
}

.page-order table td,
.page-order table th {
	padding: .5rem
}

.page-order table thead th {
	text-align: center
}

#customer-form .custom-checkbox {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex
}

#customer-form .custom-checkbox span {
	-ms-flex: none;
	flex: none
}

#customer-form .custom-checkbox label {
	padding-left: .5rem
}

#customer-form .custom-checkbox em {
	font-size: .8rem;
	opacity: .8
}

#authentication .tooltip.tooltip-bottom {
	padding: 0;
	margin: 0
}

#authentication .radio-inline,
#identity .radio-inline {
	padding: 0
}

#authentication .radio-inline .custom-radio,
#identity .radio-inline .custom-radio {
	margin-right: 0
}

.my-account-page-content-wrapper {
	border: 1px solid hsla(0, 0%, 63%, .25);
	padding: 1rem;
	margin: 0 auto
}

.my-account-page-content-wrapper .my-account-side-links {
	border-right: 1px solid hsla(0, 0%, 63%, .25)
}

.my-account-page-content-wrapper .my-account-side-links>a {
	display: block;
	width: 100%;
	max-width: 100%;
	-ms-flex: 0;
	flex: 0;
	border-bottom: 1px solid hsla(0, 0%, 63%, .25);
	padding: .6rem
}

.my-account-page-content-wrapper .my-account-side-links>a:last-child {
	border-bottom: none
}

.page-customer-account #content {
	border: 1px solid hsla(0, 0%, 63%, .25);
	padding: 1rem;
	margin: 0 auto
}

.page-customer-account #content .order-actions a {
	padding: 0 .125rem
}

.page-customer-account #content .forgot-password {
	text-align: center;
	font-size: .875rem;
	margin-top: 1rem;
	padding-bottom: .9375rem
}

.page-customer-account #content .no-account {
	text-align: center;
	font-size: 1rem
}

.page-authentication #content {
	border: 1px solid hsla(0, 0%, 63%, .25);
	padding: 1rem;
	margin: 0 auto
}

.page-addresses .address {
	border: 1px solid hsla(0, 0%, 63%, .25);
	margin-bottom: 1.875rem
}

.page-addresses .address .address-body {
	padding: 1rem
}

.page-addresses .address .address-body h4 {
	font-weight: 700
}

.page-addresses .address .address-body address {
	min-height: 9rem
}

.page-addresses .address .address-footer {
	border-top: 1px solid hsla(0, 0%, 63%, .25);
	padding: .5rem 1rem
}

.page-addresses .address .address-footer a {
	margin-right: .5rem
}

.page-addresses .address .address-footer a span {
	vertical-align: middle
}

.page-addresses .addresses-footer {
	margin: 0 .9375rem
}

.page-addresses .addresses-footer a span {
	vertical-align: middle;
	margin-top: .5rem
}

.page-order-detail .box {
	border: 1px solid hsla(0, 0%, 63%, .25);
	padding: 1rem;
	margin-bottom: 1rem
}

.page-order-detail #order-infos2 ul,
.page-order-detail #order-infos ul {
	margin: 0
}

.page-order-detail #order-history .history-lines .history-line {
	padding: .5rem 0;
	border-bottom: 1px solid hsla(0, 0%, 63%, .25)
}

.page-order-detail #order-history .history-lines .history-line:last-child {
	border-bottom: 0
}

.page-order-detail #order-history .history-lines .history-line .label {
	display: inline-block;
	margin: .25rem 0;
	color: #fff;
	padding: .25rem .375rem
}

.page-order-detail .addresses h4 {
	font-size: 1rem;
	font-weight: 700
}

.page-order-detail #order-products.return {
	margin-bottom: 1rem
}

.page-order-detail #order-products.return th.head-checkbox {
	width: 30px
}

.page-order-detail #order-products.return td {
	padding: 1.375rem .75rem
}

.page-order-detail #order-products.return td.qty {
	min-width: 125px
}

.page-order-detail #order-products.return td.qty .current {
	width: 30%;
	float: left;
	text-align: right;
	padding-right: .5rem
}

.page-order-detail #order-products.return td.qty .select {
	width: 70%;
	float: left;
	margin: -.625rem 0;
	padding-left: .25rem
}

.page-order-detail #order-products.return td.qty .select select {
	text-align: center
}

.page-order-detail .order-items {
	padding: 0 !important
}

.page-order-detail .order-items .order-item {
	padding: 1rem 1rem 0;
	border-bottom: 1px solid hsla(0, 0%, 63%, .25)
}

.page-order-detail .order-items .order-item .checkbox {
	width: 30px;
	float: left;
	padding: 0 .9375rem
}

.page-order-detail .order-items .order-item .content {
	width: calc(100% - 30px);
	float: left;
	padding: 0 .9375rem
}

.page-order-detail .order-items .order-item .desc {
	margin-bottom: 1rem
}

.page-order-detail .order-items .order-item .desc .name {
	font-weight: 700
}

.page-order-detail .order-items .order-item .qty {
	margin-bottom: 1rem
}

.page-order-detail .order-items .order-item .qty .q,
.page-order-detail .order-items .order-item .qty .s {
	margin-bottom: .25rem
}

.page-order-detail .messages .message {
	margin-top: .5rem;
	border-bottom: 1px solid hsla(0, 0%, 63%, .25)
}

.page-order-detail .messages .message:last-child {
	border-bottom: 0
}

.page-order-detail .messages .message>div {
	margin-bottom: .5rem
}

.page-order-detail .customization {
	margin-top: .75rem
}

#order-return-infos .thead-default th {
	color: #414141
}

#order-return-infos .customization {
	margin-top: .75rem
}

#history .orders {
	margin: 0 -1rem
}

#history .orders .order {
	padding: .75rem 1rem;
	border-bottom: 1px solid hsla(0, 0%, 63%, .25)
}

#history .orders .order a h3 {
	color: #878787
}

#history .orders .order .label {
	display: inline-block;
	margin: .25rem 0;
	padding: .25rem .375rem;
	color: #fff;
	border-radius: 3px
}

#history .orders .order:last-child {
	border-bottom: 0
}

#module-psgdpr-gdpr .psgdprinfo17 {
	overflow: hidden
}

.login-form {
	margin-top: 15px
}

@media (max-width:575.98px) {
	.my-account-page-content-wrapper .my-account-side-links {
		border-right: none;
		border-bottom: 1px solid hsla(0, 0%, 63%, .25);
		padding-bottom: 1rem;
		margin-bottom: 1.6rem;
		margin-right: 3px;
		margin-left: 3px
	}
}

.renew-password {
	margin-left: 10px
}

.renew-password .email {
	padding-bottom: 30px
}

.renew-password [type=submit] {
	margin-left: 50px
}

#products .products {
	transition: opacity .3s ease
}

#products #facets-loader-icon {
	display: none
}

#products.-facets-loading #facets-loader-icon {
	display: block;
	position: absolute;
	z-index: 10;
	padding-top: .5rem
}

#products.-facets-loading .products {
	opacity: .4
}

#products #infinity-loader-icon {
	text-align: center;
	padding: 3rem 2rem;
	display: none
}

#products.-infinity-loading #infinity-loader-icon {
	display: block
}

.product-miniature {
	transition: background .3s ease, border-color .3s ease, box-shadow .3s ease, outline .3s ease
}

.product-miniature .iqitreviews-nb {
	display: none
}

.product-miniature-small {
	position: relative
}

.product-miniature-small .product-description {
	padding-top: .8rem;
	padding-bottom: .8rem
}

.product-miniature-small .product-title {
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: .4rem
}

.product-miniature-small .iqitreviews-simple {
	font-size: .8rem;
	line-height: .8rem;
	margin-bottom: .2rem
}

.product-miniature-small .regular-price {
	text-decoration: line-through
}

.product-miniature-small .product-add-cart,
.product-miniature-small .product-price-and-shipping {
	display: inline-block
}

.product-miniature-small .btn-add-to-cart-small {
	border: none;
	background: none;
	cursor: pointer;
	color: currentColor
}

.product-miniature-small:hover {
	z-index: 2
}

.product-miniature-small-grid {
	text-align: center
}

.product-miniature-small-grid .product-thumbnail img {
	margin: 0 auto
}

.product-miniature-grid .product-functional-buttons {
	background: #fff;
	padding: .2rem .4rem;
	font-size: 0;
	line-height: 0;
	transition: opacity .2s cubic-bezier(.7, 0, .3, 1), transform .2s cubic-bezier(.7, 0, .3, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	min-width: 100px;
	text-align: center
}

.product-miniature-grid .product-functional-buttons a {
	display: inline-block;
	padding: .4rem
}

.product-miniature-grid .product-functional-buttons i {
	font-size: 1.2rem
}

.product-miniature-grid .product-functional-buttons-bottom {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: .5rem;
	transform: translate(-50%, 50%);
	opacity: 0
}

.product-miniature-grid .product-availability {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: .5rem;
	transition: opacity .2s cubic-bezier(.7, 0, .3, 1), transform .2s cubic-bezier(.7, 0, .3, 1)
}

.product-miniature-grid:hover .product-functional-buttons-bottom {
	transform: translate(-50%);
	opacity: 1
}

.product-miniature-grid:hover .product-availability {
	transform: translate(-50%, 1rem);
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.product-miniature-default,
.product-miniature-default .thumbnail-container {
	position: relative
}

.product-miniature-default .product-thumbnail {
	text-align: center;
	display: block;
	position: relative
}

.product-miniature-default .product-thumbnail img {
	display: block;
	margin: 0 auto
}

.product-miniature-default .product-flags {
	left: 0;
	top: 0
}

.product-miniature-default li.product-flag {
	margin-top: .3rem;
	text-align: left
}

.product-miniature-default li.product-flag:first-child {
	margin-top: 0
}

.product-miniature-default .product-add-cart .input-group-add-cart {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.product-miniature-default .product-add-cart .input-qty {
	margin-right: .5rem;
	max-width: 50px;
	min-width: 25px;
	text-align: center;
	padding: 0 .2em;
	-moz-appearance: textfield
}

.product-miniature-default .product-add-cart .input-qty::-webkit-inner-spin-button,
.product-miniature-default .product-add-cart .input-qty::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none
}

.product-miniature-default .product-title {
	margin: 0;
	padding: 0
}

.product-miniature-default .price-countdown {
	font-size: .8rem;
	margin-top: .4rem;
	margin-bottom: .2rem;
	white-space: nowrap
}

.product-miniature-default .price-countdown .price-countdown-title {
	padding-right: 0
}

.product-miniature-default .price-countdown .time-txt {
	display: none
}

.product-miniature-default .variant-links .color {
	width: 1rem;
	height: 1rem;
	border: 1px solid hsla(0, 0%, 63%, .25);
	outline: none
}

.product-miniature-default .regular-price {
	text-decoration: line-through
}

.product-miniature-default:hover {
	z-index: 2
}

.slick-products-carousel .slick-slide:not(.slick-active) .product-miniature {
	box-shadow: none
}

.products-grid .product-miniature-default {
	height: 100%
}

.products-grid .product-miniature-default .product-description {
	padding-top: .8rem
}

.products-grid .product-miniature-default .product-category-name {
	padding-bottom: .2rem
}

.products-grid .product-miniature-default .product-brand,
.products-grid .product-miniature-default .product-reference {
	margin-top: -.2rem
}

.products-grid .product-miniature-default .iqitreviews-simple,
.products-grid .product-miniature-default .product-brand,
.products-grid .product-miniature-default .product-reference,
.products-grid .product-miniature-default .product-title {
	padding-bottom: .4rem
}

.products-grid .product-miniature-default .product-available {
	display: none
}

.products-grid .product-miniature-default .product-functional-buttons a:hover {
	opacity: .6
}

.products-grid .product-miniature-layout-1 .product-price-and-shipping,
.products-grid .product-miniature-layout-1 .products-variants,
.products-grid .product-miniature-layout-3 .product-price-and-shipping,
.products-grid .product-miniature-layout-3 .products-variants {
	padding-bottom: .4rem
}

.products-grid .product-miniature-layout-1 .product-description-short,
.products-grid .product-miniature-layout-3 .product-description-short {
	padding-bottom: .5rem
}

.products-grid .product-miniature-layout-2 .product-miniature-right {
	text-align: right
}

.products-grid .product-miniature-layout-2 .regular-price {
	display: block
}

.products-grid .product-miniature-layout-2 .product-add-cart {
	padding-top: .6rem
}

.products-grid .product-miniature-layout-2 .variant-links .color {
	width: .8rem;
	height: .8rem
}

.products-grid .product-miniature-layout-2 .product-description-short {
	padding-top: .4rem
}

.products-grid .product-miniature-layout-2 .price-countdown-wrapper {
	text-align: center;
	margin-bottom: .5rem
}

.products-grid .product-miniature-layout-2 .price-countdown {
	margin-top: 0;
	display: block
}

.products-grid .product-miniature-layout-2 .btn-product-list {
	white-space: normal
}

.products-grid .product-miniature-layout-2 .iqitreviews-simple {
	font-size: .8rem
}

.products-grid .product-miniature-layout-3 {
	text-align: center
}

.products-grid .product-miniature-layout-3 .input-group-add-cart {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.products-grid .product-miniature-layout-3 .product-thumbnail,
.products-grid .product-miniature-layout-3 .thumbnail-container {
	position: static
}

.products-grid .product-miniature-layout-3 .product-description {
	height: 100%;
	transition: opacity .3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: rgba(0, 0, 0, .78);
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.products-grid .product-miniature-layout-3 .product-description,
.products-grid .product-miniature-layout-3 .product-overlay-link {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0
}

.products-grid .product-miniature-layout-3 .product-description-short {
	display: none !important
}

.products-grid .product-miniature-layout-3 .product-flags {
	transition: opacity .3s ease
}

.products-grid .product-miniature-layout-3 .product-add-cart .btn-product-list,
.products-grid .product-miniature-layout-3 .product-add-cart form,
.products-grid .product-miniature-layout-3 .product-functional-buttons-links,
.products-grid .product-miniature-layout-3 .variant-links {
	display: inline-block;
	position: relative;
	z-index: 2
}

.products-grid .product-miniature-layout-3 .product-functional-buttons {
	background: none !important
}

.products-grid .product-miniature-layout-3 .iqitreviews-simple {
	font-size: .8rem
}

.products-grid .product-miniature-layout-3 .product-add-cart {
	margin: .4rem 0
}

.products-grid .product-miniature-layout-3:hover .product-flags {
	opacity: 0
}

.products-grid .product-miniature-layout-3:hover .product-description {
	opacity: 1
}

.products-grid .product-miniature-layout-3:hover .product-description-inner {
	transform: translateY(0)
}

.product-miniature-list-row {
	margin: 0;
	padding: 1.4rem .7rem
}

.product-miniature-list .product-price {
	font-size: 1.5rem
}

.product-miniature-list .product-brand,
.product-miniature-list .product-reference,
.product-miniature-list .product-title {
	margin-bottom: .4rem
}

.product-miniature-list .product-description-short {
	margin: .6rem 0
}

.product-miniature-list .product-price-and-shipping {
	margin-bottom: 1rem
}

.product-miniature-list .product-functional-buttons {
	margin-top: 1rem
}

.product-miniature-list .product-functional-buttons .product-functional-buttons-links>a {
	padding-right: .6rem
}

.js-lazy-product-image.product-thumbnail-first {
	opacity: .3;
	transition: opacity .3s ease;
	background-position: 50%;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg" stroke="%23000"> <g fill="none" fill-rule="evenodd"> <g transform="translate(1 1)" stroke-width="2"> <circle stroke-opacity=".5" cx="18" cy="18" r="18"/> <path d="M36 18c0-9.94-8.06-18-18-18"> <animateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/> </path> </g> </g> </svg>')
}

.js-lazy-product-image.loaded {
	background-image: none;
	opacity: 1
}

@media (max-width:575.98px) {

	.product-miniature-list .col-buy,
	.product-miniature-list .col-description {
		padding-top: 1rem
	}
}

.category-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 2rem
}

.category-image .category-description {
	margin-left: 2rem;
	position: absolute
}

.category-description {
	margin-bottom: 2rem
}

.product-list-subcategories {
	text-align: center;
	margin-bottom: 2rem
}

.product-list-subcategories .subcategory-image {
	margin-bottom: .3rem;
	border: 1px solid hsla(0, 0%, 63%, .25)
}

.product-list-subcategories .subcategory-image:hover {
	opacity: .8
}

.products-selection {
	margin: 1rem 0;
	padding: .8rem 0;
	border-top: 1px solid hsla(0, 0%, 63%, .25);
	border-bottom: 1px solid hsla(0, 0%, 63%, .25)
}

.products-selection .view-switcher {
	font-size: 18px
}

.products-selection .view-switcher a {
	cursor: pointer;
	opacity: .5
}

.products-selection .view-switcher a.current,
.products-selection .view-switcher a:hover {
	opacity: 1
}

.products-selection .showing {
	margin-right: .5rem
}

.products-selection .form-control {
	padding: .2rem .8rem
}

.products-selection .products-nb-per-page .dropdown-menu {
	right: 0;
	left: auto
}

.products-selection .products-sort-nb-dropdown {
	display: inline-block
}

.products-selection .products-sort-nb-dropdown .dropdown-menu {
	right: 0;
	left: auto
}

.select-title .select-title-name {
	max-width: 100px;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	vertical-align: bottom
}

.pagination-wrapper .pagination {
	margin: 0
}

.pagination-wrapper-bottom {
	border-top: 1px solid hsla(0, 0%, 63%, .25);
	margin-top: 1rem;
	padding-top: 1rem
}

.pagination {
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1rem
}

.pagination .page-list {
	margin-bottom: 0
}

.pagination .page-list li {
	display: inline-block;
	border: 1px solid hsla(0, 0%, 63%, .25);
	margin: 0 .05rem;
	transition: all .2s cubic-bezier(.7, 0, .3, 1)
}

.pagination .page-list li.spacer {
	border: none
}

.pagination .page-list a {
	display: block;
	padding: .4rem .8rem
}

.block-categories ul>li {
	margin-bottom: 0
}

.block-categories li {
	position: relative
}

.block-categories li ul {
	margin-left: .5rem;
	font-size: .9em
}

.block-categories .collapse-icons {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	cursor: pointer
}

.block-categories .collapse-icons[aria-expanded=true] .add {
	display: none
}

.block-categories .collapse-icons[aria-expanded=true] .remove {
	display: block
}

.block-categories .collapse-icons .remove {
	display: none
}

#products .products-select {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	box-align: baseline;
	-moz-align-items: baseline;
	-ms-align-items: baseline;
	-o-align-items: baseline;
	align-items: baseline;
	-ms-flex-align: baseline;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify
}

#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
	padding-top: 1rem
}

#search_filters .facet:first-child,
#search_filters_brands .facet:first-child,
#search_filters_suppliers .facet:first-child {
	padding: 0
}

#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
	display: block
}

#search_filters .facet>ul,
#search_filters_brands .facet>ul,
#search_filters_suppliers .facet>ul {
	padding-bottom: .5rem
}

#search_filters .facet .facet-type-radio,
#search_filters .facet>.facet-type-checkbox,
#search_filters_brands .facet .facet-type-radio,
#search_filters_brands .facet>.facet-type-checkbox,
#search_filters_suppliers .facet .facet-type-radio,
#search_filters_suppliers .facet>.facet-type-checkbox {
	max-height: 300px;
	overflow-x: auto
}

#search_filters .facet .facet-label,
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
	margin-bottom: .3rem
}

#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
	font-size: .9375rem
}

#search_filters .facet_color,
#search_filters_brands .facet_color,
#search_filters_suppliers .facet_color {
	padding-left: 1px;
	padding-right: 1px
}

#search_filters .facet_color>li,
#search_filters_brands .facet_color>li,
#search_filters_suppliers .facet_color>li {
	display: inline-block;
	position: relative;
	margin-bottom: .5rem
}

#search_filters .facet_color>li .magnitude,
#search_filters_brands .facet_color>li .magnitude,
#search_filters_suppliers .facet_color>li .magnitude {
	position: absolute;
	right: 0;
	top: 0;
	background: #fff
}

.facet-dropdown .drop-icon {
	float: right;
	top: 2px;
	position: relative
}

#active-search-filters {
	margin-top: 1rem
}

.active_filters .active-filter-title {
	display: inline-block;
	vertical-align: middle;
	margin-right: .5rem
}

.active_filters .filter-blocks {
	display: inline-block;
	font-size: 0;
	vertical-align: middle
}

.active_filters .filter-block {
	display: inline-block;
	margin-right: .2rem;
	margin-bottom: .2rem;
	margin-top: .2rem
}

.active_filters .filter-block-all {
	margin-left: .3rem;
	padding-left: .5rem;
	border-left: 1px solid hsla(0, 0%, 63%, .25)
}

#facets_search_center {
	padding: 1rem 1rem 0;
	margin-bottom: 1rem;
	background: hsla(0, 0%, 80%, .15);
	display: none
}

#facets_search_center #search_filters {
	margin-right: -15px;
	margin-left: -15px;
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#facets_search_center #search_filters .facet {
	position: relative;
	min-height: 1px;
	padding: 0 15px 1rem;
	width: 25%;
	min-width: 160px
}

#facets_search_center #search_filter_controls {
	display: none !important
}

#facets_search_center.show {
	display: block
}

@media (max-width:700px) {
	#facets_search_center #search_filters .facet {
		width: 33%
	}
}

@media (max-width:530px) {
	#facets_search_center #search_filters .facet {
		width: 50%
	}
}

@media (max-width:362px) {
	#facets_search_center #search_filters .facet {
		width: 100%
	}
}

@media (max-width:767.98px) {

	#left-column #search_filter_controls,
	#right-column #search_filter_controls {
		text-align: center;
		margin-bottom: 1rem
	}

	#left-column #search_filter_controls button,
	#right-column #search_filter_controls button {
		margin: 0 .5rem
	}

	#left-column #search_filters,
	#right-column #search_filters {
		margin-bottom: 0;
		box-shadow: none;
		padding: 1rem 0 0
	}

	#left-column.-only-facet-search>:not(#facets_search_wrapper),
	#right-column.-only-facet-search>:not(#facets_search_wrapper) {
		display: none
	}

	#search_filter_toggler {
		width: 100%
	}
}

.product-cover {
	position: relative
}

.product-cover #product-images-large:not(.slick-initialized) {
	min-height: 200px
}

.product-cover .expander {
	cursor: pointer;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	padding: .6rem;
	z-index: 22
}

.product-cover .expander>span {
	background: #fff
}

.product-cover img {
	margin: 0 auto;
	cursor: -moz-grab
}

.product-cover .slick-disabled {
	display: none !important
}

.product-cover .product-lmage-large {
	position: relative
}

.product-cover:hover .slick-arrow {
	opacity: 1;
	visibility: visible
}

.product-cover:hover .slick-prev {
	left: 1rem
}

.product-cover:hover .slick-next {
	right: 1rem
}

.product-images {
	margin: 0 -.5rem
}

.product-images .thumb-container {
	padding: 0 .5rem
}

.product-images img {
	cursor: pointer
}

.product-images img:hover {
	opacity: .8
}

.product-images .slick-disabled {
	display: none !important
}

.images-container {
	margin-bottom: 1.5rem
}

.images-container .slick-arrow {
	opacity: 0;
	visibility: hidden
}

.images-container-left .product-images {
	margin: -.5rem 0;
	margin-right: 1rem
}

.images-container-left .product-images .thumb-container {
	padding: .5rem 0
}

.images-container-left .product-images .slick-arrow {
	transform: translateY(0);
	margin: auto;
	left: 0;
	right: 0;
	width: 100%;
	height: 2rem;
	padding: 0
}

.images-container-left .product-images .slick-arrow:before {
	font-size: 2rem;
	line-height: 2rem
}

.images-container-left .product-images .slick-prev {
	top: -20px
}

.images-container-left .product-images .slick-prev:before {
	content: "\F106"
}

.images-container-left .product-images .slick-next {
	top: auto;
	bottom: -20px
}

.images-container-left .product-images .slick-next:before {
	content: "\F107"
}

.images-container-left .product-images:hover .slick-arrow {
	opacity: 1;
	visibility: visible
}

.images-container-left .product-images:hover .slick-prev {
	top: 1rem
}

.images-container-left .product-images:hover .slick-next {
	bottom: 1rem
}

.images-container-left .col-left-product-thumbs .mask,
.images-container-left .col-left-product-thumbs .slick-vertical {
	height: 100%;
	overflow: hidden
}

.images-container-left .col-left-product-thumbs .slick-list {
	overflow: visible
}

.images-container-bottom .product-cover {
	margin-bottom: 1rem
}

.images-container-bottom .product-images {
	margin: 0 -.5rem
}

.images-container-bottom .product-images .thumb-container {
	padding: 0 .5rem
}

.images-container-bottom .product-images:hover .slick-arrow {
	opacity: 1;
	visibility: visible
}

.images-container-bottom .product-images:hover .slick-prev {
	left: 1rem
}

.images-container-bottom .product-images:hover .slick-next {
	right: 1rem
}

#product-modal .modal-dialog {
	max-width: 1000px;
	margin: auto;
	position: absolute
}

#product-modal.fade .modal-dialog {
	top: 50%;
	transform: translateY(-50%)
}

#product-modal .modal-header {
	z-index: 2
}

#product-modal .modal-content {
	height: 100%
}

#product-modal .modal-body {
	padding: 0
}

#product-modal .easyzoom-modal {
	text-align: center
}

#product-modal .easyzoom-modal>a {
	display: block;
	width: 100%
}

#product-modal .product-cover-modal {
	width: auto;
	margin: 0 auto;
	max-height: calc(100vh - 200px)
}

#product-modal .easyzoom-flyout {
	z-index: 1
}

#product-modal .slick-track {
	margin: 0 auto
}

#product-modal #thumbnails .product-images {
	margin: .2rem -.1rem;
	visibility: hidden
}

#product-modal #thumbnails .product-images.slick-initialized {
	visibility: visible
}

#product-modal #thumbnails .thumb-container {
	padding: 0 .1rem
}

#product-modal #thumbnails .slick-arrow {
	opacity: 1;
	visibility: visible
}

#product-modal #thumbnails .slick-prev {
	left: 1rem
}

#product-modal #thumbnails .slick-next {
	right: 1rem
}

.easyzoom {
	position: relative;
	display: block
}

.easyzoom-flyout,
.easyzoom-product {
	position: absolute;
	width: 100%;
	height: 100%
}

.easyzoom-flyout {
	overflow: hidden;
	background: #fff;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .3s cubic-bezier(.7, 0, .3, 1)
}

.easyzoom-flyout:hover,
.touch-device .easyzoom-flyout {
	opacity: 1
}

.easyzoom-notice {
	display: none !important
}

.product-flags {
	position: absolute;
	top: .5rem;
	z-index: 1;
	left: 1rem;
	transition: all .2s cubic-bezier(.7, 0, .3, 1)
}

li.product-flag {
	display: table;
	background: #2fb5d2;
	padding: .3125rem .4375rem;
	color: #fff;
	margin-top: .5rem;
	z-index: 2;
	line-height: 1.1em
}

li.product-flag:after {
	content: "";
	display: block
}

.product-cover:hover .product-flags {
	opacity: 0;
	visibility: hidden
}

#main .images-container .js-qv-mask {
	white-space: nowrap;
	overflow: hidden
}

@media (max-width:767.98px) {
	#product-modal .modal-dialog {
		min-height: 100%;
		padding: 0
	}

	#product-modal .modal-content {
		min-height: 100%;
		position: absolute;
		left: 0;
		right: 0
	}

	#product-modal .modal-body {
		-ms-flex-direction: column;
		flex-direction: column
	}

	#product-modal .modal-body,
	#product-modal .modal-body .easyzoom {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex
	}

	#product-modal .modal-body .easyzoom {
		-ms-flex: 1;
		flex: 1;
		-ms-flex-align: center;
		align-items: center
	}
}

@media (max-width:991.98px) {
	.easyzoom-flyout {
		opacity: 1
	}

	.easyzoom-product {
		display: none
	}
}

@media screen and (max-width:768px) {
	.images-container-d-leftd .product-cover {
		margin-bottom: 1rem
	}

	.images-container-d-leftd .product-images {
		margin: 0 -.5rem
	}

	.images-container-d-leftd .product-images .thumb-container {
		padding: 0 .5rem
	}

	.images-container-d-leftd .product-images .slick-arrow {
		height: auto;
		padding: 1.4rem .7rem;
		transform: translateY(-50%);
		top: 50%;
		width: auto;
		left: auto;
		right: auto
	}

	.images-container-d-leftd .product-images .slick-prev {
		top: 50%;
		left: 0
	}

	.images-container-d-leftd .product-images .slick-prev:before {
		content: "\F104"
	}

	.images-container-d-leftd .product-images .slick-next {
		top: 50%;
		right: 0
	}

	.images-container-d-leftd .product-images .slick-next:before {
		content: "\F105"
	}

	.images-container-d-leftd .product-images:hover .slick-arrow {
		opacity: 1;
		visibility: visible;
		width: auto
	}

	.images-container-d-leftd .product-images:hover .slick-prev {
		top: 50%;
		left: 1rem
	}

	.images-container-d-leftd .product-images:hover .slick-next {
		bottom: auto;
		right: 1rem
	}
}

.product_header_container {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid hsla(0, 0%, 63%, .25)
}

.product_header_container .iqitreviews-simple {
	display: inline-block;
	margin: 0 1rem .8rem 0
}

.product_header_container .iqitreviews-rating {
	font-size: 1.1rem;
	vertical-align: middle;
	margin-right: .3rem
}

.product_header_container #product-availability {
	margin-bottom: .8rem;
	vertical-align: text-top
}

.product_header_container .product-price {
	line-height: 1em
}

#content-wrapper .product_header_container .page-title {
	margin-bottom: .8rem;
	border: none;
	padding: 0;
	text-align: inherit;
	width: auto
}

#content-wrapper .product_header_container .page-title span {
	margin: 0;
	width: 100%
}

#content-wrapper .product_header_container .page-title:after,
#content-wrapper .product_header_container .page-title:before {
	display: none
}

.product_p_price_container {
	margin-top: 1rem;
	border-top: 1px solid hsla(0, 0%, 63%, .25);
	padding-top: 1rem;
	padding-bottom: .5rem
}

.product_p_price_container #product-availability {
	margin-bottom: .8rem;
	vertical-align: text-top
}

.product_p_price_container .product-price {
	line-height: 1em
}

.product-manufacturer img {
	max-width: 200px
}

.product-manufacturer-next {
	z-index: 2;
	position: relative
}

.product-manufacturer-next img {
	max-width: 140px
}

.product-info-row {
	margin-bottom: 3rem
}

.product-prices .badge {
	vertical-align: text-top
}

.product-discount .regular-price {
	text-decoration: line-through;
	padding: 0 .2rem
}

.product-unit-price {
	margin-bottom: 0
}

.product-quantity>.col {
	margin-bottom: .8rem
}

.product-quantity .qty {
	width: 80px;
	height: 100%
}

.product-quantity .qty .input-group {
	height: 100%
}

.product-quantity input[type=number]::-webkit-inner-spin-button,
.product-quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.product-quantity input[type=number] {
	-moz-appearance: textfield
}

#main.-combinations-loading .col-product-image {
	pointer-events: none
}

.product-variants>.product-variants-item {
	margin: .5rem 0
}

.product-variants>.product-variants-item .custom-select2 {
	display: inline-block;
	min-width: 6rem;
	max-width: 14rem
}

.product-variants>.product-variants-item ul li {
	margin-right: .5rem;
	margin-bottom: .5rem
}

.product-variants>.product-variants-item .color {
	margin-left: 0;
	margin-top: 0
}

.product-variants .form-control-label {
	padding-bottom: .5rem;
	display: block;
	font-weight: 700
}

.product-variants .color,
.product-variants .input-color {
	width: 2rem;
	height: 2rem;
	line-height: 2rem
}

.product-variants .input-radio,
.product-variants .radio-label {
	min-width: 2rem;
	min-height: 2rem;
	line-height: 2rem
}

.product-variants .input-radio+span {
	line-height: calc(2rem - 4px)
}

.product-variants .input-color:checked+span,
.product-variants .input-color:hover+span,
.product-variants .input-radio:checked+span,
.product-variants .input-radio:hover+span {
	border: 2px solid #414141;
	line-height: calc(2em - 4px)
}

#product-details .label {
	font-weight: 700;
	margin-bottom: .2rem
}

.product-features {
	margin-top: 1rem
}

.product-features>dl.data-sheet {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.product-features>dl.data-sheet dd.value,
.product-features>dl.data-sheet dt.name {
	box-flex: 1;
	-moz-flex: 1 0 40%;
	-ms-flex: 1 0 40%;
	flex: 1 0 40%;
	font-weight: 400;
	padding-bottom: .5rem;
	word-break: break-word;
	border-bottom: 1px solid hsla(0, 0%, 63%, .25);
	margin-bottom: .5rem
}

.product-features>dl.data-sheet dt.name {
	font-weight: 700
}

.product-customization {
	border: 1px solid hsla(0, 0%, 63%, .25);
	margin: 1rem 0;
	padding: 1rem
}

.product-customization .product-customization-item {
	margin: 1rem 0
}

.product-customization small {
	opacity: .6;
	margin-top: .2rem
}

#product-accessories-sidebar.slick-dotted {
	margin-bottom: 3rem
}

#product-accessories-sidebar .product-miniature {
	border: none !important;
	outline: none !important;
	box-shadow: none !important
}

.product-pack {
	border: 1px solid hsla(0, 0%, 63%, .25);
	margin: 1rem 0;
	padding: 1rem
}

.product-pack article {
	border-bottom: 1px solid hsla(0, 0%, 63%, .25);
	padding: .5rem 0
}

.product-pack article:last-child {
	border: none;
	padding-bottom: 0
}

.product-pack .pack-product-container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.product-pack .pack-product-container .pack-product-name {
	box-flex: 0;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%
}

.product-pack .pack-product-container .pack-product-thumb {
	max-width: 70px
}

.product-pack .pack-product-container .pack-product-name,
.product-pack .pack-product-container .pack-product-price,
.product-pack .pack-product-container .pack-product-quantity {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.product-additional-info {
	border-top: 1px solid hsla(0, 0%, 63%, .25);
	padding-top: 1rem
}

.social-sharing {
	margin-bottom: .5rem
}

.social-sharing li {
	display: inline-block;
	padding: 0 .3rem
}

.iqitproducttags {
	margin-bottom: .5rem
}

.iqitproducttags li {
	display: inline-block;
	padding: 0 .2rem
}

.product-tabs {
	margin-bottom: 3rem;
	margin-top: 3rem
}

.product-sidebar .block {
	padding: 0;
	margin-bottom: 2rem
}

.add-to-cart .spinner-icon {
	display: none
}

.add-to-cart.processing-add .spinner-icon {
	display: inline-block
}

.add-to-cart.processing-add .bag-icon {
	display: none
}

.product-description .rte-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.iqit-accordion .card {
	border: none
}

.iqit-accordion .title {
	font-weight: 700;
	padding: .6rem 0;
	border-bottom: 1px solid hsla(0, 0%, 63%, .25)
}

.iqit-accordion .title a {
	display: block
}

.iqit-accordion .content {
	border-bottom: 1px solid hsla(0, 0%, 63%, .25)
}

.iqit-accordion .content .rte-content {
	padding: 1rem 0
}

.iqit-accordion .angle-down {
	display: none
}

.iqit-accordion .angle-down,
.iqit-accordion .angle-up {
	line-height: 1.5rem
}

.iqit-accordion .collapsed .angle-up {
	display: none
}

.iqit-accordion .collapsed .angle-down {
	display: inline-block
}

.iqit-accordion .tab-content {
	padding: 1.5rem 0
}

.iqit-accordion .nav-tabs {
	margin-bottom: 0
}

.iqit-accordion .nav-tabs .nav-link {
	padding: 1.5rem;
	background: hsla(0, 0%, 80%, .15);
	margin-bottom: 1px;
	opacity: 1
}

.iqit-accordion .js-lazy-product-image.product-thumbnail-first {
	opacity: 1
}

#product-infos-accordion-mobile {
	margin-bottom: 4rem
}

#main #product-preloader {
	display: none
}

@media (max-width:575.98px) {
	.product-quantity .qty {
		width: 100%;
		height: 100%
	}

	.product-add-to-cart .add-to-cart,
	.product-add-to-cart .btn-iconic {
		width: 100%
	}

	.product-tabs .nav-tabs {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.product-tabs .nav-tabs .nav-item {
		margin: 0 0 .5rem
	}
}

.loader-wrapper {
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.loader-1 {
	border: .4em solid rgba(52, 152, 219, .3);
	border-top: .4em solid #3498db;
	border-radius: 50%;
	width: 3em;
	height: 3em;
	animation: loader-1 2s linear infinite
}

@keyframes loader-1 {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

.loader-2 {
	position: relative;
	width: .5em;
	height: 2.5em;
	background: rgba(52, 152, 219, .3);
	animation: pulse .75s infinite;
	animation-delay: .25s
}

.loader-2:after,
.loader-2:before {
	content: "";
	position: absolute;
	display: block;
	width: .5em;
	height: 1.5em;
	background: rgba(52, 152, 219, .3);
	top: 50%;
	transform: translateY(-50%);
	animation: loader-2 .75s infinite
}

.loader-2:before {
	left: -.75em
}

.loader-2:after {
	left: .75em;
	animation-delay: .5s
}

@keyframes loader-2 {
	50% {
		background: #3498db
	}
}

.cart-grid {
	margin-bottom: 1rem
}

.cart-items {
	margin-bottom: 3rem
}

.cart-item-header {
	font-weight: 700;
	text-align: center;
	border-top: 1px solid hsla(0, 0%, 63%, .25)
}

.cart-item,
.cart-item-header {
	padding: 1rem 0;
	border-bottom: 1px solid hsla(0, 0%, 63%, .25)
}

.cart-item .product-image {
	max-width: 125px
}

.cart-item .product-line-grid-right {
	text-align: center
}

.cart-item .product-line-info-secondary {
	line-height: 1
}

.cart-item .bootstrap-touchspin {
	max-width: 75px;
	margin: 0 auto;
	min-height: 40px
}

.cart-item .bootstrap-touchspin input {
	text-align: center
}

.block-promo .promo-code .alert-danger {
	display: none
}

.block-promo .cart-voucher-area {
	padding: 1rem;
	background: hsla(0, 0%, 80%, .15)
}

.block-promo .promo-highlighted {
	margin: .3rem 0 0
}

.block-promo .voucher-icon {
	padding-left: 0;
	padding-right: .8rem;
	cursor: default
}

.cart-grid-right hr {
	margin: 0
}

.cart-grid-right .cart-summary {
	margin-bottom: 1rem
}

.cart-grid-right .promo-discounts {
	margin-bottom: 0
}

.cart-grid-right .promo-discounts .cart-summary-line .label .code {
	text-decoration: underline;
	cursor: pointer
}

.cart-grid-right .iqitfreedeliverycount {
	margin: 1rem 0 0
}

.cart-summary-line {
	clear: both
}

.cart-summary-line:after {
	display: block;
	clear: both;
	content: ""
}

.cart-summary-line .value {
	float: right
}

.cart-summary-line.cart-total {
	font-weight: 700;
	font-size: 1.5rem
}

#blockcart-content {
	padding: 1rem;
	text-align: left;
	min-width: 340px;
	max-width: 340px
}

#blockcart-content .cart-title hr {
	width: 100%
}

#blockcart-content .cart-title .close {
	margin-top: .4rem
}

#blockcart-content .cart-products>li {
	padding-bottom: .875rem;
	border-bottom: 1px solid #acaaa6;
	margin-bottom: .875rem
}

#blockcart-content .cart-products>li:last-child {
	border-bottom: none
}

#blockcart-content .cart-products .col-info {
	padding-left: 1rem
}

#blockcart-content .cart-subtotals {
	font-size: 1.5rem;
	line-height: 1.2em;
	padding: .875rem 0;
	border-top: 2px solid #acaaa6
}

#blockcart-content a:not(.btn):hover {
	opacity: .8
}

.ps-shoppingcart #blockcart {
	display: inline-block;
	position: relative
}

.ps-shoppingcart .cart-toogle {
	cursor: pointer;
	display: inline-block
}

.ps-shoppingcart .cart-products-count-btn {
	display: none;
	text-align: center;
	line-height: 15px;
	border-radius: 30px;
	min-width: 16px;
	height: 16px;
	font-size: .8rem;
	position: absolute;
	top: -4px;
	right: -4px;
	padding: 1px 5px
}

.ps-shoppingcart.col-mobile-btn-cart .cart-products-count-btn {
	display: inline-block
}

.ps-shoppingcart.header-cart-btn-w .cart-toggle-details {
	display: none !important
}

.ps-shoppingcart.header-cart-btn-w .cart-products-count-btn {
	display: inline-block
}

.ps-shoppingcart.dropdown #blockcart-content {
	transform-origin: top;
	animation-fill-mode: forwards;
	-webkit-transform: scaleY(0);
	opacity: 0;
	visibility: hidden;
	transition: all .2s cubic-bezier(.7, 0, .3, 1);
	right: 0;
	min-width: 320px;
	z-index: 1000;
	position: absolute
}

.ps-shoppingcart.dropdown #blockcart-content .cart-title {
	display: none !important
}

.ps-shoppingcart.dropdown #blockcart-content .cart-products {
	max-height: 380px;
	overflow-x: hidden;
	overflow-y: auto
}

@media screen and (max-height:770px) {
	.ps-shoppingcart.dropdown #blockcart-content .cart-products {
		max-height: 245px
	}
}

.ps-shoppingcart.dropdown #blockcart-content .cart-products::-webkit-scrollbar {
	width: 6px
}

.ps-shoppingcart.dropdown #blockcart-content .cart-products::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .25)
}

.ps-shoppingcart.dropdown .show #blockcart-content {
	transform: scale(1);
	opacity: 1;
	visibility: visible
}

.ps-shoppingcart.side-cart #blockcart-content {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
	position: fixed;
	z-index: 5005;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transform: translate3d(115%, 0, 0);
	transition: transform .4s;
	transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	padding-bottom: 50px
}

.ps-shoppingcart.side-cart .show #blockcart-content {
	transform: translateZ(0)
}

.ps-shoppingcart.side-cart #blockcart-content .cart-products {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow-y: auto;
	min-height: 0
}

.ps-shoppingcart.side-cart #blockcart-content .cart-products::-webkit-scrollbar {
	width: 6px
}

.ps-shoppingcart.side-cart #blockcart-content .cart-products::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .25)
}

.iqitfreedeliverycount p:last-child {
	margin-bottom: 0
}

#sticky-cart-wrapper {
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%)
}

#sticky-cart-wrapper .info-wrapper {
	display: none !important
}

#sticky-cart-wrapper .ps-shoppingcart.side-cart #blockcart-content {
	right: -1rem;
	min-width: 340px
}

#blockcart-modal .modal-dialog {
	max-width: 960px;
	width: 100%
}

#blockcart-modal .col-info {
	padding-left: 1rem
}

#blockcart-modal .crossselling-products-modal {
	border-top: 1px solid hsla(0, 0%, 63%, .25);
	padding-top: 1.2rem;
	margin-top: 1rem;
	margin-left: -15px;
	margin-right: -15px
}

#blockcart-modal .crossselling-products-modal-title {
	text-align: center;
	font-size: 1.2rem;
	padding: .5rem
}

#blockcart-modal .slick-crossselling-products .slick-list {
	padding: .8rem .6rem
}

#blockcart-modal .slick-crossselling-products .slick-slide {
	padding: 0 .6rem
}

#mobile-header .ps-shoppingcart.side-cart #blockcart-content {
	padding-bottom: 120px
}

@media screen and (max-width:400px) {
	.ps-shoppingcart.dropdown {
		position: static
	}

	.ps-shoppingcart.dropdown #blockcart-content {
		min-width: 92vw;
		max-width: 92vw;
		right: 2vw;
		left: 2vw;
		margin: auto
	}
}

#block-reassurance {
	margin-bottom: 1rem
}

#block-reassurance img {
	width: 1.5625rem;
	margin-right: .625rem
}

#block-reassurance li {
	border-bottom: 1px solid hsla(0, 0%, 63%, .25)
}

#block-reassurance li:last-child {
	border: 0
}

#block-reassurance li .block-reassurance-item {
	padding: .8rem 1rem
}

.quickview.quickview-second-modal {
	z-index: 999990
}

.quickview .modal-dialog {
	max-width: 1024px
}

.quickview .modal-content {
	min-height: 450px;
	border: none
}

.quickview .modal-body {
	min-height: 380px;
	padding: 0
}

.quickview .layer {
	display: none
}

.quickview .images-container {
	margin: 0
}

.quickview .images-container .expander {
	display: none !important
}

.quickview .images-container-bottom .product-cover {
	margin: 0
}

.quickview .images-container-left .row>.col-left-product-thumbs {
	display: none
}

.quickview .images-container-left .row>.col-left-product-cover {
	-ms-flex: 100%;
	flex: 100%;
	max-width: 100%
}

.quickview .mask {
	display: none !important
}

.quickview .quickview-info {
	padding: 2rem;
	padding-bottom: 1rem;
	max-height: 620px;
	overflow-y: auto
}

.quickview button.close {
	position: absolute;
	right: 18px;
	top: 12px;
	font-size: 2.7rem;
	cursor: pointer;
	z-index: 3
}

.quickview .js-quickview-np-btn {
	position: absolute;
	top: 50%;
	z-index: 22;
	display: block;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 3rem;
	line-height: 3rem;
	opacity: .8;
	transition: opacity .2s cubic-bezier(.7, 0, .3, 1)
}

.quickview .js-quickview-np-btn:hover {
	opacity: 1
}

.quickview #js-quickview-prev-btn {
	left: -3.5rem;
	padding: .8rem 1rem .8rem .8rem
}

.quickview #js-quickview-next-btn {
	right: -3.5rem;
	padding: .8rem .8rem .8rem 1rem
}

@media (max-width:1100px) {
	.quickview .js-quickview-np-btn {
		display: none
	}
}

#stores .page-stores .store-item {
	border-bottom: 1px solid hsla(0, 0%, 63%, .25)
}

#stores .page-stores .store-item:last-child {
	border-bottom: none
}

#stores .page-stores .store-picture img {
	max-width: 100%
}

#stores .page-stores .store-item-container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	box-pack: distribute;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
	-ms-flex-pack: distribute;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	padding: 2rem 0
}

#stores .page-stores .store-item-container ul {
	margin-bottom: 0;
	font-size: .9375rem
}

#stores .page-stores .store-item-container .divide-left {
	border-left: 1px solid hsla(0, 0%, 63%, .25)
}

#stores .page-stores .store-item-container .divide-left tr {
	height: 1.5625rem
}

#stores .page-stores .store-item-container .divide-left td {
	padding-left: .375rem
}

#stores .page-stores .store-item-container .divide-left th {
	text-align: right
}

#stores .page-stores .store-item-container .store-description {
	font-size: 1rem
}

#stores .page-stores .store-item-footer {
	margin-top: .5rem;
	padding-top: .5rem;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	box-pack: distribute;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
	-ms-flex-pack: distribute
}

#stores .page-stores .store-item-footer.divide-top {
	border-top: 1px solid hsla(0, 0%, 63%, .25)
}

#stores .page-stores .store-item-footer div:first-child {
	box-flex: 0;
	-moz-flex: 0 0 65%;
	-ms-flex: 0 0 65%;
	flex: 0 0 65%
}

#stores .page-stores .store-item-footer i.material-icons {
	margin-right: .5rem;
	font-size: 1rem
}

#stores .page-stores .store-item-footer li {
	margin-bottom: .5rem
}

@media (max-width:767.98px) {
	#stores .page-stores {
		width: 100%
	}

	#stores .page-stores .store-item-container {
		padding: 1rem 0
	}
}

@media (max-width:575.98px) {
	#stores .page-stores .store-item-container {
		display: block
	}

	#stores .page-stores .store-item-container .divide-left {
		border-left: none
	}

	#stores .page-stores .store-item-container .store-description a,
	#stores .page-stores .store-item-container .store-description address {
		margin-bottom: .5rem
	}

	#stores .page-stores .store-item-footer {
		display: block
	}

	#stores .page-stores .store-item-footer.divide-top {
		border-top: 1px solid hsla(0, 0%, 63%, .25)
	}

	#stores .page-stores .store-item-footer li {
		margin-bottom: .5rem
	}

	#stores .page-stores .store-item-footer .card-block {
		padding: .75rem .75rem 0
	}
}

#language_selector .lang-flag {
	max-width: 20px
}

#header {
	z-index: 100
}

#header,
#header .header-nav {
	position: relative
}

#header .header-nav .left-nav>div>ul,
#header .header-nav .right-nav>div>ul {
	display: inherit
}

#header .header-nav .left-nav>div:after,
#header .header-nav .right-nav>div:after {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	height: 1.5em;
	width: 1px;
	margin-left: .5rem;
	margin-right: .5rem;
	background-color: currentColor;
	opacity: .2
}

#header .header-nav .left-nav>div:last-child:after,
#header .header-nav .right-nav>div:last-child:after {
	display: none
}

#header .header-btn-w {
	padding: 0 .5rem
}

#header .header-btn-w .header-btn {
	text-align: center;
	display: block;
	cursor: pointer
}

#header .header-btn-w .header-btn>.icon {
	display: inline-block;
	position: relative
}

#header .header-btn-w .header-btn .title {
	white-space: nowrap;
	margin-top: .5rem;
	display: block
}

#header .header-custom-html p:last-child {
	margin-bottom: 0
}

#header .col-header-menu,
#header .col-header-menu .cbp-hrsub-narrow {
	position: static
}

#header .desktop-header-style-1 .col-header-center .search-widget {
	margin: 0 auto
}

#header .desktop-header-style-1 #user_info {
	margin-top: .6rem
}

#header .desktop-header-style-1 .header-custom-html {
	margin-bottom: .8rem
}

#header .desktop-header-style-2 .col-header-center .search-widget {
	margin: 0 auto
}

#header .desktop-header-style-2 .header-custom-html {
	margin-bottom: .8rem
}

#header .desktop-header-style-5 #user_info,
#header .desktop-header-style-5 .search-widget {
	margin-top: .5rem
}

#header .desktop-header-style-5 #user_info {
	text-align: right
}

#header .desktop-header-style-5 #ps-shoppingcart #blockcart {
	display: block;
	text-align: right
}

#desktop-header-container {
	position: relative
}

#mobile-header {
	display: none
}

#mobile-header .row-mobile-header {
	margin-left: -.625rem;
	margin-right: -.625rem
}

#mobile-header .row-mobile-buttons {
	margin-left: -15px;
	margin-right: -15px
}

#mobile-header .col-mobile-logo {
	padding: 0 .625rem
}

#mobile-header .col-mobile-btn-menu,
#mobile-header .col-mobile-btn-search {
	position: static
}

#mobile-header .dropdown-mobile {
	padding: 1rem
}

#mobile-header .mobile-bag-icon {
	position: relative
}

#mobile-header .m-nav-btn {
	display: inline-block;
	text-align: center;
	background: none;
	border: none;
	outline: none;
	transition: all .2s cubic-bezier(.7, 0, .3, 1);
	cursor: pointer;
	padding: .375rem .625rem
}

#mobile-header .m-nav-btn>i {
	font-size: 2rem
}

#mobile-header .m-nav-btn>span {
	display: block;
	margin-top: .5rem
}

#mobile-header.mobile-header-style-3 .m-nav-btn {
	display: block;
	width: 100%
}

#mobile-header.mobile-header-style-3 .row-mobile-buttons>.col-auto {
	-ms-flex-preferred-size: 0;
	flex-basis: 0%;
	-ms-flex-positive: 1;
	flex-grow: 1
}

#desktop-header.stuck-header,
#iqitmegamenu-wrapper.stuck-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5000
}

#iqitmegamenu-wrapper.stuck-menu #iqitmegamenu-horizontal {
	background: none
}

#iqitmegamenu-wrapper.stuck-menu .container-iqitmegamenu {
	padding-right: 15px;
	padding-left: 15px
}

#iqitmegamenu-wrapper.stuck-menu .cbp-legend-main {
	display: none
}

#iqitmegamenu-wrapper.stuck-menu #sticky-cart-wrapper {
	z-index: 5005
}

#mobile-header-sticky.stuck-down,
#mobile-header-sticky.stuck-up.visible-stuck-up {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5000
}

#mobile-header-sticky.stuck-up.visible-stuck-up-scroll {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5000;
	transform: translateY(-100%);
	transition: transform .1s ease-in-out;
	will-change: transform
}

#mobile-header-sticky.stuck-up.visible-stuck-up.visible-stuck-up-scroll {
	transform: translateY(0);
	animation-name: slideDown;
	-webkit-animation-name: slideDown;
	animation-duration: .1s;
	-webkit-animation-duration: .1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out
}

@media (max-width:991.98px) {
	#desktop-header {
		display: none
	}

	#mobile-header {
		display: block
	}

	.sticky-desktop-wrapper {
		display: none
	}
}

@media (min-width:992px) {

	#header.desktop-header-style-w-6,
	#header.desktop-header-style-w-7 {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 5002;
		width: 280px;
		min-height: 100vh
	}

	#header.desktop-header-style-w-6 .header-nav .left-nav,
	#header.desktop-header-style-w-6 .header-nav .right-nav,
	#header.desktop-header-style-w-7 .header-nav .left-nav,
	#header.desktop-header-style-w-7 .header-nav .right-nav {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	#header.desktop-header-style-w-6 .col-header-center,
	#header.desktop-header-style-w-6 .col-header-left,
	#header.desktop-header-style-w-7 .col-header-center,
	#header.desktop-header-style-w-7 .col-header-left {
		margin-bottom: 1.5rem
	}

	#header.desktop-header-style-w-6 #header-search-btn .dropdown-search,
	#header.desktop-header-style-w-6 #ps-shoppingcart.dropdown #blockcart-content,
	#header.desktop-header-style-w-7 #header-search-btn .dropdown-search,
	#header.desktop-header-style-w-7 #ps-shoppingcart.dropdown #blockcart-content {
		left: 0;
		right: auto
	}

	#header.desktop-header-style-w-6 .header-custom-html,
	#header.desktop-header-style-w-7 .header-custom-html {
		margin-bottom: .6rem
	}

	#header.desktop-header-style-w-6 .cbp-vertical-title,
	#header.desktop-header-style-w-7 .cbp-vertical-title {
		display: none !important
	}

	#header.desktop-header-style-w-6 #cbp-hrmenu1,
	#header.desktop-header-style-w-7 #cbp-hrmenu1 {
		margin: 2rem 0
	}

	#header.desktop-header-style-w-7 #user_info {
		margin-top: .6rem;
		padding-left: 1rem
	}

	#header.desktop-header-style-w-7 #search_widget {
		margin-top: 1rem;
		width: 100%
	}

	.body-desktop-header-style-w-6>main,
	.body-desktop-header-style-w-7>main {
		padding-left: 280px
	}
}

@media (max-width:575.98px) {
	#mobile-header .m-nav-btn>i {
		font-size: 1.5rem
	}
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%)
	}

	to {
		transform: translateY(0)
	}
}

#footer .footer-style-1 .social-links>li {
	padding-bottom: 1rem
}

#footer .footer-style-3 .block-newsletter {
	text-align: center
}

#footer .footer-style-3 .block-newsletter>h5 {
	display: inline-block;
	margin: 1rem;
	vertical-align: top
}

#footer .footer-style-3 .block-newsletter .ps-emailsubscription-block {
	display: inline-block;
	min-width: 270px
}

#footer-container-first {
	padding: 1rem 0
}

#footer-container-first .ps-emailsubscription-block .input-subscription {
	padding-top: 1rem;
	padding-bottom: 1rem
}

#footer-container-main.footer-style-1 .ps-emailsubscription-block .gdpr_module {
	max-width: 240px
}

#footer-container-main.footer-style-inline .block-toggle {
	margin-bottom: .4rem
}

#footer-container-main.footer-style-inline>div>.row {
	display: block
}

#footer-container-main.footer-style-inline>div>.row .block-title {
	margin: 0;
	margin-right: 1rem
}

#footer-container-main.footer-style-inline>div>.row .block-content {
	vertical-align: top
}

#footer-container-main.footer-style-inline>div>.row .block-content,
#footer-container-main.footer-style-inline>div>.row .block-links ul>li,
#footer-container-main.footer-style-inline>div>.row .block-title {
	display: inline-block
}

#footer-container-main.footer-style-inline>div>.row .block-links ul>li a {
	padding: 0 1rem 0 0
}

#footer-container-main.footer-style-inline .block-iqitcontactpage hr,
#footer-container-main.footer-style-inline>div>.row .block-links ul>li a:before {
	display: none
}

#footer-container-main.footer-style-inline .contact-rich .part {
	display: inline-block
}

#footer-container-main.footer-style-inline .contact-rich>strong {
	vertical-align: top;
	margin: 0
}

#footer-container-main.footer-style-4 {
	text-align: center
}

#footer-container-main.footer-style-4 .block-iqithtmlandbanners-html .block-content {
	margin-top: .5rem
}

#footer-container-main.footer-style-5 .block-title {
	max-width: 10rem
}

#footer-container-main.footer-style-5 .block-content {
	width: calc(100% - 12rem)
}

#footer-copyrights {
	padding: 1rem 0
}

#footer-copyrights._footer-copyrights-2 {
	text-align: center
}

#footer-copyrights._footer-copyrights-2 .copyright-img,
#footer-copyrights._footer-copyrights-2 .copyright-txt {
	margin-bottom: .8rem
}

#footer-copyrights .copyright-txt>p:last-child {
	margin: 0
}

@media (max-width:767.98px) {
	#wrapper {
		margin-bottom: 0 !important
	}

	#footer {
		z-index: 1 !important;
		position: static !important
	}
}

@media (max-width:575.98px) {
	.footer-style-2 .block-newsletter {
		margin-bottom: 1rem
	}

	.footer-style-2 .block-social-links {
		text-align: center !important
	}

	#footer-container-main.footer-style-inline .block-content {
		display: block;
		width: 100%;
		margin-top: 1rem
	}

	._footer-copyrights-1 .copyright-img {
		margin-bottom: 1rem;
		text-align: center !important
	}

	._footer-copyrights-1 .copyright-txt {
		text-align: center !important
	}
}

.contact-rich {
	word-wrap: break-word
}

.contact-rich>strong {
	margin-bottom: .5rem;
	display: inline-block
}

.contact-rich .part {
	height: auto;
	overflow: hidden
}

.contact-rich .part .icon {
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	width: 3rem
}

.contact-rich .part .icon i {
	font-size: 2rem
}

.contact-rich .part .data {
	width: auto;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block
}

.contact-page-info {
	border-right: 1px solid hsla(0, 0%, 63%, .25)
}

.block-iqitcontactpage hr {
	margin: .3rem 0
}

.block-iqitcontactpage .part .icon {
	min-width: 1rem;
	margin-right: .3rem;
	width: auto
}

.block-iqitcontactpage .part .icon i {
	font-size: 1rem
}

@media (max-width:767.98px) {
	.contact-page-info {
		border-right: none;
		border-bottom: 1px solid hsla(0, 0%, 63%, .25);
		margin-bottom: 2rem
	}
}

#pagenotfound #main .page-header,
#products #main .page-header {
	margin: 2rem 0 3rem
}

#pagenotfound #main .page-content,
#products #main .page-content {
	margin-bottom: 10rem
}

#pagenotfound .page-not-found .search-widget,
#products .page-not-found .search-widget {
	padding: 0
}

#pagenotfound .page-not-found .search-widget input,
#products .page-not-found .search-widget input {
	width: 100%
}

.customization-modal .modal-content {
	border-radius: 0;
	border: 1px solid hsla(0, 0%, 63%, .25)
}

.customization-modal .modal-content .modal-body {
	padding-top: 0
}

.customization-modal .modal-content .modal-body .product-customization-line {
	padding-bottom: .9375rem;
	padding-top: .9375rem;
	border-bottom: 1px solid hsla(0, 0%, 63%, .25)
}

.customization-modal .modal-content .modal-body .product-customization-line .label {
	font-weight: 700;
	text-align: right
}

.customization-modal .modal-content .modal-body .product-customization-line:last-child {
	padding-bottom: 0;
	border-bottom: 0
}

.sitemap ul.nested {
	margin-left: 20px
}

.sitemap ul li {
	font-size: .9rem
}

.sitemap .block-links ul>li {
	margin-bottom: .2rem
}

.sitemap .block-links ul>li:last-child {
	margin-bottom: 0
}

.sitemap .block-links li>ul {
	margin-top: .2rem
}

.popover {
	font-family: inherit
}

#wrapper .breadcrumb {
	background: transparent;
	padding: 0;
	display: block
}

#wrapper .breadcrumb[data-depth="1"] {
	display: none
}

#wrapper .breadcrumb ol {
	padding-left: 0;
	margin-bottom: 0
}

#wrapper .breadcrumb li {
	display: inline
}

#wrapper .breadcrumb li:after {
	content: "/";
	opacity: .4;
	margin: .3em
}

#wrapper .breadcrumb li:last-child:after {
	content: ""
}

#wrapper .breadcrumb a:hover {
	opacity: .8
}

#wrapper .breadcrumb #iqitproductsnav {
	font-size: 1.5rem
}

#main .page-content {
	margin-bottom: 1.5625rem
}

#main .page-content h6 {
	margin-bottom: 1.125rem
}

#notifications ul {
	margin-bottom: 0
}

.block-section {
	margin-bottom: 3rem;
	clear: both
}

.section-title {
	position: relative
}

#back-to-top {
	border: none;
	cursor: pointer;
	width: 2.5rem;
	height: 2.5rem;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	transition: all .2s cubic-bezier(.7, 0, .3, 1);
	font-size: 2rem;
	outline: none
}

#back-to-top.-back-to-top-visible {
	opacity: 1;
	visibility: visible
}

#page-preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: #fff
}

@media (max-width:767.98px) {
	#checkout-cart-summary {
		float: none;
		width: 100%;
		margin-top: 1rem
	}

	section.checkout-step {
		width: 100%
	}

	.default-input {
		min-width: 100%
	}

	label {
		clear: both
	}
}

@media (max-width:991.98px) {
	.container {
		max-width: 100%
	}
}

#_mobile_blockcart-content.dropdown-menu,
#_mobile_iqitmegamenu-mobile.dropdown-menu {
	border: none !important;
	background: none !important
}

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

.hidden-xs-up {
	display: none !important
}

@media (max-width:575.98px) {
	.hidden-xs-down {
		display: none !important
	}
}

@media (min-width:576px) {
	.hidden-sm-up {
		display: none !important
	}
}

@media (max-width:767.98px) {
	.hidden-sm-down {
		display: none !important
	}
}

@media (min-width:768px) {
	.hidden-md-up {
		display: none !important
	}
}

@media (max-width:991.98px) {
	.hidden-md-down {
		display: none !important
	}
}

@media (min-width:992px) {
	.hidden-lg-up {
		display: none !important
	}
}

@media (max-width:1199.98px) {
	.hidden-lg-down {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-xl-up {
		display: none !important
	}
}

.hidden-xl-down {
	display: none !important
}

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

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

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}

.input-group-addon,
.input-group-btn {
	white-space: nowrap;
	vertical-align: middle
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative;
	-ms-flex: 1;
	flex: 1
}

.pull-0 {
	right: auto
}

.pull-1 {
	right: 8.33333%
}

.pull-2 {
	right: 16.66667%
}

.pull-3 {
	right: 25%
}

.pull-4 {
	right: 33.33333%
}

.pull-5 {
	right: 41.66667%
}

.pull-6 {
	right: 50%
}

.pull-7 {
	right: 58.33333%
}

.pull-8 {
	right: 66.66667%
}

.pull-9 {
	right: 75%
}

.pull-10 {
	right: 83.33333%
}

.pull-11 {
	right: 91.66667%
}

.pull-12 {
	right: 100%
}

.push-0 {
	left: auto
}

.push-1 {
	left: 8.33333%
}

.push-2 {
	left: 16.66667%
}

.push-3 {
	left: 25%
}

.push-4 {
	left: 33.33333%
}

.push-5 {
	left: 41.66667%
}

.push-6 {
	left: 50%
}

.push-7 {
	left: 58.33333%
}

.push-8 {
	left: 66.66667%
}

.push-9 {
	left: 75%
}

.push-10 {
	left: 83.33333%
}

.push-11 {
	left: 91.66667%
}

.push-12 {
	left: 100%
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

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

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

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

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

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

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pull-sm-0 {
		right: auto
	}

	.pull-sm-1 {
		right: 8.33333%
	}

	.pull-sm-2 {
		right: 16.66667%
	}

	.pull-sm-3 {
		right: 25%
	}

	.pull-sm-4 {
		right: 33.33333%
	}

	.pull-sm-5 {
		right: 41.66667%
	}

	.pull-sm-6 {
		right: 50%
	}

	.pull-sm-7 {
		right: 58.33333%
	}

	.pull-sm-8 {
		right: 66.66667%
	}

	.pull-sm-9 {
		right: 75%
	}

	.pull-sm-10 {
		right: 83.33333%
	}

	.pull-sm-11 {
		right: 91.66667%
	}

	.pull-sm-12 {
		right: 100%
	}

	.push-sm-0 {
		left: auto
	}

	.push-sm-1 {
		left: 8.33333%
	}

	.push-sm-2 {
		left: 16.66667%
	}

	.push-sm-3 {
		left: 25%
	}

	.push-sm-4 {
		left: 33.33333%
	}

	.push-sm-5 {
		left: 41.66667%
	}

	.push-sm-6 {
		left: 50%
	}

	.push-sm-7 {
		left: 58.33333%
	}

	.push-sm-8 {
		left: 66.66667%
	}

	.push-sm-9 {
		left: 75%
	}

	.push-sm-10 {
		left: 83.33333%
	}

	.push-sm-11 {
		left: 91.66667%
	}

	.push-sm-12 {
		left: 100%
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333%
	}

	.offset-sm-2 {
		margin-left: 16.66667%
	}

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

	.offset-sm-4 {
		margin-left: 33.33333%
	}

	.offset-sm-5 {
		margin-left: 41.66667%
	}

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

	.offset-sm-7 {
		margin-left: 58.33333%
	}

	.offset-sm-8 {
		margin-left: 66.66667%
	}

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

	.offset-sm-10 {
		margin-left: 83.33333%
	}

	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pull-md-0 {
		right: auto
	}

	.pull-md-1 {
		right: 8.33333%
	}

	.pull-md-2 {
		right: 16.66667%
	}

	.pull-md-3 {
		right: 25%
	}

	.pull-md-4 {
		right: 33.33333%
	}

	.pull-md-5 {
		right: 41.66667%
	}

	.pull-md-6 {
		right: 50%
	}

	.pull-md-7 {
		right: 58.33333%
	}

	.pull-md-8 {
		right: 66.66667%
	}

	.pull-md-9 {
		right: 75%
	}

	.pull-md-10 {
		right: 83.33333%
	}

	.pull-md-11 {
		right: 91.66667%
	}

	.pull-md-12 {
		right: 100%
	}

	.push-md-0 {
		left: auto
	}

	.push-md-1 {
		left: 8.33333%
	}

	.push-md-2 {
		left: 16.66667%
	}

	.push-md-3 {
		left: 25%
	}

	.push-md-4 {
		left: 33.33333%
	}

	.push-md-5 {
		left: 41.66667%
	}

	.push-md-6 {
		left: 50%
	}

	.push-md-7 {
		left: 58.33333%
	}

	.push-md-8 {
		left: 66.66667%
	}

	.push-md-9 {
		left: 75%
	}

	.push-md-10 {
		left: 83.33333%
	}

	.push-md-11 {
		left: 91.66667%
	}

	.push-md-12 {
		left: 100%
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333%
	}

	.offset-md-2 {
		margin-left: 16.66667%
	}

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

	.offset-md-4 {
		margin-left: 33.33333%
	}

	.offset-md-5 {
		margin-left: 41.66667%
	}

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

	.offset-md-7 {
		margin-left: 58.33333%
	}

	.offset-md-8 {
		margin-left: 66.66667%
	}

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

	.offset-md-10 {
		margin-left: 83.33333%
	}

	.offset-md-11 {
		margin-left: 91.66667%
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pull-lg-0 {
		right: auto
	}

	.pull-lg-1 {
		right: 8.33333%
	}

	.pull-lg-2 {
		right: 16.66667%
	}

	.pull-lg-3 {
		right: 25%
	}

	.pull-lg-4 {
		right: 33.33333%
	}

	.pull-lg-5 {
		right: 41.66667%
	}

	.pull-lg-6 {
		right: 50%
	}

	.pull-lg-7 {
		right: 58.33333%
	}

	.pull-lg-8 {
		right: 66.66667%
	}

	.pull-lg-9 {
		right: 75%
	}

	.pull-lg-10 {
		right: 83.33333%
	}

	.pull-lg-11 {
		right: 91.66667%
	}

	.pull-lg-12 {
		right: 100%
	}

	.push-lg-0 {
		left: auto
	}

	.push-lg-1 {
		left: 8.33333%
	}

	.push-lg-2 {
		left: 16.66667%
	}

	.push-lg-3 {
		left: 25%
	}

	.push-lg-4 {
		left: 33.33333%
	}

	.push-lg-5 {
		left: 41.66667%
	}

	.push-lg-6 {
		left: 50%
	}

	.push-lg-7 {
		left: 58.33333%
	}

	.push-lg-8 {
		left: 66.66667%
	}

	.push-lg-9 {
		left: 75%
	}

	.push-lg-10 {
		left: 83.33333%
	}

	.push-lg-11 {
		left: 91.66667%
	}

	.push-lg-12 {
		left: 100%
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333%
	}

	.offset-lg-2 {
		margin-left: 16.66667%
	}

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

	.offset-lg-4 {
		margin-left: 33.33333%
	}

	.offset-lg-5 {
		margin-left: 41.66667%
	}

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

	.offset-lg-7 {
		margin-left: 58.33333%
	}

	.offset-lg-8 {
		margin-left: 66.66667%
	}

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

	.offset-lg-10 {
		margin-left: 83.33333%
	}

	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pull-xl-0 {
		right: auto
	}

	.pull-xl-1 {
		right: 8.33333%
	}

	.pull-xl-2 {
		right: 16.66667%
	}

	.pull-xl-3 {
		right: 25%
	}

	.pull-xl-4 {
		right: 33.33333%
	}

	.pull-xl-5 {
		right: 41.66667%
	}

	.pull-xl-6 {
		right: 50%
	}

	.pull-xl-7 {
		right: 58.33333%
	}

	.pull-xl-8 {
		right: 66.66667%
	}

	.pull-xl-9 {
		right: 75%
	}

	.pull-xl-10 {
		right: 83.33333%
	}

	.pull-xl-11 {
		right: 91.66667%
	}

	.pull-xl-12 {
		right: 100%
	}

	.push-xl-0 {
		left: auto
	}

	.push-xl-1 {
		left: 8.33333%
	}

	.push-xl-2 {
		left: 16.66667%
	}

	.push-xl-3 {
		left: 25%
	}

	.push-xl-4 {
		left: 33.33333%
	}

	.push-xl-5 {
		left: 41.66667%
	}

	.push-xl-6 {
		left: 50%
	}

	.push-xl-7 {
		left: 58.33333%
	}

	.push-xl-8 {
		left: 66.66667%
	}

	.push-xl-9 {
		left: 75%
	}

	.push-xl-10 {
		left: 83.33333%
	}

	.push-xl-11 {
		left: 91.66667%
	}

	.push-xl-12 {
		left: 100%
	}
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: none
}

.col-15,
.col-lg-15,
.col-md-15,
.col-sm-15,
.col-xl-15 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-15 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}

@media (min-width:576px) and (max-width:767.98px) {
	.col-sm-15 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.col-md-15 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.col-lg-15 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
}

@media (min-width:1200px) {
	.col-xl-15 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
}

.paypal-loader {
	border: 16px solid #f3f3f3;
	border-top: 16px solid #3498db;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.paypal-loader-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: #fff
}

.pp__flex {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important
}

.pp__align-items-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

.pp__justify-content-center {
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.pp__hidden {
	display: none
}

.pp__d-table-cell {
	display: table-cell
}

.pp__position-relative {
	position: relative
}

.pp__position-absolute {
	position: relative
}

.pp__flex_direction_column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

.pp__justify-content-between {
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}

.pp__flex_direction_column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

.pp__justify-content-between {
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}

.pp__flex-item-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.pp__flex-item-2 {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2
}

.pp__flex-item-3 {
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	-ms-flex: 3;
	flex: 3
}

.pp__flex-item-4 {
	-webkit-box-flex: 4;
	-webkit-flex: 4;
	-ms-flex: 4;
	flex: 4
}

.pp__flex-item-5 {
	-webkit-box-flex: 5;
	-webkit-flex: 5;
	-ms-flex: 5;
	flex: 5
}

.pp-info .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px
}

.pp-info .item .header {
	font-weight: 700
}

.pp-info .item .desc {
	text-align: center;
	line-height: 1.3;
	width: 100%
}

@media only screen and (min-width:992px) {
	body.pp-popover .popover {
		max-width: 500px
	}
}

@media only screen and (max-width:991px) {
	.popover.bs-tether-element-attached-top {
		left: -95px !important;
		width: 276px;
		top: 13px !important
	}

	.popover.bs-tether-element-attached-top::before,
	.popover.bs-tether-element-attached-top::after {
		left: 85%
	}
}

.hasCountdown {
	border: 1px solid #ccc;
	background-color: #eee
}

.countdown_rtl {
	direction: rtl
}

.countdown_holding span {
	background-color: #ccc
}

.countdown_row {
	clear: both;
	width: 100%;
	padding: 0 2px;
	text-align: center
}

.countdown_show1 .countdown_section {
	width: 98%
}

.countdown_show2 .countdown_section {
	width: 48%
}

.countdown_show3 .countdown_section {
	width: 32.5%
}

.countdown_show4 .countdown_section {
	width: 24.5%
}

.countdown_show5 .countdown_section {
	width: 19.5%
}

.countdown_show6 .countdown_section {
	width: 16.25%
}

.countdown_show7 .countdown_section {
	width: 14%
}

.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center
}

.countdown_amount {
	font-size: 200%
}

.countdown_descr {
	display: block;
	width: 100%
}

.uiBreadcrumb {
	margin: 0 0 30px
}

.uiBreadcrumb p {
	padding: 5px 0 5px 50px;
	color: #0071BB
}

.uiBreadcrumb img {
	margin: 0 5px;
	vertical-align: middle
}

.uiBreadcrumb a {
	color: #0071BB;
	cursor: pointer;
	text-decoration: underline
}

.uiBreadcrumb a:hover {
	text-decoration: none
}

.uiBreadcrumb span {
	color: #0071BB
}

.uiTtl {
	border-bottom: 1px solid #D5E7F0;
	color: #0071BB;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 5px;
	padding: 2px 10px
}

.pp_available_home {
	color: #900;
	margin-top: 1px;
	font-weight: 700;
	font-size: 11px
}

#featured-products_block_center li {
	height: 245px !important
}

#oosHook {
	margin-bottom: 10px
}

.preorder_availability_date,
.preorder_saving_value {
	text-align: left
}

.bestkit_preorder_bck_content {
	display: none
}

#bestkit_preordert_cms {
	margin-bottom: 15px
}

.pp_allow_waiting_container {
	margin-top: 10px
}

.pp_alert {
	font-size: 10px;
	color: red
}

table.table_block td.pp_trash {
	text-align: center;
	font-size: 20px
}

.bestkit_preorder_popup {
	padding-left: 15px;
	padding-right: 15px
}

.bestkit_preorder_popup label {
	display: block;
	margin-bottom: 7px
}

.add_to_preorder_wrapper {
	display: inline
}

.ajax_add_to_cart_product_button {
	height: 2.75rem
}

.bestkit_preorder_wrapper label {
	text-align: left
}

.bestkit_preorder_popup [name=bestkit_preorder_guest_email] {
	margin-bottom: 7px
}

#bestkit_preordert_cms {
	padding: 10px
}

.bestkit_available_date {
	padding: 5px
}

.product_list_timer .item-time {
	text-align: center;
	z-index: 222 !important;
	left: 0;
	right: 0;
	width: 100%;
	position: absolute;
	top: 0 !important;
	bottom: 0;
	background: rgba(255, 255, 255, .75)
}

.product-container {
	position: relative
}

.product_list_timer .item-time .item-timer {
	background: transparent
}

.product_list_timer .item-time .time-item {
	display: inline-block;
	width: 35%;
	margin-right: 2%;
	float: none;
	font-weight: 600;
	font-size: 1em;
	line-height: 20px;
	color: #fff;
	border-bottom: none;
	padding: 6px 0;
	background: #000;
	text-align: center
}

.product_list_timer .item-time .num-time {
	border-bottom: none
}

.product_list_timer .item-time .time-day {
	margin: 0 -1px
}

.product_list_timer .item-reserved {
	font-size: 28px;
	text-transform: uppercase;
	font-family: "Varela Round", "Helvetica", "Arial", "sans-serif";
	margin: 10% auto
}

#product .product_list_timer .item-time {
	position: relative;
	padding: 20px
}

#product .product_list_timer .item-reserved {
	margin: 10px auto
}

/**
* 2007-2016 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2016 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.accessorials .title {
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: 700
}

#ups_upspicker {
	border: 1px #000 solid;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px
}

#ups_upspicker div.checker {
	display: inline-block
}

#delivery_mode_selector,
#simple_delivery_mode {
	margin: 10px 0
}

#upslocatormap,
#delivery_address {
	margin-bottom: 10px
}

.ups_price {
	font-weight: 700
}

.ups_cannot_proceed {
	font-weight: 700;
	color: red
}

.ups_tooltip {
	width: 500px !important;
	font-size: .8rem !important;
	font-weight: 400 !important;
	font-family: Open Sans, sans-serif !important
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.fancybox-opened {
	z-index: 8030
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-outer,
.fancybox-inner {
	position: relative
}

.fancybox-inner {
	overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAACYCAMAAACoAftQAAAAvVBMVEUAAAAAAAAAAAAODg4AAAAAAAADAwMBAQEAAAAAAAD5+fkGBgbs7OwAAAAAAAACAgL9/f0BAQEAAAAHBweurq4GBgb4+Pje3t6Dg4P39/c/Pz+enp7f39/a2toAAADQ0NBnZ2e/v78AAADs7OzZ2dn4+Pj8/PyCgoJnZ2fNzc0/Pz/x8fHJycnl5eUcHBwAAAD///9OTk7BwcE1NTWsrKwiIiKNjY2cnJzOzs66urpoaGhBQUEsLCxdXV16enq7oi+OAAAAL3RSTlMAAQMIDRItI2lE+of4GZBT/V15OtSh0/3AvqyzSN75ybZ6xZYnoeJpiR1Vf7JtbHk3+2UAAAQQSURBVHja7ZaFesJKEIUJG2dxs7p7T4Lr+z/WndCWYRY+kuvGqdn/DSfbMD85MxYllyVWknzeSpJGEqeUTVEqnz/KE6rsont92221uvfvz4rwY6j3eI5tumcSl2zx5RIIZ+tVFK3WM034M9OSpbEaerwcfWc51ng4O0Qn7FOI2WC0k8EMIdH7rPJeNIYjI0OEdyZtWaoYnCMe7WWGrrIsY7BTf4Ie7MPLNqiIMdirnmPMDGeMFo/mwdOfmkP+Qpkao6lxuYHJaBMgwSYARptMcKsk7PrnWP08LjAh9qfVKumxW9mu1zQGI6aZHQ0Q2nlLVK6FWPI1MUsBHAkHhQrDE1AmW7iyD29qMMv0EqEJ184RMTuZMB2hJWG6wMZPyy+Mj26NS7pAeXRXmP5MnvAXSoxr2xKwV6XS89GBrBB6ilhZuoP4EBzjzckLOOlBo4f77BDa5RY8uhdibbJrVB55MN+j5cIVMDTnou/xHcqn51YLnRDxnNF5jErf3Z4bw1SE6J4G4vEiIRfjGNBPrsNPb0mXa8lwSvj1uV+WrFwcgV8rXF1qUPRl5yPw7CMryXGDKvGUml8NXEcJVtI03PHcekCpu55DYw3WxGnhOhRaugI9jBO/icVoCp9C/g6nZJSKOksk0bp/vUt1yt19BT95eFdHcEvdEhqP51EUrYdtoHXEKc9dYLjgW3mKyrXNtGQf0I7Mu/nWUUwzrFqIzWW+Bq4dns2D7zFllunw0aSJPUOF63KGON97qlj5Lm9CkTYei1RbHjDaSyZWlTmv38u6sTfyrxgyGwEY8Sovmxupizl7VazyKZ5cYzE+YHt5y4pYH0P0A7FyLXtHEgBi4cF+uSj3M5cMAS2l2ah6Smx+nhwZkyfo+wbcwva2WACY7nbu+K6EL7Hm06gAbf6voGdMtq8xG1H4PAbbVrokO5NhQ+rB0Stu0SjQaUinvG1Hi0So9GrinJPSL+FB/8RolPwfT/Aq7yNcHDJKk1vsvOC4hI722LCXDCbYtMQ5MBZ9Y4RXpVrAg7l13W8A0+1xL4aA7lEJFpB4reZftQmYDdfr8XAKVBrNUqHKJSRd9wudc3xHN3rNUq2csAwLulorFTqdRqPRuWrSWF9KRdJkoGqtUNqErFJ2i0qwpoG8OimIUi0HbtFWlsGaSil6nuu6XtHZWCX9RX+SLFaxOCZ5csrJKfPKiuE0pwCIRlmdMgYwSHcKn29lmeIUTgwgzSkcDYTpTuHJUYpT+JqARUantIHKIKNTBnwWGZyyYmn+U5xycsrJKeWbi8+UXNyUN6hqfmZKU9FDM5tGW7ngM3OC3E12+CZ3kR2+yKUznBP8l8En+ASf4BP8q5b5r9LErxNQLrvaEgeXLjIVLn0Zup5Fx3UCfwFR3+eYICMfjQAAAABJRU5ErkJggg==)
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(data:image/gif;base64,R0lGODlhGAAYAPUdAAQCBDw+PERCRBweHCQiJCwuLBQSFNTS1FRSVOTi5DQyNIyOjAwODAwKDHR2dDQ2NMzOzCwqLBQWFBwaHKSmpFxaXPz+/Dw6PCQmJERGRAQGBLy6vGxqbGxubFRWVLy+vKyqrKSipHRydGRiZIyKjGRmZNze3Hx+fFxeXHx6fMzKzJyenNza3ISGhJSWlJyanLS2tISChOTm5ExOTNTW1KyurExKTJSSlMTCxLSytPz6/MTGxOzq7Ozu7PT29PTy9CH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAdACwAAAAAGAAYAAAG/x3hkGjAQTBE5XKSyggzicRIiHk9l8MTRJWMJkodzcHC02SFFcjh1flSORYLDi0E1NaCb4nRkyuWMFIEADoCICByvlBu5IBWnY5GwhguNrBbBHA7QCKrmgRi6U0ABgIX0PFswjAHoVXyDgW5GYOLIQyGnYIrvEHJ80T3wKAH2FDABOjJAQwQSKB1MFw8OArEAXWEw6GG0Tg2AAtKs5kiRjsDAoZQHbiaoGZMSqRerYOJICOwCSbfIsPtBhAnnFaAraE2pAwPabEYYWO4IpjQGMJoufkTIRAoEIpjwDCQqLIyEEJYIIm5AJhxEDEIQJBQCPjEuxoQkiiZ0ZtwcOBgqEOoeIgICMAQYphg+EKhjWioQLnQCBAI0GPrKHBIqei49biYaoaEthERWTtO7gB4SI1jM5hRENJAyf2NkID+uphZgw4CACH5BAUJAB4ALAAAAAAYABgAAAb/HuGQaMh9METlUtIJCAOQQ0VIaD2XQ9EGRvAIIBCUR7MxQQBZ4WyzIX2lY1QiAVILNat2IHAQGyBMTAqWCDgu0h7aVjL8Kk7o3jwUVjiEgE4USgwDOH02GFdIAktAJBOXzmKZeGahYahESFUAnvHlleH0rJadZhxpDSmIMZ1eUPdEYjpAwHzQAXmEQkNC5zIMGQVFgTkZRpUERqMKSC20Wo5UOiBgCOHJaUHairzRydg9kFwCF7pkPdQw9HoNGyFSuNMgGEiSashwUES4Y3Cb6BMa6EhRRBlQwIjSkGiQCBMzTBThUAC4qKhgiLgwaBsA0AAjJEIQ6JNInWkICMD4OvwVYphgWLNJHeAViABwi7wjSM3w0BDw9TAQg7rzeEi1qw6I8AAAG+D2YLjQpA4QYNcgRveKeDC8CwIAIfkECQkALgAsAAAAABgAGAAABv8u4ZDoWoEIRSXRMHoIL5sNQjg4XZbDEiU0cEU3HiEI8skKMyFK6isVeyCH1dkFWFAoD7CH8TmoIpQGKhSECkBCFgKkEBziToQiFiqEOBYWOpJE8IAIrYWLcsAZgJIWK2GSuASLxY3kGXQQLqnrsQigDsVEbUoQKReZ6dgVMRUPKA35cSIVyGMcqzVuYCL4yDHeLQErngpCUnIgkRUXs+lUWaJRCMchSokcKCfXdZBGWYaColwwdJ2DDrvDITgNAk8k7QIMCI30o+IP2AVKDAnZSBBMBHb1CWEAuTABgWYyaLiUS6aLISgoDcSHi0CQNLVNBVECwGCy2+2EqHABrmMTcnMYYCgJ4ra2EZks13W+BFkPAgAh+QQJCQAlACwAAAAAGAAYAAAG/yXhkMhYvCZE5dKAKAgVlJBNOOg8lkTPgpR8UChUzWsDAmSFl8WCU4pOS7PNZoEWAhzrQhRkY4A2YDCWJmwihCLWUr6AQhnO5iMqlTAxD9LjcKAmgNGCNEgBUxLXpmYwpCBKQ+nieIpsEpQAULoWYo/KB3KAhKylASolclyuajXGC8FVxFdAgSPCrNcGGCTFAJaEjUFxQGAIlcvSoDKD2gyzSrWaYTJzCS43h6h4UNfsctPlfhoYNjtZFhJQY5RnsGQUAhN4RJYYAWDSwBAIEIiAQ7FgVAlQMrg4DFBgMHgbkpAIYWQkiTu8mACQICDQKNWYIBgACFBhlBFsKCAQ1DowHcAl0CTAMCgBGPmoKDvCYADA4AXwPYUTYjDl25UoMZiGLil9xsWwBji6g0YFDva1LlHF1FZK1Q4CACH5BAkJABwALAAAAAAYABgAAAb/HOGQyEjFJETlkpHBCCOLRUA4GRWWRJtDlCxIBRxAi/ICZIUKkcPDiS7CAgolhRYCRg5H5C1o3OYIlgwuBoQI9K5uFi5QKEBGDh1mhDIqKjKSEPSsOgxiyoAYhs5mAzNwIh5UpfIwzC6caVKkmNWKm4VmKrFVlgUqmUPQ1mZdKoCA8AzKVAYF1mFQNZL9ngHkCIfEiSdjy2QMD0EgIBAUiFQO5QDBHigX6DOgqBJBWVW2ppmo1Q3xcFDxxD0TYprAcGNUKg+AA8QRcgASAgEjGS45noQpkXsMG0jkoGFgLB+vzAJqMqWERsJga9YYNSqLzKDIPVUAzlpir541R8nKO8LihgiBAoFJaAIDgwEAg0Bi4sdCBwNxieFo4s6PIyUQ5nJIjROSo4HFokdD9E5iizNJ6CKnovWS7TYIACH5BAUJACYALAAAAAAYABgAAAb/JuGQ2ChxJETlsvEYCDEOh0Io8USWxEelwjBhRI6HCeAgxQBZKFfwlY4viwVHLQTMuIOouBFbkJ6UGCKSTCYqPGYiwhQQSBYqhAZK2kwKBAIUvAK4DBC6gESLGIMxClFCQIZpEBAEAhFGoGBqmjCjSOZFqcYATYbCKBg4v8NQ9ZXBfiWXgAHsZNxCo4YT0GDU7eyzrXhkDIAEIYYwMR2Rydvms3G6hsJikmpaObErDYPL1VSTk9l4LEk2JgQG2ERoIgBUgERqBs8OEAhFgWwMiDAGGgzWTL4KSAJiIPIgOo4kiNRM6Ag0amRsclggGBQo8jbiNCYMSIUGCCwsQloSO1hOTABmXmzAVDEYVlslaGAx2I52pwZYKUw6EhJWhCuFvniRGz5YDr7YNCQMjoxbjxRWZpzlQBIEnIMAACH5BAkJACEALAEAAAAXABgAAAb/IeFwqJkhGESlUoORCCeVCkZoyBCWQ4wg0AgNpBEhysHJQgOCQijqESscjspZqEgbwKiIphOfMCWSQgwCAi7ApgTibKA8LtgICCY0Qgq4GgIyGsg4vBBIFkgGCTAiJRoiBogIEAgCYhZiO4Q0BkoxDM4kQBdiApQYBgi8zk5IEOgo6YAMgsuDGDoik8pji+J0tpZSJOnpJE2zGZuAa8guByBKBpy1bdK3yHRyKx0Bocjp4ch90nAlgGKxYLyoBFBAfBhEuKRRLAX8JWCYJJCcHEA4HGWQCPCp/I1MJJjchOAcqAxkofypyEkuhIxAHJBOrfwFhISOhmjkQODISUXUEHAcTbweFSzYmCW57FyABQEAIfkECQkAHwAsAQAAABcAGAAABv8f4XCoeVwaRKVSI0l+DAHBRMh4UJdCCYGg+UgEgcEHYKsgANkPg0uNij+YiiejFg64DEN4oEFUUAyYJBiEGggwBqKmFCoqHrRsCj4m2rwquwoUNMw8NBgyRBwcGgwQuSSaBIckAiYUOhxSHCrSNAYwEFeXJEQdOBTShhjwnpYaSkQyjBsYmhm87AwuNAsKDrlysdQ6FrwXbkRO2+yAPo7FglR0MJJJw6fpfEoEl+mF2XzgfJ3nc+K6BQDdlaUM4zoDlHUM0xT0gBbhQXCqfD6AD0ak4IQooJDn4xLyOJqbyUQgbS63DYURiUFdgAhsYfg8TAkVAQKJdTabUjKQugA9P0IhIJcweSaQQ0uS28AGw6kQYUrkAEpI61PZbLrU4eKo+CiZH81qUwOMhQQXSriNCSOnTDwOaG089AkFAQAh+QQJCQA1ACwAAAAAGAAYAAAG/zXhkAgYEDRE5VIjaQgbGAIDijEsiRICstbYUgGPwAU7ZGwnNYaUOgkICuXhkdDwTjWXQICqbPa9MAaipjDeIoQYLjCEJtCSHJEkBgAUBC40Gh4qOJMMCKQIJJquzCIMMBAqPCoyAIQ0BqSsyhhWURAwXokYjp6wNBA8HpIaWY9La4EUEcywwbIgkZ8as+lEOaIiB0qWRKqc2tpoGk2NCJwOmYPZOg0PBbvAcBZAtBG6JjmdHgCthGRKmKzUAT0WC5KIUENeDglTAnZxIJCAGmFUqJCGixky1oSgNK0DZHACKWIUV4Mg0p6omNWJUVOoIJvBBrhxlCiUSg3w4ChqTTwngHI4zCYbWIqxAoUmTq9zdoCEAJKNsIYIUUTfbwwCKdTMaM2C8gK4nYPFke7MoYlA5IIPEcCBggmxJggAIfkECQkAJgAsAAAAABgAGAAABv8m4ZAIGBA0ROVSI2kIGxgCQ9h8LocSAtLU2FJNRwJ2yNhOTAwp1XAmD8UN79QoTSoflAqgS8AMoqYkpCSgMNBMcCwsVC5MBpEmJjQmtgA0MAIEApIcFhdXJCQMiBokGCYuNAMU+EwEID5jyBoCNC8mXKtKZHQQyAAeAjDuHm1mZmw8It76joAGAw0uYTRSTMolM1N5Pm27oxHEvJpmTw+qYhuguigPBstkRDBqTIMZWe0qZpOBUypgJScI5HAzA5kiDiJqYkI+cIcDBPTg2JAA08CDsRFTogAyBYF8PIDUJjfouAoiUkwzQYkcHOrAJTIIcx/KgAIMlTyLxcxkKlQ/MMimCeD6bDIGUIjDIGklzq4ps9ncAJIQhWMSFEdepyjMlFDOJk1qEQO0kYPT0WQwh2YyMKKw1wbQcROBaBIEACH5BAkJACMALAAAAAAYABgAAAb/I+GQCBgQNETlcuDyCBsYAkOokTSWxJdFVxg1CFPhkZAddiyWz4ghpRrCE3OVlUaAp0ZpUlm4IQBGbNJMDNwkpCSqJKhGQExMchQActIwJiY0JsIAACTCCAI5TBIgFyJATgKhrhgGMKQGhi5gShM6zDQIpMSKPFRYMsyMgAgSwKhoyNiQM0yx6RxpJgYJVZODQA7Y1/OpCAjAAcUma6Z0nV+x4DHwVOCIQbrZGEzykoYTs8jN1BkgzBB0GYhsKMbUAQ0qqEpGMkIqapsNzKVACZCAkcQ2uFS0lQKS06zNNBxKaII6YVAOjkaS0c6og1aJMYqEKDfJ4lYEcjgEoxEhOzMoKkeAFoUSMCwWlYbIITIst6PAMwaQUkcPIYK7LFFCmJG4MtKUHBwAujgRZYpvPCJyhwZQcUIQOBIEACH5BAUJACAALAAAAAAYABgAAAb/IOGQKGHxIkTlctKyCWcWi0iokTSWxFaClURIHcIBgZAdohImCuhrCTPIE3P1k0hk2g4AmaBZFpwAQALScNpEDAgwJKokGIReDiBCCgBe0go2dibGBgAAJPgERyAgJGMwXDoEqyYa4BQJBoYUKCQhOMw0yDAGHokAEDZUBMwAxiRYQYAMAUEgkCGAksolgNFwNgCrDfWzIS2zoAEBQ+gOKFQY9aZdcr/ewWQ2Q7gHZ6WGYbcDloTTKjNvXFxIaBmUhFBQiMxJFAkoMChFvCBSkETMXCTlGTxMRDQGIIGgIL4IAFQskEjMcAxkVCDUKRRlgkw4VDSAECwsnBg4ONg8PVRUKCRJKAxmAXT4PhiIOMw0eFR4QM6BPCzciDQJ24BEGAdsg3ioyjFMj2vMxOYtjtgyiCcJyaFnte7PBQEAOw==) center center no-repeat
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAIBKAA7);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040
}

.fancybox-prev {
	left: 0
}

.fancybox-next {
	right: 0
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}

.fancybox-nav:hover span {
	visibility: visible
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto
}

.fancybox-lock body {
	overflow: hidden !important
}

.fancybox-lock-test {
	overflow-y: hidden !important
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAE0lEQVR4AWMQ4OHZQAyms8JRhQA4p1Rhc+/IhwAAAABJRU5ErkJggg==)
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}

.fancybox-opened .fancybox-title {
	visibility: visible
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, .8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}

.fancybox-title-inside-wrap {
	padding-top: 10px
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {

	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url(../../../../js/jquery/plugins/fancybox/fancybox_sprite@2x.png);
		background-size: 44px 152px
	}

	#fancybox-loading div {
		background-image: url(../../../../js/jquery/plugins/fancybox/fancybox_loading@2x.gif);
		background-size: 24px 24px
	}
}

.homeslider-container {
	margin-bottom: 50px;
	position: relative;
	float: left;
	width: 100%
}

.homeslider {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0
}

.homeslider li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0
}

.homeslider img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0
}

.homeslider .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 1em;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .6);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none
}

.homeslider_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 52%;
	left: 0;
	opacity: .7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url(data:image/gif;base64,R0lGODdhTAA9APQAABAQEDAwMO/v78/Pz7+/v39/f6+vr1BQUCAgIGBgYJ+fn0BAQN/f33BwcI+Pj////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAATAA9AAAF5CAkjmRpnmiqrmzrvnAsz3Rt33iu73zv/8CgcEgsGo/IpHLJbDqf0Kh0Sq1ar9haIODbIgGEx2PACz8IgCJgIBYvdIH2OD1UyMk7s1gxLMgFCDwAAnIFQQlyD289cXIJPwGEbYY/DX9cgpJiBkJ2bQJ0OnoPDKE/a3IEO41tmEKsYq43g3IORH6fpjcHiY9BvHIHPbhiArI8kYU/nmKlPqhtnKds0T7Mc0G0kzyWn4Gvmg/fOAiJi0OIrTrlbb5FCwYEwjsHBgbzWfn6+/z9/v8AAwocSLCgwYMIEypcyLChQykhAAA7) no-repeat left top;
	margin-top: -45px
}

.homeslider_nav:active {
	opacity: 1
}

.homeslider_nav.next {
	left: auto;
	background-position: right top;
	right: 0
}

@charset "UTF-8";

.elementor-video-wrapper {
	position: relative;
	height: 0
}

.elementor-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before {
	content: "\e800";
	font-family: eicon;
	font-size: 12px;
	margin-top: 5px
}

.elementor {
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual
}

.elementor *,
.elementor :after,
.elementor :before {
	box-sizing: border-box
}

.elementor a {
	box-shadow: none;
	text-decoration: none
}

.elementor hr {
	margin: 0;
	background-color: transparent
}

.elementor img {
	height: auto;
	max-width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none
}

.elementor figure {
	margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
	max-width: 100%;
	width: 100%;
	margin: 0;
	line-height: 1
}

.elementor .elementor-custom-embed {
	line-height: 0
}

.elementor .elementor-background-video-container {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	z-index: 0
}

.elementor .elementor-background-video {
	position: absolute;
	max-width: none;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%)
}

.elementor .elementor-background-video-fallback {
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	max-width: 100%;
	width: 100%;
	margin: 0;
	line-height: 1;
	height: 100%;
	z-index: 2
}

.elementor .elementor-html5-video {
	object-fit: cover
}

.elementor .elementor-background-overlay {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute
}

.elementor .elementor-invisible {
	visibility: hidden
}

.elementor-align-center {
	text-align: center
}

.elementor-align-center .btn-traditional {
	width: auto
}

.elementor-align-right {
	text-align: right
}

.elementor-align-right .btn-traditional {
	width: auto
}

.elementor-align-right .btn-block {
	text-align: right
}

.elementor-align-left {
	text-align: left
}

.elementor-align-left .btn-traditional {
	width: auto
}

.elementor-align-left .btn-block {
	text-align: left
}

.elementor-align-justify .elementor-button {
	width: 100%
}

@media (max-width:1023px) {
	.elementor-tablet-align-center {
		text-align: center
	}

	.elementor-tablet-align-center .elementor-button {
		width: auto
	}

	.elementor-tablet-align-right {
		text-align: right
	}

	.elementor-tablet-align-right .elementor-button {
		width: auto
	}

	.elementor-tablet-align-left {
		text-align: left
	}

	.elementor-tablet-align-left .elementor-button {
		width: auto
	}

	.elementor-tablet-align-justify .elementor-button {
		width: 100%
	}
}

@media (max-width:767px) {
	.elementor-mobile-align-center {
		text-align: center
	}

	.elementor-mobile-align-center .elementor-button {
		width: auto
	}

	.elementor-mobile-align-right {
		text-align: right
	}

	.elementor-mobile-align-right .elementor-button {
		width: auto
	}

	.elementor-mobile-align-left {
		text-align: left
	}

	.elementor-mobile-align-left .elementor-button {
		width: auto
	}

	.elementor-mobile-align-justify .elementor-button {
		width: 100%
	}
}

#elementor-select-preset {
	display: none
}

#module-iqitelementor-Preview #blockcart-content {
	display: none !important
}

.elementor-section {
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.elementor-section .elementor-container {
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative
}

.elementor-section.elementor-section-stretched {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%
}

.elementor-section.elementor-section-items-top>.elementor-container {
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
	-ms-flex-align: end;
	-ms-grid-row-align: flex-end;
	align-items: flex-end
}

.elementor-section.elementor-section-content-top .elementor-column-wrap {
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start
}

.elementor-section.elementor-section-content-middle .elementor-column-wrap {
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center
}

.elementor-section.elementor-section-content-bottom .elementor-column-wrap {
	-ms-flex-align: end;
	-ms-grid-row-align: flex-end;
	align-items: flex-end
}

@media (min-width:768px) {
	.elementor-section.elementor-section-height-full {
		height: 100vh
	}

	.elementor-section.elementor-section-height-full>.elementor-container {
		height: 100%
	}
}

.elementor-row {
	width: 100%;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:767px) {
	.elementor-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.elementor-column-wrap {
	width: 100%;
	display: -ms-flexbox;
	display: flex
}

.elementor-widget-wrap {
	position: relative;
	width: 100%
}

.elementor-editor-active .elementor-widget-wrap {
	z-index: 1
}

.elementor-widget {
	position: relative
}

.elementor-column {
	position: relative;
	min-height: 1px;
	display: -ms-flexbox;
	display: flex
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
	padding: 0
}

@media (max-width:479px) {
	.elementor-column.elementor-xs-10 {
		width: 10%
	}

	.elementor-column.elementor-xs-11 {
		width: 11.111%
	}

	.elementor-column.elementor-xs-12 {
		width: 12.5%
	}

	.elementor-column.elementor-xs-14 {
		width: 14.285%
	}

	.elementor-column.elementor-xs-16 {
		width: 16.666%
	}

	.elementor-column.elementor-xs-20 {
		width: 20%
	}

	.elementor-column.elementor-xs-25 {
		width: 25%
	}

	.elementor-column.elementor-xs-30 {
		width: 30%
	}

	.elementor-column.elementor-xs-33 {
		width: 33.333%
	}

	.elementor-column.elementor-xs-40 {
		width: 40%
	}

	.elementor-column.elementor-xs-50 {
		width: 50%
	}

	.elementor-column.elementor-xs-60 {
		width: 60%
	}

	.elementor-column.elementor-xs-66 {
		width: 66.666%
	}

	.elementor-column.elementor-xs-70 {
		width: 70%
	}

	.elementor-column.elementor-xs-75 {
		width: 75%
	}

	.elementor-column.elementor-xs-80 {
		width: 80%
	}

	.elementor-column.elementor-xs-83 {
		width: 83.333%
	}

	.elementor-column.elementor-xs-90 {
		width: 90%
	}

	.elementor-column.elementor-xs-100 {
		width: 100%
	}
}

@media (max-width:767px) {
	.elementor-column.elementor-sm-10 {
		width: 10%
	}

	.elementor-column.elementor-sm-11 {
		width: 11.111%
	}

	.elementor-column.elementor-sm-12 {
		width: 12.5%
	}

	.elementor-column.elementor-sm-14 {
		width: 14.285%
	}

	.elementor-column.elementor-sm-16 {
		width: 16.666%
	}

	.elementor-column.elementor-sm-20 {
		width: 20%
	}

	.elementor-column.elementor-sm-25 {
		width: 25%
	}

	.elementor-column.elementor-sm-30 {
		width: 30%
	}

	.elementor-column.elementor-sm-33 {
		width: 33.333%
	}

	.elementor-column.elementor-sm-40 {
		width: 40%
	}

	.elementor-column.elementor-sm-50 {
		width: 50%
	}

	.elementor-column.elementor-sm-60 {
		width: 60%
	}

	.elementor-column.elementor-sm-66 {
		width: 66.666%
	}

	.elementor-column.elementor-sm-70 {
		width: 70%
	}

	.elementor-column.elementor-sm-75 {
		width: 75%
	}

	.elementor-column.elementor-sm-80 {
		width: 80%
	}

	.elementor-column.elementor-sm-83 {
		width: 83.333%
	}

	.elementor-column.elementor-sm-90 {
		width: 90%
	}

	.elementor-column.elementor-sm-100 {
		width: 100%
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.elementor-column.elementor-md-10 {
		width: 10%
	}

	.elementor-column.elementor-md-11 {
		width: 11.111%
	}

	.elementor-column.elementor-md-12 {
		width: 12.5%
	}

	.elementor-column.elementor-md-14 {
		width: 14.285%
	}

	.elementor-column.elementor-md-16 {
		width: 16.666%
	}

	.elementor-column.elementor-md-20 {
		width: 20%
	}

	.elementor-column.elementor-md-25 {
		width: 25%
	}

	.elementor-column.elementor-md-30 {
		width: 30%
	}

	.elementor-column.elementor-md-33 {
		width: 33.333%
	}

	.elementor-column.elementor-md-40 {
		width: 40%
	}

	.elementor-column.elementor-md-50 {
		width: 50%
	}

	.elementor-column.elementor-md-60 {
		width: 60%
	}

	.elementor-column.elementor-md-66 {
		width: 66.666%
	}

	.elementor-column.elementor-md-70 {
		width: 70%
	}

	.elementor-column.elementor-md-75 {
		width: 75%
	}

	.elementor-column.elementor-md-80 {
		width: 80%
	}

	.elementor-column.elementor-md-83 {
		width: 83.333%
	}

	.elementor-column.elementor-md-90 {
		width: 90%
	}

	.elementor-column.elementor-md-100 {
		width: 100%
	}
}

@media (min-width:768px) {

	.elementor-column.elementor-col-10,
	.elementor-column[data-col="10"] {
		width: 10%
	}

	.elementor-column.elementor-col-11,
	.elementor-column[data-col="11"] {
		width: 11.111%
	}

	.elementor-column.elementor-col-12,
	.elementor-column[data-col="12"] {
		width: 12.5%
	}

	.elementor-column.elementor-col-14,
	.elementor-column[data-col="14"] {
		width: 14.285%
	}

	.elementor-column.elementor-col-16,
	.elementor-column[data-col="16"] {
		width: 16.666%
	}

	.elementor-column.elementor-col-20,
	.elementor-column[data-col="20"] {
		width: 20%
	}

	.elementor-column.elementor-col-25,
	.elementor-column[data-col="25"] {
		width: 25%
	}

	.elementor-column.elementor-col-30,
	.elementor-column[data-col="30"] {
		width: 30%
	}

	.elementor-column.elementor-col-33,
	.elementor-column[data-col="33"] {
		width: 33.333%
	}

	.elementor-column.elementor-col-40,
	.elementor-column[data-col="40"] {
		width: 40%
	}

	.elementor-column.elementor-col-50,
	.elementor-column[data-col="50"] {
		width: 50%
	}

	.elementor-column.elementor-col-60,
	.elementor-column[data-col="60"] {
		width: 60%
	}

	.elementor-column.elementor-col-66,
	.elementor-column[data-col="66"] {
		width: 66.666%
	}

	.elementor-column.elementor-col-70,
	.elementor-column[data-col="70"] {
		width: 70%
	}

	.elementor-column.elementor-col-75,
	.elementor-column[data-col="75"] {
		width: 75%
	}

	.elementor-column.elementor-col-80,
	.elementor-column[data-col="80"] {
		width: 80%
	}

	.elementor-column.elementor-col-83,
	.elementor-column[data-col="83"] {
		width: 83.333%
	}

	.elementor-column.elementor-col-90,
	.elementor-column[data-col="90"] {
		width: 90%
	}

	.elementor-column.elementor-col-100,
	.elementor-column[data-col="100"] {
		width: 100%
	}

	.elementor-column-gap-default .elementor-element-populated {
		padding: 10px
	}

	.elementor-column-gap-narrow .elementor-element-populated {
		padding: 5px
	}

	.elementor-column-gap-extended .elementor-element-populated {
		padding: 15px
	}

	.elementor-column-gap-wide .elementor-element-populated {
		padding: 20px
	}

	.elementor-column-gap-wider .elementor-element-populated {
		padding: 30px
	}
}

@media (max-width:767px) {
	.elementor-column {
		width: 100%
	}

	.elementor-reverse-mobile>.elementor-container>.elementor-row {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.modal-open .elementor-widget-wrap {
	z-index: auto
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.elementor-clearfix:after {
	content: '';
	display: block;
	clear: both;
	width: 0;
	height: 0
}

.elementor-widget-heading .elementor-heading-title {
	padding: 0;
	margin: 0;
	line-height: 1
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
	font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
	font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
	font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
	font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
	font-size: 59px
}

.elementor-widget-image .elementor-image img {
	vertical-align: middle
}

.elementor-widget-image .elementor-image.elementor-image-shape-circle {
	border-radius: 50%
}

.elementor-image-gallery .gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	max-width: 100%;
	margin: 0 auto
}

.elementor-image-gallery .gallery-item img {
	margin: 0 auto
}

.elementor-image-gallery .gallery-item .gallery-caption {
	margin: 0
}

@media (min-width:768px) {
	.elementor-image-gallery .gallery-columns-2 .gallery-item {
		max-width: 50%
	}

	.elementor-image-gallery .gallery-columns-3 .gallery-item {
		max-width: 33.33%
	}

	.elementor-image-gallery .gallery-columns-4 .gallery-item {
		max-width: 25%
	}

	.elementor-image-gallery .gallery-columns-5 .gallery-item {
		max-width: 20%
	}

	.elementor-image-gallery .gallery-columns-6 .gallery-item {
		max-width: 16.666%
	}

	.elementor-image-gallery .gallery-columns-7 .gallery-item {
		max-width: 14.28%
	}

	.elementor-image-gallery .gallery-columns-8 .gallery-item {
		max-width: 12.5%
	}

	.elementor-image-gallery .gallery-columns-9 .gallery-item {
		max-width: 11.11%
	}

	.elementor-image-gallery .gallery-columns-10 .gallery-item {
		max-width: 10%
	}
}

@media (min-width:480px) and (max-width:767px) {

	.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
		max-width: 50%
	}
}

@media (max-width:479px) {

	.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
		max-width: 100%
	}
}

.elementor-button {
	display: inline-block;
	text-align: center;
	transition: all .5s
}

.elementor-button.elementor-size-small {
	font-size: 13px;
	padding: 10px 20px
}

.elementor-button.elementor-size-medium {
	font-size: 15px
}

.elementor-button.elementor-size-large {
	font-size: 16px;
	padding: 15px 30px
}

.elementor-button.elementor-size-xl {
	font-size: 18px;
	padding: 20px 40px
}

.elementor-button.elementor-size-xxl {
	font-size: 20px;
	padding: 25px 50px
}

.elementor-button .elementor-align-icon-right {
	float: right;
	margin-left: 5px
}

.elementor-button .elementor-align-icon-left {
	float: left;
	margin-right: 5px
}

.elementor-button .elementor-button-text {
	display: inline-block
}

.elementor-widget-banner .elementor-iqit-banner {
	position: relative;
	overflow: hidden;
	z-index: 1
}

.elementor-widget-banner .elementor-iqit-banner-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	opacity: 0;
	transition: opacity .3s
}

.elementor-widget-banner .elementor-iqit-banner-img {
	z-index: 1;
	position: relative;
	overflow: hidden
}

.elementor-widget-banner .elementor-iqit-banner-img img {
	width: 100%;
	vertical-align: top
}

.elementor-widget-banner .elementor-iqit-banner-content-on {
	position: absolute;
	margin: auto;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 3;
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.elementor-widget-banner .elementor-iqit-banner-content-on.elementor-banner-align-top-left {
	top: 0;
	left: 0
}

.elementor-widget-banner .elementor-iqit-banner-content-on.elementor-banner-align-top-center {
	top: 0;
	left: 0;
	right: 0
}

.elementor-widget-banner .elementor-iqit-banner-content-on.elementor-banner-align-top-right {
	top: 0;
	right: 0
}

.elementor-widget-banner .elementor-iqit-banner-content-on.elementor-banner-align-middle-left {
	top: 0;
	bottom: 0;
	left: 0;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-widget-banner .elementor-iqit-banner-content-on.elementor-banner-align-middle-center {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-widget-banner .elementor-iqit-banner-content-on.elementor-banner-align-middle-right {
	top: 0;
	bottom: 0;
	right: 0;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-widget-banner .elementor-iqit-banner-content-on.elementor-banner-align-bottom-left {
	bottom: 0;
	left: 0
}

.elementor-widget-banner .elementor-iqit-banner-content-on.elementor-banner-align-bottom-center {
	bottom: 0;
	left: 0;
	right: 0
}

.elementor-widget-banner .elementor-iqit-banner-content-on.elementor-banner-align-bottom-right {
	bottom: 0;
	right: 0
}

.elementor-widget-banner:hover .elementor-iqit-banner-overlay {
	opacity: 1
}

.elementor-widget-divider .elementor-divider {
	line-height: 0;
	font-size: 0
}

.elementor-widget-divider .elementor-divider-separator {
	display: inline-block
}

.elementor-widget-instagram {
	min-height: 30px
}

.elementor-instagram {
	margin: 0
}

.elementor-instagram .il-item {
	padding: 0
}

.elementor-instagram .il-item a {
	overflow: hidden;
	width: 100%
}

.elementor-instagram .il-item a:focus {
	outline: 0
}

.elementor-instagram .il-item-inner {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.elementor-instagram .il-photo__img {
	width: 100%
}

.elementor-instagram .il-photo__img:focus {
	outline: 0
}

.elementor-instagram .il-photo__meta {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	transition: all .5s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-instagram .il-photo__comments,
.elementor-instagram .il-photo__likes {
	display: inline-block;
	margin: 0 5px
}

.elementor-instagram .il-item-inner:hover .il-photo__meta {
	opacity: 1;
	visibility: visible
}

.elementor-image-gallery figure img {
	display: block
}

.elementor-image-gallery figure figcaption {
	width: 100%
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
	padding: 0
}

.elementor-counter {
	text-align: center
}

.elementor-counter .elementor-counter-number-wrapper {
	font-size: 69px;
	font-weight: 600;
	color: #222;
	line-height: 1
}

.elementor-counter .elementor-counter-title {
	font-size: 19px;
	font-weight: 400;
	color: #666;
	line-height: 2.5
}

.elementor-alert {
	position: relative;
	text-align: left
}

.elementor-alert .elementor-alert-title {
	display: block;
	font-weight: 700
}

.elementor-alert button.elementor-alert-dismiss {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 3px;
	font-size: 13px;
	line-height: 1;
	background: transparent;
	color: inherit;
	border: none
}

.elementor-alert.elementor-alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bcdff1
}

.elementor-alert.elementor-alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #cae6be
}

.elementor-alert.elementor-alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #f9f0c3
}

.elementor-alert.elementor-alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #e8c4c4
}

@media (max-width:767px) {
	.elementor-alert button.elementor-alert-dismiss {
		right: 7px;
		top: 7px
	}
}

.elementor-widget-progress {
	text-align: left
}

.elementor-progress-wrapper {
	position: relative;
	background-color: #eee;
	color: #fff;
	height: 30px;
	line-height: 30px;
	border-radius: 2px
}

.elementor-progress-bar {
	display: -ms-flexbox;
	display: flex;
	background-color: #818a91;
	width: 0;
	font-size: 11px;
	border-radius: 2px;
	transition: width 1s ease-in-out
}

.elementor-progress-text {
	-ms-flex-positive: 1;
	flex-grow: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 15px
}

.elementor-progress-percentage {
	padding-right: 15px
}

.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
	background-color: #5bc0de
}

.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
	background-color: #5cb85c
}

.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
	background-color: #f0ad4e
}

.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
	background-color: #d9534f
}

.elementor-progress .elementor-title {
	display: block
}

@media (max-width:767px) {
	.elementor-progress-wrapper {
		height: 25px;
		line-height: 25px
	}

	.elementor-progress-text {
		padding-left: 10px
	}
}

.elementor-accordion {
	text-align: left
}

.elementor-accordion .elementor-accordion-item {
	border: 1px solid #d4d4d4
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
	border-top: none
}

.elementor-accordion .elementor-accordion-title {
	padding: 15px 20px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer
}

.elementor-accordion .elementor-accordion-title .elementor-accordion-icon {
	display: inline-block;
	width: 1.5em
}

.elementor-accordion .elementor-accordion-title .elementor-accordion-icon.elementor-accordion-icon-right {
	float: right;
	text-align: right
}

.elementor-accordion .elementor-accordion-title .elementor-accordion-icon.elementor-accordion-icon-left {
	float: left;
	text-align: left
}

.elementor-accordion .elementor-accordion-title .elementor-accordion-icon .fa:before {
	content: '\f067'
}

.elementor-accordion .elementor-accordion-title.active .elementor-accordion-icon .fa:before {
	content: '\f068'
}

.elementor-accordion .elementor-accordion-content {
	display: none;
	padding: 15px 20px;
	border-top: 1px solid #d4d4d4
}

@media (max-width:767px) {
	.elementor-accordion .elementor-accordion-title {
		padding: 12px 15px
	}

	.elementor-accordion .elementor-accordion-title .elementor-accordion-icon {
		width: 1.2em
	}

	.elementor-accordion .elementor-accordion-content {
		padding: 7px 15px
	}
}

.elementor-toggle {
	text-align: left
}

.elementor-toggle .elementor-toggle-title {
	font-weight: 700;
	line-height: 1;
	padding: 15px;
	border-bottom: 1px solid #d4d4d4;
	cursor: pointer
}

.elementor-toggle .elementor-toggle-title .elementor-toggle-icon {
	display: inline-block;
	width: 1em
}

.elementor-toggle .elementor-toggle-title .elementor-toggle-icon .fa:before {
	content: ""
}

.elementor-toggle .elementor-toggle-title.active {
	border-bottom: none
}

.elementor-toggle .elementor-toggle-title.active .elementor-toggle-icon .fa:before {
	content: '\f0d7'
}

.elementor-toggle .elementor-toggle-content {
	padding: 0 15px 15px;
	border-bottom: 1px solid #d4d4d4;
	display: none
}

@media (max-width:767px) {
	.elementor-toggle .elementor-toggle-title {
		padding: 12px
	}

	.elementor-toggle .elementor-toggle-content {
		padding: 0 12px 10px
	}
}

.elementor-icon {
	display: inline-block;
	line-height: 1;
	transition: all .5s
}

.elementor-icon i {
	font-size: 50px;
	width: 1em;
	height: 1em
}

.elementor-view-stacked .elementor-icon {
	background-color: #818a91;
	color: #fff
}

.elementor-view-framed .elementor-icon {
	color: #818a91;
	border: 3px solid #818a91;
	background-color: transparent
}

.elementor-shape-circle .elementor-icon {
	border-radius: 50%
}

.elementor-widget-icon-list .elementor-icon-list-items {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.elementor-widget-icon-list .elementor-icon-list-item {
	margin: 0;
	padding: 0
}

.elementor-widget-icon-list .elementor-icon-list-item a {
	display: inline
}

.elementor-widget-icon-list .elementor-icon-list-text {
	display: inline;
	vertical-align: middle
}

.elementor-widget-icon-list .elementor-icon-list-icon {
	width: 1em;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	text-align: center
}

.elementor-widget-video.elementor-aspect-ratio-169 .elementor-video-wrapper {
	padding-bottom: 56.25%
}

.elementor-widget-video.elementor-aspect-ratio-43 .elementor-video-wrapper {
	padding-bottom: 75%
}

.elementor-widget-video.elementor-aspect-ratio-32 .elementor-video-wrapper {
	padding-bottom: 66.6666%
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	cursor: pointer
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
	opacity: .9;
	text-shadow: 3px 2px 30px rgba(0, 0, 0, .6)
}

.elementor-widget-video .elementor-video-modal .modal-content {
	border-radius: 0
}

.elementor-widget-video .elementor-video-modal .modal-body {
	padding: 0;
	line-height: 0
}

.elementor-widget-video .elementor-video-open-modal {
	background: none;
	border: none;
	cursor: pointer
}

.elementor-widget-video .elementor-video-open-modal:focus {
	outline: none
}

.elementor-widget-video .elementor-video-open-modal i {
	font-size: 80px;
	transition: all .5s
}

.elementor-widget-video .elementor-custom-embed-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.elementor-widget-video .elementor-custom-embed-play i {
	font-size: 100px;
	color: #fff;
	opacity: .7;
	text-shadow: 3px 2px 24px rgba(0, 0, 0, .5);
	transition: all .5s
}

.elementor-image-carousel-wrapper .slick-image-stretch .slick-slide .slick-slide-image {
	width: 100%
}

.elementor-image-hotspots-wrapper {
	position: relative
}

.elementor-image-hotspots-wrapper .elementor-hotspot {
	position: absolute;
	background: #eaeaea;
	padding: .3em .6em
}

.tooltip-inner-hotspot {
	text-align: inherit
}

.tooltip-inner-hotspot:before {
	display: none
}

.elementor-widget-image-box .elementor-image-box-content {
	width: 100%
}

@media (min-width:768px) {

	.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
	.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
		display: -ms-flexbox;
		display: flex
	}

	.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
		text-align: right;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
		text-align: left;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
		margin: auto
	}

	.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
		-ms-flex-align: start;
		-ms-grid-row-align: flex-start;
		align-items: flex-start
	}

	.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center
	}

	.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
		-ms-flex-align: end;
		-ms-grid-row-align: flex-end;
		align-items: flex-end
	}
}

@media (max-width:767px) {
	.elementor-widget-image-box .elementor-image-box-img {
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 15px
	}
}

.elementor-widget-image-box .elementor-image-box-img {
	display: inline-block
}

.elementor-widget-image-box .elementor-image-box-title a {
	color: inherit
}

.elementor-widget-image-box .elementor-image-box-wrapper {
	text-align: center
}

.elementor-widget-image-box .elementor-image-box-description {
	margin: 0
}

@media (min-width:768px) {

	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
	.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
		display: -ms-flexbox;
		display: flex
	}

	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
	.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
		text-align: right;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
		text-align: left;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img {
		margin: auto
	}

	.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
		-ms-flex-align: start;
		-ms-grid-row-align: flex-start;
		align-items: flex-start
	}

	.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center
	}

	.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
		-ms-flex-align: end;
		-ms-grid-row-align: flex-end;
		align-items: flex-end
	}
}

@media (max-width:767px) {
	.elementor-widget-icon-box .elementor-icon-box-icon {
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 15px
	}
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
	text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-title a {
	color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-description {
	margin: 0
}

.elementor-testimonial-wrapper {
	overflow: hidden;
	text-align: center
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
	margin-bottom: 1.5rem
}

.elementor-testimonial-wrapper .elementor-testimonial-name {
	line-height: 1.5
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
	font-size: .85em
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-left {
	text-align: left
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-right {
	text-align: right
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
	width: 100%;
	line-height: 1
}

.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
	display: inline-block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
	display: table-cell;
	vertical-align: middle
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
	width: 60px;
	height: 60px;
	border-radius: 50%
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
	padding-right: 15px
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
	text-align: left
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
	display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
	margin-bottom: 20px
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image img {
	margin: 0 auto
}

.elementor-social-icons-wrapper {
	font-size: 0
}

.elementor-social-icon {
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: .6em;
	margin-right: 5px;
	cursor: pointer
}

.elementor-social-icon:last-child {
	margin: 0
}

.elementor-social-icon:hover {
	opacity: .5
}

.elementor-social-icon-behance {
	background-color: #1769ff
}

.elementor-social-icon-bitbucket {
	background-color: #205081
}

.elementor-social-icon-codepen {
	background-color: #000
}

.elementor-social-icon-delicious {
	background-color: #39f
}

.elementor-social-icon-digg {
	background-color: #005be2
}

.elementor-social-icon-dribbble {
	background-color: #ea4c89
}

.elementor-social-icon-facebook {
	background-color: #3b5998
}

.elementor-social-icon-flickr {
	background-color: #0063dc
}

.elementor-social-icon-foursquare {
	background-color: #2d5be3
}

.elementor-social-icon-github {
	background-color: #333
}

.elementor-social-icon-google-plus {
	background-color: #dd4b39
}

.elementor-social-icon-instagram {
	background-color: #262626
}

.elementor-social-icon-jsfiddle {
	background-color: #487aa2
}

.elementor-social-icon-linkedin {
	background-color: #0077b5
}

.elementor-social-icon-medium {
	background-color: #00ab6b
}

.elementor-social-icon-pinterest {
	background-color: #bd081c
}

.elementor-social-icon-product-hunt {
	background-color: #da552f
}

.elementor-social-icon-reddit {
	background-color: #ff4500
}

.elementor-social-icon-snapchat {
	background-color: #fffc00
}

.elementor-social-icon-soundcloud {
	background-color: #f80
}

.elementor-social-icon-stack-overflow {
	background-color: #fe7a15
}

.elementor-social-icon-tumblr {
	background-color: #35465c
}

.elementor-social-icon-twitter {
	background-color: #55acee
}

.elementor-social-icon-vimeo {
	background-color: #1ab7ea
}

.elementor-social-icon-wordpress {
	background-color: #21759b
}

.elementor-social-icon-youtube {
	background-color: #cd201f
}

.elementor-social-icon i {
	font-size: 25px
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
	border-radius: 10%
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
	border-radius: 50%
}

body.elementor-page .elementor-widget-menu-anchor {
	margin-bottom: 0
}

.elementor-newsletter .elementor-newsletter-form {
	display: inline-block;
	width: 100%
}

.elementor-newsletter .elementor-newsletter-input {
	outline: none
}

.elementor-newsletter .input-wrapper {
	overflow: hidden
}

.elementor-brands {
	text-align: center
}

.elementor-brands img {
	margin: 0 auto
}

.animated {
	animation-duration: 1.25s
}

.animated.animated-slow {
	animation-duration: 2s
}

.animated.animated-fast {
	animation-duration: .75s
}

.animated.infinite {
	animation-iteration-count: infinite
}

@media (max-width:767px) {
	body:not(.elementor-editor-active) .elementor-hidden-phone {
		display: none
	}
}

@media (min-width:768px) and (max-width:1023px) {
	body:not(.elementor-editor-active) .elementor-hidden-tablet {
		display: none
	}
}

@media (min-width:1024px) {
	body:not(.elementor-editor-active) .elementor-hidden-desktop {
		display: none
	}
}

body:not(.elementor-editor-active) .elementor-hidden {
	display: none
}

body {
	overflow-x: hidden
}

.iqitmegamenu-wrapper {
	z-index: 97;
	clear: both
}

.iqitmegamenu-wrapper.cbp-hor-width-0 {
	padding-left: 0;
	padding-right: 0
}

.container-iqit-menu {
	z-index: 10;
	position: relative
}

.cbp-hor-width-1 .container {
	padding-left: 0;
	padding-right: 0
}

.cbp-sticky.cbp-sticky-transparent {
	opacity: .85;
	transition: opacity 300ms ease-in-out
}

.cbp-sticky.cbp-sticky-transparent:hover {
	opacity: 1
}

#iqitmegamenu-horizontal.cbp-sticky {
	position: fixed !important;
	top: 0 !important;
	width: 100% !important;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	z-index: 90;
	left: 0;
	-webkit-backface-visibility: hidden
}

@media (max-width:999px) {
	#iqitmegamenu-horizontal.cbp-sticky {
		position: static !important
	}
}

#iqitmegamenu-horizontal.cbp-sticky .cbp-hrmenu-tab>a>.cbp-legend {
	display: none
}

.cbp-hrmenu {
	width: 100%
}

.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.cbp-hrmenu .col-xs-12 {
	float: left
}

.cbp-hrmenu .cbp-tab-title {
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.cbp-hrmenu .cbp-manufacturers {
	margin-top: -10px
}

.cbp-hrmenu .cbp-manufacturers li {
	margin-top: 10px
}

.cbp-hrmenu .cbp-manufacturers li:hover {
	opacity: .85
}

.cbp-hrmenu .cbp-vertical-title {
	transition: all 300ms ease-in-out;
	padding: 0 15px
}

.cbp-hrmenu .cbp-vertical-title .icon {
	margin-right: 10px
}

.cbp-hrmenu .cbp-categories-row {
	margin-top: -10px
}

.cbp-hrmenu .cbp-categories-row>div {
	margin-top: 10px
}

.cbp-hrmenu .menu_row {
	position: static
}

.cbp-hrmenu .cbp-empty-column .cbp-menu-column-inner>.menu_row:first-child {
	margin-top: -20px
}

.cbp-hrmenu .cbp-tabs-container {
	margin: -10px -30px
}

.cbp-hrmenu .cbp-absolute-column {
	margin: 0;
	padding: 0;
	position: absolute;
	width: auto !important;
	z-index: 2
}

.cbp-hrmenu .cbp-column-title {
	display: block;
	padding: 0;
	margin-bottom: 8px
}

.cbp-hrmenu .cbp-column-title .cbp-legend.cbp-legend-inner {
	top: -2px
}

.cbp-hrmenu .cbp-column-title.cbp-column-title-inline {
	padding: 0px !important;
	border: none !important;
	margin: 0px !important;
	margin-right: 10px !important;
	display: inline-block;
	vertical-align: middle
}

.cbp-hrmenu .cbp-menu-column {
	margin-top: 20px
}

.cbp-hrmenu .cbp-mainlink-iicon,
.cbp-hrmenu .cbp-mainlink-icon {
	width: auto;
	display: inline;
	vertical-align: middle;
	margin-right: 4px
}

.cbp-hrmenu .cbp-onlyicon .cbp-mainlink-iicon,
.cbp-hrmenu .cbp-onlyicon .cbp-mainlink-icon {
	margin-right: 0
}

.cbp-hrmenu .cbp-legend {
	display: inline-block;
	top: -15px;
	right: 5px;
	background-color: #999;
	color: #fff;
	position: absolute;
	font-weight: 400;
	font-size: .8rem;
	line-height: 1rem;
	padding: 4px 6px;
	text-transform: none;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15)
}

.cbp-hrmenu .cbp-legend.cbp-legend-inner {
	position: relative;
	top: 0;
	margin-left: 5px;
	right: 0;
	padding: 2px 4px;
	vertical-align: middle
}

.cbp-hrmenu .cbp-tab-content {
	border-left: 1px solid #cecece;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding: 0;
	vertical-align: top
}

.cbp-hrmenu .cbp-products-big * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.cbp-hrmenu .cbp-products-big .quick-view {
	font-size: 0
}

.cbp-hrmenu .cbp-products-big .online-label,
.cbp-hrmenu .cbp-products-big .new-label,
.cbp-hrmenu .cbp-products-big .sale-label {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.cbp-hrmenu .cbp-products-big li.ajax_block_product {
	text-align: center;
	margin-bottom: 10px
}

.cbp-hrmenu .cbp-products-big li.ajax_block_product:hover {
	padding-top: 0;
	padding-bottom: 0
}

.cbp-hrmenu .cbp-products-big li.ajax_block_product:hover .functional-buttons-grid {
	visibility: visible;
	opacity: .9;
	margin-bottom: 0
}

.cbp-hrmenu .price.product-price {
	font-size: 14px;
	line-height: 14px
}

.cbp-hrmenu .old-price.product-price {
	font-size: 13px
}

.cbp-hrmenu .cbp-products-list .product-name,
.cbp-hrmenu .cbp-products-list .product-name-container {
	height: auto;
	line-height: inherit
}

.cbp-hrmenu .cbp-products-list>li {
	padding-top: 9px;
	padding-bottom: 9px
}

.cbp-hrmenu .cbp-products-list .product-image-container {
	float: left;
	margin-right: 10px;
	max-width: 60px;
	min-width: 30px
}

.cbp-hrmenu .cbp-hrsub-tabs-names li {
	position: relative;
	border-bottom: 1px solid #cecece
}

.cbp-hrmenu .cbp-hrsub-tabs-names li .cbp-inner-border-hider {
	position: absolute;
	top: 0;
	background: #fff;
	display: block;
	height: 100%;
	z-index: 1;
	display: none
}

.cbp-hrmenu .cbp-hrsub-tabs-names li.active .cbp-inner-border-hider {
	display: block
}

.cbp-hrmenu .cbp-hrsub-tabs-names li a {
	position: relative;
	display: block;
	transition: none;
	padding: 14px 16px
}

.cbp-hrmenu.cbp-submenu-notarrowed .cbp-submenu-aindicator {
	display: none
}

.cbp-hrmenu .cbp-submenu-aindicator {
	margin-left: 3px
}

.cbp-hrmenu .cbp-submenu-it-indicator {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	height: 15px
}

.cbp-hrmenu.cbp-menu-centered>ul {
	text-align: center
}

.cbp-hrmenu.cbp-menu-centered>ul>li {
	text-align: left;
	float: none
}

.cbp-hrmenu .cbp-links li {
	margin: 3px 0;
	padding-left: 2px;
	position: relative
}

.cbp-hrmenu .cbp-links li:last-child {
	margin-bottom: 0
}

.cbp-hrmenu .cbp-links li.cbp-hrsub-haslevel2>div>a:after,
.cbp-hrmenu .cbp-links li .cbp-hrsub-haslevel3>div>a:after {
	content: "\f0da";
	display: inline;
	font-family: "FontAwesome";
	padding-left: 4px;
	opacity: .2;
	position: relative;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}

.cbp-hrmenu .cbp-links li a {
	padding-left: 10px;
	display: inline-block
}

.cbp-hrmenu .cbp-links li a:before {
	content: "\f105";
	display: inline;
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	-webkit-transition: left 0.3s ease, right 0.3s ease;
	-moz-transition: left 0.3s ease, right 0.3s ease;
	-o-transition: left 0.3s ease, right 0.3s ease;
	transition: left 0.3s ease, right 0.3s ease
}

.cbp-hrmenu .cbp-links li a:hover:before {
	left: 3px
}

.cbp-hrmenu .cbp-links.cbp-valinks-vertical li {
	display: inline-block;
	margin: 0;
	margin-right: 12px;
	padding: 0
}

.cbp-hrmenu .cbp-links.cbp-valinks-vertical.cbp-valinks-vertical2 {
	display: inline-block;
	vertical-align: middle
}

.cbp-category-thumb {
	display: block;
	margin-bottom: 10px
}

.cbp-horizontal>ul {
	font-size: 0
}

.cbp-hrmenu.cbp-vertical>ul>li {
	float: none;
	display: block
}

.cbp-vertical-on-top {
	float: left;
	position: relative
}

.cbp-vertical-on-top .cbp-vertical-title {
	cursor: pointer;
	z-index: 2;
	position: relative
}

.cbp-vertical-on-top>.cbp-vertical>ul {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	min-width: 240px
}

.cbp-vertical-on-top.cbp-vert-expanded>.cbp-vertical>ul {
	visibility: visible;
	opacity: 1
}

.cbp-vertical-on-top nav#cbp-hrmenu1 {
	margin-bottom: 0
}

#index .cbp-homepage-expanded>.cbp-vertical>ul {
	visibility: visible;
	opacity: 1
}

#index .cbp-sticky .cbp-homepage-expanded>.cbp-vertical>ul {
	visibility: hidden;
	opacity: 0
}

#index .cbp-sticky .cbp-vert-expanded>.cbp-vertical>ul {
	visibility: visible;
	opacity: 1
}

.cbp-hrmenu.cbp-vertical {
	width: 100%;
	margin-bottom: 20px
}

.cbp-hrmenu.cbp-vertical .cbp-submenu-aindicator {
	position: absolute;
	right: 8px;
	margin-top: 1px
}

.cbp-hrmenu.cbp-vertical .cbp-legend-vertical {
	top: -8px;
	right: 14px
}

.cbp-hrmenu.cbp-vertical>ul {
	width: 100%;
	max-width: 100%;
	padding: 0
}

.cbp-hrmenu.cbp-vertical>ul>li>a,
.cbp-hrmenu.cbp-vertical>ul>li .span.cbp-main-link {
	padding-left: 15px;
	padding-right: 15px;
	display: block
}

.cbp-hrmenu.cbp-vertical>ul>li:first-child>a,
.cbp-hrmenu.cbp-vertical>ul>li:first-child .span.cbp-main-link {
	border-top: none
}

.cbp-hrmenu.cbp-vertical .cbp-hrsub-wrapper {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 100
}

.cbp-hrmenu.cbp-vertical .cbp-hropen .cbp-hrsub-wrapper {
	visibility: visible;
	opacity: 1
}

.cbp-hrmenu>ul,
.cbp-hrmenu .cbp-hrsub-inner {
	margin: 0 auto
}

.cbp-hrmenu .cbp-hrsub-inner {
	padding: 10px 30px
}

.cbp-hrmenu>ul>li {
	display: inline-block;
	float: left
}

.cbp-hrmenu>ul>li>a,
.cbp-hrmenu>ul>li>span.cbp-main-link {
	padding-top: 0;
	padding-bottom: 0;
	display: inline-block;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	-moz-transition: color 0.3s ease, background-color 0.3s ease;
	-o-transition: color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease;
	z-index: 2
}

.cbp-hrmenu>ul>li:first-child>a,
.cbp-hrmenu>ul>li:first-child>span.cbp-main-link {
	border-left: none !important
}

.cbp-hrmenu .cbp-hrsub {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	display: none;
	padding-bottom: 20px;
	padding: 0px !important;
	font-size: 1rem
}

.cbp-hropen .cbp-hrsub {
	visibility: visible;
	opacity: 1;
	z-index: 1
}

.cbp-hrmenu .cbp-hrsub-inner {
	background: #fff;
	border: 1px solid #EAEAEA
}

.cbp-hrmenu .cbp-hrsub-inner>.row:last-child,
.cbp-hrmenu .cbp-hrsub-inner .iqitmegamenu-submenu-container>.row:last-child {
	margin-bottom: 20px
}

.cbp-hrsub-wide .cbp-hrsub-inner .container>.row:last-child {
	margin-bottom: 20px
}

.cbp-hrmenu .cbp-notfit {
	right: 0
}

.cbp-hrmenu .cbp-show {
	display: block
}

.cbp-category-link-w {
	position: relative
}

.cbp-category-tree {
	display: inline-block
}

.cbp-hrmenu ul.cbp-hrsub-level2 {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 100%;
	margin-top: -20px;
	padding: 8px 10px;
	z-index: 3;
	width: auto;
	background: #fff;
	border: 1px solid #EAEAEA;
	white-space: nowrap
}

.cbp-hrmenu ul.cbp-hrsub-level3 {
	left: 101%
}

.cbp-hrmenu .pull-right {
	float: right !important
}

.cbp-hrsub-haslevel3>.cbp-category-link-w>ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 100px;
	margin-top: -20px;
	padding: 8px 10px;
	z-index: 3;
	width: auto;
	transition: visibility 180ms ease-in-out, opacity 180ms ease-in-out;
	white-space: nowrap;
	left: 101%
}

.cbp-hrsub-haslevel3:hover>.cbp-category-link-w>ul {
	visibility: visible;
	opacity: 1
}

.cbp-hrsub-haslevel3:hover .cbp-hrsub-level2 {
	visibility: visible;
	opacity: 1
}

.cbp-hrsub-haslevel2:hover>div>ul.cbp-hrsub-level2 {
	visibility: visible;
	opacity: 1
}

.cbp-hrmenu .cbp-tab-pane {
	display: none
}

.cbp-hrmenu .cbp-tab-pane.active {
	height: 100%
}

.cbp-hrmenu .cbp-tab-pane>.clearfix>.row {
	margin: 0
}

.cbp-hrmenu .cbp-tab-pane>div>.row:last-child {
	margin-bottom: 20px
}

.cbp-hrmenu .cbp-hropen .cbp-tab-pane.active {
	visibility: visible;
	opacity: 1
}

.cbp-hrmenu .cbp-tab-pane.active {
	display: block
}

.cbp-hor-width-0 .cbp-hrsub-wide .cbp-hrsub {
	width: 100%;
	left: 0
}

.cbp-hrsub-wide.cbp-hrsub-widec .cbp-hrsub-inner {
	width: 100%;
	max-width: 100%
}

.cbp-hrsub-narrow {
	position: relative
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: "";
	display: table
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both
}

.cbp-hrsub h4 {
	color: #afdefa;
	padding: 2em 0 .6em;
	margin: 0;
	font-size: 160%;
	font-weight: 300
}

.cbp-hrmenu .col-xs-1,
.cbp-hrmenu .col-xs-2,
.cbp-hrmenu .col-xs-3,
.cbp-hrmenu .col-xs-4,
.cbp-hrmenu .col-xs-5,
.cbp-hrmenu .col-xs-6,
.cbp-hrmenu .col-xs-7,
.cbp-hrmenu .col-xs-8,
.cbp-hrmenu .col-xs-9,
.cbp-hrmenu .col-xs-10,
.cbp-hrmenu .col-xs-11,
.cbp-hrmenu .col-xs-12,
.cbp-hrmenu .col-sm-1,
.cbp-hrmenu .col-sm-2,
.cbp-hrmenu .col-sm-3,
.cbp-hrmenu .col-sm-4,
.cbp-hrmenu .col-sm-5,
.cbp-hrmenu .col-sm-6,
.cbp-hrmenu .col-sm-7,
.cbp-hrmenu .col-sm-8,
.cbp-hrmenu .col-sm-9,
.cbp-hrmenu .col-sm-10,
.cbp-hrmenu .col-sm-11,
.cbp-hrmenu .col-sm-12,
.cbp-hrmenu .col-md-1,
.cbp-hrmenu .col-md-2,
.cbp-hrmenu .col-md-3,
.cbp-hrmenu .col-md-4,
.cbp-hrmenu .col-md-5,
.cbp-hrmenu .col-md-6,
.cbp-hrmenu .col-md-7,
.cbp-hrmenu .col-md-8,
.cbp-hrmenu .col-md-9,
.cbp-hrmenu .col-md-10,
.cbp-hrmenu .col-md-11,
.cbp-hrmenu .col-md-12,
.cbp-hrmenu .col-lg-1,
.cbp-hrmenu .col-lg-2,
.cbp-hrmenu .col-lg-3,
.cbp-hrmenu .col-lg-4,
.cbp-hrmenu .col-lg-5,
.cbp-hrmenu .col-lg-6,
.cbp-hrmenu .col-lg-7,
.cbp-hrmenu .col-lg-8,
.cbp-hrmenu .col-lg-9,
.cbp-hrmenu .col-lg-10,
.cbp-hrmenu .col-lg-11,
.cbp-hrmenu .col-lg-12 {
	padding-left: 10px;
	padding-right: 10px
}

#iqitmegamenu-horizontal.cbp-nosticky .container {
	max-width: 100%
}

.cbp-hor-width-0 #iqitmegamenu-horizontal {
	margin: 0 -500%;
	padding: 0 500%
}

.cbp-hor-width-0 #iqitmegamenu-horizontal .container {
	padding-left: 10px;
	padding-right: 10px
}

.cbp-hor-width-0 #iqitmegamenu-horizontal.cbp-sticky {
	margin: 0;
	padding: 0
}

.product-grid-menu {
	text-align: center
}

.container-iqitmegamenu {
	padding: 0
}

.product-miniature-container .regular-price {
	text-decoration: line-through
}

@media (max-width:767px) {
	#cbp-hrmenu1 {
		display: none !important
	}
}

.iqitsizeguide-avaiable-sizes {
	transform: translateY(50%);
	opacity: 0;
	transition: opacity .2s cubic-bezier(.7, 0, .3, 1), transform .2s cubic-bezier(.7, 0, .3, 1)
}

.product-miniature:hover .iqitsizeguide-avaiable-sizes {
	transform: translateY(0);
	opacity: 1
}

.iqitsizeguide-avaiable-sizes span {
	padding: 0 .2rem;
	display: inline-block
}

.iqitsizeguide-avaiable-sizes .unavailable-size {
	text-decoration: line-through;
	opacity: .3
}

#iqitsizecharts-modal .modal-dialog {
	max-width: 960px
}

body {
	background: #fff
}

.container,
.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1115px
}

a:link:not(.nav-link):not(.btn),
a:visited:not(.nav-link):not(.btn) {
	color: #000
}

a:hover:not(.nav-link):not(.btn) {
	color: #000
}

.pagination .page-list li:hover {
	border-color: #000
}

.pagination .page-list li.current {
	border-color: #000
}

.pagination .page-list li.current a {
	color: #000
}

#mobile-header {
	border-bottom: solid 1px #e3e3e3
}

#mobile-header .mobile-main-bar {
	padding-top: 1.4285714286rem;
	padding-bottom: 1.4285714286rem
}

#mobile-header .m-nav-btn {
	color: #000
}

#mobile-header .m-nav-btn:hover {
	color: #333
}

#mobile-header .m-nav-btn>span {
	display: none !important
}

#mobile-header .mobile-buttons-bar {
	background: #c9c9c9
}

html {
	font-size: 14px
}

@media (max-width:767px) {
	html {
		font-size: 12px
	}
}

body {
	line-height: 1.4rem
}

body {
	font-family: Arial, Helvetica, sans-serif
}

#blockcart-content {
	background: #fff;
	border: none 1px;
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .15)
}

.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled {
	background: #f8f8f8;
	color: #333;
	border: none 1px #f0f0f0
}

.btn-secondary:hover,
.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary:focus,
.btn-secondary.disabled:focus,
.btn-secondary:disabled:focus,
.btn-secondary :active,
.btn-secondary.disabled :active,
.btn-secondary:disabled :active {
	background: #dedede;
	color: #2e2e2e
}

.btn-secondary:not(:disabled):not(.disabled):active {
	background: #333;
	color: #fff
}

.btn-outline-secondary,
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	background: #f8f8f8;
	color: #333;
	border: solid 1px #000
}

.btn-outline-secondary:hover,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled:hover {
	background: #dedede;
	color: #2e2e2e;
	border: solid 1px #000
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
	background: #000;
	color: #fff;
	border: none 1px
}

.btn-primary:hover,
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary:focus,
.btn-primary.disabled:focus,
.btn-primary:disabled:focus,
.btn-primary :active,
.btn-primary.disabled :active,
.btn-primary:disabled :active {
	background: #333;
	color: #fff
}

.btn-primary:not(:disabled):not(.disabled):active {
	background: #333;
	color: #fff
}

#wrapper .breadcrumb {
	padding-top: .7142857143rem;
	padding-bottom: .7142857143rem;
	margin-top: -1.0714285714rem;
	margin-bottom: 1.0714285714rem;
	font-size: .8571428571rem;
	font-style: normal;
	font-weight: 400;
	text-transform: none
}

#wrapper .breadcrumb li:after {
	color: #8f8f8f
}

#wrapper .breadcrumb a {
	color: #8f8f8f
}

.form-control {
	background-color: #fff;
	color: #000;
	border: solid 1px #000
}

.custom-select2,
.custom-select2 option {
	background-color: #fff
}

.custom-select2:after {
	color: #000
}

.bootstrap-touchspin .btn-touchspin {
	background-color: #fff;
	color: #000;
	border: solid 1px #000
}

.bootstrap-touchspin .btn-touchspin:hover {
	color: #000
}

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

.form-control::-moz-placeholder {
	color: #000
}

.form-control:-ms-input-placeholder {
	color: #000
}

.form-control:-moz-placeholder {
	color: #000
}

.form-control:focus {
	color: #000;
	border-color: #000
}

.custom-checkbox input[type=checkbox]+span .checkbox-checked {
	color: #000
}

.custom-radio input[type=radio]:checked+span {
	background-color: #000
}

.custom-checkbox input[type=checkbox]+span:not(.color),
.custom-radio {
	background: #fff;
	color: #000;
	border-color: #000
}

.dropdown-menu,
.autocomplete-suggestions {
	background: #fff;
	border: solid 1px #e3e3e3
}

.dropdown-menu .dropdown-item,
.autocomplete-suggestions .dropdown-item {
	color: #474747 !important;
	border-bottom: solid 1px #e3e3e3
}

.dropdown-menu .dropdown-item:focus,
.autocomplete-suggestions .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.autocomplete-suggestions .dropdown-item:hover {
	background: rgba(71, 71, 71, .05)
}

.tooltip-inner {
	background: #333;
	color: #fff
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner:before,
.tooltip.tooltip-top .tooltip-inner:before,
.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
	border-top-color: #333
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #333
}

.modal-backdrop {
	background: rgba(194, 194, 194, .7)
}

.modal-content {
	background: #fff;
	border: none 1px
}

.js-quickview-np-btn {
	background: #fff
}

.ns-box {
	background: #ca5058;
	color: #fff;
	border: none 1px
}

.product-price {
	color: #ad1f00
}

.iqit-review-star {
	color: #e0d041
}

.product-flags .product-flag {
	font-size: .7857142857rem;
	font-style: normal;
	font-weight: 400;
	text-transform: none
}

.product-flags .discount,
.product-flags .on-sale {
	background: #eba53d;
	color: #fff
}

.product-flags .new {
	background: #969696;
	color: #fff
}

.product-flags .online-only,
.product-flags .pack {
	background: #e0e0e0;
	color: #000
}

.discount {
	background: #eba53d;
	color: #fff
}

.product-available {
	background: #67a675;
	color: #fff
}

.product-unavailable {
	background: #a17738;
	color: #fff7f7
}

.product-unavailable-allow-oosp {
	background: #17459e;
	color: #0dd138
}

.alert-success a:link:not(.nav-link):not(.btn),
.alert-success a:visited:not(.nav-link):not(.btn) {
	text-decoration: underline
}

.alert-info a:link:not(.nav-link):not(.btn),
.alert-info a:visited:not(.nav-link):not(.btn) {
	text-decoration: underline
}

.alert-warning a:link:not(.nav-link):not(.btn),
.alert-warning a:visited:not(.nav-link):not(.btn) {
	text-decoration: underline
}

.alert-danger a:link:not(.nav-link):not(.btn),
.alert-danger a:visited:not(.nav-link):not(.btn) {
	text-decoration: underline
}

#page-preloader {
	background: #fff
}

#back-to-top {
	background: #000;
	color: #fff;
	display: none
}

#back-to-top:hover {
	background: #333;
	color: #fff
}

#header {
	border-top: none 1px;
	border-bottom: none 1px
}

.sticky-desktop-wrapper #desktop-header.stuck-header {
	border-bottom: none 1px
}

#header .header-nav {
	color: #000;
	background: #fff;
	border-bottom: none 1px;
	font-size: .8571428571rem
}

#header .header-nav a {
	color: #000
}

#header .header-nav a:hover {
	color: #000
}

#header .header-nav .social-links._topbar {
	font-size: 1rem
}

.header-top {
	padding-top: 1.4285714286rem;
	padding-bottom: 1.4285714286rem;
	color: #777
}

.header-top a:not(.btn):not(.nav-link) {
	color: #777
}

.header-top a:not(.btn):not(.nav-link):hover {
	color: #333
}

.header-top .form-search-control {
	color: #000;
	border: none 1px #e3e3e3
}

.header-top input.form-search-control::-webkit-input-placeholder {
	color: #000
}

.header-top input.form-search-control:-moz-placeholder {
	color: #000
}

.header-top input.form-search-control:-ms-input-placeholder {
	color: #000
}

.header-top input.form-search-control:-moz-placeholder {
	color: #000
}

.header-top .search-btn {
	color: #000
}

.header-top .header-btn-w .header-btn>.icon {
	font-size: 1.4285714286rem;
	display: block
}

.header-top .header-btn-w .header-btn .title {
	display: none !important
}

.header-top .header-cart-default a.cart-toogle {
	background: #000;
	color: #fff;
	padding: .6428571429rem .6428571429rem
}

.header-top .header-cart-default a.cart-toogle:hover {
	color: #fff
}

.header-top a.header-cart-btn:not(:hover) {
	color: #fff
}

.stuck-header .header-top {
	padding-top: .3571428571rem;
	padding-bottom: .3571428571rem
}

.sticky-desktop-wrapper #desktop-header.stuck-header,
.stuck-menu {
	background: #000
}

.cart-products-count-btn {
	background: #1bd33f;
	color: #fff
}

.desktop-header-style-1 .search-widget,
.desktop-header-style-2 .search-widget {
	max-width: 50%
}

#iqitmegamenu-horizontal {
	border-top: none 3px #521919;
	border-right: none 3px #38b82c;
	border-bottom: none 3px #457deb;
	border-left: none 3px #a6cc0f
}

.cbp-horizontal>ul>li>a,
.cbp-horizontal>ul>li>a:not([href]):not([tabindex]),
.cbp-horizontal>ul>li>.cbp-main-link {
	line-height: 3.5714285714rem;
	max-width: 12.5rem;
	color: #000;
	border-left: groove 2px rgba(87, 87, 87, .57)
}

#sticky-cart-wrapper a.header-cart-btn:not(:hover) {
	color: #000
}

#sticky-cart-wrapper .ps-shoppingcart.side-cart #blockcart-content {
	top: -1.2142857143rem
}

.cbp-vertical-on-top .cbp-vertical-title {
	line-height: 3.5714285714rem !important
}

.cbp-vertical-on-top .cbp-vertical-title-text {
	display: none !important
}

.cbp-horizontal>ul>li.cbp-hropen>a,
.cbp-horizontal>ul>li.cbp-hropen>a:not([href]):not([tabindex]),
.cbp-horizontal>ul>li.cbp-hropen>a:hover {
	color: #000
}

.cbp-horizontal .cbp-tab-title {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	line-height: 1em
}

.cbp-horizontal .cbp-legend {
	color: #000
}

.cbp-horizontal .cbp-mainlink-icon,
.cbp-horizontal .cbp-mainlink-iicon {
	font-size: 1.4285714286rem;
	max-height: 1.4285714286rem
}

@media (max-width:1300px) {
	.cbp-horizontal .cbp-tab-title {
		font-size: .9285714286rem
	}
}

#cbp-hrmenu .cbp-hrsub {
	transform: translateY(-10px)
}

#cbp-hrmenu .cbp-hropen .cbp-hrsub {
	transform: translateY(0)
}

#cbp-hrmenu .cbp-hrsub,
#cbp-hrmenu .cbp-hrsub-level2,
#cbp-hrmenu .cbp-hrsub-wrapper {
	transition: opacity 300ms ease-in-out, transform 300ms ease-in-out
}

.container-iqitmegamenu,
.iqit-megamenu-container,
.cbp-hrsub-narrow,
#desktop-header-container.container {
	position: static !important
}

.cbp-hrmenu .cbp-hrsub-inner {
	padding-left: 0;
	padding-right: 0
}

.cbp-vertical-on-top #cbp-hrmenu1-ul {
	background: rgba(255, 255, 255, 0);
	border: none 1px #e3e3e3
}

#content-wrapper #cbp-hrmenu1 {
	background: rgba(255, 255, 255, 0);
	border: none 1px #e3e3e3
}

#cbp-hrmenu1 .cbp-vertical-title {
	font-size: 1.2857142857rem;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	color: #000;
	background: #fff;
	line-height: 3.5714285714rem
}

#cbp-hrmenu1 .cbp-vertical-title:hover {
	color: #000;
	background: #fff
}

#cbp-hrmenu1>ul>li>a,
#cbp-hrmenu1>ul>li>span.cbp-main-link {
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	padding-top: .5714285714rem;
	padding-bottom: .5714285714rem;
	border-top: solid 1px rgba(227, 227, 227, .35)
}

#cbp-hrmenu1>ul>li>a .cbp-mainlink-icon,
#cbp-hrmenu1>ul>li>a .cbp-mainlink-iicon {
	font-size: 1.7142857143rem;
	max-height: 1.7142857143rem
}

#cbp-hrmenu1>ul>li.cbp-hropen>a,
#cbp-hrmenu1>ul>li.cbp-hropen>a:hover {
	background: #f8f8f8;
	color: #333
}

#cbp-hrmenu1 .cbp-legend {
	background: #ca5058;
	color: #fff
}

#cbp-hrmenu1 .cbp-hrsub,
#cbp-hrmenu1>ul,
#cbp-hrmenu1 .cbp-hrsub-level2,
#cbp-hrmenu1 .cbp-hrsub-wrapper {
	transition: visibility 300ms ease-in-out, opacity 300ms ease-in-out
}

.cbp-vert-expanded #cbp-hrmenu1 .cbp-vertical-title {
	color: #000;
	background: #fff
}

.cbp-not-on-top #cbp-hrmenu1-ul {
	position: relative
}

.cbp-hrmenu.cbp-vertical .cbp-hrsub-wrapper {
	top: 0;
	margin-top: 0px !important;
	min-height: 100%
}

.cbp-hrmenu.cbp-vertical .cbp-hrsub {
	min-height: 100%
}

.cbp-hrmenu.cbp-vertical .cbp-show {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap
}

.cbp-hrmenu.cbp-vertical .cbp-hrsub-inner {
	width: 100%
}

.cbp-hrmenu .cbp-hrsub {
	font-style: normal;
	font-weight: 400;
	text-transform: none
}

.cbp-hrmenu .cbp-hrsub-inner,
.cbp-hrmenu ul.cbp-hrsub-level2 {
	background: #fff;
	border: none 1px #37a625;
	box-shadow: 0 15px 25px 0 rgba(74, 63, 63, .15)
}

.cbp-hrmenu .cbp-hrsub-inner,
.cbp-hrmenu .cbp-hrsub-inner a,
.cbp-hrmenu .cbp-hrsub-inner a:link {
	color:  !important
}

.cbp-hrmenu .cbp-hrsub-inner a:hover {
	color: #333 !important
}

.cbp-hrmenu .tabs-links {
	background: #f7f7f7
}

.cbp-hrmenu .cbp-tabs-names li a {
	color: #777 !important
}

.cbp-hrmenu .cbp-tabs-names li a:hover,
.cbp-hrmenu .cbp-tabs-names li a.active {
	background: #fff;
	color: #777 !important
}

.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title,
.cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link {
	color: #333 !important;
	border-bottom: none 3px #c2bc29;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase
}

.cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:hover {
	color:  !important
}

#mobile-header .col-mobile-menu-dropdown.show {
	background: #000
}

#mobile-header .col-mobile-menu-dropdown.show .m-nav-btn {
	color: #dcd3e0
}

#iqitmegamenu-mobile {
	background: #000;
	color: #dcd3e0
}

#iqitmegamenu-mobile a,
#iqitmegamenu-mobile a:link,
#iqitmegamenu-mobile a:visited,
#iqitmegamenu-mobile a:hover {
	color: #dcd3e0
}

#iqitmegamenu-mobile li>ul {
	background: #1f1f1f
}

#iqitmegamenu-mobile li>ul>li>ul {
	background: #292929
}

#iqitmegamenu-mobile>li>a {
	border-bottom: none 1px
}

.col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
	border: none 1px
}

.slick-arrow {
	background: #333;
	color: #fff
}

ul.slick-dots li button:before,
ul.slick-dots li.slick-active button:before {
	color: #333
}

.products.row {
	margin: -.5rem
}

.products.row>.col,
.products.row>[class*="col-"] {
	padding: .5rem
}

.slick-products-carousel {
	margin: -.5rem
}

.slick-products-carousel .slick-list {
	padding: .5rem
}

.slick-products-carousel .product-carousel {
	padding: .5rem
}

.slick-products-carousel.slick-arrows-above .slick-next,
.slick-products-carousel.slick-arrows-above .slick-prev {
	margin: .5rem
}

.product-miniature {
	border: none 1px;
	outline: 1px none transparent
}

.product-miniature-grid .product-title {
	font-size: .7857142857rem;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase
}

.product-miniature-grid .product-price {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	text-transform: none
}

.product-miniature:hover {
	outline: none 1px
}

.product-miniature-grid .product-functional-buttons {
	background: #fff;
	display: none
}

.product-miniature-grid .product-functional-buttons a:link,
.product-miniature-grid .product-functional-buttons a:visited,
.product-miniature-grid .product-functional-buttons a:hover {
	color:  !important
}

.products-grid .product-miniature .product-category-name {
	display: none !important
}

.products-grid .product-miniature .product-reference {
	display: none !important
}

.products-grid .product-miniature .product-description-short {
	display: none !important
}

.products-grid .product-miniature .input-qty {
	display: none !important
}

.products-grid .product-miniature .product-add-cart {
	display: none !important
}

.products-grid .product-miniature .flag-discount-value {
	display: none !important
}

.btn-product-list {
	padding: .5357142857rem 1.0714285714rem;
	background: rgba(0, 0, 0, 1);
	color: #fff;
	border: none 1px
}

.btn-product-list:hover {
	background: #fff;
	color: #000
}

.products-grid .product-miniature-layout-1 {
	text-align: center
}

.products-grid .product-miniature-layout-1 .input-group-add-cart {
	justify-content: center
}

.products-grid .product-miniature-layout-1 .product-description {
	padding: .7142857143rem
}

.products-grid .product-miniature-layout-2 .product-add-cart {
	display: none !important
}

.products-grid .product-miniature-layout-2 .products-variants {
	padding-top: 0rem
}

.products-grid .product-miniature-layout-2 .product-description {
	padding: .7142857143rem
}

.products-grid .product-miniature-layout-3 .product-description {
	background: rgba(40, 44, 51, .93)
}

.product_header_container .product-price,
.product_p_price_container .product-price {
	font-size: 1.7857142857rem;
	font-style: normal;
	font-weight: 700;
	text-transform: none
}

#product .images-container .product-cover {
	border: none 1px
}

.images-container .slick-arrow,
#product .product-cover .expander>span,
#product-modal .modal-body .slick-arrow {
	color: #fff;
	background: #333
}

.images-container .slick-arrow:hover,
#product .product-cover .expander>span:hover,
#product-modal .modal-body .slick-arrow:hover {
	opacity: 0.6 !important
}

#product .product-cover .expander {
	color: #fff;
	background: #333
}

#product .product-cover .expander:hover {
	opacity: 0.6 !important
}

#main #main-product-wrapper {
	transition: opacity 0.3s ease
}

#main.-combinations-loading {
	position: relative
}

#main.-combinations-loading #product-preloader {
	display: block;
	position: absolute;
	z-index: 10;
	top: -10px
}

#main.-combinations-loading #main-product-wrapper {
	opacity: .3
}

#wrapper {
	background: #fff;
	border-top: none 1px;
	border-bottom: none 1px;
	padding-top: 1.0714285714rem;
	padding-bottom: 1.0714285714rem;
	color: #000
}

#index #wrapper,
#module-iqitelementor-Preview.elementor-landing-body #wrapper {
	padding-top: 1.4285714286rem;
	padding-bottom: 1.4285714286rem
}

#content-wrapper .page-title {
	color: #000;
	text-align: left;
	font-size: 1.5714285714rem;
	font-style: normal;
	font-weight: 700;
	text-transform: none;
	border-bottom: solid 1px #e3e3e3;
	margin-bottom: .8em;
	padding-bottom: .5em
}

#content-wrapper .page-title a:link,
#content-wrapper .page-title a:visited {
	color: #000
}

#content-wrapper .section-title {
	color: #000;
	text-align: left;
	font-size: 1.1428571429rem;
	font-style: normal;
	font-weight: 700;
	text-transform: none;
	border-bottom: solid 1px #e3e3e3;
	margin-bottom: .8em;
	padding-bottom: .5em
}

#content-wrapper .section-title a:link,
#content-wrapper .section-title a:visited {
	color: #000
}

.nav-tabs .nav-link {
	color: #000;
	font-size: 1.1428571429rem;
	font-style: normal;
	font-weight: 700;
	text-transform: none
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	color: #000;
	border-bottom: solid 3px #ca5058
}

.iqit-accordion .nav-link {
	border-bottom: solid 3px #ca5058;
	border-bottom-color: transparent
}

.iqit-accordion .nav-link:not(.collapsed) {
	color: #000;
	border-bottom: solid 3px #ca5058
}

#wrapper .block-title {
	color: #333;
	text-align: left;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	text-transform: none;
	border-bottom: solid 1px #e3e3e3;
	margin-bottom: .8em;
	padding-bottom: .5em
}

#wrapper .block-title a:link,
#wrapper .block-title a:visited {
	color: #333
}

#left-column .block,
#right-column .block {
	border: none 1px
}

#footer {
	background: #f3f3f3
}

#footer .ps-emailsubscription-block .newsletter-input-group {
	border: solid 1px #000;
	background: #f3f3f3
}

#footer .ps-emailsubscription-block .newsletter-input-group .input-subscription {
	color: #000
}

#footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe {
	color: #000
}

#footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover {
	color: #fff
}

#footer .ps-emailsubscription-block input.input-subscription::-webkit-input-placeholder {
	color: #000
}

#footer .ps-emailsubscription-block input.input-subscription::-moz-placeholder {
	color: #000
}

#footer .ps-emailsubscription-block input.input-subscription:-ms-input-placeholder {
	color: #000
}

#footer .ps-emailsubscription-block input.input-subscription :-moz-placeholder {
	color: #000
}

#footer .social-links._footer {
	font-size: 1.3571428571rem
}

#footer .social-links._footer a:not(:hover) {
	color: #777 !important
}

#footer .block-title {
	color: #000;
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	text-transform: none;
	border-bottom: none 1px #e3e3e3;
	margin-bottom: .8em;
	padding-bottom: .5em
}

#footer .block-title a:link,
#footer .block-title a:visited {
	color: #000
}

#footer-container-first {
	border-top: none 1px;
	padding-top: 2.1428571429rem;
	padding-bottom: 2.1428571429rem;
	background: #212121;
	color: #fff
}

#footer-container-first h5 {
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	text-transform: none
}

#footer-container-main {
	border-top: none 1px;
	padding-top: 2.8571428571rem;
	padding-bottom: 1.8571428571rem;
	color: #000
}

#footer-container-main a {
	color: #000
}

#footer-container-main a:hover {
	color: #000
}

#footer-copyrights {
	border-top: solid 1px #fff;
	background: #f3f3f3;
	padding-top: .7142857143rem;
	padding-bottom: .7142857143rem
}

@media (max-width:767px) {
	#footer .block-toggle {
		width: 100%;
		flex-basis: initial
	}

	#footer .block-toggle>.block-title {
		cursor: pointer
	}

	#footer .block-toggle>.block-content {
		opacity: 0;
		visibility: hidden;
		height: 0
	}

	#footer .block-toggle._toggled>.block-content {
		opacity: 1;
		visibility: visible;
		height: auto
	}

	#footer .footer-style-inline .block-title {
		display: block !important;
		max-width: 100%
	}

	#footer .footer-style-inline .block-content {
		display: block;
		width: 100%;
		margin-top: 1rem
	}
}

#maintenance-page {
	background: #fff url(/img/cms/maintenance-page.jpg) center center / contain no-repeat fixed;
	color: #333
}

#maintenance-page a,
#maintenance-page a:link {
	color: #333
}

@media screen and (max-width:767px) {
	#maintenance-page.maintenance-page .logo>img {
		max-width: 36px
	}
}

#iqitwishlist-modal {
	text-align: center
}

#iqitwishlist-modal .forgot-password {
	margin-bottom: 1rem
}

#iqitwishlist-user-products .iqitwishlist-product ._name {
	padding: 0
}

.btn-iqitwishlist-add .added {
	display: none
}

.btn-iqitwishlist-add.iqitwishlist-added .added {
	display: inline-block
}

.btn-iqitwishlist-add.iqitwishlist-added .not-added {
	display: none
}

.cbp-hrmenu>ul>li#cbp-hrmenu-tab-38>a,
.cbp-hrmenu>ul>li#cbp-hrmenu-tab-38>span.cbp-main-link {
	color: #000
}

.cbp-hrmenu>ul>li#cbp-hrmenu-tab-2>a,
.cbp-hrmenu>ul>li#cbp-hrmenu-tab-2>span.cbp-main-link {
	color: #000
}

.cbp-hrmenu>ul>li.cbp-hropen#cbp-hrmenu-tab-2>a,
.cbp-hrmenu>ul>li.cbp-hropen#cbp-hrmenu-tab-2>a:hover {
	background-color: #000;
	color: #000
}

.cbp-hrmenu li#cbp-hrmenu-tab-2 .cbp-legend-main {
	background-color: #000
}

.cbp-hrmenu li#cbp-hrmenu-tab-2 .cbp-legend-main .cbp-legend-arrow {
	color: #000
}

.cbp-hrmenu>ul>li#cbp-hrmenu-tab-8>a,
.cbp-hrmenu>ul>li#cbp-hrmenu-tab-8>span.cbp-main-link {
	color: #000
}

.cbp-hrmenu>ul>li#cbp-hrmenu-tab-9>a,
.cbp-hrmenu>ul>li#cbp-hrmenu-tab-9>span.cbp-main-link {
	color: #000
}

.cbp-hrmenu>ul>li#cbp-hrmenu-tab-20>a,
.cbp-hrmenu>ul>li#cbp-hrmenu-tab-20>span.cbp-main-link {
	color: red
}

.cbp-hrmenu>ul>li#cbp-hrmenu-tab-23>a,
.cbp-hrmenu>ul>li#cbp-hrmenu-tab-23>span.cbp-main-link {
	background-color: #000;
	color: #000
}

.cbp-hrmenu>ul>li.cbp-hropen#cbp-hrmenu-tab-23>a,
.cbp-hrmenu>ul>li.cbp-hropen#cbp-hrmenu-tab-23>a:hover {
	color: #000
}

.cbp-hrmenu>ul>li#cbp-hrmenu-tab-24>a,
.cbp-hrmenu>ul>li#cbp-hrmenu-tab-24>span.cbp-main-link {
	background-color: #000;
	color: #000
}

.cbp-hrmenu>ul>li.cbp-hropen#cbp-hrmenu-tab-24>a,
.cbp-hrmenu>ul>li.cbp-hropen#cbp-hrmenu-tab-24>a:hover {
	color: #000
}

.cbp-hrmenu>ul>li#cbp-hrmenu-tab-25>a,
.cbp-hrmenu>ul>li#cbp-hrmenu-tab-25>span.cbp-main-link {
	background-color: #000;
	color: #000
}

.cbp-hrmenu>ul>li.cbp-hropen#cbp-hrmenu-tab-25>a,
.cbp-hrmenu>ul>li.cbp-hropen#cbp-hrmenu-tab-25>a:hover {
	color: #000
}

.cbp-hrmenu>ul>li#cbp-hrmenu-tab-3>a,
.cbp-hrmenu>ul>li#cbp-hrmenu-tab-3>span.cbp-main-link {
	background-color: #000;
	color: #000
}

.cbp-hrmenu>ul>li.cbp-hropen#cbp-hrmenu-tab-3>a,
.cbp-hrmenu>ul>li.cbp-hropen#cbp-hrmenu-tab-3>a:hover {
	color: #000
}

.cbp-hrmenu>ul>li#cbp-hrmenu-tab-26>a,
.cbp-hrmenu>ul>li#cbp-hrmenu-tab-26>span.cbp-main-link {
	background-color: #000;
	color: #000
}

.cbp-hrmenu>ul>li.cbp-hropen#cbp-hrmenu-tab-26>a,
.cbp-hrmenu>ul>li.cbp-hropen#cbp-hrmenu-tab-26>a:hover {
	color: #000
}

.cbp-hrmenu>ul>li#cbp-hrmenu-tab-28>a,
.cbp-hrmenu>ul>li#cbp-hrmenu-tab-28>span.cbp-main-link {
	background-color: #000;
	color: #000
}

.cbp-hrmenu>ul>li.cbp-hropen#cbp-hrmenu-tab-28>a,
.cbp-hrmenu>ul>li.cbp-hropen#cbp-hrmenu-tab-28>a:hover {
	color: #000
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: 'FontAwesome';
	src: url(fontawesome-webfont.eot?v=4.7.0);
	src: url('fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url(fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(fontawesome-webfont.woff?v=4.7.0) format('woff'), url(fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url('fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: 400;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}

.fa-won:before,
.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

/**
 * 2008-2020 Prestaworld
 *
 * All right is reserved,
 *
 * @author    Prestaworld <prestaworld12@gmail.com>
 * @copyright 2008-2020 Prestaworld
 * @license   One Paid Licence By WebSite Using This Module. No Rent. No Sell. No Share.
 */
#login-username,
#forgotemail,
#login-password,
.custominput {
	height: 30px;
	background: #fff;
	border: 1px solid #000;
	font-size: 13px;
	padding: 3px 5px;
	color: #000;
	max-width: 270px;
	line-height: 18px
}

#login-username:focus,
#forgotemail:focus,
#login-password:focus,
.custominput:focus {
	background: #fff;
	border: 1px solid #000;
	outline: none
}

.hidecontent {
	display: none
}

form#loginform .col-md-12,
form#forgotpaswdform .col-md-12 {
	padding-left: 0
}

.customlabel {
	text-align: left
}

.nopaddingleft {
	padding-left: 0
}

.modal-footer {
	text-align: left
}

.textright {
	text-align: right
}

.social-box {
	margin: 0 auto;
	padding: 38px;
	border-bottom: 1px #ccc solid
}

.social-box a {
	font-weight: 700;
	font-size: 18px;
	padding: 8px
}

.social-box a i {
	font-weight: 700;
	font-size: 20px
}

.mg-btm {
	margin-bottom: 20px
}

@import"//hello.myfonts.net/count/2c020a";

.btn-custom:hover,
.btn-custom:focus {
	box-shadow: inset 0 0 0 4px #000
}

.btn-custom-alternate:hover,
.btn-custom-alternate:focus {
	box-shadow: inset 0 0 0 4px #000
}

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

.visually-hidden {
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	position: absolute
}

.zoom-image {
	display: block;
	overflow: hidden;
	position: relative
}

.zoom-image>img {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.zoom-image>img:hover,
.zoom-image>img:focus {
	transform: scale(1.1) translate(0)
}

#header .contain_nav {
	width: 100%;
	height: 34px;
	background: #fff
}

#header .contain_nav .header-nav {
	position: fixed;
	width: 100%;
	z-index: 99;
	top: 0;
	left: 0
}

#header .contain_nav .header-nav .right-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

@media screen and (min-width:769px) {
	#header .contain_nav .header-nav .right-nav {
		flex-wrap: wrap
	}
}

#header .contain_nav .header-nav .right-nav .wldeactivateonmob {
	display: flex;
	height: 100%;
	align-items: center
}

#header .contain_nav .header-nav .right-nav>div {
	display: flex;
	height: 100%;
	padding: 0;
	position: relative
}

#header .contain_nav .header-nav .right-nav>div #blockcart {
	height: 100%
}

#header .contain_nav .header-nav .right-nav>div #blockcart #cart-toogle {
	display: flex;
	height: 100%;
	padding: 0 10px;
	align-items: center
}

#header .contain_nav .header-nav .right-nav>div #blockcart .blockcart-content-overlay {
	display: none
}

@media(max-width:480px) {
	#header .contain_nav .header-nav .right-nav>div #blockcart .blockcart-content-overlay {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 50px;
		left: 0;
		z-index: 2
	}

	#header .contain_nav .header-nav .right-nav>div #blockcart .blockcart-content-overlay.show {
		display: block
	}
}

#header .contain_nav .header-nav .right-nav>div>a,
#header .contain_nav .header-nav .right-nav>div .header-user-btn {
	display: flex;
	height: 100%;
	padding: 0 10px;
	align-items: center
}

#header .contain_nav .header-nav .right-nav>div#header-search-btn {
	padding: 0
}

#header .contain_nav .header-nav .right-nav>div#header-search-btn>.header-user-btn {
	width: 100%;
	height: 100%;
	padding: 0 10px;
	display: flex;
	align-items: center
}

#header .contain_nav .header-nav .right-nav>div:after {
	height: 100%;
	background-color: #fff;
	opacity: 1;
	position: absolute;
	margin: 0;
	right: 0
}

#header .contain_nav .header-nav .right-nav>div #ps-shoppingcart {
	padding: 0
}

#header .contain_nav .header-nav .right-nav>div.contact_header:hover a>span {
	color: #fff
}

#header .contain_nav .header-nav .right-nav>div:hover {
	background-color: #000
}

#header .contain_nav .header-nav .right-nav>div:hover span.title {
	color: #fff
}

#header .contain_nav .header-nav .right-nav>div:hover .header-search-btn {
	color: #fff
}

#header .contain_nav .header-nav .right-nav>div.show {
	background-color: #000
}

#header .contain_nav .header-nav .right-nav>div.show .header-search-btn {
	color: #fff
}

#header .contain_nav .header-nav .right-nav #language_selector {
	display: flex;
	align-items: center;
	height: 100%;
	margin-right: 40px
}

#header .contain_nav .header-nav .right-nav #language_selector:hover,
#header .contain_nav .header-nav .right-nav #language_selector:focus {
	background: none
}

#header .contain_nav .header-nav .right-nav #language_selector .language-selector {
	height: 100%
}

#header .contain_nav .header-nav .right-nav #language_selector .language-selector-wrapper {
	height: 100%
}

#header .contain_nav .header-nav .right-nav #language_selector .language-selector-ul {
	display: flex;
	height: 100%;
	align-items: center
}

#header .contain_nav .header-nav .right-nav #language_selector .language-selector-ul li:first-of-type:after {
	
	display: inline-block;
	padding: 0 3px;
	font-weight: 600;
	font-size: 12px
}

#header .contain_nav .header-nav .right-nav #language_selector .language-selector-ul li span,
#header .contain_nav .header-nav .right-nav #language_selector .language-selector-ul li a {
	font-size: 12px;
	color: #000;
	text-transform: uppercase
}

#header .contain_nav .header-nav .right-nav #language_selector .language-selector-ul li a:hover {
	text-decoration: underline
}

#header .contain_nav .header-nav .right-nav #language_selector .language-selector-ul li.current span,
#header .contain_nav .header-nav .right-nav #language_selector .language-selector-ul li.current a {
	text-decoration: underline
}

#header .contain_nav .header-nav>.container {
	padding: 0 15px;
	max-width: 100%
}

#header .contain_nav .header-nav>.container>.justify-content-between {
	height: 34px
}

.modal-backdrop.show {
	display: none
}

#modal-blocksav {
	position: fixed;
	background: rgba(0, 0, 0, .55);
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
	z-index: 100
}

#modal-blocksav-encart {
	margin: 30vh auto 0 auto;
	padding: 40px;
	width: fit-content;
	max-width: 500px;
	background: #fff;
	flex-wrap: wrap;
	position: relative
}

#modal-blocksav-encart .close-modalsav {
	font-size: 21px;
	font-weight: 100;
	position: absolute;
	top: 20px;
	right: 20px
}

#modal-blocksav-encart span {
	width: 100%;
	text-align: center;
	display: block;
	min-width: 320px;
	text-transform: uppercase;
	font-size: 14px
}

#modal-blocksav-encart span:nth-child(2) {
	font-size: 24px;
	margin-top: 20px
}

#modal-blocksav-encart span:nth-child(6) {
	margin-top: 40px;
	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1
}

#modal-blocksav-encart span:nth-child(8) {
	font-size: 18px;
	margin-bottom: 20px
}

#presta-login,
#presta-forgot {
	top: 34px
}

#presta-login.modal,
#presta-forgot.modal {
	z-index: 101;
	height: auto;
	background: #fff;
	box-shadow: 0 8px 7px rgba(0, 0, 0, .2)
}

#presta-login .modal-dialog,
#presta-forgot .modal-dialog {
	max-width: 60%;
	margin: 0 auto;
	padding: 70px 0
}

#presta-login .modal-dialog .mobile-title,
#presta-forgot .modal-dialog .mobile-title {
	display: none
}

#presta-login .modal-dialog .title-like,
#presta-forgot .modal-dialog .title-like {
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	display: block
}

#presta-login .modal-dialog .control-label,
#presta-forgot .modal-dialog .control-label {
	text-transform: uppercase;
	color: #000;
	justify-content: center;
	display: flex;
	width: 100%;
	max-width: 270px
}

#presta-login .modal-dialog .modal-title,
#presta-forgot .modal-dialog .modal-title {
	font-size: 18px;
	text-transform: uppercase
}

#presta-login .modal-dialog .modal-header,
#presta-forgot .modal-dialog .modal-header {
	border-bottom: none;
	justify-content: center;
	padding: 10px 0 17px 0
}

#presta-login .modal-dialog .modal-body,
#presta-forgot .modal-dialog .modal-body {
	padding: 10px 0
}

#presta-login .modal-dialog .modal-body #msg,
#presta-forgot .modal-dialog .modal-body #msg {
	color: red;
	padding-top: 0;
	text-align: center;
	border: none;
	background: none;
	font-size: 11px;
	position: absolute;
	top: -15px;
	display: flex;
	width: 100%;
	justify-content: center
}

#presta-login .modal-dialog .modal-body #forgotpaswdform .form-group,
#presta-forgot .modal-dialog .modal-body #forgotpaswdform .form-group {
	text-align: center
}

#presta-login .modal-dialog .modal-body #forgotpaswdform .form-group>.control-label,
#presta-forgot .modal-dialog .modal-body #forgotpaswdform .form-group>.control-label {
	font-size: 13px;
	max-width: 270px;
	margin: 0 auto 10px auto
}

#presta-login .modal-dialog .modal-body .centerinput,
#presta-forgot .modal-dialog .modal-body .centerinput {
	width: 100%
}

#presta-login .modal-dialog .modal-body .centerinput#presta-btn-forgot,
#presta-forgot .modal-dialog .modal-body .centerinput#presta-btn-forgot {
	max-width: 270px;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #000;
	background: #fff;
	font-size: 17px
}

#presta-login .modal-dialog .modal-body .centerinput#presta-btn-forgot:hover,
#presta-forgot .modal-dialog .modal-body .centerinput#presta-btn-forgot:hover {
	background: #000;
	color: #fff
}

#presta-login .modal-dialog .k-nopaddside,
#presta-forgot .modal-dialog .k-nopaddside {
	padding: 0
}

#presta-login .modal-dialog .k-nopaddside .col-12:not(.k-contain-form):not(.k-input),
#presta-forgot .modal-dialog .k-nopaddside .col-12:not(.k-contain-form):not(.k-input) {
	padding: 0 6px
}

#presta-login .modal-dialog a#presta-singup2,
#presta-forgot .modal-dialog a#presta-singup2 {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	border: 1px solid #000;
	text-transform: uppercase;
	font-size: 15px;
	margin: 25px 6px 0 0;
	line-height: 18px
}

#presta-login .modal-dialog a#presta-singup2:hover,
#presta-forgot .modal-dialog a#presta-singup2:hover {
	background: #000;
	color: #fff
}

#presta-login .modal-dialog .modal-footer,
#presta-forgot .modal-dialog .modal-footer {
	border-top: none;
	justify-content: center;
	padding: 0 0 10px 0
}

#presta-login .modal-dialog .modal-footer .col-12,
#presta-forgot .modal-dialog .modal-footer .col-12 {
	text-align: center
}

#presta-login .modal-dialog .modal-footer .col-12.popupco-footer-title-contain,
#presta-forgot .modal-dialog .modal-footer .col-12.popupco-footer-title-contain {
	margin: 0 0 50px 0
}

#presta-login .modal-dialog #presta-paswdforgot,
#presta-forgot .modal-dialog #presta-paswdforgot {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: underline
}

#presta-login .modal-dialog .form-group,
#presta-forgot .modal-dialog .form-group {
	padding: 0
}

#presta-login .modal-dialog .form-group .col-12,
#presta-forgot .modal-dialog .form-group .col-12 {
	padding: 0
}

#presta-login .modal-dialog .k-contain-form,
#presta-forgot .modal-dialog .k-contain-form {
	margin-bottom: 16px;
	padding: 0;
	padding-right: 80px
}

#presta-login .modal-dialog .loginf-k-left,
#presta-forgot .modal-dialog .loginf-k-left {
	padding-right: 7px;
	padding-left: 0;
	margin: 0
}

#presta-login .modal-dialog .loginf-k-right,
#presta-forgot .modal-dialog .loginf-k-right {
	padding-left: 7px;
	padding-right: 0;
	margin: 0
}

#presta-login .modal-dialog .loginf-k-right #submit-login,
#presta-forgot .modal-dialog .loginf-k-right #submit-login {
	background: none;
	color: #000;
	width: 100%;
	border: 1px solid #000;
	transition: none;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 18px
}

#presta-login .modal-dialog .loginf-k-right #submit-login:hover,
#presta-forgot .modal-dialog .loginf-k-right #submit-login:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000
}

.mep-k-dispflex {
	display: flex;
	flex-wrap: wrap
}

@media screen and (max-width:1440px) {

	#presta-login .modal-body #loginform .k-nopaddside,
	#presta-forgot .modal-body #loginform .k-nopaddside {
		width: 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
}

@media screen and (max-width:1023px) {

	#presta-login .modal-dialog,
	#presta-forgot .modal-dialog {
		max-width: 80%;
		margin: 0 auto;
		padding: 70px 0
	}
}

@media screen and (min-width:769px) {
	#header #desktop-header {
		display: block
	}

	#header .header-nav .right-nav a:not(.header-search-btn) i.icon,
	#header .header-nav .right-nav .header-user-btn:not(.header-search-btn) i.icon {
		display: none
	}

	#header .header-nav .right-nav a span:not(.label),
	#header .header-nav .right-nav .header-user-btn span:not(.label) {
		font-size: 12px;
		font-weight: 500;
		color: #000;
		text-transform: uppercase
	}

	#header .header-nav .right-nav a span:not(.label).title,
	#header .header-nav .right-nav .header-user-btn span:not(.label).title {
		margin-top: 0
	}

	#header .header-nav .right-nav a .fa-search,
	#header .header-nav .right-nav .header-user-btn .fa-search {
		font-size: 14px
	}

	#header #ps-shoppingcart-wrapper .title {
		display: inline-block
	}

	#header #ps-shoppingcart-wrapper:hover .cart-products-count {
		color: #fff
	}

	.center-nav {
		display: none
	}
}

@media screen and (max-width:768px) {

	#presta-login,
	#presta-forgot {
		top: 50px
	}

	#presta-login .modal-dialog .modal-content .modal-body #loginform .col-6.k-nopaddside,
	#presta-forgot .modal-dialog .modal-content .modal-body #loginform .col-6.k-nopaddside {
		max-width: 100%;
		width: 100%;
		flex: 0 0 100%
	}

	#presta-login .modal-dialog .modal-content .modal-body #loginform .col-6.k-nopaddside .mep-k-dispflex,
	#presta-forgot .modal-dialog .modal-content .modal-body #loginform .col-6.k-nopaddside .mep-k-dispflex {
		padding: 0;
		margin: 0 auto 15px auto
	}

	#presta-login .modal-dialog .modal-content .modal-body #loginform .col-6.k-nopaddside .mep-k-dispflex.col-12,
	#presta-forgot .modal-dialog .modal-content .modal-body #loginform .col-6.k-nopaddside .mep-k-dispflex.col-12 {
		margin-bottom: 0
	}

	#presta-login .modal-dialog .modal-content .modal-body #loginform .col-6.k-nopaddside .mep-k-dispflex .form-control,
	#presta-forgot .modal-dialog .modal-content .modal-body #loginform .col-6.k-nopaddside .mep-k-dispflex .form-control {
		margin: 0 auto
	}

	#presta-login .modal-dialog .modal-content .modal-body #loginform .col-6.k-nopaddside .mep-k-dispflex .btn,
	#presta-forgot .modal-dialog .modal-content .modal-body #loginform .col-6.k-nopaddside .mep-k-dispflex .btn {
		margin: 0 auto
	}

	#header .contain_nav .header-nav .right-nav #header-user-btn .title,
	#header .contain_nav .header-nav .right-nav #ps-shoppingcart-wrapper #cart-toogle .info-wrapper,
	#header .contain_nav .header-nav .right-nav .contact_header a span {
		display: none
	}

	#header .contain_nav .header-nav .right-nav #header-user-btn:hover,
	#header .contain_nav .header-nav .right-nav #ps-shoppingcart-wrapper:hover,
	#header .contain_nav .header-nav .right-nav .contact_header:hover {
		background: none
	}

	.header-nav .right-nav i {
		width: 14px;
		height: 14px;
		line-height: 14px
	}

	#header .contain_nav {
		height: 50px
	}

	#header .contain_nav .header-nav>.container>.justify-content-between {
		height: 50px
	}

	#header .contain_nav .justify-content-between>.left-nav,
	#header .contain_nav .justify-content-between>.text-right,
	#header .contain_nav .justify-content-between>.text-center {
		width: 33.33333%
	}

	#ps-shoppingcart i.fa-shopping-bag>span.cart-products-count-btn {
		display: none
	}

	#ps-shoppingcart i.fa-shopping-bag:before {
		content: "";
		display: block;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMi1jMDAwIDc5LjFiNjVhNzliNCwgMjAyMi8wNi8xMy0yMjowMTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI2NkY0M0VDNEQ3QTExRUVBMzQyQTJBN0UyNUM0ODQyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI2NkY0M0VENEQ3QTExRUVBMzQyQTJBN0UyNUM0ODQyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjY2RjQzRUE0RDdBMTFFRUEzNDJBMkE3RTI1QzQ4NDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjY2RjQzRUI0RDdBMTFFRUEzNDJBMkE3RTI1QzQ4NDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz50NZ8yAAABYUlEQVR42uyaT0sCQRiHd0OCCEQ8KBTRV/ASKAhi3jv1GaKgu5eufYO+Qvf6AnbNg+JNo0uXoKBAMPuzivobmMN7cN3RnZg5/F544F2Yl32fWWdnYQwC+7EDzkALvIJP8A7a4AoUAo+jDB7BfAVP4NTH5hvgK6F5yblPze+DN9HcC2iCY1AFNXABOmLMRD8xL+JGNNYDeyvWx50Y+wBC183nwYduaAoqCeOLYvwMlFwL1MWMdg1rbkXNZZqbb1kQOBD5s2FNX+SHrgW2RR4Z1kQx9U4E5iI3XZBhTP3akbEgoGZzrPPfDWr+0tw8bsZO9LY/M6hXr8acvv4Bw4RZVTW7IKuv1eY3SqhRv5R7cG36BNR7/MiznX6wzhqYevipEv3XInYaFKAABShAAQpQgAIUoAAFKEABClCAAhSgAAUoQAEKUMCaQOhhr0t7ijtiUv9j+A5SniBabn7pAeJCgAEALU9TCA8ESlAAAAAASUVORK5CYII=) center center no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%
	}

	i.fa-user:before {
		content: "";
		display: block;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAzCAYAAADRlospAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMi1jMDAwIDc5LjFiNjVhNzliNCwgMjAyMi8wNi8xMy0yMjowMTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM3NUJCNTZCNEQ3OTExRUVBNkNCQkU1NDNCREUzNjA4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM3NUJCNTZDNEQ3OTExRUVBNkNCQkU1NDNCREUzNjA4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Qzc1QkI1Njk0RDc5MTFFRUE2Q0JCRTU0M0JERTM2MDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Qzc1QkI1NkE0RDc5MTFFRUE2Q0JCRTU0M0JERTM2MDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7hXue4AAACMklEQVR42uyZSygGURTHx/iSvKNIiSjyygpRJBKllFA2ysaCrFkqycJGVrKykJ1SbNiI5JEFJXl+OwvlmUfeZfxvzojyqRn33Jmp+ddvO9/533vuPeeeL0yTqzBQBRpBCUgDAXAOdsE8WAB3mgvVCpbAEzBC8A72QR+IdUvgqWD2j6BDsUe75ahywbGN4E2eQZuTKx/8R/Amr6DeCQNzEoI3OaUFUaYWicGbjKsKXgebDAYeQaYKA8V0HRoM9NpZTauqpoLFoVoVBooYdzcbRHIbSGE0EA8SuA2EM18QOreBW0YD4iZ64DYQZDRwanWB7BhYZTSwoaIOxNNKcdQBZd3pIEPw68wXxA8lgRPJBqpVd6MNEluKYafeBN0Sgp9SmTq/qR3c2Ax+1OZNKF0FYMZCSm3T5MJ1KgMjYAtc03PxjcYoR2ASNIEImXMcDonvJoNEym9RXc/IkC9VnaX5fdZDKiOFokAGyAd5IIfeDAn0ONEpde7pXJzQLElM6A4otZQbEAOtGlAJSkG69jkDtaorsAOWwSId/hfOQVYPWKEf4WjmDqk2lMsMvBCMgUumoEMh2vYOSlFbEvk8oX3OLw0HEUPgTispGgeGqPgYLmKNztyfqiPHhksRVX0g1PXfzzhxk80cZcqXujwS+HemzSKZBS48aEDQHE4DVUf+YJCgGLEFFR7u5fKFgWgPG4jQKZe8KkPXPC7fgG/AN+Ab8A3824CXTegBGnfcedTA7YcAAwCPtmWs667AIwAAAABJRU5ErkJggg==) center center no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%
	}

	i.fa-search:before {
		font-size: 14px
	}

	.contact_header a {
		width: 34px
	}

	.contact_header a:before {
		content: "";
		display: block;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMi1jMDAwIDc5LjFiNjVhNzliNCwgMjAyMi8wNi8xMy0yMjowMTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIyOEZFQTkyNEQ3QTExRUU5RkFDOERBMzAzNUIzMzg5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIyOEZFQTkzNEQ3QTExRUU5RkFDOERBMzAzNUIzMzg5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjI4RkVBOTA0RDdBMTFFRTlGQUM4REEzMDM1QjMzODkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjI4RkVBOTE0RDdBMTFFRTlGQUM4REEzMDM1QjMzODkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7KxAKrAAACfUlEQVR42uyYXUgUURiGdzdZf9aMIlD8CwqLpZu6rChNTQQJrChEwStBEKHrriNYCAmFqOgmFDXoJlBcyeuuRJFQ+yGhFFnFn/JGbFx3fT84A+PsnHFmZ6adA+eDZy/0nPO975wz53xngul0OiByhAKChzQgDUgD0oA0IA0IHXmKopj9/wQjl5ECSa6BaDSq/1sVaAMNoBrk59gAiU+Az2AUzJs1fgw2Qdqn7IE+3kMd8LFwPXFQpBXfI5B4lTeq+HNgQ0ADxC3aYZ6AJkF30UgQP9/AJUENJMjAPxAW1EAyZCB+FjSC62DQByJp338ErrFz4Mg5FjB4MWp1je6DXzl4QekEfgFOarTQ1rmma5fR8arBUygF7/6j+AVwx0BHoRUDH0EJZzppKn97LL4fnDLITe/rc4P2hoPMc54ARRkY8kD4V9DMyXkZTHH62VqD2qCCb8Ul8S/BaZP6bMek77GDfwH1nMHLwYgD4d9BC2dsKpMnLYxhKdEBW38RTrJ2sGpT/GtwhjNeL/hrcRxbSedAHSdpJXhvYYyf4C5nDKoIJmxqsj3tdMGI6ctZTXSyC4hR37fgLKcfVcTbWejJev3SiX2TI4Zuch80bZdAK6dtDRhzoMPR7rEPnoECjjiqcjtM1no32HKowZVtcBrcsFHfXGAHphu5XTuI6PPGU5PZUKPL5QuU6ycqzcY9UKwRHWZF4rjb+YKqCw9iGfxgu9Z5cNGLJF4akJ8WpQFRDBwIrD8VYlWkqPGHDHwS2MAM/VwBu4J+WnygOokJKD6u3YTys7hI5JJFdp3N+Obyiu1KfhZP9VSF2YtxGwyzWkbxgWCqpdbZCnmoF3sowAAn5ZQA/4jg/QAAAABJRU5ErkJggg==) center center no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:375px) {
	#header .contain_nav .header-nav .right-nav .wldeactivateonmob {
		display: none
	}
}

#desktop_logo .logo-tba {
	max-width: 98px;
	width: 100%;
	margin: 0 auto
}

#mobile-header {
	display: none
}

.col-mobile-logo {
	padding: 0
}

.col-mobile-logo .logo-tba {
	max-height: 36px;
	width: auto;
	margin: 0 auto;
	transform: scale(1.15) translateY(8px)
}

.header-nav #header-search-btn .dropdown-search {
	width: 210px;
	min-width: 210px;
	max-width: 210px
}

.header-nav #header-search-btn .dropdown-search input.form-search-control {
	border: 1px solid #000;
	padding: 0 13px;
	height: 20px;
	color: #000
}

.header-nav #header-search-btn .dropdown-search input.form-search-control::placeholder {
	color: #000
}

#footer {
	margin-top: auto
}

#footer #footer-container-main {
	padding-top: 25px;
	padding-bottom: 0;
	margin-top: 0
}

#footer #footer-container-main .block-toggle {
	padding: 0 10px;
	margin-bottom: 15px;
	border-right: 1px solid #fff
}

#footer #footer-container-main .block-toggle:first-child {
	border-left: 1px solid #fff
}

#footer #footer-container-main .block-toggle .block-title {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	padding-bottom: 0
}

#footer #footer-container-main .block-toggle .block-content {
	font-size: 10px;
	line-height: 13px;
	text-align: center;
	text-transform: uppercase
}

#footer #footer-container-main .block-toggle .block-content p {
	line-height: 13px
}

#footer #footer-container-main .block-toggle .block-content ul>li {
	margin-bottom: 0
}

#footer #footer-container-main .block-toggle .block-content ul>li a {
	padding-left: 0
}

#footer #footer-container-main .block-toggle .block-content ul>li a:before {
	content: none
}

#footer #footer-container-main .block-toggle .block-content a:hover {
	text-decoration: underline
}

#footer #footer-container-main .ps-emailsubscription-block.mobsubscribe-form {
	height: calc(100% - 50px);
	background: #fff
}

#footer #footer-container-main .ps-emailsubscription-block.mobsubscribe-form .newsletter-input-group {
	border: none;
	background: #fff
}

#footer #footer-container-main .ps-emailsubscription-block.mobsubscribe-form .newsletter-input-group .subscribe-back-btn {
	padding: 15px 0;
	text-align: left;
	border-bottom: 1px solid #757575
}

#footer #footer-container-main .ps-emailsubscription-block.mobsubscribe-form .newsletter-input-group .subscribe-back-btn span {
	color: #757575;
	font-size: 13px;
	letter-spacing: 1px
}

#footer #footer-container-main .ps-emailsubscription-block.mobsubscribe-form .newsletter-input-group .mobsubscribe-title {
	padding: 15px 0;
	text-align: left;
	font-size: 22px;
	margin-bottom: 80px
}

#footer #footer-container-main .ps-emailsubscription-block.mobsubscribe-form .newsletter-input-group .input-subscription {
	height: 40px;
	border: 1px solid #8a8a8a;
	color: #a8a8a8;
	margin-bottom: 35px;
	font-size: 13px;
	padding: 0 15px
}

#footer #footer-container-main .ps-emailsubscription-block.mobsubscribe-form .newsletter-input-group .input-subscription::placeholder {
	color: #a8a8a8
}

#footer #footer-container-main .ps-emailsubscription-block.mobsubscribe-form .newsletter-input-group .btn-subscribe {
	height: 40px;
	border: 1px solid #000;
	width: 100%;
	font-size: 22px;
	text-transform: uppercase
}

#footer #footer-container-main .ps-emailsubscription-block.mobsubscribe-form .newsletter-input-group .btn-subscribe:hover,
#footer #footer-container-main .ps-emailsubscription-block.mobsubscribe-form .newsletter-input-group .btn-subscribe:active,
#footer #footer-container-main .ps-emailsubscription-block.mobsubscribe-form .newsletter-input-group .btn-subscribe:focus {
	color: #fff;
	background-color: #000
}

#footer #footer-container-main .ps-emailsubscription-block:not(.mobsubscribe-form) .newsletter-input-group {
	max-width: 135px;
	margin: 0 auto
}

#footer #footer-container-main .ps-emailsubscription-block:not(.mobsubscribe-form) .newsletter-input-group .input-subscription {
	text-transform: uppercase;
	padding: 0 10px;
	font-size: 10px
}

#footer #footer-container-main .ps-emailsubscription-block:not(.mobsubscribe-form) .newsletter-input-group .btn-subscribe {
	font-size: 15px
}

#footer #footer-container-main .ps-emailsubscription-block:not(.mobsubscribe-form) .newsletter-input-group .btn-subscribe:hover,
#footer #footer-container-main .ps-emailsubscription-block:not(.mobsubscribe-form) .newsletter-input-group .btn-subscribe:active,
#footer #footer-container-main .ps-emailsubscription-block:not(.mobsubscribe-form) .newsletter-input-group .btn-subscribe:focus {
	color: #fff;
	background-color: #000
}

#footer #footer-container-main #footer-copyrights {
	padding: 10px 0
}

#footer #footer-container-main #footer-copyrights>.container>.row {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff
}

#footer #footer-container-main #footer-copyrights>.container>.row .copyright-img {
	display: flex;
	justify-content: flex-end
}

#footer #footer-container-main #footer-copyrights>.container>.row .copyright-img span {
	display: flex;
	align-items: center;
	font-size: 10px;
	text-transform: uppercase;
	margin-right: 20px
}

#footer #footer-container-main #footer-copyrights>.container>.row .copyright-img img {
	object-fit: contain
}

@media screen and (max-width:767px) {
	#footer #footer-container-main .block-social-links .block-content p {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin: 0
	}

	#footer #footer-container-main .block-social-links .block-content p i {
		margin: 10px !important
	}
}

@media screen and (max-width:1440px) {
	#footer #footer-container-main #footer-copyrights .copyright-img {
		width: 80%;
		flex: 0 0 80%;
		max-width: 80%
	}

	#footer #footer-container-main #footer-copyrights .copyright-txt {
		width: 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
}

@media screen and (max-width:1024px) {
	#footer #footer-container-main .block-toggle {
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
		width: 33.3333%
	}
}

@media screen and (min-width:768px) {
	#footer #footer-container-main .block-social-links .block-content i {
		display: none
	}

	#footer #footer-container-main .block-newsletter .mobsubscribe {
		display: none
	}

	#footer #footer-container-main .block-newsletter .mobsubscribe-form {
		display: none
	}

	#footer #footer-container-main .block-newsletter .mobsubscribe-btn {
		display: none
	}
}

@media screen and (max-width:767px) {
	#presta-login .modal-dialog {
		padding: 40px 0
	}

	#presta-login .modal-dialog .mobile-title {
		display: block;
		padding: 15px 0;
		border-bottom: 1px solid #ccc;
		position: relative;
		margin-bottom: 15px
	}

	#presta-login .modal-dialog .mobile-title .close-modal {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: -15px;
		width: 36px;
		height: 36px;
		opacity: 1;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAz1BMVEVMaXEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADT4TevAAAARXRSTlMAAQIDBQwOERIWFxgZGyAiOTw9QEJHSExRU1ZcXmVma4KKjo+RkpOXnqKkp6qys7S4wsbHytHS1NXX2Nrb3t/h6Ovw9P4uGB60AAAA1UlEQVR42oVR2RZCUBTdqVukiVQ0aNKkgRCRUPn/b+qhRT1cq/241zpnTziH7kKoIEdFWLjhGeYtMcY8k7EMPzaSmwlV8+P9sJnRzeE+9jUV9c7SDXYy+2FZeRe4y04dIN3V1d/0agBQ623866pLAID0t8FlLVWBqrS+BNs++Vxyin735gIhwty76wqX6TRGp8iaDQYzKzqNGrnXUntyjJzDwYmOk3bpm6HcmtrPx+NpT1tl/IAR9VeavnSRwX+a/qRAkm6QHocenl5VQbEFMxSMRp/4DegyKWHXLsuDAAAAAElFTkSuQmCC);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 11px
	}

	#presta-login .modal-dialog .modal-body {
		flex: none;
		border-bottom: 1px solid #a8a8a8;
		padding-bottom: 15px;
		margin-bottom: 30px
	}

	#presta-login .modal-dialog .modal-body .col-6,
	#presta-login .modal-dialog .modal-body .col-md-6 {
		max-width: unset !important
	}

	#presta-login .modal-dialog .modal-body .col-6 .control-label,
	#presta-login .modal-dialog .modal-body .col-md-6 .control-label {
		max-width: unset !important
	}

	#presta-login .modal-dialog .modal-body .k-input,
	#presta-login .modal-dialog .modal-body .mep-k-dispflex {
		display: flex;
		justify-content: center
	}

	#presta-login .modal-dialog .modal-body .k-contain-form {
		padding: 0 !important;
		display: flex;
		justify-content: center;
		margin: 0
	}

	#presta-login .modal-dialog .modal-body .k-contain-form>div {
		padding: 0 !important;
		margin-bottom: 15px
	}

	#presta-login .modal-dialog .modal-body .form-control,
	#presta-login .modal-dialog .modal-body #submit-login,
	#presta-login .modal-dialog .modal-body #presta-singup2 {
		max-width: unset
	}

	#presta-login .modal-dialog .modal-footer .col-12.popupco-footer-title-contain {
		margin-bottom: 30px
	}

	#presta-login .modal-dialog .control-label {
		justify-content: flex-start
	}

	#presta-login .modal-dialog #presta-singup2 {
		margin-left: 6px !important
	}

	#presta-login .modal-dialog button,
	#presta-login .modal-dialog #presta-singup2 {
		height: 38px !important;
		font-size: 21px !important
	}

	#header .contain_nav .header-nav .right-nav {
		padding: 0
	}

	#footer #footer-container-main {
		padding-top: 40px
	}

	#footer #footer-container-main .block-toggle {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		padding: 20px 10px;
		border-right: none;
		border-bottom: 1px solid #fff;
		margin-bottom: 0
	}

	#footer #footer-container-main .block-toggle:last-of-type {
		border: none
	}

	#footer #footer-container-main .block-toggle.block-iqithtmlandbanners-html {
		display: none
	}

	#footer #footer-container-main .block-toggle>.block-content {
		opacity: 1;
		visibility: visible;
		height: auto;
		font-size: 16px;
		line-height: 19px
	}

	#footer #footer-container-main .block-toggle .block-title {
		cursor: default;
		font-size: 22px;
		line-height: 20px
	}

	#footer #footer-container-main .block-toggle.block-social-links .block-content span {
		display: none
	}

	#footer #footer-container-main .block-toggle.block-social-links .block-content i {
		margin: 0 20px;
		font-size: 20px
	}

	#footer #footer-container-main #footer-copyrights .container>.row {
		border: none
	}

	#footer #footer-container-main #footer-copyrights .container>.row .copyright-img {
		display: none
	}

	#footer #footer-container-main #footer-copyrights .container>.row .copyright-txt {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center
	}

	#footer #footer-container-main .block-newsletter .desktopsubscribe {
		display: none
	}

	#footer #footer-container-main .block-newsletter .desktopsubscribe-form {
		display: none
	}

	#footer #footer-container-main .block-newsletter .mobsubscribe-btn {
		text-align: center
	}

	#footer #footer-container-main .block-newsletter .mobsubscribe-btn span {
		text-transform: uppercase;
		font-size: 16px
	}

	#footer #footer-container-main .block-newsletter .mobsubscribe {
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		top: 50px;
		left: 0;
		z-index: 1
	}
}

@media screen and (max-width:575px) {
	#presta-login .modal-dialog {
		max-width: 100%;
		margin: 0 15px;
		padding: 0
	}
}

@media screen and (max-width:520px) {
	#header .contain_nav .right-nav #header-search-btn {
		display: none
	}

	#header .contain_nav .header-nav .right-nav>div:after {
		content: none
	}

	#header .contain_nav .header-nav .right-nav>div>a {
		padding: 0 7px
	}

	#header .contain_nav .header-nav .right-nav>div .header-user-btn {
		padding: 0 7px
	}

	#header .contain_nav .header-nav .right-nav>div #blockcart #cart-toogle {
		padding: 0 7px
	}

	.contact_header a {
		width: 28px
	}
}

@media screen and (max-width:480px) {
	#footer #footer-container-main {
		padding-top: 10px;
		margin-top: 10px
	}

	#footer .block-social-links {
		padding-bottom: 10px !important
	}

	#footer .footer-block h4,
	#footer .footer-block h5,
	#footer .block h4,
	#footer .block h5 {
		display: none
	}
}

.btn-custom:hover,
.btn-custom:focus {
	box-shadow: inset 0 0 0 4px #000
}

.btn-custom-alternate:hover,
.btn-custom-alternate:focus {
	box-shadow: inset 0 0 0 4px #000
}

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

.visually-hidden {
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	position: absolute
}

.zoom-image {
	display: block;
	overflow: hidden;
	position: relative
}

.zoom-image>img {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.zoom-image>img:hover,
.zoom-image>img:focus {
	transform: scale(1.1) translate(0)
}

.homeslider-container {
	float: none
}

.homeslider1_tabs {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
	justify-content: center;
	bottom: 60px;
	z-index: 2
}

.homeslider1_tabs>li {
	padding: 0 14px
}

.homeslider1_tabs>li a {
	font-size: 0
}

.homeslider1_tabs>li a:after {
	content: "";
	display: inline-block;
	background: #c8c8c8;
	width: 7px;
	height: 7px;
	border-radius: 50%
}

.homeslider1_tabs>li a:hover:after {
	background: #fff
}

.homeslider1_tabs>li.homeslider_here a:after {
	background: #fff
}

#index #wrapper {
	padding: 0
}

#index #inner-wrapper.container {
	max-width: 100%;
	padding: 0
}

@media screen and (min-width:769px) {
	#index #header {
		height: 0
	}

	#index #header .contain_nav,
	#index #header .header-nav {
		background: rgba(0, 0, 0, 0)
	}

	#index #header .right-nav>div:after {
		display: none
	}
}

#index .elementor-image-carousel-wrapper img {
	object-fit: contain;
	max-height: 100vh
}

#index .elementor-image-carousel-wrapper .slick-slide {
	display: flex
}

#index .elementor-image-carousel-wrapper .slick-slide>div {
	margin: auto 0;
	width: 100%
}

#index .elementor-image-carousel-wrapper .slick-dotted.slick-slider {
	margin: 0
}

#index .elementor-image-carousel-wrapper .slick-dotted.slick-slider .slick-dots {
	bottom: 20px
}

#index .view-all-home-link,
#index .elementor-widget-button {
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 18px;
	padding-bottom: 10px
}

#index .view-all-home-link-container,
#index .elementor-widget-button-container {
	display: flex;
	width: 100%;
	justify-content: center
}

#index .view-all-home-link.elementor-widget-button a,
#index .elementor-widget-button.elementor-widget-button a {
	color: #000;
	background: none;
	border: none
}

#index .view-all-home-link.elementor-widget-button a .elementor-button-text,
#index .elementor-widget-button.elementor-widget-button a .elementor-button-text {
	text-decoration: underline
}

@media screen and (max-width:520px) {
	#index .view-all-home-link {
		display: none
	}
}

#index .elementor-products {
	padding: 15px 250px 0 250px
}

#index .elementor-products .products-grid .product-miniature-grid:hover {
	box-shadow: none
}

#index .elementor-products .products-grid .product-miniature-grid .thumbnail-container {
	margin: 0
}

#index .elementor-products .products-grid .product-miniature-grid .thumbnail-container img.js-lazy-product-image {
	width: 100%
}

#index .elementor-products .product-available-date {
	font-size: 12px
}

#index .elementor-element>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
	padding: 0
}

#index .products .h3.product-title {
	font-size: 11px;
	color: #000;
	line-height: 12px;
	padding-top: 4px
}

#index .products .product-price {
	font-size: 12px;
	color: #000;
	line-height: 12px
}

#index .products .product-description {
	padding-left: 0
}

#inner-wrapper.container {
	padding: 0
}

@media screen and (max-width:1023px) {
	#index .elementor-products {
		padding: 15px 0 0 0
	}

	#index .elementor-products .js-product-miniature-wrapper {
		max-width: 20%;
		flex: 0 0 20%
	}
}

@media screen and (max-width:520px) {
	#index .homeslider-container {
		display: none
	}

	#index .view-all-home-link-container {
		display: none
	}

	#index .elementor-widget-prestashop-widget-ProductsList {
		display: none
	}
}

.btn-custom:hover,
.btn-custom:focus {
	box-shadow: inset 0 0 0 4px #000
}

.btn-custom-alternate:hover,
.btn-custom-alternate:focus {
	box-shadow: inset 0 0 0 4px #000
}

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

.visually-hidden {
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	position: absolute
}

.zoom-image {
	display: block;
	overflow: hidden;
	position: relative
}

.zoom-image>img {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.zoom-image>img:hover,
.zoom-image>img:focus {
	transform: scale(1.1) translate(0)
}

.product-flag {
	display: none !important
}

#iqitwishlist-notification.ns-box {
	background: #000
}

#iqitwishlist-notification.ns-box strong {
	color: #fff
}

#currency_selector {
	margin: 20px 0
}

#currency_selector ul {
	display: flex
}

#currency_selector ul li a {
	padding-left: 0;
	color: gray
}

#currency_selector ul li a:hover {
	color: #000;
	text-decoration: underline
}

#currency_selector ul li.current a {
	text-decoration: underline;
	color: #000
}

#product .product-accessories .section-title {
	font-size: 25px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	border-bottom: none;
	padding-bottom: 0;
	margin: 0 25px 30px;
	padding-top: 30px;
	border-top: 1px solid #d6d4d4
}

#product .product-accessories .products .accessory_wrapper {
	padding: .5rem 3rem
}

#product .product-accessories .products .accessory_wrapper .product-miniature-grid .product-description {
	padding: 0;
	margin-bottom: 20px;
	margin-top: 5px
}

#product .product-accessories .products .accessory_wrapper .product-miniature-grid .product-title {
	font-size: 11px;
	line-height: 1;
	margin-top: 4px;
	margin-bottom: 0;
	padding-bottom: 0
}

#product .product-accessories .products .accessory_wrapper .product-miniature-grid .product-price {
	font-size: 12px;
	color: #000;
	line-height: 1
}

#product .product-accessories .products .accessory_wrapper .product-miniature-grid .product-price.mind-discount-k {
	color: #f13340;
	margin-right: 5px
}

#product .product-accessories .products .accessory_wrapper .product-miniature-grid .product-price-and-shipping .regular-price {
	color: #000;
	opacity: 1;
	font-size: 12px;
	display: inline-block
}

#product .product-accessories .products .accessory_wrapper .product-miniature-grid .product-price-and-shipping .badge-discount {
	font-weight: 500
}

#product .product-accessories .products .accessory_wrapper .product-miniature-grid .slick-arrow {
	background-color: rgba(0, 0, 0, 0);
	color: #444
}

@media(min-width:1025px) {
	#product .product-accessories .products .accessory_wrapper .product-miniature-grid .slick-arrow {
		display: none !important
	}
}

#product .product-accessories .products .accessory_wrapper .product-miniature-grid .slick-arrow.slick-prev {
	left: 10px
}

#product .product-accessories .products .accessory_wrapper .product-miniature-grid .slick-arrow.slick-next {
	right: 10px
}

@media(min-width:1025px) {

	#product .product-accessories .products .accessory_wrapper .product-miniature-grid .slick-slider:hover .slick-arrow,
	#product .product-accessories .products .accessory_wrapper .product-miniature-grid .slick-slider:focus .slick-arrow {
		display: inline-block !important
	}
}

#product .product-accessories .products .accessory_wrapper .product-miniature-grid .product-out-stock {
	font-size: 11px;
	font-style: italic;
	text-transform: uppercase
}

#product #desktop-header {
	left: 0;
	position: absolute;
	width: 100%;
	pointer-events: none
}

#product #desktop-header * {
	pointer-events: none
}

#product #desktop-header a {
	pointer-events: initial
}

#product #desktop-header #desktop_logo a {
	display: inline-block
}

#product #desktop-header #desktop_logo {
	width: 50%;
	margin: 0 25%
}

#product #wrapper {
	padding-top: 0
}

#product #wrapper .container {
	max-width: unset
}

#product #wrapper .container:not(:first-child) {
	padding-left: 255px;
	padding-right: 255px
}

#product .product-info-row {
	align-items: baseline
}

#product .product-info-row .col-product-image {
	position: sticky;
	top: 34px;
	left: 0;
	padding: 0
}

#product .product-info-row .col-product-image:hover .zoom-btn {
	opacity: 1
}

#product .product-info-row .col-product-image #slide-count {
	display: none
}

#product .product-info-row .col-product-image .zoom-btn {
	display: none;
	opacity: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99 !important;
	cursor: pointer
}

#product .product-info-row .col-product-image .zoom-btn.pointless {
	pointer-events: none
}

#product .product-info-row .col-product-image #slide-count {
	position: absolute;
	right: 15px;
	bottom: 15px
}

#product .product-info-row .col-product-image .slick-track * {
	line-height: 0
}

#product .product-info-row .col-product-image #product-images-large.swiper-vertical {
	height: 100vh !important
}

#product .product-info-row .col-product-image .slick-slide,
#product .product-info-row .col-product-image .swiper-slide {
	padding: 4.5vh 0;
	border: none;
	margin-left: auto
}

#product .product-info-row .col-product-image .slick-slide .slick-loading,
#product .product-info-row .col-product-image .swiper-slide .slick-loading {
	opacity: 0
}

#product .product-info-row .col-product-image .slick-slide .product-lmage-large>img,
#product .product-info-row .col-product-image .swiper-slide .product-lmage-large>img {
	margin: 0 0 0 auto;
	height: calc(100vh - 34px - 9vh) !important;
	width: auto;
	max-width: unset;
	cursor: zoom-in
}

#product .product-info-row .col-product-image .slick-slide .product-lmage-large .expander,
#product .product-info-row .col-product-image .swiper-slide .product-lmage-large .expander {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: none;
	cursor: zoom-in
}

#product .product-info-row .col-product-image .slick-slide .easyzoom-product,
#product .product-info-row .col-product-image .swiper-slide .easyzoom-product {
	display: none
}

#product .product-info-row .col-product-image .slick-slide .easyzoom-product.show,
#product .product-info-row .col-product-image .swiper-slide .easyzoom-product.show {
	display: block
}

#product .product-info-row .col-product-info {
	margin: auto;
	flex: unset;
	width: 100%;
	padding: 50px;
	max-width: 400px
}

#product .product-info-row .col-product-info .breadcrumb {
	margin-bottom: 25px;
	padding: 0
}

#product .product-info-row .col-product-info .breadcrumb ol {
	text-align: left
}

#product .product-info-row .col-product-info .breadcrumb ol li:first-child {
	margin-left: 0
}

#product .product-info-row .col-product-info .product_header_container {
	border: none
}

#product .product-info-row .col-product-info .product_header_container * {
	text-transform: uppercase
}

#product .product-info-row .col-product-info .product_header_container h1 {
	font-size: 18px;
	line-height: 20px
}

#product .product-info-row .col-product-info .product_header_container h1 .product-brand {
	font-size: 25px;
	line-height: 30px;
	display: block
}

#product .product-info-row .col-product-info .product_header_container+span {
	font-size: 25px;
	line-height: 30px
}

#product .product-info-row .col-product-info .product_header_container+span a:hover {
	text-decoration: underline
}

#product .product-info-row .col-product-info .product-information .product-info-toggle {
	margin-bottom: 9px;
	font-size: 18px;
	color: #757575;
	text-transform: uppercase;
	line-height: 24px;
	cursor: pointer
}

#product .product-info-row .col-product-info .product-information .product-info-toggle:before {
	content: "-"
}

#product .product-info-row .col-product-info .product-information .product-info-toggle.replier:before {
	content: "+"
}

#product .product-info-row .col-product-info .product-information>#short_description_block {
	padding-bottom: 20px
}

#product .product-info-row .col-product-info .product-information>#short_description_block p {
	margin-bottom: 0;
	font-family: "HelveticaNeueLTStd-MdCn", sans-serif
}

#product .product-info-row .col-product-info .product-information .product_p_price_container {
	padding: 10px 0 20px 0;
	margin: 0;
	border: none
}

#product .product-info-row .col-product-info .product-information .product_p_price_container .product-prices>div {
	display: block
}

#product .product-info-row .col-product-info .product-information .product_p_price_container .product-prices>div .current-price .product-price {
	font-size: 25px;
	line-height: 32px;
	color: #333;
	font-weight: 400
}

#product .product-info-row .col-product-info .product-information .product_p_price_container .product-prices>div.tax-shipping-delivery-label {
	font-size: 14px;
	color: #8b8b8b !important
}

#product .product-info-row .col-product-info .product-information .product_p_price_container .product-prices .mep-k-sanpad {
	padding: 0;
	display: flex;
	align-items: baseline
}

#product .product-info-row .col-product-info .product-information .product_p_price_container .product-prices .mep-k-sanpad .tax-shipping-delivery-label {
	color: #8b8b8b;
	font-size: 14px;
	padding-left: 5px
}

#product .product-info-row .col-product-info .product-information .product_p_price_container .product-prices .mep-k-sanpad .product-discount .regular-price {
	font-size: 17px
}

#product .product-info-row .col-product-info .product-information .product_p_price_container .product-prices .mep-k-sanpad .badge-discount {
	background: none;
	color: red;
	font-size: 17px;
	font-weight: 400;
	padding: 0
}

#product .product-info-row .col-product-info .product-information .product_p_price_container .product-prices .mep-k-sanpad:first-child {
	margin-bottom: 10px
}

#product .product-info-row .col-product-info .product-information .variants-sizeguide {
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap
}

#product .product-info-row .col-product-info .product-information .variants-sizeguide .sizeguide-btn {
	text-transform: uppercase;
	line-height: 30px;
	font-size: 14px;
	cursor: pointer
}

#product .product-info-row .col-product-info .product-information .variants-sizeguide .sizeguide-btn:hover {
	opacity: .8
}

#product .product-info-row .col-product-info .product-information .iqitadditionaltabs-btn {
	text-transform: uppercase;
	line-height: 30px;
	font-size: 14px;
	cursor: pointer
}

#product .product-info-row .col-product-info .product-information .iqitadditionaltabs-btn:hover {
	opacity: .8
}

#product .product-info-row .col-product-info .product-information #iqitadditionaltabs-accordion {
	margin-top: -20px
}

#product .product-info-row .col-product-info .product-information .iqitmeasure-tab table {
	height: auto !important
}

#product .product-info-row .col-product-info .product-information .iqitmeasure-tab table td {
	height: 39px
}

#product .product-info-row .col-product-info .product-information .product-variants {
	margin-right: 15px;
	max-width: 200px;
	width: auto
}

#product .product-info-row .col-product-info .product-information .product-variants .product-variants-item .custom-select2 {
	width: 100%;
	max-width: unset
}

#product .product-info-row .col-product-info .product-information .product-variants .product-variants-item .custom-select2 .form-control-select {
	color: #000;
	height: 20px;
	padding: 0 15px 0 10px;
	border-color: #000;
	min-width: 150px
}

#product .product-info-row .col-product-info .product-information .product-variants .product-variants-item .custom-select2 .form-control-select option {
	font-size: 11px
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart>.product-quantity {
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 10px
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart>.product-quantity #iqit-wishlist-product-btn {
	padding: 0;
	background: none
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart>.product-quantity #iqit-wishlist-product-btn:hover i:before {
	content: ""
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart .col-add-qty {
	display: none
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart .col-add-btn {
	max-width: 270px;
	width: 100%
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart .add-to-cart {
	transition: none;
	background: #fff;
	border: 1px solid #000;
	text-transform: uppercase;
	color: #000
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart .add-to-cart i {
	display: none
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart .add-to-cart:hover {
	background: #000;
	color: #fff
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart #add-to-cart-contact {
	width: 264px;
	max-width: 264px;
	text-align: center
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart #add-to-cart-notify {
	width: 264px;
	max-width: 264px;
	text-align: center
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart #product-box-mailalert {
	position: relative;
	width: 265px;
	max-width: 265px
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart #product-box-mailalert .close-box-product-mailalert {
	position: absolute;
	top: 5px;
	right: 7px
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart #product-box-mailalert p {
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	margin: 10px 0 20px 0
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart #product-box-mailalert .form-control {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	min-width: 185px
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart #product-box-mailalert .input-group {
	width: 100%;
	text-align: center;
	margin: 0
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart #product-box-mailalert .input-group .btn-primary {
	width: auto;
	margin: 15px 0;
	font-size: 13px
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart #product-box-mailalert .input-group input[type=email] {
	font-size: 1rem;
	padding: .6rem 1rem
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart #product-box-mailalert .alert-info {
	color: #000;
	width: 100%;
	text-align: left;
	padding-left: 0;
	padding-top: 0;
	background-color: rgba(0, 0, 0, 0);
	border: none
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart #product-box-contact-us {
	position: relative;
	padding: 15px 25px 15px 15px;
	font-size: 13px;
	border: 1px solid #000;
	width: 265px;
	max-width: 265px
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart #product-box-contact-us a:not(.close-box-product-contact-us):hover {
	text-decoration: underline
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart #product-box-contact-us a.close-box-product-contact-us {
	font-size: 20px;
	font-weight: 700
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart #product-box-contact-us .box-cra-p1 {
	margin-bottom: 20px
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart #product-box-contact-us .box-cra-p2 {
	margin-bottom: 10px
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart #product-box-contact-us .box-cra-p3 {
	margin-bottom: 5px
}

#product .product-info-row .col-product-info .product-information .product-add-to-cart #product-box-contact-us .close-box-product-contact-us {
	position: absolute;
	right: 5px;
	top: 5px
}

#product .product-info-row .col-product-info .product-information .product-additional-info {
	padding-top: 0;
	border: none
}

#product .product-info-row .col-product-info .product-information .product-additional-info .social-sharing {
	display: none
}

#product .product-info-row .col-product-info .product-information .product-additional-info .social-sharing ul {
	display: none
}

#product .product-info-row .col-product-info .product-information .product-additional-info .social-sharing ul li {
	margin-bottom: 3px;
	padding: 0 7px;
	border: 1px solid #000;
	font-size: 11px;
	margin-right: 3px
}

#product .product-info-row .col-product-info .product-information .product-additional-info .social-sharing ul li a {
	line-height: 19px
}

#product .product-info-row .col-product-info .product-information .product-additional-info .social-sharing .share-title {
	font-size: 16px;
	line-height: 24px
}

#product .product-info-row .col-product-info .product-information .product-additional-info .social-sharing:hover .share-title {
	display: none
}

#product .product-info-row .col-product-info .product-information .product-additional-info .social-sharing:hover ul {
	display: block
}

#product .product-info-row .col-product-info .product-information #product-message-block {
	color: red;
	padding: 0;
	margin-bottom: 30px;
	margin-top: 28px
}

#product .product-info-row .col-product-info .product-information #product-archive-message-block {
	padding: 0;
	margin-bottom: 30px;
	margin-top: 20px
}

#product .product-info-row .col-product-info .product-information .productlinks {
	padding-top: 15px;
	margin-top: 15px;
	max-width: 270px
}

#product .product-info-row .col-product-info .product-information .productlinks a {
	font-size: 14px;
	margin-right: 5px;
	display: inline-block;
	text-transform: uppercase
}

#product .product-info-row .col-product-info .product-information .product-actions .product-variants {
	display: flex;
	align-items: center
}

#product .product-info-row .col-product-info .product-information .product-actions .product-preorder-available-date p {
	text-transform: uppercase;
	font-size: 17px;
	margin-bottom: 30px
}

#product #iqitsizecharts-modal,
#product #iqitadditionaltabsModal {
	background: rgba(0, 0, 0, .1);
	color: #000
}

#product #iqitsizecharts-modal .modal-dialog,
#product #iqitadditionaltabsModal .modal-dialog {
	margin: 0;
	width: 100%;
	max-width: fit-content;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

@media(min-width:1020px)and (max-width:1590px) {

	#product #iqitsizecharts-modal .modal-dialog,
	#product #iqitadditionaltabsModal .modal-dialog {
		max-width: 85%;
		transform: translate(-45%, -50%)
	}
}

#product #iqitsizecharts-modal .modal-content,
#product #iqitadditionaltabsModal .modal-content {
	min-height: unset;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	padding: 20px
}

#product #iqitsizecharts-modal .modal-content>*,
#product #iqitadditionaltabsModal .modal-content>* {
	padding: 0
}

#product #iqitsizecharts-modal .modal-content .modal-header,
#product #iqitadditionaltabsModal .modal-content .modal-header {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: none
}

#product #iqitsizecharts-modal .modal-content .modal-header .modal-title,
#product #iqitadditionaltabsModal .modal-content .modal-header .modal-title {
	text-transform: uppercase;
	font-size: 20px
}

#product #iqitsizecharts-modal .modal-content .modal-header .close,
#product #iqitadditionaltabsModal .modal-content .modal-header .close {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAz1BMVEVMaXEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADT4TevAAAARXRSTlMAAQIDBQwOERIWFxgZGyAiOTw9QEJHSExRU1ZcXmVma4KKjo+RkpOXnqKkp6qys7S4wsbHytHS1NXX2Nrb3t/h6Ovw9P4uGB60AAAA1UlEQVR42oVR2RZCUBTdqVukiVQ0aNKkgRCRUPn/b+qhRT1cq/241zpnTziH7kKoIEdFWLjhGeYtMcY8k7EMPzaSmwlV8+P9sJnRzeE+9jUV9c7SDXYy+2FZeRe4y04dIN3V1d/0agBQ623866pLAID0t8FlLVWBqrS+BNs++Vxyin735gIhwty76wqX6TRGp8iaDQYzKzqNGrnXUntyjJzDwYmOk3bpm6HcmtrPx+NpT1tl/IAR9VeavnSRwX+a/qRAkm6QHocenl5VQbEFMxSMRp/4DegyKWHXLsuDAAAAAElFTkSuQmCC);
	top: 25px;
	right: 18px;
	background-size: 11px;
	background-repeat: no-repeat;
	background-position: center;
	width: 36px;
	opacity: 1;
	height: 36px;
	position: absolute
}

#product #iqitsizecharts-modal .modal-content .modal-header .close span,
#product #iqitadditionaltabsModal .modal-content .modal-header .close span {
	display: none
}

#product #iqitsizecharts-modal .modal-content .modal-body .rte-content>*:not(.sizeline),
#product #iqitadditionaltabsModal .modal-content .modal-body .rte-content>*:not(.sizeline) {
	font-family: "HelveticaNeueLTStd-MdCn", sans-serif;
	margin-bottom: 20px;
	position: relative
}

#product #iqitsizecharts-modal .modal-content .modal-body .nav-tabs,
#product #iqitadditionaltabsModal .modal-content .modal-body .nav-tabs {
	border: none
}

#product #iqitsizecharts-modal .modal-content .modal-body .nav-tabs li a,
#product #iqitadditionaltabsModal .modal-content .modal-body .nav-tabs li a {
	padding: 0;
	border: none;
	font-size: 15px;
	font-weight: 400
}

#product #iqitsizecharts-modal .modal-content .modal-body .nav-tabs li a.active,
#product #iqitadditionaltabsModal .modal-content .modal-body .nav-tabs li a.active {
	text-decoration: underline
}

#product #iqitsizecharts-modal .modal-content .modal-body table,
#product #iqitadditionaltabsModal .modal-content .modal-body table {
	margin: 20px 0;
	width: 100%;
	display: block;
	overflow-x: auto
}

#product #iqitsizecharts-modal .modal-content .modal-body table thead tr>th:first-child,
#product #iqitsizecharts-modal .modal-content .modal-body table tbody tr>td:first-child,
#product #iqitadditionaltabsModal .modal-content .modal-body table thead tr>th:first-child,
#product #iqitadditionaltabsModal .modal-content .modal-body table tbody tr>td:first-child {
	position: sticky;
	left: 0;
	background: #fff;
	min-width: 80px;
	background-clip: content-box
}

#product #iqitsizecharts-modal .modal-content .modal-body table tbody tr td,
#product #iqitadditionaltabsModal .modal-content .modal-body table tbody tr td {
	white-space: nowrap
}

#product #iqitsizecharts-modal .modal-content .modal-body table:not(.measure-table) tr:not(:last-child),
#product #iqitsizecharts-modal .modal-content .modal-body table:not(.measure-table) thead>tr,
#product #iqitadditionaltabsModal .modal-content .modal-body table:not(.measure-table) tr:not(:last-child),
#product #iqitadditionaltabsModal .modal-content .modal-body table:not(.measure-table) thead>tr {
	border-bottom: 1px solid #000
}

#product #iqitsizecharts-modal .modal-content .modal-body table:not(.measure-table) th,
#product #iqitsizecharts-modal .modal-content .modal-body table:not(.measure-table) td,
#product #iqitadditionaltabsModal .modal-content .modal-body table:not(.measure-table) th,
#product #iqitadditionaltabsModal .modal-content .modal-body table:not(.measure-table) td {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 30px 10px 0;
	min-width: 30px;
	width: 1%
}

#product #iqitsizecharts-modal .modal-content .modal-body table.measure-table,
#product #iqitadditionaltabsModal .modal-content .modal-body table.measure-table {
	max-width: 250px
}

#product #iqitsizecharts-modal .modal-content .modal-body table.measure-table:empty,
#product #iqitadditionaltabsModal .modal-content .modal-body table.measure-table:empty {
	display: none
}

#product #iqitsizecharts-modal .modal-content .modal-body table.measure-table:before,
#product #iqitadditionaltabsModal .modal-content .modal-body table.measure-table:before {
	content: "Mensurations du mannequin";
	text-transform: uppercase;
	margin-bottom: 10px;
	text-decoration: underline;
	display: inline-block
}

#product #iqitsizecharts-modal .modal-content .modal-body .sizeline a,
#product #iqitadditionaltabsModal .modal-content .modal-body .sizeline a {
	text-decoration: underline
}

#product #iqitsizecharts-modal .modal-content .modal-body .sizeline a:first-child,
#product #iqitadditionaltabsModal .modal-content .modal-body .sizeline a:first-child {
	text-transform: uppercase
}

#product #iqitsizecharts-modal .modal-content .modal-body .sizeline a.right,
#product #iqitadditionaltabsModal .modal-content .modal-body .sizeline a.right {
	float: right
}

#product.mep-k-noproduct #wrapper {
	padding-top: 120px
}

#product.mep-k-noproduct #wrapper .breadcrumb {
	margin-top: 0;
	padding-left: 15px
}

#product.mep-k-noproduct .page-not-found {
	display: none
}

.touch-device .social-sharing .share-title {
	display: block !important
}

.touch-device .social-sharing ul {
	padding-top: 10px
}

.product-id-category-189 .zoom-btn {
	display: none
}

.lang-en .measure-table:before {
	content: "Model Measurements" !important
}

.fancybox-overlay {
	background: rgba(0, 0, 0, .1) !important
}

.fancybox-wrap {
	width: calc(100% - 40px) !important;
	max-width: 525px
}

.fancybox-wrap .fancybox-close {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAz1BMVEVMaXEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADT4TevAAAARXRSTlMAAQIDBQwOERIWFxgZGyAiOTw9QEJHSExRU1ZcXmVma4KKjo+RkpOXnqKkp6qys7S4wsbHytHS1NXX2Nrb3t/h6Ovw9P4uGB60AAAA1UlEQVR42oVR2RZCUBTdqVukiVQ0aNKkgRCRUPn/b+qhRT1cq/241zpnTziH7kKoIEdFWLjhGeYtMcY8k7EMPzaSmwlV8+P9sJnRzeE+9jUV9c7SDXYy+2FZeRe4y04dIN3V1d/0agBQ623866pLAID0t8FlLVWBqrS+BNs++Vxyin735gIhwty76wqX6TRGp8iaDQYzKzqNGrnXUntyjJzDwYmOk3bpm6HcmtrPx+NpT1tl/IAR9VeavnSRwX+a/qRAkm6QHocenl5VQbEFMxSMRp/4DegyKWHXLsuDAAAAAElFTkSuQmCC);
	top: 7px;
	right: 4px;
	background-size: 11px;
	background-repeat: no-repeat;
	background-position: center
}

.fancybox-wrap .fancybox-skin {
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 0;
	color: #000;
	background: #fff
}

.fancybox-wrap .fancybox-skin .fancybox-inner {
	width: 100% !important;
	overflow: hidden !important;
	height: unset !important
}

.fancybox-wrap .fancybox-skin .fancybox-inner .title,
.fancybox-wrap .fancybox-skin .fancybox-inner h2 {
	border-bottom: 1px solid #a8a8a8;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 0 15px;
	line-height: normal;
	margin-bottom: 12px
}

.fancybox-wrap .fancybox-skin .fancybox-inner .title.fancy-h2,
.fancybox-wrap .fancybox-skin .fancybox-inner h2.fancy-h2 {
	border: none;
	font-size: 25px;
	margin: 20px 0 10px 0;
	padding-bottom: 0
}

.fancybox-wrap .fancybox-skin .fancybox-inner .title.fancy-h2+p,
.fancybox-wrap .fancybox-skin .fancybox-inner h2.fancy-h2+p {
	font-size: 13px
}

.fancybox-wrap .fancybox-skin .fancybox-inner #send_friend_form {
	width: 100%;
	border: none
}

.fancybox-wrap .fancybox-skin .fancybox-inner #send_friend_form #send_friend_form_error {
	background: none;
	color: red;
	font-size: 13px;
	border: none;
	padding: 0;
	text-transform: uppercase
}

.fancybox-wrap .fancybox-skin .fancybox-inner #send_friend_form .fancy-head {
	margin-bottom: 30px
}

.fancybox-wrap .fancybox-skin .fancybox-inner #send_friend_form .fancy-head p:not(.title) {
	font-size: 11px;
	font-family: "HelveticaNeueLTStd-MdCn", sans-serif;
	margin-bottom: 5px
}

.fancybox-wrap .fancybox-skin .fancybox-inner #send_friend_form .fancy-head p:not(.title).legend {
	text-transform: uppercase;
	font-style: italic
}

.fancybox-wrap .fancybox-skin .fancybox-inner #send_friend_form #send_friend_form_content .form_container {
	margin-bottom: 20px
}

.fancybox-wrap .fancybox-skin .fancybox-inner #send_friend_form #send_friend_form_content .form_container .form-group {
	display: flex
}

.fancybox-wrap .fancybox-skin .fancybox-inner #send_friend_form #send_friend_form_content .form_container .form-group>* {
	display: inline-block
}

.fancybox-wrap .fancybox-skin .fancybox-inner #send_friend_form #send_friend_form_content .form_container .form-group input {
	padding: 0 5px;
	height: 20px;
	width: 170px;
	font-size: 12px;
	color: #666
}

.fancybox-wrap .fancybox-skin .fancybox-inner #send_friend_form #send_friend_form_content .form_container .form-group label {
	width: 130px;
	float: left;
	line-height: 20px;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 !important;
	padding: 0 !important
}

.fancybox-wrap .fancybox-skin .fancybox-inner #send_friend_form #send_friend_form_content .form_container .form-group label.required:after {
	content: " *"
}

.fancybox-wrap .fancybox-skin .fancybox-inner #send_friend_form #send_friend_form_content .custom-checkbox label {
	text-transform: uppercase;
	font-size: 11px
}

.fancybox-wrap .fancybox-skin .fancybox-inner #send_friend_form #send_friend_form_content .custom-checkbox label a:hover {
	text-decoration: underline
}

.fancybox-wrap .fancybox-skin .fancybox-inner #send_friend_form #send_friend_form_content #sendEmail {
	margin-top: 20px
}

.fancybox-wrap .fancybox-skin .fancybox-inner #send_friend_form .product_desc {
	text-align: left;
	margin: 0 0 9px;
	color: rgba(51, 51, 51, .2);
	font-size: 13px
}

.fancybox-wrap .fancybox-skin .fancybox-inner #send_friend_form .product {
	border: none
}

.fancybox-wrap .fancybox-skin .fancybox-inner #send_friend_form img {
	width: 100%;
	max-width: 180px
}

.fancybox-wrap .fancybox-skin .fancybox-inner input.button {
	border: 1px solid #000;
	background: #000;
	color: #fff;
	padding: 7px;
	cursor: pointer;
	font-weight: 600
}

body#product.product-id-6600 .product-info-row .col-product-image .slick-track .slick-slide,
body#product.product-id-6600 .product-info-row .col-product-image .swiper-slide,
body#product.product-id-6606 .product-info-row .col-product-image .slick-track .slick-slide,
body#product.product-id-6606 .product-info-row .col-product-image .swiper-slide,
body#product.product-id-6605 .product-info-row .col-product-image .slick-track .slick-slide,
body#product.product-id-6605 .product-info-row .col-product-image .swiper-slide,
body#product.product-id-6604 .product-info-row .col-product-image .slick-track .slick-slide,
body#product.product-id-6604 .product-info-row .col-product-image .swiper-slide,
body#product.product-id-6331 .product-info-row .col-product-image .slick-track .slick-slide,
body#product.product-id-6331 .product-info-row .col-product-image .swiper-slide {
	padding: 0 !important
}

body#product.product-id-6600 .product-info-row .col-product-image .slick-track .slick-slide .product-lmage-large>img,
body#product.product-id-6600 .product-info-row .col-product-image .swiper-slide .product-lmage-large>img,
body#product.product-id-6606 .product-info-row .col-product-image .slick-track .slick-slide .product-lmage-large>img,
body#product.product-id-6606 .product-info-row .col-product-image .swiper-slide .product-lmage-large>img,
body#product.product-id-6605 .product-info-row .col-product-image .slick-track .slick-slide .product-lmage-large>img,
body#product.product-id-6605 .product-info-row .col-product-image .swiper-slide .product-lmage-large>img,
body#product.product-id-6604 .product-info-row .col-product-image .slick-track .slick-slide .product-lmage-large>img,
body#product.product-id-6604 .product-info-row .col-product-image .swiper-slide .product-lmage-large>img,
body#product.product-id-6331 .product-info-row .col-product-image .slick-track .slick-slide .product-lmage-large>img,
body#product.product-id-6331 .product-info-row .col-product-image .swiper-slide .product-lmage-large>img {
	height: calc(100vh - 34px) !important
}

@media screen and (max-width:1550px)and (min-width:1024px) {
	#product #desktop-header {
		padding-left: 255px
	}

	#product #wrapper {
		padding-right: 0
	}
}

@media screen and (max-width:1550px) {
	#product #wrapper .container:not(:first-child) {
		padding: 0
	}
}

@media screen and (max-width:1024px) {
	#product .product-info-row .col-product-info {
		max-width: 50%
	}
}

@media screen and (max-width:1366px) {
	#product #slide-count {
		display: none
	}
}

@media screen and (max-width:1366px)and (min-width:768px) {

	body#product #wrapper .product-info-row .col-product-image .slick-slide .product-lmage-large>img,
	body#product #wrapper .product-info-row .col-product-image .swiper-slide .product-lmage-large>img {
		height: calc(100% - 9vh) !important;
		width: 100%
	}

	body#product #wrapper .product-info-row .col-product-image .slick-slider .slick-list,
	body#product #wrapper .product-info-row .col-product-image .swiper-wrapper {
		height: calc(100vh - 34px) !important
	}

	body#product #wrapper .product-info-row .col-product-image .slick-arrow {
		color: #444;
		background-color: rgba(0, 0, 0, 0);
		left: 50%;
		transform: translateX(-50%)
	}

	body#product #wrapper .product-info-row .col-product-image .slick-arrow.slick-next {
		top: unset;
		bottom: 1rem
	}

	body#product #wrapper .product-info-row .col-product-image .slick-arrow.slick-next:before {
		content: "";
		font-size: 30px
	}

	body#product #wrapper .product-info-row .col-product-image .slick-arrow.slick-prev {
		top: 1rem
	}

	body#product #wrapper .product-info-row .col-product-image .slick-arrow.slick-prev:before {
		content: "";
		font-size: 30px
	}

	body#product #wrapper .product-info-row .col-product-image .zoom-btn {
		opacity: 1
	}

	body#product.product-id-6600 .product-info-row .col-product-image .slick-track .slick-slide,
	body#product.product-id-6600 .product-info-row .col-product-image .swiper-slide,
	body#product.product-id-6606 .product-info-row .col-product-image .slick-track .slick-slide,
	body#product.product-id-6606 .product-info-row .col-product-image .swiper-slide,
	body#product.product-id-6605 .product-info-row .col-product-image .slick-track .slick-slide,
	body#product.product-id-6605 .product-info-row .col-product-image .swiper-slide,
	body#product.product-id-6604 .product-info-row .col-product-image .slick-track .slick-slide,
	body#product.product-id-6604 .product-info-row .col-product-image .swiper-slide,
	body#product.product-id-6331 .product-info-row .col-product-image .slick-track .slick-slide,
	body#product.product-id-6331 .product-info-row .col-product-image .swiper-slide {
		padding: 0 !important
	}

	body#product.product-id-6600 .product-info-row .col-product-image .slick-track .slick-slide .product-lmage-large>img,
	body#product.product-id-6600 .product-info-row .col-product-image .swiper-slide .product-lmage-large>img,
	body#product.product-id-6606 .product-info-row .col-product-image .slick-track .slick-slide .product-lmage-large>img,
	body#product.product-id-6606 .product-info-row .col-product-image .swiper-slide .product-lmage-large>img,
	body#product.product-id-6605 .product-info-row .col-product-image .slick-track .slick-slide .product-lmage-large>img,
	body#product.product-id-6605 .product-info-row .col-product-image .swiper-slide .product-lmage-large>img,
	body#product.product-id-6604 .product-info-row .col-product-image .slick-track .slick-slide .product-lmage-large>img,
	body#product.product-id-6604 .product-info-row .col-product-image .swiper-slide .product-lmage-large>img,
	body#product.product-id-6331 .product-info-row .col-product-image .slick-track .slick-slide .product-lmage-large>img,
	body#product.product-id-6331 .product-info-row .col-product-image .swiper-slide .product-lmage-large>img {
		height: unset !important
	}
}

@media screen and (min-width:765px)and (max-width:830px) {
	#product #add-to-cart-notify {
		font-size: 16px;
		padding: 6px 11px;
		max-width: 240px !important;
		width: 240px !important
	}
}

@media screen and (max-width:768px)and (min-width:768px) {
	#product #wrapper .product-info-row .col-product-image .slick-slider .slick-list {
		height: calc(100vh - 50px) !important
	}
}

@media screen and (max-width:767px) {
	#product #wrapper {
		padding-top: 15px
	}

	#product #wrapper .product-info-row {
		padding: 15px;
		display: block
	}

	#product #wrapper .product-info-row>div {
		max-width: unset
	}

	#product #wrapper .product-info-row .col-product-image {
		position: static
	}

	#product #wrapper .product-info-row .col-product-image .zoom-btn {
		top: 95%;
		opacity: 1
	}

	#product #wrapper .product-info-row .col-product-image .slick-slider .slick-arrow {
		color: #444;
		background-color: rgba(0, 0, 0, 0)
	}

	#product #wrapper .product-info-row .col-product-image .slick-slider .slick-arrow.slick-next:before {
		content: "";
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAeCAYAAAD6t+QOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY4MjcyMDRDMDk3NjExRUJCNTA2RDE3NDMyRjQzNTM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY4MjcyMDREMDk3NjExRUJCNTA2RDE3NDMyRjQzNTM4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjgyNzIwNEEwOTc2MTFFQkI1MDZEMTc0MzJGNDM1MzgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjgyNzIwNEIwOTc2MTFFQkI1MDZEMTc0MzJGNDM1MzgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7Okex6AAAAw0lEQVR42mL8//8/A7GAiYEEMEgUg8BOIGYl1uRnQHwSiPmINX0qEF8GYn5iNTQC8T0gliRWQyUQPwRiWWI1pAHxSyDWJFZDDBC/AmJjYjV4AfE7ILYlVoMLEL8GYl9iNRhCQ0mHmQjFL6ARZkWMyRZAfJ+Y0PGGutmZkMIgaGiYE1KYCo0YbUIKc4H4ORCrEFLYBA0maUIKO4H4JhCLEFI4F4jPEpMBVgDxcSDmJKSQBYi5gdgOiH8TUsw4BEskgAADALCZI4iHPe/uAAAAAElFTkSuQmCC) no-repeat center center;
		width: 11px;
		height: 30px;
		position: absolute
	}

	#product #wrapper .product-info-row .col-product-image .slick-slider .slick-arrow.slick-prev:before {
		content: "";
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAeCAYAAAD6t+QOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY3REJBREIwMDk3NDExRUJBOERDQUQwRUZGRTRGNzUwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY3REJBREIxMDk3NDExRUJBOERDQUQwRUZGRTRGNzUwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjdEQkFEQUUwOTc0MTFFQkE4RENBRDBFRkZFNEY3NTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjdEQkFEQUYwOTc0MTFFQkE4RENBRDBFRkZFNEY3NTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5Tz96zAAAArklEQVR42mL8//8/A7GAiYEEMEgUEwt4gXgjMSaLAPFpIH5GSCEfEF8C4pmEFAoB8XUgnkxIoQAQXwTiWYQU8kNNnEJIoTDUxOmEFPIQ60YRqIlTCSkUB+L9xLgRBKqB+BuxUQlywm4gnk2sBj5olM4jVgMHNGpnk5K6QDYsIFYDKLwvk2IDSMMZIF5IipNI8gMnsg2MRGgApcIjIE3EZKuPQGwGchbjECyRAAIMACxuJEdJMqKJAAAAAElFTkSuQmCC) no-repeat center center;
		width: 11px;
		height: 30px;
		position: absolute
	}

	#product #wrapper .product-info-row .col-product-image .slick-slider#product-images-large,
	#product #wrapper .product-info-row .col-product-image .swiper-slider#product-images-large {
		max-width: unset !important;
		margin: 0 auto
	}

	#product #wrapper .product-info-row .col-product-image .slick-slide,
	#product #wrapper .product-info-row .col-product-image .swiper-slide {
		padding: 0;
		margin-left: 0
	}

	#product #wrapper .product-info-row .col-product-image .slick-slide .product-lmage-large>img,
	#product #wrapper .product-info-row .col-product-image .swiper-slide .product-lmage-large>img {
		height: unset !important;
		max-width: 500px;
		margin: 0 auto;
		width: calc(100vw - 30px)
	}

	#product #wrapper .product-info-row .col-product-info {
		padding: 15px 0
	}

	#product #wrapper .product-info-row .col-product-info .product-information .product-variants .product-variants-item .custom-select2 .form-control-select {
		min-width: 150px
	}

	#product #wrapper .product-info-row .col-product-info .product-variants {
		max-width: unset
	}

	#product .fancybox-wrap .submit {
		text-align: center
	}

	#product .sizeline a {
		font-size: 13px
	}

	#product .iqitmeasure-tab table {
		height: auto !important
	}
}

@media screen and (max-width:480px) {
	#product .product-info-row .col-product-info .breadcrumb {
		margin-bottom: 15px
	}

	#product .product-info-row .col-product-info .product_header_container {
		margin-bottom: 0
	}

	#product .product-info-row .col-product-info .product_header_container .page-title {
		margin-bottom: 0
	}

	#product .product-info-row .col-product-info #iqitadditionaltabs-accordion {
		margin-top: -10px !important
	}

	#product .product-info-row .col-product-info #product-message-block {
		flex-basis: auto;
		order: 5;
		margin-top: 5px !important
	}

	#product .product-info-row .col-product-info #product-archive-message-block {
		flex-basis: auto;
		order: 5
	}

	#product .product-info-row .col-product-info .product-information {
		display: flex;
		flex-wrap: wrap;
		position: relative
	}

	#product .product-info-row .col-product-info .product-information>div {
		width: 100%
	}

	#product .product-info-row .col-product-info .product-information>div:nth-child(1) {
		order: 3
	}

	#product .product-info-row .col-product-info .product-information>div:nth-child(2) {
		order: 4
	}

	#product .product-info-row .col-product-info .product-information>div:nth-child(3) {
		margin: 0;
		position: absolute;
		right: 0;
		width: auto
	}

	#product .product-info-row .col-product-info .product-information>div .product_p_price_container {
		padding: 0
	}

	#product .product-info-row .col-product-info .product-information>div .variants-sizeguide {
		margin-bottom: 15px
	}

	#product .product-info-row .col-product-info .product-information>div .productlinks {
		padding-top: 0;
		margin-top: 0;
		padding-bottom: 15px;
		margin-bottom: 15px;
		max-width: 100%
	}
}

@media screen and (max-width:370px) {
	#product #iqitsizecharts-modal .modal-content .modal-body .sizeline a {
		float: none !important;
		display: inline-block;
		margin-right: 15px
	}
}

#product-modal {
	cursor: zoom-out
}

#product-modal .modal-dialog {
	top: 0 !important;
	transform: none !important;
	max-width: 100%;
	padding: 0
}

#product-modal #modal-product-covers img {
	margin: 0 auto;
	width: 1000px;
	max-width: 100%
}

@media(orientation:portrait) {
	#product-modal #modal-product-covers img {
		min-height: calc(var(--vh, 1vh)*100);
		object-fit: contain
	}
}

#product-modal .modal-content {
	height: auto;
	transform: none !important
}

.swiper .swiper-pagination-bullet {
	background-color: #fff;
	border: 1px solid #000;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 6px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 6px));
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px) !important
}

.swiper .swiper-pagination-bullet-active {
	background-color: #000
}

.swiper-horizontal>.swiper-pagination-bullets {
	text-align: right;
	padding-left: 15px;
	padding-right: 15px;
	bottom: 5px !important
}

.slick-slider {
	touch-action: auto !important
}

.slick-slider img {
	-webkit-touch-callout: default
}

.alma-payment-plans-container {
	padding-bottom: 0;
	padding-left: 0;
	border: none
}

@media(max-width:480px) {
	.alma-payment-plans-container {
		margin-bottom: 10px
	}
}

.alma-eligibility-modal-bullet,
.alma-eligibility-modal-schedule-details div {
	color: #000 !important
}

.alma-eligibility-modal-active-option,
.alma-eligibility-modal-schedule-details ._2Nmkl._1Z9wr {
	background-color: #000 !important
}

.alma-eligibility-modal-schedule-details ._1Z9wr {
	background-color: rgba(164, 164, 164, .6) !important
}

.btn-custom:hover,
.btn-custom:focus {
	box-shadow: inset 0 0 0 4px #000
}

.btn-custom-alternate:hover,
.btn-custom-alternate:focus {
	box-shadow: inset 0 0 0 4px #000
}

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

.visually-hidden {
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	position: absolute
}

.zoom-image {
	display: block;
	overflow: hidden;
	position: relative
}

.zoom-image>img {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.zoom-image>img:hover,
.zoom-image>img:focus {
	transform: scale(1.1) translate(0)
}

body.category-id-212 h1.cat-name {
	font-size: 0;
	opacity: 0
}

#facets_search_center {
	display: block;
	background: none;
	position: absolute;
	right: -100px;
	padding-top: 3px
}

#facets_search_center .facet-title {
	border-bottom: 0;
	font-weight: 500;
	font-size: 1.5rem;
	margin-bottom: 0
}

#facets_search_center #search_filters .facet {
	width: auto !important;
	min-width: 100px !important;
	padding: 0 10px 1rem !important
}

#facets_search_center #search_filters ul {
	max-height: none
}

#facets_search_center #search_filters .facet-label.active {
	text-decoration: underline
}

#facets_search_center #search_filters .facet-label a {
	font-size: 1.1rem
}

#facets_search_center #search_filters .facet-label .custom-checkbox {
	display: none
}

#facets_search_center #search_filters .facet-label .magnitude {
	display: none
}

#facets_search_center .mobile-close-filter-cross {
	display: none
}

@media(max-width:520px) {
	#facets_search_center #search_filters ul {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3
	}

	#facets_search_center .apply-mobile-filter {
		width: 100%;
		max-width: 100%
	}
}

@media(min-width:520px)and (max-width:1023px) {
	#facets_search_center #search_filters ul {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4
	}

	#facets_search_center .apply-mobile-filter {
		width: 100%;
		max-width: 380px;
		margin-left: auto !important;
		margin-right: auto !important
	}
}

@media(min-width:769px)and (max-width:1023px) {
	#facets_search_center #facets_search_wrapper {
		margin-top: 110px !important
	}
}

@media(max-width:1023px) {
	#facets_search_center {
		overflow-y: auto;
		transition: .2s ease-out;
		overflow-x: hidden;
		display: none;
		position: absolute;
		right: 0;
		z-index: 1;
		margin: 0;
		background: #fff
	}

	#facets_search_center.show {
		position: fixed;
		top: 50px;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: 999;
		-webkit-animation-duration: .2s;
		animation-duration: .2s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: customFadeInLeft;
		animation-name: customFadeInLeft
	}

	#facets_search_center.fadeOut {
		-webkit-animation-duration: .2s;
		animation-duration: .2s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: customFadeOutLeft;
		animation-name: customFadeOutLeft
	}

	#facets_search_center #facets_search_wrapper {
		margin-top: 25px;
		text-align: center
	}

	#facets_search_center #search_filters {
		margin-left: 0;
		margin-right: 0;
		text-align: center
	}

	#facets_search_center #search_filters ul {
		margin-top: 10px;
		grid-auto-flow: column;
		text-align: center
	}

	#facets_search_center #search_filters ul li {
		margin-bottom: 5px
	}

	#facets_search_center #search_filters aside.facet {
		width: 100% !important
	}

	#facets_search_center #search_filters .facet-title {
		margin-left: 15px
	}

	#facets_search_center .mobile-close-filter-cross {
		display: inline-block;
		margin-left: 5px;
		font-size: 12px;
		line-height: 17px
	}

	#facets_search_center .apply-mobile-filter {
		margin-bottom: 10px;
		margin-top: 10px;
		margin-left: 5px;
		margin-right: 5px
	}
}

@-webkit-keyframes customFadeOutLeft {
	0% {
		-webkit-transform: translateX(0)
	}

	100% {
		-webkit-transform: translateX(-200%)
	}
}

@keyframes customFadeOutLeft {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-200%)
	}
}

@-webkit-keyframes customFadeInLeft {
	0% {
		-webkit-transform: translateX(-200%)
	}

	100% {
		-webkit-transform: translateX(0)
	}
}

@keyframes customFadeInLeft {
	0% {
		transform: translateX(-200%)
	}

	100% {
		transform: translateX(0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

.fadeInLeft {
	-webkit-animation-name: customFadeInLeft;
	animation-name: customFadeInLeft
}

@media(max-width:1023px) {

	.product-mobile-filter,
	.product-mobile-filter-init {
		text-transform: uppercase;
		position: absolute;
		right: 0;
		top: -35px
	}

	.product-mobile-filter.show,
	.product-mobile-filter-init.show {
		display: block !important
	}

	.product-mobile-filter-init {
		display: none
	}

	.product-mobile-filter-init.show {
		display: block !important
	}

	.product-mobile-filter.hide {
		display: none !important
	}
}

@media(min-width:1024px) {

	.product-mobile-filter,
	.product-mobile-filter-init,
	.apply-mobile-filter {
		display: none !important
	}
}

#category #js-product-list {
	position: relative
}

#main #products {
	position: relative
}

.elementor-products-tabs .nav-tabs {
	border-bottom: none !important
}

.page-category #content-wrapper #main #products .alert-warning,
#manufacturer #content-wrapper #main #products .alert-warning,
#searchiqit #content-wrapper #main #products .alert-warning,
#new-products #content-wrapper #main #products .alert-warning {
	background: none;
	text-align: center;
	border: none
}

.page-category #content-wrapper #main #products .alert-warning strong,
#manufacturer #content-wrapper #main #products .alert-warning strong,
#searchiqit #content-wrapper #main #products .alert-warning strong,
#new-products #content-wrapper #main #products .alert-warning strong {
	color: red
}

.page-category #content-wrapper .page-title.parent-cat-name,
#manufacturer #content-wrapper .page-title.parent-cat-name,
#searchiqit #content-wrapper .page-title.parent-cat-name,
#new-products #content-wrapper .page-title.parent-cat-name {
	border-bottom: 0;
	font-size: 42px;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	line-height: 100%
}

.page-category #content-wrapper .h1.cat-name,
#manufacturer #content-wrapper .h1.cat-name,
#searchiqit #content-wrapper .h1.cat-name,
#new-products #content-wrapper .h1.cat-name {
	text-transform: uppercase;
	text-align: center;
	font-size: 26px;
	margin-bottom: 50px;
	font-weight: 400
}

.page-category #content-wrapper .product-miniature-grid .product-description,
#manufacturer #content-wrapper .product-miniature-grid .product-description,
#searchiqit #content-wrapper .product-miniature-grid .product-description,
#new-products #content-wrapper .product-miniature-grid .product-description {
	padding: 0;
	margin-bottom: 20px;
	margin-top: 5px
}

.page-category #content-wrapper .product-miniature-grid .product-title,
#manufacturer #content-wrapper .product-miniature-grid .product-title,
#searchiqit #content-wrapper .product-miniature-grid .product-title,
#new-products #content-wrapper .product-miniature-grid .product-title {
	font-size: 11px;
	line-height: 1;
	margin-top: 4px;
	margin-bottom: 0;
	padding-bottom: 0
}

.page-category #content-wrapper .product-miniature-grid .product-price,
.page-category #content-wrapper .product-miniature-grid .product-available-date,
#manufacturer #content-wrapper .product-miniature-grid .product-price,
#manufacturer #content-wrapper .product-miniature-grid .product-available-date,
#searchiqit #content-wrapper .product-miniature-grid .product-price,
#searchiqit #content-wrapper .product-miniature-grid .product-available-date,
#new-products #content-wrapper .product-miniature-grid .product-price,
#new-products #content-wrapper .product-miniature-grid .product-available-date {
	font-size: 12px;
	color: #000;
	line-height: 1;
	text-transform: uppercase
}

.page-category #content-wrapper .product-miniature-grid .product-price.mind-discount-k,
.page-category #content-wrapper .product-miniature-grid .product-available-date.mind-discount-k,
#manufacturer #content-wrapper .product-miniature-grid .product-price.mind-discount-k,
#manufacturer #content-wrapper .product-miniature-grid .product-available-date.mind-discount-k,
#searchiqit #content-wrapper .product-miniature-grid .product-price.mind-discount-k,
#searchiqit #content-wrapper .product-miniature-grid .product-available-date.mind-discount-k,
#new-products #content-wrapper .product-miniature-grid .product-price.mind-discount-k,
#new-products #content-wrapper .product-miniature-grid .product-available-date.mind-discount-k {
	color: #f13340;
	margin-right: 5px
}

.page-category #content-wrapper .product-miniature-grid .product-price-and-shipping .regular-price,
#manufacturer #content-wrapper .product-miniature-grid .product-price-and-shipping .regular-price,
#searchiqit #content-wrapper .product-miniature-grid .product-price-and-shipping .regular-price,
#new-products #content-wrapper .product-miniature-grid .product-price-and-shipping .regular-price {
	color: #000;
	opacity: 1;
	font-size: 12px;
	display: inline-block
}

.page-category #content-wrapper .product-miniature-grid .product-price-and-shipping .discount,
#manufacturer #content-wrapper .product-miniature-grid .product-price-and-shipping .discount,
#searchiqit #content-wrapper .product-miniature-grid .product-price-and-shipping .discount,
#new-products #content-wrapper .product-miniature-grid .product-price-and-shipping .discount {
	color: #f13340;
	font-weight: 400;
	font-size: 12px
}

.page-category #content-wrapper .product-miniature-grid .slick-arrow,
#manufacturer #content-wrapper .product-miniature-grid .slick-arrow,
#searchiqit #content-wrapper .product-miniature-grid .slick-arrow,
#new-products #content-wrapper .product-miniature-grid .slick-arrow {
	background-color: rgba(0, 0, 0, 0);
	color: #444
}

@media(min-width:1025px) {

	.page-category #content-wrapper .product-miniature-grid .slick-arrow,
	#manufacturer #content-wrapper .product-miniature-grid .slick-arrow,
	#searchiqit #content-wrapper .product-miniature-grid .slick-arrow,
	#new-products #content-wrapper .product-miniature-grid .slick-arrow {
		display: none !important
	}
}

.page-category #content-wrapper .product-miniature-grid .slick-arrow.slick-prev,
#manufacturer #content-wrapper .product-miniature-grid .slick-arrow.slick-prev,
#searchiqit #content-wrapper .product-miniature-grid .slick-arrow.slick-prev,
#new-products #content-wrapper .product-miniature-grid .slick-arrow.slick-prev {
	left: 10px
}

.page-category #content-wrapper .product-miniature-grid .slick-arrow.slick-next,
#manufacturer #content-wrapper .product-miniature-grid .slick-arrow.slick-next,
#searchiqit #content-wrapper .product-miniature-grid .slick-arrow.slick-next,
#new-products #content-wrapper .product-miniature-grid .slick-arrow.slick-next {
	right: 10px
}

@media(min-width:1025px) {

	.page-category #content-wrapper .product-miniature-grid .slick-slider:hover .slick-arrow,
	.page-category #content-wrapper .product-miniature-grid .slick-slider:focus .slick-arrow,
	#manufacturer #content-wrapper .product-miniature-grid .slick-slider:hover .slick-arrow,
	#manufacturer #content-wrapper .product-miniature-grid .slick-slider:focus .slick-arrow,
	#searchiqit #content-wrapper .product-miniature-grid .slick-slider:hover .slick-arrow,
	#searchiqit #content-wrapper .product-miniature-grid .slick-slider:focus .slick-arrow,
	#new-products #content-wrapper .product-miniature-grid .slick-slider:hover .slick-arrow,
	#new-products #content-wrapper .product-miniature-grid .slick-slider:focus .slick-arrow {
		display: inline-block !important
	}
}

.page-category #content-wrapper .product-miniature-grid .product-out-stock,
#manufacturer #content-wrapper .product-miniature-grid .product-out-stock,
#searchiqit #content-wrapper .product-miniature-grid .product-out-stock,
#new-products #content-wrapper .product-miniature-grid .product-out-stock {
	font-size: 11px;
	font-style: italic;
	text-transform: uppercase
}

.page-category .thumbnail-container:before,
.page-category .thumbnail-container:after,
#manufacturer .thumbnail-container:before,
#manufacturer .thumbnail-container:after,
#searchiqit .thumbnail-container:before,
#searchiqit .thumbnail-container:after,
#new-products .thumbnail-container:before,
#new-products .thumbnail-container:after {
	position: absolute;
	content: "";
	background: #fff;
	height: 100%;
	width: 2.5px;
	z-index: 1;
	top: 0
}

.page-category .thumbnail-container:before,
#manufacturer .thumbnail-container:before,
#searchiqit .thumbnail-container:before,
#new-products .thumbnail-container:before {
	left: -1px
}

.page-category .thumbnail-container:after,
#manufacturer .thumbnail-container:after,
#searchiqit .thumbnail-container:after,
#new-products .thumbnail-container:after {
	right: -1px
}

#searchiqit #js-product-list-header.h1,
#index #js-product-list-header.h1,
#new-products #js-product-list-header.h1 {
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase
}

#searchiqit .product-miniature-grid .product-description,
#index .product-miniature-grid .product-description,
#new-products .product-miniature-grid .product-description {
	padding: 0;
	margin-bottom: 20px;
	margin-top: 5px
}

#searchiqit .product-miniature-grid .product-title,
#index .product-miniature-grid .product-title,
#new-products .product-miniature-grid .product-title {
	font-size: 11px;
	line-height: 1;
	margin-top: 4px;
	margin-bottom: 0;
	padding-bottom: 0
}

#searchiqit .product-miniature-grid .product-price,
#index .product-miniature-grid .product-price,
#new-products .product-miniature-grid .product-price {
	font-size: 12px;
	color: #000;
	line-height: 1
}

#searchiqit .product-miniature-grid .product-price.mind-discount-k,
#index .product-miniature-grid .product-price.mind-discount-k,
#new-products .product-miniature-grid .product-price.mind-discount-k {
	color: #f13340;
	margin-right: 5px
}

#searchiqit .product-miniature-grid .product-price-and-shipping .regular-price,
#index .product-miniature-grid .product-price-and-shipping .regular-price,
#new-products .product-miniature-grid .product-price-and-shipping .regular-price {
	color: #000;
	opacity: 1;
	font-size: 12px;
	display: inline-block
}

#searchiqit .product-miniature-grid .slick-arrow,
#index .product-miniature-grid .slick-arrow,
#new-products .product-miniature-grid .slick-arrow {
	background-color: rgba(0, 0, 0, 0);
	color: #444
}

@media(min-width:1025px) {

	#searchiqit .product-miniature-grid .slick-arrow,
	#index .product-miniature-grid .slick-arrow,
	#new-products .product-miniature-grid .slick-arrow {
		display: none !important
	}
}

#searchiqit .product-miniature-grid .slick-arrow.slick-prev,
#index .product-miniature-grid .slick-arrow.slick-prev,
#new-products .product-miniature-grid .slick-arrow.slick-prev {
	left: 10px
}

#searchiqit .product-miniature-grid .slick-arrow.slick-next,
#index .product-miniature-grid .slick-arrow.slick-next,
#new-products .product-miniature-grid .slick-arrow.slick-next {
	right: 10px
}

@media(min-width:1025px) {

	#searchiqit .product-miniature-grid .slick-slider:hover .slick-arrow,
	#searchiqit .product-miniature-grid .slick-slider:focus .slick-arrow,
	#index .product-miniature-grid .slick-slider:hover .slick-arrow,
	#index .product-miniature-grid .slick-slider:focus .slick-arrow,
	#new-products .product-miniature-grid .slick-slider:hover .slick-arrow,
	#new-products .product-miniature-grid .slick-slider:focus .slick-arrow {
		display: inline-block !important
	}
}

#searchiqit .product-miniature-grid .product-out-stock,
#index .product-miniature-grid .product-out-stock,
#new-products .product-miniature-grid .product-out-stock {
	font-size: 11px;
	font-style: italic;
	text-transform: uppercase
}

.btn-custom:hover,
.btn-custom:focus {
	box-shadow: inset 0 0 0 4px #000
}

.btn-custom-alternate:hover,
.btn-custom-alternate:focus {
	box-shadow: inset 0 0 0 4px #000
}

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

.visually-hidden {
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	position: absolute
}

.zoom-image {
	display: block;
	overflow: hidden;
	position: relative
}

.zoom-image>img {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.zoom-image>img:hover,
.zoom-image>img:focus {
	transform: scale(1.1) translate(0)
}

.checkout-danger-message {
	color: red
}

.checkout-danger-message a {
	color: red !important
}

#cart-subtotal-discount {
	display: none
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content {
	padding: 25px
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content .col-info {
	padding-left: 0
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content .col-info>.col-12 {
	padding-left: 0;
	padding-right: 30px
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content .col-info>.col-12 .mep-k-titre-popupcart {
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom: 10px
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content .col-info>.col-12 .mep-k-titre-popupcart a:hover {
	opacity: 1
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content .col-info .mep-k-prix-popupcart {
	padding-bottom: 10px
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content .col-info .mep-k-prix-popupcart>span {
	font-size: 14px;
	color: #000
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content .col-info .product-line-info {
	font-size: 12px;
	line-height: 13px;
	margin-top: 5px;
	color: #000
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content .col-info .product-line-info>a:hover {
	opacity: 1;
	text-decoration: underline
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content .col-info .k-fstyle-1 {
	font-size: 11px;
	color: #000
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content .col-info .remove-from-cart {
	font-size: 12px
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content .col-info .remove-from-cart:hover {
	opacity: 1;
	text-decoration: underline
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content .cart-subtotals {
	border-top: 1px solid #d4d4d4
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content .cart-custom-nbproduits {
	margin-bottom: 15px
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content .cart-custom-nbproduits .k-cart-viewall {
	text-decoration: underline;
	font-size: 16px
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content .cart-custom-nbproduits .k-cart-viewall:hover {
	opacity: 1
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content .cart-custom-nbproduits .k-cart-custom-line {
	font-size: 16px;
	color: #000
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content .cart-products {
	overflow-y: hidden;
	max-height: none
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content .cart-products>li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 2vh;
	padding-bottom: 2vh
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content .cart-products>li:last-child {
	margin-bottom: 15px
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content .cart-subtotals {
	padding-top: 40px;
	padding-bottom: 20px
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content .cart-subtotals span {
	font-size: 22px;
	color: #000;
	text-transform: uppercase
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content .no-items {
	font-size: 16px;
	color: #000
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content a.mep-k-orderbtn {
	color: #fff;
	border: 1px solid #000;
	font-size: 17px;
	padding: 0;
	text-transform: uppercase;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center
}

#ps-shoppingcart-wrapper #ps-shoppingcart #blockcart-content a.mep-k-orderbtn:hover {
	color: #000;
	background-color: #fff;
	border: 1px solid #000
}

body#order-confirmation #registration-form {
	max-width: 650px;
	margin: 0 auto
}

body#order-confirmation #registration-form .order-confirmation-title-payment {
	border-right: 0
}

body#order-confirmation #registration-form .order-confirmation-title-payment .mail-sent-info {
	background: none;
	padding: 0;
	color: red
}

body#order-confirmation #registration-form .order-confirmation-title-payment .k-dl-invoice a {
	text-decoration: underline
}

body#order-confirmation #registration-form #order-details {
	padding-top: 15px
}

body#order-confirmation #registration-form .h3.card-title {
	font-size: 18px;
	text-transform: uppercase
}

body#order-confirmation #registration-form {
	margin: 30px auto 20px auto
}

body#order-confirmation #registration-form h3 {
	margin-bottom: 20px
}

body#order-confirmation #registration-form .input-group-password {
	margin-bottom: 15px
}

body#order-confirmation .order-confirmation-title-payment {
	border: none
}

body#order-confirmation #order-details #cart-summary-product-list {
	max-height: 310px;
	overflow: hidden auto
}

body#order-confirmation #order-details #cart-summary-product-list .cart-summary-product {
	border: none;
	padding: 25px 0 0 0;
	width: 100%
}

body#order-confirmation #order-details #cart-summary-product-list .cart-summary-product .product-line-info {
	font-size: 15px;
	margin-top: 5px
}

body#order-confirmation #order-details #cart-summary-product-list .cart-summary-product .qty-line {
	font-size: 10px
}

body#order-confirmation .order-conf-content {
	font-size: 12px;
	margin-top: 30px
}

body#order-confirmation .order-conf-content .order-conf-information {
	margin-top: 45px;
	font-size: 12px;
	text-transform: uppercase
}

body#order-confirmation .order-conf-content .order-conf-information li {
	margin-bottom: 12px
}

body#order-confirmation .order-conf-content .order-conf-contact {
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 65px
}

body#order-confirmation .cart-summary-subtotals-container {
	margin-top: 40px;
	border-bottom: 1px solid #000
}

body#checkout #lonelystock_cart_footer {
	margin-bottom: 20px
}

body#checkout #main #order-summary-content {
	background: none
}

body#checkout #main #order-summary-content #order-items {
	padding: 0
}

body#checkout #main #order-summary-content #order-items .card-title {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 500
}

body#checkout #main #order-summary-content #order-items .image img {
	margin-bottom: 0
}

body#checkout #main #order-summary-content #order-items .order-confirmation-table {
	border: none
}

body#checkout #main #order-summary-content #order-items .order-confirmation-table .order-line {
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	padding-top: 5px
}

body#checkout #main #order-summary-content #order-items .order-confirmation-table .order-line .nomprod-checkoutk {
	font-size: 18px;
	text-transform: uppercase
}

body#checkout #main #order-summary-content #order-items .order-confirmation-table .order-line .nomprod-checkoutk-container {
	margin-bottom: 30px;
	display: block
}

body#checkout #main #order-summary-content #order-items .order-confirmation-table .order-line .qty .text-right .checkout-k-prix {
	font-size: 18px;
	line-height: 23px
}

body#checkout #main #order-summary-content #order-items .order-confirmation-table .order-line .qty .text-right .checkout-k-prix-label {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 23px
}

body#checkout #main #order-summary-content #order-items .order-confirmation-table .order-line .product-line-info-secondary span {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	color: #000
}

body#checkout #main #order-summary-content #order-items .order-confirmation-table .tablototalprix {
	margin-top: 20px
}

body#checkout #main #order-summary-content #order-items .order-confirmation-table .tablototalprix tbody tr td {
	text-transform: uppercase
}

body#checkout #main #order-summary-content #order-items .order-confirmation-table .tablototalprix tbody tr.total-value td {
	font-size: 18px;
	font-weight: 500
}

body#checkout article.alert-danger {
	font-size: 13px !important;
	color: red !important;
	background: none !important;
	border: none;
	padding: 0 0 0 15px;
	text-align: left !important;
	margin-bottom: 20px
}

body#checkout section.checkout-step {
	opacity: 1;
	border: none;
	padding: 1.4rem 0
}

body#checkout section.checkout-step label {
	cursor: pointer
}

body#checkout section.checkout-step:first-child {
	padding-top: 0;
	padding-bottom: 0
}

body#checkout section.checkout-step>.content {
	padding: 25px 1.25rem;
	padding-bottom: 0;
	padding-right: 0 !important
}

body#checkout section.checkout-step>.summary {
	cursor: pointer;
	text-transform: uppercase
}

body#checkout section.checkout-step>.summary .small-title,
body#checkout section.checkout-step>.summary .edit {
	font-size: 10px
}

body#checkout section.checkout-step>.summary .edit,
body#checkout section.checkout-step>.summary .add-address {
	color: #7f7f7f
}

body#checkout section.checkout-step .step-title {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	border-color: #000 !important
}

body#checkout section.checkout-step .btn[type=submit]:not(.btn-iconic) {
	max-width: 500px;
	margin: 15px 0 0 auto;
	background: #000;
	color: #fff;
	font-size: 17px
}

body#checkout section.checkout-step .btn[type=submit]:not(.btn-iconic):hover {
	background: #fff;
	color: #000
}

body#checkout section.checkout-step .custom-radio {
	width: 10px;
	height: 10px
}

body#checkout section.checkout-step .custom-checkbox input[type=checkbox]+span {
	width: 10px;
	height: 10px;
	top: -2px
}

body#checkout section.checkout-step .custom-checkbox input[type=checkbox]+span .checkbox-checked {
	top: 0;
	left: 0
}

body#checkout section.checkout-step .custom-checkbox input[type=checkbox]:checked+span:before {
	margin-top: -4px;
	margin-left: -4px
}

body#checkout section.checkout-step .summary {
	display: none
}

body#checkout section.checkout-step.-reachable:not(.-current) .summary {
	display: block;
	font-size: 12px
}

body#checkout section.checkout-step.-complete:not(.-current):not(:first-of-type) {
	padding: 1.4rem 1.25rem
}

body#checkout section.checkout-step.-complete:not(.-current):not(:first-of-type) .step-title {
	display: none
}

body#checkout section.checkout-step.-complete:not(.-current):first-of-type .summary {
	padding: 1.4rem 1.25rem
}

body#checkout section.checkout-step.-complete:not(.-current):not(#checkout-personal-information-step) {
	border-top: 1px solid #7f7f7f
}

body#checkout section.checkout-step.-unreachable>.summary {
	display: none !important
}

body#checkout section.checkout-step#checkout-personal-information-step .step-title {
	font-size: 18px
}

body#checkout section.checkout-step#checkout-personal-information-step .content p {
	text-transform: uppercase;
	font-size: 12px
}

body#checkout section.checkout-step#checkout-personal-information-step .content .continue {
	font-size: 18px;
	text-align: left
}

body#checkout section.checkout-step#checkout-personal-information-step #personal-information-step-login {
	padding: 0;
	background: none
}

body#checkout section.checkout-step#checkout-personal-information-step #personal-information-step-login .form-group>label {
	display: none
}

body#checkout section.checkout-step#checkout-personal-information-step #personal-information-step-login .form-group>div {
	flex: unset;
	max-width: unset
}

body#checkout section.checkout-step#checkout-personal-information-step #personal-information-step-login .forgot-password {
	text-align: right;
	text-transform: uppercase;
	font-size: 12px
}

body#checkout section.checkout-step#checkout-personal-information-step .form-control,
body#checkout section.checkout-step#checkout-personal-information-step label {
	font-size: 11px
}

body#checkout section.checkout-step#checkout-personal-information-step .input-group-append button,
body#checkout section.checkout-step#checkout-personal-information-step .input-group-append button:focus {
	background: rgba(0, 0, 0, 0);
	border: none;
	border-bottom: 1px solid #7f7f7f;
	outline: none;
	box-shadow: none;
	color: #7f7f7f
}

body#checkout section.checkout-step#checkout-personal-information-step .form-block-newsletter {
	margin-top: 15px
}

body#checkout section.checkout-step#checkout-personal-information-step .custom-checkbox {
	margin: 0 5px
}

body#checkout section.checkout-step#checkout-personal-information-step .custom-checkbox input[type=checkbox] {
	margin-top: 4px
}

body#checkout section.checkout-step#checkout-personal-information-step .custom-checkbox span {
	top: 4px
}

body#checkout section.checkout-step#checkout-personal-information-step .custom-checkbox label {
	padding-left: 0
}

body#checkout section.checkout-step#checkout-personal-information-step .custom-checkbox label a {
	text-decoration: underline
}

body#checkout section.checkout-step#checkout-addresses-step #delivery-addresses,
body#checkout section.checkout-step#checkout-addresses-step #invoice-addresses {
	margin-top: .5rem
}

body#checkout section.checkout-step#checkout-addresses-step #invoice-address .continue {
	text-align: left;
	font-size: 18px
}

body#checkout section.checkout-step#checkout-addresses-step h2 {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center
}

body#checkout section.checkout-step#checkout-addresses-step .step-title {
	color: rgba(0, 0, 0, 0)
}

body#checkout section.checkout-step#checkout-addresses-step .title-address-type {
	font-size: 12px;
	text-transform: uppercase
}

body#checkout section.checkout-step#checkout-addresses-step a[data-link-action=different-invoice-address] {
	text-decoration: underline
}

body#checkout section.checkout-step#checkout-addresses-step .address-item {
	border: none;
	text-transform: uppercase;
	width: 100%;
	flex: none;
	margin-bottom: 1rem
}

body#checkout section.checkout-step#checkout-addresses-step .address-item label {
	width: 100%
}

body#checkout section.checkout-step#checkout-addresses-step .address-item label.radio-block {
	padding: .1rem .2rem;
	font-size: 12px
}

body#checkout section.checkout-step#checkout-addresses-step .address-item .custom-radio {
	margin-top: -2px;
	margin-right: 5px
}

body#checkout section.checkout-step#checkout-addresses-step .address-item .address-alias {
	font-weight: 400;
	margin: 0 5px
}

body#checkout section.checkout-step#checkout-addresses-step .address-item .address {
	color: #4c4c4c;
	font-size: 12px;
	margin: 0 5px
}

body#checkout section.checkout-step#checkout-addresses-step .address-item .address-action {
	float: right
}

body#checkout section.checkout-step#checkout-addresses-step .address-item .address-action .delete-address {
	display: none;
	width: 10px;
	height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: center;
	-webkit-mask-position: center;
	background-color: #7f7f7f;
	mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjMuOTU0IDIxLjAzbC05LjE4NC05LjA5NSA5LjA5Mi05LjE3NC0yLjgzMi0yLjgwNy05LjA5IDkuMTc5LTkuMTc2LTkuMDg4LTIuODEgMi44MSA5LjE4NiA5LjEwNS05LjA5NSA5LjE4NCAyLjgxIDIuODEgOS4xMTItOS4xOTIgOS4xOCA5LjF6Ii8+PC9zdmc+);
	-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjMuOTU0IDIxLjAzbC05LjE4NC05LjA5NSA5LjA5Mi05LjE3NC0yLjgzMi0yLjgwNy05LjA5IDkuMTc5LTkuMTc2LTkuMDg4LTIuODEgMi44MSA5LjE4NiA5LjEwNS05LjA5NSA5LjE4NCAyLjgxIDIuODEgOS4xMTItOS4xOTIgOS4xOCA5LjF6Ii8+PC9zdmc+)
}

body#checkout section.checkout-step#checkout-addresses-step .address-item header {
	background: #fff
}

body#checkout section.checkout-step#checkout-addresses-step .address-item>* {
	border: none
}

body#checkout section.checkout-step#checkout-addresses-step .address-item>* a {
	font-size: 13px
}

body#checkout section.checkout-step#checkout-addresses-step .address-item>* a:hover {
	text-decoration: underline
}

body#checkout section.checkout-step#checkout-addresses-step .address-item>* a i {
	display: none
}

body#checkout section.checkout-step#checkout-addresses-step form {
	margin-bottom: 15px
}

body#checkout section.checkout-step#checkout-addresses-step form input,
body#checkout section.checkout-step#checkout-addresses-step form select {
	font-size: 12px
}

body#checkout section.checkout-step#checkout-addresses-step .form-fields {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start
}

body#checkout section.checkout-step#checkout-addresses-step .form-fields .form-group {
	width: 100%;
	margin-right: 0;
	margin-left: 0
}

body#checkout section.checkout-step#checkout-addresses-step .form-fields .form-group>div {
	padding: 0
}

body#checkout section.checkout-step#checkout-addresses-step .form-fields .form-group.postcode,
body#checkout section.checkout-step#checkout-addresses-step .form-fields .form-group.city,
body#checkout section.checkout-step#checkout-addresses-step .form-fields .form-group.id_country {
	max-width: 33.33%
}

body#checkout section.checkout-step#checkout-addresses-step .form-fields .form-group.use_same_address {
	margin: 1rem 0 2rem .5rem
}

body#checkout section.checkout-step#checkout-addresses-step .form-fields .form-group.use_same_address label {
	font-size: 12px
}

body#checkout section.checkout-step#checkout-addresses-step .form-fields .form-group.use_same_address .custom-checkbox span {
	top: 0
}

body#checkout section.checkout-step#checkout-addresses-step .form-fields .form-group .alert {
	margin: 0
}

body#checkout section.checkout-step#checkout-addresses-step .form-footer {
	display: flex;
	flex-direction: column;
	align-items: flex-end
}

body#checkout section.checkout-step#checkout-addresses-step .form-footer .js-cancel-address {
	text-transform: uppercase;
	font-size: 10px;
	margin: 0;
	padding: .8rem;
	text-decoration: none
}

body#checkout section.checkout-step#checkout-addresses-step .form-footer .js-cancel-address:hover {
	text-decoration: underline
}

body#checkout section.checkout-step#checkout-addresses-step .add-address {
	text-align: right;
	margin: 0 5px 5px 0;
	padding: .625rem
}

body#checkout section.checkout-step#checkout-addresses-step .add-address .btn {
	display: none;
	font-size: 10px;
	width: auto;
	border: none;
	color: #7f7f7f;
	padding: 0
}

body#checkout section.checkout-step#checkout-addresses-step .add-address .btn:hover,
body#checkout section.checkout-step#checkout-addresses-step .add-address .btn:focus {
	background: none
}

body#checkout section.checkout-step#checkout-addresses-step #delivery-address .btn[type=submit] {
	text-align: left;
	font-size: 18px
}

body#checkout section.checkout-step#checkout-addresses-step .radio-use-same-address {
	margin-bottom: 0
}

body#checkout section.checkout-step#checkout-addresses-step .radio-use-same-address label {
	padding: .1rem .2rem;
	font-size: 12px
}

body#checkout section.checkout-step#checkout-addresses-step .radio-use-same-address label .custom-radio {
	margin-top: -2px;
	margin-right: 5px
}

body#checkout section.checkout-step#checkout-addresses-step .addresses-footer {
	margin: 0 5px;
	text-align: right;
	cursor: pointer;
	color: #7f7f7f;
	padding-top: 0
}

body#checkout section.checkout-step#checkout-addresses-step .addresses-footer .addresses-edit {
	float: right;
	text-transform: uppercase;
	font-size: 10px
}

body#checkout section.checkout-step#checkout-addresses-step .add-new-invoice-address {
	text-align: right
}

body#checkout section.checkout-step#checkout-addresses-step .add-new-invoice-address a {
	font-size: 10px;
	color: #7f7f7f;
	text-transform: uppercase;
	text-decoration: none
}

body#checkout section.checkout-step#checkout-delivery-step .summary .carrier-information {
	font-size: 12px;
	color: #7f7f7f;
	text-transform: none
}

body#checkout section.checkout-step#checkout-delivery-step .delivery-options .try-on-information p {
	font-size: 12px
}

body#checkout section.checkout-step#checkout-delivery-step .delivery-option {
	background: none;
	padding: 0;
	margin-bottom: 2rem;
	display: flex;
	align-items: flex-start !important
}

body#checkout section.checkout-step#checkout-delivery-step .delivery-option label>.row {
	-ms-flex-align: start !important;
	align-items: flex-start !important
}

body#checkout section.checkout-step#checkout-delivery-step .delivery-option .custom-radio {
	margin-top: 3px
}

body#checkout section.checkout-step#checkout-delivery-step .delivery-option .carrier-description {
	font-size: 12px;
	color: gray
}

body#checkout section.checkout-step#checkout-delivery-step .delivery-option .carrier-delay {
	font-size: 12px;
	color: #7f7f7f;
	display: none
}

body#checkout section.checkout-step#checkout-delivery-step .delivery-option * {
	font-size: 12px
}

body#checkout section.checkout-step#checkout-delivery-step .delivery-option *.carrier-name {
	font-size: 12px;
	font-weight: 400
}

body#checkout section.checkout-step#checkout-delivery-step .delivery-option *.carrier-price {
	font-size: 12px
}

body#checkout section.checkout-step#checkout-delivery-step .delivery-option .carrier-information {
	font-size: 12px;
	color: #7f7f7f;
	text-transform: none
}

body#checkout section.checkout-step#checkout-delivery-step .delivery-option>label {
	flex-grow: 1
}

body#checkout section.checkout-step#checkout-delivery-step .delivery-option>label>.row {
	align-items: flex-start
}

body#checkout section.checkout-step#checkout-delivery-step .delivery-option>label>.row>div:last-child {
	text-align: left;
	float: none
}

body#checkout section.checkout-step#checkout-delivery-step .delivery-option>label>.row>div:nth-child(2) {
	text-align: right
}

body#checkout section.checkout-step#checkout-delivery-step .try-on-service p {
	font-size: 13px
}

body#checkout section.checkout-step#checkout-delivery-step .toggle_acheter-k,
body#checkout section.checkout-step#checkout-delivery-step .toggle_tryon-k {
	text-align: center
}

body#checkout section.checkout-step#checkout-delivery-step .toggle_acheter-k a,
body#checkout section.checkout-step#checkout-delivery-step .toggle_tryon-k a {
	font-size: 13px;
	text-transform: uppercase;
	border: 1px solid #000;
	line-height: 30px;
	width: 320px;
	display: flex;
	justify-content: center;
	margin: 35px auto
}

body#checkout section.checkout-step#checkout-delivery-step .toggle_acheter-k a:hover,
body#checkout section.checkout-step#checkout-delivery-step .toggle_tryon-k a:hover {
	background: #000;
	color: #fff
}

body#checkout section.checkout-step#checkout-payment-step .definition-list.additional-information {
	font-size: 13px
}

body#checkout section.checkout-step#checkout-payment-step .definition-list.additional-information .alert {
	margin-bottom: 0;
	font-size: 11px;
	margin-left: -3px;
	padding-left: 0
}

body#checkout section.checkout-step#checkout-payment-step label>span {
	text-transform: uppercase;
	font-size: 12px
}

body#checkout section.checkout-step#checkout-payment-step label>span:not(:empty) {
	margin-right: 25px
}

body#checkout section.checkout-step#checkout-payment-step #paypal-buttons {
	margin-left: auto;
	width: 100% !important;
	max-width: 500px !important
}

body#checkout section.checkout-step#checkout-payment-step .payment-option {
	margin-bottom: 1.5rem
}

body#checkout section.checkout-step#checkout-payment-step .payment-option img {
	filter: grayscale(1);
	display: inline-block;
	width: 140px;
	height: auto
}

body#checkout section.checkout-step#checkout-payment-step .payment-option img[src*=paypal] {
	width: 80px
}

body#checkout section.checkout-step#checkout-payment-step .payment-option .custom-radio {
	vertical-align: top;
	margin-top: 5px
}

body#checkout section.checkout-step#checkout-payment-step .payment-option .payment-description {
	display: block;
	font-size: 11px;
	line-height: 11px;
	color: #7f7f7f
}

body#checkout section.checkout-step#checkout-payment-step .payment-option .paypal-marks {
	display: none
}

body#checkout section.checkout-step#checkout-payment-step .cart-payment-step-refreshed-info {
	text-transform: uppercase;
	color: #7f7f7f;
	font-size: 11px;
	display: none
}

body#checkout section.checkout-step#checkout-payment-step .form-row {
	display: flex;
	flex-wrap: wrap
}

body#checkout section.checkout-step#checkout-payment-step .form-row>* {
	width: 100%
}

body#checkout section.checkout-step#checkout-payment-step .form-row>*.stripe-card-expiry,
body#checkout section.checkout-step#checkout-payment-step .form-row>*.stripe-card-cvc,
body#checkout section.checkout-step#checkout-payment-step .form-row>*.stripe-card-postalcode {
	max-width: 33.33%;
	padding: 3px 0 !important
}

body#checkout section.checkout-step#checkout-payment-step .stripe-payment-form input {
	width: 100%;
	border-color: #7f7f7f;
	font-size: 11px
}

body#checkout section.checkout-step#checkout-payment-step .stripe-payment-form input::placeholder {
	opacity: 1
}

body#checkout section.checkout-step#checkout-payment-step .stripe-payment-form .field.StripeElement {
	border-color: #7f7f7f;
	border-width: 0 0 1px 0;
	width: 100% !important;
	max-width: unset
}

body#checkout section.checkout-step#checkout-payment-step .stripe-payment-form .stripe-payment-request-button-warning button {
	background: none;
	border: none;
	margin-top: 15px
}

body#checkout section.checkout-step#checkout-payment-step .stripe-payment-form .stripe-payment-request-button-warning button span {
	font-size: 30px
}

body#checkout section.checkout-step#checkout-payment-step .stripe-payment-form .modal-dialog {
	margin: 0 auto;
	border: 1px solid #000
}

body#checkout section.checkout-step#checkout-payment-step #conditions-to-approve {
	padding-top: 25px;
	font-size: 12px;
	max-width: 500px;
	margin-left: auto
}

body#checkout section.checkout-step#checkout-payment-step #conditions-to-approve .conditions-error {
	color: red
}

body#checkout section.checkout-step#checkout-payment-step #conditions-to-approve .conditions-error a {
	color: red
}

body#checkout section.checkout-step#checkout-payment-step #conditions-to-approve .conditions-error span {
	border-color: red
}

body#checkout section.checkout-step#checkout-payment-step #conditions-to-approve label {
	font-size: 12px
}

body#checkout section.checkout-step#checkout-payment-step #payment-confirmation .alert,
body#checkout section.checkout-step#checkout-payment-step #payment-confirmation .alert a {
	text-transform: uppercase;
	color: red !important;
	font-size: 13px
}

body#checkout section.checkout-step#checkout-payment-step #payment-confirmation .alert {
	background: none;
	border: none;
	padding: 0;
	margin-top: 15px
}

body#checkout section.checkout-step#checkout-payment-step #payment-confirmation .payment-click-submit {
	max-width: 500px;
	position: relative;
	margin-left: auto;
	display: block
}

body#checkout section.checkout-step#checkout-payment-step #payment-confirmation .payment-click-submit-span {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999999999999
}

body#checkout section.checkout-step#checkout-payment-step #payment-confirmation .payment-click-submit-span:hover {
	cursor: pointer
}

body#checkout section.checkout-step#checkout-payment-step #payment-confirmation .btn {
	text-align: left
}

body#checkout section.checkout-step .loginfromacc-prev {
	text-align: center
}

body#checkout section.checkout-step .loginfromacc-prev #loginfromacc {
	text-transform: uppercase;
	font-size: 16px;
	border: 1px solid #000;
	padding: 10px 30px;
	display: block;
	width: 100%
}

body#checkout section.checkout-step .loginfromacc-prev #loginfromacc:hover {
	color: #fff;
	background: #000
}

body#checkout .card.cart-summary.js-cart {
	border: none
}

body#checkout .card.cart-summary.js-cart>* {
	border: none
}

body#checkout .card.cart-summary.js-cart *.promo-title {
	text-transform: none
}

body#checkout .card.cart-summary.js-cart .cart-summary-products-title {
	border-bottom: 1px solid #000
}

body#checkout .card.cart-summary.js-cart .cart-summary-products>#cart-summary-product-list {
	max-height: 300px;
	overflow: hidden auto
}

body#checkout .card.cart-summary.js-cart .cart-summary-products>#cart-summary-product-list>a {
	font-size: 13px
}

body#checkout .card.cart-summary.js-cart .cart-summary-products>#cart-summary-product-list .product-line-info {
	font-size: 15px
}

body#checkout .card.cart-summary.js-cart .cart-summary-products>#cart-summary-product-list .product-line-info-secondary,
body#checkout .card.cart-summary.js-cart .cart-summary-products>#cart-summary-product-list .reference,
body#checkout .card.cart-summary.js-cart .cart-summary-products>#cart-summary-product-list .qty-line {
	font-size: 10px
}

body#checkout .card.cart-summary.js-cart .cart-summary-products>#cart-summary-product-list .step-edit i {
	display: none
}

body#checkout .card.cart-summary.js-cart .cart-summary-products>#cart-summary-product-list .cart-summary-product {
	border: none;
	padding: 25px 0 0 0;
	width: 100%
}

body#checkout .card.cart-summary.js-cart .cart-summary-subtotals-container {
	border-bottom: 1px solid #000
}

body#checkout #checkout-message-block {
	display: none
}

#checkout-message-block,
.checkout-danger-message {
	margin: 35px 0 15px;
	padding: 0
}

#checkout-message-block p,
.checkout-danger-message p {
	line-height: .9
}

#checkout-message-block p:last-child,
.checkout-danger-message p:last-child {
	margin: 0
}

#cart [data-paypal-transaction-id],
#checkout [data-paypal-transaction-id],
#order-confirmation [data-paypal-transaction-id] {
	margin-top: 20px;
	padding-left: 1.25rem;
	padding-right: 1.25rem
}

#cart #content-wrapper h1.page-title,
#checkout #content-wrapper h1.page-title,
#order-confirmation #content-wrapper h1.page-title {
	margin-bottom: 0
}

#cart .cart-summary-line,
#checkout .cart-summary-line,
#order-confirmation .cart-summary-line {
	text-transform: uppercase
}

#cart .cart-summary-line:not(:last-child),
#checkout .cart-summary-line:not(:last-child),
#order-confirmation .cart-summary-line:not(:last-child) {
	margin-bottom: 10px
}

#cart .cart-summary-line.cart-total,
#checkout .cart-summary-line.cart-total,
#order-confirmation .cart-summary-line.cart-total {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 0
}

#cart .cart-summary-line.cart-tax,
#checkout .cart-summary-line.cart-tax,
#order-confirmation .cart-summary-line.cart-tax {
	font-size: 15px;
	color: #7f7f7f
}

#cart .cart-summary-line#cart-subtotal-shipping .value.shipping,
#checkout .cart-summary-line#cart-subtotal-shipping .value.shipping,
#order-confirmation .cart-summary-line#cart-subtotal-shipping .value.shipping {
	font-size: 10px
}

#cart .cart-summary-tax-line,
#checkout .cart-summary-tax-line,
#order-confirmation .cart-summary-tax-line {
	color: #7f7f7f
}

#cart #wrapper .container,
#checkout #wrapper .container,
#order-confirmation #wrapper .container {
	max-width: 1920px
}

#cart .custom-title,
#checkout .custom-title,
#order-confirmation .custom-title {
	border-bottom: 1px solid #000;
	padding: 0 1.25rem 5px 1.25rem !important;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.4rem !important;
	margin: 0 !important
}

#cart .block-promo,
#checkout .block-promo,
#order-confirmation .block-promo {
	margin-top: 40px
}

#cart .hidden-desktop,
#checkout .hidden-desktop,
#order-confirmation .hidden-desktop {
	display: none
}

#cart .cart-item,
#checkout .cart-item,
#order-confirmation .cart-item {
	padding: 25px 0;
	border-bottom: none
}

#cart .cart-item>div>div,
#checkout .cart-item>div>div,
#order-confirmation .cart-item>div>div {
	display: flex;
	flex-direction: column
}

#cart .cart-item>div>div.col-img a,
#checkout .cart-item>div>div.col-img a,
#order-confirmation .cart-item>div>div.col-img a {
	display: block
}

#cart .cart-item>div>div.col-img img,
#checkout .cart-item>div>div.col-img img,
#order-confirmation .cart-item>div>div.col-img img {
	width: 88px;
	min-width: 100%;
	padding-right: 8px
}

#cart .cart-item>div>div:last-child>div,
#checkout .cart-item>div>div:last-child>div,
#order-confirmation .cart-item>div>div:last-child>div {
	height: 100%
}

#cart .cart-item>div>div:last-child>div .cart-line-product-actions,
#checkout .cart-item>div>div:last-child>div .cart-line-product-actions,
#order-confirmation .cart-item>div>div:last-child>div .cart-line-product-actions {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	text-align: right
}

#cart .cart-item>div>div:last-child>div .price,
#checkout .cart-item>div>div:last-child>div .price,
#order-confirmation .cart-item>div>div:last-child>div .price {
	margin-bottom: 19px;
	text-align: right
}

#cart .cart-item *,
#checkout .cart-item *,
#order-confirmation .cart-item * {
	text-transform: uppercase
}

#cart .cart-item .product-line-info,
#checkout .cart-item .product-line-info,
#order-confirmation .cart-item .product-line-info {
	line-height: .8;
	margin-top: 10px
}

#cart .cart-item .product-line-info .manufacturer,
#checkout .cart-item .product-line-info .manufacturer,
#order-confirmation .cart-item .product-line-info .manufacturer {
	font-size: 12px
}

#cart .cart-item .product-line-info .product,
#checkout .cart-item .product-line-info .product,
#order-confirmation .cart-item .product-line-info .product {
	font-size: 11px
}

#cart .cart-item .product-line-info .reference,
#checkout .cart-item .product-line-info .reference,
#order-confirmation .cart-item .product-line-info .reference {
	font-size: 10px
}

#cart .cart-item .product-line-info:first-child,
#checkout .cart-item .product-line-info:first-child,
#order-confirmation .cart-item .product-line-info:first-child {
	margin-bottom: auto;
	padding-bottom: 10px
}

#cart .cart-item .product-line-info.product-line-info-secondary,
#checkout .cart-item .product-line-info.product-line-info-secondary,
#order-confirmation .cart-item .product-line-info.product-line-info-secondary {
	color: #000;
	margin-bottom: 10px
}

#cart .cart-item .product-line-info.product-line-info-secondary .value,
#checkout .cart-item .product-line-info.product-line-info-secondary .value,
#order-confirmation .cart-item .product-line-info.product-line-info-secondary .value {
	font-size: 11px
}

#cart .cart-item .price,
#checkout .cart-item .price,
#order-confirmation .cart-item .price {
	margin-top: 10px
}

#cart .cart-item .qty-line .input-group-btn .btn,
#checkout .cart-item .qty-line .input-group-btn .btn,
#order-confirmation .cart-item .qty-line .input-group-btn .btn {
	font-size: 10px
}

#cart .cart-item .qty-line .js-cart-line-product-quantity,
#checkout .cart-item .qty-line .js-cart-line-product-quantity,
#order-confirmation .cart-item .qty-line .js-cart-line-product-quantity {
	font-size: 10px
}

#cart .cart-item .price-total,
#checkout .cart-item .price-total,
#order-confirmation .cart-item .price-total {
	margin-bottom: 5px
}

#cart .cart-item .btn-iqitwishlist-add[data-process=remove] .not-added {
	display: none
}

#cart .cart-item .btn-iqitwishlist-add[data-process=remove] .added {
	display: block
}

#cart .cart-item .btn-iqitwishlist-add[data-process=add] .not-added {
	display: block
}

#cart .cart-item .btn-iqitwishlist-add[data-process=add] .added {
	display: none
}

#cart .cart-summary-totals {
	display: none
}

#cart .custom-messages-block>div:not(:last-child) {
	margin-bottom: 15px
}

#cart .custom-messages-block>div>p {
	margin: 0;
	line-height: 1
}

#cart .custom-messages-block>div>p:not(.text-uppercase) {
	font-size: 13px
}

#cart .custom-messages-block .sub-title {
	font-size: 11px
}

#cart .custom-messages-block .infos>a {
	font-size: 10px
}

#cart .custom-messages-block #checkout-message-block * {
	font-size: 11px
}

#cart .cart-detailed-actions .btn {
	text-align: left;
	font-size: 18px
}

#cart #wrapper form select,
#checkout #wrapper form select,
#guest-tracking #wrapper form select,
#order-confirmation #wrapper form select,
#password #wrapper form select {
	border-width: 0 0 1px 0;
	border-color: #7f7f7f;
	text-transform: uppercase;
	line-height: 1.5;
	font-size: 13px;
	padding: 3px 2rem 3px 5px;
	height: 30px
}

#cart #wrapper form input[type=text],
#cart #wrapper form input[type=email],
#cart #wrapper form input[type=password],
#cart #wrapper form input[type=tel],
#checkout #wrapper form input[type=text],
#checkout #wrapper form input[type=email],
#checkout #wrapper form input[type=password],
#checkout #wrapper form input[type=tel],
#guest-tracking #wrapper form input[type=text],
#guest-tracking #wrapper form input[type=email],
#guest-tracking #wrapper form input[type=password],
#guest-tracking #wrapper form input[type=tel],
#order-confirmation #wrapper form input[type=text],
#order-confirmation #wrapper form input[type=email],
#order-confirmation #wrapper form input[type=password],
#order-confirmation #wrapper form input[type=tel],
#password #wrapper form input[type=text],
#password #wrapper form input[type=email],
#password #wrapper form input[type=password],
#password #wrapper form input[type=tel] {
	outline: none;
	box-shadow: none;
	border-width: 0 0 1px 0;
	border-color: #7f7f7f;
	text-transform: uppercase
}

#cart #wrapper form input[type=text]::placeholder,
#cart #wrapper form input[type=email]::placeholder,
#cart #wrapper form input[type=password]::placeholder,
#cart #wrapper form input[type=tel]::placeholder,
#checkout #wrapper form input[type=text]::placeholder,
#checkout #wrapper form input[type=email]::placeholder,
#checkout #wrapper form input[type=password]::placeholder,
#checkout #wrapper form input[type=tel]::placeholder,
#guest-tracking #wrapper form input[type=text]::placeholder,
#guest-tracking #wrapper form input[type=email]::placeholder,
#guest-tracking #wrapper form input[type=password]::placeholder,
#guest-tracking #wrapper form input[type=tel]::placeholder,
#order-confirmation #wrapper form input[type=text]::placeholder,
#order-confirmation #wrapper form input[type=email]::placeholder,
#order-confirmation #wrapper form input[type=password]::placeholder,
#order-confirmation #wrapper form input[type=tel]::placeholder,
#password #wrapper form input[type=text]::placeholder,
#password #wrapper form input[type=email]::placeholder,
#password #wrapper form input[type=password]::placeholder,
#password #wrapper form input[type=tel]::placeholder {
	color: #7f7f7f;
	text-transform: uppercase
}

#cart #wrapper form input[type=text]:not(:placeholder-shown):invalid,
#cart #wrapper form input[type=email]:not(:placeholder-shown):invalid,
#cart #wrapper form input[type=password]:not(:placeholder-shown):invalid,
#cart #wrapper form input[type=tel]:not(:placeholder-shown):invalid,
#checkout #wrapper form input[type=text]:not(:placeholder-shown):invalid,
#checkout #wrapper form input[type=email]:not(:placeholder-shown):invalid,
#checkout #wrapper form input[type=password]:not(:placeholder-shown):invalid,
#checkout #wrapper form input[type=tel]:not(:placeholder-shown):invalid,
#guest-tracking #wrapper form input[type=text]:not(:placeholder-shown):invalid,
#guest-tracking #wrapper form input[type=email]:not(:placeholder-shown):invalid,
#guest-tracking #wrapper form input[type=password]:not(:placeholder-shown):invalid,
#guest-tracking #wrapper form input[type=tel]:not(:placeholder-shown):invalid,
#order-confirmation #wrapper form input[type=text]:not(:placeholder-shown):invalid,
#order-confirmation #wrapper form input[type=email]:not(:placeholder-shown):invalid,
#order-confirmation #wrapper form input[type=password]:not(:placeholder-shown):invalid,
#order-confirmation #wrapper form input[type=tel]:not(:placeholder-shown):invalid,
#password #wrapper form input[type=text]:not(:placeholder-shown):invalid,
#password #wrapper form input[type=email]:not(:placeholder-shown):invalid,
#password #wrapper form input[type=password]:not(:placeholder-shown):invalid,
#password #wrapper form input[type=tel]:not(:placeholder-shown):invalid {
	border-color: red
}

#cart #wrapper form input[name=discount_name],
#cart #wrapper form input[type=email],
#cart #wrapper form input[type=password],
#checkout #wrapper form input[name=discount_name],
#checkout #wrapper form input[type=email],
#checkout #wrapper form input[type=password],
#guest-tracking #wrapper form input[name=discount_name],
#guest-tracking #wrapper form input[type=email],
#guest-tracking #wrapper form input[type=password],
#order-confirmation #wrapper form input[name=discount_name],
#order-confirmation #wrapper form input[type=email],
#order-confirmation #wrapper form input[type=password],
#password #wrapper form input[name=discount_name],
#password #wrapper form input[type=email],
#password #wrapper form input[type=password] {
	text-transform: none !important
}

#cart #wrapper form .form-group.has-error input[type=text],
#cart #wrapper form .form-group.has-error input[type=email],
#cart #wrapper form .form-group.has-error input[type=password],
#cart #wrapper form .form-group.has-error input[type=tel],
#checkout #wrapper form .form-group.has-error input[type=text],
#checkout #wrapper form .form-group.has-error input[type=email],
#checkout #wrapper form .form-group.has-error input[type=password],
#checkout #wrapper form .form-group.has-error input[type=tel],
#guest-tracking #wrapper form .form-group.has-error input[type=text],
#guest-tracking #wrapper form .form-group.has-error input[type=email],
#guest-tracking #wrapper form .form-group.has-error input[type=password],
#guest-tracking #wrapper form .form-group.has-error input[type=tel],
#order-confirmation #wrapper form .form-group.has-error input[type=text],
#order-confirmation #wrapper form .form-group.has-error input[type=email],
#order-confirmation #wrapper form .form-group.has-error input[type=password],
#order-confirmation #wrapper form .form-group.has-error input[type=tel],
#password #wrapper form .form-group.has-error input[type=text],
#password #wrapper form .form-group.has-error input[type=email],
#password #wrapper form .form-group.has-error input[type=password],
#password #wrapper form .form-group.has-error input[type=tel] {
	border-color: red
}

#cart #wrapper .alert,
#checkout #wrapper .alert,
#guest-tracking #wrapper .alert,
#order-confirmation #wrapper .alert,
#password #wrapper .alert {
	background: rgba(0, 0, 0, 0);
	border: none;
	color: #7f7f7f;
	text-transform: uppercase;
	font-size: 18px
}

.alert-danger {
	font-size: 13px;
	color: red;
	background: none;
	border: none;
	padding: 0;
	text-align: center;
	margin-bottom: 20px
}

#cart .cart-k-infocontact {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

#cart .cart-k-infocontact-inside {
	font-size: 12px
}

#cart .cart-k-infocontact-inside div:first-child {
	text-transform: uppercase;
	font-size: 18px
}

#cart .cart-k-infocontact-inside div:nth-child(2) a:hover {
	text-decoration: underline
}

#cart .cart-k-infocontact-inside-title {
	text-transform: uppercase;
	font-size: 14px
}

#cart #promo-code {
	display: none
}

#cart #lonelystock_cart_footer {
	text-align: center;
	font-size: 15px;
	color: red;
	margin-bottom: 20px
}

#cart article.alert-danger {
	font-size: 13px;
	color: red;
	background: #fff;
	border: none;
	padding: 0;
	text-align: center;
	margin-bottom: 20px
}

#cart .nb-items {
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 45px
}

#cart .remove-from-cart,
#cart .btn-iqitwishlist-add,
#cart .continue-shopping a {
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase
}

#cart .remove-from-cart:hover,
#cart .btn-iqitwishlist-add:hover,
#cart .continue-shopping a:hover {
	text-decoration: underline
}

#cart .continue-shopping {
	margin-top: 15px;
	margin-bottom: 20px
}

#cart .cart-grid-body .cart-items {
	margin-bottom: 0
}

#cart .cart-grid-right {
	padding-top: calc(1.4rem + 5px)
}

#cart .cart-summary {
	border: none
}

#cart .cart-summary .cart-detailed-totals {
	justify-content: space-between
}

#cart .cart-summary .cart-detailed-totals .cart-total {
	font-weight: 400;
	font-size: 18px
}

#cart .cart-summary .cart-summary-totals {
	border-top: 1px solid #000
}

#cart .cart-summary .cart-summary-tax-line {
	color: #7f7f7f
}

#cart .cart-detailed-actions .btn,
#cart .paypal-express .btn {
	max-width: unset
}

#cart .paypal-express {
	text-transform: uppercase;
	margin-bottom: 40px
}

#cart .paypal-express-title {
	text-transform: uppercase;
	font-size: 11px
}

#cart .paypal-express img {
	filter: grayscale(1);
	max-width: 105px;
	display: inline-block;
	height: auto
}

#cart [data-container-express-checkout] {
	margin-top: 0 !important;
	margin-bottom: 40px !important
}

#cart .cart-paypal-express-checkout {
	width: 100% !important
}

#cart .cart-detailed-login-form *:not([type=email]) {
	text-transform: uppercase
}

#cart .cart-detailed-login-form-title {
	margin-bottom: 1.25rem;
	font-size: 11px
}

#cart .cart-detailed-login-form form {
	margin-bottom: 2rem
}

#cart .cart-detailed-login-form form .form-control {
	outline: none;
	box-shadow: none;
	border-width: 0 0 1px 0
}

#cart .cart-detailed-login-form form .form-control[type=password] {
	margin-top: 1.25rem
}

#cart .cart-detailed-login-form form .form-control[type=email],
#cart .cart-detailed-login-form form .form-control[type=password] {
	font-size: 11px
}

#cart .cart-detailed-login-form form .form-control+.alert {
	padding: 3px 5px;
	font-size: 12px;
	display: none
}

#cart .cart-detailed-login-form form .form-control.invalid {
	border-color: red
}

#cart .cart-detailed-login-form form .form-control.invalid+.alert {
	display: block
}

#cart .cart-detailed-login-form form .form-control::placeholder {
	color: #7f7f7f;
	text-transform: uppercase
}

#cart .cart-detailed-login-form form .js-error-text {
	font-size: 11px
}

#cart .cart-detailed-login-form form .forgot-password-link {
	font-size: 10px
}

#cart .cart-detailed-login-form form button[type=submit],
#cart .cart-detailed-login-form form .col-connexion a {
	margin-top: 2rem;
	text-align: left;
	font-size: 15px;
	padding: 4px 10px
}

#cart .cart-detailed-login-form .js-success-custom {
	padding: 0
}

#cart #cart-subtotal-shipping .value {
	font-size: 12px
}

.gift_wrapping .delivery-option {
	margin-top: 65px
}

.gift-name-label {
	font-weight: 500;
	margin-top: 2px
}

.gift-price,
.gift-name-label {
	font-size: 16px !important
}

.input-group.bootstrap-touchspin {
	margin: 0 0 0 -1rem;
	max-width: 150px;
	min-height: unset
}

.input-group.bootstrap-touchspin>* {
	display: inline-block !important
}

.input-group.bootstrap-touchspin .js-cart-line-product-quantity {
	min-width: 30px;
	font-size: 14px;
	border: none;
	padding: 0 5px;
	flex: unset
}

.input-group.bootstrap-touchspin .input-group-btn button {
	height: 25px;
	width: 25px;
	padding: 0
}

.input-group.bootstrap-touchspin .input-group-btn button:hover {
	background: #f3f3f3
}

.discount {
	background: none;
	color: red
}

.cart-voucher .promo-title {
	margin-bottom: 20px
}

.cart-voucher .promo-name i:before {
	content: ""
}

.cart-voucher .cart-voucher-area {
	background: none
}

.cart-voucher .cart-voucher-area .promo-code .input-group {
	border-bottom: 1px solid #7f7f7f
}

.cart-voucher .cart-voucher-area .promo-code .input-group input {
	border: none;
	color: #7f7f7f;
	font-size: 15px
}

.cart-voucher .cart-voucher-area .promo-code .input-group input::placeholder {
	text-transform: uppercase;
	color: inherit;
	font-size: inherit
}

.cart-voucher .cart-voucher-area .promo-code .input-group .btn-iconic {
	text-transform: uppercase;
	font-size: 15px;
	background: #fff;
	padding: 0 8px 0 30px;
	color: #fff;
	background: #7f7f7f
}

.cart-voucher .cart-voucher-area .promo-code .input-group .btn-iconic:hover {
	background: #000
}

.cart-voucher .cart-voucher-area .promo-code .input-group .alert {
	font-size: 12px
}

@media screen and (min-width:1551px) {

	#checkout #wrapper .container:not(:first-child),
	#cart #wrapper .container:not(:first-child),
	#order-confirmation #wrapper .container:not(:first-child) {
		padding-left: 255px;
		padding-right: 40px
	}
}

@media screen and (max-width:1550px)and (min-width:1024px) {
	#main-page-content>*:not(.cibeo-menuLateral) {
		padding-right: 40px
	}
}

@media screen and (min-width:1200px) {

	#checkout #wrapper .container .cart-grid-body,
	#cart #wrapper .container .cart-grid-body,
	#order-confirmation #wrapper .container .cart-grid-body {
		padding-right: 10%
	}

	#checkout .cart-item .product-line-grid>div:not(:last-child),
	#order-confirmation .cart-item .product-line-grid>div:not(:last-child) {
		padding-right: 0
	}

	#checkout .cart-item .product-line-info,
	#order-confirmation .cart-item .product-line-info {
		margin-top: 5px
	}

	#checkout .cart-item .product-line-info:first-child,
	#order-confirmation .cart-item .product-line-info:first-child {
		margin-bottom: 7px
	}

	#checkout .cart-item .product-line-info.product-line-info-secondary,
	#order-confirmation .cart-item .product-line-info.product-line-info-secondary {
		margin-bottom: 16px
	}

	#checkout .cart-item .price,
	#order-confirmation .cart-item .price {
		margin-top: 5px
	}

	#checkout .cart-item .price .product-price,
	#order-confirmation .cart-item .price .product-price {
		font-size: 12px
	}

	#checkout .cart-item .col-img,
	#order-confirmation .cart-item .col-img {
		flex: unset;
		max-width: unset
	}
}

@media screen and (max-width:1199px) {

	body#checkout section.checkout-step>.content,
	body#order-confirmation section.checkout-step>.content {
		padding-left: 0
	}

	body#checkout #js-checkout-summary,
	body#order-confirmation #js-checkout-summary {
		margin-bottom: 30px
	}

	body#checkout #js-checkout-summary .cart-summary-products-title,
	body#order-confirmation #js-checkout-summary .cart-summary-products-title {
		border: none;
		padding: 0 !important;
		font-size: 13px
	}

	body#checkout #js-checkout-summary #cart-summary-product-list .cart-summary-product,
	body#order-confirmation #js-checkout-summary #cart-summary-product-list .cart-summary-product {
		padding: 10px 0
	}

	body#checkout #js-checkout-summary #checkout-message-block,
	body#order-confirmation #js-checkout-summary #checkout-message-block {
		display: none
	}

	body#checkout #js-checkout-summary .block-promo,
	body#order-confirmation #js-checkout-summary .block-promo {
		margin-top: 20px
	}

	#checkout #wrapper,
	#cart #wrapper {
		padding-top: 20px
	}
}

@media screen and (min-width:768px) {
	body#checkout #checkout-payment-step .hiddenprice-k {
		display: none
	}
}

@media screen and (max-width:767px) {

	body#checkout section.checkout-step#checkout-delivery-step .toggle_acheter-k a,
	body#checkout section.checkout-step#checkout-delivery-step .toggle_tryon-k a {
		width: 100%
	}

	body#checkout #checkout-payment-step .visibleprice-k {
		display: none
	}
}

@media screen and (max-width:560px) {
	.removemob {
		display: none
	}

	.delivery-option-2>.row>.col-sm-3 {
		padding-right: 15px;
		padding-left: 15px;
		text-align: left !important
	}

	.gift-price {
		text-align: left !important
	}
}

@media screen and (max-height:800px) {
	#ps-shoppingcart #blockcart-content .cart-products {
		max-height: 330px !important;
		overflow-y: auto !important
	}
}

@media screen and (max-width:575px) {

	#cart .nb-items,
	#checkout .nb-items {
		font-size: 15px;
		margin-bottom: 10px
	}

	#cart .cart-item .product-line-grid>div:not(:last-child),
	#checkout .cart-item .product-line-grid>div:not(:last-child) {
		padding-right: 0
	}

	#cart .cart-item .product-line-info,
	#checkout .cart-item .product-line-info {
		font-size: 13px !important;
		margin-top: 5px
	}

	#cart .cart-item .product-line-info:first-child,
	#checkout .cart-item .product-line-info:first-child {
		margin-bottom: 7px
	}

	#cart .cart-item .product-line-info.product-line-info-secondary,
	#checkout .cart-item .product-line-info.product-line-info-secondary {
		margin-bottom: 16px
	}

	#cart .cart-item .remove-from-cart,
	#checkout .cart-item .remove-from-cart {
		font-size: 0;
		line-height: 1
	}

	#cart .cart-item .remove-from-cart:hover,
	#checkout .cart-item .remove-from-cart:hover {
		text-decoration: none
	}

	#cart .cart-item .remove-from-cart:before,
	#checkout .cart-item .remove-from-cart:before {
		content: "";
		font-family: FontAwesome;
		font-size: 18px;
		padding: 5px;
		display: block
	}

	#cart .cart-item .btn-iqitwishlist-add:hover,
	#checkout .cart-item .btn-iqitwishlist-add:hover {
		text-decoration: none
	}

	#cart .cart-item .btn-iqitwishlist-add span,
	#checkout .cart-item .btn-iqitwishlist-add span {
		font-size: 0;
		line-height: 1
	}

	#cart .cart-item .btn-iqitwishlist-add span:before,
	#checkout .cart-item .btn-iqitwishlist-add span:before {
		font-family: FontAwesome;
		font-size: 18px;
		padding: 5px;
		display: block
	}

	#cart .cart-item .btn-iqitwishlist-add span.not-added:before,
	#checkout .cart-item .btn-iqitwishlist-add span.not-added:before {
		content: ""
	}

	#cart .cart-item .btn-iqitwishlist-add span.added:before,
	#checkout .cart-item .btn-iqitwishlist-add span.added:before {
		content: ""
	}

	#cart .cart-item .price .product-price,
	#checkout .cart-item .price .product-price {
		font-size: 12px
	}

	#cart .cart-item .remove,
	#checkout .cart-item .remove {
		margin-top: 14px
	}

	#cart .cart-detailed-totals>div {
		max-width: unset;
		flex: unset
	}

	#cart .cart-detailed-totals>div:not(:last-child) {
		margin-bottom: 30px
	}
}

@media screen and (max-width:520px) {

	.header-nav .right-nav,
	.header-nav #ps-shoppingcart-wrapper,
	.header-nav #ps-shoppingcart,
	.header-nav #blockcart {
		position: static !important
	}

	#checkout-delivery-step .delivery-option .col-xs-12 {
		padding-left: 0
	}
}

@media screen and (max-width:480px) {
	#checkout #checkout-addresses-step .address-item {
		width: 100%;
		flex: none
	}

	#cart .hidden-desktop,
	#checkout .hidden-desktop {
		display: block
	}

	#cart .hidden-mobile,
	#checkout .hidden-mobile {
		display: none !important
	}
}

.btn-custom:hover,
.btn-custom:focus {
	box-shadow: inset 0 0 0 4px #000
}

.btn-custom-alternate:hover,
.btn-custom-alternate:focus {
	box-shadow: inset 0 0 0 4px #000
}

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

.visually-hidden {
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	position: absolute
}

.zoom-image {
	display: block;
	overflow: hidden;
	position: relative
}

.zoom-image>img {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.zoom-image>img:hover,
.zoom-image>img:focus {
	transform: scale(1.1) translate(0)
}

#contact .contact-row p,
#contact .contact-row h2,
#contact .contact-row h3,
#contact .contact-form p,
#contact .contact-form h2,
#contact .contact-form h3 {
	text-transform: uppercase
}

#contact .contact-row p,
#contact .contact-form p {
	font-size: 14px;
	margin-bottom: 20px;
	font-family: "HelveticaNeueLTStd-MdCn", sans-serif
}

#contact .contact-row .contact-col .contact-info,
#contact .contact-form .contact-col .contact-info {
	margin-bottom: 40px
}

#contact .contact-row h2,
#contact .contact-form h2 {
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 21px
}

#contact .contact-row h3,
#contact .contact-form h3 {
	margin-bottom: 25px;
	font-size: 15px
}

#contact .contact-row a:hover,
#contact .contact-form a:hover {
	text-decoration: underline
}

#contact .contact-form .bootstrap-filestyle {
	border: 1px solid #000
}

#contact .contact-form .bootstrap-filestyle input {
	border: none;
	background: none
}

#contact .contact-form .bootstrap-filestyle .group-span-filestyle label {
	padding: 0 10px;
	line-height: 30px;
	background: #000
}

#contact .contact-form .bootstrap-filestyle .group-span-filestyle label:hover {
	color: #000;
	background: #fff
}

#contact .contact-form .bootstrap-filestyle .group-span-filestyle label .icon-span-filestyle {
	display: none
}

#contact textarea.form-control,
#order-detail textarea.form-control {
	font-size: 1.25rem
}

#cms.cms-id-12 .h1.page-title {
	font-size: 26px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase
}

#cms.cms-id-13 h1 {
	display: none !important
}

#raffle .h1.page-title,
#raffle-store .h1.page-title,
#raffle-registration-success .h1.page-title,
#raffle-online-submit .h1.page-title {
	text-align: center;
	margin: 0
}

#raffle .raffle-explication p,
#raffle-store .raffle-explication p,
#raffle-registration-success .raffle-explication p,
#raffle-online-submit .raffle-explication p {
	font-size: 18px;
	line-height: 24px
}

#raffle .raffle-prices-k p,
#raffle-store .raffle-prices-k p,
#raffle-registration-success .raffle-prices-k p,
#raffle-online-submit .raffle-prices-k p {
	font-size: 18px;
	line-height: 24px
}

#raffle .raffle-presentation-action .btn-raffle,
#raffle-store .raffle-presentation-action .btn-raffle,
#raffle-registration-success .raffle-presentation-action .btn-raffle,
#raffle-online-submit .raffle-presentation-action .btn-raffle {
	width: auto;
	max-width: none;
	padding: 6px 35px
}

#raffle .raffle-product-image .js-lazy-product-image,
#raffle-store .raffle-product-image .js-lazy-product-image,
#raffle-registration-success .raffle-product-image .js-lazy-product-image,
#raffle-online-submit .raffle-product-image .js-lazy-product-image {
	margin: 0 auto
}

#raffle .handmadeflex-byk,
#raffle-store .handmadeflex-byk,
#raffle-registration-success .handmadeflex-byk,
#raffle-online-submit .handmadeflex-byk {
	display: flex;
	flex-wrap: wrap
}

#raffle .handmadeflex-byk .raffle-form-k,
#raffle-store .handmadeflex-byk .raffle-form-k,
#raffle-registration-success .handmadeflex-byk .raffle-form-k,
#raffle-online-submit .handmadeflex-byk .raffle-form-k {
	border: 1px solid #d4d4d7;
	padding: 20px
}

#raffle .handmadeflex-byk .raffle-form-k label,
#raffle-store .handmadeflex-byk .raffle-form-k label,
#raffle-registration-success .handmadeflex-byk .raffle-form-k label,
#raffle-online-submit .handmadeflex-byk .raffle-form-k label {
	font-size: 20px
}

#raffle .handmadeflex-byk .raffle-form-k input:not([type=checkbox]),
#raffle .handmadeflex-byk .raffle-form-k select,
#raffle-store .handmadeflex-byk .raffle-form-k input:not([type=checkbox]),
#raffle-store .handmadeflex-byk .raffle-form-k select,
#raffle-registration-success .handmadeflex-byk .raffle-form-k input:not([type=checkbox]),
#raffle-registration-success .handmadeflex-byk .raffle-form-k select,
#raffle-online-submit .handmadeflex-byk .raffle-form-k input:not([type=checkbox]),
#raffle-online-submit .handmadeflex-byk .raffle-form-k select {
	height: 35px;
	background-position: calc(100% - 13px) calc(1em + 4px), calc(100% - 8px) calc(1em + 4px), 100%
}

#raffle .handmadeflex-byk .raffle-form-k .contain-chkbox,
#raffle-store .handmadeflex-byk .raffle-form-k .contain-chkbox,
#raffle-registration-success .handmadeflex-byk .raffle-form-k .contain-chkbox,
#raffle-online-submit .handmadeflex-byk .raffle-form-k .contain-chkbox {
	margin: 25px 0
}

#raffle .handmadeflex-byk .raffle-form-k .checkbox,
#raffle-store .handmadeflex-byk .raffle-form-k .checkbox,
#raffle-registration-success .handmadeflex-byk .raffle-form-k .checkbox,
#raffle-online-submit .handmadeflex-byk .raffle-form-k .checkbox {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start
}

#raffle .handmadeflex-byk .raffle-form-k .checkbox label,
#raffle-store .handmadeflex-byk .raffle-form-k .checkbox label,
#raffle-registration-success .handmadeflex-byk .raffle-form-k .checkbox label,
#raffle-online-submit .handmadeflex-byk .raffle-form-k .checkbox label {
	margin-left: 10px;
	font-size: 16px
}

#raffle .handmadeflex-byk .raffle-form-k .checkbox label a:hover,
#raffle-store .handmadeflex-byk .raffle-form-k .checkbox label a:hover,
#raffle-registration-success .handmadeflex-byk .raffle-form-k .checkbox label a:hover,
#raffle-online-submit .handmadeflex-byk .raffle-form-k .checkbox label a:hover {
	text-decoration: underline
}

#raffle .handmadeflex-byk .raffle-contact-nextform p,
#raffle-store .handmadeflex-byk .raffle-contact-nextform p,
#raffle-registration-success .handmadeflex-byk .raffle-contact-nextform p,
#raffle-online-submit .handmadeflex-byk .raffle-contact-nextform p {
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 30px 0;
	text-transform: uppercase;
	padding-left: 30px
}

#raffle .handmadeflex-byk .raffle-contact-nextform a,
#raffle-store .handmadeflex-byk .raffle-contact-nextform a,
#raffle-registration-success .handmadeflex-byk .raffle-contact-nextform a,
#raffle-online-submit .handmadeflex-byk .raffle-contact-nextform a {
	text-decoration: underline
}

.btn-custom:hover,
.btn-custom:focus {
	box-shadow: inset 0 0 0 4px #000
}

.btn-custom-alternate:hover,
.btn-custom-alternate:focus {
	box-shadow: inset 0 0 0 4px #000
}

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

.visually-hidden {
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	position: absolute
}

.zoom-image {
	display: block;
	overflow: hidden;
	position: relative
}

.zoom-image>img {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.zoom-image>img:hover,
.zoom-image>img:focus {
	transform: scale(1.1) translate(0)
}

#authentication .page-title,
#account .page-title {
	font-size: 40px;
	font-weight: 400;
	padding: 60px 0 15px;
	margin-bottom: 80px;
	text-align: center;
	text-transform: uppercase;
	border: 0
}

#authentication .page-content,
#account .page-content {
	border: 0;
	padding: 0
}

#authentication .register-form,
#account .register-form {
	max-width: 500px;
	margin: 0 auto
}

#authentication .register-form label.col-form-label,
#account .register-form label.col-form-label {
	font-size: 18px
}

#authentication .register-form .btn-primary,
#account .register-form .btn-primary {
	width: 100%;
	text-transform: uppercase;
	margin-top: 50px;
	border: 2px solid #000;
	font-size: 17px;
	line-height: 21px;
	padding: 6px 16px;
	font-weight: 400
}

#authentication .register-form .btn-primary:hover,
#authentication .register-form .btn-primary:focus,
#account .register-form .btn-primary:hover,
#account .register-form .btn-primary:focus {
	background: #000;
	color: #fff
}

.page-customer-account #main-page-content #wrapper .breadcrumb,
#module-iqitwishlist-view #main-page-content #wrapper .breadcrumb,
#addresses #main-page-content #wrapper .breadcrumb,
#module-ps_emailalerts-account #main-page-content #wrapper .breadcrumb,
#order-return #main-page-content #wrapper .breadcrumb,
#order-detail #main-page-content #wrapper .breadcrumb,
#order-raffle #main-page-content #wrapper .breadcrumb {
	display: none !important
}

.page-customer-account #main-page-content #wrapper h1.page-title,
#module-iqitwishlist-view #main-page-content #wrapper h1.page-title,
#addresses #main-page-content #wrapper h1.page-title,
#module-ps_emailalerts-account #main-page-content #wrapper h1.page-title,
#order-return #main-page-content #wrapper h1.page-title,
#order-detail #main-page-content #wrapper h1.page-title,
#order-raffle #main-page-content #wrapper h1.page-title {
	text-align: center !important;
	margin: 80px 0 60px 0;
	font-size: 42px !important;
	text-transform: uppercase !important;
	font-weight: normal !important;
	border: none !important
}

.page-customer-account #main-page-content #wrapper #inner-wrapper,
#module-iqitwishlist-view #main-page-content #wrapper #inner-wrapper,
#addresses #main-page-content #wrapper #inner-wrapper,
#module-ps_emailalerts-account #main-page-content #wrapper #inner-wrapper,
#order-return #main-page-content #wrapper #inner-wrapper,
#order-detail #main-page-content #wrapper #inner-wrapper,
#order-raffle #main-page-content #wrapper #inner-wrapper {
	max-width: 820px
}

.page-customer-account #main-page-content #wrapper #inner-wrapper .my-account-side-links,
#module-iqitwishlist-view #main-page-content #wrapper #inner-wrapper .my-account-side-links,
#addresses #main-page-content #wrapper #inner-wrapper .my-account-side-links,
#module-ps_emailalerts-account #main-page-content #wrapper #inner-wrapper .my-account-side-links,
#order-return #main-page-content #wrapper #inner-wrapper .my-account-side-links,
#order-detail #main-page-content #wrapper #inner-wrapper .my-account-side-links,
#order-raffle #main-page-content #wrapper #inner-wrapper .my-account-side-links {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 10px
}

.page-customer-account #main-page-content #wrapper #inner-wrapper .my-account-side-links>a,
#module-iqitwishlist-view #main-page-content #wrapper #inner-wrapper .my-account-side-links>a,
#addresses #main-page-content #wrapper #inner-wrapper .my-account-side-links>a,
#module-ps_emailalerts-account #main-page-content #wrapper #inner-wrapper .my-account-side-links>a,
#order-return #main-page-content #wrapper #inner-wrapper .my-account-side-links>a,
#order-detail #main-page-content #wrapper #inner-wrapper .my-account-side-links>a,
#order-raffle #main-page-content #wrapper #inner-wrapper .my-account-side-links>a {
	flex: unset;
	max-width: unset;
	padding: 0;
	width: unset
}

.page-customer-account #main-page-content #wrapper #inner-wrapper .my-account-side-links>a .link-item,
#module-iqitwishlist-view #main-page-content #wrapper #inner-wrapper .my-account-side-links>a .link-item,
#addresses #main-page-content #wrapper #inner-wrapper .my-account-side-links>a .link-item,
#module-ps_emailalerts-account #main-page-content #wrapper #inner-wrapper .my-account-side-links>a .link-item,
#order-return #main-page-content #wrapper #inner-wrapper .my-account-side-links>a .link-item,
#order-detail #main-page-content #wrapper #inner-wrapper .my-account-side-links>a .link-item,
#order-raffle #main-page-content #wrapper #inner-wrapper .my-account-side-links>a .link-item {
	text-transform: uppercase;
	font-size: 13px
}

.page-customer-account #main-page-content #wrapper #inner-wrapper .my-account-side-links>a .link-item i,
#module-iqitwishlist-view #main-page-content #wrapper #inner-wrapper .my-account-side-links>a .link-item i,
#addresses #main-page-content #wrapper #inner-wrapper .my-account-side-links>a .link-item i,
#module-ps_emailalerts-account #main-page-content #wrapper #inner-wrapper .my-account-side-links>a .link-item i,
#order-return #main-page-content #wrapper #inner-wrapper .my-account-side-links>a .link-item i,
#order-detail #main-page-content #wrapper #inner-wrapper .my-account-side-links>a .link-item i,
#order-raffle #main-page-content #wrapper #inner-wrapper .my-account-side-links>a .link-item i {
	display: none
}

.page-customer-account #main-page-content #wrapper #inner-wrapper .my-account-side-links>a .link-item:hover,
#module-iqitwishlist-view #main-page-content #wrapper #inner-wrapper .my-account-side-links>a .link-item:hover,
#addresses #main-page-content #wrapper #inner-wrapper .my-account-side-links>a .link-item:hover,
#module-ps_emailalerts-account #main-page-content #wrapper #inner-wrapper .my-account-side-links>a .link-item:hover,
#order-return #main-page-content #wrapper #inner-wrapper .my-account-side-links>a .link-item:hover,
#order-detail #main-page-content #wrapper #inner-wrapper .my-account-side-links>a .link-item:hover,
#order-raffle #main-page-content #wrapper #inner-wrapper .my-account-side-links>a .link-item:hover {
	text-decoration: underline
}

.page-customer-account #main-page-content #wrapper #inner-wrapper .page-content,
#module-iqitwishlist-view #main-page-content #wrapper #inner-wrapper .page-content,
#addresses #main-page-content #wrapper #inner-wrapper .page-content,
#module-ps_emailalerts-account #main-page-content #wrapper #inner-wrapper .page-content,
#order-return #main-page-content #wrapper #inner-wrapper .page-content,
#order-detail #main-page-content #wrapper #inner-wrapper .page-content,
#order-raffle #main-page-content #wrapper #inner-wrapper .page-content {
	border: none
}

.page-customer-account #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper,
#module-iqitwishlist-view #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper,
#addresses #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper,
#module-ps_emailalerts-account #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper,
#order-return #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper,
#order-detail #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper,
#order-raffle #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper {
	border: none;
	padding: 0
}

.page-customer-account #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper>div,
#module-iqitwishlist-view #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper>div,
#addresses #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper>div,
#module-ps_emailalerts-account #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper>div,
#order-return #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper>div,
#order-detail #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper>div,
#order-raffle #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper>div {
	max-width: unset;
	padding: 0
}

.page-customer-account #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper>div h2,
#module-iqitwishlist-view #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper>div h2,
#addresses #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper>div h2,
#module-ps_emailalerts-account #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper>div h2,
#order-return #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper>div h2,
#order-detail #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper>div h2,
#order-raffle #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper>div h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px solid #d6d4d4;
	padding-bottom: 8px
}

.page-customer-account #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper>div .form-footer,
#module-iqitwishlist-view #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper>div .form-footer,
#addresses #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper>div .form-footer,
#module-ps_emailalerts-account #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper>div .form-footer,
#order-return #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper>div .form-footer,
#order-detail #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper>div .form-footer,
#order-raffle #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper>div .form-footer {
	text-align: right !important
}

.page-customer-account #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper .alert,
#module-iqitwishlist-view #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper .alert,
#addresses #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper .alert,
#module-ps_emailalerts-account #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper .alert,
#order-return #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper .alert,
#order-detail #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper .alert,
#order-raffle #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper .alert {
	background: #eee;
	height: 55px;
	color: #717171;
	border: none;
	text-align: center;
	line-height: 55px;
	text-transform: uppercase;
	padding: 0;
	font-size: 13px;
	margin-bottom: 20px
}

.page-customer-account.page-identity .form-group .col-form-label,
#module-iqitwishlist-view.page-identity .form-group .col-form-label,
#addresses.page-identity .form-group .col-form-label,
#module-ps_emailalerts-account.page-identity .form-group .col-form-label,
#order-return.page-identity .form-group .col-form-label,
#order-detail.page-identity .form-group .col-form-label,
#order-raffle.page-identity .form-group .col-form-label {
	text-align: left
}

.page-customer-account.page-identity .form-group .col-md-8,
#module-iqitwishlist-view.page-identity .form-group .col-md-8,
#addresses.page-identity .form-group .col-md-8,
#module-ps_emailalerts-account.page-identity .form-group .col-md-8,
#order-return.page-identity .form-group .col-md-8,
#order-detail.page-identity .form-group .col-md-8,
#order-raffle.page-identity .form-group .col-md-8 {
	text-align: left
}

.page-customer-account .row-k-mailalert,
#module-iqitwishlist-view .row-k-mailalert,
#addresses .row-k-mailalert,
#module-ps_emailalerts-account .row-k-mailalert,
#order-return .row-k-mailalert,
#order-detail .row-k-mailalert,
#order-raffle .row-k-mailalert {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(161, 161, 161, .2509803922)
}

.page-customer-account .row-k-mailalert .name,
#module-iqitwishlist-view .row-k-mailalert .name,
#addresses .row-k-mailalert .name,
#module-ps_emailalerts-account .row-k-mailalert .name,
#order-return .row-k-mailalert .name,
#order-detail .row-k-mailalert .name,
#order-raffle .row-k-mailalert .name {
	text-transform: uppercase;
	font-size: 18px
}

.page-customer-account .row-k-mailalert .name .text-muted,
#module-iqitwishlist-view .row-k-mailalert .name .text-muted,
#addresses .row-k-mailalert .name .text-muted,
#module-ps_emailalerts-account .row-k-mailalert .name .text-muted,
#order-return .row-k-mailalert .name .text-muted,
#order-detail .row-k-mailalert .name .text-muted,
#order-raffle .row-k-mailalert .name .text-muted {
	font-size: 14px;
	text-transform: uppercase
}

.page-customer-account .row-k-mailalert .js-remove-email-alert,
#module-iqitwishlist-view .row-k-mailalert .js-remove-email-alert,
#addresses .row-k-mailalert .js-remove-email-alert,
#module-ps_emailalerts-account .row-k-mailalert .js-remove-email-alert,
#order-return .row-k-mailalert .js-remove-email-alert,
#order-detail .row-k-mailalert .js-remove-email-alert,
#order-raffle .row-k-mailalert .js-remove-email-alert {
	font-size: 13px
}

.page-customer-account .row-k-mailalert .js-remove-email-alert:hover,
#module-iqitwishlist-view .row-k-mailalert .js-remove-email-alert:hover,
#addresses .row-k-mailalert .js-remove-email-alert:hover,
#module-ps_emailalerts-account .row-k-mailalert .js-remove-email-alert:hover,
#order-return .row-k-mailalert .js-remove-email-alert:hover,
#order-detail .row-k-mailalert .js-remove-email-alert:hover,
#order-raffle .row-k-mailalert .js-remove-email-alert:hover {
	text-decoration: underline
}

#history .my-account-page-content .table,
#order-slip .my-account-page-content .table,
#discount .my-account-page-content .table,
#order-follow .my-account-page-content .table,
#order-detail .my-account-page-content .table,
#guest-tracking .my-account-page-content .table,
#order-raffle .my-account-page-content .table {
	border: none;
	display: table
}

#history .my-account-page-content .table thead.thead-default tr th,
#order-slip .my-account-page-content .table thead.thead-default tr th,
#discount .my-account-page-content .table thead.thead-default tr th,
#order-follow .my-account-page-content .table thead.thead-default tr th,
#order-detail .my-account-page-content .table thead.thead-default tr th,
#guest-tracking .my-account-page-content .table thead.thead-default tr th,
#order-raffle .my-account-page-content .table thead.thead-default tr th {
	background: none;
	border: none;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	color: #333
}

#history .my-account-page-content .table tbody tr:nth-of-type(odd),
#order-slip .my-account-page-content .table tbody tr:nth-of-type(odd),
#discount .my-account-page-content .table tbody tr:nth-of-type(odd),
#order-follow .my-account-page-content .table tbody tr:nth-of-type(odd),
#order-detail .my-account-page-content .table tbody tr:nth-of-type(odd),
#guest-tracking .my-account-page-content .table tbody tr:nth-of-type(odd),
#order-raffle .my-account-page-content .table tbody tr:nth-of-type(odd) {
	background: #eee
}

#history .my-account-page-content .table tbody th,
#order-slip .my-account-page-content .table tbody th,
#discount .my-account-page-content .table tbody th,
#order-follow .my-account-page-content .table tbody th,
#order-detail .my-account-page-content .table tbody th,
#guest-tracking .my-account-page-content .table tbody th,
#order-raffle .my-account-page-content .table tbody th {
	font-size: 11px;
	font-weight: 400;
	color: #777;
	border: none;
	padding: 10px .75rem
}

#history .my-account-page-content .table tbody td,
#order-slip .my-account-page-content .table tbody td,
#discount .my-account-page-content .table tbody td,
#order-follow .my-account-page-content .table tbody td,
#order-detail .my-account-page-content .table tbody td,
#guest-tracking .my-account-page-content .table tbody td,
#order-raffle .my-account-page-content .table tbody td {
	font-size: 11px;
	font-weight: 400;
	color: #777;
	text-transform: uppercase;
	border: none;
	padding: 10px .75rem
}

#history .my-account-page-content .table tbody td .label,
#order-slip .my-account-page-content .table tbody td .label,
#discount .my-account-page-content .table tbody td .label,
#order-follow .my-account-page-content .table tbody td .label,
#order-detail .my-account-page-content .table tbody td .label,
#guest-tracking .my-account-page-content .table tbody td .label,
#order-raffle .my-account-page-content .table tbody td .label {
	background-color: rgba(0, 0, 0, 0) !important;
	color: #646464;
	padding: 0;
	margin: 0
}

#history .my-account-page-content .table tbody td a,
#order-slip .my-account-page-content .table tbody td a,
#discount .my-account-page-content .table tbody td a,
#order-follow .my-account-page-content .table tbody td a,
#order-detail .my-account-page-content .table tbody td a,
#guest-tracking .my-account-page-content .table tbody td a,
#order-raffle .my-account-page-content .table tbody td a {
	text-decoration: underline
}

#history .my-account-page-content .k-noproductraffle,
#order-slip .my-account-page-content .k-noproductraffle,
#discount .my-account-page-content .k-noproductraffle,
#order-follow .my-account-page-content .k-noproductraffle,
#order-detail .my-account-page-content .k-noproductraffle,
#guest-tracking .my-account-page-content .k-noproductraffle,
#order-raffle .my-account-page-content .k-noproductraffle {
	height: 55px;
	background: #eee;
	margin-bottom: 20px
}

#history .my-account-page-content .k-noproductraffle p,
#order-slip .my-account-page-content .k-noproductraffle p,
#discount .my-account-page-content .k-noproductraffle p,
#order-follow .my-account-page-content .k-noproductraffle p,
#order-detail .my-account-page-content .k-noproductraffle p,
#guest-tracking .my-account-page-content .k-noproductraffle p,
#order-raffle .my-account-page-content .k-noproductraffle p {
	font-size: 13px;
	color: #717171;
	text-transform: uppercase;
	line-height: 55px;
	text-align: center
}

#address .my-account-page-content-wrapper {
	max-width: 500px
}

#addresses h4 {
	font-weight: 400;
	text-transform: uppercase
}

.page-addresses .address {
	border: none;
	background: #eee
}

.page-addresses .address .address-body {
	font-size: 12px;
	text-transform: uppercase;
	color: #4c4c4c
}

.page-addresses .address .address-body h4 {
	text-align: center;
	font-size: 14px;
	background-color: #fff;
	margin: -10px -10px 0 -10px;
	padding: 8px
}

.page-addresses .address .address-body address {
	margin-bottom: 0;
	padding-top: 10px
}

.page-addresses .address .address-footer {
	border: none;
	display: flex;
	justify-content: center
}

.page-addresses .address .address-footer a {
	font-size: 13px;
	text-transform: uppercase;
	color: #4c4c4c;
	margin: 0 6px
}

.page-addresses .address .address-footer a i {
	display: none
}

.page-addresses .addresses-footer {
	margin: 0;
	text-align: right
}

.page-addresses .addresses-footer a i {
	display: none
}

#module-iqitwishlist-view .iqitwishlist-product {
	position: relative
}

#module-iqitwishlist-view .iqitwishlist-product .product-price {
	font-size: 18px;
	color: #000
}

#module-iqitwishlist-view .iqitwishlist-product .name {
	text-transform: uppercase
}

#module-iqitwishlist-view .iqitwishlist-product .name a {
	font-size: 18px
}

#module-iqitwishlist-view .iqitwishlist-product .name .text-muted {
	font-size: 14px
}

#module-iqitwishlist-view .iqitwishlist-product .js-iqitwishlist-remove {
	font-size: 13px;
	position: absolute;
	right: 8px;
	top: 0
}

#module-iqitwishlist-view .iqitwishlist-product .js-iqitwishlist-remove:hover {
	text-decoration: underline
}

#module-iqitwishlist-view .iqitwishlist-product .add-to-cart i {
	height: 16px
}

#module-iqitwishlist-view .iqitwishlist-product .add-to-cart i:before {
	content: "";
	display: block;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMi1jMDAwIDc5LjFiNjVhNzliNCwgMjAyMi8wNi8xMy0yMjowMTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI2NkY0M0VDNEQ3QTExRUVBMzQyQTJBN0UyNUM0ODQyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI2NkY0M0VENEQ3QTExRUVBMzQyQTJBN0UyNUM0ODQyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjY2RjQzRUE0RDdBMTFFRUEzNDJBMkE3RTI1QzQ4NDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjY2RjQzRUI0RDdBMTFFRUEzNDJBMkE3RTI1QzQ4NDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz50NZ8yAAABYUlEQVR42uyaT0sCQRiHd0OCCEQ8KBTRV/ASKAhi3jv1GaKgu5eufYO+Qvf6AnbNg+JNo0uXoKBAMPuzivobmMN7cN3RnZg5/F544F2Yl32fWWdnYQwC+7EDzkALvIJP8A7a4AoUAo+jDB7BfAVP4NTH5hvgK6F5yblPze+DN9HcC2iCY1AFNXABOmLMRD8xL+JGNNYDeyvWx50Y+wBC183nwYduaAoqCeOLYvwMlFwL1MWMdg1rbkXNZZqbb1kQOBD5s2FNX+SHrgW2RR4Z1kQx9U4E5iI3XZBhTP3akbEgoGZzrPPfDWr+0tw8bsZO9LY/M6hXr8acvv4Bw4RZVTW7IKuv1eY3SqhRv5R7cG36BNR7/MiznX6wzhqYevipEv3XInYaFKAABShAAQpQgAIUoAAFKEABClCAAhSgAAUoQAEKUMCaQOhhr0t7ijtiUv9j+A5SniBabn7pAeJCgAEALU9TCA8ESlAAAAAASUVORK5CYII=) center center no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%
}

#module-iqitwishlist-view .iqitwishlist-product .wishlist-product-brand {
	display: block;
	margin-bottom: 2px
}

#module-iqitwishlist-view .iqitwishlist-product .wishlist-product-name {
	font-size: 15px
}

#module-iqitemailsubscriptionconf-subscription h1 {
	text-align: center
}

#module-iqitemailsubscriptionconf-subscription .alert-success {
	background-color: rgba(0, 0, 0, 0);
	font-weight: 700;
	padding: 0;
	border: none;
	color: #000;
	text-align: center;
	margin-bottom: 20px
}

#module-psgdpr-gdpr #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper .container {
	padding: 0
}

#module-psgdpr-gdpr #main-page-content #wrapper #inner-wrapper #content.my-account-page-content-wrapper .container h2 {
	border: none
}

#order-detail .my-account-page-content>h2:first-child,
#order-return .my-account-page-content>h2:first-child {
	display: none !important
}

#order-detail .my-account-page-content #order-return-infos,
#order-return .my-account-page-content #order-return-infos {
	border: none
}

#order-detail .addresses article,
#order-return .addresses article,
#guest-tracking .addresses article {
	background: #eee
}

#order-detail .addresses article h4,
#order-return .addresses article h4,
#guest-tracking .addresses article h4 {
	font-weight: 400;
	text-transform: uppercase;
	background: #fff;
	padding: 8px;
	margin-left: -10px;
	margin-top: -10px;
	margin-right: -10px;
	font-size: 14px;
	text-align: center
}

#order-detail .addresses article address,
#order-return .addresses article address,
#guest-tracking .addresses article address {
	color: #4c4c4c;
	text-transform: uppercase;
	font-size: 12px
}

#order-detail h3,
#order-return h3,
#guest-tracking h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400
}

.page-order-detail #order-history .history-lines .history-line .label,
.page-guest-tracking #order-history .history-lines .history-line .label {
	color: #000;
	background: rgba(0, 0, 0, 0) !important
}

#guest-tracking #inner-wrapper,
#password #inner-wrapper,
#authentication #inner-wrapper {
	max-width: 570px !important
}

#guest-tracking #main-page-content #wrapper h1.page-title,
#password #main-page-content #wrapper h1.page-title,
#authentication #main-page-content #wrapper h1.page-title {
	margin: .8em;
	padding-bottom: .5em
}

#guest-tracking .page-customer-account #content,
#password .page-customer-account #content,
#authentication .page-customer-account #content {
	border: none
}

#guest-tracking #guestOrderTrackingForm .btn,
#password #guestOrderTrackingForm .btn,
#authentication #guestOrderTrackingForm .btn {
	margin-top: 15px
}

#guest-tracking .my-account-page-content h2,
#password .my-account-page-content h2,
#authentication .my-account-page-content h2 {
	display: block !important
}

#guest-tracking .box,
#password .box,
#authentication .box {
	border: 1px solid rgba(161, 161, 161, .25);
	padding: 1rem;
	margin-bottom: 1rem
}

#guest-tracking-create-account h3,
#guest-tracking-create-account ul,
#guest-tracking-create-account input,
#password-create-account h3,
#password-create-account ul,
#password-create-account input,
#authentication-create-account h3,
#authentication-create-account ul,
#authentication-create-account input {
	margin-bottom: 15px
}

#guest-tracking-create-account input,
#password-create-account input,
#authentication-create-account input {
	width: 100%;
	max-width: 250px
}

#password .form-fields {
	margin-top: 25px
}

#password .btn {
	margin: 20px 0
}

@media screen and (min-width:1023px) {

	.page-customer-account #main-page-content #wrapper #inner-wrapper,
	#module-iqitwishlist-view #main-page-content #wrapper #inner-wrapper,
	#addresses #main-page-content #wrapper #inner-wrapper,
	#module-ps_emailalerts-account #main-page-content #wrapper #inner-wrapper,
	#order-return #main-page-content #wrapper #inner-wrapper,
	#order-detail #main-page-content #wrapper #inner-wrapper,
	#guest-tracking #main-page-content #wrapper #inner-wrapper,
	#order-raffle #main-page-content #wrapper #inner-wrapper {
		margin: 0 auto !important
	}
}

@media screen and (min-width:768px) {

	#order-raffle .possuppls,
	#module-iqitwishlist-view .possuppls,
	.page-customer-account .possuppls,
	#addresses .possuppls,
	#module-ps_emailalerts-account .possuppls,
	#order-return .possuppls,
	#guest-tracking .possuppls,
	#order-detail .possuppls {
		display: none
	}
}

@media screen and (max-width:767px) {
	#module-iqitwishlist-view .iqitwishlist-product>div {
		justify-content: center
	}

	#module-iqitwishlist-view .iqitwishlist-product>div>div:first-child {
		min-width: 30vw
	}

	#order-detail .order-items.hidden-md-up.box,
	#guest-tracking .order-items.hidden-md-up.box {
		border-bottom: none
	}

	#order-raffle #main-page-content #wrapper #inner-wrapper .my-account-side-links,
	#module-iqitwishlist-view #main-page-content #wrapper #inner-wrapper .my-account-side-links,
	.page-customer-account #main-page-content #wrapper #inner-wrapper .my-account-side-links,
	#addresses #main-page-content #wrapper #inner-wrapper .my-account-side-links,
	#module-ps_emailalerts-account #main-page-content #wrapper #inner-wrapper .my-account-side-links,
	#order-return #main-page-content #wrapper #inner-wrapper .my-account-side-links,
	#order-detail #main-page-content #wrapper #inner-wrapper .my-account-side-links {
		display: none;
		padding-bottom: 0;
		justify-content: unset
	}

	#order-raffle #main-page-content #wrapper #inner-wrapper .my-account-side-links>a,
	#module-iqitwishlist-view #main-page-content #wrapper #inner-wrapper .my-account-side-links>a,
	.page-customer-account #main-page-content #wrapper #inner-wrapper .my-account-side-links>a,
	#addresses #main-page-content #wrapper #inner-wrapper .my-account-side-links>a,
	#module-ps_emailalerts-account #main-page-content #wrapper #inner-wrapper .my-account-side-links>a,
	#order-return #main-page-content #wrapper #inner-wrapper .my-account-side-links>a,
	#order-detail #main-page-content #wrapper #inner-wrapper .my-account-side-links>a {
		width: 100%;
		text-align: center;
		margin: 5px 0 0 0
	}

	#order-raffle .possuppls,
	#module-iqitwishlist-view .possuppls,
	.page-customer-account .possuppls,
	#addresses .possuppls,
	#module-ps_emailalerts-account .possuppls,
	#order-return .possuppls,
	#order-detail .possuppls {
		display: flex;
		align-items: center;
		justify-content: flex-end
	}

	#order-raffle .possuppls p,
	#module-iqitwishlist-view .possuppls p,
	.page-customer-account .possuppls p,
	#addresses .possuppls p,
	#module-ps_emailalerts-account .possuppls p,
	#order-return .possuppls p,
	#order-detail .possuppls p {
		margin-bottom: 0;
		text-transform: uppercase
	}

	#order-raffle .burgermenu-myacc,
	#module-iqitwishlist-view .burgermenu-myacc,
	.page-customer-account .burgermenu-myacc,
	#addresses .burgermenu-myacc,
	#module-ps_emailalerts-account .burgermenu-myacc,
	#order-return .burgermenu-myacc,
	#order-detail .burgermenu-myacc {
		margin: .5em;
		width: 30px
	}

	#order-raffle .burgermenu-myacc.openbm-myacc:after,
	#module-iqitwishlist-view .burgermenu-myacc.openbm-myacc:after,
	.page-customer-account .burgermenu-myacc.openbm-myacc:after,
	#addresses .burgermenu-myacc.openbm-myacc:after,
	#module-ps_emailalerts-account .burgermenu-myacc.openbm-myacc:after,
	#order-return .burgermenu-myacc.openbm-myacc:after,
	#order-detail .burgermenu-myacc.openbm-myacc:after {
		transform: translateY(-7px) rotate(-135deg)
	}

	#order-raffle .burgermenu-myacc.openbm-myacc:before,
	#module-iqitwishlist-view .burgermenu-myacc.openbm-myacc:before,
	.page-customer-account .burgermenu-myacc.openbm-myacc:before,
	#addresses .burgermenu-myacc.openbm-myacc:before,
	#module-ps_emailalerts-account .burgermenu-myacc.openbm-myacc:before,
	#order-return .burgermenu-myacc.openbm-myacc:before,
	#order-detail .burgermenu-myacc.openbm-myacc:before {
		transform: translateY(7px) rotate(135deg)
	}

	#order-raffle .burgermenu-myacc.openbm-myacc div,
	#module-iqitwishlist-view .burgermenu-myacc.openbm-myacc div,
	.page-customer-account .burgermenu-myacc.openbm-myacc div,
	#addresses .burgermenu-myacc.openbm-myacc div,
	#module-ps_emailalerts-account .burgermenu-myacc.openbm-myacc div,
	#order-return .burgermenu-myacc.openbm-myacc div,
	#order-detail .burgermenu-myacc.openbm-myacc div {
		transform: scale(0)
	}

	#order-raffle .burgermenu-myacc:after,
	#order-raffle .burgermenu-myacc:before,
	#order-raffle .burgermenu-myacc div,
	#module-iqitwishlist-view .burgermenu-myacc:after,
	#module-iqitwishlist-view .burgermenu-myacc:before,
	#module-iqitwishlist-view .burgermenu-myacc div,
	.page-customer-account .burgermenu-myacc:after,
	.page-customer-account .burgermenu-myacc:before,
	.page-customer-account .burgermenu-myacc div,
	#addresses .burgermenu-myacc:after,
	#addresses .burgermenu-myacc:before,
	#addresses .burgermenu-myacc div,
	#module-ps_emailalerts-account .burgermenu-myacc:after,
	#module-ps_emailalerts-account .burgermenu-myacc:before,
	#module-ps_emailalerts-account .burgermenu-myacc div,
	#order-return .burgermenu-myacc:after,
	#order-return .burgermenu-myacc:before,
	#order-return .burgermenu-myacc div,
	#order-detail .burgermenu-myacc:after,
	#order-detail .burgermenu-myacc:before,
	#order-detail .burgermenu-myacc div {
		background-color: #000;
		content: "";
		display: block;
		height: 4px;
		margin: 3px 0;
		transition: all .2s ease-in-out
	}

	#guest-tracking .possuppls {
		display: none !important
	}
}

@media screen and (max-width:580px) {

	#order-detail .addresses,
	#guest-tracking .addresses {
		display: block
	}
}

@font-face {
	font-family: "HelveticaNeueLTStd-BdCn";
	src: url(2C020A_0_0.eot);
	src: url("2C020A_0_0.eot?#iefix") format("embedded-opentype"), url(2C020A_0_0.woff) format("woff"), url(2C020A_0_0.ttf) format("truetype")
}

@font-face {
	font-family: "HelveticaNeueLTStd-MdCn";
	src: url(2C020A_1_0.eot);
	src: url("2C020A_1_0.eot?#iefix") format("embedded-opentype"), url(2C020A_1_0.woff) format("woff"), url(2C020A_1_0.ttf) format("truetype")
}

.btn-custom:hover,
.btn-custom:focus {
	box-shadow: inset 0 0 0 4px #000
}

.btn-custom-alternate:hover,
.btn-custom-alternate:focus {
	box-shadow: inset 0 0 0 4px #000
}

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

.visually-hidden {
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	position: absolute
}

.zoom-image {
	display: block;
	overflow: hidden;
	position: relative
}

.zoom-image>img {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.zoom-image>img:hover,
.zoom-image>img:focus {
	transform: scale(1.1) translate(0)
}

@keyframes hvr-pulse {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	75% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}
}

@keyframes pleaserotateframes {
	0% {
		transform: rotate(90deg)
	}

	49% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(0deg)
	}
}

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

html {
	font-size: 62.5%
}

body {
	font-family: "HelveticaNeueLTStd-BdCn", sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #444;
	background: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "HelveticaNeueLTStd-BdCn", sans-serif;
	margin-bottom: 15px;
	line-height: 18px;
	font-weight: 400;
	color: #000
}

h1,
.as_h1 {
	font-size: 42px;
	line-height: 42px
}

h2,
.as_h2 {
	font-size: 26px;
	line-height: 26px
}

h3,
.as_h3 {
	font-size: 24px;
	line-height: 24px
}

h4 {
	font-size: 20px;
	line-height: 20px
}

h5 {
	font-size: 16px;
	line-height: 16px
}

h6 {
	font-size: 14px;
	line-height: 14px
}

p {
	margin: 0 0 15px;
	line-height: 18px
}

strong,
b {
	font-family: "HelveticaNeueLTStd-BdCn", sans-serif;
	font-weight: 400;
	color: #000
}

em,
i {
	font-style: italic;
	font-family: "HelveticaNeueLTStd-BdCn", sans-serif
}

a {
	color: #000;
	-webkit-transition: color .15s ease-out;
	-moz-transition: color .15s ease-out;
	-ms-transition: color .15s ease-out;
	-o-transition: color .15s ease-out;
	transition: color .15s ease-out
}

a:hover,
a:focus {
	color: #000
}

a.target_blank:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../css/templates/img-pathblank.png) no-repeat;
	margin: 0 5px
}

::selection {
	background-color: #000;
	color: #fff
}

#wrapper {
	position: relative;
	z-index: 1
}

.btn-custom {
	display: inline-block;
	font-family: "HelveticaNeueLTStd-BdCn", sans-serif;
	padding: 15px 30px;
	font-size: 15px;
	color: #fff;
	background-color: #000;
	cursor: pointer;
	border-radius: 10px;
	-webkit-transition: .2s all ease-in-out;
	-moz-transition: .2s all ease-in-out;
	-ms-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out
}

.btn-custom:hover,
.btn-custom:focus {
	color: #000;
	background-color: rgba(0, 0, 0, 0)
}

.btn-custom-alternate {
	color: #000;
	background-color: #fff;
	-webkit-transition: .2s all ease-in-out;
	-moz-transition: .2s all ease-in-out;
	-ms-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out
}

.btn-custom-alternate:hover,
.btn-custom-alternate:focus {
	color: #fff;
	background-color: rgba(0, 0, 0, 0)
}

.btn-custom-fa {
	padding: 10px 20px 10px 30px
}

.btn-custom-fa .fa-caret-right {
	margin-left: 10px
}

.btn:not(.btn-iconic) {
	font-size: 17px;
	line-height: 21px;
	text-transform: uppercase;
	padding: 6px 16px;
	width: 100%;
	max-width: 270px;
	text-align: center;
	border: 1px solid #000
}

.btn:not(.btn-iconic).btn-secondary {
	background: #000;
	color: #fff
}

.btn:not(.btn-iconic).btn-secondary:hover,
.btn:not(.btn-iconic).btn-secondary:focus,
.btn:not(.btn-iconic).btn-secondary:active {
	color: #000;
	background: #fff
}

.btn:not(.btn-iconic).btn-primary {
	color: #000;
	background: #fff
}

.btn:not(.btn-iconic).btn-primary:hover,
.btn:not(.btn-iconic).btn-primary:focus,
.btn:not(.btn-iconic).btn-primary:active {
	background: #000;
	color: #fff
}

.btn[data-action=show-password] {
	padding-top: 0;
	padding-bottom: 0
}

form input[type=text],
form input[type=password] {
	height: 30px
}

form label {
	text-transform: uppercase;
	font-size: 14px
}

form label:empty {
	visibility: hidden
}

form label:not(:empty).required:after {
	content: " *"
}

form input.form-control {
	padding: 3px 5px;
	font-size: 1.25rem
}

form .form-group .form-control-comment {
	display: none
}

.custom-radio {
	box-shadow: none;
	border-radius: 0;
	margin-right: 10px
}

.custom-radio input[type=radio]:checked+span {
	border-radius: 0;
	width: 100%;
	height: 100%;
	animation: checkbox-bounce .3s cubic-bezier(.7, 0, .3, 1)
}

.custom-checkbox input[type=checkbox] {
	margin-top: 0
}

.custom-checkbox input[type=checkbox]+span {
	margin-right: 10px;
	position: relative;
	border-radius: 0;
	box-shadow: none
}

.custom-checkbox input[type=checkbox]:checked+span:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	animation: checkbox-bounce .3s cubic-bezier(.7, 0, .3, 1);
	top: 50%;
	margin-top: -7px;
	left: 50%;
	margin-left: -7px
}

.custom-select2:after {
	content: "";
	line-height: 50%
}

.custom-select2 .form-control-select.js-country {
	font-size: 13px;
	height: 3rem !important
}

select {
	cursor: pointer
}

.barrel_roll {
	transition: transform 4s ease;
	transform: rotate(360deg)
}

.hide_rwd {
	display: block !important
}

.no-listing {
	list-style: none;
	padding: 0;
	margin: 0
}

.no-listing>li {
	padding: 0;
	margin: 0
}

.no-listing.inline {
	font-size: 0
}

.no-listing.inline>li {
	display: inline-block;
	font-size: 15px
}

.show_rwd {
	display: none !important
}

.underline {
	text-decoration: underline
}

.no-link-cursor {
	cursor: unset;
	pointer-events: none
}

#content-wrapper h1.page-title {
	border-bottom: 0;
	font-size: 42px;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	line-height: 100%
}

.cibeo-menuLateral .sticky-desktop-wrapper {
	height: 0 !important
}

.cibeo-menuLateral #iqitmegamenu-wrapper {
	padding: 60px 40px 40px 40px;
	width: 255px !important;
	height: 100%;
	background: none;
	display: flex;
	flex-direction: column
}

.cibeo-menuLateral #iqitmegamenu-wrapper .iqitmegamenu-logo {
	margin-bottom: 85px;
	margin-left: -15px
}

.cibeo-menuLateral #iqitmegamenu-wrapper .container-iqitmegamenu {
	padding: 0;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.cibeo-menuLateral #iqitmegamenu-wrapper .container-iqitmegamenu::-webkit-scrollbar {
	display: none
}

.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-horizontal>ul {
	font-size: 13px
}

.cibeo-menuLateral #iqitmegamenu-wrapper .custom-marges {
	margin-top: 35px !important
}

.cibeo-menuLateral #iqitmegamenu-wrapper .custom-marges-mt-20 {
	margin-top: 20px !important
}

.cibeo-menuLateral #iqitmegamenu-wrapper .custom-marges-mt-25 {
	margin-top: 25px !important
}

.cibeo-menuLateral #iqitmegamenu-wrapper .custom-marges-mt-30 {
	margin-top: 30px !important
}

.cibeo-menuLateral #iqitmegamenu-wrapper .custom-marges-mt-35 {
	margin-top: 35px !important
}

.cibeo-menuLateral #iqitmegamenu-wrapper .custom-marges-mb-20 {
	margin-bottom: 20px !important
}

.cibeo-menuLateral #iqitmegamenu-wrapper .custom-marges-mb-25 {
	margin-bottom: 25px !important
}

.cibeo-menuLateral #iqitmegamenu-wrapper .custom-marges-mb-30 {
	margin-bottom: 30px !important
}

.cibeo-menuLateral #iqitmegamenu-wrapper .custom-marges-mb-35 {
	margin-bottom: 35px !important
}

.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-legend {
	display: none
}

.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu li,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu div.cbp-category-link-w,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu div.cbp-menu-column-inner {
	min-height: 18px;
	margin: 0;
	padding: 0;
	float: unset !important;
	display: block
}

.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu li .nav-link,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu li a,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu div.cbp-category-link-w .nav-link,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu div.cbp-category-link-w a,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu div.cbp-menu-column-inner .nav-link,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu div.cbp-menu-column-inner a {
	max-width: unset;
	position: static !important;
	line-height: 18px;
	display: block;
	padding: 0;
	border: none;
	margin: 0
}

.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu li .nav-link span,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu li a span,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu div.cbp-category-link-w .nav-link span,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu div.cbp-category-link-w a span,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu div.cbp-menu-column-inner .nav-link span,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu div.cbp-menu-column-inner a span {
	line-height: 18px
}

.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu li .nav-link:before,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu li .nav-link i,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu li a:before,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu li a i,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu div.cbp-category-link-w .nav-link:before,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu div.cbp-category-link-w .nav-link i,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu div.cbp-category-link-w a:before,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu div.cbp-category-link-w a i,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu div.cbp-menu-column-inner .nav-link:before,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu div.cbp-menu-column-inner .nav-link i,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu div.cbp-menu-column-inner a:before,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu div.cbp-menu-column-inner a i {
	display: none
}

.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu li.cbp-hrmenu-tab>a .cbp-tab-title,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu div.cbp-category-link-w.cbp-hrmenu-tab>a .cbp-tab-title,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu div.cbp-menu-column-inner.cbp-hrmenu-tab>a .cbp-tab-title {
	font-size: 13px
}

.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu .iqitmegamenu-submenu-container>.menu_row>.cbp-menu-column {
	padding: 0
}

.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu .iqitmegamenu-submenu-container>.menu_row>.cbp-menu-column .cbp-categories-row {
	margin: 0
}

.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu .iqitmegamenu-submenu-container>.menu_row>.cbp-menu-column .cbp-categories-row>.col-12 {
	padding: 0
}

.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu .iqitmegamenu-submenu-container>.menu_row>.cbp-menu-column .cbp-categories-row .cbp-category-link-w .cbp-column-title {
	font-size: 13px;
	font-weight: 400;
	color: #000 !important
}

.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu .first_rows span.nav-link,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu .first_rows .cbp-column-title {
	font-size: 13px;
	font-weight: 400;
	color: #000 !important;
	cursor: pointer
}

.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu .cbp-category-tree,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu .first_rows .cbp-categories-row {
	padding: 5px 0 5px 5px
}

.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu .cbp-category-tree a,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu .first_rows .cbp-categories-row a {
	font-size: 11px !important
}

.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu .lvl3-subcontent>div {
	padding: 0
}

.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu .cbp-hrsub-inner {
	padding: 0;
	box-shadow: none;
	background: none
}

.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu .menu_row {
	display: block;
	margin: 0
}

.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu .menu_row .cbp-menu-column {
	max-width: 100%;
	flex: unset
}

.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu .cbp-hrsub,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu .lvl3-subcontent {
	padding-top: 15px !important;
	padding-bottom: 35px !important;
	box-shadow: none;
	transform: none
}

.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu .row.cbp-categories-row {
	display: block
}

.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu .col-12,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu .col-3,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu .col-2 {
	margin: 0
}

.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu .has-sub {
	min-height: 18px;
	overflow: hidden
}

.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu .has-sub>div,
.cibeo-menuLateral #iqitmegamenu-wrapper .cbp-hrmenu .has-sub>ul {
	display: block;
	position: static;
	visibility: visible;
	opacity: 1
}

.cibeo-menuLateral #iqitmegamenu-wrapper * {
	text-transform: uppercase
}

.cbp-vertical {
	display: none
}

.breadcrumb ol {
	text-align: center;
	text-transform: uppercase;
	font-size: 11px
}

.breadcrumb ol li {
	margin: 0 5px
}

.breadcrumb ol li a {
	color: #000 !important
}

.breadcrumb ol li a:hover {
	opacity: 1 !important
}

.breadcrumb ol li:after {
	display: none
}

.cbp-hrmenu-tab .cbp-hrsub-wrapper .cbp-hrsub .cbp-hrsub-inner {
	padding: 10px 30px
}

.grecaptcha-badge {
	right: -300px !important
}

.autocomplete-suggestions .autocomplete-suggestion .name {
	font-size: 13px
}

.autocomplete-suggestions .autocomplete-suggestion .product-price {
	display: none
}

.autocomplete-suggestions .autocomplete-suggestion .col-shop {
	display: none
}

.autocomplete-suggestions .autocomplete-suggestion-show-all {
	background: none
}

.autocomplete-suggestions .autocomplete-suggestion-show-all span {
	text-transform: uppercase
}

#main-page-content {
	display: flex;
	flex-direction: column;
	min-height: 100vh
}

@media screen and (max-width:1550px)and (min-width:1024px) {
	#main-page-content>*:not(.cibeo-menuLateral) {
		padding-left: 255px;
		padding-right: 10%
	}

	#main-page-content>*:not(.cibeo-menuLateral) .container:not(#desktop-header-container) {
		margin: 0 !important
	}

	#main-page-content>*:not(.cibeo-menuLateral)#header .contain_nav .header-nav {
		left: 0
	}

	.page-index#index .elementor-products {
		padding: 15px 200px 0 200px
	}

	.page-index#index #footer {
		padding-right: 200px !important;
		padding-left: 200px !important
	}
}

@media screen and (max-width:1440px) {
	.cibeo-menuLateral #iqitmegamenu-wrapper {
		padding-top: 60px
	}
}

@media screen and (max-width:1023px) {
	#main-page-content>*:not(.cibeo-menuLateral) .container {
		margin: 0 8% !important
	}

	.cibeo-menuLateral {
		display: none
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical {
		opacity: 0;
		overflow-y: auto;
		overflow-x: hidden;
		display: block !important;
		width: 85%;
		max-width: 360px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
		box-shadow: rgba(0, 0, 0, .4) 0 0 30px 0;
		margin: 0;
		height: 100%;
		transition-delay: .4s
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical.show {
		opacity: 1;
		transition-delay: 0s
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical>ul {
		min-height: 100%;
		padding: 15px 15px 0 15px
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical>ul i {
		display: none
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical>ul>li {
		border-bottom: 1px solid #000;
		padding: 0;
		min-height: 50px
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical>ul>li>a {
		padding: 14px;
		min-height: 50px;
		border-top: none;
		width: 100%;
		line-height: 22px
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical>ul>li.langue {
		padding: 14px
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical>ul>li.langue>span {
		text-transform: none
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical>ul>li.langue * {
		display: inline-block;
		color: #000 !important
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical>ul>li.langue li {
		margin-left: 10px
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical>ul>li.langue li:first-child {
		margin-left: 15px
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical>ul>li.langue li.current span {
		text-decoration: underline
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical>ul>li.langue li>a,
	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical>ul>li.langue li>span {
		font-size: 15px;
		letter-spacing: 0
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical>ul>li.search {
		border: none;
		min-height: unset
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical>ul>li.search .input-group {
		border: 1px solid #000
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical>ul>li.search .input-group input {
		padding-left: 14px;
		height: 43px;
		font-size: 20px;
		letter-spacing: 0;
		border: none
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical>ul>li.search .input-group button.search-btn {
		border: none;
		padding: 0 15px
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical>ul>li.search .input-group button.search-btn i {
		margin-top: -4px;
		display: block
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical>ul .cbp-menu-element {
		margin: 0;
		min-height: 35px;
		padding: 9px 0
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical>ul .cbp-menu-element * {
		font-size: 15px;
		font-weight: 400
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical>ul .cbp-menu-element * .cbp-column-title {
		color: #000 !important;
		margin: 0;
		width: 100%
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical .cbp-hrmenu.cbp-vertical .cbp-hrsub-wrapper,
	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical .cbp-hrsub-wrapper,
	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical .cbp-hrsub-wrapper>.cbp-hrsub {
		visibility: visible;
		opacity: 1;
		width: 100%;
		display: block
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical .menu_row {
		display: block
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical .back {
		color: #4c4c4c;
		line-height: 50px;
		margin: 0;
		border-bottom: 1px solid #000;
		padding: 0 15px !important;
		font-size: 16px !important
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical .back:before {
		float: left;
		content: "";
		font-family: "FontAwesome";
		font-size: 28px;
		margin-right: 15px;
		line-height: 45px
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical .has-sub {
		position: relative
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical .has-sub:after {
		content: "";
		display: block;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 2;
		pointer-events: none;
		font-family: "FontAwesome";
		font-size: 22px;
		color: #000
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical .currentmenutitle,
	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical .submenu-title {
		border-bottom: 1px solid #000;
		min-height: 50px !important;
		margin: 0;
		color: #000;
		font-size: 16px !important;
		padding: 14px 15px !important;
		line-height: 22px
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical .submenu-title {
		width: calc(100% + 30px);
		margin-left: -15px !important
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical .nav-link+* {
		overflow-y: auto;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transform: translateX(-110%);
		z-index: 5;
		display: block;
		margin: 0;
		box-shadow: rgba(0, 0, 0, .4) 0 0 30px 0
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical .nav-link+*>* {
		padding: 9px 15px;
		min-height: 35px
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical .nav-link+*.cbp-hrsub-wrapper {
		width: 85%;
		max-width: 360px;
		overflow: hidden
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical .show-sub>.nav-link+* {
		transform: translateX(0)
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical * {
		background: #fff !important;
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: 2px
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical .cbp-hrsub-inner {
		box-shadow: none;
		padding-top: 0
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical .cbp-menu-element {
		max-width: unset
	}

	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical .col-3,
	#cbp-hrmenu1.cbp-hrmenu.cbp-vertical .col-12 {
		margin: 0
	}

	#toggle-mobilemenu {
		height: 100%;
		display: flex !important;
		align-items: center;
		cursor: pointer
	}

	#toggle-mobilemenu:after {
		content: "" !important;
		display: none !important
	}

	#toggle-mobilemenu .toggle-mobilemenu-btn {
		padding: 0 15px;
		margin-left: -15px;
		height: 100%;
		display: flex;
		align-items: center
	}

	#toggle-mobilemenu .toggle-mobilemenu-btn i {
		width: 22px;
		height: 13px;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAANCAYAAACtpZ5jAAAKQ2lDQ1BJQ0MgcHJvZmlsZQAAeNqdU3dYk/cWPt/3ZQ9WQtjwsZdsgQAiI6wIyBBZohCSAGGEEBJAxYWIClYUFRGcSFXEgtUKSJ2I4qAouGdBiohai1VcOO4f3Ke1fXrv7e371/u855zn/M55zw+AERImkeaiagA5UoU8Otgfj09IxMm9gAIVSOAEIBDmy8JnBcUAAPADeXh+dLA//AGvbwACAHDVLiQSx+H/g7pQJlcAIJEA4CIS5wsBkFIAyC5UyBQAyBgAsFOzZAoAlAAAbHl8QiIAqg0A7PRJPgUA2KmT3BcA2KIcqQgAjQEAmShHJAJAuwBgVYFSLALAwgCgrEAiLgTArgGAWbYyRwKAvQUAdo5YkA9AYACAmUIszAAgOAIAQx4TzQMgTAOgMNK/4KlfcIW4SAEAwMuVzZdL0jMUuJXQGnfy8ODiIeLCbLFCYRcpEGYJ5CKcl5sjE0jnA0zODAAAGvnRwf44P5Dn5uTh5mbnbO/0xaL+a/BvIj4h8d/+vIwCBAAQTs/v2l/l5dYDcMcBsHW/a6lbANpWAGjf+V0z2wmgWgrQevmLeTj8QB6eoVDIPB0cCgsL7SViob0w44s+/zPhb+CLfvb8QB7+23rwAHGaQJmtwKOD/XFhbnauUo7nywRCMW735yP+x4V//Y4p0eI0sVwsFYrxWIm4UCJNx3m5UpFEIcmV4hLpfzLxH5b9CZN3DQCshk/ATrYHtctswH7uAQKLDljSdgBAfvMtjBoLkQAQZzQyefcAAJO/+Y9AKwEAzZek4wAAvOgYXKiUF0zGCAAARKCBKrBBBwzBFKzADpzBHbzAFwJhBkRADCTAPBBCBuSAHAqhGJZBGVTAOtgEtbADGqARmuEQtMExOA3n4BJcgetwFwZgGJ7CGLyGCQRByAgTYSE6iBFijtgizggXmY4EImFINJKApCDpiBRRIsXIcqQCqUJqkV1II/ItchQ5jVxA+pDbyCAyivyKvEcxlIGyUQPUAnVAuagfGorGoHPRdDQPXYCWomvRGrQePYC2oqfRS+h1dAB9io5jgNExDmaM2WFcjIdFYIlYGibHFmPlWDVWjzVjHVg3dhUbwJ5h7wgkAouAE+wIXoQQwmyCkJBHWExYQ6gl7CO0EroIVwmDhDHCJyKTqE+0JXoS+cR4YjqxkFhGrCbuIR4hniVeJw4TX5NIJA7JkuROCiElkDJJC0lrSNtILaRTpD7SEGmcTCbrkG3J3uQIsoCsIJeRt5APkE+S+8nD5LcUOsWI4kwJoiRSpJQSSjVlP+UEpZ8yQpmgqlHNqZ7UCKqIOp9aSW2gdlAvU4epEzR1miXNmxZDy6Qto9XQmmlnafdoL+l0ugndgx5Fl9CX0mvoB+nn6YP0dwwNhg2Dx0hiKBlrGXsZpxi3GS+ZTKYF05eZyFQw1zIbmWeYD5hvVVgq9ip8FZHKEpU6lVaVfpXnqlRVc1U/1XmqC1SrVQ+rXlZ9pkZVs1DjqQnUFqvVqR1Vu6k2rs5Sd1KPUM9RX6O+X/2C+mMNsoaFRqCGSKNUY7fGGY0hFsYyZfFYQtZyVgPrLGuYTWJbsvnsTHYF+xt2L3tMU0NzqmasZpFmneZxzQEOxrHg8DnZnErOIc4NznstAy0/LbHWaq1mrX6tN9p62r7aYu1y7Rbt69rvdXCdQJ0snfU6bTr3dQm6NrpRuoW623XP6j7TY+t56Qn1yvUO6d3RR/Vt9KP1F+rv1u/RHzcwNAg2kBlsMThj8MyQY+hrmGm40fCE4agRy2i6kcRoo9FJoye4Ju6HZ+M1eBc+ZqxvHGKsNN5l3Gs8YWJpMtukxKTF5L4pzZRrmma60bTTdMzMyCzcrNisyeyOOdWca55hvtm82/yNhaVFnMVKizaLx5balnzLBZZNlvesmFY+VnlW9VbXrEnWXOss623WV2xQG1ebDJs6m8u2qK2brcR2m23fFOIUjynSKfVTbtox7PzsCuya7AbtOfZh9iX2bfbPHcwcEh3WO3Q7fHJ0dcx2bHC866ThNMOpxKnD6VdnG2ehc53zNRemS5DLEpd2lxdTbaeKp26fesuV5RruutK10/Wjm7ub3K3ZbdTdzD3Ffav7TS6bG8ldwz3vQfTw91jicczjnaebp8LzkOcvXnZeWV77vR5Ps5wmntYwbcjbxFvgvct7YDo+PWX6zukDPsY+Ap96n4e+pr4i3z2+I37Wfpl+B/ye+zv6y/2P+L/hefIW8U4FYAHBAeUBvYEagbMDawMfBJkEpQc1BY0FuwYvDD4VQgwJDVkfcpNvwBfyG/ljM9xnLJrRFcoInRVaG/owzCZMHtYRjobPCN8Qfm+m+UzpzLYIiOBHbIi4H2kZmRf5fRQpKjKqLupRtFN0cXT3LNas5Fn7Z72O8Y+pjLk722q2cnZnrGpsUmxj7Ju4gLiquIF4h/hF8ZcSdBMkCe2J5MTYxD2J43MC52yaM5zkmlSWdGOu5dyiuRfm6c7Lnnc8WTVZkHw4hZgSl7I/5YMgQlAvGE/lp25NHRPyhJuFT0W+oo2iUbG3uEo8kuadVpX2ON07fUP6aIZPRnXGMwlPUit5kRmSuSPzTVZE1t6sz9lx2S05lJyUnKNSDWmWtCvXMLcot09mKyuTDeR55m3KG5OHyvfkI/lz89sVbIVM0aO0Uq5QDhZML6greFsYW3i4SL1IWtQz32b+6vkjC4IWfL2QsFC4sLPYuHhZ8eAiv0W7FiOLUxd3LjFdUrpkeGnw0n3LaMuylv1Q4lhSVfJqedzyjlKD0qWlQyuCVzSVqZTJy26u9Fq5YxVhlWRV72qX1VtWfyoXlV+scKyorviwRrjm4ldOX9V89Xlt2treSrfK7etI66Trbqz3Wb+vSr1qQdXQhvANrRvxjeUbX21K3nShemr1js20zcrNAzVhNe1bzLas2/KhNqP2ep1/XctW/a2rt77ZJtrWv913e/MOgx0VO97vlOy8tSt4V2u9RX31btLugt2PGmIbur/mft24R3dPxZ6Pe6V7B/ZF7+tqdG9s3K+/v7IJbVI2jR5IOnDlm4Bv2pvtmne1cFoqDsJB5cEn36Z8e+NQ6KHOw9zDzd+Zf7f1COtIeSvSOr91rC2jbaA9ob3v6IyjnR1eHUe+t/9+7zHjY3XHNY9XnqCdKD3x+eSCk+OnZKeenU4/PdSZ3Hn3TPyZa11RXb1nQ8+ePxd07ky3X/fJ897nj13wvHD0Ivdi2yW3S609rj1HfnD94UivW2/rZffL7Vc8rnT0Tes70e/Tf/pqwNVz1/jXLl2feb3vxuwbt24m3Ry4Jbr1+Hb27Rd3Cu5M3F16j3iv/L7a/eoH+g/qf7T+sWXAbeD4YMBgz8NZD+8OCYee/pT/04fh0kfMR9UjRiONj50fHxsNGr3yZM6T4aeypxPPyn5W/3nrc6vn3/3i+0vPWPzY8Av5i8+/rnmp83Lvq6mvOscjxx+8znk98ab8rc7bfe+477rfx70fmSj8QP5Q89H6Y8en0E/3Pud8/vwv94Tz+4A5JREAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTU4RkZDRDZDQ0I5MTFFQUI3OTREMkQ1Rjc3MkU3QjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTU4RkZDRDdDQ0I5MTFFQUI3OTREMkQ1Rjc3MkU3QjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNThGRkNENENDQjkxMUVBQjc5NEQyRDVGNzcyRTdCNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNThGRkNENUNDQjkxMUVBQjc5NEQyRDVGNzcyRTdCNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj1dFUgAAAB8SURBVHja1FLtCsAgCDzt4/2fOLciw8YoFvhjByJ0eoYnAEgIQWw+iacGdeIVRIQVRGTNM/OYfIu1HGPc/lJrtMdq0W7qKRiO8FmFq3ku5/Y/81JKk3En66g91sCmqQ8556m4ulu5VdhrshqN7yIopYxL+Lp326NalwADABvSn51LlTr9AAAAAElFTkSuQmCC);
		background-size: 100%
	}

	#toggle-mobilemenu .toggle-mobilemenu-btn i:before {
		content: ""
	}

	#main-page-content {
		width: 100vw;
		min-height: 100vh;
		background: #fff;
		z-index: 2;
		position: relative
	}

	#main-page-content.open {
		z-index: 0
	}

	#header #language_selector {
		display: none !important
	}

	.cbp-vertical .nav-link+* {
		transition: .4s ease-out !important
	}
}

@media screen and (max-width:767px) {
	#main-page-content>:not(.cibeo-menuLateral) .container {
		margin: 0 20px !important
	}
}

@media screen and (max-width:480px) {
	.h1.page-title {
		font-size: 20px !important
	}
}

#tarteaucitronRoot #tarteaucitronPersonalize {
	background: #fff !important;
	color: #000 !important
}

#tarteaucitronRoot #tarteaucitron {
	top: 20vh !important
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel {
	background: #000;
	font-family: "HelveticaNeueLTStd-BdCn", sans-serif !important;
	text-transform: uppercase
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronMainLineOffset {
	background: #000;
	border-color: #000
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronMainLineOffset #tarteaucitronInfo {
	background: #000;
	border: none;
	font-size: 18px
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronMainLineOffset span,
#tarteaucitronRoot #tarteaucitron #tarteaucitronMainLineOffset div {
	font-family: "HelveticaNeueLTStd-BdCn", sans-serif !important
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronH1 {
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 1px
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronMainLineOffset #tarteaucitronScrollbarAdjust button {
	background: #fff;
	color: #000;
	opacity: 1;
	border-radius: 0;
	font-family: "HelveticaNeueLTStd-BdCn", sans-serif !important;
	font-size: 14px
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices ul li {
	background: #fff;
	color: #000;
	font-family: "HelveticaNeueLTStd-BdCn", sans-serif !important;
	border-left: none
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronScrollbarChild {
	background: #fff
}

@media screen and (max-width:767px) {
	#maintenance-page.maintenance-page .logo>img {
		max-width: 36px
	}
}

.xmas-text,
.xmas-text .cbp-tab-title {
	background: url(/img/cms/texturenoel.png) repeat center center;
	background-size: contain;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	font-size: 25px !important;
	line-height: 21px !important
}

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
	touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}