@charset "UTF-8";

:root,
[data-bs-theme=light] {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-primary-text-emphasis: #052c65;
	--bs-secondary-text-emphasis: #2b2f32;
	--bs-success-text-emphasis: #0a3622;
	--bs-info-text-emphasis: #055160;
	--bs-warning-text-emphasis: #664d03;
	--bs-danger-text-emphasis: #58151c;
	--bs-light-text-emphasis: #495057;
	--bs-dark-text-emphasis: #495057;
	--bs-primary-bg-subtle: #cfe2ff;
	--bs-secondary-bg-subtle: #e2e3e5;
	--bs-success-bg-subtle: #d1e7dd;
	--bs-info-bg-subtle: #cff4fc;
	--bs-warning-bg-subtle: #fff3cd;
	--bs-danger-bg-subtle: #f8d7da;
	--bs-light-bg-subtle: #fcfcfd;
	--bs-dark-bg-subtle: #ced4da;
	--bs-primary-border-subtle: #9ec5fe;
	--bs-secondary-border-subtle: #c4c8cb;
	--bs-success-border-subtle: #a3cfbb;
	--bs-info-border-subtle: #9eeaf9;
	--bs-warning-border-subtle: #ffe69c;
	--bs-danger-border-subtle: #f1aeb5;
	--bs-light-border-subtle: #e9ecef;
	--bs-dark-border-subtle: #adb5bd;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg: #fff;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-emphasis-color: #000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-secondary-color: rgba(33, 37, 41, .75);
	--bs-secondary-color-rgb: 33, 37, 41;
	--bs-secondary-bg: #e9ecef;
	--bs-secondary-bg-rgb: 233, 236, 239;
	--bs-tertiary-color: rgba(33, 37, 41, .5);
	--bs-tertiary-color-rgb: 33, 37, 41;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-heading-color: inherit;
	--bs-link-color: #0d6efd;
	--bs-link-color-rgb: 13, 110, 253;
	--bs-link-decoration: underline;
	--bs-link-hover-color: #0a58ca;
	--bs-link-hover-color-rgb: 10, 88, 202;
	--bs-code-color: #d63384;
	--bs-highlight-color: #212529;
	--bs-highlight-bg: #fff3cd;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, .175);
	--bs-border-radius: .375rem;
	--bs-border-radius-sm: .25rem;
	--bs-border-radius-lg: .5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	--bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
	--bs-focus-ring-width: .25rem;
	--bs-focus-ring-opacity: .25;
	--bs-focus-ring-color: rgba(13, 110, 253, .25);
	--bs-form-valid-color: #198754;
	--bs-form-valid-border-color: #198754;
	--bs-form-invalid-color: #dc3545;
	--bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
	color-scheme: dark;
	--bs-body-color: #dee2e6;
	--bs-body-color-rgb: 222, 226, 230;
	--bs-body-bg: #212529;
	--bs-body-bg-rgb: 33, 37, 41;
	--bs-emphasis-color: #fff;
	--bs-emphasis-color-rgb: 255, 255, 255;
	--bs-secondary-color: rgba(222, 226, 230, .75);
	--bs-secondary-color-rgb: 222, 226, 230;
	--bs-secondary-bg: #343a40;
	--bs-secondary-bg-rgb: 52, 58, 64;
	--bs-tertiary-color: rgba(222, 226, 230, .5);
	--bs-tertiary-color-rgb: 222, 226, 230;
	--bs-tertiary-bg: #2b3035;
	--bs-tertiary-bg-rgb: 43, 48, 53;
	--bs-primary-text-emphasis: #6ea8fe;
	--bs-secondary-text-emphasis: #a7acb1;
	--bs-success-text-emphasis: #75b798;
	--bs-info-text-emphasis: #6edff6;
	--bs-warning-text-emphasis: #ffda6a;
	--bs-danger-text-emphasis: #ea868f;
	--bs-light-text-emphasis: #f8f9fa;
	--bs-dark-text-emphasis: #dee2e6;
	--bs-primary-bg-subtle: #031633;
	--bs-secondary-bg-subtle: #161719;
	--bs-success-bg-subtle: #051b11;
	--bs-info-bg-subtle: #032830;
	--bs-warning-bg-subtle: #332701;
	--bs-danger-bg-subtle: #2c0b0e;
	--bs-light-bg-subtle: #343a40;
	--bs-dark-bg-subtle: #1a1d20;
	--bs-primary-border-subtle: #084298;
	--bs-secondary-border-subtle: #41464b;
	--bs-success-border-subtle: #0f5132;
	--bs-info-border-subtle: #087990;
	--bs-warning-border-subtle: #997404;
	--bs-danger-border-subtle: #842029;
	--bs-light-border-subtle: #495057;
	--bs-dark-border-subtle: #343a40;
	--bs-heading-color: inherit;
	--bs-link-color: #6ea8fe;
	--bs-link-hover-color: #8bb9fe;
	--bs-link-color-rgb: 110, 168, 254;
	--bs-link-hover-color-rgb: 139, 185, 254;
	--bs-code-color: #e685b5;
	--bs-highlight-color: #dee2e6;
	--bs-highlight-bg: #664d03;
	--bs-border-color: #495057;
	--bs-border-color-translucent: rgba(255, 255, 255, .15);
	--bs-form-valid-color: #75b798;
	--bs-form-valid-border-color: #75b798;
	--bs-form-invalid-color: #ea868f;
	--bs-form-invalid-border-color: #ea868f
}

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

@media(prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

hr {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	border-top: var(--bs-border-width) solid;
	opacity: .25
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	color: var(--bs-heading-color)
}

h1,
.h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media(min-width:1200px) {

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

h2,
.h2 {
	font-size: calc(1.325rem + .9vw)
}

@media(min-width:1200px) {

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

h3,
.h3 {
	font-size: calc(1.3rem + .6vw)
}

@media(min-width:1200px) {

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

h4,
.h4 {
	font-size: calc(1.275rem + .3vw)
}

@media(min-width:1200px) {

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

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

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

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

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

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

ol,
ul {
	padding-left: 2rem
}

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

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

dt {
	font-weight: 700
}

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

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small,
.small {
	font-size: .875em
}

mark,
.mark {
	padding: .1875em;
	color: var(--bs-highlight-color);
	background-color: var(--bs-highlight-bg)
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
	text-decoration: underline
}

a:hover {
	--bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

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

pre,
code,
kbd,
samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em
}

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

code {
	font-size: .875em;
	color: var(--bs-code-color);
	word-wrap: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .1875rem .375rem;
	font-size: .875em;
	color: var(--bs-body-bg);
	background-color: var(--bs-body-color);
	border-radius: .25rem
}

kbd kbd {
	padding: 0;
	font-size: 1em
}

figure {
	margin: 0 0 1rem
}

img,
svg {
	vertical-align: middle
}

table {
	caption-side: bottom;
	border-collapse: collapse
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: var(--bs-secondary-color);
	text-align: left
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

thead,
tbody,
tfoot,
tr,
td,
th {
	border-color: inherit;
	border-style: solid;
	border-width: 0
}

label {
	display: inline-block
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

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

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

select:disabled {
	opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
	display: none !important
}

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

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

::-moz-focus-inner {
	padding: 0;
	border-style: none
}

textarea {
	resize: vertical
}

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

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit
}

@media(min-width:1200px) {
	legend {
		font-size: 1.5rem
	}
}

legend+* {
	clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
	padding: 0
}

::-webkit-inner-spin-button {
	height: auto
}

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

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
	padding: 0
}

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

output {
	display: inline-block
}

iframe {
	border: 0
}

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

progress {
	vertical-align: baseline
}

[hidden] {
	display: none !important
}

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

.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2
}

@media(min-width:1200px) {
	.display-1 {
		font-size: 5rem
	}
}

.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2
}

@media(min-width:1200px) {
	.display-2 {
		font-size: 4.5rem
	}
}

.display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2
}

@media(min-width:1200px) {
	.display-3 {
		font-size: 4rem
	}
}

.display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2
}

@media(min-width:1200px) {
	.display-4 {
		font-size: 3.5rem
	}
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2
}

@media(min-width:1200px) {
	.display-5 {
		font-size: 3rem
	}
}

.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2
}

@media(min-width:1200px) {
	.display-6 {
		font-size: 2.5rem
	}
}

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

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

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

.initialism {
	font-size: .875em;
	text-transform: uppercase
}

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

.blockquote>:last-child {
	margin-bottom: 0
}

.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: .875em;
	color: #6c757d
}

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

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

.img-thumbnail {
	padding: .25rem;
	background-color: var(--bs-body-bg);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

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

.figure-caption {
	font-size: .875em;
	color: var(--bs-secondary-color)
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-right: auto;
	margin-left: auto
}

@media(min-width:576px) {

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

@media(min-width:768px) {

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

@media(min-width:992px) {

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

@media(min-width:1200px) {

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

@media(min-width:1400px) {

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

:root {
	--bs-breakpoint-xs: 0;
	--bs-breakpoint-sm: 576px;
	--bs-breakpoint-md: 768px;
	--bs-breakpoint-lg: 992px;
	--bs-breakpoint-xl: 1200px;
	--bs-breakpoint-xxl: 1400px
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y)
}

.col {
	flex: 1 0 0%
}

.row-cols-auto>* {
	flex: 0 0 auto;
	width: auto
}

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

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

.row-cols-3>* {
	flex: 0 0 auto;
	width: 33.33333333%
}

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

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

.row-cols-6>* {
	flex: 0 0 auto;
	width: 16.66666667%
}

.col-auto {
	flex: 0 0 auto;
	width: auto
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%
}

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

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%
}

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

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%
}

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

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%
}

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

.offset-1 {
	margin-left: 8.33333333%
}

.offset-2 {
	margin-left: 16.66666667%
}

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

.offset-4 {
	margin-left: 33.33333333%
}

.offset-5 {
	margin-left: 41.66666667%
}

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

.offset-7 {
	margin-left: 58.33333333%
}

.offset-8 {
	margin-left: 66.66666667%
}

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

.offset-10 {
	margin-left: 83.33333333%
}

.offset-11 {
	margin-left: 91.66666667%
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0
}

.g-1,
.gx-1 {
	--bs-gutter-x: .25rem
}

.g-1,
.gy-1 {
	--bs-gutter-y: .25rem
}

.g-2,
.gx-2 {
	--bs-gutter-x: .5rem
}

.g-2,
.gy-2 {
	--bs-gutter-y: .5rem
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem
}

@media(min-width:576px) {
	.col-sm {
		flex: 1 0 0%
	}

	.row-cols-sm-auto>* {
		flex: 0 0 auto;
		width: auto
	}

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

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

	.row-cols-sm-3>* {
		flex: 0 0 auto;
		width: 33.33333333%
	}

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

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

	.row-cols-sm-6>* {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

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

	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

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

	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

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

	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333333%
	}

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

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

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

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

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

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

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

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

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

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

	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0
	}

	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0
	}

	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: .25rem
	}

	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: .25rem
	}

	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: .5rem
	}

	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: .5rem
	}

	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem
	}

	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem
	}

	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem
	}

	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem
	}
}

@media(min-width:768px) {
	.col-md {
		flex: 1 0 0%
	}

	.row-cols-md-auto>* {
		flex: 0 0 auto;
		width: auto
	}

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

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

	.row-cols-md-3>* {
		flex: 0 0 auto;
		width: 33.33333333%
	}

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

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

	.row-cols-md-6>* {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

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

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

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

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

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

	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333333%
	}

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

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

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

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

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

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

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

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

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

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

	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0
	}

	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0
	}

	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: .25rem
	}

	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: .25rem
	}

	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: .5rem
	}

	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: .5rem
	}

	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem
	}

	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem
	}

	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem
	}

	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem
	}
}

@media(min-width:992px) {
	.col-lg {
		flex: 1 0 0%
	}

	.row-cols-lg-auto>* {
		flex: 0 0 auto;
		width: auto
	}

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

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

	.row-cols-lg-3>* {
		flex: 0 0 auto;
		width: 33.33333333%
	}

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

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

	.row-cols-lg-6>* {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

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

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

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

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

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

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-lg-0 {
		margin-left: 0
	}

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

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

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

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

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

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

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

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

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

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

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

	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0
	}

	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0
	}

	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: .25rem
	}

	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: .25rem
	}

	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: .5rem
	}

	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: .5rem
	}

	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem
	}

	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem
	}

	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem
	}

	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem
	}
}

@media(min-width:1200px) {
	.col-xl {
		flex: 1 0 0%
	}

	.row-cols-xl-auto>* {
		flex: 0 0 auto;
		width: auto
	}

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

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

	.row-cols-xl-3>* {
		flex: 0 0 auto;
		width: 33.33333333%
	}

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

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

	.row-cols-xl-6>* {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

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

	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-xl-6 {
		flex: 0 0 auto;
		/* width: 50% */
	}

	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

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

	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333333%
	}

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

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

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

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

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

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

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

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

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

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

	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0
	}

	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0
	}

	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: .25rem
	}

	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: .25rem
	}

	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: .5rem
	}

	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: .5rem
	}

	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem
	}

	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem
	}

	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem
	}

	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem
	}
}

@media(min-width:1400px) {
	.col-xxl {
		flex: 1 0 0%
	}

	.row-cols-xxl-auto>* {
		flex: 0 0 auto;
		width: auto
	}

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

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

	.row-cols-xxl-3>* {
		flex: 0 0 auto;
		width: 33.33333333%
	}

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

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

	.row-cols-xxl-6>* {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-xxl-0 {
		margin-left: 0
	}

	.offset-xxl-1 {
		margin-left: 8.33333333%
	}

	.offset-xxl-2 {
		margin-left: 16.66666667%
	}

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

	.offset-xxl-4 {
		margin-left: 33.33333333%
	}

	.offset-xxl-5 {
		margin-left: 41.66666667%
	}

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

	.offset-xxl-7 {
		margin-left: 58.33333333%
	}

	.offset-xxl-8 {
		margin-left: 66.66666667%
	}

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

	.offset-xxl-10 {
		margin-left: 83.33333333%
	}

	.offset-xxl-11 {
		margin-left: 91.66666667%
	}

	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0
	}

	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0
	}

	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: .25rem
	}

	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: .25rem
	}

	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: .5rem
	}

	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: .5rem
	}

	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem
	}

	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem
	}

	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem
	}

	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem
	}
}

.table {
	--bs-table-color-type: initial;
	--bs-table-bg-type: initial;
	--bs-table-color-state: initial;
	--bs-table-bg-state: initial;
	--bs-table-color: var(--bs-emphasis-color);
	--bs-table-bg: var(--bs-body-bg);
	--bs-table-border-color: var(--bs-border-color);
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: var(--bs-emphasis-color);
	--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), .05);
	--bs-table-active-color: var(--bs-emphasis-color);
	--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), .1);
	--bs-table-hover-color: var(--bs-emphasis-color);
	--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), .075);
	width: 100%;
	margin-bottom: 1rem;
	vertical-align: top;
	border-color: var(--bs-table-border-color)
}

.table>:not(caption)>*>* {
	padding: .5rem;
	color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
	background-color: var(--bs-table-bg);
	border-bottom-width: var(--bs-border-width);
	box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))
}

.table>tbody {
	vertical-align: inherit
}

.table>thead {
	vertical-align: bottom
}

.table-group-divider {
	border-top: calc(var(--bs-border-width) * 2) solid currentcolor
}

.caption-top {
	caption-side: top
}

.table-sm>:not(caption)>*>* {
	padding: .25rem
}

.table-bordered>:not(caption)>* {
	border-width: var(--bs-border-width) 0
}

.table-bordered>:not(caption)>*>* {
	border-width: 0 var(--bs-border-width)
}

.table-borderless>:not(caption)>*>* {
	border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
	border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
	--bs-table-color-type: var(--bs-table-striped-color);
	--bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-striped-columns>:not(caption)>tr>:nth-child(2n) {
	--bs-table-color-type: var(--bs-table-striped-color);
	--bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-active {
	--bs-table-color-state: var(--bs-table-active-color);
	--bs-table-bg-state: var(--bs-table-active-bg)
}

.table-hover>tbody>tr:hover>* {
	--bs-table-color-state: var(--bs-table-hover-color);
	--bs-table-bg-state: var(--bs-table-hover-bg)
}

.table-primary {
	--bs-table-color: #000;
	--bs-table-bg: #cfe2ff;
	--bs-table-border-color: #a6b5cc;
	--bs-table-striped-bg: #c5d7f2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bacbe6;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfd1ec;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color)
}

.table-secondary {
	--bs-table-color: #000;
	--bs-table-bg: #e2e3e5;
	--bs-table-border-color: #b5b6b7;
	--bs-table-striped-bg: #d7d8da;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #cbccce;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #d1d2d4;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color)
}

.table-success {
	--bs-table-color: #000;
	--bs-table-bg: #d1e7dd;
	--bs-table-border-color: #a7b9b1;
	--bs-table-striped-bg: #c7dbd2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bcd0c7;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #c1d6cc;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color)
}

.table-info {
	--bs-table-color: #000;
	--bs-table-bg: #cff4fc;
	--bs-table-border-color: #a6c3ca;
	--bs-table-striped-bg: #c5e8ef;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #badce3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfe2e9;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color)
}

.table-warning {
	--bs-table-color: #000;
	--bs-table-bg: #fff3cd;
	--bs-table-border-color: #ccc2a4;
	--bs-table-striped-bg: #f2e7c3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6dbb9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ece1be;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color)
}

.table-danger {
	--bs-table-color: #000;
	--bs-table-bg: #f8d7da;
	--bs-table-border-color: #c6acae;
	--bs-table-striped-bg: #eccccf;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfc2c4;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5c7ca;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color)
}

.table-light {
	--bs-table-color: #000;
	--bs-table-bg: #f8f9fa;
	--bs-table-border-color: #c6c7c8;
	--bs-table-striped-bg: #ecedee;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfe0e1;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5e6e7;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color)
}

.table-dark {
	--bs-table-color: #fff;
	--bs-table-bg: #212529;
	--bs-table-border-color: #4d5154;
	--bs-table-striped-bg: #2c3034;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #373b3e;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #323539;
	--bs-table-hover-color: #fff;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color)
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

@media(max-width:575.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media(max-width:767.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media(max-width:991.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media(max-width:1199.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media(max-width:1399.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

.form-label {
	margin-bottom: .5rem
}

.col-form-label {
	padding-top: calc(.375rem + var(--bs-border-width));
	padding-bottom: calc(.375rem + var(--bs-border-width));
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(.5rem + var(--bs-border-width));
	padding-bottom: calc(.5rem + var(--bs-border-width));
	font-size: 1.25rem
}

.col-form-label-sm {
	padding-top: calc(.25rem + var(--bs-border-width));
	padding-bottom: calc(.25rem + var(--bs-border-width));
	font-size: .875rem
}

.form-text {
	margin-top: .25rem;
	font-size: .875em;
	color: var(--bs-secondary-color)
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	appearance: none;
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control[type=file] {
	overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer
}

.form-control:focus {
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem #0d6efd40
}

.form-control::-webkit-date-and-time-value {
	min-width: 85px;
	height: 1.5em;
	margin: 0
}

.form-control::-webkit-datetime-edit {
	display: block;
	padding: 0
}

.form-control::placeholder {
	color: var(--bs-secondary-color);
	opacity: 1
}

.form-control:disabled {
	background-color: var(--bs-secondary-bg);
	opacity: 1
}

.form-control::file-selector-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	margin-inline-end: .75rem;
	color: var(--bs-body-color);
	background-color: var(--bs-tertiary-bg);
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: var(--bs-border-width);
	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) {
	.form-control::file-selector-button {
		transition: none
	}
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: var(--bs-body-color);
	background-color: transparent;
	border: solid transparent;
	border-width: var(--bs-border-width) 0
}

.form-control-plaintext:focus {
	outline: 0
}

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

.form-control-sm {
	min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: var(--bs-border-radius-sm)
}

.form-control-sm::file-selector-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	margin-inline-end: .5rem
}

.form-control-lg {
	min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: var(--bs-border-radius-lg)
}

.form-control-lg::file-selector-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	margin-inline-end: 1rem
}

textarea.form-control {
	min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-sm {
	min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-lg {
	min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-control-color {
	width: 3rem;
	height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
	padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer
}

.form-control-color::-moz-color-swatch {
	border: 0 !important;
	border-radius: var(--bs-border-radius)
}

.form-control-color::-webkit-color-swatch {
	border: 0 !important;
	border-radius: var(--bs-border-radius)
}

.form-control-color.form-control-sm {
	height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
}

.form-control-color.form-control-lg {
	height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	appearance: none;
	background-color: var(--bs-body-bg);
	background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem #0d6efd40
}

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

.form-select:disabled {
	background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 var(--bs-body-color)
}

.form-select-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem;
	border-radius: var(--bs-border-radius-sm)
}

.form-select-lg {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
	border-radius: var(--bs-border-radius-lg)
}

[data-bs-theme=dark] .form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: .125rem
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.5em
}

.form-check-reverse {
	padding-right: 1.5em;
	padding-left: 0;
	text-align: right
}

.form-check-reverse .form-check-input {
	float: right;
	margin-right: -1.5em;
	margin-left: 0
}

.form-check-input {
	--bs-form-check-bg: var(--bs-body-bg);
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	appearance: none;
	background-color: var(--bs-form-check-bg);
	background-image: var(--bs-form-check-bg-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: var(--bs-border-width) solid var(--bs-border-color);
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact
}

.form-check-input[type=checkbox] {
	border-radius: .25em
}

.form-check-input[type=radio] {
	border-radius: 50%
}

.form-check-input:active {
	filter: brightness(90%)
}

.form-check-input:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem #0d6efd40
}

.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
	background-color: #0d6efd;
	border-color: #0d6efd;
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
	pointer-events: none;
	filter: none;
	opacity: .5
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
	cursor: default;
	opacity: .5
}

.form-switch {
	padding-left: 2.5em
}

.form-switch .form-check-input {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	width: 2em;
	margin-left: -2.5em;
	background-image: var(--bs-form-switch-bg);
	background-position: left center;
	border-radius: 2em;
	transition: background-position .15s ease-in-out
}

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

.form-switch .form-check-input:focus {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
	background-position: right center;
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-switch.form-check-reverse {
	padding-right: 2.5em;
	padding-left: 0
}

.form-switch.form-check-reverse .form-check-input {
	margin-right: -2.5em;
	margin-left: 0
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem
}

.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
	pointer-events: none;
	filter: none;
	opacity: .65
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")
}

.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	appearance: none;
	background-color: transparent
}

.form-range:focus {
	outline: 0
}

.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40
}

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

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

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

.form-range::-webkit-slider-thumb:active {
	background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: var(--bs-secondary-bg);
	border-color: transparent;
	border-radius: 1rem
}

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

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

.form-range::-moz-range-thumb:active {
	background-color: #b6d4fe
}

.form-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: var(--bs-secondary-bg);
	border-color: transparent;
	border-radius: 1rem
}

.form-range:disabled {
	pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
	background-color: var(--bs-secondary-color)
}

.form-range:disabled::-moz-range-thumb {
	background-color: var(--bs-secondary-color)
}

.form-floating {
	position: relative
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
	height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	line-height: 1.25
}

.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	padding: 1rem .75rem;
	overflow: hidden;
	text-align: start;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: none;
	border: var(--bs-border-width) solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

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

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
	padding: 1rem .75rem
}

.form-floating>.form-control::placeholder,
.form-floating>.form-control-plaintext::placeholder {
	color: transparent
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown),
.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill,
.form-floating>.form-control-plaintext:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-select {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-control-plaintext~label,
.form-floating>.form-select~label {
	color: rgba(var(--bs-body-color-rgb), .65);
	transform: scale(.85) translateY(-.5rem) translate(.15rem)
}

.form-floating>.form-control:focus~label:after,
.form-floating>.form-control:not(:placeholder-shown)~label:after,
.form-floating>.form-control-plaintext~label:after,
.form-floating>.form-select~label:after {
	position: absolute;
	inset: 1rem .375rem;
	z-index: -1;
	height: 1.5em;
	content: "";
	background-color: var(--bs-body-bg);
	border-radius: var(--bs-border-radius)
}

.form-floating>.form-control:-webkit-autofill~label {
	color: rgba(var(--bs-body-color-rgb), .65);
	transform: scale(.85) translateY(-.5rem) translate(.15rem)
}

.form-floating>.form-control-plaintext~label {
	border-width: var(--bs-border-width) 0
}

.form-floating>:disabled~label,
.form-floating>.form-control:disabled~label {
	color: #6c757d
}

.form-floating>:disabled~label:after,
.form-floating>.form-control:disabled~label:after {
	background-color: var(--bs-secondary-bg)
}

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

.input-group>.form-control,
.input-group>.form-select,
.input-group>.form-floating {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus,
.input-group>.form-floating:focus-within {
	z-index: 5
}

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

.input-group .btn:focus {
	z-index: 5
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	text-align: center;
	white-space: nowrap;
	background-color: var(--bs-tertiary-bg);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius)
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: var(--bs-border-radius-lg)
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: var(--bs-border-radius-sm)
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
	padding-right: 3rem
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: calc(var(--bs-border-width) * -1);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

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

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: var(--bs-form-valid-color)
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: var(--bs-success);
	border-radius: var(--bs-border-radius)
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
	border-color: var(--bs-form-valid-border-color);
	padding-right: calc(1.5em + .75rem);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMxOTg3NTQnIGQ9J00yLjMgNi43My42IDQuNTNjLS40LTEuMDQuNDYtMS40IDEuMS0uOGwxLjEgMS40IDMuNC0zLjhjLjYtLjYzIDEuNi0uMjcgMS4yLjdsLTQgNC42Yy0uNDMuNS0uOC40LTEuMS4xeicvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
	border-color: var(--bs-form-valid-border-color);
	box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .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)
}

.was-validated .form-select:valid,
.form-select.is-valid {
	border-color: var(--bs-form-valid-border-color)
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
	--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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");
	padding-right: 4.125rem;
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
	border-color: var(--bs-form-valid-border-color);
	box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.was-validated .form-control-color:valid,
.form-control-color.is-valid {
	width: calc(3.75rem + 1.5em)
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
	border-color: var(--bs-form-valid-border-color)
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
	background-color: var(--bs-form-valid-color)
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
	box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
	color: var(--bs-form-valid-color)
}

.form-check-inline .form-check-input~.valid-feedback {
	margin-left: .5em
}

.was-validated .input-group>.form-control:not(:focus):valid,
.input-group>.form-control:not(:focus).is-valid,
.was-validated .input-group>.form-select:not(:focus):valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.input-group>.form-floating:not(:focus-within).is-valid {
	z-index: 3
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: var(--bs-form-invalid-color)
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: var(--bs-danger);
	border-radius: var(--bs-border-radius)
}

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: var(--bs-form-invalid-border-color);
	padding-right: calc(1.5em + .75rem);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMiAxMicgd2lkdGg9JzEyJyBoZWlnaHQ9JzEyJyBmaWxsPSdub25lJyBzdHJva2U9JyNkYzM1NDUnPjxjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLz48cGF0aCBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBkPSdNNS44IDMuNmguNEw2IDYuNXonLz48Y2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nI2RjMzU0NScgc3Ryb2tlPSdub25lJy8+PC9zdmc+);
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	border-color: var(--bs-form-invalid-border-color);
	box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .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)
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
	border-color: var(--bs-form-invalid-border-color)
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
	--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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");
	padding-right: 4.125rem;
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
	border-color: var(--bs-form-invalid-border-color);
	box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
	width: calc(3.75rem + 1.5em)
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
	border-color: var(--bs-form-invalid-border-color)
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
	background-color: var(--bs-form-invalid-color)
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
	box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
	color: var(--bs-form-invalid-color)
}

.form-check-inline .form-check-input~.invalid-feedback {
	margin-left: .5em
}

.was-validated .input-group>.form-control:not(:focus):invalid,
.input-group>.form-control:not(:focus).is-invalid,
.was-validated .input-group>.form-select:not(:focus):invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.input-group>.form-floating:not(:focus-within).is-invalid {
	z-index: 4
}

.btn {
	--bs-btn-padding-x: .75rem;
	--bs-btn-padding-y: .375rem;
	--bs-btn-font-family: ;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	--bs-btn-color: var(--bs-body-color);
	--bs-btn-bg: transparent;
	--bs-btn-border-width: var(--bs-border-width);
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: var(--bs-border-radius);
	--bs-btn-hover-border-color: transparent;
	--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	--bs-btn-disabled-opacity: .65;
	--bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	color: var(--bs-btn-color);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	background-color: var(--bs-btn-bg);
	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: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color)
}

.btn-check+.btn:hover {
	color: var(--bs-btn-color);
	background-color: var(--bs-btn-bg);
	border-color: var(--bs-btn-border-color)
}

.btn:focus-visible {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
	outline: 0;
	box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:focus-visible+.btn {
	border-color: var(--bs-btn-hover-border-color);
	outline: 0;
	box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
	color: var(--bs-btn-active-color);
	background-color: var(--bs-btn-active-bg);
	border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked+.btn:focus-visible,
:not(.btn-check)+.btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
	box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked:focus-visible+.btn {
	box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
	color: var(--bs-btn-disabled-color);
	pointer-events: none;
	background-color: var(--bs-btn-disabled-bg);
	border-color: var(--bs-btn-disabled-border-color);
	opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #0d6efd;
	--bs-btn-border-color: #0d6efd;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #0b5ed7;
	--bs-btn-hover-border-color: #0a58ca;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0a58ca;
	--bs-btn-active-border-color: #0a53be;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #0d6efd;
	--bs-btn-disabled-border-color: #0d6efd
}

.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #6c757d;
	--bs-btn-border-color: #6c757d;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #5c636a;
	--bs-btn-hover-border-color: #565e64;
	--bs-btn-focus-shadow-rgb: 130, 138, 145;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #565e64;
	--bs-btn-active-border-color: #51585e;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #6c757d;
	--bs-btn-disabled-border-color: #6c757d
}

.btn-success {
	--bs-btn-color: #fff;
	--bs-btn-bg: #198754;
	--bs-btn-border-color: #198754;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #157347;
	--bs-btn-hover-border-color: #146c43;
	--bs-btn-focus-shadow-rgb: 60, 153, 110;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #146c43;
	--bs-btn-active-border-color: #13653f;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #198754;
	--bs-btn-disabled-border-color: #198754
}

.btn-info {
	--bs-btn-color: #000;
	--bs-btn-bg: #0dcaf0;
	--bs-btn-border-color: #0dcaf0;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #31d2f2;
	--bs-btn-hover-border-color: #25cff2;
	--bs-btn-focus-shadow-rgb: 11, 172, 204;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #3dd5f3;
	--bs-btn-active-border-color: #25cff2;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #0dcaf0;
	--bs-btn-disabled-border-color: #0dcaf0
}

.btn-warning {
	--bs-btn-color: #000;
	--bs-btn-bg: #ffc107;
	--bs-btn-border-color: #ffc107;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #ffca2c;
	--bs-btn-hover-border-color: #ffc720;
	--bs-btn-focus-shadow-rgb: 217, 164, 6;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #ffcd39;
	--bs-btn-active-border-color: #ffc720;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #ffc107;
	--bs-btn-disabled-border-color: #ffc107
}

.btn-danger {
	--bs-btn-color: #fff;
	--bs-btn-bg: #dc3545;
	--bs-btn-border-color: #dc3545;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #bb2d3b;
	--bs-btn-hover-border-color: #b02a37;
	--bs-btn-focus-shadow-rgb: 225, 83, 97;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #b02a37;
	--bs-btn-active-border-color: #a52834;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #dc3545;
	--bs-btn-disabled-border-color: #dc3545
}

.btn-light {
	--bs-btn-color: #000;
	--bs-btn-bg: #f8f9fa;
	--bs-btn-border-color: #f8f9fa;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #d3d4d5;
	--bs-btn-hover-border-color: #c6c7c8;
	--bs-btn-focus-shadow-rgb: 211, 212, 213;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #c6c7c8;
	--bs-btn-active-border-color: #babbbc;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #f8f9fa;
	--bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
	--bs-btn-color: #fff;
	--bs-btn-bg: #212529;
	--bs-btn-border-color: #212529;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #424649;
	--bs-btn-hover-border-color: #373b3e;
	--bs-btn-focus-shadow-rgb: 66, 70, 73;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #4d5154;
	--bs-btn-active-border-color: #373b3e;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #212529;
	--bs-btn-disabled-border-color: #212529
}

.btn-outline-primary {
	--bs-btn-color: #0d6efd;
	--bs-btn-border-color: #0d6efd;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #0d6efd;
	--bs-btn-hover-border-color: #0d6efd;
	--bs-btn-focus-shadow-rgb: 13, 110, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0d6efd;
	--bs-btn-active-border-color: #0d6efd;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #0d6efd;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #0d6efd;
	--bs-gradient: none
}

.btn-outline-secondary {
	--bs-btn-color: #6c757d;
	--bs-btn-border-color: #6c757d;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #6c757d;
	--bs-btn-hover-border-color: #6c757d;
	--bs-btn-focus-shadow-rgb: 108, 117, 125;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #6c757d;
	--bs-btn-active-border-color: #6c757d;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #6c757d;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #6c757d;
	--bs-gradient: none
}

.btn-outline-success {
	--bs-btn-color: #198754;
	--bs-btn-border-color: #198754;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #198754;
	--bs-btn-hover-border-color: #198754;
	--bs-btn-focus-shadow-rgb: 25, 135, 84;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #198754;
	--bs-btn-active-border-color: #198754;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #198754;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #198754;
	--bs-gradient: none
}

.btn-outline-info {
	--bs-btn-color: #0dcaf0;
	--bs-btn-border-color: #0dcaf0;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #0dcaf0;
	--bs-btn-hover-border-color: #0dcaf0;
	--bs-btn-focus-shadow-rgb: 13, 202, 240;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #0dcaf0;
	--bs-btn-active-border-color: #0dcaf0;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #0dcaf0;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #0dcaf0;
	--bs-gradient: none
}

.btn-outline-warning {
	--bs-btn-color: #ffc107;
	--bs-btn-border-color: #ffc107;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #ffc107;
	--bs-btn-hover-border-color: #ffc107;
	--bs-btn-focus-shadow-rgb: 255, 193, 7;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #ffc107;
	--bs-btn-active-border-color: #ffc107;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #ffc107;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #ffc107;
	--bs-gradient: none
}

.btn-outline-danger {
	--bs-btn-color: #dc3545;
	--bs-btn-border-color: #dc3545;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #dc3545;
	--bs-btn-hover-border-color: #dc3545;
	--bs-btn-focus-shadow-rgb: 220, 53, 69;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #dc3545;
	--bs-btn-active-border-color: #dc3545;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #dc3545;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #dc3545;
	--bs-gradient: none
}

.btn-outline-light {
	--bs-btn-color: #f8f9fa;
	--bs-btn-border-color: #f8f9fa;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #f8f9fa;
	--bs-btn-hover-border-color: #f8f9fa;
	--bs-btn-focus-shadow-rgb: 248, 249, 250;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #f8f9fa;
	--bs-btn-active-border-color: #f8f9fa;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #f8f9fa;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #f8f9fa;
	--bs-gradient: none
}

.btn-outline-dark {
	--bs-btn-color: #212529;
	--bs-btn-border-color: #212529;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #212529;
	--bs-btn-hover-border-color: #212529;
	--bs-btn-focus-shadow-rgb: 33, 37, 41;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #212529;
	--bs-btn-active-border-color: #212529;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #212529;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #212529;
	--bs-gradient: none
}

.btn-link {
	--bs-btn-font-weight: 400;
	--bs-btn-color: var(--bs-link-color);
	--bs-btn-bg: transparent;
	--bs-btn-border-color: transparent;
	--bs-btn-hover-color: var(--bs-link-hover-color);
	--bs-btn-hover-border-color: transparent;
	--bs-btn-active-color: var(--bs-link-hover-color);
	--bs-btn-active-border-color: transparent;
	--bs-btn-disabled-color: #6c757d;
	--bs-btn-disabled-border-color: transparent;
	--bs-btn-box-shadow: 0 0 0 #000;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	text-decoration: underline
}

.btn-link:focus-visible {
	color: var(--bs-btn-color)
}

.btn-link:hover {
	color: var(--bs-btn-hover-color)
}

.btn-lg,
.btn-group-lg>.btn {
	--bs-btn-padding-y: .5rem;
	--bs-btn-padding-x: 1rem;
	--bs-btn-font-size: 1.25rem;
	--bs-btn-border-radius: var(--bs-border-radius-lg)
}

.btn-sm,
.btn-group-sm>.btn {
	--bs-btn-padding-y: .25rem;
	--bs-btn-padding-x: .5rem;
	--bs-btn-font-size: .875rem;
	--bs-btn-border-radius: var(--bs-border-radius-sm)
}

.fade {
	transition: opacity .15s linear
}

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

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

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

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

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

.collapsing.collapse-horizontal {
	width: 0;
	height: auto;
	transition: width .35s ease
}

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

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
	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 {
	--bs-dropdown-zindex: 1000;
	--bs-dropdown-min-width: 10rem;
	--bs-dropdown-padding-x: 0;
	--bs-dropdown-padding-y: .5rem;
	--bs-dropdown-spacer: .125rem;
	--bs-dropdown-font-size: 1rem;
	--bs-dropdown-color: var(--bs-body-color);
	--bs-dropdown-bg: var(--bs-body-bg);
	--bs-dropdown-border-color: var(--bs-border-color-translucent);
	--bs-dropdown-border-radius: var(--bs-border-radius);
	--bs-dropdown-border-width: var(--bs-border-width);
	--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
	--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
	--bs-dropdown-divider-margin-y: .5rem;
	--bs-dropdown-box-shadow: var(--bs-box-shadow);
	--bs-dropdown-link-color: var(--bs-body-color);
	--bs-dropdown-link-hover-color: var(--bs-body-color);
	--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
	--bs-dropdown-link-active-color: #fff;
	--bs-dropdown-link-active-bg: #0d6efd;
	--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
	--bs-dropdown-item-padding-x: 1rem;
	--bs-dropdown-item-padding-y: .25rem;
	--bs-dropdown-header-color: #6c757d;
	--bs-dropdown-header-padding-x: 1rem;
	--bs-dropdown-header-padding-y: .5rem;
	position: absolute;
	z-index: var(--bs-dropdown-zindex);
	display: none;
	min-width: var(--bs-dropdown-min-width);
	padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
	margin: 0;
	font-size: var(--bs-dropdown-font-size);
	color: var(--bs-dropdown-color);
	text-align: left;
	list-style: none;
	background-color: var(--bs-dropdown-bg);
	background-clip: padding-box;
	border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
	border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: var(--bs-dropdown-spacer)
}

.dropdown-menu-start {
	--bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0
}

.dropdown-menu-end {
	--bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto
}

@media(min-width:576px) {
	.dropdown-menu-sm-start {
		--bs-position: start
	}

	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-sm-end {
		--bs-position: end
	}

	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media(min-width:768px) {
	.dropdown-menu-md-start {
		--bs-position: start
	}

	.dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-md-end {
		--bs-position: end
	}

	.dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media(min-width:992px) {
	.dropdown-menu-lg-start {
		--bs-position: start
	}

	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-lg-end {
		--bs-position: end
	}

	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media(min-width:1200px) {
	.dropdown-menu-xl-start {
		--bs-position: start
	}

	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-xl-end {
		--bs-position: end
	}

	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media(min-width:1400px) {
	.dropdown-menu-xxl-start {
		--bs-position: start
	}

	.dropdown-menu-xxl-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-xxl-end {
		--bs-position: end
	}

	.dropdown-menu-xxl-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: var(--bs-dropdown-spacer)
}

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

.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: var(--bs-dropdown-spacer)
}

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

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

.dropend .dropdown-toggle:after {
	vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: var(--bs-dropdown-spacer)
}

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

.dropstart .dropdown-toggle:after {
	display: none
}

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

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

.dropstart .dropdown-toggle:before {
	vertical-align: 0
}

.dropdown-divider {
	height: 0;
	margin: var(--bs-dropdown-divider-margin-y) 0;
	overflow: hidden;
	border-top: 1px solid var(--bs-dropdown-divider-bg);
	opacity: 1
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	clear: both;
	font-weight: 400;
	color: var(--bs-dropdown-link-color);
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	border-radius: var(--bs-dropdown-item-border-radius, 0)
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: var(--bs-dropdown-link-hover-color);
	background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
	color: var(--bs-dropdown-link-active-color);
	text-decoration: none;
	background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: var(--bs-dropdown-link-disabled-color);
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
	margin-bottom: 0;
	font-size: .875rem;
	color: var(--bs-dropdown-header-color);
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
	--bs-dropdown-color: #dee2e6;
	--bs-dropdown-bg: #343a40;
	--bs-dropdown-border-color: var(--bs-border-color-translucent);
	--bs-dropdown-box-shadow: ;
	--bs-dropdown-link-color: #dee2e6;
	--bs-dropdown-link-hover-color: #fff;
	--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
	--bs-dropdown-link-hover-bg: rgba(255, 255, 255, .15);
	--bs-dropdown-link-active-color: #fff;
	--bs-dropdown-link-active-bg: #0d6efd;
	--bs-dropdown-link-disabled-color: #adb5bd;
	--bs-dropdown-header-color: #adb5bd
}

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

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

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

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}

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

.btn-group {
	border-radius: var(--bs-border-radius)
}

.btn-group>:not(.btn-check:first-child)+.btn,
.btn-group>.btn-group:not(:first-child) {
	margin-left: calc(var(--bs-border-width) * -1)
}

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

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

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

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

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

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

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

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

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
	width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
	margin-top: calc(var(--bs-border-width) * -1)
}

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

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

.nav {
	--bs-nav-link-padding-x: 1rem;
	--bs-nav-link-padding-y: .5rem;
	--bs-nav-link-font-weight: ;
	--bs-nav-link-color: var(--bs-link-color);
	--bs-nav-link-hover-color: var(--bs-link-hover-color);
	--bs-nav-link-disabled-color: var(--bs-secondary-color);
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	font-size: var(--bs-nav-link-font-size);
	font-weight: var(--bs-nav-link-font-weight);
	color: var(--bs-nav-link-color);
	text-decoration: none;
	background: 0 0;
	border: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

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

.nav-link:hover,
.nav-link:focus {
	color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 .25rem #0d6efd40
}

.nav-link.disabled,
.nav-link:disabled {
	color: var(--bs-nav-link-disabled-color);
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	--bs-nav-tabs-border-width: var(--bs-border-width);
	--bs-nav-tabs-border-color: var(--bs-border-color);
	--bs-nav-tabs-border-radius: var(--bs-border-radius);
	--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
	--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
	--bs-nav-tabs-link-active-bg: var(--bs-body-bg);
	--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
	border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
	margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
	border: var(--bs-nav-tabs-border-width) solid transparent;
	border-top-left-radius: var(--bs-nav-tabs-border-radius);
	border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	isolation: isolate;
	border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: var(--bs-nav-tabs-link-active-color);
	background-color: var(--bs-nav-tabs-link-active-bg);
	border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
	margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills {
	--bs-nav-pills-border-radius: var(--bs-border-radius);
	--bs-nav-pills-link-active-color: #fff;
	--bs-nav-pills-link-active-bg: #0d6efd
}

.nav-pills .nav-link {
	border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: var(--bs-nav-pills-link-active-color);
	background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-underline {
	--bs-nav-underline-gap: 1rem;
	--bs-nav-underline-border-width: .125rem;
	--bs-nav-underline-link-active-color: var(--bs-emphasis-color);
	gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
	padding-right: 0;
	padding-left: 0;
	border-bottom: var(--bs-nav-underline-border-width) solid transparent
}

.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
	border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
	font-weight: 700;
	color: var(--bs-nav-underline-link-active-color);
	border-bottom-color: currentcolor
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
	width: 100%
}

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

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

.navbar {
	--bs-navbar-padding-x: 0;
	--bs-navbar-padding-y: .5rem;
	--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);
	--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);
	--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);
	--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-padding-y: .3125rem;
	--bs-navbar-brand-margin-end: 1rem;
	--bs-navbar-brand-font-size: 1.25rem;
	--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-nav-link-padding-x: .5rem;
	--bs-navbar-toggler-padding-y: .25rem;
	--bs-navbar-toggler-padding-x: .75rem;
	--bs-navbar-toggler-font-size: 1.25rem;
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15);
	--bs-navbar-toggler-border-radius: var(--bs-border-radius);
	--bs-navbar-toggler-focus-width: .25rem;
	--bs-navbar-toggler-transition: box-shadow .15s ease-in-out;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between
}

.navbar-brand {
	padding-top: var(--bs-navbar-brand-padding-y);
	padding-bottom: var(--bs-navbar-brand-padding-y);
	margin-right: var(--bs-navbar-brand-margin-end);
	font-size: var(--bs-navbar-brand-font-size);
	color: var(--bs-navbar-brand-color);
	text-decoration: none;
	white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
	color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
	--bs-nav-link-padding-x: 0;
	--bs-nav-link-padding-y: .5rem;
	--bs-nav-link-font-weight: ;
	--bs-nav-link-color: var(--bs-navbar-color);
	--bs-nav-link-hover-color: var(--bs-navbar-hover-color);
	--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
	position: static
}

.navbar-text {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: var(--bs-navbar-color)
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
	color: var(--bs-navbar-active-color)
}

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

.navbar-toggler {
	padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
	font-size: var(--bs-navbar-toggler-font-size);
	line-height: 1;
	color: var(--bs-navbar-color);
	background-color: transparent;
	border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
	border-radius: var(--bs-navbar-toggler-border-radius);
	transition: var(--bs-navbar-toggler-transition)
}

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

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

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-image: var(--bs-navbar-toggler-icon-bg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%
}

.navbar-nav-scroll {
	max-height: var(--bs-scroll-height, 75vh);
	overflow-y: auto
}

@media(min-width:576px) {
	.navbar-expand-sm {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-sm .navbar-nav {
		flex-direction: row
	}

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

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x)
	}

	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

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

	.navbar-expand-sm .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none
	}

	.navbar-expand-sm .offcanvas .offcanvas-header {
		display: none
	}

	.navbar-expand-sm .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

@media(min-width:768px) {
	.navbar-expand-md {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}

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

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x)
	}

	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

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

	.navbar-expand-md .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none
	}

	.navbar-expand-md .offcanvas .offcanvas-header {
		display: none
	}

	.navbar-expand-md .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

@media(min-width:992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}

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

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x)
	}

	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

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

	.navbar-expand-lg .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none
	}

	.navbar-expand-lg .offcanvas .offcanvas-header {
		display: none
	}

	.navbar-expand-lg .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

@media(min-width:1200px) {
	.navbar-expand-xl {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}

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

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x)
	}

	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

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

	.navbar-expand-xl .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none
	}

	.navbar-expand-xl .offcanvas .offcanvas-header {
		display: none
	}

	.navbar-expand-xl .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

@media(min-width:1400px) {
	.navbar-expand-xxl {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-xxl .navbar-nav {
		flex-direction: row
	}

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

	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x)
	}

	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-xxl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

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

	.navbar-expand-xxl .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none
	}

	.navbar-expand-xxl .offcanvas .offcanvas-header {
		display: none
	}

	.navbar-expand-xxl .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

.navbar-expand {
	flex-wrap: nowrap;
	justify-content: flex-start
}

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

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

.navbar-expand .navbar-nav .nav-link {
	padding-right: var(--bs-navbar-nav-link-padding-x);
	padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto
}

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

.navbar-expand .offcanvas {
	position: static;
	z-index: auto;
	flex-grow: 1;
	width: auto !important;
	height: auto !important;
	visibility: visible !important;
	background-color: transparent !important;
	border: 0 !important;
	transform: none !important;
	transition: none
}

.navbar-expand .offcanvas .offcanvas-header {
	display: none
}

.navbar-expand .offcanvas .offcanvas-body {
	display: flex;
	flex-grow: 0;
	padding: 0;
	overflow-y: visible
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
	--bs-navbar-color: rgba(255, 255, 255, .55);
	--bs-navbar-hover-color: rgba(255, 255, 255, .75);
	--bs-navbar-disabled-color: rgba(255, 255, 255, .25);
	--bs-navbar-active-color: #fff;
	--bs-navbar-brand-color: #fff;
	--bs-navbar-brand-hover-color: #fff;
	--bs-navbar-toggler-border-color: rgba(255, 255, 255, .1);
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

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

.card {
	--bs-card-spacer-y: 1rem;
	--bs-card-spacer-x: 1rem;
	--bs-card-title-spacer-y: .5rem;
	--bs-card-title-color: ;
	--bs-card-subtitle-color: ;
	--bs-card-border-width: var(--bs-border-width);
	--bs-card-border-color: var(--bs-border-color-translucent);
	--bs-card-border-radius: var(--bs-border-radius);
	--bs-card-box-shadow: ;
	--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
	--bs-card-cap-padding-y: .5rem;
	--bs-card-cap-padding-x: 1rem;
	--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);
	--bs-card-cap-color: ;
	--bs-card-height: ;
	--bs-card-color: ;
	--bs-card-bg: var(--bs-body-bg);
	--bs-card-img-overlay-padding: 1rem;
	--bs-card-group-margin: .75rem;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: var(--bs-card-height);
	color: var(--bs-body-color);
	word-wrap: break-word;
	background-color: var(--bs-card-bg);
	background-clip: border-box;
	border: var(--bs-card-border-width) solid var(--bs-card-border-color);
	border-radius: var(--bs-card-border-radius)
}

.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: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
	border-top: 0
}

.card-body {
	flex: 1 1 auto;
	padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
	color: var(--bs-card-color)
}

.card-title {
	margin-bottom: var(--bs-card-title-spacer-y);
	color: var(--bs-card-title-color)
}

.card-subtitle {
	margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
	margin-bottom: 0;
	color: var(--bs-card-subtitle-color)
}

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

.card-link+.card-link {
	margin-left: var(--bs-card-spacer-x)
}

.card-header {
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
	margin-bottom: 0;
	color: var(--bs-card-cap-color);
	background-color: var(--bs-card-cap-bg);
	border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-header:first-child {
	border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
	color: var(--bs-card-cap-color);
	background-color: var(--bs-card-cap-bg);
	border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
	border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
	margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
	margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
	margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
	border-bottom: 0
}

.card-header-tabs .nav-link.active {
	background-color: var(--bs-card-bg);
	border-bottom-color: var(--bs-card-bg)
}

.card-header-pills {
	margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
	margin-left: calc(-.5 * var(--bs-card-cap-padding-x))
}

.card-img-overlay {
	position: absolute;
	inset: 0;
	padding: var(--bs-card-img-overlay-padding);
	border-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-top,
.card-img-bottom {
	width: 100%
}

.card-img,
.card-img-top {
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card {
	margin-bottom: var(--bs-card-group-margin)
}

@media(min-width:576px) {
	.card-group {
		display: flex;
		flex-flow: row wrap
	}

	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0
	}

	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}

	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-img-top,
	.card-group>.card:not(:last-child) .card-header {
		border-top-right-radius: 0
	}

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

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

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

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

.accordion {
	--bs-accordion-color: var(--bs-body-color);
	--bs-accordion-bg: var(--bs-body-bg);
	--bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
	--bs-accordion-border-color: var(--bs-border-color);
	--bs-accordion-border-width: var(--bs-border-width);
	--bs-accordion-border-radius: var(--bs-border-radius);
	--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
	--bs-accordion-btn-padding-x: 1.25rem;
	--bs-accordion-btn-padding-y: 1rem;
	--bs-accordion-btn-color: var(--bs-body-color);
	--bs-accordion-btn-bg: var(--bs-accordion-bg);
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
	--bs-accordion-btn-icon-width: 1.25rem;
	--bs-accordion-btn-icon-transform: rotate(-180deg);
	--bs-accordion-btn-icon-transition: transform .2s ease-in-out;
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
	--bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	--bs-accordion-body-padding-x: 1.25rem;
	--bs-accordion-body-padding-y: 1rem;
	--bs-accordion-active-color: var(--bs-primary-text-emphasis);
	--bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
	font-size: 1rem;
	color: var(--bs-accordion-btn-color);
	text-align: left;
	background-color: var(--bs-accordion-btn-bg);
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: var(--bs-accordion-transition)
}

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

.accordion-button:not(.collapsed) {
	color: var(--bs-accordion-active-color);
	background-color: var(--bs-accordion-active-bg);
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed):after {
	background-image: var(--bs-accordion-btn-active-icon);
	transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button:after {
	flex-shrink: 0;
	width: var(--bs-accordion-btn-icon-width);
	height: var(--bs-accordion-btn-icon-width);
	margin-left: auto;
	content: "";
	background-image: var(--bs-accordion-btn-icon);
	background-repeat: no-repeat;
	background-size: var(--bs-accordion-btn-icon-width);
	transition: var(--bs-accordion-btn-icon-transition)
}

@media(prefers-reduced-motion:reduce) {
	.accordion-button:after {
		transition: none
	}
}

.accordion-button:hover {
	z-index: 2
}

.accordion-button:focus {
	z-index: 3;
	outline: 0;
	box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
	margin-bottom: 0
}

.accordion-item {
	color: var(--bs-accordion-color);
	background-color: var(--bs-accordion-bg);
	border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
	border-top-left-radius: var(--bs-accordion-border-radius);
	border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
	border-top-left-radius: var(--bs-accordion-inner-border-radius);
	border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
	border-top: 0
}

.accordion-item:last-of-type {
	border-bottom-right-radius: var(--bs-accordion-border-radius);
	border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
	border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
	border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type>.accordion-collapse {
	border-bottom-right-radius: var(--bs-accordion-border-radius);
	border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
	padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush>.accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.accordion-flush>.accordion-item:first-child {
	border-top: 0
}

.accordion-flush>.accordion-item:last-child {
	border-bottom: 0
}

.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
	border-radius: 0
}

.accordion-flush>.accordion-item>.accordion-collapse {
	border-radius: 0
}

[data-bs-theme=dark] .accordion-button:after {
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.breadcrumb {
	--bs-breadcrumb-padding-x: 0;
	--bs-breadcrumb-padding-y: 0;
	--bs-breadcrumb-margin-bottom: 1rem;
	--bs-breadcrumb-bg: ;
	--bs-breadcrumb-border-radius: ;
	--bs-breadcrumb-divider-color: var(--bs-secondary-color);
	--bs-breadcrumb-item-padding-x: .5rem;
	--bs-breadcrumb-item-active-color: var(--bs-secondary-color);
	display: flex;
	flex-wrap: wrap;
	padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
	margin-bottom: var(--bs-breadcrumb-margin-bottom);
	font-size: var(--bs-breadcrumb-font-size);
	list-style: none;
	background-color: var(--bs-breadcrumb-bg);
	border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item:before {
	float: left;
	padding-right: var(--bs-breadcrumb-item-padding-x);
	color: var(--bs-breadcrumb-divider-color);
	content: var(--bs-breadcrumb-divider, "index.html")
}

.breadcrumb-item.active {
	color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
	--bs-pagination-padding-x: .75rem;
	--bs-pagination-padding-y: .375rem;
	--bs-pagination-font-size: 1rem;
	--bs-pagination-color: var(--bs-link-color);
	--bs-pagination-bg: var(--bs-body-bg);
	--bs-pagination-border-width: var(--bs-border-width);
	--bs-pagination-border-color: var(--bs-border-color);
	--bs-pagination-border-radius: var(--bs-border-radius);
	--bs-pagination-hover-color: var(--bs-link-hover-color);
	--bs-pagination-hover-bg: var(--bs-tertiary-bg);
	--bs-pagination-hover-border-color: var(--bs-border-color);
	--bs-pagination-focus-color: var(--bs-link-hover-color);
	--bs-pagination-focus-bg: var(--bs-secondary-bg);
	--bs-pagination-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	--bs-pagination-active-color: #fff;
	--bs-pagination-active-bg: #0d6efd;
	--bs-pagination-active-border-color: #0d6efd;
	--bs-pagination-disabled-color: var(--bs-secondary-color);
	--bs-pagination-disabled-bg: var(--bs-secondary-bg);
	--bs-pagination-disabled-border-color: var(--bs-border-color);
	display: flex;
	padding-left: 0;
	list-style: none
}

.page-link {
	position: relative;
	display: block;
	padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
	font-size: var(--bs-pagination-font-size);
	color: var(--bs-pagination-color);
	text-decoration: none;
	background-color: var(--bs-pagination-bg);
	border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
	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) {
	.page-link {
		transition: none
	}
}

.page-link:hover {
	z-index: 2;
	color: var(--bs-pagination-hover-color);
	background-color: var(--bs-pagination-hover-bg);
	border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
	z-index: 3;
	color: var(--bs-pagination-focus-color);
	background-color: var(--bs-pagination-focus-bg);
	outline: 0;
	box-shadow: var(--bs-pagination-focus-box-shadow)
}

.page-link.active,
.active>.page-link {
	z-index: 3;
	color: var(--bs-pagination-active-color);
	background-color: var(--bs-pagination-active-bg);
	border-color: var(--bs-pagination-active-border-color)
}

.page-link.disabled,
.disabled>.page-link {
	color: var(--bs-pagination-disabled-color);
	pointer-events: none;
	background-color: var(--bs-pagination-disabled-bg);
	border-color: var(--bs-pagination-disabled-border-color)
}

.page-item:not(:first-child) .page-link {
	margin-left: calc(var(--bs-border-width) * -1)
}

.page-item:first-child .page-link {
	border-top-left-radius: var(--bs-pagination-border-radius);
	border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
	border-top-right-radius: var(--bs-pagination-border-radius);
	border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
	--bs-pagination-padding-x: 1.5rem;
	--bs-pagination-padding-y: .75rem;
	--bs-pagination-font-size: 1.25rem;
	--bs-pagination-border-radius: var(--bs-border-radius-lg)
}

.pagination-sm {
	--bs-pagination-padding-x: .5rem;
	--bs-pagination-padding-y: .25rem;
	--bs-pagination-font-size: .875rem;
	--bs-pagination-border-radius: var(--bs-border-radius-sm)
}

.badge {
	--bs-badge-padding-x: .65em;
	--bs-badge-padding-y: .35em;
	--bs-badge-font-size: .75em;
	--bs-badge-font-weight: 700;
	--bs-badge-color: #fff;
	--bs-badge-border-radius: var(--bs-border-radius);
	display: inline-block;
	padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
	font-size: var(--bs-badge-font-size);
	font-weight: var(--bs-badge-font-weight);
	line-height: 1;
	color: var(--bs-badge-color);
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: var(--bs-badge-border-radius)
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.alert {
	--bs-alert-bg: transparent;
	--bs-alert-padding-x: 1rem;
	--bs-alert-padding-y: 1rem;
	--bs-alert-margin-bottom: 1rem;
	--bs-alert-color: inherit;
	--bs-alert-border-color: transparent;
	--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
	--bs-alert-border-radius: var(--bs-border-radius);
	--bs-alert-link-color: inherit;
	position: relative;
	padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
	margin-bottom: var(--bs-alert-margin-bottom);
	color: var(--bs-alert-color);
	background-color: var(--bs-alert-bg);
	border: var(--bs-alert-border);
	border-radius: var(--bs-alert-border-radius)
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700;
	color: var(--bs-alert-link-color)
}

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

.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem
}

.alert-primary {
	--bs-alert-color: var(--bs-primary-text-emphasis);
	--bs-alert-bg: var(--bs-primary-bg-subtle);
	--bs-alert-border-color: var(--bs-primary-border-subtle);
	--bs-alert-link-color: var(--bs-primary-text-emphasis)
}

.alert-secondary {
	--bs-alert-color: var(--bs-secondary-text-emphasis);
	--bs-alert-bg: var(--bs-secondary-bg-subtle);
	--bs-alert-border-color: var(--bs-secondary-border-subtle);
	--bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.alert-success {
	--bs-alert-color: var(--bs-success-text-emphasis);
	--bs-alert-bg: var(--bs-success-bg-subtle);
	--bs-alert-border-color: var(--bs-success-border-subtle);
	--bs-alert-link-color: var(--bs-success-text-emphasis)
}

.alert-info {
	--bs-alert-color: var(--bs-info-text-emphasis);
	--bs-alert-bg: var(--bs-info-bg-subtle);
	--bs-alert-border-color: var(--bs-info-border-subtle);
	--bs-alert-link-color: var(--bs-info-text-emphasis)
}

.alert-warning {
	--bs-alert-color: var(--bs-warning-text-emphasis);
	--bs-alert-bg: var(--bs-warning-bg-subtle);
	--bs-alert-border-color: var(--bs-warning-border-subtle);
	--bs-alert-link-color: var(--bs-warning-text-emphasis)
}

.alert-danger {
	--bs-alert-color: var(--bs-danger-text-emphasis);
	--bs-alert-bg: var(--bs-danger-bg-subtle);
	--bs-alert-border-color: var(--bs-danger-border-subtle);
	--bs-alert-link-color: var(--bs-danger-text-emphasis)
}

.alert-light {
	--bs-alert-color: var(--bs-light-text-emphasis);
	--bs-alert-bg: var(--bs-light-bg-subtle);
	--bs-alert-border-color: var(--bs-light-border-subtle);
	--bs-alert-link-color: var(--bs-light-text-emphasis)
}

.alert-dark {
	--bs-alert-color: var(--bs-dark-text-emphasis);
	--bs-alert-bg: var(--bs-dark-bg-subtle);
	--bs-alert-border-color: var(--bs-dark-border-subtle);
	--bs-alert-link-color: var(--bs-dark-text-emphasis)
}

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

.progress,
.progress-stacked {
	--bs-progress-height: 1rem;
	--bs-progress-font-size: .75rem;
	--bs-progress-bg: var(--bs-secondary-bg);
	--bs-progress-border-radius: var(--bs-border-radius);
	--bs-progress-box-shadow: var(--bs-box-shadow-inset);
	--bs-progress-bar-color: #fff;
	--bs-progress-bar-bg: #0d6efd;
	--bs-progress-bar-transition: width .6s ease;
	display: flex;
	height: var(--bs-progress-height);
	overflow: hidden;
	font-size: var(--bs-progress-font-size);
	background-color: var(--bs-progress-bg);
	border-radius: var(--bs-progress-border-radius)
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: var(--bs-progress-bar-color);
	text-align: center;
	white-space: nowrap;
	background-color: var(--bs-progress-bar-bg);
	transition: var(--bs-progress-bar-transition)
}

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

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

.progress-stacked>.progress {
	overflow: visible
}

.progress-stacked>.progress>.progress-bar {
	width: 100%
}

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

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

.list-group {
	--bs-list-group-color: var(--bs-body-color);
	--bs-list-group-bg: var(--bs-body-bg);
	--bs-list-group-border-color: var(--bs-border-color);
	--bs-list-group-border-width: var(--bs-border-width);
	--bs-list-group-border-radius: var(--bs-border-radius);
	--bs-list-group-item-padding-x: 1rem;
	--bs-list-group-item-padding-y: .5rem;
	--bs-list-group-action-color: var(--bs-secondary-color);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
	--bs-list-group-action-active-color: var(--bs-body-color);
	--bs-list-group-action-active-bg: var(--bs-secondary-bg);
	--bs-list-group-disabled-color: var(--bs-secondary-color);
	--bs-list-group-disabled-bg: var(--bs-body-bg);
	--bs-list-group-active-color: #fff;
	--bs-list-group-active-bg: #0d6efd;
	--bs-list-group-active-border-color: #0d6efd;
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: var(--bs-list-group-border-radius)
}

.list-group-numbered {
	list-style-type: none;
	counter-reset: section
}

.list-group-numbered>.list-group-item:before {
	content: counters(section, ".") ". ";
	counter-increment: section
}

.list-group-item-action {
	width: 100%;
	color: var(--bs-list-group-action-color);
	text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
	z-index: 1;
	color: var(--bs-list-group-action-hover-color);
	text-decoration: none;
	background-color: var(--bs-list-group-action-hover-bg)
}

.list-group-item-action:active {
	color: var(--bs-list-group-action-active-color);
	background-color: var(--bs-list-group-action-active-bg)
}

.list-group-item {
	position: relative;
	display: block;
	padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
	color: var(--bs-list-group-color);
	text-decoration: none;
	background-color: var(--bs-list-group-bg);
	border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.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: var(--bs-list-group-disabled-color);
	pointer-events: none;
	background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
	z-index: 2;
	color: var(--bs-list-group-active-color);
	background-color: var(--bs-list-group-active-bg);
	border-color: var(--bs-list-group-active-border-color)
}

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

.list-group-item+.list-group-item.active {
	margin-top: calc(-1 * var(--bs-list-group-border-width));
	border-top-width: var(--bs-list-group-border-width)
}

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

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
	border-bottom-left-radius: var(--bs-list-group-border-radius);
	border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
	border-top-right-radius: var(--bs-list-group-border-radius);
	border-bottom-left-radius: 0
}

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

.list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width: var(--bs-list-group-border-width);
	border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left: calc(-1 * var(--bs-list-group-border-width));
	border-left-width: var(--bs-list-group-border-width)
}

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

	.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0
	}

	.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-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: var(--bs-list-group-border-width);
		border-left-width: 0
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width)
	}
}

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

	.list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0
	}

	.list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-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: var(--bs-list-group-border-width);
		border-left-width: 0
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width)
	}
}

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

	.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0
	}

	.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-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: var(--bs-list-group-border-width);
		border-left-width: 0
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width)
	}
}

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

	.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0
	}

	.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-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: var(--bs-list-group-border-width);
		border-left-width: 0
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width)
	}
}

@media(min-width:1400px) {
	.list-group-horizontal-xxl {
		flex-direction: row
	}

	.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0
	}

	.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0
	}

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

	.list-group-horizontal-xxl>.list-group-item+.list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0
	}

	.list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width)
	}
}

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

.list-group-flush>.list-group-item {
	border-width: 0 0 var(--bs-list-group-border-width)
}

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

.list-group-item-primary {
	--bs-list-group-color: var(--bs-primary-text-emphasis);
	--bs-list-group-bg: var(--bs-primary-bg-subtle);
	--bs-list-group-border-color: var(--bs-primary-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
	--bs-list-group-active-color: var(--bs-primary-bg-subtle);
	--bs-list-group-active-bg: var(--bs-primary-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)
}

.list-group-item-secondary {
	--bs-list-group-color: var(--bs-secondary-text-emphasis);
	--bs-list-group-bg: var(--bs-secondary-bg-subtle);
	--bs-list-group-border-color: var(--bs-secondary-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
	--bs-list-group-active-color: var(--bs-secondary-bg-subtle);
	--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)
}

.list-group-item-success {
	--bs-list-group-color: var(--bs-success-text-emphasis);
	--bs-list-group-bg: var(--bs-success-bg-subtle);
	--bs-list-group-border-color: var(--bs-success-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-success-border-subtle);
	--bs-list-group-active-color: var(--bs-success-bg-subtle);
	--bs-list-group-active-bg: var(--bs-success-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-success-text-emphasis)
}

.list-group-item-info {
	--bs-list-group-color: var(--bs-info-text-emphasis);
	--bs-list-group-bg: var(--bs-info-bg-subtle);
	--bs-list-group-border-color: var(--bs-info-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-info-border-subtle);
	--bs-list-group-active-color: var(--bs-info-bg-subtle);
	--bs-list-group-active-bg: var(--bs-info-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-info-text-emphasis)
}

.list-group-item-warning {
	--bs-list-group-color: var(--bs-warning-text-emphasis);
	--bs-list-group-bg: var(--bs-warning-bg-subtle);
	--bs-list-group-border-color: var(--bs-warning-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
	--bs-list-group-active-color: var(--bs-warning-bg-subtle);
	--bs-list-group-active-bg: var(--bs-warning-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)
}

.list-group-item-danger {
	--bs-list-group-color: var(--bs-danger-text-emphasis);
	--bs-list-group-bg: var(--bs-danger-bg-subtle);
	--bs-list-group-border-color: var(--bs-danger-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
	--bs-list-group-active-color: var(--bs-danger-bg-subtle);
	--bs-list-group-active-bg: var(--bs-danger-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)
}

.list-group-item-light {
	--bs-list-group-color: var(--bs-light-text-emphasis);
	--bs-list-group-bg: var(--bs-light-bg-subtle);
	--bs-list-group-border-color: var(--bs-light-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-light-border-subtle);
	--bs-list-group-active-color: var(--bs-light-bg-subtle);
	--bs-list-group-active-bg: var(--bs-light-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-light-text-emphasis)
}

.list-group-item-dark {
	--bs-list-group-color: var(--bs-dark-text-emphasis);
	--bs-list-group-bg: var(--bs-dark-bg-subtle);
	--bs-list-group-border-color: var(--bs-dark-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
	--bs-list-group-active-color: var(--bs-dark-bg-subtle);
	--bs-list-group-active-bg: var(--bs-dark-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)
}

.btn-close {
	--bs-btn-close-color: #000;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	--bs-btn-close-opacity: .5;
	--bs-btn-close-hover-opacity: .75;
	--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	--bs-btn-close-focus-opacity: 1;
	--bs-btn-close-disabled-opacity: .25;
	--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em;
	color: var(--bs-btn-close-color);
	background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
	border: 0;
	border-radius: .375rem;
	opacity: var(--bs-btn-close-opacity)
}

.btn-close:hover {
	color: var(--bs-btn-close-color);
	text-decoration: none;
	opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
	outline: 0;
	box-shadow: var(--bs-btn-close-focus-shadow);
	opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close:disabled,
.btn-close.disabled {
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
	opacity: var(--bs-btn-close-disabled-opacity)
}

.btn-close-white,
[data-bs-theme=dark] .btn-close {
	filter: var(--bs-btn-close-white-filter)
}

.toast {
	--bs-toast-zindex: 1090;
	--bs-toast-padding-x: .75rem;
	--bs-toast-padding-y: .5rem;
	--bs-toast-spacing: 1.5rem;
	--bs-toast-max-width: 350px;
	--bs-toast-font-size: .875rem;
	--bs-toast-color: ;
	--bs-toast-bg: rgba(var(--bs-body-bg-rgb), .85);
	--bs-toast-border-width: var(--bs-border-width);
	--bs-toast-border-color: var(--bs-border-color-translucent);
	--bs-toast-border-radius: var(--bs-border-radius);
	--bs-toast-box-shadow: var(--bs-box-shadow);
	--bs-toast-header-color: var(--bs-secondary-color);
	--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), .85);
	--bs-toast-header-border-color: var(--bs-border-color-translucent);
	width: var(--bs-toast-max-width);
	max-width: 100%;
	font-size: var(--bs-toast-font-size);
	color: var(--bs-toast-color);
	pointer-events: auto;
	background-color: var(--bs-toast-bg);
	background-clip: padding-box;
	border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
	box-shadow: var(--bs-toast-box-shadow);
	border-radius: var(--bs-toast-border-radius)
}

.toast.showing {
	opacity: 0
}

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

.toast-container {
	--bs-toast-zindex: 1090;
	position: absolute;
	z-index: var(--bs-toast-zindex);
	width: max-content;
	max-width: 100%;
	pointer-events: none
}

.toast-container>:not(:last-child) {
	margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
	display: flex;
	align-items: center;
	padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
	color: var(--bs-toast-header-color);
	background-color: var(--bs-toast-header-bg);
	background-clip: padding-box;
	border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
	border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
	border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
}

.toast-header .btn-close {
	margin-right: calc(-.5 * var(--bs-toast-padding-x));
	margin-left: var(--bs-toast-padding-x)
}

.toast-body {
	padding: var(--bs-toast-padding-x);
	word-wrap: break-word
}

.modal {
	--bs-modal-zindex: 1055;
	--bs-modal-width: 500px;
	--bs-modal-padding: 1rem;
	--bs-modal-margin: .5rem;
	--bs-modal-color: ;
	--bs-modal-bg: var(--bs-body-bg);
	--bs-modal-border-color: var(--bs-border-color-translucent);
	--bs-modal-border-width: var(--bs-border-width);
	--bs-modal-border-radius: var(--bs-border-radius-lg);
	--bs-modal-box-shadow: var(--bs-box-shadow-sm);
	--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
	--bs-modal-header-padding-x: 1rem;
	--bs-modal-header-padding-y: 1rem;
	--bs-modal-header-padding: 1rem 1rem;
	--bs-modal-header-border-color: var(--bs-border-color);
	--bs-modal-header-border-width: var(--bs-border-width);
	--bs-modal-title-line-height: 1.5;
	--bs-modal-footer-gap: .5rem;
	--bs-modal-footer-bg: ;
	--bs-modal-footer-border-color: var(--bs-border-color);
	--bs-modal-footer-border-width: var(--bs-border-width);
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-modal-zindex);
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: var(--bs-modal-margin);
	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 {
	height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden
}

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

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	color: var(--bs-modal-color);
	pointer-events: auto;
	background-color: var(--bs-modal-bg);
	background-clip: padding-box;
	border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
	border-radius: var(--bs-modal-border-radius);
	outline: 0
}

.modal-backdrop {
	--bs-backdrop-zindex: 1050;
	--bs-backdrop-bg: #090200a3;
	--bs-backdrop-opacity: .5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-backdrop-zindex);
	width: 100vw;
	height: 100vh;
	background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: var(--bs-backdrop-opacity)
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	padding: var(--bs-modal-header-padding);
	border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
	border-top-left-radius: var(--bs-modal-inner-border-radius);
	border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
	padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
	margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
}

.modal-title {
	margin-bottom: 0;
	line-height: var(--bs-modal-title-line-height)
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: var(--bs-modal-padding)
}

.modal-footer {
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
	background-color: var(--bs-modal-footer-bg);
	border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
	border-bottom-right-radius: var(--bs-modal-inner-border-radius);
	border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
	margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media(min-width:576px) {
	.modal {
		--bs-modal-margin: 1.75rem;
		--bs-modal-box-shadow: var(--bs-box-shadow)
	}

	.modal-dialog {
		max-width: var(--bs-modal-width);
		margin-right: auto;
		margin-left: auto
	}

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

@media(min-width:992px) {

	.modal-lg,
	.modal-xl {
		--bs-modal-width: 800px
	}
}

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

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0
}

.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
	border-radius: 0
}

.modal-fullscreen .modal-body {
	overflow-y: auto
}

@media(max-width:575.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-sm-down .modal-header,
	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0
	}

	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto
	}
}

@media(max-width:767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-md-down .modal-header,
	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0
	}

	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto
	}
}

@media(max-width:991.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-lg-down .modal-header,
	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0
	}

	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto
	}
}

@media(max-width:1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-xl-down .modal-header,
	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0
	}

	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto
	}
}

@media(max-width:1399.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-xxl-down .modal-header,
	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0
	}

	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto
	}
}

.tooltip {
	--bs-tooltip-zindex: 1080;
	--bs-tooltip-max-width: 200px;
	--bs-tooltip-padding-x: .5rem;
	--bs-tooltip-padding-y: .25rem;
	--bs-tooltip-margin: ;
	--bs-tooltip-font-size: .875rem;
	--bs-tooltip-color: var(--bs-body-bg);
	--bs-tooltip-bg: var(--bs-emphasis-color);
	--bs-tooltip-border-radius: var(--bs-border-radius);
	--bs-tooltip-opacity: .9;
	--bs-tooltip-arrow-width: .8rem;
	--bs-tooltip-arrow-height: .4rem;
	z-index: var(--bs-tooltip-zindex);
	display: block;
	margin: var(--bs-tooltip-margin);
	font-family: var(--bs-font-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;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: var(--bs-tooltip-font-size);
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
	display: block;
	width: var(--bs-tooltip-arrow-width);
	height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow:before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
	bottom: calc(-1 * var(--bs-tooltip-arrow-height))
}

.bs-tooltip-top .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before {
	top: -1px;
	border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
	border-top-color: var(--bs-tooltip-bg)
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
	left: calc(-1 * var(--bs-tooltip-arrow-height));
	width: var(--bs-tooltip-arrow-height);
	height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-end .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before {
	right: -1px;
	border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
	border-right-color: var(--bs-tooltip-bg)
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
	top: calc(-1 * var(--bs-tooltip-arrow-height))
}

.bs-tooltip-bottom .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before {
	bottom: -1px;
	border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
	border-bottom-color: var(--bs-tooltip-bg)
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
	right: calc(-1 * var(--bs-tooltip-arrow-height));
	width: var(--bs-tooltip-arrow-height);
	height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-start .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before {
	left: -1px;
	border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
	border-left-color: var(--bs-tooltip-bg)
}

.tooltip-inner {
	max-width: var(--bs-tooltip-max-width);
	padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
	color: var(--bs-tooltip-color);
	text-align: center;
	background-color: var(--bs-tooltip-bg);
	border-radius: var(--bs-tooltip-border-radius)
}

.popover {
	--bs-popover-zindex: 1070;
	--bs-popover-max-width: 276px;
	--bs-popover-font-size: .875rem;
	--bs-popover-bg: var(--bs-body-bg);
	--bs-popover-border-width: var(--bs-border-width);
	--bs-popover-border-color: var(--bs-border-color-translucent);
	--bs-popover-border-radius: var(--bs-border-radius-lg);
	--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
	--bs-popover-box-shadow: var(--bs-box-shadow);
	--bs-popover-header-padding-x: 1rem;
	--bs-popover-header-padding-y: .5rem;
	--bs-popover-header-font-size: 1rem;
	--bs-popover-header-color: inherit;
	--bs-popover-header-bg: var(--bs-secondary-bg);
	--bs-popover-body-padding-x: 1rem;
	--bs-popover-body-padding-y: 1rem;
	--bs-popover-body-color: var(--bs-body-color);
	--bs-popover-arrow-width: 1rem;
	--bs-popover-arrow-height: .5rem;
	--bs-popover-arrow-border: var(--bs-popover-border-color);
	z-index: var(--bs-popover-zindex);
	display: block;
	max-width: var(--bs-popover-max-width);
	font-family: var(--bs-font-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;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: var(--bs-popover-font-size);
	word-wrap: break-word;
	background-color: var(--bs-popover-bg);
	background-clip: padding-box;
	border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
	border-radius: var(--bs-popover-border-radius)
}

.popover .popover-arrow {
	display: block;
	width: var(--bs-popover-arrow-width);
	height: var(--bs-popover-arrow-height)
}

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

.bs-popover-top>.popover-arrow,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
	bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-top>.popover-arrow:before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,
.bs-popover-top>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after {
	border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-top>.popover-arrow:before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before {
	bottom: 0;
	border-top-color: var(--bs-popover-arrow-border)
}

.bs-popover-top>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after {
	bottom: var(--bs-popover-border-width);
	border-top-color: var(--bs-popover-bg)
}

.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
	left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
	width: var(--bs-popover-arrow-height);
	height: var(--bs-popover-arrow-width)
}

.bs-popover-end>.popover-arrow:before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after {
	border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-end>.popover-arrow:before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before {
	left: 0;
	border-right-color: var(--bs-popover-arrow-border)
}

.bs-popover-end>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after {
	left: var(--bs-popover-border-width);
	border-right-color: var(--bs-popover-bg)
}

.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
	top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-bottom>.popover-arrow:before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,
.bs-popover-bottom>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after {
	border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-bottom>.popover-arrow:before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before {
	top: 0;
	border-bottom-color: var(--bs-popover-arrow-border)
}

.bs-popover-bottom>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after {
	top: var(--bs-popover-border-width);
	border-bottom-color: var(--bs-popover-bg)
}

.bs-popover-bottom .popover-header:before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: var(--bs-popover-arrow-width);
	margin-left: calc(-.5 * var(--bs-popover-arrow-width));
	content: "";
	border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
	right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
	width: var(--bs-popover-arrow-height);
	height: var(--bs-popover-arrow-width)
}

.bs-popover-start>.popover-arrow:before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after {
	border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-start>.popover-arrow:before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before {
	right: 0;
	border-left-color: var(--bs-popover-arrow-border)
}

.bs-popover-start>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after {
	right: var(--bs-popover-border-width);
	border-left-color: var(--bs-popover-bg)
}

.popover-header {
	padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
	margin-bottom: 0;
	font-size: var(--bs-popover-header-font-size);
	color: var(--bs-popover-header-color);
	background-color: var(--bs-popover-header-bg);
	border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
	border-top-left-radius: var(--bs-popover-inner-border-radius);
	border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
	color: var(--bs-popover-body-color)
}

.carousel {
	position: relative
}

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

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

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

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

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

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

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
	transform: translate(100%)
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
	transform: translate(-100%)
}

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

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

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

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

	.carousel-fade .active.carousel-item-start,
	.carousel-fade .active.carousel-item-end {
		transition: none
	}
}

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

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

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

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

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%
}

.carousel-control-prev-icon {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nI2ZmZic+PHBhdGggZD0nTTExLjM1NCAxLjY0NmEuNS41IDAgMCAxIDAgLjcwOEw1LjcwNyA4bDUuNjQ3IDUuNjQ2YS41LjUgMCAwIDEtLjcwOC43MDhsLTYtNmEuNS41IDAgMCAxIDAtLjcwOGw2LTZhLjUuNSAwIDAgMSAuNzA4IDB6Jy8+PC9zdmc+)
}

.carousel-control-next-icon {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nI2ZmZic+PHBhdGggZD0nTTQuNjQ2IDEuNjQ2YS41LjUgMCAwIDEgLjcwOCAwbDYgNmEuNS41IDAgMCAxIDAgLjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOC0uNzA4TDEwLjI5MyA4IDQuNjQ2IDIuMzU0YS41LjUgMCAwIDEgMC0uNzA4eicvPjwvc3ZnPg==)
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%
}

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

@media(prefers-reduced-motion:reduce) {
	.carousel-indicators [data-bs-target] {
		transition: none
	}
}

.carousel-indicators .active {
	opacity: 1
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
	filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #000
}

.carousel-dark .carousel-caption {
	color: #000
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
	filter: invert(1) grayscale(100)
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
	background-color: #000
}

[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
	color: #000
}

.spinner-grow,
.spinner-border {
	display: inline-block;
	width: var(--bs-spinner-width);
	height: var(--bs-spinner-height);
	vertical-align: var(--bs-spinner-vertical-align);
	border-radius: 50%;
	animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

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

.spinner-border {
	--bs-spinner-width: 2rem;
	--bs-spinner-height: 2rem;
	--bs-spinner-vertical-align: -.125em;
	--bs-spinner-border-width: .25em;
	--bs-spinner-animation-speed: .75s;
	--bs-spinner-animation-name: spinner-border;
	border: var(--bs-spinner-border-width) solid currentcolor;
	border-right-color: transparent
}

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

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

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

.spinner-grow {
	--bs-spinner-width: 2rem;
	--bs-spinner-height: 2rem;
	--bs-spinner-vertical-align: -.125em;
	--bs-spinner-animation-speed: .75s;
	--bs-spinner-animation-name: spinner-grow;
	background-color: currentcolor;
	opacity: 0
}

.spinner-grow-sm {
	--bs-spinner-width: 1rem;
	--bs-spinner-height: 1rem
}

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

	.spinner-border,
	.spinner-grow {
		--bs-spinner-animation-speed: 1.5s
	}
}

.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
	--bs-offcanvas-zindex: 1045;
	--bs-offcanvas-width: 400px;
	--bs-offcanvas-height: 30vh;
	--bs-offcanvas-padding-x: 1rem;
	--bs-offcanvas-padding-y: 1rem;
	--bs-offcanvas-color: var(--bs-body-color);
	--bs-offcanvas-bg: var(--bs-body-bg);
	--bs-offcanvas-border-width: var(--bs-border-width);
	--bs-offcanvas-border-color: var(--bs-border-color-translucent);
	--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
	--bs-offcanvas-transition: transform .3s ease-in-out;
	--bs-offcanvas-title-line-height: 1.5
}

@media(max-width:575.98px) {
	.offcanvas-sm {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition)
	}
}

@media(max-width:575.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-sm {
		transition: none
	}
}

@media(max-width:575.98px) {
	.offcanvas-sm.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translate(-100%)
	}

	.offcanvas-sm.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translate(100%)
	}

	.offcanvas-sm.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%)
	}

	.offcanvas-sm.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%)
	}

	.offcanvas-sm.showing,
	.offcanvas-sm.show:not(.hiding) {
		transform: none
	}

	.offcanvas-sm.showing,
	.offcanvas-sm.hiding,
	.offcanvas-sm.show {
		visibility: visible
	}
}

@media(min-width:576px) {
	.offcanvas-sm {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-sm .offcanvas-header {
		display: none
	}

	.offcanvas-sm .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important
	}
}

@media(max-width:767.98px) {
	.offcanvas-md {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition)
	}
}

@media(max-width:767.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-md {
		transition: none
	}
}

@media(max-width:767.98px) {
	.offcanvas-md.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translate(-100%)
	}

	.offcanvas-md.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translate(100%)
	}

	.offcanvas-md.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%)
	}

	.offcanvas-md.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%)
	}

	.offcanvas-md.showing,
	.offcanvas-md.show:not(.hiding) {
		transform: none
	}

	.offcanvas-md.showing,
	.offcanvas-md.hiding,
	.offcanvas-md.show {
		visibility: visible
	}
}

@media(min-width:768px) {
	.offcanvas-md {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-md .offcanvas-header {
		display: none
	}

	.offcanvas-md .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important
	}
}

@media(max-width:991.98px) {
	.offcanvas-lg {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition)
	}
}

@media(max-width:991.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-lg {
		transition: none
	}
}

@media(max-width:991.98px) {
	.offcanvas-lg.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translate(-100%)
	}

	.offcanvas-lg.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translate(100%)
	}

	.offcanvas-lg.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%)
	}

	.offcanvas-lg.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%)
	}

	.offcanvas-lg.showing,
	.offcanvas-lg.show:not(.hiding) {
		transform: none
	}

	.offcanvas-lg.showing,
	.offcanvas-lg.hiding,
	.offcanvas-lg.show {
		visibility: visible
	}
}

@media(min-width:992px) {
	.offcanvas-lg {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-lg .offcanvas-header {
		display: none
	}

	.offcanvas-lg .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important
	}
}

@media(max-width:1199.98px) {
	.offcanvas-xl {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition)
	}
}

@media(max-width:1199.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-xl {
		transition: none
	}
}

@media(max-width:1199.98px) {
	.offcanvas-xl.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translate(-100%)
	}

	.offcanvas-xl.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translate(100%)
	}

	.offcanvas-xl.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%)
	}

	.offcanvas-xl.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%)
	}

	.offcanvas-xl.showing,
	.offcanvas-xl.show:not(.hiding) {
		transform: none
	}

	.offcanvas-xl.showing,
	.offcanvas-xl.hiding,
	.offcanvas-xl.show {
		visibility: visible
	}
}

@media(min-width:1200px) {
	.offcanvas-xl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-xl .offcanvas-header {
		display: none
	}

	.offcanvas-xl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important
	}
}

@media(max-width:1399.98px) {
	.offcanvas-xxl {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition)
	}
}

@media(max-width:1399.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-xxl {
		transition: none
	}
}

@media(max-width:1399.98px) {
	.offcanvas-xxl.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translate(-100%)
	}

	.offcanvas-xxl.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translate(100%)
	}

	.offcanvas-xxl.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%)
	}

	.offcanvas-xxl.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%)
	}

	.offcanvas-xxl.showing,
	.offcanvas-xxl.show:not(.hiding) {
		transform: none
	}

	.offcanvas-xxl.showing,
	.offcanvas-xxl.hiding,
	.offcanvas-xxl.show {
		visibility: visible
	}
}

@media(min-width:1400px) {
	.offcanvas-xxl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-xxl .offcanvas-header {
		display: none
	}

	.offcanvas-xxl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important
	}
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: var(--bs-offcanvas-zindex);
	display: flex;
	flex-direction: column;
	max-width: 100%;
	color: var(--bs-offcanvas-color);
	visibility: hidden;
	background-color: var(--bs-offcanvas-bg);
	background-clip: padding-box;
	outline: 0;
	transition: var(--bs-offcanvas-transition)
}

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

.offcanvas.offcanvas-start {
	top: 0;
	left: 0;
	width: var(--bs-offcanvas-width);
	border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translate(-100%)
}

.offcanvas.offcanvas-end {
	top: 0;
	right: 0;
	width: var(--bs-offcanvas-width);
	border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translate(100%)
}

.offcanvas.offcanvas-top {
	top: 0;
	right: 0;
	left: 0;
	height: var(--bs-offcanvas-height);
	max-height: 100%;
	border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
	right: 0;
	left: 0;
	height: var(--bs-offcanvas-height);
	max-height: 100%;
	border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateY(100%)
}

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
	transform: none
}

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
	visibility: visible
}

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

.offcanvas-backdrop.fade {
	opacity: 0
}

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

.offcanvas-header {
	display: flex;
	align-items: center;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
	padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
	margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto
}

.offcanvas-title {
	margin-bottom: 0;
	line-height: var(--bs-offcanvas-title-line-height)
}

.offcanvas-body {
	flex-grow: 1;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
	overflow-y: auto
}

.placeholder {
	display: inline-block;
	min-height: 1em;
	vertical-align: middle;
	cursor: wait;
	background-color: currentcolor;
	opacity: .5
}

.placeholder.btn:before {
	display: inline-block;
	content: ""
}

.placeholder-xs {
	min-height: .6em
}

.placeholder-sm {
	min-height: .8em
}

.placeholder-lg {
	min-height: 1.2em
}

.placeholder-glow .placeholder {
	animation: placeholder-glow 2s ease-in-out infinite
}

@keyframes placeholder-glow {
	50% {
		opacity: .2
	}
}

.placeholder-wave {
	-webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
	mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
	-webkit-mask-size: 200% 100%;
	mask-size: 200% 100%;
	animation: placeholder-wave 2s linear infinite
}

@keyframes placeholder-wave {
	to {
		-webkit-mask-position: -200% 0%;
		mask-position: -200% 0%
	}
}

.clearfix:after {
	display: block;
	clear: both;
	content: ""
}

.text-bg-primary {
	color: #fff !important;
	background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-secondary {
	color: #fff !important;
	background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-success {
	color: #fff !important;
	background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-info {
	color: #000 !important;
	background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-warning {
	color: #000 !important;
	background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-danger {
	color: #fff !important;
	background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-light {
	color: #000 !important;
	background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-dark {
	color: #fff !important;
	background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important
}

.link-primary {
	color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-primary:hover,
.link-primary:focus {
	color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary {
	color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary:hover,
.link-secondary:focus {
	color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important
}

.link-success {
	color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-success:hover,
.link-success:focus {
	color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important
}

.link-info {
	color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-info:hover,
.link-info:focus {
	color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important
}

.link-warning {
	color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-warning:hover,
.link-warning:focus {
	color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important
}

.link-danger {
	color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-danger:hover,
.link-danger:focus {
	color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important
}

.link-light {
	color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-light:hover,
.link-light:focus {
	color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important
}

.link-dark {
	color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-dark:hover,
.link-dark:focus {
	color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis {
	color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis:hover,
.link-body-emphasis:focus {
	color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, .75)) !important;
	text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important
}

.focus-ring:focus {
	outline: 0;
	box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)
}

.icon-link {
	display: inline-flex;
	gap: .375rem;
	align-items: center;
	text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
	text-underline-offset: .25em;
	backface-visibility: hidden
}

.icon-link>.bi {
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	fill: currentcolor;
	transition: .2s ease-in-out transform
}

@media(prefers-reduced-motion:reduce) {
	.icon-link>.bi {
		transition: none
	}
}

.icon-link-hover:hover>.bi,
.icon-link-hover:focus-visible>.bi {
	transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0))
}

.ratio {
	position: relative;
	width: 100%
}

.ratio:before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: ""
}

.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ratio-1x1 {
	--bs-aspect-ratio: 100%
}

.ratio-4x3 {
	--bs-aspect-ratio: 75%
}

.ratio-16x9 {
	--bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
	--bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

.sticky-top {
	position: sticky;
	top: 0;
	z-index: 1020
}

.sticky-bottom {
	position: sticky;
	bottom: 0;
	z-index: 1020
}

@media(min-width:576px) {
	.sticky-sm-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.sticky-sm-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020
	}
}

@media(min-width:768px) {
	.sticky-md-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.sticky-md-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020
	}
}

@media(min-width:992px) {
	.sticky-lg-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.sticky-lg-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020
	}
}

@media(min-width:1200px) {
	.sticky-xl-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.sticky-xl-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020
	}
}

@media(min-width:1400px) {
	.sticky-xxl-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.sticky-xxl-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020
	}
}

.hstack {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-self: stretch
}

.vstack {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-self: stretch
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important
}

.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
	position: absolute !important
}

.stretched-link:after {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: ""
}

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

.vr {
	display: inline-block;
	align-self: stretch;
	width: var(--bs-border-width);
	min-height: 1em;
	background-color: currentcolor;
	opacity: .25
}

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

.float-start {
	float: left !important
}

.float-end {
	float: right !important
}

.float-none {
	float: none !important
}

.object-fit-contain {
	object-fit: contain !important
}

.object-fit-cover {
	object-fit: cover !important
}

.object-fit-fill {
	object-fit: fill !important
}

.object-fit-scale {
	object-fit: scale-down !important
}

.object-fit-none {
	object-fit: none !important
}

.opacity-0 {
	opacity: 0 !important
}

.opacity-25 {
	opacity: .25 !important
}

.opacity-50 {
	opacity: .5 !important
}

.opacity-75 {
	opacity: .75 !important
}

.opacity-100 {
	opacity: 1 !important
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.overflow-visible {
	overflow: visible !important
}

.overflow-scroll {
	overflow: scroll !important
}

.overflow-x-auto {
	overflow-x: auto !important
}

.overflow-x-hidden {
	overflow-x: hidden !important
}

.overflow-x-visible {
	overflow-x: visible !important
}

.overflow-x-scroll {
	overflow-x: scroll !important
}

.overflow-y-auto {
	overflow-y: auto !important
}

.overflow-y-hidden {
	overflow-y: hidden !important
}

.overflow-y-visible {
	overflow-y: visible !important
}

.overflow-y-scroll {
	overflow-y: scroll !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-grid {
	display: grid !important
}

.d-inline-grid {
	display: inline-grid !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: flex !important
}

.d-inline-flex {
	display: inline-flex !important
}

.d-none {
	display: none !important
}

.shadow {
	box-shadow: var(--bs-box-shadow) !important
}

.shadow-sm {
	box-shadow: var(--bs-box-shadow-sm) !important
}

.shadow-lg {
	box-shadow: var(--bs-box-shadow-lg) !important
}

.shadow-none {
	box-shadow: none !important
}

.focus-ring-primary {
	--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
	--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-success {
	--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-info {
	--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
	--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
	--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light {
	--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-dark {
	--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: sticky !important
}

.top-0 {
	top: 0 !important
}

.top-50 {
	top: 50% !important
}

.top-100 {
	top: 100% !important
}

.bottom-0 {
	bottom: 0 !important
}

.bottom-50 {
	bottom: 50% !important
}

.bottom-100 {
	bottom: 100% !important
}

.start-0 {
	left: 0 !important
}

.start-50 {
	left: 50% !important
}

.start-100 {
	left: 100% !important
}

.end-0 {
	right: 0 !important
}

.end-50 {
	right: 50% !important
}

.end-100 {
	right: 100% !important
}

.translate-middle {
	transform: translate(-50%, -50%) !important
}

.translate-middle-x {
	transform: translate(-50%) !important
}

.translate-middle-y {
	transform: translateY(-50%) !important
}

.border {
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
	border: 0 !important
}

.border-top {
	border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
	border-top: 0 !important
}

.border-end {
	border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
	border-right: 0 !important
}

.border-bottom {
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom-0 {
	border-bottom: 0 !important
}

.border-start {
	border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
	border-left: 0 !important
}

.border-primary {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-secondary {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.border-success {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-info {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-warning {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-light {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-black {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important
}

.border-white {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-primary-subtle {
	border-color: var(--bs-primary-border-subtle) !important
}

.border-secondary-subtle {
	border-color: var(--bs-secondary-border-subtle) !important
}

.border-success-subtle {
	border-color: var(--bs-success-border-subtle) !important
}

.border-info-subtle {
	border-color: var(--bs-info-border-subtle) !important
}

.border-warning-subtle {
	border-color: var(--bs-warning-border-subtle) !important
}

.border-danger-subtle {
	border-color: var(--bs-danger-border-subtle) !important
}

.border-light-subtle {
	border-color: var(--bs-light-border-subtle) !important
}

.border-dark-subtle {
	border-color: var(--bs-dark-border-subtle) !important
}

.border-1 {
	border-width: 1px !important
}

.border-2 {
	border-width: 2px !important
}

.border-3 {
	border-width: 3px !important
}

.border-4 {
	border-width: 4px !important
}

.border-5 {
	border-width: 5px !important
}

.border-opacity-10 {
	--bs-border-opacity: .1
}

.border-opacity-25 {
	--bs-border-opacity: .25
}

.border-opacity-50 {
	--bs-border-opacity: .5
}

.border-opacity-75 {
	--bs-border-opacity: .75
}

.border-opacity-100 {
	--bs-border-opacity: 1
}

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

.mw-100 {
	max-width: 100% !important
}

.vw-100 {
	width: 100vw !important
}

.min-vw-100 {
	min-width: 100vw !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
}

.mh-100 {
	max-height: 100% !important
}

.vh-100 {
	height: 100vh !important
}

.min-vh-100 {
	min-height: 100vh !important
}

.flex-fill {
	flex: 1 1 auto !important
}

.flex-row {
	flex-direction: row !important
}

.flex-column {
	flex-direction: column !important
}

.flex-row-reverse {
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	flex-direction: column-reverse !important
}

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.justify-content-evenly {
	justify-content: space-evenly !important
}

.align-items-start {
	align-items: flex-start !important
}

.align-items-end {
	align-items: flex-end !important
}

.align-items-center {
	align-items: center !important
}

.align-items-baseline {
	align-items: baseline !important
}

.align-items-stretch {
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

.align-content-center {
	align-content: center !important
}

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

.align-self-center {
	align-self: center !important
}

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	align-self: stretch !important
}

.order-first {
	order: -1 !important
}

.order-0 {
	order: 0 !important
}

.order-1 {
	order: 1 !important
}

.order-2 {
	order: 2 !important
}

.order-3 {
	order: 3 !important
}

.order-4 {
	order: 4 !important
}

.order-5 {
	order: 5 !important
}

.order-last {
	order: 6 !important
}

.m-0 {
	margin: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.mx-1 {
	margin-right: .25rem !important;
	margin-left: .25rem !important
}

.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important
}

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

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

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

.mt-0 {
	margin-top: 0 !important
}

.mt-1 {
	margin-top: .25rem !important
}

.mt-2 {
	margin-top: .5rem !important
}

.mt-3 {
	margin-top: 1rem !important
}

.mt-4 {
	margin-top: 1.5rem !important
}

.mt-5 {
	margin-top: 3rem !important
}

.mt-auto {
	margin-top: auto !important
}

.me-0 {
	margin-right: 0 !important
}

.me-1 {
	margin-right: .25rem !important
}

.me-2 {
	margin-right: .5rem !important
}

.me-3 {
	margin-right: 1rem !important
}

.me-4 {
	margin-right: 1.5rem !important
}

.me-5 {
	margin-right: 3rem !important
}

.me-auto {
	margin-right: auto !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-1 {
	margin-bottom: .25rem !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.mb-4 {
	margin-bottom: 1.5rem !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

.mb-auto {
	margin-bottom: auto !important
}

.ms-0 {
	margin-left: 0 !important
}

.ms-1 {
	margin-left: .25rem !important
}

.ms-2 {
	margin-left: .5rem !important
}

.ms-3 {
	margin-left: 1rem !important
}

.ms-4 {
	margin-left: 1.5rem !important
}

.ms-5 {
	margin-left: 3rem !important
}

.ms-auto {
	margin-left: auto !important
}

.p-0 {
	padding: 0 !important
}

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

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

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

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

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

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

.pt-0 {
	padding-top: 0 !important
}

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

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

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

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

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

.pe-0 {
	padding-right: 0 !important
}

.pe-1 {
	padding-right: .25rem !important
}

.pe-2 {
	padding-right: .5rem !important
}

.pe-3 {
	padding-right: 1rem !important
}

.pe-4 {
	padding-right: 1.5rem !important
}

.pe-5 {
	padding-right: 3rem !important
}

.pb-0 {
	padding-bottom: 0 !important
}

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

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

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

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

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

.ps-0 {
	padding-left: 0 !important
}

.ps-1 {
	padding-left: .25rem !important
}

.ps-2 {
	padding-left: .5rem !important
}

.ps-3 {
	padding-left: 1rem !important
}

.ps-4 {
	padding-left: 1.5rem !important
}

.ps-5 {
	padding-left: 3rem !important
}

.gap-0 {
	gap: 0 !important
}

.gap-1 {
	gap: .25rem !important
}

.gap-2 {
	gap: .5rem !important
}

.gap-3 {
	gap: 1rem !important
}

.gap-4 {
	gap: 1.5rem !important
}

.gap-5 {
	gap: 3rem !important
}

.row-gap-0 {
	row-gap: 0 !important
}

.row-gap-1 {
	row-gap: .25rem !important
}

.row-gap-2 {
	row-gap: .5rem !important
}

.row-gap-3 {
	row-gap: 1rem !important
}

.row-gap-4 {
	row-gap: 1.5rem !important
}

.row-gap-5 {
	row-gap: 3rem !important
}

.column-gap-0 {
	column-gap: 0 !important
}

.column-gap-1 {
	column-gap: .25rem !important
}

.column-gap-2 {
	column-gap: .5rem !important
}

.column-gap-3 {
	column-gap: 1rem !important
}

.column-gap-4 {
	column-gap: 1.5rem !important
}

.column-gap-5 {
	column-gap: 3rem !important
}

.font-monospace {
	font-family: var(--bs-font-monospace) !important
}

.fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
	font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
	font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
	font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
	font-size: 1.25rem !important
}

.fs-6 {
	font-size: 1rem !important
}

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

.fst-normal {
	font-style: normal !important
}

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

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

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

.fw-medium {
	font-weight: 500 !important
}

.fw-semibold {
	font-weight: 600 !important
}

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

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

.lh-1 {
	line-height: 1 !important
}

.lh-sm {
	line-height: 1.25 !important
}

.lh-base {
	line-height: 1.5 !important
}

.lh-lg {
	line-height: 2 !important
}

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

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

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

.text-decoration-none {
	text-decoration: none !important
}

.text-decoration-underline {
	text-decoration: underline !important
}

.text-decoration-line-through {
	text-decoration: line-through !important
}

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

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

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

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

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

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important
}

.text-primary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
	--bs-text-opacity: 1;
	color: var(--bs-secondary-color) !important
}

.text-black-50 {
	--bs-text-opacity: 1;
	color: #00000080 !important
}

.text-white-50 {
	--bs-text-opacity: 1;
	color: #ffffff80 !important
}

.text-body-secondary {
	--bs-text-opacity: 1;
	color: var(--bs-secondary-color) !important
}

.text-body-tertiary {
	--bs-text-opacity: 1;
	color: var(--bs-tertiary-color) !important
}

.text-body-emphasis {
	--bs-text-opacity: 1;
	color: var(--bs-emphasis-color) !important
}

.text-reset {
	--bs-text-opacity: 1;
	color: inherit !important
}

.text-opacity-25 {
	--bs-text-opacity: .25
}

.text-opacity-50 {
	--bs-text-opacity: .5
}

.text-opacity-75 {
	--bs-text-opacity: .75
}

.text-opacity-100 {
	--bs-text-opacity: 1
}

.text-primary-emphasis {
	color: var(--bs-primary-text-emphasis) !important
}

.text-secondary-emphasis {
	color: var(--bs-secondary-text-emphasis) !important
}

.text-success-emphasis {
	color: var(--bs-success-text-emphasis) !important
}

.text-info-emphasis {
	color: var(--bs-info-text-emphasis) !important
}

.text-warning-emphasis {
	color: var(--bs-warning-text-emphasis) !important
}

.text-danger-emphasis {
	color: var(--bs-danger-text-emphasis) !important
}

.text-light-emphasis {
	color: var(--bs-light-text-emphasis) !important
}

.text-dark-emphasis {
	color: var(--bs-dark-text-emphasis) !important
}

.link-opacity-10,
.link-opacity-10-hover:hover {
	--bs-link-opacity: .1
}

.link-opacity-25,
.link-opacity-25-hover:hover {
	--bs-link-opacity: .25
}

.link-opacity-50,
.link-opacity-50-hover:hover {
	--bs-link-opacity: .5
}

.link-opacity-75,
.link-opacity-75-hover:hover {
	--bs-link-opacity: .75
}

.link-opacity-100,
.link-opacity-100-hover:hover {
	--bs-link-opacity: 1
}

.link-offset-1,
.link-offset-1-hover:hover {
	text-underline-offset: .125em !important
}

.link-offset-2,
.link-offset-2-hover:hover {
	text-underline-offset: .25em !important
}

.link-offset-3,
.link-offset-3-hover:hover {
	text-underline-offset: .375em !important
}

.link-underline-primary {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-secondary {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-success {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-info {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-warning {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-danger {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-light {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-dark {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-underline-opacity-0,
.link-underline-opacity-0-hover:hover {
	--bs-link-underline-opacity: 0
}

.link-underline-opacity-10,
.link-underline-opacity-10-hover:hover {
	--bs-link-underline-opacity: .1
}

.link-underline-opacity-25,
.link-underline-opacity-25-hover:hover {
	--bs-link-underline-opacity: .25
}

.link-underline-opacity-50,
.link-underline-opacity-50-hover:hover {
	--bs-link-underline-opacity: .5
}

.link-underline-opacity-75,
.link-underline-opacity-75-hover:hover {
	--bs-link-underline-opacity: .75
}

.link-underline-opacity-100,
.link-underline-opacity-100-hover:hover {
	--bs-link-underline-opacity: 1
}

.bg-primary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
	--bs-bg-opacity: 1;
	background-color: transparent !important
}

.bg-body-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-body-tertiary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-opacity-10 {
	--bs-bg-opacity: .1
}

.bg-opacity-25 {
	--bs-bg-opacity: .25
}

.bg-opacity-50 {
	--bs-bg-opacity: .5
}

.bg-opacity-75 {
	--bs-bg-opacity: .75
}

.bg-opacity-100 {
	--bs-bg-opacity: 1
}

.bg-primary-subtle {
	background-color: var(--bs-primary-bg-subtle) !important
}

.bg-secondary-subtle {
	background-color: var(--bs-secondary-bg-subtle) !important
}

.bg-success-subtle {
	background-color: var(--bs-success-bg-subtle) !important
}

.bg-info-subtle {
	background-color: var(--bs-info-bg-subtle) !important
}

.bg-warning-subtle {
	background-color: var(--bs-warning-bg-subtle) !important
}

.bg-danger-subtle {
	background-color: var(--bs-danger-bg-subtle) !important
}

.bg-light-subtle {
	background-color: var(--bs-light-bg-subtle) !important
}

.bg-dark-subtle {
	background-color: var(--bs-dark-bg-subtle) !important
}

.bg-gradient {
	background-image: var(--bs-gradient) !important
}

.user-select-all {
	-webkit-user-select: all !important;
	user-select: all !important
}

.user-select-auto {
	-webkit-user-select: auto !important;
	user-select: auto !important
}

.user-select-none {
	-webkit-user-select: none !important;
	user-select: none !important
}

.pe-none {
	pointer-events: none !important
}

.pe-auto {
	pointer-events: auto !important
}

.rounded {
	border-radius: var(--bs-border-radius) !important
}

.rounded-0 {
	border-radius: 0 !important
}

.rounded-1 {
	border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
	border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
	border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
	border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
	border-radius: var(--bs-border-radius-xxl) !important
}

.rounded-circle {
	border-radius: 50% !important
}

.rounded-pill {
	border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top {
	border-top-left-radius: var(--bs-border-radius) !important;
	border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-0 {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important
}

.rounded-top-1 {
	border-top-left-radius: var(--bs-border-radius-sm) !important;
	border-top-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-top-2 {
	border-top-left-radius: var(--bs-border-radius) !important;
	border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-3 {
	border-top-left-radius: var(--bs-border-radius-lg) !important;
	border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-top-4 {
	border-top-left-radius: var(--bs-border-radius-xl) !important;
	border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-top-5 {
	border-top-left-radius: var(--bs-border-radius-xxl) !important;
	border-top-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-top-circle {
	border-top-left-radius: 50% !important;
	border-top-right-radius: 50% !important
}

.rounded-top-pill {
	border-top-left-radius: var(--bs-border-radius-pill) !important;
	border-top-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-end {
	border-top-right-radius: var(--bs-border-radius) !important;
	border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-0 {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}

.rounded-end-1 {
	border-top-right-radius: var(--bs-border-radius-sm) !important;
	border-bottom-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-end-2 {
	border-top-right-radius: var(--bs-border-radius) !important;
	border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-3 {
	border-top-right-radius: var(--bs-border-radius-lg) !important;
	border-bottom-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-end-4 {
	border-top-right-radius: var(--bs-border-radius-xl) !important;
	border-bottom-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-end-5 {
	border-top-right-radius: var(--bs-border-radius-xxl) !important;
	border-bottom-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-end-circle {
	border-top-right-radius: 50% !important;
	border-bottom-right-radius: 50% !important
}

.rounded-end-pill {
	border-top-right-radius: var(--bs-border-radius-pill) !important;
	border-bottom-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-bottom {
	border-bottom-right-radius: var(--bs-border-radius) !important;
	border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-0 {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important
}

.rounded-bottom-1 {
	border-bottom-right-radius: var(--bs-border-radius-sm) !important;
	border-bottom-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-bottom-2 {
	border-bottom-right-radius: var(--bs-border-radius) !important;
	border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-3 {
	border-bottom-right-radius: var(--bs-border-radius-lg) !important;
	border-bottom-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-bottom-4 {
	border-bottom-right-radius: var(--bs-border-radius-xl) !important;
	border-bottom-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-bottom-5 {
	border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
	border-bottom-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-bottom-circle {
	border-bottom-right-radius: 50% !important;
	border-bottom-left-radius: 50% !important
}

.rounded-bottom-pill {
	border-bottom-right-radius: var(--bs-border-radius-pill) !important;
	border-bottom-left-radius: var(--bs-border-radius-pill) !important
}

.rounded-start {
	border-bottom-left-radius: var(--bs-border-radius) !important;
	border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-0 {
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important
}

.rounded-start-1 {
	border-bottom-left-radius: var(--bs-border-radius-sm) !important;
	border-top-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-start-2 {
	border-bottom-left-radius: var(--bs-border-radius) !important;
	border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-3 {
	border-bottom-left-radius: var(--bs-border-radius-lg) !important;
	border-top-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-start-4 {
	border-bottom-left-radius: var(--bs-border-radius-xl) !important;
	border-top-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-start-5 {
	border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
	border-top-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-start-circle {
	border-bottom-left-radius: 50% !important;
	border-top-left-radius: 50% !important
}

.rounded-start-pill {
	border-bottom-left-radius: var(--bs-border-radius-pill) !important;
	border-top-left-radius: var(--bs-border-radius-pill) !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

.z-n1 {
	z-index: -1 !important
}

.z-0 {
	z-index: 0 !important
}

.z-1 {
	z-index: 1 !important
}

.z-2 {
	z-index: 2 !important
}

.z-3 {
	z-index: 3 !important
}

@media(min-width:576px) {
	.float-sm-start {
		float: left !important
	}

	.float-sm-end {
		float: right !important
	}

	.float-sm-none {
		float: none !important
	}

	.object-fit-sm-contain {
		object-fit: contain !important
	}

	.object-fit-sm-cover {
		object-fit: cover !important
	}

	.object-fit-sm-fill {
		object-fit: fill !important
	}

	.object-fit-sm-scale {
		object-fit: scale-down !important
	}

	.object-fit-sm-none {
		object-fit: none !important
	}

	.d-sm-inline {
		display: inline !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-block {
		display: block !important
	}

	.d-sm-grid {
		display: grid !important
	}

	.d-sm-inline-grid {
		display: inline-grid !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: flex !important
	}

	.d-sm-inline-flex {
		display: inline-flex !important
	}

	.d-sm-none {
		display: none !important
	}

	.flex-sm-fill {
		flex: 1 1 auto !important
	}

	.flex-sm-row {
		flex-direction: row !important
	}

	.flex-sm-column {
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-sm-grow-0 {
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.justify-content-sm-start {
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		justify-content: center !important
	}

	.justify-content-sm-between {
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		justify-content: space-around !important
	}

	.justify-content-sm-evenly {
		justify-content: space-evenly !important
	}

	.align-items-sm-start {
		align-items: flex-start !important
	}

	.align-items-sm-end {
		align-items: flex-end !important
	}

	.align-items-sm-center {
		align-items: center !important
	}

	.align-items-sm-baseline {
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		align-items: stretch !important
	}

	.align-content-sm-start {
		align-content: flex-start !important
	}

	.align-content-sm-end {
		align-content: flex-end !important
	}

	.align-content-sm-center {
		align-content: center !important
	}

	.align-content-sm-between {
		align-content: space-between !important
	}

	.align-content-sm-around {
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		align-content: stretch !important
	}

	.align-self-sm-auto {
		align-self: auto !important
	}

	.align-self-sm-start {
		align-self: flex-start !important
	}

	.align-self-sm-end {
		align-self: flex-end !important
	}

	.align-self-sm-center {
		align-self: center !important
	}

	.align-self-sm-baseline {
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		align-self: stretch !important
	}

	.order-sm-first {
		order: -1 !important
	}

	.order-sm-0 {
		order: 0 !important
	}

	.order-sm-1 {
		order: 1 !important
	}

	.order-sm-2 {
		order: 2 !important
	}

	.order-sm-3 {
		order: 3 !important
	}

	.order-sm-4 {
		order: 4 !important
	}

	.order-sm-5 {
		order: 5 !important
	}

	.order-sm-last {
		order: 6 !important
	}

	.m-sm-0 {
		margin: 0 !important
	}

	.m-sm-1 {
		margin: .25rem !important
	}

	.m-sm-2 {
		margin: .5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

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

	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-sm-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-sm-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-sm-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-sm-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-sm-0 {
		margin-top: 0 !important
	}

	.mt-sm-1 {
		margin-top: .25rem !important
	}

	.mt-sm-2 {
		margin-top: .5rem !important
	}

	.mt-sm-3 {
		margin-top: 1rem !important
	}

	.mt-sm-4 {
		margin-top: 1.5rem !important
	}

	.mt-sm-5 {
		margin-top: 3rem !important
	}

	.mt-sm-auto {
		margin-top: auto !important
	}

	.me-sm-0 {
		margin-right: 0 !important
	}

	.me-sm-1 {
		margin-right: .25rem !important
	}

	.me-sm-2 {
		margin-right: .5rem !important
	}

	.me-sm-3 {
		margin-right: 1rem !important
	}

	.me-sm-4 {
		margin-right: 1.5rem !important
	}

	.me-sm-5 {
		margin-right: 3rem !important
	}

	.me-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-0 {
		margin-bottom: 0 !important
	}

	.mb-sm-1 {
		margin-bottom: .25rem !important
	}

	.mb-sm-2 {
		margin-bottom: .5rem !important
	}

	.mb-sm-3 {
		margin-bottom: 1rem !important
	}

	.mb-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-sm-5 {
		margin-bottom: 3rem !important
	}

	.mb-sm-auto {
		margin-bottom: auto !important
	}

	.ms-sm-0 {
		margin-left: 0 !important
	}

	.ms-sm-1 {
		margin-left: .25rem !important
	}

	.ms-sm-2 {
		margin-left: .5rem !important
	}

	.ms-sm-3 {
		margin-left: 1rem !important
	}

	.ms-sm-4 {
		margin-left: 1.5rem !important
	}

	.ms-sm-5 {
		margin-left: 3rem !important
	}

	.ms-sm-auto {
		margin-left: auto !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

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

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

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

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

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

	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-sm-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-sm-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-sm-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-sm-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-sm-0 {
		padding-top: 0 !important
	}

	.pt-sm-1 {
		padding-top: .25rem !important
	}

	.pt-sm-2 {
		padding-top: .5rem !important
	}

	.pt-sm-3 {
		padding-top: 1rem !important
	}

	.pt-sm-4 {
		padding-top: 1.5rem !important
	}

	.pt-sm-5 {
		padding-top: 3rem !important
	}

	.pe-sm-0 {
		padding-right: 0 !important
	}

	.pe-sm-1 {
		padding-right: .25rem !important
	}

	.pe-sm-2 {
		padding-right: .5rem !important
	}

	.pe-sm-3 {
		padding-right: 1rem !important
	}

	.pe-sm-4 {
		padding-right: 1.5rem !important
	}

	.pe-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-0 {
		padding-bottom: 0 !important
	}

	.pb-sm-1 {
		padding-bottom: .25rem !important
	}

	.pb-sm-2 {
		padding-bottom: .5rem !important
	}

	.pb-sm-3 {
		padding-bottom: 1rem !important
	}

	.pb-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-sm-5 {
		padding-bottom: 3rem !important
	}

	.ps-sm-0 {
		padding-left: 0 !important
	}

	.ps-sm-1 {
		padding-left: .25rem !important
	}

	.ps-sm-2 {
		padding-left: .5rem !important
	}

	.ps-sm-3 {
		padding-left: 1rem !important
	}

	.ps-sm-4 {
		padding-left: 1.5rem !important
	}

	.ps-sm-5 {
		padding-left: 3rem !important
	}

	.gap-sm-0 {
		gap: 0 !important
	}

	.gap-sm-1 {
		gap: .25rem !important
	}

	.gap-sm-2 {
		gap: .5rem !important
	}

	.gap-sm-3 {
		gap: 1rem !important
	}

	.gap-sm-4 {
		gap: 1.5rem !important
	}

	.gap-sm-5 {
		gap: 3rem !important
	}

	.row-gap-sm-0 {
		row-gap: 0 !important
	}

	.row-gap-sm-1 {
		row-gap: .25rem !important
	}

	.row-gap-sm-2 {
		row-gap: .5rem !important
	}

	.row-gap-sm-3 {
		row-gap: 1rem !important
	}

	.row-gap-sm-4 {
		row-gap: 1.5rem !important
	}

	.row-gap-sm-5 {
		row-gap: 3rem !important
	}

	.column-gap-sm-0 {
		column-gap: 0 !important
	}

	.column-gap-sm-1 {
		column-gap: .25rem !important
	}

	.column-gap-sm-2 {
		column-gap: .5rem !important
	}

	.column-gap-sm-3 {
		column-gap: 1rem !important
	}

	.column-gap-sm-4 {
		column-gap: 1.5rem !important
	}

	.column-gap-sm-5 {
		column-gap: 3rem !important
	}

	.text-sm-start {
		text-align: left !important
	}

	.text-sm-end {
		text-align: right !important
	}

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

@media(min-width:768px) {
	.float-md-start {
		float: left !important
	}

	.float-md-end {
		float: right !important
	}

	.float-md-none {
		float: none !important
	}

	.object-fit-md-contain {
		object-fit: contain !important
	}

	.object-fit-md-cover {
		object-fit: cover !important
	}

	.object-fit-md-fill {
		object-fit: fill !important
	}

	.object-fit-md-scale {
		object-fit: scale-down !important
	}

	.object-fit-md-none {
		object-fit: none !important
	}

	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-grid {
		display: grid !important
	}

	.d-md-inline-grid {
		display: inline-grid !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: flex !important
	}

	.d-md-inline-flex {
		display: inline-flex !important
	}

	.d-md-none {
		display: none !important
	}

	.flex-md-fill {
		flex: 1 1 auto !important
	}

	.flex-md-row {
		flex-direction: row !important
	}

	.flex-md-column {
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-md-wrap {
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.justify-content-md-start {
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		justify-content: center !important
	}

	.justify-content-md-between {
		justify-content: space-between !important
	}

	.justify-content-md-around {
		justify-content: space-around !important
	}

	.justify-content-md-evenly {
		justify-content: space-evenly !important
	}

	.align-items-md-start {
		align-items: flex-start !important
	}

	.align-items-md-end {
		align-items: flex-end !important
	}

	.align-items-md-center {
		align-items: center !important
	}

	.align-items-md-baseline {
		align-items: baseline !important
	}

	.align-items-md-stretch {
		align-items: stretch !important
	}

	.align-content-md-start {
		align-content: flex-start !important
	}

	.align-content-md-end {
		align-content: flex-end !important
	}

	.align-content-md-center {
		align-content: center !important
	}

	.align-content-md-between {
		align-content: space-between !important
	}

	.align-content-md-around {
		align-content: space-around !important
	}

	.align-content-md-stretch {
		align-content: stretch !important
	}

	.align-self-md-auto {
		align-self: auto !important
	}

	.align-self-md-start {
		align-self: flex-start !important
	}

	.align-self-md-end {
		align-self: flex-end !important
	}

	.align-self-md-center {
		align-self: center !important
	}

	.align-self-md-baseline {
		align-self: baseline !important
	}

	.align-self-md-stretch {
		align-self: stretch !important
	}

	.order-md-first {
		order: -1 !important
	}

	.order-md-0 {
		order: 0 !important
	}

	.order-md-1 {
		order: 1 !important
	}

	.order-md-2 {
		order: 2 !important
	}

	.order-md-3 {
		order: 3 !important
	}

	.order-md-4 {
		order: 4 !important
	}

	.order-md-5 {
		order: 5 !important
	}

	.order-md-last {
		order: 6 !important
	}

	.m-md-0 {
		margin: 0 !important
	}

	.m-md-1 {
		margin: .25rem !important
	}

	.m-md-2 {
		margin: .5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

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

	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-md-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-md-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-md-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-md-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-md-0 {
		margin-top: 0 !important
	}

	.mt-md-1 {
		margin-top: .25rem !important
	}

	.mt-md-2 {
		margin-top: .5rem !important
	}

	.mt-md-3 {
		margin-top: 1rem !important
	}

	.mt-md-4 {
		margin-top: 1.5rem !important
	}

	.mt-md-5 {
		margin-top: 3rem !important
	}

	.mt-md-auto {
		margin-top: auto !important
	}

	.me-md-0 {
		margin-right: 0 !important
	}

	.me-md-1 {
		margin-right: .25rem !important
	}

	.me-md-2 {
		margin-right: .5rem !important
	}

	.me-md-3 {
		margin-right: 1rem !important
	}

	.me-md-4 {
		margin-right: 1.5rem !important
	}

	.me-md-5 {
		margin-right: 3rem !important
	}

	.me-md-auto {
		margin-right: auto !important
	}

	.mb-md-0 {
		margin-bottom: 0 !important
	}

	.mb-md-1 {
		margin-bottom: .25rem !important
	}

	.mb-md-2 {
		margin-bottom: .5rem !important
	}

	.mb-md-3 {
		margin-bottom: 1rem !important
	}

	.mb-md-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-md-5 {
		margin-bottom: 3rem !important
	}

	.mb-md-auto {
		margin-bottom: auto !important
	}

	.ms-md-0 {
		margin-left: 0 !important
	}

	.ms-md-1 {
		margin-left: .25rem !important
	}

	.ms-md-2 {
		margin-left: .5rem !important
	}

	.ms-md-3 {
		margin-left: 1rem !important
	}

	.ms-md-4 {
		margin-left: 1.5rem !important
	}

	.ms-md-5 {
		margin-left: 3rem !important
	}

	.ms-md-auto {
		margin-left: auto !important
	}

	.p-md-0 {
		padding: 0 !important
	}

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

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

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

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

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

	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-md-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-md-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-md-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-md-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-md-0 {
		padding-top: 0 !important
	}

	.pt-md-1 {
		padding-top: .25rem !important
	}

	.pt-md-2 {
		padding-top: .5rem !important
	}

	.pt-md-3 {
		padding-top: 1rem !important
	}

	.pt-md-4 {
		padding-top: 1.5rem !important
	}

	.pt-md-5 {
		padding-top: 3rem !important
	}

	.pe-md-0 {
		padding-right: 0 !important
	}

	.pe-md-1 {
		padding-right: .25rem !important
	}

	.pe-md-2 {
		padding-right: .5rem !important
	}

	.pe-md-3 {
		padding-right: 1rem !important
	}

	.pe-md-4 {
		padding-right: 1.5rem !important
	}

	.pe-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-0 {
		padding-bottom: 0 !important
	}

	.pb-md-1 {
		padding-bottom: .25rem !important
	}

	.pb-md-2 {
		padding-bottom: .5rem !important
	}

	.pb-md-3 {
		padding-bottom: 1rem !important
	}

	.pb-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-md-5 {
		padding-bottom: 3rem !important
	}

	.ps-md-0 {
		padding-left: 0 !important
	}

	.ps-md-1 {
		padding-left: .25rem !important
	}

	.ps-md-2 {
		padding-left: .5rem !important
	}

	.ps-md-3 {
		padding-left: 1rem !important
	}

	.ps-md-4 {
		padding-left: 1.5rem !important
	}

	.ps-md-5 {
		padding-left: 3rem !important
	}

	.gap-md-0 {
		gap: 0 !important
	}

	.gap-md-1 {
		gap: .25rem !important
	}

	.gap-md-2 {
		gap: .5rem !important
	}

	.gap-md-3 {
		gap: 1rem !important
	}

	.gap-md-4 {
		gap: 1.5rem !important
	}

	.gap-md-5 {
		gap: 3rem !important
	}

	.row-gap-md-0 {
		row-gap: 0 !important
	}

	.row-gap-md-1 {
		row-gap: .25rem !important
	}

	.row-gap-md-2 {
		row-gap: .5rem !important
	}

	.row-gap-md-3 {
		row-gap: 1rem !important
	}

	.row-gap-md-4 {
		row-gap: 1.5rem !important
	}

	.row-gap-md-5 {
		row-gap: 3rem !important
	}

	.column-gap-md-0 {
		column-gap: 0 !important
	}

	.column-gap-md-1 {
		column-gap: .25rem !important
	}

	.column-gap-md-2 {
		column-gap: .5rem !important
	}

	.column-gap-md-3 {
		column-gap: 1rem !important
	}

	.column-gap-md-4 {
		column-gap: 1.5rem !important
	}

	.column-gap-md-5 {
		column-gap: 3rem !important
	}

	.text-md-start {
		text-align: left !important
	}

	.text-md-end {
		text-align: right !important
	}

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

@media(min-width:992px) {
	.float-lg-start {
		float: left !important
	}

	.float-lg-end {
		float: right !important
	}

	.float-lg-none {
		float: none !important
	}

	.object-fit-lg-contain {
		object-fit: contain !important
	}

	.object-fit-lg-cover {
		object-fit: cover !important
	}

	.object-fit-lg-fill {
		object-fit: fill !important
	}

	.object-fit-lg-scale {
		object-fit: scale-down !important
	}

	.object-fit-lg-none {
		object-fit: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-grid {
		display: grid !important
	}

	.d-lg-inline-grid {
		display: inline-grid !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: flex !important
	}

	.d-lg-inline-flex {
		display: inline-flex !important
	}

	.d-lg-none {
		display: none !important
	}

	.flex-lg-fill {
		flex: 1 1 auto !important
	}

	.flex-lg-row {
		flex-direction: row !important
	}

	.flex-lg-column {
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.justify-content-lg-start {
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		justify-content: center !important
	}

	.justify-content-lg-between {
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		justify-content: space-around !important
	}

	.justify-content-lg-evenly {
		justify-content: space-evenly !important
	}

	.align-items-lg-start {
		align-items: flex-start !important
	}

	.align-items-lg-end {
		align-items: flex-end !important
	}

	.align-items-lg-center {
		align-items: center !important
	}

	.align-items-lg-baseline {
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		align-items: stretch !important
	}

	.align-content-lg-start {
		align-content: flex-start !important
	}

	.align-content-lg-end {
		align-content: flex-end !important
	}

	.align-content-lg-center {
		align-content: center !important
	}

	.align-content-lg-between {
		align-content: space-between !important
	}

	.align-content-lg-around {
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		align-content: stretch !important
	}

	.align-self-lg-auto {
		align-self: auto !important
	}

	.align-self-lg-start {
		align-self: flex-start !important
	}

	.align-self-lg-end {
		align-self: flex-end !important
	}

	.align-self-lg-center {
		align-self: center !important
	}

	.align-self-lg-baseline {
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		align-self: stretch !important
	}

	.order-lg-first {
		order: -1 !important
	}

	.order-lg-0 {
		order: 0 !important
	}

	.order-lg-1 {
		order: 1 !important
	}

	.order-lg-2 {
		order: 2 !important
	}

	.order-lg-3 {
		order: 3 !important
	}

	.order-lg-4 {
		order: 4 !important
	}

	.order-lg-5 {
		order: 5 !important
	}

	.order-lg-last {
		order: 6 !important
	}

	.m-lg-0 {
		margin: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

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

	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-lg-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-lg-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-lg-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-lg-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-lg-0 {
		margin-top: 0 !important
	}

	.mt-lg-1 {
		margin-top: .25rem !important
	}

	.mt-lg-2 {
		margin-top: .5rem !important
	}

	.mt-lg-3 {
		margin-top: 1rem !important
	}

	.mt-lg-4 {
		margin-top: 1.5rem !important
	}

	.mt-lg-5 {
		margin-top: 3rem !important
	}

	.mt-lg-auto {
		margin-top: auto !important
	}

	.me-lg-0 {
		margin-right: 0 !important
	}

	.me-lg-1 {
		margin-right: .25rem !important
	}

	.me-lg-2 {
		margin-right: .5rem !important
	}

	.me-lg-3 {
		margin-right: 1rem !important
	}

	.me-lg-4 {
		margin-right: 1.5rem !important
	}

	.me-lg-5 {
		margin-right: 3rem !important
	}

	.me-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-0 {
		margin-bottom: 0 !important
	}

	.mb-lg-1 {
		margin-bottom: .25rem !important
	}

	.mb-lg-2 {
		margin-bottom: .5rem !important
	}

	.mb-lg-3 {
		margin-bottom: 1rem !important
	}

	.mb-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-lg-5 {
		margin-bottom: 3rem !important
	}

	.mb-lg-auto {
		margin-bottom: auto !important
	}

	.ms-lg-0 {
		margin-left: 0 !important
	}

	.ms-lg-1 {
		margin-left: .25rem !important
	}

	.ms-lg-2 {
		margin-left: .5rem !important
	}

	.ms-lg-3 {
		margin-left: 1rem !important
	}

	.ms-lg-4 {
		margin-left: 1.5rem !important
	}

	.ms-lg-5 {
		margin-left: 3rem !important
	}

	.ms-lg-auto {
		margin-left: auto !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

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

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

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

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

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

	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-lg-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-lg-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-lg-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-lg-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-lg-0 {
		padding-top: 0 !important
	}

	.pt-lg-1 {
		padding-top: .25rem !important
	}

	.pt-lg-2 {
		padding-top: .5rem !important
	}

	.pt-lg-3 {
		padding-top: 1rem !important
	}

	.pt-lg-4 {
		padding-top: 1.5rem !important
	}

	.pt-lg-5 {
		padding-top: 3rem !important
	}

	.pe-lg-0 {
		padding-right: 0 !important
	}

	.pe-lg-1 {
		padding-right: .25rem !important
	}

	.pe-lg-2 {
		padding-right: .5rem !important
	}

	.pe-lg-3 {
		padding-right: 1rem !important
	}

	.pe-lg-4 {
		padding-right: 1.5rem !important
	}

	.pe-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-0 {
		padding-bottom: 0 !important
	}

	.pb-lg-1 {
		padding-bottom: .25rem !important
	}

	.pb-lg-2 {
		padding-bottom: .5rem !important
	}

	.pb-lg-3 {
		padding-bottom: 1rem !important
	}

	.pb-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-lg-5 {
		padding-bottom: 3rem !important
	}

	.ps-lg-0 {
		padding-left: 0 !important
	}

	.ps-lg-1 {
		padding-left: .25rem !important
	}

	.ps-lg-2 {
		padding-left: .5rem !important
	}

	.ps-lg-3 {
		padding-left: 1rem !important
	}

	.ps-lg-4 {
		padding-left: 1.5rem !important
	}

	.ps-lg-5 {
		padding-left: 3rem !important
	}

	.gap-lg-0 {
		gap: 0 !important
	}

	.gap-lg-1 {
		gap: .25rem !important
	}

	.gap-lg-2 {
		gap: .5rem !important
	}

	.gap-lg-3 {
		gap: 1rem !important
	}

	.gap-lg-4 {
		gap: 1.5rem !important
	}

	.gap-lg-5 {
		gap: 3rem !important
	}

	.row-gap-lg-0 {
		row-gap: 0 !important
	}

	.row-gap-lg-1 {
		row-gap: .25rem !important
	}

	.row-gap-lg-2 {
		row-gap: .5rem !important
	}

	.row-gap-lg-3 {
		row-gap: 1rem !important
	}

	.row-gap-lg-4 {
		row-gap: 1.5rem !important
	}

	.row-gap-lg-5 {
		row-gap: 3rem !important
	}

	.column-gap-lg-0 {
		column-gap: 0 !important
	}

	.column-gap-lg-1 {
		column-gap: .25rem !important
	}

	.column-gap-lg-2 {
		column-gap: .5rem !important
	}

	.column-gap-lg-3 {
		column-gap: 1rem !important
	}

	.column-gap-lg-4 {
		column-gap: 1.5rem !important
	}

	.column-gap-lg-5 {
		column-gap: 3rem !important
	}

	.text-lg-start {
		text-align: left !important
	}

	.text-lg-end {
		text-align: right !important
	}

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

@media(min-width:1200px) {
	.float-xl-start {
		float: left !important
	}

	.float-xl-end {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}

	.object-fit-xl-contain {
		object-fit: contain !important
	}

	.object-fit-xl-cover {
		object-fit: cover !important
	}

	.object-fit-xl-fill {
		object-fit: fill !important
	}

	.object-fit-xl-scale {
		object-fit: scale-down !important
	}

	.object-fit-xl-none {
		object-fit: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-grid {
		display: grid !important
	}

	.d-xl-inline-grid {
		display: inline-grid !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: flex !important
	}

	.d-xl-inline-flex {
		display: inline-flex !important
	}

	.d-xl-none {
		display: none !important
	}

	.flex-xl-fill {
		flex: 1 1 auto !important
	}

	.flex-xl-row {
		flex-direction: row !important
	}

	.flex-xl-column {
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.justify-content-xl-start {
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		justify-content: center !important
	}

	.justify-content-xl-between {
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		justify-content: space-around !important
	}

	.justify-content-xl-evenly {
		justify-content: space-evenly !important
	}

	.align-items-xl-start {
		align-items: flex-start !important
	}

	.align-items-xl-end {
		align-items: flex-end !important
	}

	.align-items-xl-center {
		align-items: center !important
	}

	.align-items-xl-baseline {
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		align-items: stretch !important
	}

	.align-content-xl-start {
		align-content: flex-start !important
	}

	.align-content-xl-end {
		align-content: flex-end !important
	}

	.align-content-xl-center {
		align-content: center !important
	}

	.align-content-xl-between {
		align-content: space-between !important
	}

	.align-content-xl-around {
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		align-content: stretch !important
	}

	.align-self-xl-auto {
		align-self: auto !important
	}

	.align-self-xl-start {
		align-self: flex-start !important
	}

	.align-self-xl-end {
		align-self: flex-end !important
	}

	.align-self-xl-center {
		align-self: center !important
	}

	.align-self-xl-baseline {
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		align-self: stretch !important
	}

	.order-xl-first {
		order: -1 !important
	}

	.order-xl-0 {
		order: 0 !important
	}

	.order-xl-1 {
		order: 1 !important
	}

	.order-xl-2 {
		order: 2 !important
	}

	.order-xl-3 {
		order: 3 !important
	}

	.order-xl-4 {
		order: 4 !important
	}

	.order-xl-5 {
		order: 5 !important
	}

	.order-xl-last {
		order: 6 !important
	}

	.m-xl-0 {
		margin: 0 !important
	}

	.m-xl-1 {
		margin: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

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

	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-xl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-xl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-xl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-xl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-xl-0 {
		margin-top: 0 !important
	}

	.mt-xl-1 {
		margin-top: .25rem !important
	}

	.mt-xl-2 {
		margin-top: .5rem !important
	}

	.mt-xl-3 {
		margin-top: 1rem !important
	}

	.mt-xl-4 {
		margin-top: 1.5rem !important
	}

	.mt-xl-5 {
		margin-top: 3rem !important
	}

	.mt-xl-auto {
		margin-top: auto !important
	}

	.me-xl-0 {
		margin-right: 0 !important
	}

	.me-xl-1 {
		margin-right: .25rem !important
	}

	.me-xl-2 {
		margin-right: .5rem !important
	}

	.me-xl-3 {
		margin-right: 1rem !important
	}

	.me-xl-4 {
		margin-right: 1.5rem !important
	}

	.me-xl-5 {
		margin-right: 3rem !important
	}

	.me-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-0 {
		margin-bottom: 0 !important
	}

	.mb-xl-1 {
		margin-bottom: .25rem !important
	}

	.mb-xl-2 {
		margin-bottom: .5rem !important
	}

	.mb-xl-3 {
		margin-bottom: 1rem !important
	}

	.mb-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-xl-5 {
		margin-bottom: 3rem !important
	}

	.mb-xl-auto {
		margin-bottom: auto !important
	}

	.ms-xl-0 {
		margin-left: 0 !important
	}

	.ms-xl-1 {
		margin-left: .25rem !important
	}

	.ms-xl-2 {
		margin-left: .5rem !important
	}

	.ms-xl-3 {
		margin-left: 1rem !important
	}

	.ms-xl-4 {
		margin-left: 1.5rem !important
	}

	.ms-xl-5 {
		margin-left: 3rem !important
	}

	.ms-xl-auto {
		margin-left: auto !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

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

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

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

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

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

	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-xl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-xl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-xl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-xl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-xl-0 {
		padding-top: 0 !important
	}

	.pt-xl-1 {
		padding-top: .25rem !important
	}

	.pt-xl-2 {
		padding-top: .5rem !important
	}

	.pt-xl-3 {
		padding-top: 1rem !important
	}

	.pt-xl-4 {
		padding-top: 1.5rem !important
	}

	.pt-xl-5 {
		padding-top: 3rem !important
	}

	.pe-xl-0 {
		padding-right: 0 !important
	}

	.pe-xl-1 {
		padding-right: .25rem !important
	}

	.pe-xl-2 {
		padding-right: .5rem !important
	}

	.pe-xl-3 {
		padding-right: 1rem !important
	}

	.pe-xl-4 {
		padding-right: 1.5rem !important
	}

	.pe-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-0 {
		padding-bottom: 0 !important
	}

	.pb-xl-1 {
		padding-bottom: .25rem !important
	}

	.pb-xl-2 {
		padding-bottom: .5rem !important
	}

	.pb-xl-3 {
		padding-bottom: 1rem !important
	}

	.pb-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-xl-5 {
		padding-bottom: 3rem !important
	}

	.ps-xl-0 {
		padding-left: 0 !important
	}

	.ps-xl-1 {
		padding-left: .25rem !important
	}

	.ps-xl-2 {
		padding-left: .5rem !important
	}

	.ps-xl-3 {
		padding-left: 1rem !important
	}

	.ps-xl-4 {
		padding-left: 1.5rem !important
	}

	.ps-xl-5 {
		padding-left: 3rem !important
	}

	.gap-xl-0 {
		gap: 0 !important
	}

	.gap-xl-1 {
		gap: .25rem !important
	}

	.gap-xl-2 {
		gap: .5rem !important
	}

	.gap-xl-3 {
		gap: 1rem !important
	}

	.gap-xl-4 {
		gap: 1.5rem !important
	}

	.gap-xl-5 {
		gap: 3rem !important
	}

	.row-gap-xl-0 {
		row-gap: 0 !important
	}

	.row-gap-xl-1 {
		row-gap: .25rem !important
	}

	.row-gap-xl-2 {
		row-gap: .5rem !important
	}

	.row-gap-xl-3 {
		row-gap: 1rem !important
	}

	.row-gap-xl-4 {
		row-gap: 1.5rem !important
	}

	.row-gap-xl-5 {
		row-gap: 3rem !important
	}

	.column-gap-xl-0 {
		column-gap: 0 !important
	}

	.column-gap-xl-1 {
		column-gap: .25rem !important
	}

	.column-gap-xl-2 {
		column-gap: .5rem !important
	}

	.column-gap-xl-3 {
		column-gap: 1rem !important
	}

	.column-gap-xl-4 {
		column-gap: 1.5rem !important
	}

	.column-gap-xl-5 {
		column-gap: 3rem !important
	}

	.text-xl-start {
		text-align: left !important
	}

	.text-xl-end {
		text-align: right !important
	}

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

@media(min-width:1400px) {
	.float-xxl-start {
		float: left !important
	}

	.float-xxl-end {
		float: right !important
	}

	.float-xxl-none {
		float: none !important
	}

	.object-fit-xxl-contain {
		object-fit: contain !important
	}

	.object-fit-xxl-cover {
		object-fit: cover !important
	}

	.object-fit-xxl-fill {
		object-fit: fill !important
	}

	.object-fit-xxl-scale {
		object-fit: scale-down !important
	}

	.object-fit-xxl-none {
		object-fit: none !important
	}

	.d-xxl-inline {
		display: inline !important
	}

	.d-xxl-inline-block {
		display: inline-block !important
	}

	.d-xxl-block {
		display: block !important
	}

	.d-xxl-grid {
		display: grid !important
	}

	.d-xxl-inline-grid {
		display: inline-grid !important
	}

	.d-xxl-table {
		display: table !important
	}

	.d-xxl-table-row {
		display: table-row !important
	}

	.d-xxl-table-cell {
		display: table-cell !important
	}

	.d-xxl-flex {
		display: flex !important
	}

	.d-xxl-inline-flex {
		display: inline-flex !important
	}

	.d-xxl-none {
		display: none !important
	}

	.flex-xxl-fill {
		flex: 1 1 auto !important
	}

	.flex-xxl-row {
		flex-direction: row !important
	}

	.flex-xxl-column {
		flex-direction: column !important
	}

	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xxl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xxl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-xxl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xxl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.justify-content-xxl-start {
		justify-content: flex-start !important
	}

	.justify-content-xxl-end {
		justify-content: flex-end !important
	}

	.justify-content-xxl-center {
		justify-content: center !important
	}

	.justify-content-xxl-between {
		justify-content: space-between !important
	}

	.justify-content-xxl-around {
		justify-content: space-around !important
	}

	.justify-content-xxl-evenly {
		justify-content: space-evenly !important
	}

	.align-items-xxl-start {
		align-items: flex-start !important
	}

	.align-items-xxl-end {
		align-items: flex-end !important
	}

	.align-items-xxl-center {
		align-items: center !important
	}

	.align-items-xxl-baseline {
		align-items: baseline !important
	}

	.align-items-xxl-stretch {
		align-items: stretch !important
	}

	.align-content-xxl-start {
		align-content: flex-start !important
	}

	.align-content-xxl-end {
		align-content: flex-end !important
	}

	.align-content-xxl-center {
		align-content: center !important
	}

	.align-content-xxl-between {
		align-content: space-between !important
	}

	.align-content-xxl-around {
		align-content: space-around !important
	}

	.align-content-xxl-stretch {
		align-content: stretch !important
	}

	.align-self-xxl-auto {
		align-self: auto !important
	}

	.align-self-xxl-start {
		align-self: flex-start !important
	}

	.align-self-xxl-end {
		align-self: flex-end !important
	}

	.align-self-xxl-center {
		align-self: center !important
	}

	.align-self-xxl-baseline {
		align-self: baseline !important
	}

	.align-self-xxl-stretch {
		align-self: stretch !important
	}

	.order-xxl-first {
		order: -1 !important
	}

	.order-xxl-0 {
		order: 0 !important
	}

	.order-xxl-1 {
		order: 1 !important
	}

	.order-xxl-2 {
		order: 2 !important
	}

	.order-xxl-3 {
		order: 3 !important
	}

	.order-xxl-4 {
		order: 4 !important
	}

	.order-xxl-5 {
		order: 5 !important
	}

	.order-xxl-last {
		order: 6 !important
	}

	.m-xxl-0 {
		margin: 0 !important
	}

	.m-xxl-1 {
		margin: .25rem !important
	}

	.m-xxl-2 {
		margin: .5rem !important
	}

	.m-xxl-3 {
		margin: 1rem !important
	}

	.m-xxl-4 {
		margin: 1.5rem !important
	}

	.m-xxl-5 {
		margin: 3rem !important
	}

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

	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-xxl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-xxl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-xxl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-xxl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-xxl-0 {
		margin-top: 0 !important
	}

	.mt-xxl-1 {
		margin-top: .25rem !important
	}

	.mt-xxl-2 {
		margin-top: .5rem !important
	}

	.mt-xxl-3 {
		margin-top: 1rem !important
	}

	.mt-xxl-4 {
		margin-top: 1.5rem !important
	}

	.mt-xxl-5 {
		margin-top: 3rem !important
	}

	.mt-xxl-auto {
		margin-top: auto !important
	}

	.me-xxl-0 {
		margin-right: 0 !important
	}

	.me-xxl-1 {
		margin-right: .25rem !important
	}

	.me-xxl-2 {
		margin-right: .5rem !important
	}

	.me-xxl-3 {
		margin-right: 1rem !important
	}

	.me-xxl-4 {
		margin-right: 1.5rem !important
	}

	.me-xxl-5 {
		margin-right: 3rem !important
	}

	.me-xxl-auto {
		margin-right: auto !important
	}

	.mb-xxl-0 {
		margin-bottom: 0 !important
	}

	.mb-xxl-1 {
		margin-bottom: .25rem !important
	}

	.mb-xxl-2 {
		margin-bottom: .5rem !important
	}

	.mb-xxl-3 {
		margin-bottom: 1rem !important
	}

	.mb-xxl-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-xxl-5 {
		margin-bottom: 3rem !important
	}

	.mb-xxl-auto {
		margin-bottom: auto !important
	}

	.ms-xxl-0 {
		margin-left: 0 !important
	}

	.ms-xxl-1 {
		margin-left: .25rem !important
	}

	.ms-xxl-2 {
		margin-left: .5rem !important
	}

	.ms-xxl-3 {
		margin-left: 1rem !important
	}

	.ms-xxl-4 {
		margin-left: 1.5rem !important
	}

	.ms-xxl-5 {
		margin-left: 3rem !important
	}

	.ms-xxl-auto {
		margin-left: auto !important
	}

	.p-xxl-0 {
		padding: 0 !important
	}

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

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

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

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

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

	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-xxl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-xxl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-xxl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-xxl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-xxl-0 {
		padding-top: 0 !important
	}

	.pt-xxl-1 {
		padding-top: .25rem !important
	}

	.pt-xxl-2 {
		padding-top: .5rem !important
	}

	.pt-xxl-3 {
		padding-top: 1rem !important
	}

	.pt-xxl-4 {
		padding-top: 1.5rem !important
	}

	.pt-xxl-5 {
		padding-top: 3rem !important
	}

	.pe-xxl-0 {
		padding-right: 0 !important
	}

	.pe-xxl-1 {
		padding-right: .25rem !important
	}

	.pe-xxl-2 {
		padding-right: .5rem !important
	}

	.pe-xxl-3 {
		padding-right: 1rem !important
	}

	.pe-xxl-4 {
		padding-right: 1.5rem !important
	}

	.pe-xxl-5 {
		padding-right: 3rem !important
	}

	.pb-xxl-0 {
		padding-bottom: 0 !important
	}

	.pb-xxl-1 {
		padding-bottom: .25rem !important
	}

	.pb-xxl-2 {
		padding-bottom: .5rem !important
	}

	.pb-xxl-3 {
		padding-bottom: 1rem !important
	}

	.pb-xxl-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-xxl-5 {
		padding-bottom: 3rem !important
	}

	.ps-xxl-0 {
		padding-left: 0 !important
	}

	.ps-xxl-1 {
		padding-left: .25rem !important
	}

	.ps-xxl-2 {
		padding-left: .5rem !important
	}

	.ps-xxl-3 {
		padding-left: 1rem !important
	}

	.ps-xxl-4 {
		padding-left: 1.5rem !important
	}

	.ps-xxl-5 {
		padding-left: 3rem !important
	}

	.gap-xxl-0 {
		gap: 0 !important
	}

	.gap-xxl-1 {
		gap: .25rem !important
	}

	.gap-xxl-2 {
		gap: .5rem !important
	}

	.gap-xxl-3 {
		gap: 1rem !important
	}

	.gap-xxl-4 {
		gap: 1.5rem !important
	}

	.gap-xxl-5 {
		gap: 3rem !important
	}

	.row-gap-xxl-0 {
		row-gap: 0 !important
	}

	.row-gap-xxl-1 {
		row-gap: .25rem !important
	}

	.row-gap-xxl-2 {
		row-gap: .5rem !important
	}

	.row-gap-xxl-3 {
		row-gap: 1rem !important
	}

	.row-gap-xxl-4 {
		row-gap: 1.5rem !important
	}

	.row-gap-xxl-5 {
		row-gap: 3rem !important
	}

	.column-gap-xxl-0 {
		column-gap: 0 !important
	}

	.column-gap-xxl-1 {
		column-gap: .25rem !important
	}

	.column-gap-xxl-2 {
		column-gap: .5rem !important
	}

	.column-gap-xxl-3 {
		column-gap: 1rem !important
	}

	.column-gap-xxl-4 {
		column-gap: 1.5rem !important
	}

	.column-gap-xxl-5 {
		column-gap: 3rem !important
	}

	.text-xxl-start {
		text-align: left !important
	}

	.text-xxl-end {
		text-align: right !important
	}

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

@media(min-width:1200px) {
	.fs-1 {
		font-size: 2.5rem !important
	}

	.fs-2 {
		font-size: 2rem !important
	}

	.fs-3 {
		font-size: 1.75rem !important
	}

	.fs-4 {
		font-size: 1.5rem !important
	}
}

@media print {
	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-grid {
		display: grid !important
	}

	.d-print-inline-grid {
		display: inline-grid !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: flex !important
	}

	.d-print-inline-flex {
		display: inline-flex !important
	}

	.d-print-none {
		display: none !important
	}
}

:root {
	/* --theme-deafult: #ff4c3b; */
	--theme-gradient1: #01effc;
	--theme-gradient2: #485ff2
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth
}

body {
	font-family: Roboto, sans-serif;
	position: relative;
	background: #fff;
	font-size: 14px
}

h1,
.h1 {
	font-size: 38px;
	color: #222;
	font-weight: 400
}

h1 span,
.h1 span {
	font-weight: 400;
	color: var(--theme-deafult)
}

h2,
.h2 {
	font-size: 38px;
	color: #222;
	font-weight: 400;
	line-height: 1.07;
	letter-spacing: .005em
}

h3,
.h3 {
	font-size: 20px;
	font-weight: 400;
	color: #222;
	letter-spacing: .03em
}

h4,
.h4 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 400;
	letter-spacing: .03em;
	line-height: 1
}

h5,
.h5 {
	font-size: 18px;
	font-weight: 400;
	color: #222;
	line-height: 24px;
	letter-spacing: .05em
}

h6,
.h6 {
	font-size: 16px;
	font-weight: 400;
	color: #222;
	line-height: 24px
}

ul {
	padding-left: 0;
	margin-bottom: 0
}

li {
	display: inline-block
}

p {
	font-size: 16px;
	color: #777;
	line-height: 1
}

button:focus {
	outline: none
}

section,
.section-t-space {
	padding-top: 50px
}

:focus {
	outline: unset
}

.form-control {
	height: 45px
}

[data-notify=progressbar] {
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px
}

.progress-bar {
	background-color: #19a340
}

.progress-bar-info {
	background-color: #00829a
}

.section-b-space {
	padding-bottom: 70px
}

.p-t-0 {
	padding-top: 0
}

hr.style1 {
	width: 75px;
	height: 3px;
	margin-top: 13px;
	background-color: var(--theme-deafult);
	text-align: center
}

.no-arrow .owl-next,
.no-arrow .owl-prev {
	display: none !important
}

.form-control {
	border-radius: 0
}

.small-section {
	padding-top: 35px;
	padding-bottom: 35px
}

.banner-padding {
	padding-top: 30px
}

.border-section {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}

.border-b {
	border-bottom: 1px solid #38352f
}

.border-bottom-grey {
	border-bottom: 1px solid #efefef
}

.border-top-grey {
	border-top: 1px solid #efefef
}

.darken-layout {
	background-color: #393230
}

.dark-layout {
	background-color: #222
}

.light-layout {
	background-color: #f9f9f9
}

.white-layout {
	background-color: #fff
}

.bg-light0 {
	background-color: #d0edff
}

.bg-light1 {
	background-color: pink
}

.bg-light2 {
	background-color: #63b4f2
}

.white {
	background-color: #fff;
	border: 1px solid #aaa
}

.pink {
	background-color: pink
}

.red {
	background-color: #ff647f
}

.green {
	background-color: #6fb866
}

.yellow {
	background-color: #f2f896
}

.skyblue {
	background-color: #7ee7ec
}

.blue {
	background-color: #63b4f2
}

.orange {
	background-color: #ffb17a
}

.purple {
	background-color: #eeb1d7
}

.violet {
	background-color: #a06da0
}

.brown {
	background-color: #a57372
}

.lightgreen {
	background-color: #90ee90
}

.olive {
	background-color: olive
}

.navy {
	background-color: #505c80
}

.black {
	background-color: #000
}

.gray,
.grey {
	background-color: #777
}

.bg-blog {
	background-color: #eee
}

del {
	font-size: 14px;
	color: #aaa;
	font-weight: 500
}

.br-default .br-unit {
	font-size: 18px !important;
	width: unset !important;
	height: unset !important
}

.br-default .br-selected:after {
	color: #ffa200 !important
}

.sticky.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	transition: all .3s ease;
	background: #fff;
	box-shadow: 0 0 8px #ddd
}

.sticky.fixed .top-header,
.sticky.header2.fixed .top-header {
	display: none
}

.sticky.header2.fixed .main-menu .brand-logo {
	padding-top: 26px;
	padding-bottom: 26px
}

.sticky.header2.fixed .main-menu .menu-left .navbar {
	padding: 28px 45px 28px 0
}

.sticky.header2.fixed .main-menu .menu-right .icon-nav li.onhover-div {
	padding-top: 30px;
	padding-bottom: 30px
}

.sticky.header2.fixed .main-nav-center .sm>li>a {
	padding-top: 16px;
	padding-bottom: 16px
}

.sticky.header2.fixed .main-nav-center .sm>li .lable-nav {
	top: 1px
}

.bg-grey {
	background-color: #f7f7f7
}

button {
	cursor: pointer
}

.btn {
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 6px;
	transition: .3s ease-in-out
}

.btn:hover {
	transition: .3s ease-in-out
}

.btn:focus {
	box-shadow: none
}

.btn-solid {
	color: #fff;
	background-color: var(--theme-deafult)
}

.btn-solid:hover {
	color: #fff
}

.btn-solid.black-btn {
	background-image: linear-gradient(30deg, #222222 50%, transparent 50%);
	border: 2px solid #222
}

.btn-solid:focus {
	color: #fff
}

.btn-solid.btn-gradient {
	background: var(--theme-deafult);
	background: linear-gradient(180deg, var(--theme-gradient1) 0%, var(--theme-gradient2) 99%);
	transition: background .3s ease-in-out;
	background-size: 300% 100%;
	border: none
}

.btn-solid.btn-gradient:hover {
	background: linear-gradient(-180deg, var(--theme-gradient2) 0%, var(--theme-gradient1) 99%);
	transition: background .3s ease-in-out;
	color: #fff
}

.btn-solid.btn-green {
	background-image: linear-gradient(to right, var(--theme-gradient1), var(--theme-gradient2));
	border: none;
	background-color: var(--theme-deafult)
}

.btn-solid.btn-green:hover {
	background-color: var(--theme-deafult);
	background-image: none;
	color: #fff
}

.btn-solid.btn-sm,
.btn-group-sm>.btn-solid.btn {
	padding: 9px 16px
}

.btn-solid.btn-xs {
	padding: 5px 8px;
	text-transform: capitalize
}

.btn-outline {
	display: inline-block;
	padding: 13px 29px;
	letter-spacing: .05em;
	border: 2px solid var(--theme-deafult);
	position: relative;
	color: #000
}

.btn-outline:before {
	transition: .5s all ease;
	position: absolute;
	inset: 0 50%;
	opacity: 0;
	content: "";
	background-color: var(--theme-deafult);
	z-index: -2
}

.btn-outline:hover,
.btn-outline:focus {
	color: #fff !important;
	background-color: var(--theme-deafult)
}

.btn-outline:hover i,
.btn-outline:focus i {
	color: #fff !important
}

.btn-outline:hover:before,
.btn-outline:focus:before {
	transition: .5s all ease;
	left: 0;
	right: 0;
	opacity: 1
}

.btn-outline.btn-sm,
.btn-group-sm>.btn-outline.btn {
	padding: 9px 16px;
	font-size: 12px
}

button.btn.btn-solid:active,
button.btn.btn-outline:active {
	background-image: linear-gradient(30deg, var(--theme-deafult) 50%, transparent 50%);
	color: #fff;
	background: var(--theme-deafult)
}

.btn-classic:hover {
	background-color: var(--theme-deafult)
}

.btn-theme {
	background-color: var(--theme-deafult);
	color: #fff
}

.btn-theme:hover {
	color: #fff
}

.logo-block a:focus {
	outline: none
}

.logo-block img {
	filter: grayscale(100%);
	opacity: .5;
	transition: .5s ease;
	margin: 0 auto
}

.logo-block img:focus {
	outline: none
}

.logo-block img:hover {
	filter: grayscale(0);
	opacity: 1;
	transition: .5s ease
}

/* header {
	background-color: #fff
} */


header {
    position: sticky;
    top: 0;
    z-index: 1000; 
    background-color: white; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}


.left-header .top-header .header-dropdown>li {
	padding: 15px 25px !important
}

.left-header .top-header .header-dropdown>li:first-child {
	padding-right: 0 !important
}

.onhover-dropdown {
	position: relative;
	font-size: 14px
}

.onhover-dropdown:before {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 3px
}

.onhover-dropdown .onhover-show-div {
	top: 50px;
	position: absolute;
	z-index: 10;
	background-color: #fff;
	transition: all linear .3s;
	min-width: 160px;
	text-align: left;
	box-shadow: 0 0 1px #ebebeb;
	transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
	right: 0;
	padding: 15px 20px;
	border-radius: 0 !important
}

.onhover-dropdown .onhover-show-div.product-page-full {
	z-index: 99999
}

.onhover-dropdown:hover .onhover-show-div {
	opacity: 1;
	transform: translateY(0);
	visibility: visible
}

.onhover-div {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	font-family: Roboto, sans-serif
}

.onhover-div img,
.onhover-div i {
	cursor: pointer
}

.onhover-div .show-div {
	top: 103px;
	position: absolute;
	z-index: 9;
	background-color: #fff;
	transition: all linear .3s;
	min-width: 236px;
	text-align: left;
	box-shadow: 0 0 1px #ebebeb;
	transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
	right: 0;
	padding: 0;
	border-radius: 0 !important
}

.onhover-div:hover .show-div {
	opacity: 1;
	transform: translateY(0);
	visibility: visible
}

.search-overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	background-color: #fff
}

.search-overlay>div {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.search-overlay>div .overlay-content {
	width: 100%
}

.search-overlay>div .overlay-content .form-control:focus {
	box-shadow: none
}

.search-overlay>div .overlay-content input {
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #777;
	border-radius: 0;
	padding: 20px 0
}

.search-overlay>div .overlay-content input::-webkit-input-placeholder {
	color: #777;
	font-size: 18px
}

.search-overlay>div .overlay-content input::-moz-placeholder {
	color: #777;
	font-size: 18px
}

.search-overlay>div .overlay-content input:-ms-input-placeholder {
	color: #777;
	font-size: 18px
}

.search-overlay>div .overlay-content input:-moz-placeholder {
	color: #777;
	font-size: 18px
}

.search-overlay>div .overlay-content button {
	position: absolute;
	top: 10px;
	background-color: transparent;
	border: 0;
	font-size: 24px;
	color: #777;
	right: 10px
}

.search-overlay>div .closebtn {
	position: fixed;
	top: 10px;
	right: 25px;
	color: #777;
	font-size: 40px;
	cursor: pointer
}

.top-header {
	background-color: #f5f5f5
}

.top-header .header-contact {
	padding: 15px 0
}

.top-header .header-contact li {
	color: #999;
	font-size: 14px;
	padding-right: 25px
}

.top-header .header-contact li i {
	color: var(--theme-deafult);
	padding-right: 10px
}

.top-header .header-dropdown li {
	cursor: pointer;
	color: #999;
	padding: 15px 25px
}

.top-header .header-dropdown li:first-child {
	padding-right: 0
}

.top-header .header-dropdown li:last-child {
	padding-left: 0
}

.top-header .header-dropdown li a {
	text-transform: capitalize;
	color: #999
}

.top-header .header-dropdown li i {
	padding-right: 5px;
	transition: all .5s ease
}

.top-header .header-dropdown li ul li {
	padding-top: 0;
	padding-bottom: 0
}

.top-header .header-dropdown li a i {
	color: #999;
	transition: all .5s ease
}

.top-header .header-dropdown li a:hover i,
.top-header .header-dropdown li:hover i,
.top-header .header-dropdown li:hover a {
	color: var(--theme-deafult);
	transition: all .5s ease
}

.top-header .header-dropdown .onhover-dropdown .onhover-show-div li {
	padding-left: 0;
	display: flex;
	font-size: 15px;
	padding-bottom: 5px
}

.top-header .header-dropdown .onhover-dropdown .onhover-show-div li:last-child {
	padding-bottom: 0
}

.top-header .header-dropdown .onhover-dropdown .onhover-show-div li a {
	color: #333
}

.top-header .header-dropdown .onhover-dropdown .onhover-show-div li:hover a {
	color: var(--theme-deafult)
}

.top-header.top-header-dark {
	background-color: #222
}

.top-header.top-header-dark .header-contact li,
.top-header.top-header-dark .header-contact li i,
.top-header.top-header-dark .header-dropdown li,
.top-header.top-header-dark .header-dropdown li a,
.top-header.top-header-dark .header-dropdown li a i {
	color: #777
}

.top-header.top-header-dark .header-dropdown li a:hover i {
	color: var(--theme-deafult)
}

.top-header .layout3-menu .main-menu .menu-left .navbar i {
	font-size: 22px
}

.top-header.top-header-dark2 {
	background-color: #2d2a25
}

.top-header.top-header-dark2 .header-contact li,
.top-header.top-header-dark2 .header-contact li i,
.top-header.top-header-dark2 .header-dropdown li,
.top-header.top-header-dark2 .header-dropdown li a,
.top-header.top-header-dark2 .header-dropdown li a i {
	color: #7f786d
}

.top-header.top-header-dark2 .header-dropdown li a:hover i {
	color: var(--theme-deafult)
}

.top-header.top-header-dark3 {
	background-color: #393230
}

.top-header.top-header-dark3 .header-contact li,
.top-header.top-header-dark3 .header-contact li i,
.top-header.top-header-dark3 .header-dropdown li,
.top-header.top-header-dark3 .header-dropdown li a,
.top-header.top-header-dark3 .header-dropdown li a i {
	color: #948e8c
}

.top-header.top-header-dark3 .header-dropdown li a:hover i {
	color: var(--theme-deafult)
}

.absolute-logo {
	position: absolute;
	left: 50%;
	transform: translate(-50%)
}

.main-menu {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 9
}

.main-menu.product-full-page {
	z-index: 9999
}

.main-menu .brand-logo {
	display: inline-block
}

.main-menu .menu-left {
	display: flex;
	align-items: center
}

.main-menu .menu-left .navbar {
	display: inline-block;
	padding: 40px 45px 40px 0
}

.main-menu .menu-left .navbar i {
	font-size: 24px;
	color: #222;
	cursor: pointer
}

.main-menu .menu-left .navbar.white-navbar i {
	color: #fff
}

.main-menu .menu-left.around-border .navbar>a {
	border: 2px solid var(--theme-deafult);
	padding: 11px 10px 6px
}

.main-menu .menu-left.category-nav-right .navbar {
	padding-right: 0;
	padding-left: 45px
}

.main-menu .menu-left.category-nav-right .navbar>a {
	border: 2px solid #f5f2f2;
	padding: 11px 10px 6px
}

.main-menu .menu-left.category-nav-right .navbar i {
	color: #938d8c
}

.main-menu .menu-right {
	display: flex;
	float: right
}

.main-menu .menu-right .icon-nav {
	display: inline-block
}

.main-menu .menu-right .icon-nav li {
	padding-left: 20px
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart {
	padding: 15px;
	min-width: 270px;
	left: unset;
	right: 0;
	max-height: 315px;
	overflow: auto
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart::-webkit-scrollbar {
	width: 3px
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart::-webkit-scrollbar-track {
	background: #f1f1f1
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart::-webkit-scrollbar-thumb {
	background: var(--theme-deafult)
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart::-webkit-scrollbar-thumb:hover {
	background: #555
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart h5,
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart .h5 {
	margin-bottom: 0
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li {
	position: relative;
	padding-bottom: 10px;
	width: 100%
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li:last-child {
	padding-bottom: 0
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media img {
	height: 90px
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body {
	align-self: center
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body h4,
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body .h4 {
	color: #333
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body h4 span,
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body .h4 span {
	color: #777;
	font-size: 16px
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .close-circle {
	position: absolute;
	top: 0;
	right: 0
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .close-circle i {
	color: #a1a1a1;
	transition: all .3s ease
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .close-circle i:hover {
	color: #000;
	transition: all .3s ease
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .total {
	border-top: 1px solid #f1f5f4;
	border-bottom: 1px solid #f1f5f4;
	padding-top: 10px;
	padding-bottom: 10px
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .total h5,
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .total .h5 {
	text-transform: capitalize;
	margin-bottom: 0;
	color: #999
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .total h5 span,
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .total .h5 span {
	float: right
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons a {
	font-size: 16px;
	color: #333;
	text-transform: capitalize;
	font-weight: 400
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons a:hover {
	color: var(--theme-deafult)
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons .checkout {
	float: right
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting {
	padding: 15px 20px 20px;
	min-width: 175px;
	right: 0;
	left: unset
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting h6,
.main-menu .menu-right .icon-nav .onhover-div .show-div.setting .h6 {
	font-size: 16px;
	text-transform: capitalize;
	color: #333;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 5px
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting h6:first-child,
.main-menu .menu-right .icon-nav .onhover-div .show-div.setting .h6:first-child {
	margin-top: 0
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting ul li {
	display: flex;
	padding-bottom: 0;
	padding-left: 17px;
	padding-top: 5px
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting ul li a {
	color: #333;
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize
}

.main-menu .menu-right .icon-nav .onhover-div .show-div li {
	padding: 0
}

.main-menu .menu-right .icon-nav .onhover-div .show-div li .form-control {
	border-radius: 0
}

.main-menu .menu-right .icon-nav .onhover-div .show-div li .form-control:focus {
	border: 1px solid #ced4da;
	box-shadow: none
}

.main-menu .menu-right .icon-nav .onhover-div .show-div li .search-btn {
	padding: 8px 12px;
	background-color: var(--theme-deafult);
	color: #fff
}

.main-menu .menu-right .icon-nav.white-icon .onhover-div img {
	filter: brightness(5)
}

.main-menu .menu-right .icon-nav.white-icon .onhover-div .show-div img {
	filter: none
}

.nav-cat li {
	position: relative;
	display: flex;
	padding-left: 25px;
	padding-right: 25px
}

.nav-cat li .round-cat {
	height: 50px;
	width: 50px;
	border: 1px solid #ddd;
	padding: 12px;
	border-radius: 100%;
	margin-right: 10px
}

.nav-cat li a {
	color: #222;
	font-size: 16px;
	text-transform: uppercase
}

.modal-open,
#sizemodal,
.theme-modal {
	padding-right: 0 !important
}

.theme-modal .modal-dialog .modal-content .modal-body {
	padding: 15px;
	background-size: 36.77px 36.77px
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
	background-color: #fff;
	padding: 45px
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
	padding-right: 10px;
	padding-top: 5px;
	position: absolute;
	right: 17px;
	top: 0
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close span {
	color: #000
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h2,
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content .h2 {
	border-bottom: 1px dashed #777;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-weight: 400
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h4,
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content .h4 {
	margin-bottom: 30px;
	text-align: center;
	color: #272727;
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form {
	margin: 0 auto;
	text-align: center
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form>div {
	display: flex;
	margin-bottom: 10px
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .form-control {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 12px;
	height: 50px;
	border-radius: 0;
	width: 100%;
	letter-spacing: .05em
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content img {
	margin-bottom: 40px
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2,
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content .h2 {
	margin-bottom: 30px;
	text-align: center
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group {
	margin: 0 auto;
	text-align: center
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .form-control {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 12px;
	max-width: 640px;
	left: 0;
	right: 0;
	margin: 0 auto;
	letter-spacing: .05em
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .btn-solid,
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .btn-outline {
	margin-top: 10px;
	text-align: center
}

.theme-modal .modal-dialog .quick-view-modal button.close {
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 5px
}

.theme-modal .modal-dialog .quick-view-modal .view-detail {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg {
	padding: 25px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media a img {
	max-width: 150px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body {
	padding: 0 15px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6,
.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a .h6 {
	font-size: 16px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 i,
.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a .h6 i {
	margin-right: 8px;
	color: #fff;
	background: #19a340;
	font-size: 14px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 50%
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
	display: inline-block;
	font-size: 16px;
	padding: 6px 10px;
	margin: 0 6px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box {
	padding-left: 10px;
	padding-right: 10px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail {
	text-align: center
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6,
.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail .h6 {
	font-weight: 400;
	text-transform: capitalize
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6 a,
.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail .h6 a {
	color: var(--theme-deafult)
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .upsell_payment {
	padding-top: 15px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .product-upsell {
	margin: 20px 0 10px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .product-upsell h4,
.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .product-upsell .h4 {
	font-weight: 400
}

.theme-modal.exit-modal .media .media-body h4,
.theme-modal.exit-modal .media .media-body .h4 {
	font-size: 20px;
	line-height: 1.2;
	color: var(--theme-deafult);
	font-weight: 400
}

.theme-modal.exit-modal .media .media-body h5,
.theme-modal.exit-modal .media .media-body .h5 {
	font-size: 18px;
	color: #777;
	margin-bottom: 0
}

footer {
	position: relative
}

footer .footer-lable {
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: var(--theme-deafult);
	top: -10px;
	display: flex;
	align-items: center;
	justify-content: center
}

footer .footer-lable:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 10px solid var(--theme-deafult);
	border-right: 10px solid transparent;
	top: 0;
	right: -10px
}

footer .footer-lable i {
	color: #fff;
	font-size: 25px
}

footer .footer-theme .footer-mobile-title {
	display: none
}

footer .darken-layout p {
	color: #938d8c
}

footer .darken-layout .sub-title .footer-title.active .according-menu {
	font: 14px/1 FontAwesome
}

footer .darken-layout .sub-title .footer-title.active .according-menu.before {
	content: "\f068"
}

footer .darken-layout .sub-title h4,
footer .darken-layout .sub-title .h4 {
	color: #fff
}

footer .darken-layout .sub-title li a {
	color: #938d8c
}

footer .darken-layout .sub-title .contact-list i {
	color: #938d8c
}

footer .darken-layout .sub-title .contact-list li {
	color: #938d8c
}

footer .darken-layout .footer-social i {
	color: #938d8c
}

footer p {
	font-size: 14px;
	line-height: 32px;
	letter-spacing: .03em;
	margin-bottom: 0
}

.footer-light .subscribe {
	display: flex;
	height: 100%;
	align-items: center;
	border-right: 1px solid #ddd;
	text-align: left
}

.footer-light .subscribe p {
	line-height: 1
}

.footer-light .subscribe h4,
.footer-light .subscribe .h4 {
	margin-bottom: 10px
}

.footer-light .subscribe-form {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: flex-end
}

.footer-theme2 {
	text-align: center
}

.footer-theme2 .footer-mobile-title {
	display: none !important
}

.footer-theme2 .contact-details li a {
	color: #7f786d
}

.footer-theme2 .contact-details li a:hover {
	color: var(--theme-deafult);
	transition: all .5s ease
}

.footer-theme2.footer-border {
	border: 20px solid #f1f5f4
}

.footer-theme2 .footer-logo {
	margin-bottom: 18px
}

.footer-theme2 p {
	line-height: 32px;
	letter-spacing: .03em;
	margin-bottom: 0;
	color: #7f786d
}

.footer-theme2 h4,
.footer-theme2 .h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0;
	padding-bottom: 25px
}

.footer-theme2 .contact-details li {
	display: block;
	color: #7f786d;
	padding: 0 50px;
	line-height: 2.2
}

.footer-theme2 .contact-details li:last-child {
	margin-bottom: -8px
}

.footer-theme2 .subscribe-block {
	border-left: 1px solid #38352f;
	border-right: 1px solid #38352f;
	padding: 10px 110px
}

.footer-theme2 .subscribe-block h2,
.footer-theme2 .subscribe-block .h2 {
	color: #fff;
	margin-bottom: 30px
}

.footer-theme2 .subscribe-block .btn-solid {
	margin-top: 10px
}

.footer-theme2 .subscribe-block .form-group {
	margin-bottom: 0
}

.footer-theme2 .subscribe-block .form-control {
	text-align: center;
	letter-spacing: 5px;
	font-size: 12px;
	padding: 15px 0;
	border-radius: 0
}

.footer-theme2 .footer-link.link-white h4,
.footer-theme2 .footer-link.link-white .h4,
.footer-theme2 .footer-link-b.link-white h4,
.footer-theme2 .footer-link-b.link-white .h4 {
	color: #222
}

.footer-theme2 .footer-link.link-white a,
.footer-theme2 .footer-link-b.link-white a {
	color: #777;
	transition: .5s ease
}

.footer-theme2 .footer-link.link-white a:hover,
.footer-theme2 .footer-link-b.link-white a:hover {
	color: #2d2a25;
	transition: .5s ease
}

.footer-theme2 .footer-link h4,
.footer-theme2 .footer-link .h4,
.footer-theme2 .footer-link-b h4,
.footer-theme2 .footer-link-b .h4 {
	padding-bottom: 20px
}

.footer-theme2 .footer-link li,
.footer-theme2 .footer-link-b li {
	padding-right: 15px;
	padding-left: 15px;
	text-transform: capitalize
}

.footer-theme2 .footer-link a,
.footer-theme2 .footer-link-b a {
	color: #7f786d;
	transition: .5s ease
}

.footer-theme2 .footer-link a:hover,
.footer-theme2 .footer-link-b a:hover {
	color: #f5f2f2;
	transition: .5s ease
}

.footer-theme2 .footer-link-b h4,
.footer-theme2 .footer-link-b .h4 {
	margin-top: 50px
}

.footer-theme2.section-light h2,
.footer-theme2.section-light .h2,
.footer-theme2.section-light h4,
.footer-theme2.section-light .h4 {
	color: #222
}

.footer-theme2.section-light .footer-block {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%
}

.footer-theme2.section-light .footer-block h4,
.footer-theme2.section-light .footer-block .h4 {
	padding-bottom: 25px
}

.footer-theme2.section-light .footer-block .contact-details li a {
	color: #7f786d
}

.footer-theme2.section-light .footer-block .contact-details li a:hover {
	color: var(--theme-deafult);
	transition: all .5s ease
}

.footer-theme2.section-light .footer-block .subscribe-white {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 85px 65px;
	border-left: 20px solid #f1f5f4;
	border-right: 20px solid #f1f5f4
}

.footer-theme2.section-light .footer-block .subscribe-white:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--theme-deafult);
	opacity: .4;
	z-index: -1
}

.footer-theme2.section-light .footer-block .subscribe-white .form-group {
	margin-bottom: 0
}

.footer-theme2.section-light .footer-block .subscribe-white .form-control {
	border: none;
	border-radius: 0
}

.footer-theme2.section-light .footer-block .subscribe-white h2,
.footer-theme2.section-light .footer-block .subscribe-white .h2 {
	margin-bottom: 30px;
	margin-top: -5px
}

.footer-theme2.section-light .footer-block .subscribe-white .btn-solid {
	margin-top: 10px
}

.footer-theme2.section-light .footer-block .subscribe-white .form-control {
	text-align: center;
	letter-spacing: 5px;
	font-size: 12px;
	padding: 15px 0
}

.subscribe {
	text-align: center
}

.subscribe h4,
.subscribe .h4 {
	color: #222;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	margin-bottom: 15px;
	margin-top: -5px
}

.subscribe h4 i,
.subscribe .h4 i {
	color: var(--theme-deafult);
	padding-right: 5px;
	font-size: 23px
}

.subscribe-form {
	display: inline-flex
}

.subscribe-form .form-group {
	margin-bottom: 0
}

.subscribe-form .form-control {
	padding: 13px;
	width: 345px;
	border-radius: 0;
	border: 1px solid #eee
}

.subscribe-form .form-control.name-cls {
	width: 265px
}

.subscribe-form.classic-form .form-control {
	border-radius: 0;
	border: none;
	background-color: #f5f2f2;
	margin-left: 15px
}

.subscribe-form.classic-form .btn-solid {
	margin-bottom: 0 !important
}

.footer-social,
.social-white {
	margin-top: 40px;
	display: flex;
	align-items: center
}

.footer-social li,
.social-white li {
	display: inline-block;
	padding-right: 45px
}

.footer-social i,
.social-white i {
	font-size: 20px;
	color: #000;
	transition: .5s ease
}

.footer-social i:hover,
.social-white i:hover {
	color: var(--theme-deafult) !important;
	transition: .5s ease
}

.social-white li {
	padding-left: 22px;
	padding-right: 22px
}

.footer-theme .footer-logo {
	margin-bottom: 18px
}

.footer-theme .sub-title h4,
.footer-theme .sub-title .h4 {
	color: #222;
	text-transform: uppercase;
	font-weight: 400
}

.footer-theme .sub-title li {
	position: relative;
	display: inherit;
	padding-top: 13px;
	text-transform: capitalize;
	font-size: 14px;
	color: #777
}

.footer-theme .sub-title li a {
	position: relative;
	color: #777
}

.footer-theme .sub-title li a:before {
	position: absolute;
	top: 20px;
	content: "";
	height: 2px;
	width: 0;
	background-color: var(--theme-deafult);
	transition: .5s ease
}

.footer-theme .sub-title li:hover a:before {
	width: 100%;
	height: 2px;
	transition: .5s ease
}

.footer-theme .sub-title .contact-list i {
	position: absolute;
	left: 0;
	top: 21px
}

.footer-theme .sub-title .contact-list li {
	position: relative;
	padding-left: 25px;
	line-height: 28px
}

.footer-theme .sub-title .contact-list li a:hover {
	color: var(--theme-deafult);
	transition: all .5s ease
}

.footer-theme .sub-title .contact-list li:hover {
	color: #999;
	transition: all .3s ease
}

.footer-theme .sub-title .contact-list li:hover a:before {
	display: none
}

.footer-theme .sub-title .contact-list li:last-child {
	margin-bottom: -5px
}

.sub-footer {
	background-color: #fff
}

.sub-footer.dark-subfooter {
	background-color: #2e2726
}

.sub-footer.dark-subfooter p {
	color: #938d8c
}

.sub-footer.darker-subfooter {
	background-color: #25221e
}

.sub-footer.darker-subfooter p {
	color: #7f786d
}

.sub-footer.black-subfooter {
	background-color: #222
}

.sub-footer.black-subfooter p {
	color: #777
}

.sub-footer p {
	color: #777;
	margin-bottom: 0;
	padding: 10px 0
}

.sub-footer .payment-card-bottom {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.sub-footer .payment-card-bottom li {
	padding-left: 7px;
	padding-right: 7px;
	display: inline-block
}

.tap-top {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 8;
	display: none;
	color: #fff;
	text-align: center;
	background: linear-gradient(0deg, rgb(255, 76, 59) 0%, rgb(187, 71, 62) 100%);
	border: none;
	font-size: 22px;
	padding: 7px;
	cursor: pointer
}

.tap-top.top-cls {
	bottom: 50px
}

.color1 {
	background: #ff4c3b
}

.color2 {
	background: #3fdda7
}

.color3 {
	background: #f0b54d
}

.color4 {
	background: #e4604a
}

.color5 {
	background: #d4b196
}

.color6 {
	background: #866e6c
}

.color7 {
	background: #cc2121
}

.color8 {
	background: #dc457e
}

.color9 {
	background: #6d7e87
}

.color10 {
	background: #fa869b
}

.color11 {
	background: #81ba00
}

.color12 {
	background: #fe816d
}

.color-picker {
	position: fixed;
	right: -190px;
	top: 35%;
	width: 190px;
	z-index: 1;
	transition: all .3s ease
}

.color-picker .settings-header {
	background: #f3f3f3;
	padding: 5px 15px;
	box-shadow: 0 -10px 20px -5px #dcdcdc9e
}

.color-picker .settings-header h3,
.color-picker .settings-header .h3 {
	color: #000;
	margin: 0;
	font-size: 20px;
	padding: 4px 9px
}

.color-picker .section {
	background: #fff;
	padding: 10px;
	border: 1px solid #f3f3f3;
	overflow: auto
}

.color-picker .section i {
	font-size: 16px;
	margin-right: 10px
}

.color-picker a.handle {
	position: absolute;
	right: 190px;
	width: 42px;
	height: 41px;
	color: #000;
	transition: all ease-in .3s;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	z-index: -1;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	text-decoration: none;
	background: #fff;
	top: -80px;
	border: 1px solid #fff;
	box-shadow: 0 0 4px #0404041a
}

.color-picker a.handle i {
	margin-left: 5px
}

.color-picker a.handle:hover {
	color: var(--theme-deafult)
}

.color-picker .colors a {
	width: 32px;
	height: 32px;
	margin: 5px;
	float: left;
	transition: all ease-in .3s
}

.color-picker .skin a {
	display: block;
	width: 70px;
	height: 30px;
	margin-left: 0;
	margin-top: 0;
	margin-right: 5px;
	float: left;
	text-align: center;
	line-height: 30px;
	border: 2px transparent solid
}

.color-picker .skin a.actt {
	border: 2px #fff solid
}

.handle i {
	animation: ring-rotate 3s infinite linear
}

.handle:hover {
	background-color: #fff
}

.breadcrumb-section {
	background-color: #fff5f5 !important;
	padding: 12px 0
}

.breadcrumb-section .page-title {
	display: flex;
	height: 100%;
	align-items: center
}

.breadcrumb-section .page-title h2,
.breadcrumb-section .page-title .h2 {
	font-size: 16px;
	margin-bottom: 0
}

.breadcrumb-section .breadcrumb {
	background-color: transparent;
	justify-content: flex-start;
	font-size: 16px;
	color: #555;
	font-weight: 400;
	margin: 0;
	padding-right: 0
}

.breadcrumb-section .breadcrumb a {
	color: #555;
	font-weight: 400
}

.about-head {
	margin-bottom: 20px;
	align-items: center;
	display: flex;
	height: 100%
}

.about-head h2,
.about-head .h2 {
	color: var(--theme-deafult);
	margin-bottom: 0
}

.about-page p {
	margin-bottom: 0
}

.about-page .banner-section {
	border-radius: 5px;
	overflow: hidden
}

.about-page h4,
.about-page .h4 {
	margin-bottom: 10px;
	margin-top: 30px;
	text-transform: capitalize;
	font-weight: 400;
	line-height: 1.3
}

.about-page p {
	line-height: 2;
	letter-spacing: .03em
}

.collection-filter-block {
	margin-bottom: 30px;
	padding: 0 30px;
	border: 1px solid #ddd;
	background-color: #fff
}

.collection-filter-block .product-service {
	padding: 30px 0
}

.collection-filter-block .product-service .media {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd
}

.collection-filter-block .product-service .media svg {
	height: 40px;
	width: 40px
}

.collection-filter-block .product-service .media svg path {
	fill: var(--theme-deafult)
}

.collection-filter-block .product-service .media .media-body {
	padding-left: 10px
}

.collection-filter-block .product-service .media .media-body h4,
.collection-filter-block .product-service .media .media-body .h4 {
	margin-bottom: 5px
}

.collection-filter-block .product-service .media .media-body p {
	margin-bottom: 0;
	text-transform: capitalize
}

.collection-filter-block .product-service .media:last-child {
	padding-bottom: 0
}

.collection-collapse-block {
	padding-bottom: 24px
}

.collection-collapse-block .collapse-block-title {
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 16px;
	color: #444;
	font-weight: 400;
	margin: 30px 0 0
}

.collection-collapse-block .collapse-block-title:after {
	position: absolute;
	display: block;
	top: 0;
	right: -3px;
	content: "\f0d7";
	font-family: FontAwesome;
	color: #444
}

.collection-collapse-block.open .collection-collapse-block-content {
	max-height: 5000px;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, .5, 1)
}

.collection-collapse-block .collection-collapse-block-content {
	max-height: 0;
	overflow: hidden;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, .5, 1)
}

.collection-collapse-block .collection-collapse-block-content .color-selector {
	margin-top: 30px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter {
	overflow-y: hidden;
	overflow-x: hidden;
	margin-top: 30px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter.color-filter .collection-filter-checkbox label {
	padding-left: 25px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li {
	display: flex;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 18px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li a {
	color: #777;
	padding-bottom: 10px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:last-child a {
	padding-bottom: 0
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
	margin-bottom: 12px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:last-child {
	margin-bottom: 0
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox span {
	width: 14px;
	height: 14px;
	position: absolute;
	border-radius: 50%;
	border: 1px solid #eee;
	top: 2px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
	text-transform: uppercase;
	cursor: pointer;
	font-size: 12px;
	color: #777;
	font-weight: 400;
	letter-spacing: .5px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:before {
	top: 1px;
	height: 15px;
	width: 15px;
	background: #fff;
	border: 1px solid #777;
	box-shadow: none
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:after {
	top: 1px;
	height: 15px;
	width: 15px;
	background-size: 65%
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox .custom-control-input:checked~.custom-control-label:after {
	background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMwMDAnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+)
}

.color-selector ul li {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	margin-right: 5px;
	margin-bottom: 10px;
	cursor: pointer;
	border: 1px solid #444
}

.color-selector ul .color-1 {
	background-color: #fff
}

.color-selector ul .color-2 {
	background-color: gray
}

.color-selector ul .color-3 {
	background-color: red
}

.color-selector ul .color-4 {
	background-color: purple
}

.color-selector ul .color-5 {
	background-color: #00f
}

.color-selector ul .color-6 {
	background-color: #ff0
}

.color-selector ul .color-7 {
	background-color: green
}

.color-selector ul li.active {
	border: 1px solid #000;
	position: relative
}

.color-selector ul li.active:after {
	content: "";
	background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMwMDAnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+);
	top: 10px;
	right: 4px;
	height: 15px;
	width: 15px;
	background-size: 70%;
	background-repeat: no-repeat;
	position: absolute
}

.collection-sidebar-banner {
	margin-top: 30px
}

.collection-sidebar-banner img {
	width: 100%
}

.top-banner-wrapper .top-banner-content h4,
.top-banner-wrapper .top-banner-content .h4 {
	font-weight: 400;
	color: #444;
	margin-bottom: 15px
}

.top-banner-wrapper .top-banner-content h5,
.top-banner-wrapper .top-banner-content .h5 {
	font-size: 16px;
	font-weight: 400;
	color: #444;
	letter-spacing: 1px;
	line-height: 1.2;
	margin-bottom: 10px
}

.top-banner-wrapper .top-banner-content p {
	line-height: 1.5;
	color: #777;
	margin-bottom: 0
}

.product-wrapper-grid.list-view .product-wrap .product-info {
	text-align: left;
	align-self: center;
	padding-left: 15px
}

.product-wrapper-grid.list-view .product-box,
.product-wrapper-grid.list-view .product-box .ng-star-inserted {
	display: flex;
	padding-bottom: 0
}

.product-wrapper-grid.list-view .product-box>div {
	display: flex;
	padding-bottom: 0
}

.product-wrapper-grid.list-view .product-box .img-wrapper,
.product-wrapper-grid.list-view .product-box .img-block {
	width: 25%
}

.product-wrapper-grid.list-view .product-box .product-detail {
	padding-left: 15px !important;
	align-self: center;
	text-align: left !important;
	width: 75%
}

.product-wrapper-grid.list-view .product-box .product-detail .rating {
	margin-top: 0
}

.product-wrapper-grid.list-view .product-box .product-detail p {
	display: block !important;
	margin-bottom: 10px;
	line-height: 18px
}

.product-wrapper-grid.list-view .product-box .product-detail h4 del,
.product-wrapper-grid.list-view .product-box .product-detail .h4 del {
	margin-top: 5px
}

.product-wrapper-grid.list-view .product-box .product-detail .color-variant {
	padding-top: 10px
}

.product-wrapper-grid.list-view .product-box .product-detail h6,
.product-wrapper-grid.list-view .product-box .product-detail .h6 {
	font-weight: 400
}

.product-wrapper-grid.list-view .product-box .product-detail p {
	display: none
}

.collection-product-wrapper .product-top-filter {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd
}

.collection-product-wrapper .product-top-filter .product-filter-content,
.collection-product-wrapper .product-top-filter .popup-filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.collection-product-wrapper .product-top-filter .product-filter-content .search-count,
.collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup,
.collection-product-wrapper .product-top-filter .popup-filter .search-count,
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
	border-right: 1px solid #ddd;
	padding: 20px;
	text-transform: capitalize;
	width: 35%
}

.collection-product-wrapper .product-top-filter .product-filter-content .search-count h5,
.collection-product-wrapper .product-top-filter .product-filter-content .search-count .h5,
.collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup h5,
.collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup .h5,
.collection-product-wrapper .product-top-filter .popup-filter .search-count h5,
.collection-product-wrapper .product-top-filter .popup-filter .search-count .h5,
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup h5,
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .h5 {
	margin-bottom: 0
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-view,
.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
	padding: 20px;
	width: 10%
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li,
.collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li {
	height: 100%;
	vertical-align: middle;
	cursor: pointer
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child,
.collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
	margin-right: 14px
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
	padding: 20px;
	width: 20%;
	border-right: 1px solid #ddd
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul {
	display: flex;
	justify-content: flex-end
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li {
	margin-left: 10px
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li img,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li img {
	height: 18px;
	cursor: pointer
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
	position: relative;
	width: 20%
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
	border: 0;
	padding: 20px 0;
	border-right: 1px solid #ddd;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	background: url(assets/images/dropdown.html) no-repeat 90%
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select:focus,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select:focus,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select:focus,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select:focus {
	outline: unset
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select option,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select option,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select option,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select option {
	padding: 20px 0
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
	width: 15%
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
	right: 10px
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
	border-right: none
}

.collection-product-wrapper .product-top-filter .popup-filter {
	justify-content: unset
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar {
	width: 3px
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-track {
	background: #ddd
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb {
	background: #888
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb:hover {
	background: #555
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
	position: relative;
	cursor: pointer;
	width: 20%;
	background: url(assets/images/dropdown.html) no-repeat 95%
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup a {
	font-size: 16px;
	color: #222
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
	background-color: #f8f8f8;
	width: 270px;
	height: 600px;
	overflow-y: scroll
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-filter-block {
	border: none
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .theme-card,
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner {
	padding: 0 30px
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner img {
	width: 100%
}

.collection-product-wrapper .product-top-filter .popup-filter .open-popup {
	display: none;
	position: absolute;
	z-index: 9;
	top: 75px;
	left: 0;
	border: 1px solid #f1f5f4;
	box-shadow: 0 0 5px #ddd;
	min-width: 330px
}

.collection-product-wrapper .product-top-filter .popup-filter .open-popup.open {
	display: block
}

.collection-product-wrapper .product-top-filter .popup-filter .open-popup .collection-filter-block {
	margin-bottom: 0
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
	width: 20%
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
	padding-right: 45px;
	font-size: 16px
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
	right: 35px
}

.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
	padding: 20px
}

.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
	width: 20%
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
	right: 25px !important
}

.collection-product-wrapper .product-wrapper-grid .product-box .product-detail,
.collection-product-wrapper .product-wrapper-grid .product-box .product-info,
.collection-product-wrapper .product-wrapper-grid .product-wrap .product-detail,
.collection-product-wrapper .product-wrapper-grid .product-wrap .product-info {
	padding-left: 0
}

.collection-product-wrapper .product-wrapper-grid .product-box {
	margin-top: 50px
}

.collection-product-wrapper .product-wrapper-grid .product-box .product-detail p {
	display: none
}

.collection-product-wrapper .product-wrapper-grid .product-five {
	flex: 0 0 20%;
	max-width: 20%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h6,
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .h6 {
	font-size: 13px
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h4,
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .h4 {
	font-size: 18px
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .rating i {
	padding-right: 0
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .img-wrapper .lable-block .lable3 {
	padding: 8px 4px;
	font-size: 12px
}

.filter-main-btn {
	display: none;
	margin-bottom: 20px;
	cursor: pointer
}

.filter-main-btn span {
	width: 40%;
	border-radius: 0;
	font-size: 20px
}

.collection-mobile-back {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	display: none
}

.collection-mobile-back span {
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
	cursor: pointer
}

.collection-mobile-back span i {
	font-size: 20px;
	font-weight: 700;
	margin-right: 5px
}

.product-pagination {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin: 50px 0
}

.product-pagination .pagination,
.product-pagination .pagination .page-item {
	border-radius: 0
}

.product-pagination .pagination .page-item a {
	padding: 18px;
	border-bottom: 0;
	border-top: 0;
	color: #777;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

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

.product-pagination .pagination .page-item.active a {
	color: var(--theme-deafult);
	background-color: #fff;
	border-color: #ddd
}

.product-pagination .product-search-count-bottom {
	justify-content: flex-end;
	display: flex;
	align-items: center;
	height: 100%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding-right: 15px
}

.product-pagination .product-search-count-bottom h5,
.product-pagination .product-search-count-bottom .h5 {
	color: #777;
	font-size: 14px;
	margin-bottom: 0;
	padding: 5px 0
}

.bundle {
	margin-top: 10px
}

.bundle .bundle_img {
	display: flex
}

.bundle .bundle_img .img-box img {
	max-width: 115px;
	border: 1px solid #ddd;
	padding: 2px
}

.bundle .bundle_img .plus {
	display: flex;
	align-items: center;
	padding: 0 7px;
	font-size: 22px
}

.bundle .bundle_detail {
	margin-top: 15px
}

.bundle .bundle_detail .price_product {
	color: #000;
	padding-left: 3px;
	font-weight: 400
}

.theme_checkbox label {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	user-select: none;
	text-transform: capitalize;
	color: #333
}

.theme_checkbox label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.theme_checkbox label input:checked~.checkmark:after {
	display: block
}

.theme_checkbox label .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #ddd
}

.theme_checkbox label .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg)
}

.collection .collection-block {
	text-align: center
}

.collection .collection-block img {
	margin-bottom: 20px
}

.collection .collection-block .collection-content {
	text-align: center
}

.collection .collection-block .collection-content h3,
.collection .collection-block .collection-content .h3 {
	margin-bottom: 10px;
	color: #222;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: .05em
}

.collection .collection-block .collection-content h4,
.collection .collection-block .collection-content .h4 {
	color: #222;
	margin-bottom: 10px;
	font-size: 16px
}

.collection .collection-block .collection-content p {
	line-height: 1.5
}

.collection .collection-block .collection-content .btn-solid,
.collection .collection-block .collection-content .btn-outline {
	padding: 10px 25px
}

.faq-section .accordion.theme-accordion .card {
	margin-top: 10px;
	border-radius: 0;
	overflow: hidden;
	border-bottom: 1px solid #ddd
}

.faq-section .accordion.theme-accordion .card:first-child {
	margin-top: 0
}

.faq-section .accordion.theme-accordion .card .card-header {
	padding: 0;
	border-bottom: 0;
	transition: all .3s ease;
	background-color: #f9f9f9
}

.faq-section .accordion.theme-accordion .card .card-header button {
	color: #333;
	text-align: left;
	font-size: 17px;
	padding: 18px;
	font-weight: 400
}

.faq-section .accordion.theme-accordion .card .card-header button:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 6px solid #000;
	right: 20px;
	top: 25px;
	transition: all .3s ease
}

.faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]:before {
	border-top: 0;
	border-bottom: 6px solid #000;
	transition: all .3s ease
}

.faq-section .accordion.theme-accordion .card .card-header button:hover {
	text-decoration: none;
	color: var(--theme-deafult);
	transition: all .3s ease
}

.faq-section .accordion.theme-accordion .card .card-body {
	padding: 15px 18px
}

.faq-section .accordion.theme-accordion .card .card-body p {
	margin-bottom: 0;
	font-size: 14px;
	color: #555;
	line-height: 1.8;
	letter-spacing: .06em
}

.pwd-page {
	padding: 140px 0;
	text-align: center
}

.pwd-page h2,
.pwd-page .h2 {
	margin-bottom: 25px;
	color: #222
}

.pwd-page .theme-form input {
	border-color: #ddd;
	font-size: 15px;
	padding: 15px 25px;
	margin-bottom: 15px;
	height: inherit;
	text-align: center
}

.pwd-page .theme-form .btn-solid {
	margin: 0 auto
}

.login-page h3,
.login-page .h3 {
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #222;
	font-weight: 400;
	margin-top: -4px
}

.login-page .theme-card {
	padding: 30px;
	border: 1px solid #ddd;
	line-height: 1
}

.login-page .theme-card .theme-form label {
	text-transform: capitalize;
	color: #333;
	font-size: 14px;
	font-weight: 400
}

.login-page .theme-card .theme-form input {
	border-color: #ddd;
	font-size: 12px;
	padding: 17px 25px;
	margin-bottom: 30px;
	height: inherit
}

.login-page .authentication-right {
	height: calc(100% - 48px)
}

.login-page .authentication-right h6,
.login-page .authentication-right .h6 {
	text-transform: uppercase;
	color: #333;
	font-weight: 400;
	margin-bottom: 20px
}

.login-page .authentication-right p {
	font-size: 14px;
	color: #555;
	line-height: 2;
	margin-bottom: 1rem
}

.register-page h3,
.register-page .h3 {
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #222;
	font-weight: 400;
	margin-top: -4px
}

.register-page .theme-card {
	padding: 30px;
	border: 1px solid #ddd;
	line-height: 1
}

.register-page .theme-card .theme-form label {
	text-transform: capitalize;
	color: #333;
	font-size: 14px;
	font-weight: 400
}

.register-page .theme-card .theme-form input {
	border-color: #ddd;
	font-size: 12px;
	padding: 17px 25px;
	margin-bottom: 30px;
	height: inherit
}

.loading-more.active {
	color: var(--theme-deafult);
	border: 1px solid var(--theme-deafult);
	padding: 10px
}

.search-block {
	padding: 40px 0
}

.search-block .form-header .form-group input {
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #aaa;
	border-radius: 0;
	padding: 20px 0
}

.search-block .form-header .form-group input:focus {
	box-shadow: none
}

.search-block .form-header .form-group i {
	padding-right: 10px
}

.search-block .form-header .form-group .btn {
	z-index: 0
}

.search-block .form-header button {
	position: absolute;
	top: 10px;
	background-color: transparent;
	border: 0;
	font-size: 24px;
	color: #aaa;
	right: 10px
}

.contact-page .map iframe {
	width: 100%;
	height: 100%;
	border: none
}

.contact-page .contact-right {
	padding-top: 30px;
	padding-bottom: 30px
}

.contact-page .contact-right ul li {
	position: relative;
	padding-left: 150px;
	margin-top: 45px;
	display: block
}

.contact-page .contact-right ul li:first-child {
	margin-top: 0
}

.contact-page .contact-right ul li .contact-icon {
	position: absolute;
	left: 0;
	text-align: center;
	width: 130px;
	border-right: 1px solid #ddd
}

.contact-page .contact-right ul li .contact-icon i {
	font-size: 20px;
	color: var(--theme-deafult)
}

.contact-page .contact-right ul li .contact-icon h6,
.contact-page .contact-right ul li .contact-icon .h6 {
	text-transform: uppercase;
	padding-top: 5px;
	font-weight: 400;
	color: var(--theme-deafult)
}

.contact-page .contact-right ul li p {
	font-weight: 400;
	margin-bottom: 0;
	line-height: 30px
}

.contact-page .theme-form label {
	text-transform: capitalize;
	color: #333;
	font-size: 14px;
	font-weight: 400
}

.contact-page .theme-form input,
.contact-page .theme-form textarea {
	border-color: #ddd;
	font-size: 12px;
	padding: 17px 25px;
	margin-bottom: 30px;
	height: inherit
}

.contact-page .form-control {
	border-radius: 0
}

.qty-box .input-group {
	justify-content: center
}

.qty-box .input-group span button {
	background: #fff !important;
	border: 1px solid #ced4da
}

.qty-box .input-group .form-control {
	text-align: center;
	width: 80px;
	flex: unset
}

.qty-box .input-group button {
	background-color: transparent;
	border: 0;
	color: #777;
	cursor: pointer;
	padding-left: 12px;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	z-index: 0
}

.qty-box .input-group button i {
	font-weight: 900;
	color: #222
}

.qty-box .input-group .icon {
	padding-right: 0
}

.cart-section .table tbody+tbody,
.wishlist-section .table tbody+tbody {
	border-top: none
}

.cart-section .cart-buttons,
.wishlist-section .cart-buttons {
	padding-top: 35px
}

.cart-section .cart-buttons>div:last-child,
.wishlist-section .cart-buttons>div:last-child {
	text-align: right;
	padding-right: 59px
}

.cart-section .wishlist-buttons,
.wishlist-section .wishlist-buttons {
	padding-top: 35px;
	text-align: right
}

.cart-section .wishlist-buttons:last-child a,
.wishlist-section .wishlist-buttons:last-child a {
	margin-left: 15px
}

.cart-section .cart-table,
.wishlist-section .cart-table {
	overflow: hidden;
	margin-bottom: 0
}

.cart-section .cart-table thead th,
.wishlist-section .cart-table thead th {
	border-bottom-width: 1px;
	font-weight: 900;
	color: #222;
	text-transform: uppercase;
	font-size: 14px;
	border-top: 0;
	text-align: center;
	padding: 0 .75rem .75rem
}

.cart-section tbody h2,
.cart-section tbody .h2,
.wishlist-section tbody h2,
.wishlist-section tbody .h2 {
	margin-bottom: 0
}

.cart-section tbody tr td,
.wishlist-section tbody tr td {
	min-width: 210px;
	vertical-align: middle;
	color: #777;
	border-top: 0;
	border-bottom: 1px solid #eee;
	text-align: center
}

.cart-section tbody tr td a,
.cart-section tbody tr td p,
.wishlist-section tbody tr td a,
.wishlist-section tbody tr td p {
	color: #777;
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	margin-bottom: 0
}

.cart-section tbody tr td a img,
.cart-section tbody tr td p img,
.wishlist-section tbody tr td a img,
.wishlist-section tbody tr td p img {
	height: 90px
}

.cart-section tbody tr td .td-color,
.wishlist-section tbody tr td .td-color {
	color: var(--theme-deafult)
}

.cart-section tbody tr td h2,
.cart-section tbody tr td .h2,
.wishlist-section tbody tr td h2,
.wishlist-section tbody tr td .h2 {
	font-size: 24px;
	color: #222;
	font-weight: 400
}

.cart-section tbody tr td .mobile-cart-content,
.wishlist-section tbody tr td .mobile-cart-content {
	display: none;
	justify-content: center;
	margin-top: 10px
}

.cart-section tbody tr td .mobile-cart-content .qty-box,
.wishlist-section tbody tr td .mobile-cart-content .qty-box {
	border-right: 1px solid #ddd;
	border-radius: 5px
}

.cart-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control,
.wishlist-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control {
	width: 48px;
	padding: 6px
}

.cart-section tbody tr td .mobile-cart-content .col-xs-3,
.wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
	align-self: center;
	margin-left: 10px;
	margin-right: 10px
}

.cart-section tbody tr td .mobile-cart-content h2,
.cart-section tbody tr td .mobile-cart-content .h2,
.wishlist-section tbody tr td .mobile-cart-content h2,
.wishlist-section tbody tr td .mobile-cart-content .h2 {
	font-size: 20px
}

.cart-section tfoot tr th,
.wishlist-section tfoot tr th {
	padding-top: 35px;
	text-align: right
}

.cart-section tfoot tr td,
.wishlist-section tfoot tr td {
	padding-top: 35px;
	padding-bottom: 0;
	text-align: right;
	border: none;
	padding-right: 63px
}

.cart-section tfoot tr td h2,
.cart-section tfoot tr td .h2,
.wishlist-section tfoot tr td h2,
.wishlist-section tfoot tr td .h2 {
	font-size: 24px;
	margin-bottom: 0
}

.cart-section tfoot tr td:first-child,
.wishlist-section tfoot tr td:first-child {
	width: 85%;
	font-size: 15px;
	padding-right: 10px;
	text-transform: capitalize;
	font-weight: 400
}

.blog-detail-page .blog-detail p:last-child {
	margin-bottom: -5px;
	text-align: justify
}

.blog-detail-page .blog-detail img {
	margin-bottom: 40px
}

.blog-detail-page .blog-detail h3,
.blog-detail-page .blog-detail .h3 {
	color: #222;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: -6px
}

.blog-detail-page .blog-detail p {
	color: #000;
	line-height: 1.8;
	font-size: 16px !important
}

.blog-detail-page .blog-detail .post-social {
	color: #000;
	text-align: left;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px
}

.blog-detail-page .blog-detail .post-social li+li {
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #ddd
}

.blog-detail-page .blog-advance>div:last-child p:last-child {
	margin-bottom: 0
}

.blog-detail-page .blog-advance img {
	margin-bottom: 25px;
	margin-top: 25px
}

.blog-detail-page .blog-advance ul {
	list-style-type: decimal;
	list-style-position: inside;
	line-height: 2.5;
	font-size: 15px
}

.blog-detail-page .blog-advance ul li {
	display: list-item;
	font-weight: 400
}

.blog-detail-page .blog-advance p {
	line-height: 1.8
}

.blog-detail-page .comment-section {
	border-bottom: 1px solid #ddd
}

.blog-detail-page .comment-section li {
	padding-top: 60px;
	padding-bottom: 60px;
	border-top: 1px solid #ddd
}

.blog-detail-page .comment-section li img {
	height: 65px;
	width: 65px;
	margin-right: 20px;
	border-radius: 100%
}

.blog-detail-page .comment-section li h6,
.blog-detail-page .comment-section li .h6 {
	color: #444;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 5px
}

.blog-detail-page .comment-section li h6 span,
.blog-detail-page .comment-section li .h6 span {
	font-size: 13px;
	font-weight: 400;
	text-transform: capitalize;
	color: #777;
	margin-left: 20px
}

.blog-detail-page .comment-section li p {
	line-height: 1.8;
	margin-bottom: -4px;
	letter-spacing: .09em
}

.blog-detail-page .blog-contact h2,
.blog-detail-page .blog-contact .h2 {
	margin-bottom: 30px;
	margin-top: -6px
}

.blog-detail-page .blog-contact .theme-form label {
	text-transform: capitalize;
	color: #333;
	font-size: 16px;
	font-weight: 400
}

.blog-detail-page .blog-contact .theme-form input,
.blog-detail-page .blog-contact .theme-form textarea {
	border-color: #ddd;
	font-size: 14px;
	padding: 17px 25px;
	margin-bottom: 30px
}

.blog .title-inner1 {
	margin-bottom: 35px
}

.blog-page .blog-sidebar h6,
.blog-page .blog-sidebar .h6 {
	margin-bottom: 0;
	line-height: 20px;
	color: #333;
	font-weight: 400
}

.blog-page .blog-sidebar p {
	line-height: 20px;
	margin-bottom: 0;
	color: #555
}

.blog-page .blog-sidebar h4,
.blog-page .blog-sidebar .h4 {
	color: #333;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 20px;
	letter-spacing: 1px
}

.blog-page .blog-sidebar .theme-card {
	border: 1px solid #ddd;
	padding: 30px;
	background-color: #fff
}

.blog-page .blog-sidebar .theme-card .recent-blog li .media img {
	width: 100px;
	margin-right: 10px
}

.blog-page .blog-sidebar .theme-card .recent-blog li+li {
	margin-top: 30px
}

.blog-page .blog-sidebar .theme-card .popular-blog li .blog-date {
	background-color: var(--theme-deafult);
	height: 70px;
	width: 70px;
	margin: 0 15px 0 0;
	padding: 15px
}

.blog-page .blog-sidebar .theme-card .popular-blog li .blog-date span {
	display: block;
	text-align: center;
	color: #fff;
	text-transform: uppercase
}

.blog-page .blog-sidebar .theme-card .popular-blog li+li {
	margin-top: 30px
}

.blog-page .blog-sidebar .theme-card .popular-blog li p {
	margin-top: 10px
}

.blog-page .blog-sidebar .theme-card+.theme-card {
	margin-top: 30px
}

.blog-page .blog-media {
	margin-bottom: 30px
}

.blog-page .blog-media:last-child {
	margin-bottom: 0
}

.blog-page .blog-media .blog-right {
	height: 100%;
	align-items: center;
	justify-content: center;
	display: flex
}

.blog-page .blog-media .blog-right h6,
.blog-page .blog-media .blog-right .h6 {
	color: var(--theme-deafult);
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: -7px
}

.blog-page .blog-media .blog-right h4,
.blog-page .blog-media .blog-right .h4 {
	color: #333;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 15px
}

.blog-page .blog-media .blog-right p {
	line-height: 1.8;
	margin-bottom: -5px;
	letter-spacing: .04em
}

.blog-page .blog-media .blog-right ul {
	color: #777;
	margin-bottom: 15px
}

.blog-page .blog-media .blog-right ul li {
	font-size: 14px;
	line-height: 1.5
}

.blog-page .blog-media .blog-right ul li i {
	padding-right: 3px
}

.blog-page .blog-media .blog-right ul li+li {
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #ddd
}

.product-slick .slick-list,
.rtl-product-slick .slick-list,
.product-right-slick .slick-list,
.rtl-product-right-slick .slick-list {
	overflow: visible
}

.product-slick .owl-prev,
.product-slick .owl-next,
.rtl-product-slick .owl-prev,
.rtl-product-slick .owl-next,
.product-right-slick .owl-prev,
.product-right-slick .owl-next,
.rtl-product-right-slick .owl-prev,
.rtl-product-right-slick .owl-next {
	opacity: 0;
	transform: scale(1);
	transition: all .5s ease;
	margin-top: -10px
}

.product-slick .owl-prev:before,
.product-slick .owl-next:before,
.rtl-product-slick .owl-prev:before,
.rtl-product-slick .owl-next:before,
.product-right-slick .owl-prev:before,
.product-right-slick .owl-next:before,
.rtl-product-right-slick .owl-prev:before,
.rtl-product-right-slick .owl-next:before {
	font: 14px/1 FontAwesome;
	opacity: 1;
	color: #000;
	background-color: #fff;
	border-radius: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.product-slick .owl-next,
.rtl-product-slick .owl-next,
.product-right-slick .owl-next,
.rtl-product-right-slick .owl-next {
	right: 1px
}

.product-slick .owl-next:before,
.rtl-product-slick .owl-next:before,
.product-right-slick .owl-next:before,
.rtl-product-right-slick .owl-next:before {
	content: "\f105"
}

.product-slick .owl-prev,
.rtl-product-slick .owl-prev,
.product-right-slick .owl-prev,
.rtl-product-right-slick .owl-prev {
	left: 1px;
	z-index: 1
}

.product-slick .owl-prev:before,
.rtl-product-slick .owl-prev:before,
.product-right-slick .owl-prev:before,
.rtl-product-right-slick .owl-prev:before {
	content: "\f104"
}

.product-slick .owl-item>div,
.rtl-product-slick .owl-item>div,
.product-right-slick .owl-item>div,
.rtl-product-right-slick .owl-item>div {
	margin-bottom: 15px
}

.product-slick:hover .owl-prev,
.product-slick:hover .owl-next,
.rtl-product-slick:hover .owl-prev,
.rtl-product-slick:hover .owl-next,
.product-right-slick:hover .owl-prev,
.product-right-slick:hover .owl-next,
.rtl-product-right-slick:hover .owl-prev,
.rtl-product-right-slick:hover .owl-next {
	opacity: 1;
	transform: scale(1.05);
	transition: all .5s ease
}

.product-slick:hover .owl-prev:before,
.product-slick:hover .owl-next:before,
.rtl-product-slick:hover .owl-prev:before,
.rtl-product-slick:hover .owl-next:before,
.product-right-slick:hover .owl-prev:before,
.product-right-slick:hover .owl-next:before,
.rtl-product-right-slick:hover .owl-prev:before,
.rtl-product-right-slick:hover .owl-next:before {
	opacity: 1
}

.product-slick:hover .owl-next,
.rtl-product-slick:hover .owl-next,
.product-right-slick:hover .owl-next,
.rtl-product-right-slick:hover .owl-next {
	right: 20px
}

.product-slick:hover .owl-prev,
.rtl-product-slick:hover .owl-prev,
.product-right-slick:hover .owl-prev,
.rtl-product-right-slick:hover .owl-prev {
	left: 20px
}

.owl-item>div.owl-thumb {
	margin: 5px 5px 0 0;
	border: 1px solid #ddd;
	transition: all .5s ease;
	cursor: pointer
}

.owl-item>div.owl-thumb.active {
	border-color: #aaa;
	transition: all .5s ease
}

.slider-nav .owl-item>div,
.rtl-slider-nav .owl-item>div,
.slider-right-nav .owl-item>div,
.rtl-slider-right-nav .owl-item>div {
	margin: 15px 15px 0;
	border: 1px solid #ddd;
	transition: all .5s ease
}

.slider-nav .owl-item.slick-current>div,
.rtl-slider-nav .owl-item.slick-current>div,
.slider-right-nav .owl-item.slick-current>div,
.rtl-slider-right-nav .owl-item.slick-current>div {
	border-color: #aaa;
	transition: all .5s ease
}

.slider-nav .owl-item.slick-active,
.rtl-slider-nav .owl-item.slick-active,
.slider-right-nav .owl-item.slick-active,
.rtl-slider-right-nav .owl-item.slick-active {
	transition: all .5s ease
}

.slider-right-nav .owl-item:first-child>div,
.rtl-slider-right-nav .owl-item:first-child>div {
	margin-top: 0
}

.pro_sticky_info {
	border: 1px solid #ddd;
	padding: 20px
}

.is_stuck {
	margin-top: 120px
}

.image-scroll div>div {
	padding-bottom: 20px
}

.image-scroll div>div:last-child {
	padding: 0
}

.check-out {
	margin-bottom: 30px
}

.emply-cart-cls h4,
.emply-cart-cls .h4 {
	color: #656565
}

.product-right p {
	margin-bottom: 0;
	line-height: 1.5em
}

.product-right .product-title {
	color: #222;
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 0
}

.product-right .border-product {
	padding-top: 15px;
	padding-bottom: 20px;
	border-top: 1px dashed #ddd
}

.product-right h2,
.product-right .h2 {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 25px;
	line-height: 1.2em
}

.product-right h3,
.product-right .h3 {
	font-size: 26px;
	color: #222;
	margin-bottom: 15px
}

.product-right h4,
.product-right .h4 {
	font-size: 16px;
	margin-bottom: 7px
}

.product-right h4 del,
.product-right .h4 del {
	color: #777
}

.product-right h4 span,
.product-right .h4 span {
	padding-left: 5px;
	color: var(--theme-deafult)
}

.product-right .color-variant {
	margin-bottom: 10px
}

.product-right .color-variant li {
	height: 30px;
	width: 30px;
	cursor: pointer
}

.product-right .color-variant li.white {
	background-color: #fff;
	border: 1px solid #aaa
}

.product-right .color-variant li.pink {
	background-color: pink
}

.product-right .color-variant li.red {
	background-color: #ff647f
}

.product-right .color-variant li.green {
	background-color: #6fb866
}

.product-right .color-variant li.yellow {
	background-color: #f2f896
}

.product-right .color-variant li.skyblue {
	background-color: #7ee7ec
}

.product-right .color-variant li.blue {
	background-color: #63b4f2
}

.product-right .color-variant li.orange {
	background-color: #ffb17a
}

.product-right .color-variant li.purple {
	background-color: #eeb1d7
}

.product-right .color-variant li.violet {
	background-color: #a06da0
}

.product-right .color-variant li.brown {
	background-color: #a57372
}

.product-right .color-variant li.lightgreen {
	background-color: #90ee90
}

.product-right .color-variant li.olive {
	background-color: olive
}

.product-right .color-variant li.navy {
	background-color: #505c80
}

.product-right .color-variant li.black {
	background-color: #000
}

.product-right .color-variant li.gray,
.product-right .color-variant li .grey {
	background-color: #777
}

.product-right .color-variant li.active {
	border: 1px solid #000;
	position: relative
}

.product-right .color-variant li.active:after {
	content: "";
	background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMwMDAnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+);
	top: 10px;
	right: 4px;
	height: 15px;
	width: 15px;
	background-size: 70%;
	background-repeat: no-repeat;
	position: absolute
}

.product-right .product-buttons {
	margin-bottom: 20px
}

.product-right .product-buttons .btn-solid,
.product-right .product-buttons .btn-outline {
	padding: 7px 25px
}

.product-right .product-buttons a:last-child {
	margin-left: 10px
}

.product-right .product-description h6 span,
.product-right .product-description .h6 span {
	float: right
}

.product-right .product-description .qty-box {
	display: flex;
	align-items: center;
	margin-top: 10px
}

.product-right .product-description .qty-box .input-group {
	justify-content: unset;
	width: unset
}

.product-right .product-description .qty-box .input-group .form-control {
	border-right: none
}

.product-right .size-box {
	margin-top: 10px;
	margin-bottom: 10px
}

.product-right .size-box ul li {
	height: 35px;
	width: 35px;
	border-radius: 50%;
	margin-right: 10px;
	cursor: pointer;
	border: 1px solid #f7f7f7;
	text-align: center
}

.product-right .size-box ul li a {
	color: #222;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%
}

.product-right .size-box ul li.active {
	background-color: #f7f7f7
}

.product-right .product-icon {
	display: flex
}

.product-right .product-icon .product-social {
	margin-top: 5px
}

.product-right .product-icon .product-social li {
	padding-right: 30px
}

.product-right .product-icon .product-social li a {
	color: #333;
	transition: all .3s ease
}

.product-right .product-icon .product-social li a i {
	font-size: 18px
}

.product-right .product-icon .product-social li a:hover {
	color: var(--theme-deafult)
}

.product-right .product-icon .product-social li:last-child {
	padding-right: 0
}

.product-right .product-icon .wishlist-btn {
	background-color: transparent;
	border: none
}

.product-right .product-icon .wishlist-btn i {
	border-left: 1px solid #ddd;
	font-size: 18px;
	padding-left: 10px;
	margin-left: 5px;
	transition: all .5s ease
}

.product-right .product-icon .wishlist-btn span {
	padding-left: 10px;
	font-size: 18px
}

.product-right .product-icon .wishlist-btn:hover i {
	color: var(--theme-deafult);
	transition: all .5s ease
}

.product-right .payment-card-bottom {
	margin-top: 10px
}

.product-right .payment-card-bottom ul li {
	padding-right: 10px
}

.product-right .timer {
	margin-top: 10px;
	background-color: #f7f7f7
}

.product-right .timer p {
	color: #222
}

.product-right.product-form-box {
	text-align: center;
	border: 1px solid #ddd;
	padding: 20px
}

.product-right.product-form-box .product-description .qty-box {
	margin-bottom: 5px
}

.product-right.product-form-box .product-description .qty-box .input-group {
	justify-content: center;
	width: 100%
}

.product-right.product-form-box .product-buttons {
	margin-bottom: 0
}

.product-right.product-form-box .timer {
	margin-bottom: 10px;
	text-align: left
}

.single-product-tables {
	display: flex;
	margin-top: 20px
}

.single-product-tables table {
	width: 20%
}

.single-product-tables table tr {
	height: 35px
}

.single-product-tables table tr td:first-child {
	font-weight: 400
}

.single-product-tables.detail-section {
	margin-top: 0
}

.single-product-tables.detail-section table {
	width: 55%
}

.product-accordion .btn-link {
	color: #222
}

.product-accordion .btn-link:hover {
	text-decoration: none
}

.product-accordion .card {
	border: none
}

.product-accordion .card-body {
	width: 100%;
	height: auto
}

.product-accordion .card-header {
	padding: 5px 8px;
	border-bottom: 1px dashed rgba(0, 0, 0, .125);
	background-color: #7f7f7f08
}

.product-related h2,
.product-related .h2 {
	color: #222;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddada;
	margin-bottom: 20px;
	line-height: .8
}

.rating {
	margin-top: 0
}

.rating i {
	padding-right: 5px
}

.rating i:nth-child(-n+4) {
	color: #ffa200
}

.rating i:last-child {
	color: #ddd
}

.rating .three-star {
	padding-bottom: 5px
}

.rating .three-star i {
	color: #acacac
}

.rating .three-star i:nth-child(-n+3) {
	color: #ffd200
}

.tab-border {
	border: 1px solid #ddd;
	margin: 0;
	padding: 8px 0
}

.tab-border .nav-border {
	border-bottom: 0;
	border-right: 1px solid #ddd
}

.vertical-tab.tab-product .nav-material.nav-tabs .nav-item .nav-link,
.vertical-tab .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
	padding: 15px 20px
}

.tab-product,
.product-full-tab {
	padding-top: 30px
}

.tab-product .nav-material.nav-tabs,
.tab-product .nav-tabs.nav-tabs,
.product-full-tab .nav-material.nav-tabs,
.product-full-tab .nav-tabs.nav-tabs {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	margin: 0
}

.tab-product .nav-material.nav-tabs .nav-item .nav-link,
.tab-product .nav-tabs.nav-tabs .nav-item .nav-link,
.product-full-tab .nav-material.nav-tabs .nav-item .nav-link,
.product-full-tab .nav-tabs.nav-tabs .nav-item .nav-link {
	color: #212121;
	text-align: center;
	padding: 0 15px 20px;
	text-transform: uppercase;
	border: 0
}

.tab-product .nav-material.nav-tabs .nav-item .material-border,
.tab-product .nav-tabs.nav-tabs .nav-item .material-border,
.product-full-tab .nav-material.nav-tabs .nav-item .material-border,
.product-full-tab .nav-tabs.nav-tabs .nav-item .material-border {
	border-bottom: 2px solid var(--theme-deafult);
	opacity: 0
}

.tab-product .nav-material.nav-tabs .nav-link.active,
.tab-product .nav-tabs.nav-tabs .nav-link.active,
.product-full-tab .nav-material.nav-tabs .nav-link.active,
.product-full-tab .nav-tabs.nav-tabs .nav-link.active {
	color: var(--theme-deafult);
	background-color: transparent;
	border-bottom: 2px solid var(--theme-deafult)
}

.tab-product .nav-material.nav-tabs .nav-link.active~.material-border,
.tab-product .nav-tabs.nav-tabs .nav-link.active~.material-border,
.product-full-tab .nav-material.nav-tabs .nav-link.active~.material-border,
.product-full-tab .nav-tabs.nav-tabs .nav-link.active~.material-border {
	transition: all .3s ease;
	opacity: 1
}

.tab-product .theme-form input,
.product-full-tab .theme-form input {
	border-color: #ddd;
	font-size: 15px;
	padding: 15px 25px;
	margin-bottom: 15px;
	height: inherit;
	text-align: left
}

.tab-product .theme-form .btn-solid,
.product-full-tab .theme-form .btn-solid {
	margin: 0 auto
}

.tab-product .theme-form textarea,
.product-full-tab .theme-form textarea {
	border-color: #ddd;
	font-size: 15px;
	padding: 17px 25px;
	margin-bottom: 15px;
	height: inherit
}

.tab-product .nav-material .tab-content p,
.product-full-tab .nav-material .tab-content p {
	padding: 20px 20px 0;
	margin-bottom: -6px;
	line-height: 2;
	letter-spacing: .05em;
	margin-top: -10px
}

.tab-product .nav-material .tab-content .media,
.product-full-tab .nav-material .tab-content .media {
	margin-top: 20px
}

.tab-product .title,
.product-full-tab .title {
	padding-right: 45px;
	color: var(--theme-deafult);
	padding-bottom: 20px
}

.tab-product .theme-slider .slick-arrow,
.product-full-tab .theme-slider .slick-arrow {
	top: -45px;
	height: auto
}

.tab-product .theme-slider .slick-arrow :before,
.product-full-tab .theme-slider .slick-arrow :before {
	color: #000;
	font-size: 18px
}

.tab-product .product-box,
.product-full-tab .product-box {
	position: relative;
	margin: 5px
}

.tab-product .product-box:hover,
.product-full-tab .product-box:hover {
	box-shadow: 0 0 12px #ddd
}

.tab-product .product-box:hover .lbl-1,
.product-full-tab .product-box:hover .lbl-1 {
	opacity: 1;
	transition: all .3s ease
}

.tab-product .product-box:hover .lbl-2,
.product-full-tab .product-box:hover .lbl-2 {
	opacity: 1;
	animation: flipInY 1s ease-in-out
}

.tab-product .product-box:hover .color-variant li,
.product-full-tab .product-box:hover .color-variant li {
	opacity: 1 !important;
	animation: fadeInUp .5s ease-in-out
}

.tab-product .product-box .img-block,
.product-full-tab .product-box .img-block {
	min-height: unset
}

.tab-product .product-box .cart-info,
.product-full-tab .product-box .cart-info {
	position: absolute;
	padding: 10px 0;
	top: 25%;
	right: 15px;
	width: 40px;
	margin-right: 0
}

.tab-product .product-box .cart-info i,
.product-full-tab .product-box .cart-info i {
	padding-right: 0
}

.tab-product .product-box .cart-info a,
.tab-product .product-box .cart-info button,
.product-full-tab .product-box .cart-info a,
.product-full-tab .product-box .cart-info button {
	color: #333;
	transition: all .3s ease;
	background-color: #fff;
	height: 35px;
	width: 35px;
	margin: 7px 0;
	border-radius: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	box-shadow: 0 0 12px #ddd
}

.tab-product .product-box .cart-info a :hover,
.tab-product .product-box .cart-info button :hover,
.product-full-tab .product-box .cart-info a :hover,
.product-full-tab .product-box .cart-info button :hover {
	transition: all .3s ease;
	color: var(--theme-deafult)
}

.tab-product .product-box .lbl-1,
.product-full-tab .product-box .lbl-1 {
	background-color: var(--theme-deafult);
	padding: 2px 20px 2px 10px;
	display: inline-block;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	top: 15px;
	font-size: 14px;
	line-height: 1.5;
	opacity: 0
}

.tab-product .product-box .lbl-1:before,
.product-full-tab .product-box .lbl-1:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 12px solid var(--theme-deafult);
	border-bottom: 13px solid var(--theme-deafult);
	border-right: 7px solid #fff
}

.tab-product .product-box .lbl-2,
.product-full-tab .product-box .lbl-2 {
	font-size: 14px;
	top: 15px;
	position: absolute;
	right: 10px;
	color: #333;
	font-weight: 400;
	text-transform: capitalize;
	opacity: 0
}

.tab-product .product-box a,
.product-full-tab .product-box a {
	color: #0072bb;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px
}

.tab-product .product-box .color-variant,
.product-full-tab .product-box .color-variant {
	position: absolute;
	top: -35px;
	width: 100%
}

.tab-product .product-box .slick-slide img,
.product-full-tab .product-box .slick-slide img {
	display: block
}

.tab-product .product-box .product-details,
.product-full-tab .product-box .product-details {
	position: relative
}

.tab-product .product-box .product-details .color-variant,
.product-full-tab .product-box .product-details .color-variant {
	position: absolute;
	top: -35px;
	width: 100%
}

.tab-product .product-box .product-details .color-variant li,
.product-full-tab .product-box .product-details .color-variant li {
	opacity: 0;
	display: inline-block;
	height: 15px;
	width: 15px;
	border-radius: 100%;
	margin: 0 3px;
	transition: all .3s ease;
	cursor: pointer;
	vertical-align: middle
}

.tab-product .product-box .product-details h6,
.tab-product .product-box .product-details .h6,
.product-full-tab .product-box .product-details h6,
.product-full-tab .product-box .product-details .h6 {
	color: #333;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: capitalize
}

.tab-product .product-box .product-details .price,
.product-full-tab .product-box .product-details .price {
	padding-bottom: 10px;
	font-size: 16px;
	color: var(--theme-deafult)
}

.product-full-tab {
	padding-top: 70px
}

.product-load-more .col-grid-box {
	display: none
}

.load-more-sec {
	margin-top: 40px;
	text-align: center
}

.load-more-sec a {
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	padding: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 100%
}

.product_image_4>div:nth-child(-n+2) {
	margin-bottom: 25px
}

.quick-view {
	width: 100%;
	max-width: 1080px;
	max-height: 600px;
	position: relative
}

.checkout-page .checkout-title {
	margin-bottom: 25px
}

.checkout-page .checkout-title h3,
.checkout-page .checkout-title .h3 {
	color: #444;
	font-weight: 400
}

.checkout-page .checkout-form .checkout-details {
	position: relative;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	padding: 40px
}

.checkout-page .checkout-form .check-out .form-group:last-child {
	margin-bottom: -5px
}

.checkout-page .checkout-form .check-out .form-group:last-child label {
	margin-bottom: -5px
}

.checkout-page .checkout-form .form-group {
	position: relative;
	margin-bottom: 25px
}

.checkout-page .checkout-form .form-group h3,
.checkout-page .checkout-form .form-group .h3 {
	color: #444;
	font-weight: 400;
	margin-bottom: 30px;
	margin-top: 30px
}

.checkout-page .checkout-form .form-group .field-label {
	line-height: 24px;
	text-transform: capitalize;
	color: #333;
	margin-bottom: 10px;
	font-weight: 400
}

.checkout-page .checkout-form .form-group .field-label span {
	font-size: 16px;
	color: #222;
	font-weight: 400
}

.checkout-page .checkout-form .form-group label {
	color: #777
}

.checkout-page .checkout-form select {
	cursor: pointer;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	background: url(assets/images/dropdown.html) no-repeat 95%
}

.checkout-page .checkout-form input[type=text],
.checkout-page .checkout-form input[type=email],
.checkout-page .checkout-form input[type=password],
.checkout-page .checkout-form input[type=tel],
.checkout-page .checkout-form input[type=number],
.checkout-page .checkout-form input[type=url],
.checkout-page .checkout-form select,
.checkout-page .checkout-form textarea {
	width: 100%;
	padding: 0 22px;
	height: 45px;
	border: 1px solid #ddd
}

.checkout-page .check-box {
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
	padding-top: 5px
}

.checkout-page .check-box label {
	position: relative;
	top: -1px;
	font-weight: 400;
	padding: 0;
	font-size: 16px;
	cursor: pointer;
	color: #333
}

.checkout-page .lower-content {
	margin-top: 30px
}

.checkout-page .lower-content .order-column {
	margin-bottom: 40px
}

.order-box {
	position: relative;
	margin-bottom: 50px
}

.order-box .title-box {
	position: relative;
	padding-bottom: 25px;
	color: #444;
	font-weight: 400;
	font-size: 22px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 20px
}

.order-box .title-box span {
	position: relative;
	width: 35%;
	float: right;
	line-height: 1.2em
}

.order-box .qty {
	position: relative;
	border-bottom: 1px solid #ededed;
	margin-bottom: 30px
}

.order-box .qty li {
	position: relative;
	display: block;
	font-size: 15px;
	color: #444;
	line-height: 20px;
	margin-bottom: 20px
}

.order-box .qty li span {
	float: right;
	font-size: 18px;
	line-height: 20px;
	color: #232323;
	font-weight: 400;
	width: 35%
}

.order-box .sub-total {
	position: relative;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px
}

.order-box .sub-total li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 20px;
	margin-bottom: 20px;
	width: 100%
}

.order-box .sub-total li .count {
	position: relative;
	font-size: 18px;
	line-height: 20px;
	color: var(--theme-deafult);
	font-weight: 400;
	width: 35%;
	float: right
}

.order-box .sub-total .shopping-option label {
	position: relative;
	font-size: 16px;
	line-height: 32px;
	padding-left: 10px;
	color: #6f6f6f
}

.order-box .sub-total .shipping {
	width: 35%;
	float: right
}

.order-box .total {
	position: relative;
	margin-bottom: 40px
}

.order-box .total li {
	position: relative;
	display: block;
	font-weight: 400;
	color: #333;
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 18px
}

.order-box .total li .count {
	position: relative;
	font-size: 18px;
	line-height: 20px;
	color: var(--theme-deafult);
	font-weight: 400
}

.order-box .total li span {
	float: right;
	font-size: 15px;
	line-height: 20px;
	color: #444;
	font-weight: 400;
	width: 35%;
	display: block
}

.payment-box,
.payment-box .upper-box {
	position: relative
}

.payment-box .payment-options {
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px
}

.payment-box .payment-options li {
	display: flex;
	margin-bottom: 15px
}

.payment-box .payment-options li .radio-option {
	position: relative
}

.payment-box .payment-options li .radio-option label {
	position: relative;
	padding-left: 30px;
	text-transform: capitalize;
	color: #6f6f6f;
	cursor: pointer;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0
}

.payment-box .payment-options li .radio-option input[type=radio] {
	position: absolute;
	left: 0;
	top: 5px
}

.payment-box .payment-options li .radio-option label .small-text {
	position: relative;
	display: none;
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
	color: #666;
	margin-top: 10px
}

.payment-box .payment-options li .radio-option label img {
	position: relative;
	display: block;
	max-width: 100%;
	margin-left: -30px;
	margin-top: 5px
}

.stripe-section {
	text-transform: uppercase;
	background-color: #f9f9f9;
	padding: 15px;
	border: 1px solid #ddd
}

.stripe-section h5,
.stripe-section .h5 {
	font-weight: 400
}

.stripe-section .content h5,
.stripe-section .content .h5 {
	color: #4f4f4f;
	font-weight: 400
}

.stripe-section .content table {
	width: 100%
}

.stripe-section .content table tr {
	border-bottom: 1px solid #f1f1f1
}

.stripe-section .content table tr td {
	padding: 8px 0;
	color: #9a9a9a
}

.stripe-section .content table tr td:last-child {
	text-align: right
}

.margin-cls {
	margin-top: 25px
}

.dashboard-left a {
	text-decoration: none;
	color: #000;
	outline: none
}

.dashboard-left .block-title h2,
.dashboard-left .block-title .h2 {
	font-size: 24px;
	padding-bottom: 20px
}

.dashboard-left .block-content {
	border: 1px solid #ddd;
	padding: 15px
}

.dashboard-left .block-content ul li {
	display: flex;
	transition: all .5s ease
}

.dashboard-left .block-content ul li.active,
.dashboard-left .block-content ul li.active a {
	color: var(--theme-deafult)
}

.dashboard-left .block-content ul li:before {
	content: "\f105";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	margin-top: 3px
}

.dashboard-left .block-content ul li:hover {
	padding-left: 10px;
	color: red;
	transition: all .5s ease
}

.dashboard-left .block-content ul li:hover a {
	color: red;
	transition: all .5s ease
}

.dashboard-left.open {
	left: 0
}

.padding-cls {
	padding-left: 50px;
	padding-right: 50px
}

.dashboard-right p {
	color: #5f5f5f;
	line-height: 20px
}

.dashboard-right .dashboard {
	border: 1px solid #ddd;
	padding: 30px
}

.dashboard-right .dashboard .page-title h2,
.dashboard-right .dashboard .page-title .h2 {
	font-size: 22px;
	margin-bottom: 15px
}

.dashboard-right .dashboard .welcome-msg p {
	margin-bottom: 0
}

.dashboard .box-head h2,
.dashboard .box-head .h2 {
	font-size: 22px;
	margin: 20px 0 0;
	text-transform: capitalize;
	color: #333
}

.dashboard .box a {
	color: var(--theme-deafult)
}

.dashboard .box h6,
.dashboard .box .h6 {
	margin-bottom: 0
}

.dashboard .box .box-title {
	border-bottom: 1px solid #ddd;
	display: inline-block;
	margin-bottom: 5px;
	padding: 12px 0;
	position: relative;
	width: 100%
}

.dashboard .box .box-title h3,
.dashboard .box .box-title .h3 {
	font-size: 16px;
	margin: 0;
	text-transform: capitalize;
	color: #333
}

.dashboard .box .box-title>a {
	position: absolute;
	right: 0;
	top: 12px;
	color: var(--theme-deafult)
}

.dashboard .box address {
	margin-bottom: 0
}

.box-content h6,
.box-content .h6 {
	font-size: 14px;
	line-height: 25px !important;
	margin-bottom: 0
}

.box-content a {
	color: var(--theme-deafult)
}

.account-sidebar {
	display: none;
	cursor: pointer;
	background-color: var(--theme-deafult);
	color: #fff;
	width: 30%;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	margin-bottom: 20px;
	padding: 5px
}

.success-text {
	text-align: center
}

.success-text i {
	font-size: 50px;
	color: #4ead4e
}

.success-text h2,
.success-text .h2 {
	margin-top: 10px;
	margin-bottom: 15px
}

.success-text p {
	font-size: 18px;
	text-transform: capitalize
}

.success-text p:last-child {
	margin-bottom: 0
}

.success-text.order-fail i {
	color: var(--theme-deafult)
}

.order-success-sec h4,
.order-success-sec .h4 {
	font-weight: 400;
	text-transform: capitalize
}

.order-success-sec .order-detail li {
	display: flex;
	text-transform: capitalize;
	line-height: 28px;
	font-size: 16px
}

.order-success-sec .payment-mode p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
	letter-spacing: .05em
}

.delivery-sec {
	padding: 30px;
	text-align: center;
	margin-top: 20px;
	background-color: #f9f9f9
}

.delivery-sec h2,
.delivery-sec .h2,
.delivery-sec h3,
.delivery-sec .h3 {
	color: #000;
	text-transform: capitalize
}

.product-order h3,
.product-order .h3 {
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	margin-bottom: -2px
}

.product-order .product-order-detail {
	margin-top: 15px
}

.product-order .product-order-detail img {
	height: 130px
}

.product-order .product-order-detail .order_detail {
	display: flex;
	align-items: center
}

.product-order .product-order-detail .order_detail h4,
.product-order .product-order-detail .order_detail .h4 {
	margin-bottom: 5px;
	text-transform: capitalize;
	font-weight: 400
}

.product-order .product-order-detail .order_detail h5,
.product-order .product-order-detail .order_detail .h5 {
	text-transform: capitalize;
	margin-bottom: 0
}

.product-order .total-sec {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 15px 0;
	padding: 15px 0
}

.product-order .total-sec ul li {
	font-size: 18px;
	display: block;
	text-transform: capitalize
}

.product-order .total-sec ul li span {
	float: right
}

.product-order .final-total h3,
.product-order .final-total .h3 {
	display: block
}

.product-order .final-total h3 span,
.product-order .final-total .h3 span {
	float: right
}

.compare-section .compare-part {
	position: relative
}

.compare-section .compare-part .close-btn {
	background-color: transparent;
	border: none;
	font-size: 25px;
	position: absolute;
	top: 0;
	right: 0
}

.compare-section .compare-part .img-secton {
	padding: 25px 15px 15px
}

.compare-section .compare-part .img-secton img,
.compare-section .compare-part .img-secton .bg-size {
	width: 50%;
	margin: 0 auto
}

.compare-section .compare-part .img-secton a h5,
.compare-section .compare-part .img-secton a .h5 {
	margin-bottom: 0;
	text-transform: capitalize;
	margin-top: 10px
}

.compare-section .compare-part .img-secton h5,
.compare-section .compare-part .img-secton .h5 {
	margin-bottom: 0;
	line-height: 1.2
}

.compare-section .compare-part .detail-part .title-detail {
	background-color: #f7f8fa;
	text-align: center;
	padding: 8px 0;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb
}

.compare-section .compare-part .detail-part .title-detail h5,
.compare-section .compare-part .detail-part .title-detail .h5 {
	margin-bottom: 0;
	text-transform: uppercase
}

.compare-section .compare-part .detail-part .inner-detail {
	padding: 15px
}

.compare-section .compare-part .detail-part .inner-detail p {
	margin-bottom: 0;
	line-height: 1.2;
	letter-spacing: .05em
}

.compare-section .compare-part .detail-part .inner-detail p span {
	padding-right: 15px
}

.compare-section .compare-part .btn-part {
	text-align: center;
	padding: 15px;
	border-top: 1px solid #ddd
}

.compare-section .compare-part .btn-part .btn-solid,
.compare-section .compare-part .btn-part .btn-outline {
	padding: 5px 10px
}

.compare-section .owl-item {
	border: 1px solid #ddd
}

.compare-padding {
	padding-bottom: 50px
}

.compare-padding h2,
.compare-padding .h2 {
	margin-bottom: 20px
}

.compare-lable {
	position: absolute;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	transform: rotate(-180deg);
	top: 20px;
	left: 16px;
	letter-spacing: .1em;
	z-index: 1
}

.compare-page .table-wrapper {
	padding-bottom: 0
}

.compare-page .table-wrapper .table {
	border: 1px solid #eee;
	text-transform: capitalize;
	color: #222
}

.compare-page .table-wrapper .table .product-name {
	width: 15%
}

.compare-page .table-wrapper .table .featured-image {
	width: 185px
}

.compare-page .table-wrapper .table td {
	border-top: none
}

.compare-page .table-wrapper .table thead .th-compare td {
	font-size: 14px;
	font-weight: 400;
	background: #f5f5f5;
	border-right: 1px solid #eee
}

.compare-page .table-wrapper .table thead .th-compare th {
	text-align: left;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee
}

.compare-page .table-wrapper .table thead .th-compare th .remove-compare {
	float: left;
	border: none;
	background: 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400
}

.compare-page .table-wrapper .table tbody tr th {
	background: #f5f5f5
}

.compare-page .table-wrapper .table tbody tr td {
	border-right: 1px solid #eee;
	position: relative
}

.compare-page .table-wrapper .table tbody tr th,
.compare-page .table-wrapper .table tbody tr td {
	padding: 15px;
	vertical-align: top;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee
}

.compare-page .table-wrapper .table tbody tr .grid-link__title {
	font-size: 15px
}

.compare-page .table-wrapper .table tbody tr .product_price {
	margin: 15px 0
}

.compare-page .table-wrapper .table tbody tr .product_price span.money {
	padding-left: 5px
}

.compare-page .table-wrapper .table tbody tr p {
	color: #222;
	font-size: 13px;
	line-height: 20px;
	margin: 0
}

.compare-page .table-wrapper .table tbody tr .add-to-cart,
.compare-page .table-wrapper .table tbody tr .select-option-cls {
	padding: 6px 10px
}

.typography_section .typography-box {
	margin-bottom: 30px
}

.typography_section .typography-box p {
	line-height: 22px
}

.typography_section .typography-box .headings {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 20px;
	background-color: #f7f7f780;
	padding: 8px 12px
}

.typography_section .typography-box .headings h3,
.typography_section .typography-box .headings .h3 {
	text-transform: capitalize;
	color: #2d2d2d;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 20px
}

.typography_section .typography-box .headings span,
.typography_section .typography-box .headings span code {
	color: #777
}

.typography_section .typography-box .typo-content.heading_content h1,
.typography_section .typography-box .typo-content.heading_content .h1,
.typography_section .typography-box .typo-content.heading_content h2,
.typography_section .typography-box .typo-content.heading_content .h2,
.typography_section .typography-box .typo-content.heading_content h3,
.typography_section .typography-box .typo-content.heading_content .h3,
.typography_section .typography-box .typo-content.heading_content h4,
.typography_section .typography-box .typo-content.heading_content .h4,
.typography_section .typography-box .typo-content.heading_content h5,
.typography_section .typography-box .typo-content.heading_content .h5,
.typography_section .typography-box .typo-content.heading_content h6,
.typography_section .typography-box .typo-content.heading_content .h6 {
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 10px
}

.typography_section .typography-box .typo-content .sub-title {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 5px;
	margin-bottom: 8px;
	font-size: 18px;
	color: #222;
	text-transform: capitalize
}

.typography_section .typography-box .typo-content.product-pagination {
	border: none;
	margin: 0
}

.typography_section .typography-box .typo-content.product-pagination .pagination .page-item {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}

.typography_section .typography-box .typo-content.product-pagination .pagination .page-item a {
	padding: 10px 14px
}

.typography_section .typography-box .typo-content.input_button input {
	margin-bottom: 10px
}

.typography_section .typography-box .typo-content.input_button label {
	font-size: 16px;
	text-transform: capitalize;
	padding-left: 5px
}

.typography_section .typography-box .typo-content.loader-typo {
	width: 100%;
	justify-content: center;
	display: flex
}

.typography_section .typography-box .typo-content.loader-typo .pre-loader {
	position: relative;
	width: 50px;
	height: 50px;
	background-color: var(--theme-deafult);
	border-radius: 50%
}

.typography_section .typography-box .typo-content.loader-typo .pre-loader:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	border: 0 solid #fff;
	transform: translate(-50%, -50%);
	animation: loading 1s ease-out forwards infinite;
	transition: all .3s ease
}

.typography_section .typography-box .typo-content .footer-social {
	margin-top: 0;
	justify-content: center
}

.typography_section .typography-box:last-child {
	margin-bottom: 0
}

.typography_section code {
	color: rgba(var(--theme-deafult), .6);
	background-color: #f7f7f7;
	padding: 3px;
	margin: 0 3px;
	border-radius: 2px
}

.template-password {
	background: url(assets/images/coming-soon.html);
	background-size: cover;
	height: 100vh
}

.template-password #container {
	height: 100vh;
	max-width: 600px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center
}

.template-password #container>div {
	width: 100%
}

.template-password #container #login {
	width: 100%;
	margin-bottom: 120px
}

.template-password #container #login h2,
.template-password #container #login .h2 {
	color: var(--theme-deafult);
	font-size: 30px;
	font-weight: 400
}

.template-password #container #login .theme-form h3,
.template-password #container #login .theme-form .h3 {
	color: #999;
	font-size: 20px
}

.template-password #container #login .theme-form input {
	border-color: #ddd;
	font-size: 12px;
	padding: 17px 25px;
	margin-bottom: 15px;
	height: inherit
}

.template-password #container #login .theme-form input:focus {
	box-shadow: none
}

.template-password #container #powered {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0
}

.template-password #container #owner a {
	color: var(--theme-deafult)
}

.review-page .comment-section {
	border-bottom: none !important
}

.review-page .comment-section li:first-child {
	border-top: none;
	padding-top: 0
}

.review-page .comment-section li:last-child {
	padding-bottom: 0
}

.review-page .comnt-sec {
	margin-top: 10px
}

.review-page .comnt-sec li {
	margin-right: 15px;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	border-top: none !important
}

.review-page .comnt-sec li a {
	color: #777;
	font-size: 16px
}

.review-page .comnt-sec li a i {
	margin-right: 5px
}

.vendor-cover .bg-size {
	height: 350px
}

.vendor-profile {
	margin-top: -70px
}

.vendor-profile .profile-left {
	display: flex;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 8px #00000012
}

.vendor-profile .profile-left .profile-image {
	text-align: center;
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center
}

.vendor-profile .profile-left .profile-image img {
	width: 60%
}

.vendor-profile .profile-left .profile-image h3,
.vendor-profile .profile-left .profile-image .h3 {
	font-weight: 400;
	margin-bottom: 5px;
	color: #000
}

.vendor-profile .profile-left .profile-image h6,
.vendor-profile .profile-left .profile-image .h6 {
	margin-bottom: 0;
	margin-top: 0;
	letter-spacing: .05em;
	text-transform: capitalize
}

.vendor-profile .profile-left .profile-detail {
	border-left: 1px solid #efefef;
	padding-left: 20px;
	margin-left: 20px;
	width: 60%;
	display: flex;
	align-items: center
}

.vendor-profile .profile-left .profile-detail h6,
.vendor-profile .profile-left .profile-detail .h6 {
	margin-bottom: 0;
	margin-top: 0;
	letter-spacing: .05em;
	text-transform: capitalize
}

.vendor-profile .profile-left .profile-detail p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.5
}

.vendor-profile .profile-left .profile-detail p+p {
	margin-top: 10px
}

.vendor-profile .profile-left .vendor-contact {
	border-left: 1px solid #efefef;
	padding-left: 20px;
	margin-left: 20px;
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center
}

.vendor-profile .profile-left .vendor-contact .footer-social {
	margin-top: 0;
	margin-bottom: 12px;
	justify-content: center
}

.vendor-profile .profile-left .vendor-contact .footer-social i {
	color: #989898
}

.vendor-profile .profile-left .vendor-contact .footer-social li {
	padding: 0 5px
}

.vendor-profile .profile-left .vendor-contact h6,
.vendor-profile .profile-left .vendor-contact .h6 {
	text-transform: capitalize;
	color: #000;
	font-weight: 400;
	margin-bottom: 8px
}

.vendor-profile .profile-left .vendor-contact a {
	text-transform: capitalize
}

.vendor-profile .profile-left+.profile-left {
	margin-top: 40px
}

.vendor-profile .page-link {
	border-color: #efefef;
	background-color: #f9f9f9
}

.vendor-profile .page-link:hover {
	background-color: #f1f1f1
}

.become-vendor {
	background-color: #f7f7f7;
	overflow: hidden
}

.become-vendor h4,
.become-vendor .h4 {
	margin-bottom: 40px;
	text-transform: capitalize;
	font-weight: 400;
	line-height: 1.3
}

.become-vendor .step-bg {
	position: relative
}

.become-vendor .step-bg:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	display: block
}

.become-vendor .step-bg .row {
	margin-left: -50px;
	margin-right: -50px
}

.become-vendor .step-bg .row>div {
	padding-left: 50px;
	padding-right: 50px
}

.become-vendor .step-bg .row>div:nth-child(1),
.become-vendor .step-bg .row>div:nth-child(3) {
	margin-bottom: 30px
}

.become-vendor .step-bg .row>div:nth-child(2) {
	margin-top: 30px
}

.become-vendor .step-bg h4,
.become-vendor .step-bg .h4 {
	margin-bottom: 10px
}

.become-vendor .step-bg .step-box {
	position: relative;
	padding: 50px 35px 33px;
	box-shadow: 0 15px 39px #08126d14;
	transition: all .3s ease;
	background-color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%
}

.become-vendor .step-bg .step-box .steps {
	position: relative;
	width: 80px;
	height: 80px;
	background: #f7f7f7;
	margin: 0 auto 25px;
	color: var(--theme-deafult);
	text-align: center;
	font-weight: 400;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: calc(28px + .0075*(100vw - 320px))
}

.become-vendor .step-bg .step-box p {
	line-height: 1.5;
	margin-bottom: 0
}

.start-selling h4,
.start-selling .h4 {
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: 400;
	line-height: 1.3
}

.start-selling p {
	line-height: 2;
	letter-spacing: .03em
}

.start-selling .btn {
	margin-top: 20px
}

.vendor-dashboard .dashboard-box {
	padding: 20px 10px;
	background-color: #f9f9f9
}

.vendor-dashboard .dashboard-box .date-picker-box {
	display: flex
}

.vendor-dashboard .dashboard-box .date-picker-box .input-group {
	width: 50%;
	padding: 0 10px
}

.dashboard-section .dashboard-sidebar {
	position: sticky;
	top: 30px;
	z-index: 1;
	padding: 30px 0 15px;
	background-color: #f5f5f5
}

.dashboard-section .dashboard-sidebar .profile-top {
	padding: 0 16px;
	margin-bottom: calc(10px + .00625*(100vw - 320px))
}

.dashboard-section .dashboard-sidebar .profile-top .profile-image {
	position: relative
}

.dashboard-section .dashboard-sidebar .profile-top .profile-image img {
	width: 130px;
	margin: 0 auto;
	display: block;
	border-radius: 100%
}

.dashboard-section .dashboard-sidebar .profile-top .profile-image .profile-edit {
	position: absolute;
	bottom: 0;
	right: 30%
}

.dashboard-section .dashboard-sidebar .profile-top .profile-image .profile-edit svg {
	stroke: var(--theme-deafult)
}

.dashboard-section .dashboard-sidebar .profile-top .profile-detail {
	text-align: center;
	margin-top: 15px
}

.dashboard-section .dashboard-sidebar .profile-top .profile-detail h5,
.dashboard-section .dashboard-sidebar .profile-top .profile-detail .h5 {
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 5px
}

.dashboard-section .dashboard-sidebar .profile-top .profile-detail h6,
.dashboard-section .dashboard-sidebar .profile-top .profile-detail .h6 {
	color: #777;
	margin-bottom: 3px
}

.dashboard-section .dashboard-sidebar .faq-tab .nav-tabs {
	box-shadow: none;
	padding: 0
}

.dashboard-section .counter-section .counter-box {
	background-color: #f5f5f5;
	padding: 30px;
	display: flex;
	align-items: center;
	border-left: 3px solid var(--theme-deafult);
	border-radius: 8px
}

.dashboard-section .counter-section .counter-box img {
	height: 50px;
	margin-right: 20px
}

.dashboard-section .counter-section .counter-box h3,
.dashboard-section .counter-section .counter-box .h3 {
	font-weight: 400;
	color: var(--theme-deafult);
	margin-bottom: 4px;
	font-size: 20px
}

.dashboard-section .counter-section .counter-box h5,
.dashboard-section .counter-section .counter-box .h5 {
	margin-bottom: 0;
	text-transform: capitalize
}

.dashboard-section .faq-content .card {
	border: none;
	background-color: #f5f5f5;
	margin-top: 30px
}

.dashboard-section .dashboard-table h3,
.dashboard-section .dashboard-table .h3 {
	text-transform: capitalize;
	font-size: 16px;
	color: #000;
	margin-bottom: 15px
}

.dashboard-section .dashboard-table img {
	width: 50px
}

.dashboard-section .dashboard-table .table thead th {
	border-top: none
}

.dashboard-section .dashboard-table .table th,
.dashboard-section .dashboard-table .table td {
	vertical-align: middle;
	text-transform: capitalize;
	text-align: center
}

.dashboard-section .top-sec {
	display: flex;
	margin-bottom: 15px
}

.dashboard-section .top-sec h3,
.dashboard-section .top-sec .h3 {
	text-transform: capitalize;
	color: #000;
	font-size: 20px
}

.dashboard-section .top-sec .btn {
	margin-left: auto;
	text-transform: capitalize;
	padding: 7px 14px
}

.dashboard-section .dashboard-box .dashboard-title {
	margin-bottom: 20px;
	display: flex;
	align-items: center
}

.dashboard-section .dashboard-box .dashboard-title h4,
.dashboard-section .dashboard-box .dashboard-title .h4 {
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 0
}

.dashboard-section .dashboard-box .dashboard-title span {
	margin-left: 30px;
	padding: 2px 16px;
	border-radius: 2px;
	text-transform: capitalize;
	color: var(--theme-deafult);
	cursor: pointer
}

.dashboard-section .dashboard-box .dashboard-detail ul li {
	display: block;
	margin-bottom: 10px
}

.dashboard-section .dashboard-box .dashboard-detail ul li .details {
	display: flex
}

.dashboard-section .dashboard-box .dashboard-detail ul li .details h6,
.dashboard-section .dashboard-box .dashboard-detail ul li .details .h6 {
	text-transform: capitalize;
	margin-bottom: 0
}

.dashboard-section .dashboard-box .dashboard-detail ul li .details span {
	margin-left: calc(10px + .0125*(100vw - 320px));
	border-radius: 2px;
	text-transform: capitalize;
	color: var(--theme-deafult);
	cursor: pointer
}

.dashboard-section .dashboard-box .dashboard-detail ul li .details .left {
	width: 150px;
	margin-right: 15px
}

.dashboard-section .dashboard-box .dashboard-detail ul li .details .left h6,
.dashboard-section .dashboard-box .dashboard-detail ul li .details .left .h6 {
	color: #4e4e4e
}

.dashboard-section .dashboard-box .dashboard-detail ul li .details .right {
	display: flex;
	align-items: center
}

.dashboard-section .dashboard-box .dashboard-detail ul li .details .right h6,
.dashboard-section .dashboard-box .dashboard-detail ul li .details .right .h6 {
	font-weight: 400
}

.dashboard-section .dashboard-box .dashboard-detail ul li:last-child {
	margin-bottom: 0
}

.dashboard-section .dashboard-box .dashboard-detail .account-setting h5,
.dashboard-section .dashboard-box .dashboard-detail .account-setting .h5 {
	text-transform: capitalize
}

.dashboard-section .dashboard-box .dashboard-detail .account-setting .row>div .form-check {
	margin-bottom: 10px;
	padding-left: 0
}

.dashboard-section .dashboard-box .dashboard-detail .account-setting .row>div .form-check:last-child {
	margin-bottom: 0
}

.dashboard-section .dashboard-box .dashboard-detail .account-setting .btn {
	margin-top: 15px
}

.dashboard-section .dashboard-box .dashboard-detail .account-setting+.account-setting {
	margin-top: 15px
}

.dashboard-section .radio_animated {
	position: relative;
	margin: 0 1rem 0 0;
	cursor: pointer
}

.dashboard-section .radio_animated:before {
	transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
	transform: scale(0);
	content: "";
	position: absolute;
	top: 0;
	left: .125rem;
	z-index: 1;
	width: .75rem;
	height: .75rem;
	background: var(--theme-deafult);
	border-radius: 50%
}

.dashboard-section .radio_animated:after {
	content: "";
	position: absolute;
	top: -.25rem;
	left: -.125rem;
	width: 1.25rem;
	height: 1.25rem;
	background: #fff;
	border: 2px solid #e8ebf2;
	border-radius: 50%
}

.dashboard-section .radio_animated:checked:before {
	transform: scale(1)
}

.faq-tab .nav-tabs {
	display: block;
	border-bottom: none;
	background-color: #fff;
	padding: 10px 0
}

.faq-tab .nav-tabs .nav-item {
	display: block;
	margin-bottom: 0
}

.faq-tab .nav-tabs .nav-item .nav-link {
	text-transform: capitalize;
	color: #000;
	font-size: calc(14px + .00125*(100vw - 320px));
	border: none;
	transition: all .5s ease;
	border-radius: 0;
	background-color: #f5f5f5
}

.faq-tab .nav-tabs .nav-item .nav-link.active {
	border: none;
	border-right: 2px solid var(--theme-deafult);
	border-radius: 0;
	color: var(--theme-deafult);
	transition: all .5s ease
}

.faq-tab .nav-tabs .nav-item .nav-link:hover {
	border: none;
	border-right: 2px solid var(--theme-deafult);
	color: var(--theme-deafult);
	transition: all .5s ease
}

[dir=rtl] .owl-item {
	float: left
}

[dir=rtl] .tools-parallax-product .owl-next {
	left: -25px !important
}

[dir=rtl] .tools-parallax-product .owl-prev {
	right: -25px !important;
	left: unset !important
}

[dir=rtl] .owl-prev {
	left: 1px;
	right: unset
}

[dir=rtl] .owl-next {
	left: unset;
	right: 1px
}

.rtl .no-found h3,
.rtl .no-found .h3,
.rtl .no-found p {
	text-align: center
}

.rtl .brand-logo img.img-fluid {
	transform: scaleX(-1)
}

.setting-box {
	direction: ltr
}

.setting-box h1,
.setting-box .h1,
.setting-box h2,
.setting-box .h2,
.setting-box h3,
.setting-box .h3,
.setting-box h4,
.setting-box .h4,
.setting-box h5,
.setting-box .h5,
.setting-box h6,
.setting-box .h6,
.setting-box p {
	text-align: left !important
}

body.rtl {
	direction: rtl
}

.rtl header .main-navbar .nav-menu>li {
	float: right
}

.rtl header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .menu-content ul li a {
	text-align: right
}

.rtl header .main-navbar .nav-menu>li .nav-submenu li {
	text-align: right
}

.rtl header .main-navbar .nav-menu>li .nav-submenu li a .sub-arrow {
	right: auto;
	left: 15px;
	transform: rotate(180deg)
}

.rtl header .sidenav .sidebar-menu li {
	text-align: right
}

.rtl header .sidenav .sidebar-menu li ul li a:before {
	right: 35px
}

.rtl header .sidenav .sidebar-menu li ul.mega-menu li a:before {
	right: 0
}

.rtl .product-thumb-list {
	left: unset;
	right: 0
}

.rtl .j-box .product-box .cart-info {
	left: 0 !important
}

.rtl .header-gym .main-menu .menu-left .navbar {
	padding: 20px 0 20px 45px
}

.rtl .main-menu .menu-left .navbar {
	padding: 40px 0 40px 45px
}

.rtl .form_search button {
	left: 5px;
	right: unset
}

.rtl .rtl-right-text {
	text-align: right
}

.rtl .size-text {
	text-align: right !important
}

.rtl .detail-cannabis .detail_section h4,
.rtl .detail-cannabis .detail_section .h4,
.rtl .detail-cannabis .detail_section p {
	text-align: center
}

.rtl .tab-left .theme-tab .left-side .tab-title {
	margin-left: 100px;
	text-align: right;
	margin-right: 0
}

.rtl .review-page .comnt-sec {
	text-align: right
}

.rtl .review-page .comnt-sec li {
	margin-right: 0;
	margin-left: 15px
}

.rtl .review-page .comnt-sec li a i {
	margin-right: 0;
	margin-left: 5px
}

.rtl .gym-product .product-box .product-detail h6,
.rtl .gym-product .product-box .product-detail .h6,
.rtl .gym-product .product-box .product-detail h4,
.rtl .gym-product .product-box .product-detail .h4,
.rtl .tools-grey .product-box .product-info h6,
.rtl .tools-grey .product-box .product-info .h6,
.rtl .tools-grey .product-box .product-info h4,
.rtl .tools-grey .product-box .product-info .h4 {
	text-align: center
}

.rtl .tools-grey .product-box .cart-info {
	left: 0 !important;
	right: 0 !important
}

.rtl .tools_product .media .br.br-default {
	justify-content: flex-start
}

.rtl .tools-parallax-product .tools-description .tools-form .btn-find {
	float: right
}

.rtl .left-header .sidenav {
	right: 0
}

.rtl .left-header .sidenav .left-sidebar_center {
	padding: 40px 30px 40px 0
}

.rtl .left-header .sidenav .pixelstrap li a .sub-arrow {
	left: 7px;
	transform: rotate(180deg)
}

.rtl .left-header .top-header {
	padding-left: 0;
	padding-right: 300px
}

.rtl .left-header .search-overlay {
	padding-right: 300px;
	padding-left: 0
}

.rtl .left-sidebar_space {
	padding-left: 0;
	padding-right: 300px
}

.rtl .portfolio-section.metro-section .product-box .cart-wrap {
	right: unset;
	left: 7px
}

.rtl .portfolio-section.metro-section .product-box .product-detail h4,
.rtl .portfolio-section.metro-section .product-box .product-detail .h4,
.rtl .portfolio-section.metro-section .product-box .product-detail h6,
.rtl .portfolio-section.metro-section .product-box .product-detail .h6 {
	text-align: center
}

.rtl .br-default .br-unit {
	margin-right: 0;
	margin-left: 5px
}

.rtl .br.br-default {
	display: flex;
	justify-content: right
}

.rtl .owl-carousel .br.br-default {
	display: flex;
	justify-content: flex-end
}

.rtl .absolute_banner .collection-banner .absolute-contain h3,
.rtl .absolute_banner .collection-banner .absolute-contain .h3,
.rtl .absolute_banner .collection-banner .absolute-contain h4,
.rtl .absolute_banner .collection-banner .absolute-contain .h4 {
	text-align: center
}

.rtl .no-slider .br.br-default {
	display: flex;
	justify-content: right
}

.rtl .blog.blog_box .blog-details a p {
	text-align: right
}

.rtl .blog.blog_box .blog-details .read-cls {
	float: right
}

.rtl .service-block1 h4,
.rtl .service-block1 .h4,
.rtl .service-block1 p {
	text-align: center
}

.rtl .beauty-about .text-center {
	text-align: left !important
}

.rtl .beauty-about .about-text p {
	text-align: right
}

.rtl .beauty-about .service-block1 h5,
.rtl .beauty-about .service-block1 .h5,
.rtl .pets-box .product-box .product-detail h6,
.rtl .pets-box .product-box .product-detail .h6,
.rtl .pets-box .product-box .product-detail h4,
.rtl .pets-box .product-box .product-detail .h4 {
	text-align: center
}

.rtl .theme-tab .br[_ngcontent-c24] {
	text-align: right;
	display: flex;
	justify-content: right
}

.rtl .theme-tab .br[_ngcontent-c29],
.rtl .br[_ngcontent-c29] {
	text-align: right;
	display: flex;
	justify-content: flex-end
}

.rtl .br-units[_ngcontent-c29] {
	justify-content: flex-end;
	text-align: right;
	display: flex
}

.rtl .br[_ngcontent-c24],
.rtl .br[_ngcontent-c26] {
	text-align: right;
	display: flex;
	justify-content: flex-end
}

.rtl h1,
.rtl .h1,
.rtl h2,
.rtl .h2,
.rtl h3,
.rtl .h3,
.rtl h4,
.rtl .h4,
.rtl h5,
.rtl .h5,
.rtl h6,
.rtl .h6,
.rtl p {
	text-align: right
}

.rtl .color-variant li {
	margin-right: 0 !important;
	margin-left: 5px !important
}

.rtl .br-units[_ngcontent-c25] {
	direction: rtl !important
}

.rtl ul {
	-webkit-padding-start: 0
}

.rtl .product-right .rating {
	text-align: right !important
}

.rtl .product-right .pro_inventory .inventory-scroll>span {
	float: right
}

.rtl .timer {
	padding-left: 0;
	padding-right: 40px
}

.rtl .timer span .padding-l {
	padding-left: 0;
	padding-right: 22px
}

.rtl .home.text-left h1,
.rtl .home.text-left .h1,
.rtl .home.text-left h2,
.rtl .home.text-left .h2,
.rtl .home.text-left h3,
.rtl .home.text-left .h3,
.rtl .home.text-left h4,
.rtl .home.text-left .h4,
.rtl .home.text-left h5,
.rtl .home.text-left .h5,
.rtl .home.text-left h6,
.rtl .home.text-left .h6 {
	text-align: left
}

.rtl .empty-cart-cls h3,
.rtl .empty-cart-cls .h3,
.rtl .empty-cart-cls h4,
.rtl .empty-cart-cls .h4 {
	text-align: center
}

.rtl .product-right .product-buttons a:last-child {
	margin-right: 10px;
	margin-left: 0
}

.rtl .owl-carousel {
	direction: ltr
}

.rtl .stripe-section .content table tr td:first-child {
	text-align: right
}

.rtl .mr-3 {
	margin-right: 0 !important;
	margin-left: 5px
}

.rtl .offset-md-3,
.rtl .offset-lg-2,
.rtl .offset-xl-3,
.rtl .offset-lg-3,
.rtl .offset-md-2 {
	margin: 0 auto
}

.rtl .title1 h4,
.rtl .title1 .h4,
.rtl .title1 h2,
.rtl .title1 .h2,
.rtl .title2 h4,
.rtl .title2 .h4,
.rtl .title2 h2,
.rtl .title2 .h2,
.rtl .title3 h4,
.rtl .title3 .h4,
.rtl .title3 h2,
.rtl .title3 .h2,
.rtl .title4 h4,
.rtl .title4 .h4,
.rtl .title4 h2,
.rtl .title4 .h2 {
	text-align: center
}

.rtl .search-overlay>div .closebtn {
	right: unset;
	left: 25px
}

.rtl .search-block .form-header button {
	left: 10px;
	right: unset
}

.rtl .cart_qty_cls {
	left: -12px;
	right: unset
}

.rtl .size-variant {
	text-align: right
}

.rtl .size-variant li {
	margin-left: 5px;
	margin-right: unset
}

.rtl .home-slider .text-center p,
.rtl .home-slider .text-center h1,
.rtl .home-slider .text-center .h1,
.rtl .home-slider .text-center h2,
.rtl .home-slider .text-center .h2,
.rtl .home-slider .text-center h3,
.rtl .home-slider .text-center .h3,
.rtl .home-slider .text-center h4,
.rtl .home-slider .text-center .h4,
.rtl .home-slider .text-center h5,
.rtl .home-slider .text-center .h5,
.rtl .home-slider .text-center h6,
.rtl .home-slider .text-center .h6,
.rtl .center-slider .text-center p,
.rtl .center-slider .text-center h1,
.rtl .center-slider .text-center .h1,
.rtl .center-slider .text-center h2,
.rtl .center-slider .text-center .h2,
.rtl .center-slider .text-center h3,
.rtl .center-slider .text-center .h3,
.rtl .center-slider .text-center h4,
.rtl .center-slider .text-center .h4,
.rtl .center-slider .text-center h5,
.rtl .center-slider .text-center .h5,
.rtl .center-slider .text-center h6,
.rtl .center-slider .text-center .h6 {
	text-align: center !important
}

.rtl .home-slider .text-left p,
.rtl .home-slider .text-left h1,
.rtl .home-slider .text-left .h1,
.rtl .home-slider .text-left h2,
.rtl .home-slider .text-left .h2,
.rtl .home-slider .text-left h3,
.rtl .home-slider .text-left .h3,
.rtl .home-slider .text-left h4,
.rtl .home-slider .text-left .h4,
.rtl .home-slider .text-left h5,
.rtl .home-slider .text-left .h5,
.rtl .home-slider .text-left h6,
.rtl .home-slider .text-left .h6,
.rtl .center-slider .text-left p,
.rtl .center-slider .text-left h1,
.rtl .center-slider .text-left .h1,
.rtl .center-slider .text-left h2,
.rtl .center-slider .text-left .h2,
.rtl .center-slider .text-left h3,
.rtl .center-slider .text-left .h3,
.rtl .center-slider .text-left h4,
.rtl .center-slider .text-left .h4,
.rtl .center-slider .text-left h5,
.rtl .center-slider .text-left .h5,
.rtl .center-slider .text-left h6,
.rtl .center-slider .text-left .h6 {
	text-align: left
}

.rtl .home-slider .text-right p,
.rtl .home-slider .text-right h1,
.rtl .home-slider .text-right .h1,
.rtl .home-slider .text-right h2,
.rtl .home-slider .text-right .h2,
.rtl .home-slider .text-right h3,
.rtl .home-slider .text-right .h3,
.rtl .home-slider .text-right h4,
.rtl .home-slider .text-right .h4,
.rtl .home-slider .text-right h5,
.rtl .home-slider .text-right .h5,
.rtl .home-slider .text-right h6,
.rtl .home-slider .text-right .h6,
.rtl .center-slider .text-right p,
.rtl .center-slider .text-right h1,
.rtl .center-slider .text-right .h1,
.rtl .center-slider .text-right h2,
.rtl .center-slider .text-right .h2,
.rtl .center-slider .text-right h3,
.rtl .center-slider .text-right .h3,
.rtl .center-slider .text-right h4,
.rtl .center-slider .text-right .h4,
.rtl .center-slider .text-right h5,
.rtl .center-slider .text-right .h5,
.rtl .center-slider .text-right h6,
.rtl .center-slider .text-right .h6 {
	text-align: right
}

.rtl .home-slider .p-left .slider-contain,
.rtl .center-slider .p-left .slider-contain {
	justify-content: flex-start
}

.rtl .home-slider .p-right .slider-contain,
.rtl .center-slider .p-right .slider-contain {
	justify-content: flex-end
}

.rtl .home-slider .slider-contain h1,
.rtl .home-slider .slider-contain .h1,
.rtl .home-slider .slider-contain h2,
.rtl .home-slider .slider-contain .h2,
.rtl .home-slider .slider-contain h3,
.rtl .home-slider .slider-contain .h3,
.rtl .home-slider .slider-contain h4,
.rtl .home-slider .slider-contain .h4,
.rtl .home-slider .slider-contain h5,
.rtl .home-slider .slider-contain .h5,
.rtl .home-slider .slider-contain h6,
.rtl .home-slider .slider-contain .h6,
.rtl .center-slider .slider-contain h1,
.rtl .center-slider .slider-contain .h1,
.rtl .center-slider .slider-contain h2,
.rtl .center-slider .slider-contain .h2,
.rtl .center-slider .slider-contain h3,
.rtl .center-slider .slider-contain .h3,
.rtl .center-slider .slider-contain h4,
.rtl .center-slider .slider-contain .h4,
.rtl .center-slider .slider-contain h5,
.rtl .center-slider .slider-contain .h5,
.rtl .center-slider .slider-contain h6,
.rtl .center-slider .slider-contain .h6 {
	text-align: left
}

.rtl .home-slider .slider-contain .btn-solid,
.rtl .home-slider .slider-contain .btn-outline,
.rtl .center-slider .slider-contain .btn-solid,
.rtl .center-slider .slider-contain .btn-outline {
	float: inherit
}

.rtl .home-slider .owl-next,
.rtl .center-slider .owl-next {
	right: unset;
	left: 1px
}

.rtl .home-slider .owl-next:before,
.rtl .center-slider .owl-next:before {
	transform: rotate(180deg)
}

.rtl .home-slider .owl-prev,
.rtl .center-slider .owl-prev {
	left: unset;
	right: 1px
}

.rtl .home-slider .owl-prev:before,
.rtl .center-slider .owl-prev:before {
	transform: rotate(180deg)
}

.rtl .home-slider:hover .owl-next,
.rtl .center-slider:hover .owl-next {
	right: unset;
	left: 100px
}

.rtl .home-slider:hover .owl-prev,
.rtl .center-slider:hover .owl-prev {
	left: unset;
	right: 100px
}

.rtl .pwd-page h2,
.rtl .pwd-page .h2 {
	text-align: center
}

.rtl .product-box .color-variant {
	-webkit-padding-start: 0
}

.rtl .product-box .product-info h4,
.rtl .product-box .product-info .h4,
.rtl .product-box .product-info h6,
.rtl .product-box .product-info .h6 {
	text-align: center
}

.rtl .product-box .product-info .br.br-default {
	justify-content: center
}

.rtl .product-box .product-detail .rating {
	text-align: right
}

.rtl .product-box .product-detail .color-variant {
	text-align: right;
	padding: 15px 0 0
}

.rtl .product-box .product-detail.text-center .color-variant {
	text-align: center !important
}

.rtl .product-box .img-block .lable-wrapper .lable1 {
	border-radius: 0 25px 25px 0
}

.rtl .product-box .img-block .lable-wrapper .lable2 {
	border-radius: 25px 0 0 25px
}

.rtl .product-box .img-wrapper .lable-block .lable3 {
	left: unset;
	right: 7px
}

.rtl .product-box .img-wrapper .lable-block .lable4 {
	left: 7px;
	right: unset
}

.rtl .product-box .cart-detail {
	left: 20px;
	right: unset
}

.rtl .product-box .cart-info.cart-wrap {
	left: 10px;
	right: unset
}

.rtl .product-box:hover .cart-wrap button {
	animation: fadeInLeft .3s ease-in-out
}

.rtl .product-box:hover .cart-wrap a:nth-child(2) i {
	animation: fadeInLeft .5s ease-in-out
}

.rtl .product-box:hover .cart-wrap a:nth-child(3) i {
	animation: fadeInLeft .7s ease-in-out
}

.rtl .product-box:hover .cart-wrap a:nth-child(4) i {
	animation: fadeInLeft 1s ease-in-out
}

.rtl .product-box:hover .cart-detail button {
	animation: fadeInLeft .3s ease-in-out
}

.rtl .product-box:hover .cart-detail a:nth-child(2) i {
	animation: fadeInLeft .5s ease-in-out
}

.rtl .product-box:hover .cart-detail a:nth-child(3) i {
	animation: fadeInLeft .7s ease-in-out
}

.rtl .product-box:hover .cart-detail a:nth-child(4) i {
	animation: fadeInLeft 1s ease-in-out
}

.rtl .footer-light .subscribe {
	border-right: none;
	border-left: 1px solid #ddd
}

.rtl .footer-light .subscribe h4,
.rtl .footer-light .subscribe .h4 {
	text-align: right
}

.rtl .subscribe h4,
.rtl .subscribe .h4 {
	text-align: center
}

.rtl .subscribe h4 i,
.rtl .subscribe .h4 i {
	padding-left: 5px;
	padding-right: 0
}

.rtl .add_to_cart .cart-inner .cart_top .close-cart {
	margin-left: unset;
	margin-right: auto
}

.rtl .add_to_cart .cart-inner .cart_media li .total h5 span,
.rtl .add_to_cart .cart-inner .cart_media li .total .h5 span {
	float: left
}

.rtl .add_to_cart .cart-inner .cart_media .close-circle {
	left: 0;
	right: unset
}

.rtl .service-block svg,
.rtl .service-block img {
	margin-left: 12px;
	margin-right: 0
}

.rtl .service-block+.service-block {
	border-right: 1px solid #ddd;
	border-left: none
}

.rtl .blog-details h4,
.rtl .blog-details .h4,
.rtl .blog-details h6,
.rtl .blog-details .h6,
.rtl .blog-details a p,
.rtl .instagram h2,
.rtl .instagram .h2,
.rtl .category-block .category-details h5,
.rtl .category-block .category-details .h5,
.rtl .category-bg .contain-block h6,
.rtl .category-bg .contain-block .h6,
.rtl .about-text p {
	text-align: center
}

.rtl .collection-banner.p-left .contain-banner {
	justify-content: flex-end !important
}

.rtl .collection-banner.p-right .contain-banner {
	justify-content: flex-start !important
}

.rtl .collection-banner.p-center .contain-banner {
	justify-content: center !important
}

.rtl .collection-banner.text-center .contain-banner h1,
.rtl .collection-banner.text-center .contain-banner .h1,
.rtl .collection-banner.text-center .contain-banner h2,
.rtl .collection-banner.text-center .contain-banner .h2,
.rtl .collection-banner.text-center .contain-banner h3,
.rtl .collection-banner.text-center .contain-banner .h3,
.rtl .collection-banner.text-center .contain-banner h4,
.rtl .collection-banner.text-center .contain-banner .h4,
.rtl .collection-banner.text-center .contain-banner h5,
.rtl .collection-banner.text-center .contain-banner .h5,
.rtl .collection-banner.text-center .contain-banner h6,
.rtl .collection-banner.text-center .contain-banner .h6 {
	text-align: center
}

.rtl .collection-banner.text-left .contain-banner h1,
.rtl .collection-banner.text-left .contain-banner .h1,
.rtl .collection-banner.text-left .contain-banner h2,
.rtl .collection-banner.text-left .contain-banner .h2,
.rtl .collection-banner.text-left .contain-banner h3,
.rtl .collection-banner.text-left .contain-banner .h3,
.rtl .collection-banner.text-left .contain-banner h4,
.rtl .collection-banner.text-left .contain-banner .h4,
.rtl .collection-banner.text-left .contain-banner h5,
.rtl .collection-banner.text-left .contain-banner .h5,
.rtl .collection-banner.text-left .contain-banner h6,
.rtl .collection-banner.text-left .contain-banner .h6 {
	text-align: left
}

.rtl .collection-banner.text-right .contain-banner h1,
.rtl .collection-banner.text-right .contain-banner .h1,
.rtl .collection-banner.text-right .contain-banner h2,
.rtl .collection-banner.text-right .contain-banner .h2,
.rtl .collection-banner.text-right .contain-banner h3,
.rtl .collection-banner.text-right .contain-banner .h3,
.rtl .collection-banner.text-right .contain-banner h4,
.rtl .collection-banner.text-right .contain-banner .h4,
.rtl .collection-banner.text-right .contain-banner h5,
.rtl .collection-banner.text-right .contain-banner .h5,
.rtl .collection-banner.text-right .contain-banner h6,
.rtl .collection-banner.text-right .contain-banner .h6 {
	text-align: right
}

.rtl .collection-banner .contain-banner {
	justify-content: flex-end
}

.rtl .collection-banner .contain-banner h1,
.rtl .collection-banner .contain-banner .h1,
.rtl .collection-banner .contain-banner h2,
.rtl .collection-banner .contain-banner .h2,
.rtl .collection-banner .contain-banner h3,
.rtl .collection-banner .contain-banner .h3,
.rtl .collection-banner .contain-banner h4,
.rtl .collection-banner .contain-banner .h4,
.rtl .collection-banner .contain-banner h5,
.rtl .collection-banner .contain-banner .h5,
.rtl .collection-banner .contain-banner h6,
.rtl .collection-banner .contain-banner .h6 {
	text-align: left
}

.rtl .full-banner.p-left .banner-contain {
	float: left
}

.rtl .full-banner.p-right .banner-contain {
	float: right
}

.rtl .full-banner.p-center .banner-contain {
	left: 0;
	right: 0;
	margin: 0 auto
}

.rtl .full-banner.p-center .banner-contain h3,
.rtl .full-banner.p-center .banner-contain .h3,
.rtl .full-banner.p-center .banner-contain h4,
.rtl .full-banner.p-center .banner-contain .h4 {
	text-align: center
}

.rtl .full-banner.p-center .banner-contain .btn-solid,
.rtl .full-banner.p-center .banner-contain .btn-outline {
	float: unset
}

.rtl .full-banner.text-center .banner-contain h2,
.rtl .full-banner.text-center .banner-contain .h2,
.rtl .full-banner.text-center .banner-contain h3,
.rtl .full-banner.text-center .banner-contain .h3,
.rtl .full-banner.text-center .banner-contain h4,
.rtl .full-banner.text-center .banner-contain .h4 {
	text-align: center
}

.rtl .full-banner.text-left .banner-contain h2,
.rtl .full-banner.text-left .banner-contain .h2,
.rtl .full-banner.text-left .banner-contain h3,
.rtl .full-banner.text-left .banner-contain .h3,
.rtl .full-banner.text-left .banner-contain h4,
.rtl .full-banner.text-left .banner-contain .h4 {
	text-align: left
}

.rtl .full-banner.text-right .banner-contain h2,
.rtl .full-banner.text-right .banner-contain .h2,
.rtl .full-banner.text-right .banner-contain h3,
.rtl .full-banner.text-right .banner-contain .h3,
.rtl .full-banner.text-right .banner-contain h4,
.rtl .full-banner.text-right .banner-contain .h4 {
	text-align: right
}

.rtl .theme-card .media {
	direction: rtl
}

.rtl .theme-card .owl-prev {
	left: 0;
	right: unset
}

.rtl .theme-card .owl-next {
	right: unset;
	left: 25px
}

.rtl .theme-card .offer-slider img {
	padding: 15px 0 15px 15px
}

.rtl .theme-card .offer-slider .media .media-body a h6,
.rtl .theme-card .offer-slider .media .media-body a .h6 {
	margin-left: 61px;
	margin-right: 0
}

.rtl .theme-card .offer-slider .media .media-body .br.br-default {
	justify-content: flex-start
}

.rtl .theme-card .offer-slider .media .media-body .rating {
	text-align: right
}

.rtl .theme-card .offer-slider .media .media-body .rating i {
	padding-left: 5px
}

.rtl .theme-card.card-border h5,
.rtl .theme-card.card-border .h5 {
	padding-left: 0;
	padding-right: 50px
}

.rtl .theme-card.card-border .owl-prev {
	left: 30px
}

.rtl .theme-card.card-border .owl-next {
	left: 50px
}

.rtl .theme-card.card-border .offer-slider img {
	padding: 15px 30px 15px 15px
}

.rtl .background .contain-bg h4,
.rtl .background .contain-bg .h4,
.rtl .center-slider .offer-slider .product-box .product-info h6,
.rtl .center-slider .offer-slider .product-box .product-info .h6,
.rtl .center-slider .offer-slider .product-box .product-info h4,
.rtl .center-slider .offer-slider .product-box .product-info .h4,
.rtl .center-slider .offer-slider .product-box .product-info .color-variant {
	text-align: center
}

.rtl .center-slider:hover .owl-next {
	left: 20px;
	right: unset
}

.rtl .center-slider:hover .owl-prev {
	left: unset;
	right: 20px
}

.rtl .theme-tab .tab-title {
	-webkit-padding-start: 0
}

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
	padding: 15px 0 15px 15px
}

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .br.br-default {
	justify-content: right
}

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating {
	text-align: right
}

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6,
.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a .h6 {
	margin-left: 35px;
	margin-right: 0
}

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant {
	text-align: right;
	-webkit-padding-start: 0
}

.rtl .category-m .category-wrapper h4,
.rtl .category-m .category-wrapper .h4 {
	text-align: center
}

.rtl .category-m .category-wrapper .category-link {
	-webkit-padding-start: 0
}

.rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body a h6,
.rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body a .h6 {
	margin-right: 0;
	margin-left: 20px
}

.rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant {
	text-align: right;
	-webkit-padding-start: 0
}

.rtl .full-box .center-slider .offer-slider .product-box .product-detail.text-center .rating .br.br-default {
	justify-content: center
}

.rtl .compare-page .table-wrapper .table tbody tr th,
.rtl .compare-page .table-wrapper .table tbody tr td,
.rtl .compare-page .table-wrapper .table thead .th-compare td {
	text-align: right
}

.rtl .compare-page .table-wrapper .table thead .th-compare th .remove-compare {
	float: right
}

.rtl .product-wrap .product-detail .rating,
.rtl .product-wrap .product-detail h4,
.rtl .product-wrap .product-detail .h4,
.rtl .product-wrap .product-detail h6,
.rtl .product-wrap .product-detail .h6,
.rtl .product-wrap .product-detail .color-variant,
.rtl .product-wrap .product-info .rating,
.rtl .product-wrap .product-info h4,
.rtl .product-wrap .product-info .h4,
.rtl .product-wrap .product-info h6,
.rtl .product-wrap .product-info .h6,
.rtl .product-wrap .product-info .color-variant {
	text-align: center
}

.rtl .product-wrap .product-detail .color-variant li,
.rtl .product-wrap .product-info .color-variant li {
	margin: 0 2px
}

.rtl .product-wrap .product-detail.text-center .br.br-default,
.rtl .product-wrap .product-info.text-center .br.br-default {
	justify-content: center
}

.rtl .product-wrap .product-detail.text-center h6,
.rtl .product-wrap .product-detail.text-center .h6,
.rtl .product-wrap .product-detail.text-center h4,
.rtl .product-wrap .product-detail.text-center .h4,
.rtl .product-wrap .product-info.text-center h6,
.rtl .product-wrap .product-info.text-center .h6,
.rtl .product-wrap .product-info.text-center h4,
.rtl .product-wrap .product-info.text-center .h4 {
	text-align: center
}

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

.rtl .breadcrumb-item+.breadcrumb-item:before {
	padding-right: 0;
	padding-left: .5rem
}

.rtl .top-header .header-dropdown li:first-child {
	padding-right: 0;
	padding-left: 25px
}

.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div {
	box-shadow: 0 0 8px #ddd
}

.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media img.mr-3 {
	margin-right: unset !important;
	margin-left: 1rem !important
}

.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .close-circle {
	right: unset;
	left: 0
}

.rtl .main-menu .menu-left .navbar i {
	float: unset
}

.rtl .main-nav-center .toggle-nav {
	left: 175px;
	right: 0
}

.rtl .testimonial .testimonial-slider .slick-track .owl-item .media h5,
.rtl .testimonial .testimonial-slider .slick-track .owl-item .media .h5,
.rtl .testimonial .testimonial-slider .slick-track .owl-item .media h6,
.rtl .testimonial .testimonial-slider .slick-track .owl-item .media .h6 {
	text-align: center
}

.rtl .team .owl-next {
	right: unset;
	left: 20px
}

.rtl .team .owl-prev {
	right: unset;
	left: 0
}

.rtl .team h4,
.rtl .team .h4,
.rtl .team h6,
.rtl .team .h6 {
	text-align: center
}

.rtl .blog-page .blog-sidebar .theme-card .recent-blog {
	text-align: right
}

.rtl .blog-page .blog-sidebar .theme-card .recent-blog li .media img {
	margin-right: 0;
	margin-left: 10px
}

.rtl .blog-page .blog-sidebar .theme-card .popular-blog li .blog-date {
	margin: 0 0 0 15px
}

.rtl .blog-page .blog-media .blog-right ul {
	text-align: right
}

.rtl .blog-page .blog-media .blog-right ul li+li {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #ddd;
	padding-left: 0;
	margin-left: 0;
	border-left: none
}

.rtl .blog-detail-page .blog-detail .post-social {
	text-align: right
}

.rtl .blog-detail-page .blog-detail .post-social li+li {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #ddd;
	padding-left: 0;
	margin-left: 0;
	border-left: none
}

.rtl .blog-detail-page .blog-advance ul {
	text-align: right
}

.rtl .blog-detail-page .comment-section li img {
	margin-right: 0;
	margin-left: 20px
}

.rtl .blog-detail-page .blog-contact .theme-form label,
.rtl .blog-detail-page .blog-contact .theme-form .btn-solid,
.rtl .blog-detail-page .blog-contact .theme-form .btn-outline {
	float: right
}

.rtl .cart-section tbody tr td h2,
.rtl .cart-section tbody tr td .h2,
.rtl .cart-section tbody tr td p,
.rtl .wishlist-section tbody tr td h2,
.rtl .wishlist-section tbody tr td .h2,
.rtl .wishlist-section tbody tr td p {
	text-align: center
}

.rtl .cart-section tfoot tr td:first-child,
.rtl .wishlist-section tfoot tr td:first-child {
	padding-right: 0;
	padding-left: 10px;
	text-align: left
}

.rtl .cart-section .cart-buttons>div:last-child,
.rtl .wishlist-section .cart-buttons>div:last-child {
	text-align: left;
	padding-left: 59px;
	padding-right: 0
}

.rtl .cart-section .cart-buttons>div:first-child .btn-solid,
.rtl .cart-section .cart-buttons>div:first-child .btn-outline,
.rtl .wishlist-section .cart-buttons>div:first-child .btn-solid,
.rtl .wishlist-section .cart-buttons>div:first-child .btn-outline {
	float: right
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child {
	margin-right: 0;
	margin-left: 14px
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
	border-right: none;
	border-left: 1px solid #ddd;
	padding-right: 0;
	padding-left: 20px
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
	border-right: none;
	border-left: 1px solid #ddd;
	padding: 20px;
	background: url(assets/images/dropdown.html) no-repeat 5%
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
	border-right: none;
	border-left: 1px solid #ddd
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
	padding: 20px;
	background: url(assets/images/dropdown.html) no-repeat 5%
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .open-popup {
	left: unset;
	right: 0
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count {
	border-right: none;
	border-left: 1px solid #ddd
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count select {
	border-right: none
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul {
	float: right
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
	margin-right: 0;
	margin-left: 14px
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
	background: url(assets/images/dropdown.html) no-repeat 5%
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
	background: url(assets/images/dropdown.html) no-repeat 5%
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
	text-align: right;
	background: url(assets/images/dropdown.html) no-repeat 5%
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-view,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
	text-align: right
}

.rtl .qty-box .input-group span button {
	transform: rotate(180deg)
}

.rtl .product-pagination .product-search-count-bottom {
	padding-right: 0;
	padding-left: 15px
}

.rtl .product-pagination .pagination .page-item a i {
	transform: rotate(180deg)
}

.rtl .custom-control-label:after {
	right: -1.5rem;
	left: unset
}

.rtl .contact-page .theme-form label,
.rtl .contact-page .theme-form .btn-solid,
.rtl .contact-page .theme-form .btn-outline {
	float: right
}

.rtl .contact-page .contact-right ul li {
	padding-right: 150px;
	padding-left: 0
}

.rtl .contact-page .contact-right ul li .contact-icon {
	left: unset;
	border-left: 1px solid #ddd;
	border-right: 0;
	right: 0
}

.rtl .contact-page .contact-right ul li .contact-icon h6,
.rtl .contact-page .contact-right ul li .contact-icon .h6 {
	text-align: center
}

.rtl .faq-section .accordion.theme-accordion .card .card-header button {
	float: right;
	text-align: right
}

.rtl .faq-section .accordion.theme-accordion .card .card-header button:before {
	right: unset;
	left: 20px
}

.rtl .login-page .theme-card {
	text-align: right
}

.rtl .login-page .theme-card .theme-form label,
.rtl .register-page .theme-card .theme-form label {
	float: right
}

.rtl .typography_section .typography-box .typo-content {
	text-align: right
}

.rtl .typography_section .typography-box .typo-content .mr-2 {
	margin-right: 0 !important;
	margin-left: .5rem !important
}

.rtl .typography_section .typography-box .typo-content.input_button label {
	padding-right: 5px;
	padding-left: 0
}

.rtl .typography_section .typography-box .typo-buttons,
.rtl .typography_section .typography-box .headings {
	text-align: right
}

.rtl .template-password #container #login .actions,
.rtl .template-password #container #login .theme-form h3,
.rtl .template-password #container #login .theme-form .h3,
.rtl .template-password #container #login h2,
.rtl .template-password #container #login .h2,
.rtl .template-password #container #powered p {
	text-align: center
}

.rtl .order-success-sec .order-detail {
	text-align: right
}

.rtl .product-right .rating,
.rtl .product-right .color-variant,
.rtl .product-right.product-form-box h4,
.rtl .product-right.product-form-box .h4,
.rtl .product-right.product-form-box h3,
.rtl .product-right.product-form-box .h3,
.rtl .product-right.product-form-box h6,
.rtl .product-right.product-form-box .h6 {
	text-align: center
}

.rtl .product-right .product-icon .product-social li {
	padding-right: 0;
	padding-left: 30px
}

.rtl .product-right .product-icon .wishlist-btn i {
	border-left: none;
	border-right: 1px solid #ddd;
	padding-left: 0;
	margin-left: 0;
	padding-right: 10px;
	margin-right: 5px
}

.rtl .product-right .product-icon .wishlist-btn span {
	padding-left: 0;
	padding-right: 10px
}

.rtl .product-right .payment-card-bottom {
	text-align: right
}

.rtl .product-right .payment-card-bottom ul li {
	padding-right: 0;
	padding-left: 10px
}

.rtl .authentication-page .text-center h3,
.rtl .authentication-page .text-center .h3,
.rtl .authentication-page .text-center p {
	text-align: center
}

.rtl .single-product-tables,
.rtl .single-product-tables.detail-section,
.rtl .tab-product .theme-form input,
.rtl .product-full-tab .theme-form input {
	text-align: right
}

.rtl .tab-product .tab-content .theme-form .media .ml-3,
.rtl .product-full-tab .tab-content .theme-form .media .ml-3 {
	margin-left: 0 !important;
	margin-right: 1rem !important
}

.rtl .theme-form {
	text-align: right
}

.rtl .collection .collection-block .collection-content h3,
.rtl .collection .collection-block .collection-content .h3,
.rtl .collection .collection-block .collection-content h4,
.rtl .collection .collection-block .collection-content .h4,
.rtl .collection .collection-block .collection-content p {
	text-align: center
}

.rtl .rtl-product-right-slick .owl-next,
.rtl .rtl-product-slick .owl-next {
	right: unset;
	left: 1px;
	transform: rotate(180deg)
}

.rtl .rtl-product-right-slick .owl-prev,
.rtl .rtl-product-slick .owl-prev {
	left: unset;
	right: 1px;
	transform: rotate(180deg)
}

.rtl .rtl-product-right-slick:hover .owl-next,
.rtl .rtl-product-slick:hover .owl-next {
	right: unset;
	left: 20px
}

.rtl .rtl-product-right-slick:hover .owl-prev,
.rtl .rtl-product-slick:hover .owl-prev {
	left: unset;
	right: 20px
}

.rtl .collection-wrapper .product-right .product-buttons,
.rtl .collection-wrapper .product-right .size-box {
	text-align: center
}

.rtl .collection-wrapper .product-right .size-box ul li {
	margin-right: 0;
	margin-left: 10px
}

.rtl .collection-wrapper .product-right .product-description h6 span,
.rtl .collection-wrapper .product-right .product-description .h6 span,
.rtl .collection-mobile-back span i {
	float: left
}

.rtl .modal-header .close {
	padding: unset;
	margin: unset
}

.rtl .collection-collapse-block .collapse-block-title:after {
	left: -3px;
	right: unset
}

.rtl .collection-filter-block .product-service .media .media-body {
	padding-right: 10px;
	padding-left: 0
}

.rtl .collection-sidebar-banner {
	text-align: right
}

.rtl .tab-border .nav-border {
	border-right: 0;
	border-left: 1px solid #ddd
}

.rtl .product-pagination .pagination .page-item.active a {
	border-right: none
}

.rtl .custom-control {
	padding-left: 0;
	padding-right: 1.5rem
}

.rtl .collection-collapse-block .collection-collapse-block-content .color-selector ul,
.rtl .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
	text-align: right
}

.rtl .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
	padding-right: 25px;
	padding-left: 0
}

.rtl .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
	right: unset;
	left: 17px;
	padding-right: 0;
	padding-left: 10px
}

.rtl .theme-modal .modal-dialog .quick-view-modal button.close {
	left: 10px;
	right: 0
}

.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6,
.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a .h6 {
	text-align: center
}

.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 i,
.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a .h6 i {
	margin-left: 8px;
	margin-right: 0
}

.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6,
.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail .h6,
.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h4,
.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail .h4 {
	text-align: center
}

.rtl .custom-control-label:before {
	right: -1.5rem;
	left: 0
}

.rtl .product-wrapper-grid.list-view .product-box .product-detail {
	padding-right: 15px !important;
	padding-left: 0 !important
}

.rtl .top-header .header-contact {
	text-align: right
}

.rtl .top-header .header-contact li {
	padding-right: 0;
	padding-left: 25px
}

.rtl .top-header .header-contact li i {
	padding-right: 0;
	padding-left: 10px
}

.rtl .top-header .header-dropdown {
	text-align: left
}

.rtl .top-header .header-dropdown .onhover-show-div li {
	padding-right: 0
}

.rtl .top-header .header-dropdown li i {
	padding-right: 0;
	padding-left: 5px
}

.rtl .main-menu .menu-right {
	float: left
}

.rtl .search-overlay>div .overlay-content button {
	right: unset;
	left: 10px
}

.rtl .footer-theme .sub-title {
	text-align: right
}

.rtl .footer-theme .sub-title li a:before {
	right: 0
}

.rtl .footer-theme .sub-title .contact-list li {
	padding-left: 0;
	padding-right: 25px
}

.rtl .footer-theme .sub-title .contact-list i {
	left: unset;
	right: 0
}

.rtl .footer-logo {
	text-align: right
}

.rtl .footer-social li,
.rtl .social-white li {
	padding-right: 0;
	padding-left: 45px
}

.rtl .sub-footer .payment-card-bottom li {
	padding-left: 0;
	padding-right: 15px
}

.rtl .footer-theme2 .footer-block h4,
.rtl .footer-theme2 .footer-block .h4,
.rtl .footer-theme2 .footer-block h2,
.rtl .footer-theme2 .footer-block .h2,
.rtl .footer-theme2 .footer-title h4,
.rtl .footer-theme2 .footer-title .h4,
.rtl .footer-theme2 .footer-title h2,
.rtl .footer-theme2 .footer-title .h2,
.rtl .footer-theme2 .footer-logo {
	text-align: center
}

.rtl .footer-theme2 .social-white li {
	padding-left: 22px;
	padding-right: 22px
}

.rtl .dark-layout h2,
.rtl .dark-layout .h2,
.rtl .dark-layout .footer-contant p {
	text-align: center
}

.rtl .subscribe-form.classic-form .form-control {
	margin-left: 0;
	margin-right: 15px
}

.rtl .rtl-text .product-right .color-variant,
.rtl .rtl-text .product-right .size-box,
.rtl .rtl-text .product-right .product-buttons,
.rtl .rtl-text .product-right .border-product {
	text-align: right
}

.rtl .search-block .form-header .input-group i {
	padding-right: 0;
	padding-left: 10px
}

.rtl .payment-box .payment-options li .radio-option {
	text-align: right
}

.rtl .payment-box .payment-options li .radio-option label {
	padding-right: 30px;
	padding-left: 0
}

.rtl .payment-box .payment-options li .radio-option input[type=radio] {
	right: 0;
	left: unset
}

.rtl .order-box .total li .count,
.rtl .order-box .sub-total .shipping {
	text-align: right
}

.rtl .order-box .sub-total .shopping-option label {
	padding-left: 0;
	padding-right: 10px
}

.rtl .order-box .sub-total li .count,
.rtl .order-box .qty li span,
.rtl .order-box .title-box span {
	text-align: right
}

.rtl .error-section h1,
.rtl .error-section .h1,
.rtl .error-section h2,
.rtl .error-section .h2 {
	text-align: center
}

.rtl .dashboard .box .box-title>a {
	right: unset;
	left: 0
}

.rtl .dashboard .box address {
	text-align: right
}

.rtl .success-text h2,
.rtl .success-text .h2,
.rtl .success-text p {
	text-align: center
}

.rtl .product-order .product-order-detail {
	text-align: right
}

.rtl .product-order .final-total h3 span,
.rtl .product-order .final-total .h3 span {
	float: left
}

.rtl .delivery-sec h2,
.rtl .delivery-sec .h2,
.rtl .delivery-sec h3,
.rtl .delivery-sec .h3 {
	text-align: center
}

.box-layout-body {
	background-color: #f9f9f9
}

.box-layout-body .box-layout-header {
	background-color: #fff
}

.box-layout-body .box-layout {
	margin-top: -70px;
	margin-bottom: 5px;
	box-shadow: 0 0 8px #ddd;
	position: relative;
	background-color: #fff
}

.box-layout-body .box-layout .full-banner {
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 200px;
	padding-bottom: 200px
}

.portfolio-section {
	padding-bottom: 40px
}

.portfolio-section .article-title {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #fff;
	transition: all .5s ease;
	text-align: center;
	float: left;
	font-size: 18px;
	line-height: 24px
}

.portfolio-section .article-title a {
	color: #fff
}

.portfolio-section .isotopeSelector {
	float: left;
	width: 100%;
	position: relative;
	animation: zoomIn .4s linear
}

.portfolio-section .isotopeSelector .overlay {
	position: relative;
	border: 1px solid #ddd
}

.portfolio-section .isotopeSelector img {
	width: 100%;
	height: auto
}

.portfolio-section .isotopeSelector {
	margin-bottom: 30px
}

.portfolio-section .isotopeSelector img {
	transition: all .4s ease
}

.portfolio-section .isotopeSelector .overlay-background {
	transform: scale(0);
	transition: all .4s ease
}

.portfolio-section .isotopeSelector .overlay-background i {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
	padding: 10px;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	color: var(--theme-deafult);
	font-size: 22px;
	display: none;
	transition: all .4s ease;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center
}

.portfolio-section .isotopeSelector:hover img {
	transform: scale(1.2) rotate(2deg);
	transition: all .4s ease
}

.portfolio-section .isotopeSelector:hover .overlay-background {
	transform: scale(1);
	border: 3px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(var(--theme-deafult), .2);
	transition: all .4s ease
}

.portfolio-section .isotopeSelector:hover .overlay-background i {
	display: flex;
	transition: all .4s ease
}

.portfolio-section .border-portfolio {
	margin: 3px;
	overflow: hidden
}

.portfolio-section #form1 {
	padding-bottom: 20px
}

.portfolio-section .filter-button {
	padding: 0 24px;
	font-size: 20px;
	line-height: 35px;
	border: none;
	background-color: #fff
}

.portfolio-section .filter-button.active {
	background-color: var(--theme-deafult);
	color: #fff
}

.portfolio-section.fullwidth-portfolio .isotopeSelector {
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 14px
}

.portfolio-section.metro-section .product-box .product-detail {
	opacity: 0;
	position: absolute;
	background-color: #fff;
	padding: 10px;
	transition: all .5s ease;
	width: 65%;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -10px;
	text-align: center
}

.portfolio-section.metro-section .product-box .product-detail h6,
.portfolio-section.metro-section .product-box .product-detail .h6 {
	color: #525252;
	padding-top: 0;
	margin-top: -2px
}

.portfolio-section.metro-section .product-box .product-detail h4,
.portfolio-section.metro-section .product-box .product-detail .h4 {
	font-weight: 400;
	color: #000
}

.portfolio-section.metro-section .product-box .cart-wrap {
	top: 7px;
	right: 7px;
	opacity: 1
}

.portfolio-section.metro-section .product-box .cart-wrap button {
	border: 1px solid #fff;
	border-radius: 100%;
	background-color: #fffc;
	opacity: 1
}

.portfolio-section.metro-section .product-box .cart-wrap button i {
	padding: 7px;
	color: #333
}

.portfolio-section.metro-section .product-box .cart-wrap a i {
	border-radius: 100%;
	border: 1px solid #fff;
	margin: 5px 0;
	background-color: #fffc;
	padding: 7px;
	color: #333;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.portfolio-section.metro-section .product-box:hover .product-detail {
	opacity: 1;
	transition: all .5s ease;
	bottom: 15px
}

.portfolio-section.metro-section .product-box:hover .cart-wrap button {
	animation: none
}

.portfolio-section.metro-section .product-box:hover .cart-wrap a i {
	opacity: 1
}

.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(2) i {
	animation: fadeInDown .5s ease-in-out
}

.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(3) i {
	animation: fadeInDown .7s ease-in-out
}

.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(4) i {
	animation: fadeInDown 1s ease-in-out
}

.filter-section .filter-container {
	text-align: center;
	padding: 0 0 20px
}

.filter-section .filter-container ul.filter>li {
	padding: 0 25px
}

.filter-section .filter-container ul.filter>li>a {
	color: var(--theme-deafult);
	font-size: 20px;
	line-height: 40px
}

.filter-section .filter-container ul.filter>li>a:hover,
.filter-section .filter-container ul.filter>li>a:focus {
	text-decoration: none;
	color: var(--theme-deafult);
	outline: none
}

.filter-section .filter-container ul.filter>li.active {
	background-color: var(--theme-deafult)
}

.filter-section .filter-container ul.filter>li.active a {
	color: #fff
}

.filter-section .filter-container ul.filter>li span {
	color: #ddd;
	font-size: 20px;
	display: inline-block;
	margin: 0 5px
}

.filter-section .filter-container .filter>li {
	padding: 0;
	margin: 0
}

.filter-section .title1 .title-inner1 {
	margin-top: -5px
}

.filter-section h1,
.filter-section .h1 {
	text-align: center
}

.demo-colored-wrap {
	background: #ecf0f1
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0
}

.offer-box {
	top: 50%;
	position: fixed;
	transform: translateY(-50%);
	display: flex;
	left: -415px;
	transition: all .5s ease;
	z-index: 9
}

.offer-box img {
	margin-right: 18px
}

.offer-box.toggle-cls {
	left: 0;
	transition: all .5s ease
}

.offer-box .heading-right h3,
.offer-box .heading-right .h3 {
	position: absolute;
	top: 50%;
	right: 0;
	width: 230px;
	height: 36px;
	line-height: 36px;
	letter-spacing: 5px;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	transform: translate(50%, -50%) rotate(-90deg);
	text-align: center;
	background-color: var(--theme-deafult);
	margin-bottom: 0;
	cursor: pointer
}

.layout-8 {
	padding: 0 80px
}

.layout-8 .layout-8-bg {
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
	padding: 0 15px;
	animation: 10s linear 0s normal none infinite animate
}

.layout-8 .layout-8-bg .layout7-product .product-box .details-product {
	opacity: 1
}

.layout-8 .layout-8-bg .layout7-product .product-box:hover .details-product {
	animation: none
}

.white-bg {
	background-color: #fff
}

@keyframes animate {
	0% {
		background-position: 0 0
	}

	to {
		background-position: 0 500px
	}
}

.pets-box .product-box .img-wrapper .cart-info {
	position: absolute;
	padding: 10px;
	border: none;
	transform: perspective(500px) rotateX(90deg);
	bottom: 0;
	z-index: 1
}

.pets-box .product-box .img-wrapper .cart-info:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--theme-deafult);
	opacity: .3;
	z-index: -1
}

.pets-box .product-box .img-wrapper .cart-info i {
	padding: 5px;
	margin: 0 3px;
	background-color: #fff
}

.pets-box .product-box .img-wrapper .cart-info a {
	border-left: none
}

.pets-box .product-box .product-detail {
	text-align: center;
	background-color: #fafafa
}

.pets-box .product-box .product-detail .rating {
	margin-top: 0;
	padding-top: 15px
}

.pets-box .product-box:hover {
	box-shadow: 0 0 15px #00000014
}

.pets-box .product-box:hover .cart-info {
	transform: perspective(500px) rotateX(0)
}

.pets-box .br.br-default {
	margin: 0 0 15px;
	justify-content: center;
	display: flex
}

.pets-box .product-m .owl-item .img-wrapper {
	margin: 0
}

.small-slider .home-slider .home,
.small-slider .home-slider .home .slider-contain {
	height: 55vh
}

.small-slider .home-slider .home .slider-contain h4,
.small-slider .home-slider .home .slider-contain .h4,
.small-slider .home-slider .home .slider-contain h1,
.small-slider .home-slider .home .slider-contain .h1 {
	color: #000
}

.banner-6 .collection-banner .contain-banner.banner-3 h2,
.banner-6 .collection-banner .contain-banner.banner-3 .h2 {
	color: #222
}

.absolute_banner {
	margin-bottom: 22px
}

.absolute_banner .collection-banner {
	overflow: unset
}

.absolute_banner .collection-banner .absolute-contain {
	position: absolute;
	background-color: #fff;
	bottom: -22px;
	left: 50%;
	transform: translate(-50%);
	padding: 20px;
	box-shadow: 0 0 5px #00000059;
	min-width: 85%;
	text-align: center;
	transition: all .5s ease
}

.absolute_banner .collection-banner .absolute-contain h3,
.absolute_banner .collection-banner .absolute-contain .h3 {
	color: var(--theme-deafult);
	text-transform: capitalize;
	margin-top: -5px;
	font-weight: 400
}

.absolute_banner .collection-banner .absolute-contain h4,
.absolute_banner .collection-banner .absolute-contain .h4 {
	color: #000;
	margin-bottom: 0
}

.absolute_banner .collection-banner:hover img {
	transform: none
}

.banner-top-cls {
	margin-top: 30px
}

.j-box .product-box {
	width: auto;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 12px;
	overflow: hidden;
	margin: 0 10px
}

.j-box .product-box .cart-info {
	display: flex;
	left: 0;
	background-color: #fafafad6;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	bottom: -30px;
	transition: all .5s ease
}

.j-box .product-box .cart-info a {
	border-left: 1px solid #ddd
}

.j-box .product-box .cart-info a i {
	padding: 12px
}

.j-box .product-box .product-detail {
	padding-left: 15px;
	padding-bottom: 15px;
	background-color: #fafafa
}

.j-box .product-box .product-detail .rating {
	margin-top: 0;
	padding-top: 15px
}

.j-box .product-box:hover .img-wrapper .cart-info {
	opacity: 1;
	transition: all .5s ease;
	bottom: 0
}

.j-box .product-box:hover .img-wrapper .cart-info button {
	animation: none
}

.j-box .product-box:hover .img-wrapper .cart-info a:nth-child(2) i {
	animation: none
}

.j-box .product-box:hover .img-wrapper .cart-info a:nth-child(3) i {
	animation: none
}

.j-box .product-box:hover .img-wrapper .cart-info a:nth-child(4) i {
	animation: none
}

.pet-parallax {
	position: relative
}

.pet-parallax .pet-decor {
	position: absolute;
	left: 110px;
	bottom: -164px
}

.pet-parallax .banner-contain h4,
.pet-parallax .banner-contain .h4,
.pet-parallax .banner-contain h3,
.pet-parallax .banner-contain .h3,
.pet-parallax .banner-contain p {
	color: #212121
}

.pet-parallax .banner-contain p {
	max-width: 75%;
	margin: 0 auto;
	line-height: 22px;
	font-size: 16px;
	letter-spacing: .04em
}

.pet-parallax .banner-contain h4,
.pet-parallax .banner-contain .h4 {
	letter-spacing: .05em;
	padding-top: 0 !important;
	margin-bottom: 0;
	line-height: 1.3;
	margin-top: -7px
}

.pet-parallax .banner-contain h3,
.pet-parallax .banner-contain .h3 {
	margin: 15px 0;
	font-size: 48px
}

.pet-parallax .full-banner {
	padding-top: 130px;
	padding-bottom: 130px
}

footer.pet-layout-footer .white-layout {
	background-color: #f5e1d0
}

footer.pet-layout-footer .footer-brand-logo {
	margin-bottom: 20px
}

footer.pet-layout-footer .sub-footer.black-subfooter {
	background-color: var(--theme-deafult)
}

footer.pet-layout-footer .sub-footer p {
	padding: 15px 0;
	color: #fff
}

footer.pet-layout-footer .social-white {
	display: block;
	margin-top: 40px;
	margin-bottom: 30px
}

.blog.blog_box .blog-details {
	text-align: left;
	padding: 0
}

.blog.blog_box .blog-details p {
	font-size: 14px;
	text-transform: none;
	color: #333;
	font-weight: 400;
	margin-bottom: 8px;
	margin-top: 3px
}

.blog.blog_box .blog-details a p {
	color: #40494f;
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 10px
}

.blog.blog_box .blog-details .read-cls {
	text-transform: capitalize;
	font-weight: 400;
	color: #000
}

.header-metro {
	position: absolute;
	width: 100%
}

.header-metro .top-header {
	background-color: transparent;
	z-index: 9;
	position: relative
}

.header-metro .metro {
	background-color: #fff;
	z-index: 9;
	position: relative
}

.metro-section .product-box .product-detail {
	opacity: 0;
	position: absolute;
	background-color: #fff;
	padding: 10px;
	transition: all .5s ease;
	width: 65%;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -10px;
	text-align: center
}

.metro-section .product-box .product-detail h6,
.metro-section .product-box .product-detail .h6 {
	color: #525252;
	padding-top: 0;
	margin-top: -2px
}

.metro-section .product-box .product-detail h4,
.metro-section .product-box .product-detail .h4 {
	font-weight: 400;
	color: #000
}

.metro-section .product-box .cart-wrap {
	top: 7px;
	right: 7px;
	opacity: 1
}

.metro-section .product-box .cart-wrap button {
	border: 1px solid #fff;
	border-radius: 100%;
	background-color: #fffc;
	opacity: 1
}

.metro-section .product-box .cart-wrap button i {
	padding: 7px;
	color: #333
}

.metro-section .product-box .cart-wrap a i {
	border-radius: 100%;
	border: 1px solid #fff;
	margin: 5px 0;
	background-color: #fffc;
	padding: 7px;
	color: #333;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.metro-section .product-box:hover .product-detail {
	opacity: 1;
	transition: all .5s ease;
	bottom: 15px
}

.metro-section .product-box:hover .cart-wrap button {
	animation: none
}

.metro-section .product-box:hover .cart-wrap a i {
	opacity: 1
}

.metro-section .product-box:hover .cart-wrap a:nth-child(2) i {
	animation: fadeInDown .5s ease-in-out
}

.metro-section .product-box:hover .cart-wrap a:nth-child(3) i {
	animation: fadeInDown .7s ease-in-out
}

.metro-section .product-box:hover .cart-wrap a:nth-child(4) i {
	animation: fadeInDown 1s ease-in-out
}

.metro-slider .home-slider .home {
	background-position-y: 70%
}

.metro-slider .home-slider .home .slider-contain {
	margin-top: 75px
}

.metro-slider .home-slider .home .slider-contain h4,
.metro-slider .home-slider .home .slider-contain .h4,
.metro-slider .home-slider .home .slider-contain h1,
.metro-slider .home-slider .home .slider-contain .h1 {
	color: #000
}

.gym-parallax .title1 h2,
.gym-parallax .title1 .h2,
.gym-parallax .product-para p {
	color: #fff
}

.gym-parallax .instagram-box .overlay {
	background: linear-gradient(-180deg, rgba(var(--theme-gradient1), .8) 0%, rgba(var(--theme-gradient2), .8) 99%)
}

.gym-product {
	text-align: center
}

.gym-product .product-box {
	background-color: #fff;
	padding: 15px;
	box-shadow: 0 0 8px #ddd;
	transition: all .5s ease
}

.gym-product .product-box .img-wrapper {
	position: unset
}

.gym-product .product-box .img-wrapper .cart-info {
	z-index: 1;
	display: flex;
	left: 0;
	height: 100%;
	align-items: center;
	bottom: 0;
	top: 0
}

.gym-product .product-box .img-wrapper .cart-info i {
	background: linear-gradient(180deg, var(--theme-gradient1) 0%, var(--theme-gradient2) 99%);
	color: #fff9;
	border-radius: 100%;
	margin: 0 5px;
	transition: all .5s ease
}

.gym-product .product-box .img-wrapper .cart-info button:hover i,
.gym-product .product-box .img-wrapper .cart-info a:hover i {
	color: #fff
}

.gym-product .product-box .product-detail h4,
.gym-product .product-box .product-detail .h4 {
	color: #222 !important
}

.gym-product .product-box .product-detail h6,
.gym-product .product-box .product-detail .h6 {
	color: #777
}

.gym-product .product-box .br.br-default {
	display: flex;
	justify-content: center
}

.gym-product .product-box:hover {
	transform: scale(1.02);
	transition: all .5s ease
}

.gym-product .product-box:hover .img-wrapper .cart-info {
	opacity: 1;
	transition: all .5s ease
}

.gym-product .product-box:hover .img-wrapper .cart-info button {
	animation: fadeInUp .3s ease-in-out
}

.gym-product .product-box:hover .img-wrapper .cart-info a:nth-child(2) i {
	animation: fadeInUp .5s ease-in-out
}

.gym-product .product-box:hover .img-wrapper .cart-info a:nth-child(3) i {
	animation: fadeInUp .7s ease-in-out
}

.gym-product .product-box:hover .img-wrapper .cart-info a:nth-child(4) i {
	animation: fadeInUp 1s ease-in-out
}

.gym-product .partition-cls>div:nth-child(-n+4) {
	margin-bottom: 30px
}

.gym-blog .blog-details {
	text-align: left;
	padding-left: 0
}

.gym-blog .blog-details p {
	margin-bottom: 3px
}

.gym-blog hr.style1 {
	margin-left: 0
}

.gym-banner .collection-banner .contain-banner h4,
.gym-banner .collection-banner .contain-banner .h4,
.gym-banner .collection-banner .contain-banner h2,
.gym-banner .collection-banner .contain-banner .h2 {
	color: #fff
}

.bg-img-gym {
	background-image: url(assets/images/gym-bg.html)
}

.bg-img-gym .dark-layout {
	background-color: transparent
}

.bg-img-gym .footer-theme2 p,
.bg-img-gym .footer-theme2 .contact-details li,
.bg-img-gym .footer-theme2 .contact-details li a {
	color: #fff
}

.bg-img-gym .footer-theme2 .footer-link a,
.bg-img-gym .footer-theme2 .footer-link-b a {
	color: #ebebeb
}

.bg-img-gym .sub-footer.darker-subfooter {
	background-color: #000
}

.bg-img-gym .sub-footer.darker-subfooter p {
	color: #fff
}

.tap-top.gradient-top {
	background: linear-gradient(0deg, rgb(255, 76, 59) 0%, rgb(187, 71, 62) 100%)
}

.banner-furniture {
	padding-left: 15px;
	padding-right: 15px
}

.banner-furniture .collection-banner .contain-banner.banner-3 h2,
.banner-furniture .collection-banner .contain-banner.banner-3 .h2 {
	color: #222;
	margin-bottom: 0
}

.banner-furniture .collection-banner .contain-banner.banner-3 h4,
.banner-furniture .collection-banner .contain-banner.banner-3 .h4 {
	color: var(--theme-deafult)
}

.gym-slider .home-slider .home,
.gym-slider .home-slider .home .slider-contain {
	height: 85vh
}

.gym-slider .home-slider .home .slider-contain h4,
.gym-slider .home-slider .home .slider-contain .h4,
.gym-slider .home-slider .home .slider-contain h1,
.gym-slider .home-slider .home .slider-contain .h1 {
	color: #fff
}

.header-gym {
	position: absolute;
	width: 100%;
	z-index: 2;
	background-color: transparent
}

.header-gym .cart_qty_cls {
	top: 11%
}

.header-gym .main-navbar .nav-menu>li>a .lable-nav {
	top: 2px
}

.header-gym .main-menu {
	background-color: #000c;
	padding: 0 15px;
	z-index: 1
}

.header-gym .main-menu .menu-left .navbar {
	padding: 20px 45px 20px 0
}

.header-gym .main-menu .menu-left .navbar i {
	color: #fff
}

.header-gym .main-menu .brand-logo {
	padding-top: 20px;
	padding-bottom: 20px
}

.header-gym .main-menu .onhover-div .show-div {
	top: 70px
}

.header-gym .sidebar-back i {
	color: #000
}

.header-gym .sm-horizontal>li>a {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff
}

.header-gym .sm-horizontal>li>a:hover,
.header-gym .sm-horizontal>li>a:active,
.header-gym .sm-horizontal>li>a:focus,
.header-gym .sm-horizontal>li>a.highlighted {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff
}

.header-gym .onhover-div {
	padding-top: 20px;
	padding-bottom: 20px
}

.header-gym .onhover-div>div img {
	filter: brightness(54)
}

.header-gym .top-header {
	z-index: 1;
	position: relative;
	background: 0 0
}

.header-gym .top-header .header-contact li,
.header-gym .top-header .header-contact li i,
.header-gym .top-header .header-dropdown li,
.header-gym .top-header .header-dropdown li a {
	color: #fff
}

.header-gym .top-header .header-dropdown li a i {
	color: #fff;
	padding-right: 8px
}

.header-gym .top-header.blue-layout {
	border-bottom: 1px solid #223b7d
}

.btn-gradient {
	background: var(--theme-deafult);
	background: linear-gradient(180deg, #01effc 0%, var(--theme-gradient2) 99%);
	transition: background .3s ease-in-out;
	background-size: 300% 100%;
	border: none
}

.btn-gradient:hover {
	background: linear-gradient(-180deg, var(--theme-gradient2) 0%, #01effc 99%);
	transition: background .3s ease-in-out;
	color: #fff
}

.left-header .top-header {
	padding-left: 300px;
	background-color: #fff
}

.left-header .top-header .header-dropdown .mobile-wishlist img,
.left-header .top-header .header-dropdown .mobile-account img {
	display: block
}

.left-header .top-header .header-dropdown .mobile-wishlist i,
.left-header .top-header .header-dropdown .mobile-account i {
	display: none
}

.left-header .onhover-div {
	padding-top: 15px;
	padding-bottom: 15px
}

.left-header .onhover-div>div img {
	width: 20px;
	height: auto
}

.left-header .onhover-div .show-div {
	top: 56px
}

.left-header .sidenav {
	left: 0;
	box-shadow: 0 0 1px #00000040
}

.left-header .sidenav .sidebar-back {
	display: none
}

.left-header .sidenav nav {
	background-color: #fff
}

.left-header .sidenav .pixelstrap>li>a {
	padding: 10px 0 20px
}

.left-header .sidenav .pixelstrap>li>a:hover,
.left-header .sidenav .pixelstrap>li>a:focus {
	padding: 10px 0 20px;
	background-color: #fff
}

.left-header .sidenav .pixelstrap>li .lable-nav {
	top: -12px;
	background-color: #eee
}

.left-header .sidenav .pixelstrap>li .lable-nav:before {
	border-top: 5px solid #ff4c3b
}

.left-header .sidenav .pixelstrap>li .lable-nav.grey-lable {
	background-color: #4d6171
}

.left-header .sidenav .pixelstrap>li .lable-nav.grey-lable:before {
	border-top: 5px solid #4d6171
}

.left-header .sidenav .left-sidebar_search {
	width: 100%;
	background-color: #fff
}

.left-header .sidenav .left-sidebar_search input {
	height: 55px;
	width: 95%;
	border: none;
	padding-left: 15px;
	background-color: transparent
}

.left-header .sidenav .left-sidebar_search .btn-search {
	position: absolute;
	right: 10px;
	top: 20px;
	border: none;
	background-color: transparent
}

.left-header .sidenav .left-sidebar_center {
	padding: 40px 0 30px 30px;
	background-color: #fff
}

.left-header .sidenav .bottom-section {
	padding: 70px 25px
}

.left-header .sidenav .bottom-section .icon_settings li {
	display: inline-block
}

.left-header .sidenav .bottom-section .icon_settings .shopping-cart {
	position: relative
}

.left-header .sidenav .bottom-section .icon_settings .shopping-cart .shopping-count {
	width: 18px;
	height: 18px;
	background-color: #ff4c3b;
	color: #fff;
	position: absolute;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -7px;
	right: 7px
}

.left-header .sidenav .bottom-section ul li {
	display: inline-block;
	padding: 8px 15px 8px 0
}

.left-header .sidenav .bottom-section ul li a {
	font-size: 16px;
	text-transform: capitalize;
	color: #222
}

.left-header .sidenav .bottom-section ul li a i {
	font-size: 18px;
	padding-right: 5px;
	color: #222
}

.left-header .sidenav .bottom-section .leftside_setting .language,
.left-header .sidenav .bottom-section .leftside_setting .currency {
	display: flex
}

.left-header .sidenav .bottom-section .leftside_setting .language h5,
.left-header .sidenav .bottom-section .leftside_setting .language .h5,
.left-header .sidenav .bottom-section .leftside_setting .currency h5,
.left-header .sidenav .bottom-section .leftside_setting .currency .h5 {
	margin-bottom: 0;
	text-transform: capitalize;
	color: #999;
	margin-top: 0
}

.left-header .sidenav .bottom-section .leftside_setting .language select,
.left-header .sidenav .bottom-section .leftside_setting .currency select {
	margin-left: 10px;
	border: none;
	outline: none;
	text-transform: capitalize;
	color: #222
}

.left-header .sidenav .bottom-section .leftside_setting h5,
.left-header .sidenav .bottom-section .leftside_setting .h5 {
	margin-top: 10px
}

.left-header .sidenav .leftside_social {
	position: relative;
	width: 100%;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px dashed #ddd
}

.left-header .sidenav .leftside_social .footer-social {
	margin-top: 0
}

.left-header .sidenav .leftside_social .footer-social i {
	font-size: 18px
}

.left-header .sidenav .leftside_social .footer-social li {
	padding: 10px
}

.left-header .sidenav .leftside_social .call_us h5,
.left-header .sidenav .leftside_social .call_us .h5 {
	text-align: center
}

.left-header .sidenav .leftside_social .call_us h5 span,
.left-header .sidenav .leftside_social .call_us .h5 span {
	display: block
}

.left-header .main-menu {
	justify-content: flex-end
}

.left-header .main-menu .brand-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px dashed #ddd
}

.left-header .main-menu .menu-right .header-dropdown>li img {
	width: 20px;
	height: auto
}

.left-header .main-menu .menu-right .icon-nav .onhover-div>img {
	width: 20px;
	height: auto
}

.left-header .main-menu .menu-left .navbar,
.left-header .main-menu .menu-left .mobile-logo {
	display: none
}

.left-header .search-overlay,
.left-sidebar_space {
	padding-left: 300px
}

.header-6 .top-header {
	background-color: var(--theme-deafult)
}

.header-6 .top-header .header-contact li,
.header-6 .top-header .header-contact li i,
.header-6 .top-header .header-dropdown li,
.header-6 .top-header .header-dropdown li a,
.header-6 .top-header .header-dropdown li a i {
	color: #fff
}

.header-6 .mobile-search {
	display: none
}

.form_search {
	height: 45px;
	box-shadow: 0 0 0 1px #e2e2e2;
	overflow: hidden;
	position: relative;
	width: 525px;
	background-color: #f5f5f5;
	border-radius: 25px
}

.form_search input {
	width: 100%;
	height: 45px;
	font-size: 16px;
	color: #a9a9a9;
	border: none;
	outline: none;
	background: 0 0;
	padding: 0 10px
}

.form_search button {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 40px;
	height: 35px;
	padding: 0;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: transparent;
	border-radius: 5px
}

.form_search button i {
	font-size: 18px;
	color: var(--theme-deafult)
}

.header-tools {
	position: absolute;
	width: 100%;
	top: 35px;
	z-index: 2;
	background-color: transparent
}

.header-tools .container {
	padding-left: 30px;
	padding-right: 30px;
	background-color: #fff
}

.header-tools .top-header {
	background-color: transparent
}

.header-tools .top-header .container {
	background-color: var(--theme-deafult)
}

.header-tools .top-header .header-contact {
	padding: 10px 0
}

.header-tools .top-header .header-contact li {
	color: #fff
}

.header-tools .top-header .header-dropdown li {
	color: #fff;
	padding: 10px 0 10px 25px
}

.header-tools .top-header .header-dropdown li a,
.header-tools .top-header .header-dropdown li a i,
.header-tools .top-header .header-dropdown li:hover i {
	color: #fff
}

.header-tools .logo-menu-part {
	background-color: #fff;
	border-bottom: 2px solid var(--theme-deafult)
}

.header-tools .main-menu .menu-left .navbar {
	padding: 25px 45px 25px 0
}

.header-tools .main-menu .brand-logo {
	padding-top: 25px;
	padding-bottom: 25px
}

.header-tools .sm-horizontal>li>a {
	padding-top: 25px;
	padding-bottom: 25px
}

.header-tools .sm-horizontal>li>a:hover,
.header-tools .sm-horizontal>li>a:active,
.header-tools .sm-horizontal>li>a:focus,
.header-tools .sm-horizontal>li>a.highlighted {
	padding-top: 25px;
	padding-bottom: 25px
}

.header-tools .sm-horizontal li .lable-nav {
	top: 5px
}

.header-tools .onhover-div {
	padding-top: 25px;
	padding-bottom: 25px
}

.header-tools .cart_qty_cls {
	top: 16%;
	right: -14px
}

.tools-bg {
	background-color: #f5f5f5
}

.tools-bg section {
	background-color: #f5f5f5
}

.tools-parallax.small-slider .home-slider .home .slider-contain h4,
.tools-parallax.small-slider .home-slider .home .slider-contain .h4,
.tools-parallax.small-slider .home-slider .home .slider-contain h1,
.tools-parallax.small-slider .home-slider .home .slider-contain .h1 {
	color: #fff
}

.tools-parallax-product.full-banner {
	padding-top: 110px;
	padding-bottom: 110px
}

.tools-parallax-product .tools-description h3,
.tools-parallax-product .tools-description .h3 {
	color: #fff;
	text-transform: uppercase;
	margin-top: -5px
}

.tools-parallax-product .tools-description .tools-form .search-box {
	width: 75%;
	margin: 20px 0
}

.tools-parallax-product .tools-description .tools-form .search-box select {
	text-transform: capitalize
}

.tools-parallax-product .tools-description .tools-form .btn-find {
	width: 75%;
	padding: 7px 29px;
	background-size: 1000px
}

.tools-parallax-product .tools-grey .owl-prev,
.tools-parallax-product .tools-grey .owl-next {
	transform: scale(1.5)
}

.tools_slider .home-slider .home .container {
	position: relative
}

.tools_slider .home-slider .home .tools-parts {
	position: absolute;
	top: 0;
	right: 10%;
	display: flex;
	align-items: center;
	height: 75vh;
	margin-top: 50px
}

.tools_slider .home-slider .home .tools-parts1 {
	position: absolute;
	top: 0;
	right: 20%;
	display: flex;
	align-items: center;
	height: 75vh;
	margin-top: 50px
}

.tools_slider .home-slider .slider-contain {
	margin-top: 70px;
	margin-left: 150px
}

.tools_slider .home-slider .slider-contain h4,
.tools_slider .home-slider .slider-contain .h4,
.tools_slider .home-slider .slider-contain h1,
.tools_slider .home-slider .slider-contain .h1 {
	color: #fff
}

.tools-grey .product-m .owl-item .img-wrapper {
	margin: 0
}

.tools-grey .product-box {
	width: auto;
	display: inline-block;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 5px #0000000d;
	margin: 0 10px
}

.tools-grey .product-box .img-wrapper .lable-block {
	transition: all .5s ease
}

.tools-grey .product-box .cart-info {
	display: flex;
	left: 0;
	bottom: -30px;
	transition: all .5s ease
}

.tools-grey .product-box .cart-info .mobile-quick-view {
	display: none
}

.tools-grey .product-box .cart-info a {
	background-color: #eef0f1;
	border-radius: 5px
}

.tools-grey .product-box .cart-info a i {
	color: #555
}

.tools-grey .product-box .cart-info a:hover {
	background-color: var(--theme-deafult);
	transition: all .5s ease
}

.tools-grey .product-box .cart-info a:hover i {
	color: #fff;
	transition: all .5s ease
}

.tools-grey .product-box .cart-info button {
	width: 55%;
	background-color: #eef0f1;
	color: #555;
	border-radius: 5px;
	margin: 0 5px;
	transition: all .5s ease
}

.tools-grey .product-box .cart-info button i {
	display: none
}

.tools-grey .product-box .cart-info button:hover {
	background-color: var(--theme-deafult);
	color: #fff;
	transition: all .5s ease
}

.tools-grey .product-box .quick-view-part {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	background-color: var(--theme-deafult);
	border-radius: 100%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .5s ease
}

.tools-grey .product-box .quick-view-part i {
	font-size: 18px;
	color: #fff
}

.tools-grey .product-box .product-info {
	padding-left: 15px;
	padding-bottom: 15px;
	background-color: #fff;
	border-top: 1px solid rgba(221, 221, 221, .2)
}

.tools-grey .product-box .product-info .rating {
	margin-top: 0;
	padding-top: 15px
}

.tools-grey .product-box .br.br-default {
	display: flex;
	justify-content: center
}

.tools-grey .product-box:hover .img-wrapper .front img {
	opacity: .05;
	transition: all .5s ease
}

.tools-grey .product-box:hover .img-wrapper .cart-info {
	opacity: 1;
	transition: all .5s ease;
	bottom: 10px
}

.tools-grey .product-box:hover .img-wrapper .cart-info button {
	animation: none
}

.tools-grey .product-box:hover .img-wrapper .cart-info a:nth-child(2) i {
	animation: none
}

.tools-grey .product-box:hover .img-wrapper .cart-info a:nth-child(3) i {
	animation: none
}

.tools-grey .product-box:hover .img-wrapper .cart-info a:nth-child(4) i {
	animation: none
}

.tools-grey .product-box:hover .img-wrapper .lable-block {
	display: none;
	transition: all .5s ease
}

.tools-grey .product-box:hover .quick-view-part {
	opacity: 1;
	transition: all .5s ease
}

.tools-grey .product-box:hover .ribbon {
	display: none;
	transition: all .5s ease
}

.tools-grey .ribbon {
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
	transition: all .5s ease
}

.tools-grey .ribbon span {
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: var(--theme-deafult);
	box-shadow: 0 3px 10px -5px #000;
	position: absolute;
	top: 19px;
	left: -21px
}

.tools-grey .ribbon span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	z-index: -1;
	border-left: 3px solid var(--theme-deafult);
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid var(--theme-deafult)
}

.tools-grey .ribbon span:after {
	content: "";
	position: absolute;
	right: 0;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid var(--theme-deafult);
	border-bottom: 3px solid transparent;
	border-top: 3px solid var(--theme-deafult)
}

.category-tools .category-m .category-wrapper {
	background-color: #fff;
	border: none;
	box-shadow: 0 0 5px #0000000d
}

.banner-tools {
	margin-top: 30px;
	border: 1px solid #ddd;
	overflow: hidden
}

.banner-tools img {
	transition: all .5s ease
}

.banner-tools:hover img {
	transform: scale(1.05);
	transition: all .5s ease
}

.tools-brand .row {
	background-color: #fff;
	padding: 25px 0;
	box-shadow: 0 0 8px #ddd;
	margin: 0
}

.sticky-footer {
	background-image: url(assets/images/tools-bg.html)
}

.sticky-footer>section {
	background-color: transparent !important
}

.sticky-footer>section p {
	color: #938d8c
}

.sticky-footer>section .sub-title .footer-title.active .according-menu {
	font: 14px/1 FontAwesome
}

.sticky-footer>section .sub-title .footer-title.active .according-menu.before {
	content: "\f068"
}

.sticky-footer>section .sub-title h4,
.sticky-footer>section .sub-title .h4 {
	color: #fff
}

.sticky-footer>section .sub-title li a {
	color: #938d8c
}

.sticky-footer>section .sub-title .contact-list i {
	color: #938d8c
}

.sticky-footer>section .sub-title .contact-list li {
	color: #938d8c
}

.sticky-footer>section .footer-social i {
	color: #938d8c
}

.sticky-footer>div.sub-footer {
	background-color: #141111 !important
}

.sticky-footer>div.sub-footer p {
	color: silver !important
}

.tab-left .theme-tab {
	display: flex
}

.tab-left .theme-tab .left-side {
	width: 30%
}

.tab-left .theme-tab .left-side .left-tab-title {
	margin-bottom: 38px
}

.tab-left .theme-tab .left-side .left-tab-title h4,
.tab-left .theme-tab .left-side .left-tab-title .h4 {
	color: #dafe69;
	margin-top: -3px
}

.tab-left .theme-tab .left-side .left-tab-title h3,
.tab-left .theme-tab .left-side .left-tab-title .h3 {
	color: #fff
}

.tab-left .theme-tab .left-side .tab-title {
	margin-right: 100px;
	text-align: left
}

.tab-left .theme-tab .left-side .tab-title a {
	text-transform: capitalize
}

.tab-left .theme-tab .left-side li {
	width: 100%;
	padding: 7px 0;
	border-bottom: 1px solid #606060
}

.tab-left .theme-tab .left-side li a {
	color: #fff
}

.tab-left .theme-tab .left-side li:first-child {
	border-top: 1px solid #606060
}

.tab-left .theme-tab .left-side li.current a {
	color: #dafe69
}

.tab-left .theme-tab .tab-content-cls {
	width: 70%
}

footer.footer-5 {
	background-image: linear-gradient(to right, var(--theme-gradient1), var(--theme-gradient2))
}

footer.footer-5 .dark-layout {
	background-color: transparent
}

footer.footer-5 .sub-footer {
	background-color: transparent
}

footer.footer-5 .sub-footer>.container {
	border-top: 1px solid #fff
}

footer.footer-5 .sub-footer p {
	color: #fff
}

footer.footer-5 .footer-theme2 p {
	color: #fff
}

footer.footer-5 .footer-theme2 .contact-details li {
	color: #fff
}

footer.footer-5 .footer-theme2 .contact-details li a {
	color: #fff
}

footer.footer-5 .footer-theme2 .subscribe-block {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff
}

.tap-top.green-top {
	background-image: linear-gradient(to right, var(--theme-gradient1), var(--theme-gradient2));
	border: 1px solid rgba(255, 255, 255, .5)
}

.collection-brand-filter::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #f5f5f5;
	border-radius: 10px
}

.collection-brand-filter::-webkit-scrollbar {
	width: 5px;
	background-color: #f5f5f5
}

.collection-brand-filter::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.62, var(--theme-deafult)), color-stop(.86, var(--theme-deafult)))
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.openFilterbar {
	left: -15px !important
}

@keyframes ring-rotate {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

.sec-position {
	position: relative;
	top: -80px
}

#toast-container>div {
	opacity: 1
}

.toast-container .ngx-toastr {
	border-radius: 15px;
	width: 345px
}

.toast {
	font-size: initial !important;
	border: initial !important;
	-webkit-backdrop-filter: blur(0) !important;
	backdrop-filter: blur(0) !important
}

.toast-success {
	background-color: #51a351 !important
}

.toast-error {
	background-color: #bd362f !important
}

.toast-info {
	background-color: #2f96b4 !important
}

.toast-warning {
	background-color: #f89406 !important
}

div#loading-bar {
	color: var(--theme-deafult) !important
}

div#loading-bar .bar {
	background: var(--theme-deafult) !important
}

#loading-bar-spinner {
	top: 15px !important;
	left: unset !important;
	right: 0 !important;
	margin-right: 20px;
	color: var(--theme-deafult) !important
}

#loading-bar-spinner .spinner-icon {
	width: 16px !important;
	height: 16px !important
}

.sidenav nav {
	overflow-y: auto
}

.sidebar-unset {
	overflow-y: unset !important
}

.modal-content {
	animation: modal-animation .5s ease
}

@keyframes modal-animation {
	0% {
		transform: scale(0)
	}

	25% {
		transform: scale(.7)
	}

	75% {
		transform: scale(1.01)
	}

	to {
		transform: scale(1)
	}
}

header .main-navbar {
	text-align: center
}

header .main-navbar .nav-menu {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	direction: ltr;
	text-align: left
}

header .main-navbar .nav-menu>li {
	position: relative;
	float: left;
	display: block
}

header .main-navbar .nav-menu>li>a {
	display: block;
	color: #222;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 25px 45px 25px 0;
	letter-spacing: .07em;
	position: relative
}

header .main-navbar .nav-menu>li>a .sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 15px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: 700 16px/34px monospace !important;
	text-align: center;
	text-shadow: none;
	border-radius: 4px
}

header .main-navbar .nav-menu>li>a .sub-arrow:before {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute
}

header .main-navbar .nav-menu>li>a .lable-nav {
	position: absolute;
	background-color: var(--theme-deafult);
	padding: 2px 7px;
	color: #fff;
	top: 20px;
	text-transform: uppercase;
	font-size: 9px;
	left: 0;
	line-height: 1.3
}

header .main-navbar .nav-menu>li>a .lable-nav:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid var(--theme-deafult);
	top: 15px;
	left: 5px
}

header .main-navbar .nav-menu>li>a .lable-nav.lable-red {
	background-color: #ff4c3b
}

header .main-navbar .nav-menu>li>a .lable-nav.lable-red:before {
	border-top: 5px solid #ff4c3b
}

header .main-navbar .nav-menu>li .nav-submenu {
	position: absolute;
	left: 0;
	z-index: 4;
	box-shadow: 0 0 1px #ebebeb;
	padding: 15px 0;
	background: #fff
}

header .main-navbar .nav-menu>li .nav-submenu li {
	border: 0;
	float: none;
	position: relative;
	display: block
}

header .main-navbar .nav-menu>li .nav-submenu li a {
	border: 0 !important;
	background: 0 0;
	color: #222;
	border-radius: 0 !important;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 10px 25px;
	display: block;
	letter-spacing: .07em;
	line-height: 1.9;
	text-decoration: none
}

header .main-navbar .nav-menu>li .nav-submenu li a:before {
	position: absolute;
	bottom: 0;
	content: "";
	height: 2px;
	width: 0;
	background-color: var(--theme-deafult);
	transition: .5s ease
}

header .main-navbar .nav-menu>li .nav-submenu li a .sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 15px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: 700 16px/34px monospace !important;
	text-align: center;
	text-shadow: none;
	border-radius: 4px
}

header .main-navbar .nav-menu>li .nav-submenu li a .sub-arrow:before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute
}

header .main-navbar .nav-menu>li .nav-submenu li .nav-sub-childmenu {
	position: absolute;
	width: 240px;
	right: -200px;
	top: 0;
	background: #fff;
	border: none;
	padding: 15px 0;
	box-shadow: 0 0 1px #ebebeb
}

header .main-navbar .nav-menu>li .mega-menu-container {
	position: absolute;
	left: 0;
	z-index: 4;
	box-shadow: 0 0 1px #ebebeb;
	padding: 30px;
	background: #fff;
	width: 100%
}

header .main-navbar .nav-menu>li .mega-menu-container .mega-box {
	width: 20%
}

header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .menu-title h5,
header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .menu-title .h5 {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px
}

header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .menu-content {
	box-shadow: none;
	background-color: transparent;
	position: relative;
	display: block;
	padding: 0
}

header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .menu-content ul li {
	border: 0;
	float: none;
	position: relative;
	display: block
}

header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .menu-content ul li a {
	border: 0 !important;
	background: 0 0;
	color: #222;
	border-radius: 0 !important;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 3px 0;
	display: block;
	letter-spacing: .07em;
	line-height: 1.9;
	position: relative
}

header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .menu-content ul li a:before {
	position: absolute;
	bottom: 0;
	content: "";
	height: 2px;
	width: 0;
	background-color: var(--theme-deafult);
	transition: .5s ease
}

header .main-navbar .nav-menu>li:hover>a {
	color: var(--theme-deafult)
}

header .main-navbar .nav-menu>li.mega-menu {
	position: unset
}

header.header-gym .main-navbar .nav-menu>li>a {
	color: #fff;
	padding-top: 22px;
	padding-bottom: 22px
}

header.header-tools .main-navbar .nav-menu>li>a {
	padding-top: 25px;
	padding-bottom: 25px
}

header.header-tools .main-navbar .nav-menu>li>a .lable-nav {
	top: 0
}

header .sidenav {
	height: 100vh;
	width: 300px;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: -300px;
	background-color: #fff;
	transition: all .5s ease
}

header .sidenav .sidebar-back {
	padding: 20px;
	font-size: 18px;
	color: #222;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 1px solid #efefef;
	margin-bottom: 20px;
	cursor: pointer
}

header .sidenav nav {
	background-color: #fff;
	z-index: 9;
	position: relative;
	height: 100vh;
	top: 0
}

header .sidenav.openSide {
	left: 0;
	transition: all .5s ease
}

header .sidenav.openSide .sidebar-overlay {
	opacity: .8;
	visibility: visible
}

header .sidenav .sidebar-overlay {
	visibility: hidden;
	opacity: 0;
	background-color: #212331;
	position: fixed;
	z-index: 6;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 1s
}

header .sidenav .closebtn {
	position: absolute;
	top: 0;
	font-size: 36px;
	margin-left: 50px;
	margin-top: 50px;
	color: #938d8c
}

header .sidenav .sidebar-menu {
	background-color: #fff;
	display: block;
	margin: 0;
	padding: 0;
	direction: ltr;
	text-align: left
}

header .sidenav .sidebar-menu li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	direction: ltr;
	text-align: left;
	float: none
}

header .sidenav .sidebar-menu li a {
	padding: 10px 50px 20px 40px;
	position: relative;
	color: #222;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .07em;
	display: block
}

header .sidenav .sidebar-menu li ul {
	position: absolute;
	width: 240px;
	left: 100%;
	top: 0;
	padding: 15px 0;
	display: none;
	background-color: #fff
}

header .sidenav .sidebar-menu li ul li a {
	padding: 5px 35px
}

header .sidenav .sidebar-menu li ul li a:active,
header .sidenav .sidebar-menu li ul li a:focus,
header .sidenav .sidebar-menu li ul li a.highlighted {
	padding: 5px 35px
}

header .sidenav .sidebar-menu li .mega-menu {
	position: absolute;
	left: 100%;
	width: 815px !important;
	padding: 15px 30px 25px !important;
	background-color: #fff;
	box-shadow: 0 0 1px #ebebeb
}

header .sidenav .sidebar-menu li .mega-menu li ul {
	position: relative;
	width: 100%;
	left: inherit
}

header .sidenav .pixelstrap li a {
	padding: 10px 50px 20px 40px
}

header .sidenav .pixelstrap li ul li a {
	padding: 5px 35px
}

header .sidenav .pixelstrap li ul li a:active,
header .sidenav .pixelstrap li ul li a:focus,
header .sidenav .pixelstrap li ul li a.highlighted {
	padding: 5px 35px
}

header .sidenav .pixelstrap li .clothing-menu li a {
	padding: 5px 0 !important
}

header .sidenav .pixelstrap li .clothing-menu li a:focus {
	font-size: 14px
}

header .sidenav .pixelstrap li .clothing-menu li a:hover {
	font-size: 14px;
	padding: 5px 0
}

header .sidenav .pixelstrap li .clothing-menu li a:focus,
header .sidenav .pixelstrap li .clothing-menu li a:hover {
	padding: 5px 0 !important
}

header .layout3-menu .main-navbar .nav-menu {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	direction: ltr;
	text-align: left
}

header .layout3-menu .main-navbar .nav-menu>li {
	position: relative;
	float: left;
	display: block
}

header .layout3-menu .main-navbar .nav-menu>li>a {
	text-transform: capitalize;
	padding-right: 34px;
	letter-spacing: .04em
}

header .layout3-menu .main-navbar .nav-menu>li.mega-menu {
	position: unset
}

.toggle-nav {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	cursor: pointer
}

.toggle-nav i {
	font-size: 24px;
	color: var(--theme-deafult)
}

.mega-menu-banner:hover:before {
	display: none
}

.new-tag {
	padding-left: 3px;
	color: var(--theme-deafult);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400
}

.up-text {
	position: relative
}

.up-text span {
	position: absolute;
	top: -5px;
	right: -10px;
	color: var(--theme-deafult);
	font-size: 12px;
	font-weight: 400
}

.mega-box .link-section .demo ul li a {
	position: relative
}

.mega-box .link-section .demo ul li a:hover,
.mega-box .link-section .demo ul li a:focus {
	padding-top: 3px;
	padding-bottom: 3px
}

.mega-box .link-section .demo .new {
	position: absolute;
	top: -8px;
	right: 0;
	color: #fff;
	background-color: var(--theme-deafult);
	padding: 2px 7px;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 1.3
}

.mega-box .link-section .demo .title {
	border-bottom: 2px solid red !important
}

@media(min-width:1200px) {
	.responsive-btn {
		display: none
	}

	header .main-navbar .nav-menu>li .nav-submenu {
		width: 240px;
		display: none
	}

	header .main-navbar .nav-menu>li .nav-submenu li a:hover:before {
		width: 50px;
		height: 2px;
		transition: .5s ease
	}

	header .main-navbar .nav-menu>li .nav-submenu li .nav-sub-childmenu {
		display: none
	}

	header .main-navbar .nav-menu>li .nav-submenu li:hover .nav-sub-childmenu {
		display: block
	}

	header .main-navbar .nav-menu>li .mega-menu-container {
		display: none
	}

	header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .menu-content ul li a:hover:before {
		width: 50px;
		height: 2px;
		transition: .5s ease
	}

	header .main-navbar .nav-menu>li:hover .nav-submenu {
		display: block
	}

	header .main-navbar .nav-menu>li:hover .mega-menu-container {
		display: block
	}

	header .sidenav .sidebar-menu li a .sub-arrow {
		position: absolute;
		top: 50%;
		margin-top: -22px;
		left: auto;
		right: 7px;
		width: 34px;
		height: 34px;
		overflow: hidden;
		font: 700 16px/34px monospace !important;
		text-align: center;
		text-shadow: none;
		border-radius: 4px
	}

	header .sidenav .sidebar-menu li a .sub-arrow:before {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute
	}

	header .sidenav .sidebar-menu li>ul {
		display: none
	}

	header .sidenav .sidebar-menu li>ul li a {
		padding: 5px 35px;
		text-transform: capitalize
	}

	header .sidenav .sidebar-menu li>ul li a:before {
		position: absolute;
		bottom: 0;
		content: "";
		height: 2px;
		width: 0;
		background-color: var(--theme-deafult);
		transition: .5s ease
	}

	header .sidenav .sidebar-menu li>ul li a:hover:before {
		width: 50px;
		height: 2px;
		transition: .5s ease
	}

	header .sidenav .sidebar-menu li>ul li a .sub-arrow {
		margin-top: -17px
	}

	header .sidenav .sidebar-menu li:hover>ul {
		display: block
	}

	header .sidenav .sidebar-menu li .mega-menu {
		position: absolute;
		left: 100%;
		width: 815px !important;
		padding: 15px 30px 25px !important;
		background-color: #fff;
		box-shadow: 0 0 1px #ebebeb
	}

	header .sidenav .sidebar-menu li .mega-menu li .link-section h5,
	header .sidenav .sidebar-menu li .mega-menu li .link-section .h5 {
		font-weight: 400;
		text-transform: capitalize;
		font-size: 14px;
		margin-top: 15px
	}

	header .sidenav .sidebar-menu li .mega-menu li .link-section ul {
		position: relative;
		width: 100%;
		left: inherit;
		display: block;
		padding: 0
	}

	header .sidenav .sidebar-menu li .mega-menu li .link-section ul li a {
		padding: 5px 0
	}

	header .sidenav .sidebar-menu li .mega-menu li .link-section ul li a:before {
		position: absolute;
		bottom: 0;
		content: "";
		height: 2px;
		width: 0;
		background-color: var(--theme-deafult);
		transition: .5s ease
	}

	header .sidenav .sidebar-menu li .mega-menu li .link-section ul li a:hover:before {
		width: 50px;
		height: 2px;
		transition: .5s ease
	}

	header .sidenav .sidebar-menu li .mega-menu li .mega-menu-banner {
		padding: 0
	}

	header .sidenav .pixelstrap li a {
		padding: 10px 50px 20px 40px
	}

	header .sidenav .pixelstrap li ul li a {
		padding: 5px 35px
	}

	header .sidenav .pixelstrap li ul li a:active,
	header .sidenav .pixelstrap li ul li a:focus,
	header .sidenav .pixelstrap li ul li a.highlighted {
		padding: 5px 35px
	}

	header .sidenav .pixelstrap li .clothing-menu li a {
		padding: 5px 0 !important
	}

	header .sidenav .pixelstrap li .clothing-menu li a:focus {
		font-size: 14px
	}

	header .sidenav .pixelstrap li .clothing-menu li a:hover {
		font-size: 14px;
		padding: 5px 0
	}

	header .sidenav .pixelstrap li .clothing-menu li a:focus,
	header .sidenav .pixelstrap li .clothing-menu li a:hover {
		padding: 5px 0 !important
	}

	.toggle-nav {
		display: none
	}

	.mobile-back {
		display: none !important
	}

	.main-nav-center>nav {
		text-align: center
	}

	.main-nav-center .sm {
		display: inline-block;
		vertical-align: middle
	}

	.main-nav-center .sm>li .lable-nav {
		top: 3px
	}

	.main-nav-center .sm>li>a {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

@media(max-width:1367px) {
	.nav-menu a {
		font-size: 14px !important
	}
}

@media(max-width:1199px) {
	header .main-navbar .nav-menu {
		position: fixed;
		background-color: #fff;
		width: 300px;
		border-radius: 0;
		border: 1px solid #eee;
		top: 0;
		height: 100vh;
		right: -300px;
		z-index: 99;
		transition: all .3s ease;
		overflow: scroll
	}

	header .main-navbar .nav-menu.opennav {
		right: 0
	}

	header .main-navbar .nav-menu .back-btn {
		display: block;
		width: 100%
	}

	header .main-navbar .nav-menu .back-btn .mobile-back {
		padding: 20px;
		font-size: 18px;
		color: #222;
		font-weight: 400;
		text-transform: uppercase;
		border-bottom: 1px solid #efefef;
		cursor: pointer;
		display: flex;
		justify-content: flex-end;
		align-items: center
	}

	header .main-navbar .nav-menu>li {
		display: block;
		float: none;
		width: 100%
	}

	header .main-navbar .nav-menu>li a {
		padding: 10px 15px;
		font-size: 16px;
		font-weight: 400;
		position: relative
	}

	header .main-navbar .nav-menu>li a .sub-arrow {
		right: 0
	}

	header .main-navbar .nav-menu>li a .sub-arrow:before {
		content: "+";
		font-family: inherit;
		position: relative
	}

	header .main-navbar .nav-menu>li a .lable-nav {
		left: 15px;
		top: -8px
	}

	header .main-navbar .nav-menu>li .nav-submenu {
		width: 100%;
		padding: 0;
		position: relative;
		display: none
	}

	header .main-navbar .nav-menu>li .nav-submenu.opensubmenu {
		display: block
	}

	header .main-navbar .nav-menu>li .nav-submenu li a {
		text-transform: uppercase
	}

	header .main-navbar .nav-menu>li .nav-submenu li a .sub-arrow {
		right: 0
	}

	header .main-navbar .nav-menu>li .nav-submenu li a .sub-arrow:before {
		content: "+";
		font-family: inherit;
		position: relative
	}

	header .main-navbar .nav-menu>li .nav-submenu li .nav-sub-childmenu {
		display: none;
		position: relative;
		right: 0;
		width: 100%;
		padding: 0;
		background: rgba(255, 85, 69, .04)
	}

	header .main-navbar .nav-menu>li .nav-submenu li .nav-sub-childmenu.opensubchild {
		display: block
	}

	header .main-navbar .nav-menu>li .nav-submenu li .nav-sub-childmenu li a {
		padding: 5px 35px 5px 50px
	}

	header .main-navbar .nav-menu>li .mega-menu-container {
		display: none;
		padding: 0 30px
	}

	header .main-navbar .nav-menu>li .mega-menu-container.opensubmenu {
		display: block
	}

	header .main-navbar .nav-menu>li .mega-menu-container .mega-box {
		width: 100%;
		padding: 0
	}

	header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .menu-title h5,
	header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .menu-title .h5 {
		margin-bottom: 0
	}

	header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .menu-title h5 .sub-arrow,
	header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .menu-title .h5 .sub-arrow {
		font: 700 16px/34px monospace !important
	}

	header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .menu-title h5 .sub-arrow:before,
	header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .menu-title .h5 .sub-arrow:before {
		content: "+";
		position: absolute;
		right: -16px
	}

	header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .menu-content {
		display: none
	}

	header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .menu-content.opensubmegamenu {
		display: block;
		padding: 0 15px
	}

	header .main-navbar .nav-menu>li .mega-menu-container .mega-box .link-section .menu-content ul li a {
		line-height: 1.7
	}

	header.header-gym .main-navbar .nav-menu>li>a {
		color: #000;
		padding-top: 10px;
		padding-bottom: 10px
	}

	header .sidenav .sidebar-menu li a {
		padding: 10px 25px;
		font-weight: 400
	}

	header .sidenav .sidebar-menu li a .sub-arrow {
		position: absolute;
		top: 50%;
		margin-top: -17px;
		left: auto;
		right: 15px;
		width: 34px;
		height: 34px;
		overflow: hidden;
		font: 700 16px/34px monospace !important;
		text-align: center;
		text-shadow: none;
		border-radius: 4px
	}

	header .sidenav .sidebar-menu li a .sub-arrow:before {
		content: "+";
		font-family: inherit;
		position: relative
	}

	header .sidenav .sidebar-menu li ul {
		position: relative;
		left: 0;
		width: 100%;
		display: none;
		padding: 5px 0
	}

	header .sidenav .sidebar-menu li ul.opensub1 {
		display: block
	}

	header .sidenav .sidebar-menu li ul li a {
		font-size: 12px;
		font-weight: 400
	}

	header .sidenav .sidebar-menu li ul li ul {
		display: none;
		background: rgba(255, 85, 69, .04)
	}

	header .sidenav .sidebar-menu li ul li ul.opensub2 {
		display: block
	}

	header .sidenav .sidebar-menu li ul li ul li a {
		padding: 5px 45px
	}

	header .sidenav .sidebar-menu li ul li ul li ul {
		display: none;
		background: rgba(255, 85, 69, .04)
	}

	header .sidenav .sidebar-menu li ul li ul li ul.opensub3 {
		display: block
	}

	header .sidenav .sidebar-menu li ul li ul li ul li ul {
		display: none
	}

	header .sidenav .sidebar-menu li ul li ul li ul li ul.opensub4 {
		display: block
	}

	header .sidenav .sidebar-menu li .mega-menu {
		width: 100% !important;
		padding: 0 30px !important;
		position: relative;
		display: none;
		left: 0
	}

	header .sidenav .sidebar-menu li .mega-menu.opensidesubmenu {
		display: block
	}

	header .sidenav .sidebar-menu li .mega-menu .link-section h5,
	header .sidenav .sidebar-menu li .mega-menu .link-section .h5 {
		font-weight: 400;
		font-size: 14px;
		text-transform: capitalize
	}

	header .sidenav .sidebar-menu li .mega-menu .link-section ul {
		display: block;
		padding: 0;
		background: #fff
	}

	header .sidenav .sidebar-menu li .mega-menu .link-section ul li a {
		padding: 5px 0 5px 10px !important;
		font-size: 12px;
		font-weight: 400
	}

	header .sidenav .sidebar-menu li .mega-menu .mega-menu-banner {
		padding: 5px 0
	}

	header .sidenav .sidebar-menu li .mega-menu .mega-menu-banner img {
		padding: 20px 0 0
	}

	.sidenav {
		overflow-y: auto
	}

	.main-menu.border-section {
		border: none
	}

	.main-menu .menu-left .main-menu-right .toggle-nav {
		position: absolute;
		z-index: 2;
		right: 145px;
		top: 6px
	}

	.main-menu .menu-left .main-menu-right .toggle-nav .sidebar-name {
		font-size: 18px;
		padding-left: 5px;
		text-transform: uppercase
	}

	.main-nav-center .toggle-nav {
		position: absolute;
		z-index: 99;
		right: 175px;
		top: -105px
	}
}

@media(max-width:991px) {
	.top-header .header-contact {
		display: none
	}
}

@media(min-width:578px) {

	.main-menu .menu-right .icon-nav .mobile-search i,
	.main-menu .menu-right .icon-nav .mobile-cart i,
	.main-menu .menu-right .icon-nav .mobile-setting i {
		display: none
	}

	.main-menu .menu-right .icon-nav .mobile-search .close-circle i,
	.main-menu .menu-right .icon-nav .mobile-cart .close-circle i,
	.main-menu .menu-right .icon-nav .mobile-setting .close-circle i {
		display: block
	}

	.main-menu .menu-right .icon-nav .mobile-search .show-div .form-inline button i {
		display: inline-block
	}
}

@media(max-width:577px) {
	.top-header {
		height: 0
	}

	.main-nav-center .toggle-nav {
		right: 15px;
		top: -85px
	}

	.mobile-fix-option {
		position: fixed;
		bottom: 0;
		left: 0;
		height: 60px;
		background-color: #333;
		width: 100vw;
		z-index: 9;
		box-shadow: 0 2px 5px #a8a8a8
	}

	.top-header .header-dropdown .mobile-account,
	.top-header .header-dropdown .mobile-wishlist {
		position: fixed;
		bottom: 20px;
		right: 32%;
		font-size: 0;
		padding: 0;
		z-index: 9
	}

	.top-header .header-dropdown .mobile-account i,
	.top-header .header-dropdown .mobile-wishlist i {
		font-size: 22px;
		font-family: themify;
		color: #999
	}

	.top-header .header-dropdown .mobile-account i:before,
	.top-header .header-dropdown .mobile-wishlist i:before {
		content: "\e602"
	}

	.top-header .header-dropdown .mobile-account .onhover-show-div,
	.top-header .header-dropdown .mobile-wishlist .onhover-show-div {
		top: unset;
		bottom: 42px;
		right: 0
	}

	.top-header .header-dropdown .mobile-account:hover i,
	.top-header .header-dropdown .mobile-wishlist:hover i {
		color: #999
	}

	.top-header .header-dropdown .mobile-wishlist {
		right: 64%
	}

	.top-header .header-dropdown .mobile-wishlist i {
		font-family: themify;
		color: #999 !important
	}

	.top-header .header-dropdown .mobile-wishlist i:before {
		content: "\e634"
	}

	.main-menu .menu-left.category-nav-right .navbar {
		padding-left: 0 !important
	}

	.main-menu .menu-left .navbar {
		padding: 30px 45px 30px 0 !important
	}

	.main-menu .menu-right .icon-nav .mobile-setting,
	.main-menu .menu-right .icon-nav .mobile-cart,
	.main-menu .menu-right .icon-nav .mobile-search {
		position: fixed;
		bottom: 20px;
		right: 16%;
		font-size: 0;
		padding: 0
	}

	.main-menu .menu-right .icon-nav .mobile-setting .show-div,
	.main-menu .menu-right .icon-nav .mobile-cart .show-div,
	.main-menu .menu-right .icon-nav .mobile-search .show-div {
		top: -58px;
		left: 0
	}

	.main-menu .menu-right .icon-nav .mobile-setting .show-div.shopping-cart,
	.main-menu .menu-right .icon-nav .mobile-cart .show-div.shopping-cart,
	.main-menu .menu-right .icon-nav .mobile-search .show-div.shopping-cart {
		top: unset;
		bottom: 42px;
		left: -118px !important
	}

	.main-menu .menu-right .icon-nav .mobile-setting i {
		display: inline-block;
		font-size: 22px;
		color: #999
	}

	.main-menu .menu-right .icon-nav .mobile-setting>div img {
		display: none
	}

	.main-menu .menu-right .icon-nav .mobile-setting .setting {
		top: unset;
		bottom: 42px;
		left: unset !important
	}

	.main-menu .menu-right .icon-nav .mobile-cart {
		right: 48%
	}

	.main-menu .menu-right .icon-nav .mobile-cart .close-circle i {
		font-size: 14px
	}

	.main-menu .menu-right .icon-nav .mobile-cart i {
		display: inline-block;
		font-size: 22px;
		color: #999
	}

	.main-menu .menu-right .icon-nav .mobile-cart>div img {
		display: none
	}

	.main-menu .menu-right .icon-nav .mobile-search {
		right: 80%;
		z-index: 1
	}

	.main-menu .menu-right .icon-nav .mobile-search i {
		display: inline-block;
		font-size: 22px;
		color: #999
	}

	.main-menu .menu-right .icon-nav .mobile-search img {
		display: none
	}

	.main-menu .menu-right .icon-nav .mobile-search .show-div .form-group {
		margin-bottom: 0
	}

	.main-menu .menu-right .icon-nav .mobile-search .show-div .form-inline button i {
		font-size: 14px
	}

	.brand-logo {
		position: absolute;
		left: 20%;
		margin-right: -50%;
		transform: translate(-50%);
		padding-top: 30px !important;
		padding-bottom: 30px !important
	}

	.toggle-nav {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

@media(max-width:480px) {
	.brand-logo img {
		height: 40px;
		margin-left: 10px
	}
}

@media(max-width:480px) {
	.brand-logo .website_logo {
		height: 30px;
		margin-left: 10px
	}
}

@media(min-width:1430px) {
	.container {
		 max-width: 1400px 
        
	}
}

@media(max-width:1430px) {
	.left-header .top-header {
		padding-left: 0
	}

	.left-header .top-header .header-contact {
		display: none
	}

	.left-header .sidenav {
		left: -300px
	}

	.left-header .sidenav.open-side {
		left: 0
	}

	.left-header .sidenav .sidebar-back {
		display: block;
		color: #000;
		border-bottom: 1px solid #1a1b2d
	}

	.left-header .sidenav .brand-logo {
		display: none
	}

	.left-header .sidenav .left-sidebar_center {
		padding: 0 0 25px 25px
	}

	.left-header .main-menu .menu-left .navbar {
		display: block
	}

	.left-header .main-menu .menu-left .mobile-logo {
		display: block;
		border: none
	}

	.left-header .search-overlay,
	.left-sidebar_space {
		padding-left: 0
	}

	.banner-slider .height-banner {
		height: unset
	}

	.pet-parallax .pet-decor {
		left: 60px;
		bottom: -125px
	}

	.pet-parallax .pet-decor img {
		width: 240px
	}

	.tools_slider .home-slider .slider-contain {
		margin-left: 80px
	}

	.tools_slider .home-slider .home .tools-parts img,
	.tools_slider .home-slider .home .tools-parts1 img {
		width: 250px
	}

	.tools_slider .home-slider .home .tools-parts {
		right: 0
	}

	.tools_slider .home-slider .home .tools-parts1 {
		right: 10%
	}

	.tools_slider .home-slider .home #tools-move2 {
		right: 7%
	}

	.collection-product-wrapper .product-top-filter .product-filter-content .search-count {
		width: 100%;
		border-left: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		text-align: center
	}

	.collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
		width: 20%;
		padding-right: 0 !important;
		border-left: 1px solid #ddd
	}

	.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
		padding: 20px 20px 20px 0 !important;
		width: 20%;
		border-left: 1px solid #ddd
	}

	.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child {
		display: none
	}

	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
		border-right: 1px solid #ddd;
		width: 30%
	}

	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
		width: 30%
	}

	.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
		width: 10%
	}

	.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
		width: 25%
	}

	.cart-section .cart-buttons>div:last-child {
		padding-right: 38px
	}

	.cart-section tbody tr td {
		min-width: 175px
	}

	.cart-section tbody tr td .qty-box .input-group .form-control {
		width: 75px
	}

	.cart-section tfoot tr td {
		padding-right: 41px
	}

	.product-right .product-icon .product-social li {
		padding-right: 10px
	}

	.product-form-box .timer {
		padding-left: 17px
	}

	.product-form-box .timer span {
		width: 55px
	}

	.rtl .cart-section .cart-buttons>div:last-child,
	.rtl .wishlist-section .cart-buttons>div:last-child {
		padding-left: 41px
	}

	.rtl .collection-product-wrapper .product-filter-content .collection-view {
		border-left: none;
		border-right: 1px solid #ddd
	}

	.rtl .collection-product-wrapper .product-filter-content .product-page-filter {
		border-left: 1px solid #ddd;
		border-right: none
	}

	.rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
		border-right: 1px solid #ddd;
		padding-right: 20px
	}

	.rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count h5,
	.rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count .h5 {
		text-align: center
	}

	.rtl .product-right .product-icon .product-social li {
		padding-left: 10px
	}

	.dark .collection-product-wrapper .product-top-filter .product-filter-content .collection-view,
	.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
		border-color: #404040
	}
}

@media(max-width:1430px) and (min-width:1368px) {
	.banner-timer .timer {
		margin-top: 45px
	}
}

@media(max-width:1430px) and (min-width:1200px) {
	.layout3-menu {
		max-width: 100%
	}

	.layout3-menu .main-menu .menu-left .navbar {
		padding: 40px 10px 40px 0
	}

	.layout3-menu .pixelstrap>a {
		padding-right: 38px
	}

	.portfolio-section.metro-section .product-box .cart-wrap a i {
		padding: 5px
	}

	.portfolio-section.metro-section .product-box .cart-wrap i {
		font-size: 14px
	}

	.portfolio-section.metro-section .product-box .cart-wrap button i {
		padding: 5px
	}

	.rtl .layout3-menu .main-menu .menu-left .navbar {
		padding: 40px 0 40px 35px
	}
}

@media(max-width:1367px) {

	h2,
	.h2 {
		font-size: 38px
	}

	.title1 .title-inner1 {
		padding-bottom: 10px
	}

	.title1 .title-inner1:after {
		height: 2px
	}

	.title3 .line {
		height: 3px
	}

	.title3 .line:after,
	.title3 .line:before {
		height: 3px
	}

	.title3 .title-inner3 {
		margin-bottom: 10px
	}

	.title4 .title-inner4 {
		padding-bottom: 15px
	}

	hr.style1 {
		height: 1px;
		margin-top: 7px;
		margin-bottom: 7px
	}

	.home-slider:hover .owl-prev,
	.home-slider:hover .owl-next {
		transform: scale(1.8);
		left: 15px
	}

	.home-slider:hover .owl-next {
		right: 15px;
		left: unset
	}

	.product-box .product-detail .rating i,
	.product-box .product-info .rating i,
	.product-wrap .product-detail .rating i,
	.product-wrap .product-info .rating i {
		padding-right: 0
	}

	.blog-details h4,
	.blog-details .h4 {
		margin-top: 20px
	}

	.blog-details p {
		font-size: 16px
	}

	.category-bg .image-block.even:after {
		bottom: 91%
	}

	.category-bg .contain-block h2,
	.category-bg .contain-block .h2 {
		font-size: 30px
	}

	.category-bg .contain-block.even:after {
		top: 91%
	}

	.category-bg .contain-block .category-btn {
		margin-bottom: 20px;
		margin-top: 20px
	}

	.category-bg .contain-block:after {
		bottom: 91%
	}

	.service-block h4,
	.service-block .h4 {
		font-size: 16px;
		margin-bottom: 5px
	}

	.banner-timer {
		background-position: right
	}

	.banner-timer .banner-text h2,
	.banner-timer .banner-text .h2 {
		font-size: 28px
	}

	.collection-product-wrapper .product-wrapper-grid .product-five {
		flex: 0 0 33.33%;
		max-width: 33.33%;
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px
	}

	.subscribe-form .form-control {
		width: 215px
	}

	.full-banner .banner-contain h2,
	.full-banner .banner-contain .h2 {
		font-size: 90px
	}

	.full-banner .banner-contain h3,
	.full-banner .banner-contain .h3 {
		font-size: 55px
	}

	.full-banner .banner-contain h4,
	.full-banner .banner-contain .h4 {
		font-size: 24px;
		padding-top: 8px
	}

	.full-banner .banner-contain .color {
		padding-top: 0
	}

	.collection-banner .contain-banner.banner-3 {
		padding-left: 45px;
		padding-right: 45px
	}

	.collection-banner .contain-banner.banner-3 h2,
	.collection-banner .contain-banner.banner-3 .h2 {
		font-size: 30px
	}

	.collection-banner .contain-banner.banner-4 {
		padding-left: 45px;
		padding-right: 45px
	}

	.collection-banner .contain-banner.banner-4 h2,
	.collection-banner .contain-banner.banner-4 .h2 {
		font-size: 28px
	}

	.collection-banner .contain-banner h2,
	.collection-banner .contain-banner .h2 {
		font-size: 55px;
		letter-spacing: .01em
	}

	.collection-banner .contain-banner h4,
	.collection-banner .contain-banner .h4 {
		letter-spacing: .01em
	}

	.footer-theme2 .contact-details li {
		padding: 0 40px
	}

	.footer-theme2 .footer-mobile-title {
		display: none !important
	}

	.footer-theme .sub-title h4,
	.footer-theme .sub-title .h4 {
		font-size: 16px
	}

	.footer-theme .sub-title .contact-list li {
		line-height: 20px
	}

	.footer-theme .sub-title .contact-list i {
		top: 17px
	}

	.theme-card .offer-slider .media .media-body h4,
	.theme-card .offer-slider .media .media-body .h4 {
		margin-top: 10px
	}

	.theme-card .offer-slider .media .media-body a h6,
	.theme-card .offer-slider .media .media-body a .h6 {
		margin-right: 50px
	}

	.full-box .theme-card .offer-slider .product-box2 .media .media-body a h6,
	.full-box .theme-card .offer-slider .product-box2 .media .media-body a .h6 {
		margin-right: 0
	}

	.theme-tab .tab-content .product-tab .tab-box .product-box2 img {
		height: 160px
	}

	.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant li {
		margin-top: 15px
	}

	.blog-page .blog-media .blog-right h4,
	.blog-page .blog-media .blog-right .h4 {
		line-height: 1.2;
		margin-bottom: 10px
	}

	.blog-page .blog-media .blog-right h6,
	.blog-page .blog-media .blog-right .h6 {
		margin-bottom: 5px
	}

	.blog-page .blog-media .blog-right ul {
		margin-bottom: 10px
	}

	.blog-page .blog-media .blog-right p {
		line-height: 1.4
	}

	.pro_sticky_info {
		padding: 10px
	}

	.is_stuck {
		margin-top: 30px
	}
}

@media(min-width:1200px) {
	.rtl .offset-xl-1 {
		margin-right: 8.33333333%;
		margin-left: unset
	}
}

@media(max-width:1199px) {

	section,
	.section-t-space {
		padding-top: 60px
	}

	.form_search {
		display: none
	}

	.header-6 .mobile-search {
		display: inline-block
	}

	.header-gym .sm-horizontal>li>a {
		color: #000;
		padding: 10px 15px !important
	}

	.header-gym .sm-horizontal>li>a:hover,
	.header-gym .sm-horizontal>li>a:focus,
	.header-gym .sm-horizontal>li>a.active {
		padding: 10px 15px !important;
		color: #000
	}

	.header-gym .toggle-nav {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.header-gym .main-navbar .nav-menu>li>a .lable-nav {
		top: -8px
	}

	header.header-tools .toggle-nav {
		padding-top: 25px;
		padding-bottom: 25px
	}

	header.header-tools .pixelstrap>li>a {
		padding: 10px 15px
	}

	header.header-tools .pixelstrap>li>a:hover,
	header.header-tools .pixelstrap>li>a:active,
	header.header-tools .pixelstrap>li>a:focus,
	header.header-tools .pixelstrap>li>a.highlighted {
		padding: 10px 15px
	}

	header.header-tools .pixelstrap li .lable-nav {
		top: 5px
	}

	header.header-tools .main-navbar .nav-menu>li>a {
		padding: 10px 15px !important
	}

	.banner-tools {
		display: none
	}

	.tab-left .theme-tab {
		display: block
	}

	.tab-left .theme-tab .left-side {
		width: 100%
	}

	.tab-left .theme-tab .left-side li {
		width: unset;
		border-bottom: none;
		padding: 0 5px
	}

	.tab-left .theme-tab .left-side li:first-child {
		border-top: none
	}

	.tab-left .theme-tab .left-side .tab-title {
		margin-right: 0;
		text-align: center
	}

	.tab-left .theme-tab .tab-content-cls {
		width: 100%
	}

	.tab-left .theme-tab .tab-content-cls .no-slider .product-box:last-child {
		margin-top: 30px
	}

	.tools_product .multiple-slider .theme-tab .no-slider .product-box:last-child {
		margin-top: 30px
	}

	.tools-parallax-product.full-banner {
		padding-top: 90px;
		padding-bottom: 90px
	}

	.tools-parallax-product .tools-description h3,
	.tools-parallax-product .tools-description .h3 {
		font-size: 17px
	}

	.about-text p {
		margin-bottom: 25px
	}

	.gym-product .part-cls>div:nth-last-child(-n+2) .product-box {
		margin-top: 30px
	}

	.gym-product .partition-cls>div:nth-child(-n+4) {
		margin-bottom: 0
	}

	.gym-product .partition-cls>div .product-box {
		margin-top: 30px
	}

	.gym-product .partition-cls>div:nth-child(-n+2) .product-box {
		margin-top: 0
	}

	.footer-social {
		margin-top: 25px
	}

	.section-b-space {
		padding-bottom: 60px
	}

	.partition1 {
		margin-bottom: -25px
	}

	.partition1>div {
		margin-bottom: 25px
	}

	.title1 h4,
	.title1 .h4 {
		padding-bottom: 8px
	}

	.title1 .title-inner1 {
		padding-bottom: 12px;
		margin-bottom: 25px
	}

	.title2 h4,
	.title2 .h4 {
		padding-bottom: 8px
	}

	.title2 .title-inner2 {
		margin-bottom: 25px
	}

	.title3 h4,
	.title3 .h4 {
		padding-bottom: 8px
	}

	.title3 .title-inner3 {
		margin-bottom: 10px
	}

	.title3 .line {
		margin-bottom: 25px
	}

	.title4 .title-inner4 {
		font-size: 25px
	}

	.title4 .line,
	.title-borderless {
		margin-bottom: 25px
	}

	.banner-timer .timer {
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 30px;
		bottom: 8px;
		margin-top: 38px
	}

	.footer-social li {
		padding-right: 38px
	}

	.footer-theme2 p {
		line-height: 25px
	}

	.footer-theme2 .subscribe-block {
		padding: 10px 70px
	}

	.footer-theme2 .footer-mobile-title {
		display: none !important
	}

	.footer-theme2 .contact-details li {
		line-height: 25px;
		padding: 0 10px
	}

	.footer-theme2 .footer-link li {
		padding-right: 25px
	}

	.footer-theme2.section-light .footer-block .subscribe-white {
		padding: 50px
	}

	.social-white li {
		padding-left: 12px;
		padding-right: 12px
	}

	.service-block svg,
	.service-block1 svg {
		width: 50px;
		height: 50px
	}

	.service-block1 svg {
		margin-bottom: 15px
	}

	.no-slider .product-box {
		flex: 0 0 33.33%;
		max-width: calc(33.33% - 30px);
		margin: 0 15px 30px
	}

	.theme-tab .tab-title2 {
		font-size: 22px
	}

	.theme-tab .tab-title2:after {
		top: 17px
	}

	.theme-tab .tab-content .product-tab .tab-box {
		flex: 0 0 50%;
		max-width: calc(50% - 10px)
	}

	.theme-tab .tab-content .product-tab .tab-box:nth-last-child(-n+2) {
		margin: 0 5px
	}

	.theme-tab .tab-content .product-tab .tab-box:nth-last-child(-n+4) {
		margin: 0 5px 10px
	}

	.theme-tab .tab-content .product-tab .tab-box .product-box2 img {
		height: 280px
	}

	.full-banner .banner-contain h2,
	.full-banner .banner-contain .h2 {
		font-size: 85px
	}

	.full-banner .banner-contain h3,
	.full-banner .banner-contain .h3 {
		font-size: 50px
	}

	.full-banner .banner-contain h4,
	.full-banner .banner-contain .h4 {
		font-size: 22px;
		padding-top: 5px
	}

	.collection-banner .contain-banner.banner-3 {
		padding-left: 35px;
		padding-right: 35px
	}

	.collection-banner .contain-banner.banner-3 h2,
	.collection-banner .contain-banner.banner-3 .h2 {
		font-size: 25px
	}

	.collection-banner .contain-banner.banner-3 h4,
	.collection-banner .contain-banner.banner-3 .h4 {
		font-size: 12px
	}

	.collection-banner .contain-banner.banner-4 {
		padding-left: 35px;
		padding-right: 35px
	}

	.collection-banner .contain-banner.banner-4 h2,
	.collection-banner .contain-banner.banner-4 .h2 {
		font-size: 24px
	}

	.collection-banner .contain-banner.banner-4 h4,
	.collection-banner .contain-banner.banner-4 .h4 {
		font-size: 16px
	}

	.collection-banner .contain-banner h2,
	.collection-banner .contain-banner .h2 {
		font-size: 40px
	}

	.home-slider .home,
	.home-slider .slider-contain {
		height: 70vh
	}

	.home-slider .slider-contain h1,
	.home-slider .slider-contain .h1 {
		font-size: 50px
	}

	.background .contain-bg {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.theme-card .offer-slider .media .media-body a h6,
	.theme-card .offer-slider .media .media-body a .h6 {
		margin-right: 20px
	}

	.theme-card .offer-slider .media .media-body .rating i {
		padding-right: 3px
	}

	.theme-card.card-border .offer-slider {
		padding-top: 0;
		padding-bottom: 0
	}

	.full-box .theme-card .offer-slider img {
		padding: 15px 0
	}

	.full-box .theme-card .offer-slider .product-box2 .media img {
		height: 250px
	}

	.full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant,
	.full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant li {
		margin-top: 5px
	}

	.pet-parallax .pet-decor {
		left: 45px;
		bottom: -105px
	}

	.pet-parallax .pet-decor img {
		width: 200px
	}

	.home-slider.fullpage .home .slider-contain h1,
	.home-slider.fullpage .home .slider-contain .h1 {
		font-size: 35px
	}

	.home-slider.fullpage .home .slider-contain p {
		max-width: 450px;
		font-size: 14px
	}

	.home-slider.fullpage .home .slider-contain .btn-solid {
		padding: 10px 15px
	}

	.about-section h2,
	.about-section .h2 {
		font-size: 22px
	}

	.about-section .about-text p {
		line-height: 24px
	}

	.about-section .service .service-block1 svg {
		margin-bottom: 5px
	}

	.about-section .service .service-block1 h5,
	.about-section .service .service-block1 .h5 {
		line-height: 18px
	}

	.about-section .small-section {
		padding-top: 20px
	}

	.layout7-product .product-box .details-product {
		background-color: #ffffff80;
		padding: 5px
	}

	.padding-bottom-cls {
		padding-bottom: 30px
	}

	.layout-8 {
		padding: 0 40px
	}

	.blog-detail-page .comment-section li {
		padding-top: 45px;
		padding-bottom: 45px
	}

	.collection-product-wrapper .product-top-filter .product-filter-content .search-count {
		width: 100%;
		border-left: 1px solid #ddd;
		border-bottom: 1px solid #ddd
	}

	.collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
		width: 20%;
		padding-right: 0 !important;
		border-left: 1px solid #ddd
	}

	.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
		padding: 20px 20px 20px 0 !important;
		width: 20%
	}

	.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child {
		display: none
	}

	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
		width: 30%
	}

	.testimonial .testimonial-slider .media .media-body {
		padding: 30px
	}

	.testimonial .testimonial-slider .media .media-body p {
		line-height: 1.5
	}

	.search-product>div:nth-last-child(1),
	.search-product>div:nth-last-child(2),
	.search-product>div:nth-last-child(3) {
		margin-top: 30px
	}

	.cart-section tbody tr td {
		min-width: 140px
	}

	.cart-section tbody tr td .qty-box .input-group .form-control {
		width: 52px
	}

	.cart-section tfoot tr td {
		padding-right: 25px
	}

	.blog-page .blog-media {
		margin-bottom: 20px
	}

	.blog-page .blog-media .blog-right {
		display: block;
		margin-top: 15px
	}

	.blog-page .blog-media .blog-right p {
		line-height: 1.3
	}

	.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
		margin-top: 15px
	}

	.collection-filter-block .product-service .media .media-body h4,
	.collection-filter-block .product-service .media .media-body .h4 {
		font-size: 16px
	}

	.product-right h2,
	.product-right .h2 {
		font-size: 20px
	}

	.tab-product .tab-content.nav-material .single-product-tables table {
		width: 50%
	}

	.product-description-box .border-product {
		padding-top: 10px;
		padding-bottom: 15px
	}

	.product-description-box .product-icon .product-social li {
		padding-right: 4px
	}

	.product-description-box .product-icon .wishlist-btn span {
		padding-left: 4px
	}

	.product-form-box .border-product {
		padding-top: 10px;
		padding-bottom: 15px
	}

	.product-form-box .timer {
		padding-left: 17px
	}

	.product-form-box .timer span {
		width: 55px
	}

	.product-form-box .product-buttons .btn-solid,
	.product-form-box .product-buttons .btn-outline {
		padding: 7px 13px
	}

	.product-accordion .single-product-tables table {
		width: 70%
	}

	.tab-product .flex-column {
		flex-direction: unset !important;
		justify-content: center
	}

	.tab-product .nav-material .nav-tabs {
		border-bottom: 1px solid #ddd;
		border-right: 0
	}

	.tab-product .nav-material .nav-tabs .nav-item .nav-link.active {
		background-color: unset
	}

	.tab-border {
		padding-top: 0
	}

	.timer span {
		width: 60px
	}

	.rtl header .sidenav .sidebar-menu li a .sub-arrow {
		right: auto;
		left: 15px
	}

	.rtl .tab-left .theme-tab .left-side .tab-title {
		text-align: center;
		margin-left: 0
	}

	.rtl .cart-section .cart-buttons>div:last-child,
	.rtl .wishlist-section .cart-buttons>div:last-child {
		padding-left: 17px
	}

	.rtl .tab-border .nav-border {
		border-left: none
	}

	.rtl .collection-product-wrapper .product-filter-content .collection-view {
		padding-right: 20px !important
	}

	.rtl .footer-social li {
		padding-right: 0;
		padding-left: 38px
	}

	.rtl .footer-theme2 .social-white li {
		padding-left: 12px;
		padding-right: 12px
	}

	.dark .sm-horizontal {
		background-color: #2b2b2b;
		border-color: #404040
	}

	.dark .sm-horizontal .mobile-back {
		border-color: #404040;
		color: #e7eaec
	}

	.dark .sm-horizontal.pixelstrap ul,
	.dark .tab-product .nav-material.nav-tabs {
		background-color: #2b2b2b
	}

	.dark header.left-header .pixelstrap ul {
		background-color: #232323
	}

	.dark header.header-gym .main-navbar .nav-menu {
		background-color: #2b2b2b
	}

	.dark header.header-gym .main-navbar .nav-menu>li>a {
		color: #fff
	}

	.dark header .main-navbar .nav-menu {
		border-color: #ffffff2b
	}

	.dark header .main-navbar .nav-menu .back-btn .mobile-back {
		border-color: #ffffff2b
	}
}

@media(max-width:991px) and (min-width:767px) {
	.partition-f>div+div+div {
		margin-top: 30px
	}

	.lookbook .lookbook-block .lookbook-dot .dot-showbox {
		width: 80px
	}

	.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5,
	.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info .h5 {
		line-height: 15px
	}
}

@media(min-width:992px) {
	.rtl .service_slide .service-home .offset-lg-2 {
		margin-right: 16.6666666667%;
		margin-left: 0
	}
}

@media(max-width:991px) {
	.main-nav-center .toggle-nav {
		top: -92px
	}

	.service_slide .service-home {
		position: relative
	}

	.service_slide .service-home .service-block1 {
		padding: 0
	}

	.service_slide .partition4>div+div {
		margin-top: 0
	}

	.service_slide .partition4>div+div+div {
		margin-top: 30px
	}

	.service_slide .home-slider .slider-contain {
		height: 65vh
	}

	footer.footer-5 .footer-theme2 .subscribe-block {
		border-left: none;
		border-right: none
	}

	.tools-parallax-product .tools-description h3,
	.tools-parallax-product .tools-description .h3,
	.tools-parallax-product .tools-description .tools-form {
		text-align: center
	}

	.tools-parallax-product .tools-description .tools-form .search-box {
		margin: 20px auto
	}

	.tools-parallax-product .tools-description .tools-form .btn-find {
		background-size: 1100px
	}

	.tools-parallax-product .tools-grey {
		order: -1;
		margin-bottom: 30px
	}

	.tools-parallax-product.full-banner {
		padding-top: 75px;
		padding-bottom: 75px
	}

	.tools_slider .home-slider .slider-contain {
		margin-left: 40px
	}

	.tools_slider .home-slider .home .tools-parts,
	.tools_slider .home-slider .home .tools-parts1 {
		margin-top: -30px
	}

	.tools_slider .home-slider .home .tools-parts img,
	.tools_slider .home-slider .home .tools-parts1 img {
		width: 180px
	}

	.tools_slider .home-slider .home .tools-parts {
		right: 0
	}

	.tools_slider .home-slider .home .tools-parts1 {
		right: 10%
	}

	.tools_slider .home-slider .home #tools-move2 {
		right: 7%
	}

	.tools_slider .home-slider .slider-contain {
		margin-top: 0
	}

	.header-tools {
		position: relative;
		top: 0;
		background-color: #fff
	}

	.header-tools .top-header {
		background-color: #ff4c3b
	}

	.header-tools .top-header .container {
		background-color: transparent
	}

	.header-tools .logo-menu-part {
		background-color: #fff;
		border-bottom: none
	}

	.tools_product .multiple-slider>div:nth-child(-n+2) {
		margin-bottom: 0
	}

	.tools_product .tools-grey {
		margin-top: 30px
	}

	.tools_product .banner-tools {
		margin-left: 10px;
		margin-right: 10px
	}

	.tools-service .service-block+.service-block {
		border-left: none
	}

	.tools-service .service-block svg,
	.tools-service .service-block img,
	.tools-service .service-block1 svg,
	.tools-service .service-block1 img {
		margin-bottom: 0
	}

	.pet-parallax .pet-decor {
		left: 34px;
		bottom: -86px
	}

	.pet-parallax .pet-decor img {
		width: 165px
	}

	.pet-parallax .banner-contain p {
		max-width: 100%
	}

	.img-zoom-lens,
	.img-zoom-result {
		display: none
	}

	.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
	.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
		border-right: 1px solid #ddd
	}

	.rtl .product-right * {
		text-align: center !important;
		justify-content: center !important
	}

	.rtl .product-right *.size-text {
		text-align: right !important
	}

	.rtl .rtl-text .product-right .color-variant {
		text-align: center !important
	}

	h2,
	.h2 {
		font-size: 28px
	}

	section,
	.section-t-space {
		padding-top: 50px
	}

	.section-b-space {
		padding-bottom: 50px
	}

	.small-section {
		padding: 30px 0
	}

	.br[_ngcontent-c25] {
		margin: 3px 0 15px !important
	}

	.product-full-tab {
		padding-top: 50px !important
	}

	hr.style1 {
		margin-top: 12px;
		margin-bottom: 12px
	}

	h4,
	.h4 {
		font-size: 16px
	}

	.blog-details h4,
	.blog-details .h4 {
		margin-top: 17px;
		font-size: 13px
	}

	.blog-details p {
		font-size: 15px;
		line-height: 1.3;
		margin-top: 10px
	}

	.service-block svg {
		margin-bottom: 20px;
		height: auto;
		width: 46px
	}

	.service-block img {
		margin-bottom: 20px
	}

	.partition_3>div+div {
		margin-top: 30px
	}

	.partition4>div+div+div {
		margin-top: 30px
	}

	.onhover-div .show-div {
		top: 80px
	}

	.main-menu .brand-logo {
		padding-top: 25px;
		padding-bottom: 25px
	}

	.main-menu .menu-left .navbar {
		padding: 25px 45px 25px 0
	}

	.banner-timer .banner-text h2,
	.banner-timer .banner-text .h2 {
		font-size: 20px
	}

	.banner-timer .timer span {
		width: 65px
	}

	.banner-timer .timer p {
		font-size: 14px
	}

	.about-text p {
		line-height: 24px
	}

	.footer-light .subscribe {
		text-align: center;
		justify-content: center;
		border: none;
		margin-bottom: 5px
	}

	.footer-light .subscribe p {
		display: none
	}

	.footer-light .subscribe-form {
		justify-content: center;
		margin-bottom: 0
	}

	.footer-theme .col {
		max-width: 50%;
		flex-basis: unset
	}

	.footer-theme .footer-logo {
		margin-bottom: 30px
	}

	.footer-theme .sub-title h4,
	.footer-theme .sub-title .h4 {
		margin-bottom: 10px
	}

	.footer-social {
		margin-top: 15px
	}

	.subscribe-wrapper {
		order: 0;
		padding-top: 20px;
		padding-bottom: 20px
	}

	.footer-theme2 .footer-mobile-title {
		display: none !important
	}

	.footer-theme2 h4,
	.footer-theme2 .h4 {
		padding-bottom: 10px
	}

	.footer-theme2 .col {
		flex-basis: unset;
		padding: 20px 0
	}

	.footer-theme2.section-light .footer-block h4,
	.footer-theme2.section-light .footer-block .h4 {
		padding-bottom: 15px
	}

	.footer-theme2.section-light .footer-block .subscribe-white {
		border: none
	}

	.footer-theme2 .footer-logo {
		margin-bottom: 20px
	}

	.footer-theme2 .subscribe-block {
		border: none
	}

	.social-white li {
		padding-left: 10px;
		padding-right: 10px
	}

	.category-border div .category-banner .category-box h2,
	.category-border div .category-banner .category-box .h2 {
		padding: 5px 15px;
		font-size: 30px
	}

	.no-slider .product-box {
		flex: 0 0 50%;
		max-width: calc(50% - 30px);
		margin: 0 15px 30px !important
	}

	.no-slider .product-box:nth-last-child(-n+2) {
		margin: 0 15px !important
	}

	.full-banner,
	.full-banner.parallax-layout {
		padding-top: 180px;
		padding-bottom: 180px
	}

	.full-banner .banner-contain h2,
	.full-banner .banner-contain .h2 {
		font-size: 60px
	}

	.full-banner .banner-contain h3,
	.full-banner .banner-contain .h3 {
		font-size: 35px
	}

	.full-banner .banner-contain h4,
	.full-banner .banner-contain .h4 {
		font-size: 20px
	}

	.collection-banner .contain-banner {
		padding-left: 60px;
		padding-right: 60px
	}

	.collection-banner .contain-banner.banner-3 {
		padding-left: 30px;
		padding-right: 30px
	}

	.collection-banner .contain-banner.banner-3 h2,
	.collection-banner .contain-banner.banner-3 .h2 {
		font-size: 20px
	}

	.collection-banner .contain-banner.banner-4 {
		padding-left: 40px;
		padding-right: 40px
	}

	.collection-banner .contain-banner.banner-4 h2,
	.collection-banner .contain-banner.banner-4 .h2,
	.collection-banner .contain-banner.banner-4 h4,
	.collection-banner .contain-banner.banner-4 .h4 {
		font-size: 18px
	}

	.collection-banner .contain-banner h2,
	.collection-banner .contain-banner .h2 {
		font-size: 25px
	}

	.home-slider .home,
	.home-slider .slider-contain {
		height: 65vh
	}

	.home-slider .slider-contain h1,
	.home-slider .slider-contain .h1 {
		font-size: 36px
	}

	.home-slider .slider-contain .btn-solid,
	.home-slider .slider-contain .btn-outline {
		margin-top: 17px
	}

	.background .contain-bg {
		padding-top: 25px;
		padding-bottom: 25px
	}

	.background .contain-bg h4,
	.background .contain-bg .h4 {
		font-size: 16px
	}

	.theme-tab .tab-content .product-tab .tab-box .product-box2 img {
		height: 210px
	}

	.beauty-about .about-text p {
		text-align: center
	}

	.theme-card .offer-slider img {
		padding: 10px 10px 10px 0
	}

	.theme-card.card-border .offer-slider img {
		padding: 10px 10px 10px 30px
	}

	.multiple-slider>div:nth-child(-n+2) {
		margin-bottom: 30px
	}

	.full-box .center-slider .offer-slider .product-box .product-info h4,
	.full-box .center-slider .offer-slider .product-box .product-info .h4 {
		padding-bottom: 5px
	}

	.full-box .center-slider .offer-slider .product-box .product-info .btn-outline {
		padding: 7px 20px
	}

	.full-box .theme-card .offer-slider .product-box2 .media img {
		height: 150px
	}

	.full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant li {
		margin-top: 0
	}

	.layout-8 .layout-8-bg {
		padding: 0
	}

	.alert {
		max-width: 45% !important
	}

	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content img {
		margin-bottom: 20px
	}

	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2,
	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content .h2 {
		margin-bottom: 18px
	}

	.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg {
		padding: 15px
	}

	.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
		font-size: 13px;
		padding: 4px 10px;
		margin: 3px 6px
	}

	.theme-modal.exit-modal .modal-dialog .modal-content .modal-body .modal-bg {
		padding: 20px
	}

	.parallax-cls .banner-contain {
		background-color: #ffffff80;
		padding: 35px
	}

	.parallax-cls section .banner-contain {
		margin-top: 0
	}

	.about-section {
		padding-top: 30px
	}

	.about-section h2,
	.about-section .h2 {
		text-align: center
	}

	.product-box .cart-info {
		bottom: 20px
	}

	.absolute-banner {
		margin-top: -60px
	}

	.stripe-section {
		margin-bottom: 25px
	}

	.stripe-section h5,
	.stripe-section .h5 {
		font-size: 14px;
		margin-bottom: 0
	}

	.margin-cls {
		margin-top: 0
	}

	.testimonial .testimonial-slider .media .media-body {
		padding: 0 30px;
		height: 100%;
		align-self: center
	}

	.testimonial .testimonial-slider .media .media-body p {
		margin-bottom: 0
	}

	.testimonial .testimonial-slider .slick-track .slick-slide:nth-child(2n) .media {
		border-left: none;
		padding-left: 0
	}

	.blog-detail-page .blog-advance ul {
		margin-bottom: 20px
	}

	.blog-detail-page .blog-advance p:last-child {
		margin-bottom: 0
	}

	.collection-product-wrapper .product-top-filter {
		border-top: none
	}

	.collection-product-wrapper .product-top-filter .product-filter-content .search-count {
		border-top: 1px solid #ddd;
		text-align: left
	}

	.collection-product-wrapper .product-top-filter .product-filter-content .collection-view,
	.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
		display: none
	}

	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
		width: 100%
	}

	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before,
	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before {
		right: 15px !important
	}

	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
		border-left: 1px solid #ddd;
		padding: 21px;
		border-top: none;
		border-bottom: none;
		font-size: 16px;
		background: url(assets/images/dropdown.html) no-repeat 95%
	}

	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
		border-right: none !important
	}

	.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
	.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
		border-top: 1px solid #ddd
	}

	.collection-collapse-block {
		border-bottom: 1px solid #ddd !important
	}

	.top-banner-content h4,
	.top-banner-content .h4 {
		font-size: 20px
	}

	.filter-main-btn {
		display: block;
		margin-left: 15px
	}

	.collection-filter {
		position: fixed;
		height: 100vh;
		top: 0;
		left: -350px;
		background-color: #fff;
		z-index: 999;
		overflow-y: scroll;
		padding: 15px 0 15px 15px;
		max-width: 350px;
		transition: all .5s ease
	}

	.collection-filter .collection-sidebar-banner {
		text-align: center
	}

	.collection-filter .theme-card {
		padding-left: 30px;
		padding-right: 30px
	}

	.collection-filter .collection-sidebar-banner {
		padding: 0 30px
	}

	.collection-filter-block {
		border: none
	}

	.collection-mobile-back {
		display: block
	}

	.collection .section-t-space {
		padding-top: 30px
	}

	.collection .partition-collection>div:nth-last-child(1) {
		margin-top: 30px
	}

	.collection .partition-collection>div:nth-last-child(2) {
		margin-top: 30px
	}

	.right-login {
		margin-top: 30px
	}

	.contact-page .map iframe {
		height: 350px
	}

	.contact-page .contact-right {
		padding-bottom: 0
	}

	.contact-page .contact-right ul li {
		padding-left: 0;
		border-bottom: 1px solid #ddd;
		text-align: center;
		padding-bottom: 10px;
		margin-top: 15px
	}

	.contact-page .contact-right ul li .contact-icon {
		position: relative;
		margin: 0 auto;
		border-right: 0
	}

	.contact-page .contact-right ul li p {
		margin-bottom: 10px
	}

	.cart-section .cart-table thead th:last-child {
		display: none
	}

	.cart-section tbody tr td {
		min-width: 135px
	}

	.cart-section tbody tr td:last-child {
		display: none
	}

	.cart-section .cart-buttons>div:last-child {
		padding-right: 15px
	}

	.cart-section tfoot tr td {
		padding-right: 0
	}

	.wishlist-section tbody tr td {
		min-width: 138px
	}

	.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
		width: 55%;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		margin-bottom: 20px;
		background: none #ff4c3b
	}

	.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .open-popup {
		text-align: left
	}

	.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup>a {
		color: #fff
	}

	.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
		height: 100vh;
		left: -350px;
		transition: all .5s ease
	}

	.collection-product-wrapper .product-top-filter .popup-filter .search-count {
		width: 100%;
		padding: 10px 0;
		text-align: center
	}

	.collection-product-wrapper .product-top-filter .popup-filter .collection-view,
	.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
		display: none
	}

	.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
	.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
		width: 50%
	}

	.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
	.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
		padding-top: 10px;
		padding-bottom: 10px
	}

	.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before,
	.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
		top: 13px
	}

	.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
		left: unset;
		right: 35px
	}

	.tab-product {
		padding-top: 0
	}

	.product-right h2,
	.product-right .h2 {
		margin-top: 15px
	}

	.pro_sticky_info {
		border: none;
		padding: 10px 0
	}

	.product-right {
		text-align: center;
		margin: 20px 0 10px
	}

	.product-right .detail-section,
	.product-right .product-icon,
	.product-right .product-description .qty-box {
		justify-content: center
	}

	.product-right .size-text,
	.product-right .timer {
		text-align: left
	}

	.product-right .product-icon .product-social li {
		padding-right: 20px
	}

	.product-form-box {
		margin-bottom: 20px
	}

	.tab-product .nav-material .nav-tabs {
		justify-content: center
	}

	.dashboard-left {
		position: fixed;
		height: 100vh;
		top: 0;
		left: -350px;
		background-color: #fff;
		z-index: 99;
		padding: 0 35px 35px;
		max-width: 350px;
		transition: all .5s ease;
		box-shadow: 0 0 8px #ddd
	}

	.dashboard-left .block-title h2,
	.dashboard-left .block-title .h2 {
		display: none
	}

	.dashboard-left .block-content {
		border: none;
		padding: 0;
		margin-top: 20px
	}

	.dashboard-left .block-content ul li:hover {
		padding-left: 0
	}

	.account-sidebar {
		display: block
	}

	.rtl .main-menu .menu-left .navbar {
		padding: 25px 0 25px 45px
	}

	.rtl .tools-parallax-product .tools-description .tools-form .btn-find {
		float: unset
	}

	.rtl .testimonial .testimonial-slider .slick-track .slick-slide:nth-child(2n) .media {
		border-right: none;
		padding-right: 0
	}

	.rtl .contact-page .contact-right ul li {
		padding-right: 0
	}

	.rtl .contact-page .contact-right ul li .contact-icon {
		border-left: none
	}

	.rtl .contact-page .contact-right ul li p {
		text-align: center
	}

	.rtl .product-right .detail-section,
	.rtl .product-right .product-icon {
		justify-content: right
	}

	.rtl .product-right .size-text {
		text-align: right
	}

	.rtl .product-right .product-description .qty-box {
		justify-content: right
	}

	.rtl .collection-product-wrapper .product-filter-content .product-page-filter {
		border-left: none
	}

	.rtl .collection-product-wrapper .product-filter-content .collection-view {
		padding-right: 20px !important
	}

	.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
	.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
	.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select,
	.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
		padding: 21px 34px
	}

	.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
	.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
		border-right: 1px solid #ddd
	}

	.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
		border-right: none
	}

	.rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count h5,
	.rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count .h5 {
		text-align: center
	}

	.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select,
	.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
		padding: 10px 34px
	}

	.rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
		background: none #ff4c3b
	}

	.rtl .banner-timer .timer {
		padding-left: 10px
	}

	.rtl .banner-timer .timer span {
		width: 55px
	}

	.rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant li {
		margin-left: 5px;
		margin-right: unset
	}

	.rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body .rating i {
		padding: 0
	}

	.rtl .beauty-about .text-center {
		text-align: center !important
	}

	.rtl .beauty-about .about-text p {
		text-align: center
	}

	.rtl .footer-light .subscribe {
		border-left: none
	}

	.dark .collection-filter {
		background-color: #2b2b2b
	}

	.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
	.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
	.dark .collection-mobile-back {
		border-color: #404040
	}

	.dark .collection-mobile-back span {
		color: #929292
	}

	.dark .collection-collapse-block {
		border-color: #404040 !important
	}

	.dark .collection-filter {
		box-shadow: none
	}

	.dark .contact-page .contact-right ul li {
		border-color: #404040
	}

	.dark .dashboard-left {
		background-color: #232323;
		box-shadow: none
	}

	.dark header.header-tools .logo-menu-part {
		background-color: #2b2b2b
	}
}

@media(max-width:767px) {
	.product-wrapper-grid.list-view .product-box .ng-star-inserted {
		display: block;
		border: 1px solid #eee;
		padding: 15px
	}

	.product-wrapper-grid.list-view .product-box .img-wrapper,
	.product-wrapper-grid.list-view .product-box .img-block {
		margin: 0 auto 15px
	}

	.product-wrapper-grid.list-view .product-box .product-detail {
		padding-left: 0
	}

	.border-box.tools-grey .product-box .img-wrapper {
		padding-bottom: 0
	}

	.border-box.tools-grey .product-box .cart-info a,
	.border-box.tools-grey .product-box .cart-info button {
		background-color: #fff
	}

	.detail-cannabis .detail_section {
		margin-top: 30px;
		text-align: center
	}

	.detail-cannabis .row>div:first-child .detail_section {
		margin-top: 0
	}

	footer.footer-5 .sub-footer>.container {
		border-top: none
	}

	footer.footer-5 .dark-layout .footer-title {
		border-bottom: 1px solid #fff
	}

	.service_slide .home-slider .slider-contain {
		height: 60vh
	}

	.tools_slider .home-slider .home .tools-parts,
	.tools_slider .home-slider .home .tools-parts1 {
		display: none
	}

	.tools_slider .home-slider .slider-contain {
		margin-left: 0;
		justify-content: center !important
	}

	.tools-service .service-block+.service-block {
		margin-top: 0
	}

	.tools-service .service-block+.service-block+.service-block {
		margin-top: 20px
	}

	.tools-grey .product-box .img-wrapper {
		padding-bottom: 35px
	}

	.tools-grey .product-box .cart-info {
		bottom: 10px
	}

	.tools-grey .product-box .cart-info button {
		font-size: 0;
		width: unset;
		background-color: #eef0f1
	}

	.tools-grey .product-box .cart-info button i {
		display: block
	}

	.tools-grey .product-box .cart-info button:hover i {
		color: #fff
	}

	.tools-grey .product-box .cart-info .mobile-quick-view {
		display: block;
		margin-left: 5px
	}

	.tools-grey .product-box .quick-view-part {
		display: none
	}

	.tools-grey .product-box:hover .img-wrapper .front img {
		opacity: 1
	}

	.tools-grey .product-box:hover .ribbon {
		display: block
	}

	.tools-parallax-product .tools-grey .owl-prev,
	.tools-parallax-product .tools-grey .owl-next {
		display: none !important
	}

	.tools-parallax-product.full-banner {
		padding-top: 60px;
		padding-bottom: 60px
	}

	.gym-product .product-box .img-wrapper .cart-info {
		display: block;
		height: unset;
		top: unset;
		left: unset
	}

	.gym-product .product-box .img-wrapper .cart-info i {
		background: 0 0;
		color: #6f6f6f
	}

	.gym-product .product-box .img-wrapper .cart-info button:hover i,
	.gym-product .product-box .img-wrapper .cart-info a:hover i {
		color: #ff4c3b
	}

	.gym-product .product-box:hover .img-wrapper .cart-info button {
		animation: none
	}

	.gym-product .product-box:hover .img-wrapper .cart-info a:nth-child(2) i {
		animation: none
	}

	.gym-product .product-box:hover .img-wrapper .cart-info a:nth-child(3) i {
		animation: none
	}

	.gym-product .product-box:hover .img-wrapper .cart-info a:nth-child(4) i {
		animation: none
	}

	.pet-parallax .pet-decor {
		display: none
	}

	.j-box .product-box .cart-info {
		bottom: 0;
		position: relative;
		opacity: 1
	}

	.j-box .product-box .cart-info a i {
		padding: 10px
	}

	.pets-box .product-box .img-wrapper .cart-info {
		transform: none
	}

	.pets-box .product-box .img-wrapper .cart-info i {
		font-size: 16px
	}

	.left-header .top-header .header-dropdown li {
		padding: 15px
	}

	.left-header .main-menu .menu-right .icon-nav li {
		padding-left: 15px
	}

	.portfolio-section.metro-section .product-box .cart-wrap a i {
		opacity: 1;
		font-size: 16px;
		padding: 5px
	}

	.portfolio-section.metro-section .product-box .cart-wrap button i {
		font-size: 16px;
		padding: 5px
	}

	.portfolio-section.metro-section .product-box .product-detail {
		opacity: 1;
		bottom: 15px;
		background-color: #ffffff80
	}

	.portfolio-section.metro-section .product-box .product-detail h6,
	.portfolio-section.metro-section .product-box .product-detail .h6 {
		color: #000
	}

	.portfolio-section.metro-section .product-box:hover .product-detail {
		opacity: 1
	}

	.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(2) i,
	.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(3) i,
	.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(4) i {
		animation: none
	}

	.layout3-menu {
		max-width: 100%
	}

	.layout3-menu .main-menu .brand-logo img {
		height: 25px
	}

	section,
	.section-t-space {
		padding-top: 40px
	}

	.section-b-space {
		padding-bottom: 40px
	}

	.product-full-tab {
		padding-top: 30px !important
	}

	.small-section {
		padding: 23px 0 20px
	}

	.theme-tab .tab-title a,
	.theme-tab .tab-title2 a {
		text-transform: capitalize
	}

	.darken-layout .footer-title,
	.dark-layout .footer-title {
		border-bottom: 1px solid #525252
	}

	.darken-layout .subscribe-wrapper,
	.dark-layout .subscribe-wrapper {
		padding-bottom: 10px
	}

	.footer-theme2 .footer-link li,
	.footer-theme2 .footer-link-b li {
		padding-left: 0
	}

	.layout2-logo {
		padding-right: 70px
	}

	.full-scroll-footer .sub-footer p {
		padding: 0;
		line-height: 25px
	}

	.layout-20 {
		padding: 15px
	}

	.about-cls .service.border-section {
		border-bottom: none
	}

	.about-cls .service.small-section {
		padding-bottom: 0
	}

	.footer-theme2 p {
		margin-bottom: 10px
	}

	.footer-theme2 .footer-mobile-title {
		display: block !important
	}

	.footer-theme2 .p-set {
		padding: 0 15px !important
	}

	.footer-theme2 .col {
		padding: 0
	}

	.footer-theme2 .footer-link li {
		display: flex;
		padding-top: 10px
	}

	.footer-theme2 .footer-link h4,
	.footer-theme2 .footer-link .h4 {
		padding-bottom: 10px
	}

	.footer-theme2 .contact-details li {
		padding-left: 0;
		padding-top: 10px
	}

	.footer-theme2 .footer-link-b li {
		display: flex;
		padding-top: 10px
	}

	.footer-theme2 .footer-link-b h4,
	.footer-theme2 .footer-link-b .h4 {
		margin-top: 0;
		padding-bottom: 10px
	}

	.footer-theme2.section-light .footer-block h4,
	.footer-theme2.section-light .footer-block .h4 {
		padding-bottom: 10px
	}

	.footer-theme2.section-light .footer-block .subscribe-white {
		padding: 40px 65px
	}

	.footer-theme2.section-light .footer-block .subscribe-white h2,
	.footer-theme2.section-light .footer-block .subscribe-white .h2 {
		margin-bottom: 20px
	}

	.footer-theme2.section-light .footer-block .subscribe-white .form-group {
		display: flex
	}

	.footer-theme2.section-light .footer-block .subscribe-white .form-group .btn-solid,
	.footer-theme2.section-light .footer-block .subscribe-white .form-group .btn-outline {
		margin-top: 0
	}

	.footer-theme2 .subscribe-block h2,
	.footer-theme2 .subscribe-block .h2 {
		margin-bottom: 20px
	}

	.footer-theme2 h4,
	.footer-theme2 .h4 {
		padding-bottom: 10px
	}

	.darken-layout .footer-theme .footer-mobile-title h4,
	.darken-layout .footer-theme .footer-mobile-title .h4 {
		color: #fff
	}

	.dark-layout .small-section {
		padding-bottom: 40px
	}

	.dark-layout section {
		padding-top: 0
	}

	.dark-layout .section-b-space {
		border: none;
		padding-bottom: 0
	}

	.dark-layout .subscribe-wrapper {
		order: -1
	}

	.dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block {
		padding: 10px 60px
	}

	.dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block h2,
	.dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .h2 {
		display: none
	}

	.dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .form-group {
		display: flex
	}

	.dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .form-group .btn-solid,
	.dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .form-group .btn-outline {
		margin-top: 0
	}

	.category-bg {
		padding: 30px 40px
	}

	.category-bg .image-block.even:after {
		bottom: 85%
	}

	.category-bg .image-block:after {
		width: 25px;
		margin-top: -25px
	}

	.category-bg .image-block:hover:after {
		height: 50px
	}

	.category-bg .contain-block h2,
	.category-bg .contain-block .h2 {
		font-size: 18px;
		margin-top: 8px
	}

	.category-bg .contain-block h6,
	.category-bg .contain-block .h6 {
		letter-spacing: .1em;
		font-size: 12px
	}

	.category-bg .contain-block:after {
		width: 25px
	}

	.category-bg .contain-block.even:after {
		top: 87%
	}

	.category-bg .contain-block .category-btn {
		margin-bottom: 10px;
		margin-top: 10px;
		letter-spacing: .1em;
		padding: 5px 15px
	}

	.category-bg .contain-block:after {
		bottom: 87%
	}

	.category-bg .contain-block:hover:after {
		height: 50px
	}

	.layout9-box .product-box .img-block {
		min-height: unset
	}

	.service-block .media {
		display: block;
		text-align: center;
		padding-top: 0;
		padding-bottom: 0
	}

	.service-block svg,
	.service-block img {
		margin-right: 0
	}

	.service-block+.service-block {
		border-left: 0;
		margin-top: 20px
	}

	.service-block:last-child .media .media-body p {
		margin-bottom: 5px
	}

	.partition2 {
		margin-bottom: -25px
	}

	.partition2>div {
		margin-bottom: 25px
	}

	.partition3>div+div {
		margin-top: 30px
	}

	.partition4>div+div {
		margin-top: 30px
	}

	.center-slider {
		border-left: none;
		border-right: none
	}

	.about-text p {
		line-height: 25px
	}

	.banner-timer {
		padding-top: 5px;
		padding-bottom: 5px
	}

	.banner-timer .banner-text {
		padding-top: 15px;
		padding-bottom: 15px;
		background-color: #ffffffa6
	}

	.banner-timer .banner-text h2,
	.banner-timer .banner-text .h2 {
		font-size: 15px
	}

	.banner-timer .timer-box {
		text-align: center
	}

	.banner-timer .timer {
		margin-top: 5px;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 20px
	}

	.banner-timer .timer p {
		font-size: 14px
	}

	.banner-timer .timer span {
		width: 40px
	}

	.banner-timer .timer span .padding-l {
		padding-left: 10px
	}

	.footer-title {
		margin-top: 10px;
		text-align: left;
		border-bottom: 1px solid #ddd;
		position: relative
	}

	.footer-title.footer-mobile-title {
		margin-top: 0
	}

	.footer-title h4,
	.footer-title .h4 {
		text-transform: uppercase;
		font-weight: 400;
		cursor: pointer
	}

	.footer-title.active .according-menu {
		font: 14px/1 FontAwesome
	}

	.footer-title.active .according-menu:before {
		content: "\f106";
		position: absolute;
		right: 2px;
		top: 2px
	}

	.footer-title .according-menu {
		font: 14px/1 FontAwesome
	}

	.footer-title .according-menu:before {
		content: "\f107";
		position: absolute;
		right: 2px;
		top: 2px
	}

	.banner-slider .home-banner>div img {
		margin-top: 30px
	}

	.banner-slider .home-banner>div:last-child img {
		margin-top: 30px
	}

	.lookbook .row>div:last-child .lookbook-block {
		margin-top: 30px
	}

	.lookbook-section .row>div:first-child .lookbook-img>div:last-child {
		margin-bottom: 25px
	}

	.lookbook-section .lookbook-img>div:last-child img {
		margin-top: 0
	}

	.box-layout-body .box-layout {
		margin-top: -40px
	}

	.home-slider.fullpage .slick-dots {
		display: flex;
		bottom: 70px;
		top: unset;
		left: 50%;
		transform: translate(-50%)
	}

	.home-slider.fullpage .slick-dots li button:before {
		color: #0a0100
	}

	.footer-contant {
		text-align: left
	}

	.footer-contant .footer-logo {
		margin-top: 20px;
		margin-bottom: 20px
	}

	.footer-contant li {
		text-align: left
	}

	.footer-contant .footer-social ul {
		margin: unset
	}

	.footer-contant .footer-social ul li {
		padding-right: 25px;
		padding-left: 0
	}

	.social-white ul {
		display: flex;
		align-items: center;
		justify-content: center
	}

	.social-white li:first-child {
		padding-left: 0
	}

	.footer-theme {
		text-align: center
	}

	.footer-theme .footer-mobile-title {
		display: block !important
	}

	.footer-theme .col {
		max-width: 100%;
		flex-basis: unset
	}

	.footer-theme .footer-social {
		margin-bottom: 15px
	}

	.footer-theme .sub-title li {
		padding-top: 7px
	}

	.footer-theme .sub-title .contact-list i {
		position: relative;
		top: 0;
		margin-right: 10px
	}

	.footer-theme .sub-title .contact-list li {
		padding-left: 0
	}

	.footer-social ul {
		margin: 0 auto
	}

	.footer-social li {
		padding: 0 15px
	}

	.footer-end {
		text-align: center
	}

	.sub-footer .payment-card-bottom {
		justify-content: center;
		padding-bottom: 25px
	}

	.subscribe-wrapper {
		margin: 10px 0 0;
		order: 0
	}

	.social-white {
		margin-bottom: 10px
	}

	.category-border div .category-banner .category-box h2,
	.category-border div .category-banner .category-box .h2 {
		font-size: 25px
	}

	.box-layout .small-section {
		padding-top: 0
	}

	.white-layout .footer-theme2>div:nth-child(2) {
		order: -1
	}

	.white-layout .footer-theme2.footer-border {
		padding: 0;
		border: none
	}

	.white-layout .footer-theme2 .footer-block .footer-container {
		max-width: 540px;
		width: 100%
	}

	.white-layout .footer-theme2 .footer-block .footer-container .footer-mobile-title {
		margin-top: 20px
	}

	.white-layout .footer-theme2 .footer-block .subscribe-white h2,
	.white-layout .footer-theme2 .footer-block .subscribe-white .h2 {
		display: none
	}

	.product-box .cart-detail,
	.product-wrap .cart-detail {
		top: 5px;
		right: 10px
	}

	.product-box .img-block {
		min-height: 350px
	}

	.product-box .cart-info,
	.product-box .cart-detail,
	.product-box .img-wrapper .cart-box {
		opacity: 1
	}

	.product-box:hover .img-wrapper .cart-box,
	.product-box:hover .cart-info button,
	.product-box:hover .cart-detail button,
	.product-box:hover .cart-info a i,
	.product-box:hover .cart-detail a i {
		animation: none
	}

	.product-box:hover .cart-info a:nth-child(2) i,
	.product-box:hover .cart-detail a:nth-child(2) i {
		animation: none
	}

	.product-box:hover .cart-info a:nth-child(3) i,
	.product-box:hover .cart-detail a:nth-child(3) i {
		animation: none
	}

	.product-box:hover .cart-info a:nth-child(4) i,
	.product-box:hover .cart-detail a:nth-child(4) i {
		animation: none
	}

	.theme-tab .tab-title2 {
		font-size: 20px
	}

	.theme-tab .tab-title2 li {
		padding-left: 15px;
		padding-right: 15px
	}

	.theme-tab .tab-title2:after {
		top: 15px
	}

	.multiple-slider>div:nth-child(-n+3) {
		margin-bottom: 30px
	}

	.full-banner,
	.full-banner.parallax-layout {
		padding-top: 120px;
		padding-bottom: 120px
	}

	.full-banner .banner-contain h2,
	.full-banner .banner-contain .h2 {
		font-size: 75px
	}

	.collection-banner .contain-banner {
		padding-left: 60px;
		padding-right: 60px
	}

	.collection-banner .contain-banner.banner-3 {
		padding-left: 40px;
		padding-right: 40px
	}

	.collection-banner .contain-banner.banner-3 h2,
	.collection-banner .contain-banner.banner-3 .h2 {
		font-size: 20px
	}

	.collection-banner .contain-banner.banner-3 h4,
	.collection-banner .contain-banner.banner-3 .h4 {
		font-size: 18px
	}

	.collection-banner .contain-banner.banner-4 {
		padding-left: 45px;
		padding-right: 45px
	}

	.collection-banner .contain-banner.banner-4 h2,
	.collection-banner .contain-banner.banner-4 .h2 {
		font-size: 18px
	}

	.collection-banner .contain-banner h2,
	.collection-banner .contain-banner .h2 {
		font-size: 35px
	}

	.home-slider .home,
	.home-slider .slider-contain {
		height: 60vh
	}

	.home-slider .slider-contain h1,
	.home-slider .slider-contain .h1 {
		font-size: 35px;
		margin-top: 5px
	}

	.home-slider .slider-contain .btn-solid,
	.home-slider .slider-contain .btn-outline {
		margin-top: 10px;
		padding: 10px 25px
	}

	.home-slider:hover .owl-next {
		right: 80px
	}

	.home-slider:hover .owl-prev {
		left: 80px
	}

	.background .col {
		flex-basis: unset
	}

	.background .contain-bg {
		margin: 10px 0
	}

	.full-box .center-slider .offer-slider {
		text-align: center
	}

	.full-box .center-slider .offer-slider .product-box {
		border: none;
		display: inline-block
	}

	.full-box .center-slider .offer-slider .product-box .img-wrapper {
		text-align: center
	}

	.full-box .center-slider .offer-slider .product-box .img-wrapper img {
		height: 200px;
		width: auto
	}

	.full-box .center-slider .offer-slider .product-box:hover {
		box-shadow: none
	}

	.full-box .theme-card .offer-slider .sec-1 {
		display: flex
	}

	.full-box .theme-card .offer-slider .sec-1 .product-box2 .media .media-body .color-variant li {
		height: 18px;
		width: 18px;
		padding-right: 3px
	}

	.full-box .theme-card .offer-slider .sec-1 .product-box2+.product-box2 {
		border-top: none
	}

	.theme-tab .tab-title li,
	.theme-tab .tab-title2 li {
		padding-left: 5px;
		padding-right: 5px
	}

	.theme-tab .tab-content .product-tab .tab-box .product-box2 img {
		height: 150px;
		padding: 5px
	}

	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h2,
	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content .h2 {
		margin-bottom: 20px;
		padding-bottom: 20px
	}

	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h4,
	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content .h4 {
		margin-bottom: 20px;
		font-size: 15px
	}

	.theme-modal.cart-modal .product-section {
		display: none
	}

	.filter-main-btn span {
		font-size: 16px
	}

	.tap-top {
		bottom: 70px;
		right: 20px
	}

	.blog-detail-page .comment-section li {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.blog-page .blog-sidebar .theme-card {
		padding: 20px
	}

	.blog-page .blog-sidebar .theme-card .popular-blog li p {
		margin-top: 5px
	}

	.product-pagination .pagination {
		justify-content: center;
		border-left: 1px solid #ddd
	}

	.testimonial {
		background-color: #f7f7f7
	}

	.testimonial .testimonial-slider .media .media-body {
		padding: 30px
	}

	.about-page {
		text-align: center
	}

	.about-page p {
		line-height: 1.5
	}

	.team h2,
	.team .h2 {
		font-size: 25px
	}

	.collection .partition-collection>div:nth-last-child(1),
	.collection .partition-collection>div:nth-last-child(2),
	.collection .partition-collection>div:nth-last-child(3) {
		margin-top: 30px
	}

	.collection-product-wrapper .product-pagination .pagination .page-item a {
		padding: 15px 18px
	}

	.collection-product-wrapper .product-pagination .product-search-count-bottom {
		justify-content: center;
		padding-right: 0
	}

	.collection-product-wrapper .product-pagination .product-search-count-bottom h5,
	.collection-product-wrapper .product-pagination .product-search-count-bottom .h5 {
		padding: 10px 0
	}

	.collection-product-wrapper .product-pagination .theme-paggination-block nav {
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd
	}

	.faq-section .theme-accordion .card .card-body p {
		line-height: 1.5 !important
	}

	.faq-section .theme-accordion .card .card-header button {
		font-size: 14px !important;
		white-space: normal;
		width: 100%;
		padding: 16px 30px 16px 18px !important
	}

	.register-page .theme-card {
		padding: 25px
	}

	.register-page .theme-card .theme-form input {
		margin-bottom: 25px;
		padding: 13px 18px
	}

	.search-product>div:nth-last-child(4) {
		margin-top: 30px
	}

	.cart-section tbody tr td a,
	.wishlist-section tbody tr td a {
		justify-content: center;
		display: flex;
		align-items: center
	}

	.cart-section .cart-table thead th:nth-last-child(-n+4) {
		display: none
	}

	.cart-section tbody tr td:nth-last-child(-n+4) {
		display: none
	}

	.cart-section tbody tr td .mobile-cart-content {
		display: flex
	}

	.wishlist-section .cart-table thead th:nth-last-child(-n+3) {
		display: none
	}

	.wishlist-section tbody tr td:nth-last-child(-n+3) {
		display: none
	}

	.wishlist-section tbody tr td .mobile-cart-content {
		display: flex
	}

	.blog-page .order-sec {
		order: -1
	}

	.blog-page .blog-media:last-child {
		margin-bottom: 30px
	}

	.blog-page .blog-sidebar ul li {
		display: block
	}

	.tab-pane iframe {
		width: 100%
	}

	.product-order .product-order-detail img {
		height: auto
	}

	.rtl .main-nav-center .toggle-nav {
		left: 75px
	}

	.rtl .tab-left .theme-tab .tab-content-cls .product-box .cart-info .mobile-quick-view {
		margin-right: 5px;
		margin-left: 0
	}

	.rtl .service-block svg,
	.rtl .service-block img {
		margin-right: 0
	}

	.rtl .service-block+.service-block {
		border-right: 0
	}

	.rtl .service-block .media .media-body h4,
	.rtl .service-block .media .media-body .h4,
	.rtl .service-block .media .media-body p {
		text-align: center
	}

	.rtl .collection-product-wrapper .product-pagination .theme-paggination-block nav {
		border-right: none;
		border-left: 1px solid #ddd
	}

	.rtl .collection-product-wrapper .product-pagination .product-search-count-bottom {
		padding-left: 5px;
		padding-right: 5px
	}

	.rtl .footer-title.active .according-menu:before {
		right: unset;
		left: 2px
	}

	.rtl .footer-title .according-menu:before {
		right: unset;
		left: 2px
	}

	.rtl .footer-end p {
		text-align: center
	}

	.rtl .sub-footer .payment-card-bottom li {
		padding-left: 7px;
		padding-right: 7px
	}

	.rtl .footer-theme2.section-light .footer-block h4,
	.rtl .footer-theme2.section-light .footer-block .h4,
	.rtl .footer-theme2.section-light .footer-block .footer-logo,
	.rtl .footer-theme2 .footer-title h4,
	.rtl .footer-theme2 .footer-title .h4,
	.rtl .footer-contant li {
		text-align: right
	}

	.rtl .footer-contant .footer-social ul li {
		padding-right: 0;
		padding-left: 25px
	}

	.rtl .dark-layout .footer-contant .footer-logo,
	.rtl .dark-layout .footer-contant p {
		text-align: right
	}

	.rtl .footer-theme .sub-title .contact-list i {
		margin-right: 0;
		margin-left: 10px
	}

	.rtl .footer-theme .sub-title .contact-list li {
		padding-right: 0
	}

	.rtl .layout2-logo {
		padding-left: 70px;
		padding-right: 0
	}

	.rtl .full-box .theme-card .offer-slider .sec-1 .product-box2+.product-box2 {
		border-left: none;
		border-right: 1px solid #f1f5f4
	}

	.rtl .tools_product .tools-grey .product-box .cart-info .mobile-quick-view,
	.rtl .tools-parallax-product.tools-grey .product-box .cart-info .mobile-quick-view {
		margin-left: 0;
		margin-right: 5px
	}

	.rtl .product-pagination .pagination {
		border-right: 1px solid #ddd;
		border-left: none
	}

	.dark .collection-product-wrapper .product-pagination .theme-paggination-block nav {
		border-color: #404040
	}

	.dark .product-pagination .pagination {
		border-color: #404040
	}
}

@media(max-width:577px) {
	.header-6 .main-menu .brand-logo {
		position: relative;
		left: 0;
		transform: none
	}

	.layout3-menu .main-menu {
		height: 75px
	}

	.layout3-menu .brand-logo {
		padding-top: 25px !important;
		padding-bottom: 25px !important
	}

	.tab-left .theme-tab .left-side .left-tab-title {
		margin-bottom: 15px
	}

	.detail-cannabis .detail_section>div {
		padding: 30px 25px
	}

	.green-gradient .top-header .header-dropdown li {
		padding: 0
	}

	.service_slide .home-slider .slider-contain {
		height: 58vh
	}

	.header-tools .top-header .header-dropdown li {
		padding: 0
	}

	.header-gym {
		position: relative;
		background-color: #000
	}

	.header-gym .mobile-fix-option {
		z-index: 1
	}

	.tools-service.absolute-banner .absolute-bg {
		padding-bottom: 20px;
		box-shadow: 0 0 8px #ddd
	}

	.tools-service .service-block+.service-block {
		margin-top: 20px
	}

	.tools-service .service-block svg,
	.tools-service .service-block img,
	.tools-service .service-block1 svg,
	.tools-service .service-block1 img {
		margin-bottom: 7px
	}

	.tools-parallax-product.full-banner {
		padding-top: 45px;
		padding-bottom: 45px
	}

	.gym-product .part-cls>div:nth-last-child(-n+3) .product-box {
		margin-top: 30px
	}

	.gym-product .partition-cls>div:nth-child(2) {
		margin-top: 30px
	}

	.gym-product .product-box:hover {
		transform: unset
	}

	.left-header .top-header {
		height: 70px
	}

	.left-header .top-header .header-dropdown li {
		padding: 0
	}

	.left-header .top-header .header-dropdown .mobile-wishlist img,
	.left-header .top-header .header-dropdown .mobile-account img {
		display: none
	}

	.left-header .top-header .header-dropdown .mobile-wishlist i,
	.left-header .top-header .header-dropdown .mobile-account i {
		display: block
	}

	.left-header .main-menu .menu-left .mobile-logo {
		position: absolute;
		padding: 0 !important;
		transform: unset;
		right: unset;
		left: 15px;
		margin-right: 0;
		top: 16px
	}

	.left-header .main-menu .menu-left .navbar {
		position: absolute;
		right: 15px;
		padding: 0 !important;
		top: 22px
	}

	.pet-parallax .full-banner {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.portfolio-section.metro-section .product-box .cart-wrap a i,
	.portfolio-section.metro-section .product-box .cart-wrap button i {
		font-size: 18px;
		padding: 7px
	}

	.box-layout-body .box-layout .full-banner {
		padding-top: 100px;
		padding-bottom: 100px
	}

	.layout3-menu .main-menu .menu-left {
		width: calc(100vw - 32px)
	}

	.layout3-menu .main-menu .menu-left .main-menu-right .toggle-nav {
		right: 15px
	}

	.layout3-menu .main-menu .menu-left .main-menu-right .toggle-nav .sidebar-name {
		display: none
	}

	.layout3-menu .main-menu>div:nth-child(2) {
		position: absolute;
		left: 0;
		right: 50%;
		transform: none;
		top: 0
	}

	.layout3-menu .main-menu>div:nth-child(3) {
		height: 0
	}

	.layout3-menu .brand-logo {
		left: 0;
		transform: none
	}

	.layout2-logo {
		padding-right: 0
	}

	.dark-layout .footer-theme2 .col {
		padding: 0 15px
	}

	.dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block {
		padding: 10px 20px 20px 10px
	}

	.footer-theme2 .col {
		padding: 0 15px
	}

	.footer-theme2 .form-p {
		padding: 0
	}

	.footer-theme2.footer-border {
		padding: 15px 0
	}

	.footer-theme2 .subscribe-block {
		padding: 0 75px
	}

	.footer-theme2 .footer-link h4,
	.footer-theme2 .footer-link .h4 {
		padding-bottom: 10px
	}

	.footer-theme2 .footer-link li {
		padding-right: 20px
	}

	.footer-theme2 .footer-link-b h4,
	.footer-theme2 .footer-link-b .h4 {
		padding-bottom: 15px
	}

	.footer-theme2 .footer-link-b li {
		padding-right: 20px
	}

	.full-scroll-menu .container-fluid,
	.full-scroll-menu .container-sm,
	.full-scroll-menu .container-md,
	.full-scroll-menu .container-lg,
	.full-scroll-menu .container-xl,
	.full-scroll-menu .container-xxl {
		padding-left: 15px;
		padding-right: 15px
	}

	.layout-8 {
		padding: 0 15px
	}

	.layout-20 {
		padding: 0
	}

	.addcart_btm_popup {
		display: none !important
	}

	.layout7-product .product-box .details-product {
		padding: 5px
	}

	.layout7-product .product-box:hover .details-product {
		animation: none
	}

	.beauty-about .service .service-block1 {
		margin-bottom: 20px
	}

	.beauty-about .service .service-block1:last-child {
		margin-bottom: 0
	}

	#fb-root {
		display: none
	}

	.section-b-space {
		padding-bottom: 30px
	}

	section,
	.section-t-space {
		padding-top: 30px
	}

	h2,
	.h2 {
		font-size: 24px
	}

	.rtl-btn {
		width: 30px;
		height: 32px
	}

	.tab-product .tab-content.nav-material p,
	.product-full-tab .tab-content.nav-material p {
		padding: 15px 0
	}

	.sticky.fixed .top-header {
		display: block
	}

	.top-header .header-dropdown .compare {
		display: none
	}

	.search-overlay>div .closebtn {
		top: 15px;
		right: 30px
	}

	.btn-solid {
		padding: 7px 15px
	}

	.product-box .product-detail .color-variant,
	.product-box .product-info .color-variant,
	.product-wrap .product-detail .color-variant,
	.product-wrap .product-info .color-variant {
		padding-top: 10px
	}

	footer {
		margin-bottom: 60px
	}

	footer .btn-solid {
		padding: 13px 29px
	}

	footer p {
		line-height: 20px
	}

	.partition1 {
		margin-bottom: -15px
	}

	.partition1>div {
		margin-bottom: 15px
	}

	.theme-modal .modal-dialog .quick-view-modal .product-right {
		margin: 15px 0 10px
	}

	.theme-modal .modal-dialog .quick-view-modal .product-right h2,
	.theme-modal .modal-dialog .quick-view-modal .product-right .h2 {
		font-size: 18px;
		margin-bottom: 10px
	}

	.theme-modal .modal-dialog .quick-view-modal .product-right h3,
	.theme-modal .modal-dialog .quick-view-modal .product-right .h3 {
		font-size: 22px;
		margin-bottom: 10px
	}

	.theme-modal .modal-dialog .quick-view-modal .product-right .color-variant li {
		height: 25px;
		width: 25px
	}

	.theme-modal .modal-dialog .quick-view-modal .product-right .border-product {
		padding-top: 10px;
		padding-bottom: 15px
	}

	.theme-modal .modal-dialog .quick-view-modal .product-right .size-box {
		margin-top: 5px;
		margin-bottom: 5px
	}

	.theme-modal .modal-dialog .quick-view-modal .product-right .product-description .qty-box {
		margin-top: 5px
	}

	.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media a img {
		max-width: 105px;
		margin-bottom: 10px
	}

	.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
		padding: 4px 5px
	}

	.theme-modal.exit-modal .media {
		align-items: center
	}

	.theme-modal.exit-modal .media img {
		width: 25%
	}

	.theme-modal.exit-modal .media .media-body h4,
	.theme-modal.exit-modal .media .media-body .h4 {
		font-size: 16px;
		margin-bottom: 0
	}

	.theme-modal.exit-modal .media .media-body h2,
	.theme-modal.exit-modal .media .media-body .h2 {
		margin-bottom: 2px
	}

	.theme-modal.exit-modal .media .media-body h5,
	.theme-modal.exit-modal .media .media-body .h5 {
		font-size: 16px;
		line-height: 18px
	}

	.theme-modal.exit-modal .modal-dialog .modal-content .modal-body .modal-bg {
		padding: 12px
	}

	.white-layout .small-section .footer-theme2 .col {
		padding: 0 15px
	}

	.social-white {
		margin-top: 25px
	}

	.category-border div .category-banner .category-box h2,
	.category-border div .category-banner .category-box .h2 {
		font-size: 30px;
		padding: 10px 20px
	}

	.filter-main-btn span {
		font-size: 14px
	}

	.category-bg .image-block:after {
		display: none
	}

	.category-bg .contain-block:after {
		display: none
	}

	.category-bg .order-section div {
		order: 1
	}

	.category-bg .order-section div:nth-child(2) {
		order: 4;
		margin-bottom: 30px
	}

	.category-bg .order-section div:nth-child(3) {
		order: 3
	}

	.category-bg .order-section div:nth-child(4) {
		order: 2;
		margin-bottom: 30px
	}

	.category-bg .order-section div:nth-child(5) {
		order: 5
	}

	.category-bg .order-section div:nth-child(6) {
		order: 6
	}

	.category-bg .contain-block {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.theme-tab .tab-title {
		margin-bottom: 25px
	}

	.full-banner,
	.full-banner.parallax-layout {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.full-banner .banner-contain {
		background-color: #fff3;
		padding: 25px
	}

	.full-banner .banner-contain .btn-solid,
	.full-banner .banner-contain .btn-outline {
		padding: 10px 20px
	}

	.full-banner.p-left .banner-contain,
	.full-banner.p-right .banner-contain {
		float: none
	}

	.full-banner .banner-contain h2,
	.full-banner .banner-contain .h2 {
		font-size: 65px
	}

	.full-banner .banner-contain h3,
	.full-banner .banner-contain .h3 {
		font-size: 40px
	}

	.full-banner .banner-contain h4,
	.full-banner .banner-contain .h4 {
		font-size: 18px;
		letter-spacing: .3em
	}

	.home-slider .home,
	.home-slider .slider-contain {
		height: 58vh
	}

	.home-slider .slider-contain h1,
	.home-slider .slider-contain .h1 {
		font-size: 30px
	}

	.home-slider:hover .owl-next {
		right: 70px
	}

	.home-slider:hover .owl-prev {
		left: 70px
	}

	.home-slider:hover .owl-prev,
	.home-slider:hover .owl-next {
		transform: scale(1.5)
	}

	.home-slider.fullpage .slick-dots {
		display: flex;
		bottom: 60px;
		top: unset;
		left: 50%;
		transform: translate(-50%)
	}

	.home-slider.fullpage .home .slider-contain {
		text-align: center;
		justify-content: center;
		padding-left: 0
	}

	.home-slider.fullpage .home .slider-contain>div {
		background-color: #00000026;
		padding: 30px 50px
	}

	.home-slider.fullpage .home .slider-contain h1,
	.home-slider.fullpage .home .slider-contain .h1,
	.home-slider.fullpage .home .slider-contain p {
		color: #fff
	}

	.home-slider.fullpage .home .slider-contain h1,
	.home-slider.fullpage .home .slider-contain .h1 {
		font-size: 22px
	}

	.home-slider.fullpage .home .slider-contain p {
		max-width: 330px;
		font-size: 12px
	}

	.home-slider.fullpage .home .slider-contain .btn-solid {
		padding: 10px 15px
	}

	.background .contain-bg {
		background-color: unset;
		padding-top: 0;
		padding-bottom: 0;
		margin: 10px 0
	}

	.background .contain-bg:hover {
		background-color: unset
	}

	.theme-tab .tab-content .product-tab .tab-box {
		flex: 0 0 100%;
		max-width: calc(100% - 10px)
	}

	.theme-tab .tab-content .product-tab .tab-box:nth-last-child(-n+2) {
		margin: 0 5px 10px
	}

	.theme-tab .tab-content .product-tab .tab-box:nth-last-child(-n+1) {
		margin: 0 5px
	}

	.theme-tab .tab-content .product-tab .tab-box .product-box2 img {
		height: 150px
	}

	.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6,
	.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a .h6 {
		margin-right: 10px
	}

	.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant li {
		margin-top: 7px;
		height: 18px;
		width: 18px
	}

	.alert {
		right: 0 !important;
		left: 0;
		max-width: 90% !important
	}

	.tap-top {
		width: 35px;
		height: 35px;
		padding: 2px;
		font-size: 19px
	}

	.absolute-banner {
		margin-top: 0
	}

	.absolute-banner .absolute-bg {
		box-shadow: none;
		padding-bottom: 0
	}

	.absolute-banner.banner-padding {
		padding-top: 0
	}

	.box-layout-body .box-layout {
		margin-top: 0
	}

	.color-picker a.handle {
		width: 30px;
		height: 35px
	}

	.color-picker a.handle i {
		margin-left: 7px;
		font-size: 17px
	}

	.full-scroll-footer {
		display: none
	}

	.cart_qty_cls {
		top: -10px
	}

	.setting-sidebar {
		width: 35px;
		height: 35px
	}

	.setting-sidebar i {
		font-size: 19px
	}

	.dark-light {
		width: 35px;
		height: 35px
	}

	.dashboard-right .dashboard {
		padding: 20px
	}

	.error-section {
		padding: 100px 0
	}

	.error-section h1,
	.error-section .h1 {
		font-size: 100px
	}

	.error-section h2,
	.error-section .h2 {
		margin: 20px 0;
		font-size: 18px
	}

	.about-page .about-head {
		display: inline-block;
		width: 100%;
		text-align: center
	}

	.about-page .about-head .theme-breadcrumb .breadcrumb {
		justify-content: center;
		padding-top: 10px;
		padding-bottom: 0
	}

	.breadcrumb-section .page-title {
		text-align: center;
		margin: 0 auto;
		vertical-align: middle;
		display: unset
	}

	.breadcrumb-section .breadcrumb {
		justify-content: center;
		padding: 0;
		line-height: 30px
	}

	.blog-detail-page .blog-detail .post-social li {
		display: block
	}

	.blog-detail-page .blog-detail .post-social li+li {
		padding-left: 0;
		margin-left: 0;
		border-left: none
	}

	.collection .collection-block .collection-content p {
		margin-bottom: 10px
	}

	.collection .collection-block .collection-content h4,
	.collection .collection-block .collection-content .h4,
	.collection .collection-block .collection-content h3,
	.collection .collection-block .collection-content .h3 {
		margin-bottom: 5px
	}

	.collection-product-wrapper .product-wrapper-grid .product-box {
		margin-top: 30px
	}

	.collection-product-wrapper .product-top-filter .product-filter-content .search-count {
		padding: 10px 20px
	}

	.collection-product-wrapper .product-top-filter .product-filter-content .search-count h5,
	.collection-product-wrapper .product-top-filter .product-filter-content .search-count .h5 {
		font-size: 14px;
		line-height: 20px
	}

	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
		width: 100%
	}

	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
		padding: 10px 20px
	}

	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before,
	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before {
		top: 11px
	}

	.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
		border-right: 1px solid #ddd !important;
		border-bottom: 1px solid #ddd
	}

	.collection-product-wrapper .product-top-filter .popup-filter .search-count {
		padding-top: 10px;
		padding-bottom: 10px
	}

	.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
		border-bottom: 1px solid #ddd;
		width: 100%
	}

	.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
		border-right: none;
		padding-top: 10px;
		padding-bottom: 10px
	}

	.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before {
		top: 14px
	}

	.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
		width: 100%;
		border-top: none
	}

	.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
		padding-top: 10px;
		padding-bottom: 10px
	}

	.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
		left: unset;
		right: 35px !important;
		top: 14px
	}

	.search-product>div:nth-last-child(5) {
		margin-top: 30px
	}

	.cart-section .cart-buttons>div:last-child {
		padding-right: 15px
	}

	.cart-section .cart-buttons .btn-solid,
	.wishlist-section .btn-solid {
		padding: 7px 8px
	}

	.product-box .img-wrapper .lable-block .lable3 {
		font-size: 12px;
		padding: 13px 8px
	}

	.product-box .img-block .lable-wrapper .lable1,
	.product-box .img-block .lable-wrapper .lable2 {
		padding: 6px 9px 8px 15px;
		font-size: 12px
	}

	.tab-product .tab-content.nav-material p {
		line-height: 1.3
	}

	.slider-right-nav .slick-slide:first-child>div {
		margin-top: 15px
	}

	.collection-wrapper .order-up {
		order: -1
	}

	.lookbook .lookbook-block .lookbook-dot .dot-showbox {
		width: 90px;
		top: -70px
	}

	.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5,
	.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info .h5 {
		line-height: 16px
	}

	.checkout-page .checkout-form .checkout-details {
		padding: 15px
	}

	.padding-cls {
		padding-left: 15px;
		padding-right: 15px
	}

	.success-text i {
		font-size: 40px
	}

	.success-text p {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 1.2
	}

	.success-text h2,
	.success-text .h2 {
		margin-bottom: 10px
	}

	.order-success-sec>div {
		margin-top: 15px
	}

	.delivery-sec {
		padding: 15px;
		margin-top: 15px
	}

	.delivery-sec h3,
	.delivery-sec .h3,
	.delivery-sec h2,
	.delivery-sec .h2,
	.product-order h3,
	.product-order .h3 {
		font-size: 20px
	}

	.product-order .product-order-detail .order_detail h4,
	.product-order .product-order-detail .order_detail .h4,
	.product-order .product-order-detail .order_detail h5,
	.product-order .product-order-detail .order_detail .h5 {
		font-size: 14px;
		line-height: 1.2
	}

	.product-order .total-sec ul li,
	.product-order .final-total h3,
	.product-order .final-total .h3 {
		font-size: 16px
	}

	.main-menu .menu-left .navbar i {
		font-size: 24px
	}

	.template-password #container #login {
		margin-bottom: 0
	}

	.bundle .bundle_img .img-box img {
		max-width: 70px
	}

	.timer p {
		font-size: 14px
	}

	.rtl .header-6 .main-menu .brand-logo {
		right: 0;
		left: unset;
		margin-right: 0
	}

	.rtl .main-nav-center .toggle-nav {
		left: 15px
	}

	.rtl .breadcrumb-section .page-title h2,
	.rtl .breadcrumb-section .page-title .h2 {
		text-align: center
	}

	.rtl .blog-detail-page .blog-detail .post-social li+li {
		padding-right: 0;
		margin-right: 0;
		border-right: none
	}

	.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
		border-right: 1px solid #ddd
	}

	.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
	.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
		padding: 10px 34px
	}

	.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
		border-left: none
	}

	.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before {
		left: 25px
	}

	.rtl .home-slider .owl-next,
	.rtl .center-slider .owl-next {
		right: unset;
		left: 1px
	}

	.rtl .home-slider .owl-prev,
	.rtl .center-slider .owl-prev {
		left: unset;
		right: 1px
	}

	.rtl .home-slider:hover .owl-next,
	.rtl .center-slider:hover .owl-next {
		right: unset;
		left: 30px
	}

	.rtl .home-slider:hover .owl-prev,
	.rtl .center-slider:hover .owl-prev {
		left: unset;
		right: 30px
	}

	.rtl .layout2-logo {
		padding-left: 0
	}

	.rtl .main-menu .menu-right .icon-nav .mobile-cart .show-div.shopping-cart {
		left: unset !important;
		right: -118px !important
	}

	.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.setting {
		right: unset;
		left: 0 !important
	}

	.rtl .layout3-menu .main-menu>div:nth-child(2) {
		left: unset;
		right: 0
	}

	.rtl .layout3-menu .main-menu .menu-left .main-menu-right .toggle-nav {
		right: unset;
		left: 15px
	}

	.rtl .layout3-menu .brand-logo {
		transform: translate(-15%)
	}

	.rtl .top-header .header-dropdown li i {
		padding-left: 0
	}

	.rtl .top-header .header-dropdown .mobile-account .onhover-show-div {
		right: unset;
		left: 0
	}

	.dark header.header-gym {
		background-color: #020202
	}

	.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
		border-color: #404040 !important
	}

	.dark .tools-service.absolute-banner .absolute-bg {
		box-shadow: none
	}

	.dark .full-banner .banner-contain {
		background-color: #0003
	}

	.dark .absolute-banner .absolute-bg {
		box-shadow: none
	}
}

@media(min-width:577px) {
	.rtl .onhover-dropdown:before {
		right: unset;
		left: 3px
	}

	.rtl .onhover-dropdown .onhover-show-div {
		right: unset;
		left: 0
	}

	.rtl .main-menu .category-nav-right .navbar {
		padding: 40px 45px 40px 0
	}

	.rtl .main-menu .menu-right .icon-nav li {
		padding-left: 0;
		padding-right: 20px
	}

	.rtl .main-menu .menu-right .onhover-div .show-div.shopping-cart,
	.rtl .main-menu .menu-right .onhover-div .show-div.setting {
		left: 0;
		right: unset
	}

	.rtl .main-menu .menu-right .onhover-div .show-div.shopping-cart li .close-circle {
		right: unset;
		left: 0
	}

	.rtl .main-menu .menu-right .onhover-div .show-div.shopping-cart li .total h5 span,
	.rtl .main-menu .menu-right .onhover-div .show-div.shopping-cart li .total .h5 span {
		float: left
	}
}

@media(max-width:480px) {
	.service_slide .home-slider .slider-contain {
		height: 55vh
	}

	.left-header .main-menu .menu-left .mobile-logo {
		top: 22px
	}

	.title1 .title-inner1 {
		margin-bottom: 10px
	}

	.title2 .title-inner2,
	.title3 .line,
	.title4 .line {
		margin-bottom: 20px
	}

	.pet-parallax .full-banner {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.footer-theme2 p {
		line-height: 25px
	}

	.footer-light .subscribe-form .form-control {
		width: 280px
	}

	.white-layout .footer-theme2 .footer-block .footer-container {
		max-width: 388px
	}

	.white-layout .footer-theme2 .footer-block .subscribe-white .btn-solid,
	.white-layout .footer-theme2 .footer-block .subscribe-white .btn-outline,
	.dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .btn-solid,
	.dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .btn-outline {
		padding: 13px 8px
	}

	.footer-theme2 .subscribe-block .form-control {
		letter-spacing: 3px
	}

	.category-border div .category-banner .category-box h2,
	.category-border div .category-banner .category-box .h2 {
		font-size: 25px
	}

	.product-box .img-wrapper .cart-box i,
	.product-wrap .img-wrapper .cart-box i {
		font-size: 16px;
		padding-left: 4px;
		padding-right: 4px
	}

	.title-borderless {
		margin-bottom: 20px
	}

	.subscribe-form.classic-form .form-control {
		margin-left: 0
	}

	.product-box .img-block {
		min-height: 290px
	}

	.theme-tab .tab-title li {
		padding-left: 5px;
		padding-right: 5px
	}

	.theme-tab .tab-title2 {
		margin-bottom: 30px;
		font-size: 18px;
		font-weight: 400
	}

	.theme-tab .tab-title2 li {
		padding-left: 15px;
		padding-right: 15px
	}

	.theme-tab .tab-title2:after {
		display: none
	}

	.blog-details {
		padding-left: 0;
		padding-right: 0
	}

	.full-banner {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.full-banner.parallax-layout {
		padding-top: 4px;
		padding-bottom: 40px
	}

	.full-banner .banner-contain h2,
	.full-banner .banner-contain .h2 {
		font-size: 60px
	}

	.full-banner .banner-contain h4,
	.full-banner .banner-contain .h4 {
		font-size: 18px
	}

	.collection-banner .contain-banner {
		padding-left: 30px;
		padding-right: 30px
	}

	.collection-banner .contain-banner h2,
	.collection-banner .contain-banner .h2 {
		font-size: 24px
	}

	.home-slider .home,
	.home-slider .slider-contain {
		height: 55vh
	}

	.home-slider .slider-contain h1,
	.home-slider .slider-contain .h1 {
		font-size: 28px
	}

	.home-slider .slider-contain h4,
	.home-slider .slider-contain .h4 {
		letter-spacing: .1em
	}

	.home-slider .slider-contain .btn-solid,
	.home-slider .slider-contain .btn-outline {
		margin-top: 5px
	}

	.home-slider:hover .owl-prev,
	.home-slider:hover .owl-next {
		transform: scale(1.2)
	}

	.home-slider:hover .owl-next {
		right: 60px
	}

	.home-slider:hover .owl-prev {
		left: 60px
	}

	.white-layout .footer-theme2 .footer-block .footer-container {
		max-width: 448px
	}

	.footer-theme2.section-light .footer-block .subscribe-white {
		padding: 30px
	}

	.footer-theme2.section-light .footer-block .subscribe-white .form-control {
		letter-spacing: 3px
	}

	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
		padding: 35px
	}

	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content img {
		margin-bottom: 10px
	}

	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2,
	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content .h2 {
		margin-bottom: 15px
	}

	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .form-control {
		height: 40px;
		padding: 0
	}

	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .btn-solid,
	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .btn-outline {
		padding: 8px 15px
	}

	.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media {
		display: block;
		text-align: center
	}

	.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body h4,
	.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .h4 {
		font-size: 15px
	}

	.tab-bg,
	.bg-block {
		padding: 35px 25px 30px
	}

	.setting-box {
		width: 280px
	}

	.setting-sidebar.open-icon {
		right: 278px
	}

	.setting-box .setting-contant .setting_buttons {
		display: flex
	}

	.setting-box .setting-contant .setting_buttons li {
		width: 40% !important
	}

	.about-page p {
		line-height: 1.5
	}

	.testimonial .testimonial-slider .media {
		display: inline-block
	}

	.testimonial .testimonial-slider .media img {
		margin: 0 auto;
		height: 100px;
		width: 100px
	}

	.testimonial .testimonial-slider .media .media-body {
		padding: 0;
		text-align: center
	}

	.blog-detail-page .blog-contact h2,
	.blog-detail-page .blog-contact .h2 {
		font-size: 30px;
		margin-bottom: 25px
	}

	.blog-detail-page .blog-contact .theme-form input,
	.blog-detail-page .blog-contact .theme-form textarea {
		padding: 12px 20px;
		margin-bottom: 20px
	}

	.blog-detail-page .blog-detail h3,
	.blog-detail-page .blog-detail .h3 {
		font-size: 20px;
		margin-bottom: 15px
	}

	.blog-detail-page .blog-detail img {
		margin-bottom: 25px
	}

	.blog-detail-page .blog-advance ul {
		line-height: 1.5
	}

	.blog-detail-page .blog-advance img {
		margin-bottom: 20px;
		margin-top: 10px
	}

	.blog-detail-page .blog-advance p {
		line-height: 1.5
	}

	.blog-detail-page .comment-section li {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.blog-detail-page .comment-section li p {
		line-height: 1.5
	}

	.blog-detail-page .comment-section li h6,
	.blog-detail-page .comment-section li .h6 {
		margin-top: 10px;
		margin-bottom: 10px
	}

	.blog-detail-page .comment-section li h6 span,
	.blog-detail-page .comment-section li .h6 span {
		display: inherit;
		margin-left: 0
	}

	.blog-detail-page .comment-section .media {
		display: inline-block;
		text-align: center
	}

	.faq-section .theme-accordion .card .card-body p {
		line-height: 1.5 !important
	}

	.faq-section .theme-accordion .card .card-header button {
		line-height: 1.3;
		padding: 12px 35px 12px 12px !important
	}

	.faq-section .accordion.theme-accordion .card .card-header button:before {
		top: 20px
	}

	.pwd-page {
		padding: 70px 0
	}

	.pwd-page h2,
	.pwd-page .h2 {
		font-size: 25px;
		margin-bottom: 15px
	}

	.login-page .authentication-right h6,
	.login-page .authentication-right .h6 {
		margin-bottom: 10px
	}

	.login-page .theme-card {
		padding: 25px
	}

	.register-page .theme-card {
		padding: 18px
	}

	.register-page .theme-card .theme-form input {
		margin-bottom: 20px;
		padding: 12px 15px
	}

	.search-block .btn-solid {
		padding: 10px 15px
	}

	.contact-page .map iframe {
		height: 275px
	}

	.contact-page .theme-form input {
		padding: 12px 15px;
		margin-bottom: 18px
	}

	.blog-page .blog-media .blog-right h6,
	.blog-page .blog-media .blog-right .h6 {
		margin-bottom: 0
	}

	.blog-page .blog-media .blog-right p {
		line-height: 1.3
	}

	.blog-page .blog-media .blog-right h4,
	.blog-page .blog-media .blog-right .h4,
	.blog-page .blog-media .blog-right ul {
		margin-bottom: 5px
	}

	.blog-page .blog-media .blog-right ul li {
		display: block
	}

	.blog-page .blog-media .blog-right ul li+li {
		padding-left: 0;
		margin-left: 0;
		border-left: none
	}

	.account-sidebar {
		width: 45%
	}

	.success-text h2,
	.success-text .h2 {
		font-size: 20px
	}

	.success-text p {
		font-size: 14px
	}

	.delivery-sec h3,
	.delivery-sec .h3,
	.delivery-sec h2,
	.delivery-sec .h2 {
		font-size: 18px
	}

	.rtl .blog-detail-page .comment-section .comnt-sec,
	.rtl .blog-detail-page .comment-section li p,
	.rtl .blog-detail-page .comment-section li h6,
	.rtl .blog-detail-page .comment-section li .h6 {
		text-align: center
	}

	.rtl .tab-product .nav-material .nav-tabs .nav-item .nav-link {
		text-align: right
	}

	.rtl .tab-product .nav-material .nav-tabs .nav-item .nav-link,
	.rtl .product-full-tab .nav-material .nav-tabs .nav-item .nav-link {
		padding: 15px
	}

	.rtl .theme-tab .tab-title2 {
		-webkit-padding-start: 0
	}

	.rtl .blog-page .blog-media .blog-right ul li+li {
		padding-right: 0;
		margin-right: 0;
		border-right: 0
	}

	.rtl .blog-detail-page .comment-section li p,
	.rtl .blog-detail-page .comment-section li h6,
	.rtl .blog-detail-page .comment-section li .h6 {
		text-align: center
	}

	.rtl .product-right .product-icon .product-social li {
		padding-left: 16px
	}

	.rtl .tab-product .nav-material.nav-tabs .nav-item .nav-link {
		text-align: right
	}

	.rtl .tab-product .nav-material.nav-tabs .nav-item .nav-link,
	.rtl .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
		padding: 15px
	}

	.rtl .testimonial .testimonial-slider .media .media-body p {
		text-align: center
	}

	.rtl .full-banner .santa-img {
		right: 10px
	}
}

@media(max-width:420px) {
	.br[_ngcontent-c29] {
		margin: -8px 0 15px !important
	}

	.service_slide .service-home .service-block1 svg {
		width: 40px;
		height: 40px
	}

	.vertical-tab.tab-product .nav-material .nav-tabs .nav-item .nav-link,
	.vertical-tab .product-full-tab .nav-material .nav-tabs .nav-item .nav-link {
		padding: 10px 20px
	}

	.center-slider .product-box {
		padding: 10px 0
	}

	.center-slider .product-box>app-product-box {
		display: flex;
		width: 100%
	}

	.center-slider .product-box .product-detail {
		margin-top: 10px
	}

	.center-slider .product-box .product-detail h6,
	.center-slider .product-box .product-detail .h6 {
		font-size: 14px;
		margin-top: -10px
	}

	.center-slider .product-box .product-detail .rating .pro-rating .br-units {
		justify-content: left
	}

	h2,
	.h2 {
		font-size: 25px;
		line-height: 30px
	}

	.subscribe h4,
	.subscribe .h4 {
		display: block
	}

	footer .btn-solid {
		padding: 7px 8px
	}

	footer p {
		line-height: 25px
	}

	.blog-details p {
		font-size: 14px;
		line-height: 1.3
	}

	.about-text p {
		line-height: 22px
	}

	.footer-theme .sub-title h4,
	.footer-theme .sub-title .h4 {
		margin-bottom: 5px
	}

	.footer-theme .sub-title .contact-list li {
		line-height: 25px
	}

	.breadcrumb-section {
		padding: 15px 0
	}

	.footer-light .subscribe-form .form-control {
		width: 320px
	}

	.subscribe-form {
		display: inline-block
	}

	.subscribe-form .form-group {
		margin-bottom: 10px
	}

	.no-slider .product-box {
		flex: 0 0 100%;
		max-width: calc(100% - 30px);
		margin: 0 15px 30px !important
	}

	.no-slider .product-box:nth-last-child(1) {
		margin: 0 15px !important
	}

	.no-slider .product-box:nth-last-child(2) {
		margin: 0 15px 30px !important
	}

	.full-banner .banner-contain h2,
	.full-banner .banner-contain .h2 {
		font-size: 55px
	}

	.full-banner .banner-contain h3,
	.full-banner .banner-contain .h3 {
		font-size: 36px
	}

	.home-slider .slider-contain h1,
	.home-slider .slider-contain .h1 {
		font-size: 25px;
		margin-top: 10px
	}

	.home-slider .slider-contain h4,
	.home-slider .slider-contain .h4 {
		letter-spacing: .01em
	}

	.home-slider .slider-contain .btn-solid,
	.home-slider .slider-contain .btn-outline {
		margin-top: 10px;
		padding: 5px 18px
	}

	.home-slider:hover .owl-prev,
	.home-slider:hover .owl-next {
		transform: scale(1.5)
	}

	.home-slider:hover .owl-next {
		right: 50px
	}

	.home-slider:hover .owl-prev {
		left: 50px
	}

	.theme-card.center-align {
		display: unset;
		height: unset;
		align-items: unset
	}

	.theme-card.card-border .offer-slider img {
		padding: 0 15px
	}

	.full-box .center-slider .offer-slider .product-box {
		display: flex;
		border-bottom: 1px solid #f1f5f4;
		border-top: 1px solid #f1f5f4
	}

	.full-box .center-slider .offer-slider .product-box app-product-box-two {
		display: flex;
		align-items: center
	}

	.full-box .center-slider .offer-slider .product-box .img-wrapper {
		margin-right: 10px
	}

	.full-box .center-slider .offer-slider .product-box .img-wrapper img {
		height: 120px;
		width: unset
	}

	.full-box .center-slider .offer-slider .product-box .product-info {
		text-align: left
	}

	.full-box .center-slider .offer-slider .product-box .product-info h6,
	.full-box .center-slider .offer-slider .product-box .product-info .h6 {
		padding-top: 5px
	}

	.full-box .center-slider .offer-slider .product-box .product-info .color-variant {
		padding-top: 2px
	}

	.full-box .center-slider .offer-slider .product-box .product-info .color-variant li {
		height: 15px;
		width: 15px;
		padding-right: 3px
	}

	.full-box .center-slider .offer-slider .product-box .product-detail {
		padding-left: 0
	}

	.full-box .center-slider .offer-slider .product-box .product-detail h4,
	.full-box .center-slider .offer-slider .product-box .product-detail .h4 {
		font-size: 20px
	}

	.full-box .center-slider .offer-slider .product-box .product-detail .color-variant {
		padding-top: 0
	}

	.full-box .center-slider .offer-slider .product-box:hover .product-info .btn-outline {
		display: none
	}

	.full-box .center-slider .offer-slider .product-box:hover .product-info .color-variant {
		opacity: 1
	}

	.full-box .theme-card .offer-slider .product-box2 .media img {
		margin-right: 10px
	}

	.full-box .theme-card .offer-slider .sec-1 {
		display: inline
	}

	.full-box .theme-card .offer-slider .sec-1 .product-box2 {
		border-bottom: 1px solid #f1f5f4
	}

	.full-box .theme-card .offer-slider .sec-1 .product-box2:last-child {
		border-bottom: none
	}

	.full-box .theme-card .offer-slider .sec-1 .product-box2+.product-box2 {
		border-left: none
	}

	.center-slider .offer-slider .product-box .product-detail {
		text-align: left !important
	}

	.center-slider .offer-slider .product-box .product-detail .rating i {
		padding-right: 3px
	}

	.center-slider .offer-slider .product-box .product-detail h4,
	.center-slider .offer-slider .product-box .product-detail .h4 {
		padding-bottom: .5rem
	}

	.center-slider .offer-slider .product-box .product-detail .color-variant li {
		height: 18px;
		width: 18px;
		padding-right: 3px
	}

	.center-slider .offer-slider .product-box .img-wrapper .cart-box {
		display: none
	}

	.product-box .img-wrapper .lable-block .lable3 {
		font-size: 13px;
		padding: 15px 10px
	}

	.product-box .img-block .lable-wrapper .lable1,
	.product-box .img-block .lable-wrapper .lable2 {
		padding: 10px 14px 10px 20px;
		font-size: 12px
	}

	.team h6,
	.team .h6 {
		line-height: 15px
	}

	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
		padding: 30px
	}

	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2,
	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content .h2 {
		font-size: 30px
	}

	.login-page .authentication-right p {
		line-height: 1.5
	}

	.login-page .theme-card .theme-form input {
		padding: 15px 20px;
		margin-bottom: 25px
	}

	.tab-product .nav-material .nav-tabs {
		display: block
	}

	.tab-product .nav-material .nav-tabs .nav-item {
		width: 100%
	}

	.tab-product .nav-material .nav-tabs .nav-item .nav-link {
		padding: 10px 20px
	}

	.product-right .product-buttons .btn-solid,
	.product-right .product-buttons .btn-outline {
		padding: 5px 8px
	}

	.product-right.product-form-box .timer {
		padding-left: 29px
	}

	.product-right.product-form-box .timer span {
		width: 45px
	}

	.product-right .timer {
		padding-left: 35px;
		width: 100%
	}

	.product-right .timer span {
		width: 55px
	}

	.product-right .timer span.padding-l {
		padding-right: 18px
	}

	.product-right .product-icon .product-social {
		margin-top: 0
	}

	.product-right .product-icon .product-social li {
		padding-right: 5px
	}

	.product-right .product-icon .product-social li a i {
		font-size: 14px
	}

	.product-right .product-icon .wishlist-btn i {
		font-size: 14px;
		padding-left: 10px;
		margin-left: 5px
	}

	.product-right .product-icon .wishlist-btn span {
		font-size: 14px
	}

	.tab-product .theme-form input,
	.tab-product .theme-form textarea {
		font-size: 12px;
		padding: 8px 15px
	}

	.order-box .sub-total .shipping {
		width: unset;
		float: unset;
		display: flex
	}

	.order-box .sub-total .shipping .shopping-option:last-child {
		padding-left: 20px
	}

	.checkout-page .checkout-form .form-group {
		margin-bottom: 15px
	}

	.checkout-page .checkout-form input[type=text],
	.checkout-page .checkout-form input[type=email],
	.checkout-page .checkout-form input[type=password],
	.checkout-page .checkout-form input[type=tel],
	.checkout-page .checkout-form input[type=number],
	.checkout-page .checkout-form input[type=url],
	.checkout-page .checkout-form select,
	.checkout-page .checkout-form textarea {
		height: 40px
	}

	.center-slider .product-box .img-wrapper img {
		padding: 0
	}

	.rtl .full-box .center-slider .offer-slider .product-box .product-detail .rating,
	.rtl .full-box .center-slider .offer-slider .product-box .product-detail h4,
	.rtl .full-box .center-slider .offer-slider .product-box .product-detail .h4,
	.rtl .full-box .center-slider .offer-slider .product-box .product-detail h6,
	.rtl .full-box .center-slider .offer-slider .product-box .product-detail .h6,
	.rtl .full-box .center-slider .offer-slider .product-box .product-detail .color-variant {
		text-align: right !important
	}

	.rtl .full-box .center-slider .offer-slider .product-box .product-detail .br.br-default {
		justify-content: end !important
	}

	.rtl .order-box .sub-total .shopping-option label {
		padding-right: 0
	}

	.rtl .faq-section .accordion.theme-accordion .card .card-header button:before {
		left: 10px
	}

	.dark .full-box .theme-card .offer-slider .sec-1 .product-box2 {
		border-bottom: none
	}

	.dark .full-box .center-slider .offer-slider .product-box {
		border-bottom: none;
		border-top: none
	}
}

@media(max-width:360px) {
	.tools-parallax-product .tools-description .tools-form .search-box {
		width: 92%
	}

	.service_slide .home-slider .slider-contain {
		height: 50vh
	}

	.btn-solid,
	.btn-outline {
		padding: 10px 15px
	}

	h2,
	.h2 {
		font-size: 25px
	}

	.pet-parallax .full-banner {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.category-button .col {
		flex-basis: unset
	}

	.footer-theme2 .subscribe-block {
		padding: 0 30px
	}

	.footer-theme2.section-light .footer-block .subscribe-white {
		padding: 20px
	}

	.layout-7 .home .slider-contain {
		height: 50vh
	}

	.dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .form-group .form-control {
		border: none
	}

	.footer-light .subscribe-form .form-control {
		width: 250px
	}

	.white-layout .small-section .footer-theme2 .col {
		padding: 0 15px
	}

	.white-layout .footer-theme2 .footer-block .footer-container {
		max-width: 330px
	}

	.footer-end p {
		font-size: 13px
	}

	.category-border div .category-banner .category-box h2,
	.category-border div .category-banner .category-box .h2 {
		padding: 7px 15px
	}

	.full-banner,
	.full-banner.parallax-layout {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.full-banner .banner-contain h2,
	.full-banner .banner-contain .h2 {
		font-size: 55px
	}

	.full-banner .banner-contain h3,
	.full-banner .banner-contain .h3 {
		font-size: 30px
	}

	.home-slider .home,
	.home-slider .slider-contain {
		height: 50vh
	}

	.home-slider .slider-contain h1,
	.home-slider .slider-contain .h1 {
		font-size: 25px
	}

	.home-slider .slider-contain .btn-solid,
	.home-slider .slider-contain .btn-outline {
		margin-top: 8px;
		padding: 5px 15px
	}

	.home-slider:hover .owl-prev,
	.home-slider:hover .owl-next {
		transform: scale(1.1)
	}

	.home-slider:hover .owl-next {
		right: 40px
	}

	.home-slider:hover .owl-prev {
		left: 40px
	}

	.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6,
	.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a .h6 {
		font-size: 13px
	}

	.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant li {
		height: 12px;
		width: 12px
	}

	.theme-tab .tab-content .product-tab .tab-box .product-box2 img {
		height: 115px
	}

	.blog-detail-page .blog-detail p {
		line-height: 1.5
	}

	.blog-detail-page .blog-contact h2,
	.blog-detail-page .blog-contact .h2 {
		font-size: 20px;
		margin-bottom: 20px
	}

	.about-page p {
		line-height: 1.2
	}

	.theme-modal .modal-dialog .modal-content .modal-body {
		padding: 10px
	}

	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
		padding: 20px
	}

	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
		right: 10px
	}

	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .form-control {
		padding-top: 10px;
		padding-bottom: 10px
	}

	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2,
	.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content .h2 {
		font-size: 20px;
		margin-bottom: 10px
	}

	.collection-product-wrapper .product-pagination .pagination .page-item a {
		padding: 15px 13px
	}

	.collection-product-wrapper .product-pagination .product-search-count-bottom {
		padding-left: 10px
	}

	.collection-product-wrapper .product-pagination .product-search-count-bottom h5,
	.collection-product-wrapper .product-pagination .product-search-count-bottom .h5 {
		line-height: 15px
	}

	.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
		width: 80%
	}

	.login-page .theme-card {
		padding: 18px
	}

	.search-block .btn-solid {
		padding: 10px 5px
	}

	.search-block .form-header .input-group input {
		padding: 10px 12px
	}

	.contact-page .map iframe {
		height: 200px
	}

	.cart-section tbody tr td,
	.wishlist-section tbody tr td {
		min-width: 115px
	}

	.cart-section tbody tr td .mobile-cart-content .col-xs-3,
	.wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
		margin-left: 5px;
		margin-right: 5px
	}

	.cart-section tbody tr td a img,
	.wishlist-section tbody tr td a img {
		height: 80px
	}

	.cart-section tfoot tr td,
	.wishlist-section tfoot tr td {
		padding-right: 27px
	}

	.cart-section tfoot tr td h2,
	.cart-section tfoot tr td .h2,
	.wishlist-section tfoot tr td h2,
	.wishlist-section tfoot tr td .h2 {
		font-size: 21px
	}

	.wishlist-section .wishlist-buttons:last-child a {
		margin-left: 2px
	}

	.product-buttons .btn-solid,
	.product-buttons .btn-outline {
		padding: 7px 16px
	}

	.product-description .qty-box .input-group {
		width: 100%
	}

	.single-product-tables.detail-section table {
		width: 70%
	}

	.product-right .timer {
		padding-left: 25px
	}

	.product-right .timer span .padding-l {
		padding-left: 10px
	}

	.product-form-box .timer span {
		width: 47px
	}

	.product-form-box .timer span .padding-l {
		padding-left: 9px
	}

	.product-form-box .product-buttons .btn-solid,
	.product-form-box .product-buttons .btn-outline {
		padding: 5px
	}

	.product-form-box .timer span,
	.border-product .timer span {
		width: 45px
	}

	.product-form-box .timer span .padding-l,
	.border-product .timer span .padding-l {
		padding-right: 5px
	}

	.rtl .product-right .product-icon .product-social li {
		padding-left: 7px
	}

	.rtl .banner-timer .timer {
		padding-left: 0;
		padding-right: 20px
	}

	.rtl .banner-timer .timer span {
		width: 50px
	}

	.rtl .product-form-box .timer span,
	.rtl .border-product .timer span {
		width: 55px
	}
}

@media(max-width:320px) {
	.footer-theme2 .col {
		padding: 10px 5px
	}

	.dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .form-group .form-control,
	.footer-theme2.section-light .footer-block .subscribe-white .form-control {
		letter-spacing: 1px
	}

	.footer-theme .footer-logo {
		margin-bottom: 20px
	}

	.white-layout .footer-theme2 .col {
		padding: 0 15px
	}

	.white-layout .footer-theme2 .footer-block .footer-container {
		max-width: 290px
	}

	.collection-banner .contain-banner.banner-3 {
		padding-left: 25px;
		padding-right: 25px
	}

	.collection-banner .contain-banner.banner-3 h2,
	.collection-banner .contain-banner.banner-3 .h2 {
		font-size: 15px
	}

	.collection-banner .contain-banner.banner-4 {
		padding-left: 35px;
		padding-right: 35px
	}

	.collection-banner .contain-banner.banner-4 h2,
	.collection-banner .contain-banner.banner-4 .h2 {
		font-size: 15px
	}
}

@media(max-width:767px) {
	.box-layout-body .box-layout {
		margin-top: -40px
	}
}

@media(max-width:577px) {
	.box-layout-body .box-layout {
		margin-top: 0
	}
}

.preeloader {
	background: #fff none repeat scroll 0 0;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 999999;
	margin: auto;
	inset: 0
}

.preloader-spinner {
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: fixed
}

.preloader-spinner img {
	width: 100%
}

.overflow-x-hidden {
	overflow-x: hidden
}

/*!* 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.2b13baa7dd4f54c93e6e.eot?v=4.7.0);
	src: url(fontawesome-webfont.2b13baa7dd4f54c9d41d.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(fontawesome-webfont.e9955780856cf8aa3e6e.woff2?v=4.7.0) format("woff2"), url(fontawesome-webfont.cf011583fb81df9f3e6e.woff?v=4.7.0) format("woff"), url(fontawesome-webfont.8a7cb27d142e3e193e6e.ttf?v=4.7.0) format("truetype"), url(fontawesome-webfont.da909aa098b0ee2d3e6e.svg?v=4.7.0#fontawesomeregular) format("svg");
	font-weight: 400;
	font-style: normal
}

.fa {
	display: inline-block;
	font: 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.3333333333em;
	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.2857142857em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.1428571429em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.1428571429em;
	width: 2.1428571429em;
	top: .1428571429em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.8571428571em
}

.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 {
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	transform: scaleX(-1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	transform: scaleY(-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
}

.toast-center-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.toast-top-center {
	top: 0;
	right: 0;
	width: 100%
}

.toast-bottom-center {
	bottom: 0;
	right: 0;
	width: 100%
}

.toast-top-full-width {
	top: 0;
	right: 0;
	width: 100%
}

.toast-bottom-full-width {
	bottom: 0;
	right: 0;
	width: 100%
}

.toast-top-left {
	top: 12px;
	left: 12px
}

.toast-top-right {
	top: 12px;
	right: 12px
}

.toast-bottom-right {
	right: 12px;
	bottom: 12px
}

.toast-bottom-left {
	bottom: 12px;
	left: 12px
}

.toast-title {
	font-weight: 700
}

.toast-message {
	word-wrap: break-word
}

.toast-message a,
.toast-message label {
	color: #fff
}

.toast-message a:hover {
	color: #ccc;
	text-decoration: none
}

.toast-close-button {
	position: relative;
	right: -.3em;
	top: -.3em;
	float: right;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 1px 0 #fff
}

.toast-close-button:hover,
.toast-close-button:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .4
}

button.toast-close-button {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}

.toast-container {
	pointer-events: none;
	position: fixed;
	z-index: 999999
}

.toast-container * {
	box-sizing: border-box
}

.toast-container .ngx-toastr {
	position: relative;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 15px 15px 15px 50px;
	width: 300px;
	border-radius: 3px;
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: 24px;
	box-shadow: 0 0 12px #999;
	color: #fff
}

.toast-container .ngx-toastr:hover {
	box-shadow: 0 0 12px #000;
	opacity: 1;
	cursor: pointer
}

.toast-info {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+)
}

.toast-error {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+)
}

.toast-success {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==)
}

.toast-warning {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==)
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
	width: 300px;
	margin-left: auto;
	margin-right: auto
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
	width: 96%;
	margin-left: auto;
	margin-right: auto
}

.ngx-toastr {
	background-color: #030303;
	pointer-events: auto
}

.toast-success {
	background-color: #51a351
}

.toast-error {
	background-color: #bd362f
}

.toast-info {
	background-color: #2f96b4
}

.toast-warning {
	background-color: #f89406
}

.toast-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #000;
	opacity: .4
}

@media all and (max-width:240px) {
	.toast-container .ngx-toastr.div {
		padding: 8px 8px 8px 50px;
		width: 11em
	}

	.toast-container .toast-close-button {
		right: -.2em;
		top: -.2em
	}
}

@media all and (min-width:241px) and (max-width:480px) {
	.toast-container .ngx-toastr.div {
		padding: 8px 8px 8px 50px;
		width: 18em
	}

	.toast-container .toast-close-button {
		right: -.2em;
		top: -.2em
	}
}

@media all and (min-width:481px) and (max-width:768px) {
	.toast-container .ngx-toastr.div {
		padding: 15px 15px 15px 50px;
		width: 25em
	}
}

.primary__link,
.primary__link:hover {
	color: #ff4c3b !important
}

.new-fonts_raleway {
	font-family: Raleway, sans-serif;
	font-optical-sizing: auto;
	font-style: normal
}

.banner__heading__cover {
	position: relative
}

.banner__heading__cover-text {
	position: absolute;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	color: #ff4c3b;
	font-size: 65px;
	font-family: Dancing Script, cursive
}

.group__card__category__box-body:hover .group__card__category__box-image,
.group__card__category__box-body:focus .group__card__category__box-image {
	transform: scale(1.2)
}

.group__card__category__box {
	margin-bottom: 10px
}

.group__card__category__box .group__card__category__box-body {
	overflow: hidden;
	position: relative;
	float: left;
	display: inline-block;
	cursor: pointer;
	border-radius: 10px
}

.group__card__category__box .group__card__category__box-body .group__card__category__box-image {
	border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all .5s
}

.group__card__category__box .group__card__category__box-body .group__card__category__box-image :before {
	content: "";
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #34495ebf
}

.category-name {
	color: #1d1d1f;
	position: absolute;
	margin: 20px 0 0 20px;
	display: block
}

@media screen and (max-width:768px) {
	.banner__heading__cover-text {
		font-size: 25px !important
	}

	.banner__heading-bg {
		padding-top: 50px;
		padding-bottom: 50px;
		background-color: #dae9f2
	}
}

@media screen and (max-width:600px) {
	.banner__heading__cover-text {
		font-size: 25px !important;
		text-align: center;
		font-family: Dancing Script, cursive !important
	}

	.banner__heading-bg {
		padding-top: 50px;
		padding-bottom: 50px;
		background-color: #dae9f2
	}

	.group__card__category__box {
		padding-right: 7px;
		padding-left: 7px;
		margin-bottom: 0
	}

	.group__card__category__box .group__card__category__box-body {
		width: 100%
	}

	.group__card__category__box .group__card__category__box-body .group__card__category__box-image {
		border-radius: 10px;
		margin-top: 5px;
		margin-bottom: 5px
	}
}

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

.padding-all {
	padding-top: 70px !important;
	padding-bottom: 70px !important
}

.group__card_social_share_link .sb-wrapper {
	min-width: 50px !important;
	height: 50px !important;
	width: 50px !important;
	border-radius: 50px !important
}

.font-18 {
	font-size: 18px
}

.br-style {
	font-weight: 300 !important;
	font-family: Raleway, sans-serif
}

.board-card-column {
	column-count: 4
}

@media screen and (max-width:1376px) {
	.board-card-column {
		column-count: 3
	}
}

@media screen and (max-width:1445px) {
	.board-style {
		max-width: 325px !important
	}
}

@media screen and (max-width:600px) {
	.board-card-column {
		column-count: 1 !important
	}
}

.alert__banner__black {
	padding: 5px;
	margin-bottom: 50px;
	background-color: #222
}

.alert__banner__black h4 {
	padding-top: 5px
}

.vertical__ads_right {
	position: absolute;
	right: 0;
	z-index: 1;
	width: 160px;
	height: 600px
}

.vertical__ads_left {
	position: absolute;
	left: 0;
	z-index: 1;
	width: 160px;
	height: 600px
}

@media screen and (max-width:768px) {

	.vertical__ads_right,
	.vertical__ads_left {
		display: none
	}
}

.material-table-container {
	display: flex;
	flex-direction: column;
	max-height: 700px;
	min-width: 300px
}

.material-table-container .data_table_image {
	height: 100px;
	width: 66px;
	padding: 5px
}

.material-table-container .mobile-label {
	display: none
}

.material-table-container .mat-table {
	overflow: auto;
	max-height: 700px
}

.mat-mdc-table {
	background-color: #fff !important;
	box-shadow: #00000029 0 1px 4px !important;
	border-radius: 4px !important
}

.mat-mdc-header-row {
	background-color: #f5f5f5 !important;
	min-height: 45px !important
}

@media(max-width:600px) {
	mat-cell:first-of-type {
		padding-left: 0
	}

	.mobile-label {
		width: 80px;
		display: inline-block;
		font-weight: 400;
		font-size: 13px
	}

	.mat-mdc-header-row {
		display: none
	}

	.mat-mdc-row {
		flex-direction: column;
		align-items: start;
		padding: 8px 14px;
		border-top: 1px solid #d8d8d8 !important
	}

	.mat-mdc-cell {
		border: none !important
	}

	.data_table_image {
		padding: 0 10px 10px 0 !important
	}
}

h1 {
	font-size: 52px
}

h2 {
	font-size: 40px
}

h3 {
	font-size: 24px
}

h4 {
	font-size: 18px;
	line-height: 1.8rem;
	text-transform: none
}

p {
	font-size: 16px;
	line-height: 1.5rem;
	color: #1d1d1f
}

.links {
	cursor: pointer;
	color: #000 !important;
	text-decoration: none !important;
	font-weight: 500
}

.font-weight-500 {
	font-weight: 500 !important
}

@media screen and (max-width:600px) {
	h1 {
		font-size: 35px;
		line-height: 2.5rem !important
	}

	h2 {
		font-size: 35px;
		line-height: 2.5rem !important;
		text-align: center
	}

	h3 {
		font-size: 18px
	}

	h4,
	p {
		font-size: 16px
	}
}

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

.form-control-style {
	border-radius: 4px !important;
	font-size: 14px !important;
	height: 34px !important
}

.form-control-style:active,
.form-control-style:focus,
.form-control-style:focus:active {
	box-shadow: none !important;
	-webkit-box-shadow: none !important
}

.form-control-textarea {
	border-radius: 4px
}

.label_style {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: .25rem;
	letter-spacing: .02rem
}

.btn-mrgn {
	border-radius: 4px;
	padding: 10px 20px;
	font-size: 1.125rem
}

.btn-mrgn:hover {
	cursor: pointer;
	opacity: .8
}

.btn-border {
	border-radius: 4px;
	padding: 10px 20px;
	font-size: 1.125rem;
	background: 0 0;
	border: 1px solid #000 !important;
	color: #000
}

.btn-border:hover {
	background-color: #1d1d1f !important;
	color: #fff;
	cursor: pointer
}

.btn-border:focus {
	background-color: #1d1d1f !important;
	color: #fff;
	cursor: pointer
}

.card__list_tabs {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	margin-top: 0 !important
}

.card__list_tabs::-webkit-scrollbar {
	display: none
}

.card__list_tabs .card__list_tabs_link {
	margin: 8px;
	border-radius: 4px;
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	background-color: #f7f7f7;
	color: #000;
	border: none
}

.card__list_tabs .card__list_tabs_link:hover {
	background-color: #f7f7f7 !important;
	color: #222 !important
}

.card__list_tabs .card__list_tabs_link.active {
	background-color: #fff !important;
	color: #222 !important;
	border: 1px solid #222
}

.btn__primary {
	border-radius: 4px;
	padding: 10px 20px;
	font-size: 1.125rem;
	background: linear-gradient(0deg, rgb(255, 76, 59) 0%, rgb(187, 71, 62) 100%)
}

.btn__primary:hover {
	background-color: #e54435 !important
}

.btn__secondary {
	border-radius: 4px;
	padding: 10px 20px;
	font-size: 1.125rem;
	background-color: #222 !important
}

.btn__secondary:hover {
	background-color: #1e1e1e !important
}

.btn__success {
	border-radius: 4px;
	padding: 10px 20px;
	font-size: 1.125rem;
	background-color: #28a745
}

.btn__success:hover {
	background-color: #1a911e
}

.btn__danger {
	border-radius: 4px;
	padding: 10px 20px;
	font-size: 1.125rem;
	background-color: #bb2d3b
}

.btn-cancel {
	border-radius: 4px;
	padding: 10px 20px;
	font-size: 1.125rem;
	background-color: #777
}

.btn-cancel:hover {
	background-color: #6b6b6b
}

.page-link {
	color: #000;
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover {
	color: #000
}

.page-item.active .page-link {
	color: #fff;
	background-color: #222;
	border-color: #222
}

.footer__text {
	color: #777
}

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
	background-color: #ff4c3b !important
}

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
	background-color: #ff4c3b !important
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
	background-color: #ff4c3b !important
}

.mat-slider-wrapper .mat-slider-thumb-container .mat-slider-thumb {
	background-color: #ff4c3b !important;
	border: none
}

.group__card__create-form-bg {
	background-color: #fff;
	padding: 30px;
	border: 1px solid #dedede;
	border-radius: 4px
}

.group__card__cover-upload-bg {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #dedede;
	border-radius: 4px
}

.bg__lotion {
	background-color: #fcfcfc
}

.add-wish__bg {
	background-color: #fff;
	border: 1px solid #dedede;
	padding: 20px
}

@media screen and (max-width:600px) {
	.form__heading {
		font-size: 22px !important
	}
}

.mouse__pointer {
	cursor: pointer
}

.mobile-padding {
	padding-top: 50px;
	padding-bottom: 50px
}

.guides-subhead-style,
.product-para .guides-subhead-style {
	line-height: 1.625em;
	font-weight: 300 !important;
	font-size: 18px
}

.cards-item {
	display: block;
	line-height: 1.625em;
	font-weight: 300 !important;
	font-size: 18px;
	margin: 0 0 5px
}

.cards-list li {
	display: list-item;
	list-style-position: outside;
	list-style-type: disc !important;
	margin-left: 20px;
	margin-right: 20px
}

.mobile-break {
	display: none
}

.wishes-image {
	border-radius: 4px;
	box-shadow: 0 4px 8px #0003, 0 6px 20px #00000030
}

.content-table-bg li {
	background-color: #f5f5f5
}

.content-table-bg li a {
	color: #000
}

@media screen and (max-width:600px) {
	.mobile-padding {
		padding-bottom: 30px !important;
		padding-top: 30px !important
	}

	.mobile-break {
		display: flex
	}

	.mobile-list li {
		list-style-type: none !important;
		text-decoration: underline
	}

	.breadcrumb-section {
		background-color: #fff5f5 !important;
		min-height: 58px;
		padding: 5px 0 !important
	}
}

.guide-highlights {
	color: #0d0d0d;
	font-weight: 400
}

.guide-highlights:hover {
	color: #ff4c3b
}

.article-guide-highlights-bg {
	background-color: #fcfcfc;
	padding: 20px
}

.article-guide-highlights {
	color: #1d1d1f;
	display: block
}

.article-guide-highlights-hover:hover {
	color: #ff4c3b !important;
	cursor: pointer
}

.mat-mini-fab {
	margin-top: -3px;
	background-color: #ff4c3b !important
}

.music_button .mat-button-wrapper {
	padding: 0 !important
}

.music_button_custom {
	margin-top: -3px;
	background-color: #fff !important;
	box-shadow: none !important
}

.music_button_custom .mat-icon {
	color: #ff4c3b !important
}

.categories-heading-row {
	color: #222;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 4px
}

.categories-heading {
	font-size: 35px !important
}

.card_tabs {
	background-color: #f7f7f7 !important;
	padding: 15px;
	border-radius: 4px !important;
	text-align: left
}

.card_tabs .nav-link {
	border-radius: 0 !important
}

.nav-link:hover,
.nav-link:focus {
	color: #222 !important
}

.card_tabs li a {
	display: block;
	text-decoration: none;
	background-color: #f7f7f7;
	color: #222;
	font-size: 16px;
	font-weight: 500;
	float: left;
	cursor: pointer
}

.card_tabs li a.active {
	background-color: #222 !important;
	color: #fff;
	box-shadow: #0000003d 0 3px 8px
}

.card_tabs li a:hover {
	opacity: .9
}

@media screen and (max-width:600px) {
	.categories-heading-row {
		padding-top: 10px !important;
		padding-bottom: 10px !important
	}

	.categories-heading {
		font-size: 25px !important;
		line-height: 2.05rem !important;
		text-align: center !important
	}

	.brand-logo .website_logo {
		height: 35px !important
	}

	.breadcrumb-section {
		min-height: 40px;
		padding: 5px 0 !important
	}
}

.slideshow__container {
	min-height: 550px
}

.slideshow__div {
	flex: 0 0 25%
}

@media(max-width:1599px) {
	.slideshow__div {
		flex: 0 0 30%
	}
}

.message__card_cover {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 550px;
	border-radius: 10px;
	background: linear-gradient(to top left, #F6F3FA 25%, #FFF8ED 50%, #E3FCFF 75%, #F8FFEB 100%)
}

.message__card_cover .card-text {
	white-space: pre-line;
	font-size: 18px
}

@media screen and (max-width:600px) {
	.slideshow-footer-mv {
		display: block;
		padding-top: 20px
	}

	.justify-center-mv {
		justify-content: center !important
	}

	.mv-div-enter {
		display: block !important;
		text-align: center !important
	}

	.message__card_cover {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100% !important
	}

	.mv-margin {
		margin-top: 40px
	}
}

.message__card {
	min-height: 550px;
	border-radius: 10px
}

.message__card .card-text {
	white-space: pre-line;
	font-size: 18px
}

.slideshow__image {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	min-height: 300px !important
}

.slideshow__footer {
	bottom: 0;
	z-index: 50
}

.btn .slideshow__footer_icon {
	color: #ff4c3b !important
}

.font_caveat {
	font-family: Caveat, cursive
}

.font_coming_soon {
	font-family: Coming Soon, cursive
}

.font_courgette {
	font-family: Courgette, cursive
}

.font_delius {
	font-family: Delius, cursive
}

.font_gochi_hand {
	font-family: Gochi Hand, cursive
}

.font_homemade_apple {
	font-family: Homemade Apple, cursive
}

.font_monospace {
	font-family: "monospace", monospace
}

.font_courier {
	font-family: Courier, monospace
}

.font_segoe_print {
	font-family: Segoe Print, cursive
}

.font_myanmar_text {
	font-family: Myanmar Text, cursive
}

.font_ink_free {
	font-family: Ink Free, cursive
}

.font_florence {
	font-family: Florence, cursive
}

.font_square_peg {
	font-family: Square Peg, cursive
}

.font_amatic_sc {
	font-family: Amatic SC, cursive
}

.font_satisfy {
	font-family: Satisfy, cursive
}

.font_patrick_hand {
	font-family: Patrick Hand, cursive
}

.font_indie_flower {
	font-family: Indie Flower, cursive
}

.font_cookie {
	font-family: Cookie, cursive
}

.font_rouge_script {
	font-family: Rouge Script, cursive
}

.font_la_belle_aurore {
	font-family: La Belle Aurore, cursive
}

.font_lovishly_yours {
	font-family: Lavishly Yours, cursive
}

.font_miniver {
	font-family: Miniver, cursive
}

.font_kalam {
	font-family: Kalam, cursive
}

.font_sue_ellen_francisco {
	font-family: Sue Ellen Francisco, cursive
}

.group__card__image {
	position: relative;
	float: left;
	box-shadow: #0000002e 7px 7px 18px
}

.group__card__image:before,
.group__card__image:after {
	content: "";
	z-index: -1;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 70%;
	max-width: 300px;
	max-height: 100px;
	height: 55%;
	/* box-shadow: 0 8px 16px #0003;
	transform: skew(-15deg) rotate(-6deg) */
}

.group__card__image:after {
	left: auto;
	right: 10px;
	transform: skew(15deg) rotate(6deg)
}

.why__section-feature {
	padding-bottom: 20px
}

.why__section-feature h3 {
	font-weight: 500
}

.home-page_button-link {
	text-align: center;
	cursor: pointer;
	color: #000 !important;
	text-decoration: none !important;
	padding: 10px 20px;
	font-size: 1.125rem
}

.home-page_button-link:hover {
	border-radius: 4px;
	border: 1px solid #000
}

article {
	box-shadow: #32325d40 0 6px 12px -2px, #0000004d 0 3px 7px -3px;
	border-radius: 5px;
	background: #fff
}

.wishboard-image {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.wishboard-home {
	column-count: 3;
	column-gap: 16px;
	padding: 25px;
	background-image: url(background-confetti.26d1c579979869db.png);
	background-size: contain;
	background-repeat: no-repeat
}

article {
	break-inside: avoid-column;
	margin-bottom: 1rem
}

.wishboard-wish {
	padding: 15px
}

.wishboard-wish p {
	font-size: 15px !important
}

@media screen and (max-width:600px) {
	.wishboard-home {
		column-count: 2;
		background-size: cover
	}
}

.home-page_heading {
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px
}

.home-page_icons {
	margin-top: 5px;
	height: 15px;
	width: 15px
}

.home-page-read-more {
	text-align: left;
	cursor: pointer;
	color: #000 !important;
	text-decoration: none !important;
	font-size: 1.125rem;
	margin-top: 1rem !important
}

.pink-wave-top {
	position: relative;
	margin-top: 50px;
	transform: rotateX(180deg)
}

.pink-wave-top:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	height: 65px;
	background-size: 3840px 66px;
	background-image: url(curve-line.833a347d8fcf94ad.svg)
}

.pink-wave-bottom {
	position: relative;
	transform: rotateX(0);
	margin-bottom: 50px
}

.pink-wave-bottom:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25;
	height: 65px;
	background-size: 3840px 66px;
	background-image: url(curve-line.833a347d8fcf94ad.svg)
}

.blue-wave-top {
	position: relative;
	margin-top: 50px;
	transform: rotateX(180deg)
}

.blue-wave-top:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	height: 65px;
	background-size: 3840px 66px;
	background-image: url(blue-curve-lin.9840a7ff80e56005.svg)
}

.blue-wave-bottom {
	position: relative;
	transform: rotateX(0);
	margin-bottom: 50px
}

.blue-wave-bottom:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -64px;
	height: 65px;
	background-size: 3840px 66px;
	background-image: url(blue-curve-lin.9840a7ff80e56005.svg)
}

.light-pink-wave-top {
	position: relative;
	margin-top: 50px;
	transform: rotateX(180deg)
}

.light-pink-wave-top:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	height: 65px;
	background-size: 3840px 66px;
	background-image: url(light-pink-curve-line.c8e33a77657b41e3.svg)
}

.light-pink-wave-bottom {
	position: relative;
	transform: rotateX(0);
	margin-bottom: 50px
}

.light-pink-wave-bottom:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -64px;
	height: 65px;
	background-size: 3840px 66px;
	background-image: url(light-pink-curve-line.c8e33a77657b41e3.svg)
}

.grey-wave-top {
	position: relative;
	margin-top: 50px;
	transform: rotateX(180deg)
}

.grey-wave-top:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	height: 65px;
	background-size: 3840px 66px;
	background-image: url(grey-curve-line.9a7e3a7efb0998b1.svg)
}

.grey-wave-bottom {
	position: relative;
	transform: rotateX(0);
	margin-bottom: 50px
}

.grey-wave-bottom:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -64px;
	height: 65px;
	background-size: 3840px 66px;
	background-image: url(grey-curve-line.9a7e3a7efb0998b1.svg)
}

.light-grey-wave-top {
	position: relative;
	margin-top: 50px;
	transform: rotateX(180deg)
}

.light-grey-wave-top:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	height: 65px;
	background-size: 3840px 66px;
	background-image: url(light-grey-curve-line.3304c0ab9fe19bc3.svg)
}

.light-grey-wave-bottom {
	position: relative;
	transform: rotateX(0);
	margin-bottom: 50px
}

.light-grey-wave-bottom:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -64px;
	height: 65px;
	background-size: 3840px 66px;
	background-image: url(light-grey-curve-line.3304c0ab9fe19bc3.svg)
}

.green-wave-top {
	position: relative;
	margin-top: 50px;
	transform: rotateX(180deg)
}

.green-wave-top:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	height: 65px;
	background-size: 3840px 66px;
	background-image: url(green-curved-line.786ca9a2dd9c4389.svg)
}

.green-wave-bottom {
	position: relative;
	transform: rotateX(0);
	margin-bottom: 50px
}

.green-wave-bottom:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -64px;
	height: 65px;
	background-size: 3840px 66px;
	background-image: url(green-curved-line.786ca9a2dd9c4389.svg)
}

.light-purple-top {
	position: relative;
	margin-top: 50px;
	transform: rotateX(180deg)
}

.light-purple-top:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	height: 65px;
	background-size: 3840px 66px;
	background-image: url(light-purple-curve-line.b0d75afbd9bf2125.png)
}

.light-purple-bottom {
	position: relative;
	transform: rotateX(0);
	margin-bottom: 50px
}

.light-purple-bottom:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -64px;
	height: 65px;
	background-size: 3840px 66px;
	background-image: url(light-purple-curve-line.b0d75afbd9bf2125.png)
}

.black-curve-line-top {
	position: relative;
	margin-top: 50px;
	transform: rotateX(180deg)
}

.black-curve-line-top:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	height: 65px;
	background-size: 3840px 66px;
	background-image: url(light-yellow-curve-line.9c639c17955dbef4.png)
}

.black-curve-line-bottom {
	position: relative;
	transform: rotateX(0);
	margin-bottom: 50px
}

.black-curve-line-bottom:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -64px;
	height: 65px;
	background-size: 3840px 66px;
	background-image: url(light-yellow-curve-line.9c639c17955dbef4.png)
}

.yellow-curve-line-top {
	position: relative;
	margin-top: 50px;
	transform: rotateX(180deg)
}

.yellow-curve-line-top:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	height: 65px;
	background-size: 3840px 66px;
	background-image: url(light-yellow-curve-line.9c639c17955dbef4.png)
}

.yellow-curve-line-bottom {
	position: relative;
	transform: rotateX(0);
	margin-bottom: 50px
}

.yellow-curve-line-bottom:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -64px;
	height: 65px;
	background-size: 3840px 66px;
	background-image: url(light-yellow-curve-line.9c639c17955dbef4.png)
}

.scroller {
	height: 1.2em;
	line-height: 1.2em;
	position: relative;
	overflow: hidden
}

.scroller>span {
	position: absolute;
	top: 0;
	animation: slide 10s infinite
}

@keyframes slide {
	0% {
		top: 0
	}

	20% {
		top: -1.2em
	}

	40% {
		top: -2.4em
	}

	60% {
		top: -3.6em
	}

	80% {
		top: -4.8em
	}

	to {
		top: -6em
	}
}

.curve-padding-all {
	padding-top: 70px !important;
	padding-bottom: 0 !important
}

.occasion-card {
	border: none;
	border-radius: 10px;
	box-shadow: #0000001a 0 4px 6px -1px, #0000000f 0 2px 4px -1px;
	top: 0;
	transition: top ease .5s
}

.occasion-card:hover {
	top: -10px
}

.occasion-head {
	margin-top: 15px;
	font-size: 20px;
	letter-spacing: .25px
}

.text__black {
	color: #000000de !important
}

.overflow-y-hidden {
	overflow-y: hidden
}

.home-page_headings {
	font-weight: 200;
	text-transform: uppercase !important;
	letter-spacing: 2px;
	font-size: 20px !important
}

@media screen and (max-width:600px) {

	.home-page_heading,
	h1 {
		text-align: left !important
	}

	.home-page-headings {
		text-align: center !important
	}
}

.icons-animation {
	animation: pulse 2s infinite ease-in-out alternate
}

@keyframes pulse {
	0% {
		transform: scale(.8)
	}

	to {
		transform: scale(1)
	}
}

@media screen and (max-width:600px) {
	.icons-animation {
		text-align: left !important;
		display: flex
	}
}

.dashboard-image {
	background-color: #f5f5f5;
	border-radius: 50%;
	padding: 15px
}

.dashboard-breadcrumb li {
	color: #0a0100;
	font-size: 16px
}

.dashboard-breadcrumb .active a {
	color: #ff4c3b !important
}

.dashboard-form-bg {
	background-color: #fff;
	box-shadow: #63636333 0 2px 8px;
	padding: 30px;
	border-radius: 4px
}

.btn_upgrade_new {
	background-color: #17a2b8;
	border-color: #17a2b8;
	padding: 8px;
	color: #fff
}

.btn_upgrade_new:hover {
	background-color: #17a2b8;
	color: #fff
}

.grecaptcha-badge {
	visibility: hidden
}

@media screen and (max-width:600px) {
	.mv-left-align {
		text-align: left !important
	}

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

.themes__container {
	max-height: 300px;
	overflow-y: scroll
}

.btn_header {
	background-color: #222 !important;
	border: 1px solid #0d0d0d !important;
	border-radius: 10px !important;
	padding: 10px !important;
	color: #fff !important
}

.btn_header:hover {
	background-color: #1e1e1e !important
}

.btn_header:focus {
	background-color: #1e1e1e !important
}

.custom_brand_logo {
	padding: 5px
}

@media screen and (max-width:600px) {
	.btn_header {
		margin-top: 10px
	}

	.custom_brand_logo {
		height: auto !important;
		padding: 0 !important;
		max-height: 50px;
		margin-left: 40px !important
	}
}

.btn__edit {
	background-color: #ff4c3b;
	color: #fff;
	padding: 4px 10px
}

.btn__edit:hover,
.btn__edit:active {
	background-color: #ff4c3b;
	color: #fff
}

.sub__heading_p {
	font-size: 18px;
	line-height: 1.8rem;
	text-transform: none
}

.homepage__scrollbar {
	font-size: 52px;
	text-align: left
}

@media screen and (max-width:600px) {
	.homepage__scrollbar {
		font-size: 32px;
		text-align: left
	}
}

.mouse__disable {
	cursor: no-drop !important
}

.btn-back:hover {
	background-color: #fff !important;
	color: #ff4c3b !important;
	cursor: pointer
}

.btn-back:hover i {
	color: #ff4c3b !important
}

@media screen and (max-width:600px) {
	.margin-mv-top {
		margin-top: 20px !important
	}

	.margin-mv-bottom {
		margin-bottom: 20px !important
	}

	.right-elements {
		margin-left: 30px
	}
}

.red_star,
.red__label {
	color: red
}

.card-3d-shadow {
	box-shadow: #00000029 0 1px 4px;
	border: none !important
}

.card_envelope {
	position: relative
}

.envelope__heading {
	color: #565459;
	font-family: Dancing Script, cursive;
	text-shadow: 1px 1px 1px #373638, 1px 1px 1px #373638
}

.envelope__inner {
	margin-top: 320px;
	margin-bottom: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform 3s;
	-webkit-transition: transform 3s;
	-moz-transition: transform 3s;
	-o-transition: transform 3s;
	transform-style: preserve-3d;
	cursor: pointer;
	position: relative;
	transform: scale3d(1, .9, .5)
}

.envelope__inner.is_flip {
	transform: rotateY(180deg) scale3d(1.1, 1.1, 1.5);
	transform-style: preserve-3d
}

.envelope_face {
	margin-top: 290px;
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: contain
}

.envelope_face .envelope__card__title {
	position: relative;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 250px;
	color: #00000094;
	padding-left: 20px;
	padding-right: 20px
}

.envelope_front {
	height: 480px;
	width: 600px;
	box-shadow: #32325d40 0 30px 60px -12px, #0000004d 0 18px 36px -18px;
	border-radius: 10px !important
}

.envelope_back {
	height: 100vh;
	overflow: visible;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	transform: rotateY(180deg);
	background: 0 0
}

@media screen and (max-width:600px) {
	.envelope__inner {
		margin-top: 300px;
		margin-bottom: 200px;
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: transform 3s;
		transform-style: preserve-3d;
		cursor: pointer;
		position: relative
	}

	.envelope__inner.is_flip {
		transform: rotateY(180deg)
	}

	.envelope_face {
		position: absolute;
		width: 100%;
		height: 100%;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		overflow: hidden;
		background-size: contain
	}

	.envelope_face .envelope__card__title {
		position: relative;
		z-index: 100;
		min-height: 80px;
		font-size: 25px
	}

	.envelope_front {
		height: 300px;
		width: 350px;
		box-shadow: #32325d40 0 30px 60px -12px, #0000004d 0 18px 36px -18px;
		border-radius: 10px !important
	}

	.envelope_back {
		height: 100vh;
		overflow: visible;
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		transform: rotateY(180deg);
		background: 0 0
	}
}

.envelope {
	position: relative;
	width: 600px;
	height: 470px;
	border-radius: 20px;
	box-shadow: #00000026 0 5px 15px
}

.envelope-body {
	position: absolute;
	top: -10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 600px;
	height: 480px
}

.cover {
	position: absolute;
	height: 0;
	width: 0;
	z-index: 10
}

.envelope-body .top-wrap {
	height: 90%;
	width: 100%;
	transform-origin: top;
	position: absolute;
	z-index: 5;
	top: -5px
}

.envelope-body .top-wrap-double {
	height: 100%;
	width: 100%;
	transform-origin: top;
	position: absolute;
	z-index: 5
}

.envelope-body .letter {
	position: relative;
	background: 0 0;
	width: 480px;
	height: 600px;
	left: 20px;
	right: 10px;
	top: -13%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
	z-index: 3;
	background-size: cover;
	transform: rotate(-90deg)
}

.envelope-body .cover.top.open {
	height: 180px;
	transform-origin: top;
	transform: rotateX(-180deg);
	z-index: 0;
	transition: 1.5s ease-in-out
}

.envelope-body .top-wrap.remove-color {
	height: 180px;
	background-color: transparent;
	transform-origin: top;
	transform: rotateX(-180deg);
	transition: 1.5s ease-in-out;
	z-index: 1
}

.envelope-body .top-wrap-double.remove-color {
	height: 180px;
	background-color: transparent;
	transform-origin: top;
	transition: 1.5s ease-in-out;
	z-index: -1
}

.envelope-body .top-wrap.remove-color.open {
	height: 340px;
	background-color: transparent;
	transform-origin: top;
	transform: rotateX(-180deg);
	z-index: 1;
	transition: 1.5s ease-in-out;
	top: 30px
}

.envelope-body .top-wrap-double.remove-color.open {
	height: 340px;
	background-color: transparent;
	transform-origin: top;
	transform: rotateX(-180deg);
	z-index: -1;
	transition: 1.5s ease-in-out
}

.envelope-body .letter.out {
	margin-top: -440px;
	transition: 1.1s 1s ease-in-out;
	z-index: 1
}

.envelope-body .letter.is_rotate {
	margin-top: 15px;
	z-index: 35124;
	transform: rotate(0);
	transform: translate(-20px);
	transition: 2s ease-in-out
}

.envelop-body-fade {
	animation: fadeinout 2s
}

@keyframes fadeinout {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@media screen and (max-width:600px) {
	.envelope {
		width: 340px;
		height: 300px
	}

	.mv-btn-invi {
		top: 490px;
		position: absolute
	}

	.envelope-body {
		height: 300px !important;
		width: 340px
	}

	.envelope-body .letter {
		width: 340px !important;
		height: 300px !important;
		top: 1% !important;
		left: auto;
		right: auto;
		background: 0 0 !important
	}

	.envelope-body .letter .my_image {
		width: 250px !important;
		height: 300px !important;
		margin: 0
	}

	.envelope-body .letter.out {
		margin-top: -280px;
		transition: 1.1s 1s ease;
		z-index: 1
	}

	.envelope-body .letter.is_rotate {
		margin-top: 40px;
		z-index: 15;
		transform: rotate(0);
		transition: 2s ease-in-out
	}

	.envelope-body .top-wrap {
		top: -15px !important
	}

	.envelope-body .top-wrap.remove-color.open {
		top: 15px !important
	}
}

.envelope_face .group_card_envelope_stamp {
	z-index: 100;
	float: right;
	position: absolute
}

.envelope__inner.is_flip .group_card_envelope_logo,
.envelope__inner.is_flip .group_card_envelope_stamp,
.envelope__inner.is_flip .envelope__card__title {
	z-index: 0 !important
}

.box-bottom {
	width: 600px;
	height: 300px;
	color: #fff;
	clip-path: polygon(100% 85%, 100% 100%, 0% 100%, 0% 0%, 0% 85%, 50% 0%);
	box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px;
	background: linear-gradient(0deg, rgb(238, 156, 167) 0%, rgb(255, 221, 225) 100%)
}

.box-left {
	width: 300px;
	height: 480px;
	color: #fff;
	clip-path: polygon(0% 0%, 100% 50%, 50% 100%, 0% 100%, 0% 0%, 50% 0%);
	box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px;
	background: linear-gradient(0deg, rgb(238, 156, 167) 0%, rgb(255, 221, 225) 100%)
}

.box-right {
	width: 300px;
	height: 480px;
	color: #fff;
	clip-path: polygon(0% 50%, 100% 100%, 100% 0%, 0% 50%, 0% 100%, 0% 0%);
	box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px;
	margin-left: 300px;
	background: linear-gradient(0deg, rgb(238, 156, 167) 0%, rgb(255, 221, 225) 100%)
}

.box-top {
	transform-origin: top;
	z-index: 5;
	width: 600px;
	height: 400px;
	color: #fff;
	clip-path: polygon(110% 0%, 50% 60%, -10% 0%, 100% 0%, 0% 0%, 24% 0%);
	box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px;
	background: linear-gradient(0deg, rgb(238, 156, 167) 0%, rgb(255, 221, 225) 100%)
}

.box-top-double {
	margin-left: 15px;
	transform-origin: top;
	z-index: 36;
	width: 570px;
	height: 358px;
	color: #fff;
	clip-path: polygon(115% 0%, 50% 70%, -15% 0%, 100% 0%, 0% 0%, 24% 0%);
	box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px
}

.box-top .open {
	transform: rotateX(-180deg);
	z-index: -2
}

.parent {
	filter: url(#goo);
	overflow: hidden;
	position: fixed
}

.my_card img {
	z-index: -3;
	box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px
}

.envelop-top-margin {
	margin-top: 80px
}

@media screen and (max-width:600px) {
	.my_card img {
		height: 500px !important
	}

	.envelop-top-margin {
		margin-top: 10px
	}

	.box-bottom {
		width: 340px;
		height: 200px;
		color: #fff;
		clip-path: polygon(100% 70%, 100% 100%, 0% 100%, 0% 100%, 0% 70%, 50% 0%);
		box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px
	}

	.box-left {
		width: 300px;
		height: 300px;
		color: #fff;
		clip-path: polygon(0% 0%, 65% 50%, 0% 100%, 0% 100%, 0% 0%, 59% 0%);
		box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px
	}

	.box-right {
		width: 300px;
		height: 300px;
		color: #fff;
		clip-path: polygon(-25% 100%, 100% 100%, 100% 0%, 0% 100%, 0% 100%, 100% 0%);
		box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px;
		margin-left: 40px
	}

	.box-top {
		width: 340px;
		height: 285px;
		color: #fff;
		clip-path: polygon(105% 0%, 50% 60%, -5% 0%, 100% 0%, 0% 0%, 24% 0%);
		box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px;
		z-index: 5
	}

	.box-top-double {
		margin-left: 12px;
		transform-origin: top;
		z-index: 36;
		width: 315px;
		height: 260px;
		color: #fff;
		clip-path: polygon(115% 0%, 50% 70%, -15% 0%, 100% 0%, 0% 0%, 24% 0%);
		box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px
	}

	.bottom-wrap {
		margin-top: 110px !important
	}

	.envelope-body .letter.is_rotate {
		z-index: 35426;
		transform: rotate(0);
		transition: 2s ease-in-out
	}

	.group_card_envelope_stamp {
		height: 60px !important;
		width: 60px !important;
		margin-left: 35px !important
	}
}

.button__group_cards {
	padding: 6px 10px !important;
	border-radius: 4px !important
}

.music_button {
	background-color: #ff4c3b !important;
	width: 35px !important;
	height: 35px !important
}

@media(max-width:1599px) {
	.card__wrapper {
		min-height: 495px !important;
		max-height: 495px !important
	}
}

.card__title {
	font-size: 26px !important;
	color: #111;
	font-family: Roboto, Helvetica Neue, sans-serif
}

@media screen and (max-width:600px) {
	.slideshow__div {
		flex: 0 0 100%;
		max-width: 100%
	}

	.message__card_cover {
		border-radius: 0 !important;
		height: 550px !important;
		width: 100% !important
	}

	.message__card {
		width: 100% !important
	}
}

.page__title_normal {
	text-align: center
}

.page__title_normal .page__title_heading {
	padding-bottom: 20px;
	margin-bottom: 0;
	position: relative;
	margin-top: -5px
}

.page__title_normal .line {
	position: relative;
	height: 1px;
	width: 180px;
	background-color: var(--theme-deafult);
	margin: 0 auto 35px;
	bottom: 0;
	top: 0
}

.page__title_normal .line:after,
.page__title_normal .line:before {
	position: absolute;
	height: 10px;
	width: 10px;
	content: "";
	background-color: var(--theme-deafult);
	top: -4px
}

.page__title_normal .line:after {
	left: 78px
}

.page__title_normal .line:before {
	left: 64px
}

.page__title_normal .line span:after,
.page__title_normal .line span:before {
	position: absolute;
	height: 10px;
	width: 10px;
	content: "";
	background-color: var(--theme-deafult);
	top: -4px
}

.page__title_normal .line span:after {
	right: 78px
}

.page__title_normal .line span:before {
	right: 64px
}

.blockquote-custom {
	position: relative;
	font-size: 1.1rem;
	padding: 3rem 2rem !important
}

.blockquote-custom-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -25px;
	left: 50px
}

@media screen and (max-width:600px) {
	.blockquote-footer {
		margin-bottom: 20px !important
	}

	.blockquote-custom {
		padding: 2rem !important
	}
}

.group-card__accordion {
	list-style: none;
	padding: 0;
	margin: 0
}

.group-card__accordion li {
	position: relative;
	padding-bottom: 4px;
	padding-top: 18px;
	border-bottom: 1px solid #dce7eb;
	width: 100%
}

.group-card__accordion li input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0
}

.group-card__accordion li i {
	position: absolute;
	transform: translate(-6px);
	margin-top: 16px;
	right: 0
}

.group-card__accordion li input[type=checkbox]:checked~.accordion-subhead {
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	transform: translate(-50%)
}

.group-card__accordion li input[type=checkbox]:checked~i:before {
	transform: translate(2px) rotate(45deg)
}

.group-card__accordion li input[type=checkbox]:checked~i:after {
	transform: translate(-2px) rotate(-45deg)
}

.group-card__accordion li i:before,
.group-card__accordion li i:after {
	content: "";
	position: absolute;
	background: #333;
	width: 3px;
	height: 9px
}

.group-card__accordion li i:before {
	transform: translate(-2px) rotate(45deg);
	background-color: #ff4c3b
}

.group-card__accordion li i:after {
	transform: translate(2px) rotate(-45deg);
	background-color: #ff4c3b
}

.accordion-head {
	font-size: 18px
}

.accordion-subhead {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	position: relative;
	padding: 0 11px;
	max-height: 800px;
	margin-top: 14px;
	opacity: 1;
	transform: translate(0);
	overflow: hidden
}

.transition,
.accordion-subhead,
.group-card__accordion li i:before,
.group-card__accordion li i:after {
	transition: all .25s ease-in-out
}

.flipIn,
h1,
.group-card__accordion li {
	animation: flipdown_accordion .5s ease both
}

@keyframes flipdown_accordion {
	0% {
		opacity: 0;
		transform: rotateX(-90deg)
	}

	to {
		opacity: 1;
		transform: rotateX(0)
	}
}

@media screen and (max-width:600px) {
	.accordion-head {
		font-size: 18px !important;
		line-height: 1.8rem !important;
		width: 90%
	}
}

.group_card_page_heading_block {
	margin: 0 auto;
	display: flex;
	overflow: hidden;
	align-items: center;
	flex-wrap: nowrap
}

.how_it_works_div {
	align-items: center;
	justify-content: center;
	width: 100%;
	box-shadow: 0 4px 8px #dedede80, 0 6px 20px #d5d5d580;
	text-align: center;
	margin: auto;
	padding: 30px;
	border: none !important
}

a {
	transition: .5s ease;
	text-decoration: none
}

a:hover {
	text-decoration: none;
	transition: .5s ease
}

a:focus {
	outline: none
}

.bg-custom {
	background-color: #ff4c3b
}

.sub__heading,
.heading {
	font-weight: 400;
	letter-spacing: normal;
	margin-bottom: 10px;
	line-height: 1.8rem
}

@media screen and (max-width:600px) {
	.reverse-row {
		flex-direction: column-reverse
	}

	.mv-grid {
		display: grid !important
	}
}

/* html,
body {
	height: 100%
} */

body {
	margin: 0;
	font-family: Roboto, Helvetica Neue, sans-serif
}

.cards-head {
	line-height: 3.75rem;
	letter-spacing: -.0083333333em
}

.model_close_btn {
	padding: 0;
	background-color: initial;
	border: 0;
	position: absolute;
	right: 22px;
	top: 5px
}

.model_close_btn span {
	color: #000;
	font-size: 25px;
	font-weight: 500
}

.board-fonts .font_caveat {
	font-family: Caveat, cursive;
	font-size: 23px !important;
	line-height: 1.7rem !important
}

.board-fonts .font_coming_soon {
	font-family: Coming Soon, cursive
}

.board-fonts .font_delius {
	font-family: Delius, cursive
}

.board-fonts .font_gochi_hand {
	font-family: Gochi Hand, cursive
}

.board-fonts .font_homemade_apple {
	font-family: Homemade Apple, cursive;
	line-height: 1.9rem !important
}

.board-fonts .font_segoe_print {
	font-family: Segoe Print, cursive
}

.board-fonts .font_myanmar_text {
	font-family: Myanmar Text, cursive
}

.board-fonts .font_florence {
	font-family: Florence, cursive
}

.board-fonts .font_satisfy {
	font-family: Satisfy, cursive;
	font-size: 20px !important;
	line-height: 1.7rem !important
}

.board-fonts .font_patrick_hand {
	font-family: Patrick Hand, cursive;
	font-size: 19px !important;
	line-height: 1.7rem !important
}

.board-fonts .font_miniver {
	font-family: Miniver, cursive;
	font-size: 19px !important;
	line-height: 1.7rem !important
}

.board-fonts .font_kalam {
	font-family: Kalam, cursive;
	font-size: 18px !important;
	line-height: 1.6rem !important
}

.board-fonts .font_size_small {
	font-size: 17px
}

.board-fonts .font_size_medium {
	font-size: 20px
}

.board-fonts .font_size_large {
	font-size: 25px
}

.masonry-layout {
	column-count: 4;
	column-gap: 1em;
	min-height: 400px;
	margin-bottom: 50px
}

.masonry-item {
	break-inside: avoid-column;
	margin-bottom: 1em;
	background: #fff;
	box-shadow: 0 1px 2px #0000001a
}

.masonry-item .masonry-item-img {
	width: 100%;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px
}

.masonry-item .masonry-item-text {
	padding: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px
}

.masonry-item .masonry-item-text p {
	line-height: 1.5rem;
	letter-spacing: .06rem;
	font-weight: 300
}

@media screen and (max-width:1024px) {
	.masonry-layout {
		column-count: 3
	}
}

@media screen and (max-width:768px) {
	.masonry-layout {
		column-count: 2
	}
}

@media screen and (max-width:480px) {
	.masonry-layout {
		column-count: 1
	}
}

@media screen and (max-width:600px) {
	.mv-margin-top {
		margin-top: 20px !important
	}

	.masonry-layout-mv {
		display: contents
	}

	.mdc-data-table__cell,
	.mdc-data-table__header-cell {
		padding: 0 !important
	}

	.masonry-item {
		break-inside: avoid-column;
		margin-bottom: 1em;
		background: #fff;
		box-shadow: 0 1px 2px #0000001a;
		margin-left: auto;
		margin-right: auto
	}

	.masonry-item .masonry-item-img {
		width: 100%;
		border-top-right-radius: 20px;
		border-top-left-radius: 20px
	}

	.masonry-item .masonry-item-text {
		padding: 20px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px
	}

	.masonry-item .masonry-item-text p {
		line-height: 1.5rem;
		letter-spacing: .06rem;
		font-weight: 300
	}
}

.mat-mdc-slide-toggle.mat-accent {
	--mdc-switch-selected-track-color: #ff4c3b !important;
	--mdc-switch-selected-focus-state-layer-color: #ec3928 !important;
	--mdc-switch-selected-handle-color: #ec3928 !important;
	--mdc-switch-selected-hover-state-layer-color: #ec3928 !important;
	--mdc-switch-selected-pressed-state-layer-color: #ec3928 !important;
	--mdc-switch-selected-focus-handle-color: #ec3928 !important;
	--mdc-switch-selected-hover-handle-color: #ec3928 !important;
	--mdc-switch-selected-pressed-handle-color: #ec3928 !important;
	--mdc-switch-selected-focus-track-color: #ff4c3b !important;
	--mdc-switch-selected-hover-track-color: #ff4c3b !important;
	--mdc-switch-selected-pressed-track-color: #ff4c3b !important
}

.mat-mdc-slider.mat-primary {
	--mdc-slider-handle-color: #ff4c3b !important;
	--mdc-slider-focus-handle-color: #ff4c3b !important;
	--mdc-slider-hover-handle-color: #ff4c3b !important;
	--mdc-slider-active-track-color: #ff4c3b !important;
	--mdc-slider-inactive-track-color: #ff4c3b !important;
	--mdc-slider-with-tick-marks-active-container-color: #fff;
	--mdc-slider-with-tick-marks-inactive-container-color: #ff4c3b !important;
	--mat-mdc-slider-ripple-color: #ff4c3b !important;
	--mat-mdc-slider-hover-ripple-color: rgba(255, 76, 59, .05) !important;
	--mat-mdc-slider-focus-ripple-color: rgba(255, 76, 59, .2) !important
}

.remove_btn-blue-shadow:active,
.remove_btn-blue-shadow:focus,
.remove_btn-blue-shadow:focus:active {
	box-shadow: none;
	-webkit-box-shadow: none
}

.shape1 {
	position: absolute;
	top: 0%;
	z-index: 2;
	left: 100px;
	animation: rotate3d 4s linear infinite
}

.shape2 {
	position: absolute;
	z-index: 2;
	top: 47%;
	left: 80%;
	animation: animationFramesOne 15s infinite linear;
	opacity: .4
}

.shape3 {
	position: absolute;
	left: 45%;
	bottom: 0%;
	z-index: 2;
	animation: animationFramesOne 8s infinite linear;
	opacity: .7
}

.shape4 {
	position: absolute;
	right: 37%;
	bottom: 8%;
	z-index: 2;
	animation: animationFramesOne 20s infinite linear
}

.shape5 {
	position: absolute;
	right: 7%;
	top: 0%;
	z-index: 2;
	animation: movebounce 5s linear infinite;
	opacity: .6
}

.shape6 {
	position: absolute;
	z-index: 2;
	bottom: 0%;
	right: 62%
}

.shape7 {
	position: absolute;
	left: 25%;
	top: 15%;
	z-index: 2;
	animation: animationFramesOne 20s infinite linear
}

.shape8 {
	position: absolute;
	z-index: 1;
	top: 0%;
	right: 65%;
	animation: movebounce 5s linear infinite
}

@keyframes movebounce {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(20px)
	}

	to {
		transform: translateY(0)
	}
}

@keyframes moveleftbounce {
	0% {
		transform: translate(0)
	}

	50% {
		transform: translate(20px)
	}

	to {
		transform: translate(0)
	}
}

.rotateme {
	animation-name: rotateme;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

@keyframes rotateme {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

@keyframes rotate3d {
	0% {
		transform: rotateY(0)
	}

	to {
		transform: rotateY(360deg)
	}
}

@keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg)
	}

	20% {
		-webkit-transform: translate(53px, -1px) rotate(36deg)
	}

	40% {
		-webkit-transform: translate(121px, 52px) rotate(-90deg)
	}

	60% {
		-webkit-transform: translate(63px, 92px) rotate(-36deg)
	}

	80% {
		-webkit-transform: translate(-20px, 52px) rotate(-12deg)
	}

	to {
		-webkit-transform: translate(0px, 0px) rotate(0deg)
	}
}

@media only screen and (max-width:600px) {

	.shape1,
	.shape2,
	.shape3,
	.shape4,
	.shape5,
	.shape6,
	.shape7,
	.shape8 {
		display: none !important
	}
}

.mat-mdc-radio-button.mat-accent {
	--mdc-radio-selected-focus-icon-color: #FF4C3B !important;
	--mdc-radio-selected-hover-icon-color: #FF4C3B !important;
	--mdc-radio-selected-icon-color: #FF4C3B !important;
	--mdc-radio-selected-pressed-icon-color: #FF4C3B !important;
	--mat-radio-ripple-color: #000;
	--mat-radio-checked-ripple-color: #FF4C3B !important
}

@media screen and (max-width:600px) {
	.color-container {
		display: contents !important
	}
}

.category-tabs .nav-link {
	border: none !important;
	color: #0a0100
}

.category-tabs .active {
	border-bottom: 2px solid #ff4c3b !important;
	padding: 10px 15px
}

.category-tabs-text {
	font-size: 16px;
	font-weight: 500;
	vertical-align: bottom !important
}

@media screen and (max-width:600px) {
	.category-tabs-mv {
		padding: 0 !important
	}

	.mat-slider-horizontal {
		min-width: 100px !important
	}

	.mobile-view-align-center {
		display: grid !important;
		text-align: center;
		justify-content: center
	}
}

.headings-bg-style-light {
	background: linear-gradient(208deg, rgb(255, 249, 238) 0%, rgb(236, 255, 244) 35%, rgb(255, 242, 242) 69%, rgb(240, 245, 255) 100%);
	background-size: 800% 800%;
	animation: AnimationName 10s ease infinite
}

@keyframes AnimationName {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	to {
		background-position: 0% 50%
	}
}

input::-webkit-date-and-time-value {
	text-align: left
}

.photo-card-btn-back {
	display: flex;
	justify-content: start
}

.photo-card-btn-next {
	display: flex;
	justify-content: end
}

.full-screen {
	margin-top: 50px;
	margin-bottom: 0
}

@media screen and (min-width:1440px) {
	.section-length {
		min-height: 90%
	}
}

.mat-ripple {
	overflow: hidden;
	position: relative
}

.mat-ripple:not(:empty) {
	transform: translateZ(0)
}

.mat-ripple.mat-ripple-unbounded {
	overflow: visible
}

.mat-ripple-element {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	transition: opacity, transform 0ms cubic-bezier(0, 0, .2, 1);
	transform: scale3d(0, 0, 0)
}

.cdk-high-contrast-active .mat-ripple-element {
	display: none
}

.cdk-visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	left: 0
}

[dir=rtl] .cdk-visually-hidden {
	left: auto;
	right: 0
}

.cdk-overlay-container,
.cdk-global-overlay-wrapper {
	pointer-events: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.cdk-overlay-container {
	position: fixed;
	z-index: 1000
}

.cdk-overlay-container:empty {
	display: none
}

.cdk-global-overlay-wrapper {
	display: flex;
	position: absolute;
	z-index: 1000
}

.cdk-overlay-pane {
	position: absolute;
	pointer-events: auto;
	box-sizing: border-box;
	z-index: 1000;
	display: flex;
	max-width: 100%;
	max-height: 100%
}

.cdk-overlay-backdrop {
	position: absolute;
	inset: 0;
	z-index: 1000;
	pointer-events: auto;
	-webkit-tap-highlight-color: transparent;
	transition: opacity .4s cubic-bezier(.25, .8, .25, 1);
	opacity: 0
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
	opacity: 1
}

.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
	opacity: .6
}

.cdk-overlay-dark-backdrop {
	background: rgba(0, 0, 0, .32)
}

.cdk-overlay-transparent-backdrop {
	transition: visibility 1ms linear, opacity 1ms linear;
	visibility: hidden;
	opacity: 1
}

.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
	opacity: 0;
	visibility: visible
}

.cdk-overlay-backdrop-noop-animation {
	transition: none
}

.cdk-overlay-connected-position-bounding-box {
	position: absolute;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	min-width: 1px;
	min-height: 1px
}

.cdk-global-scrollblock {
	position: fixed;
	width: 100%;
	overflow-y: scroll
}

textarea.cdk-textarea-autosize {
	resize: none
}

textarea.cdk-textarea-autosize-measuring {
	padding: 2px 0 !important;
	box-sizing: content-box !important;
	height: auto !important;
	overflow: hidden !important
}

textarea.cdk-textarea-autosize-measuring-firefox {
	padding: 2px 0 !important;
	box-sizing: content-box !important;
	height: 0 !important
}

@keyframes cdk-text-field-autofill-start {}

@keyframes cdk-text-field-autofill-end {}

.cdk-text-field-autofill-monitored:-webkit-autofill {
	animation: cdk-text-field-autofill-start 0s 1ms
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
	animation: cdk-text-field-autofill-end 0s 1ms
}

.mat-focus-indicator {
	position: relative
}

.mat-focus-indicator:before {
	inset: 0;
	position: absolute;
	box-sizing: border-box;
	pointer-events: none;
	display: var(--mat-focus-indicator-display, none);
	border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
	border-radius: var(--mat-focus-indicator-border-radius, 4px)
}

.mat-focus-indicator:focus:before {
	content: ""
}

.cdk-high-contrast-active {
	--mat-focus-indicator-display: block
}

.mat-mdc-focus-indicator {
	position: relative
}

.mat-mdc-focus-indicator:before {
	inset: 0;
	position: absolute;
	box-sizing: border-box;
	pointer-events: none;
	display: var(--mat-mdc-focus-indicator-display, none);
	border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
	border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px)
}

.mat-mdc-focus-indicator:focus:before {
	content: ""
}

.cdk-high-contrast-active {
	--mat-mdc-focus-indicator-display: block
}

.mat-ripple-element {
	background-color: #0000001a
}

html {
	--mat-option-selected-state-label-text-color: #3f51b5;
	--mat-option-label-text-color: rgba(0, 0, 0, .87);
	--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);
	--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);
	--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)
}

.mat-accent {
	--mat-option-selected-state-label-text-color: #ff4081
}

.mat-warn {
	--mat-option-selected-state-label-text-color: #f44336
}

html {
	--mat-optgroup-label-text-color: rgba(0, 0, 0, .87)
}

.mat-pseudo-checkbox-full {
	color: #0000008a
}

.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
	color: #b0b0b0
}

.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after {
	color: #3f51b5
}

.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
	background: #3f51b5
}

.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after {
	color: #fafafa
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after {
	color: #ff4081
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
	background: #ff4081
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after {
	color: #fafafa
}

.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after {
	color: #ff4081
}

.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
	background: #ff4081
}

.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after {
	color: #fafafa
}

.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after {
	color: #f44336
}

.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
	background: #f44336
}

.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after {
	color: #fafafa
}

.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after {
	color: #b0b0b0
}

.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
	background: #b0b0b0
}

.mat-app-background {
	background-color: #fafafa;
	color: #000000de
}

.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
	box-shadow: 0 0 #0003, 0 0 #00000024, 0 0 #0000001f
}

.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
	box-shadow: 0 2px 1px -1px #0003, 0 1px 1px #00000024, 0 1px 3px #0000001f
}

.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
	box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f
}

.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
	box-shadow: 0 3px 3px -2px #0003, 0 3px 4px #00000024, 0 1px 8px #0000001f
}

.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
	box-shadow: 0 2px 4px -1px #0003, 0 4px 5px #00000024, 0 1px 10px #0000001f
}

.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
	box-shadow: 0 3px 5px -1px #0003, 0 5px 8px #00000024, 0 1px 14px #0000001f
}

.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
	box-shadow: 0 3px 5px -1px #0003, 0 6px 10px #00000024, 0 1px 18px #0000001f
}

.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
	box-shadow: 0 4px 5px -2px #0003, 0 7px 10px 1px #00000024, 0 2px 16px 1px #0000001f
}

.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
	box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000024, 0 3px 14px 2px #0000001f
}

.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
	box-shadow: 0 5px 6px -3px #0003, 0 9px 12px 1px #00000024, 0 3px 16px 2px #0000001f
}

.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
	box-shadow: 0 6px 6px -3px #0003, 0 10px 14px 1px #00000024, 0 4px 18px 3px #0000001f
}

.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
	box-shadow: 0 6px 7px -4px #0003, 0 11px 15px 1px #00000024, 0 4px 20px 3px #0000001f
}

.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
	box-shadow: 0 7px 8px -4px #0003, 0 12px 17px 2px #00000024, 0 5px 22px 4px #0000001f
}

.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
	box-shadow: 0 7px 8px -4px #0003, 0 13px 19px 2px #00000024, 0 5px 24px 4px #0000001f
}

.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
	box-shadow: 0 7px 9px -4px #0003, 0 14px 21px 2px #00000024, 0 5px 26px 4px #0000001f
}

.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
	box-shadow: 0 8px 9px -5px #0003, 0 15px 22px 2px #00000024, 0 6px 28px 5px #0000001f
}

.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
	box-shadow: 0 8px 10px -5px #0003, 0 16px 24px 2px #00000024, 0 6px 30px 5px #0000001f
}

.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
	box-shadow: 0 8px 11px -5px #0003, 0 17px 26px 2px #00000024, 0 6px 32px 5px #0000001f
}

.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
	box-shadow: 0 9px 11px -5px #0003, 0 18px 28px 2px #00000024, 0 7px 34px 6px #0000001f
}

.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
	box-shadow: 0 9px 12px -6px #0003, 0 19px 29px 2px #00000024, 0 7px 36px 6px #0000001f
}

.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
	box-shadow: 0 10px 13px -6px #0003, 0 20px 31px 3px #00000024, 0 8px 38px 7px #0000001f
}

.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
	box-shadow: 0 10px 13px -6px #0003, 0 21px 33px 3px #00000024, 0 8px 40px 7px #0000001f
}

.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
	box-shadow: 0 10px 14px -6px #0003, 0 22px 35px 3px #00000024, 0 8px 42px 7px #0000001f
}

.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
	box-shadow: 0 11px 14px -7px #0003, 0 23px 36px 3px #00000024, 0 9px 44px 8px #0000001f
}

.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
	box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024, 0 9px 46px 8px #0000001f
}

.mat-theme-loaded-marker {
	display: none
}

html {
	--mat-option-label-text-font: Roboto, sans-serif;
	--mat-option-label-text-line-height: 24px;
	--mat-option-label-text-size: 16px;
	--mat-option-label-text-tracking: .03125em;
	--mat-option-label-text-weight: 400
}

html {
	--mat-optgroup-label-text-font: Roboto, sans-serif;
	--mat-optgroup-label-text-line-height: 24px;
	--mat-optgroup-label-text-size: 16px;
	--mat-optgroup-label-text-tracking: .03125em;
	--mat-optgroup-label-text-weight: 400
}

.mat-mdc-card {
	--mdc-elevated-card-container-color: white;
	--mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
	--mdc-outlined-card-container-color: white;
	--mdc-outlined-card-outline-color: rgba(0, 0, 0, .12);
	--mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);
	--mat-card-subtitle-text-color: rgba(0, 0, 0, .54)
}

.mat-mdc-card {
	--mat-card-title-text-font: Roboto, sans-serif;
	--mat-card-title-text-line-height: 32px;
	--mat-card-title-text-size: 20px;
	--mat-card-title-text-tracking: .0125em;
	--mat-card-title-text-weight: 500;
	--mat-card-subtitle-text-font: Roboto, sans-serif;
	--mat-card-subtitle-text-line-height: 22px;
	--mat-card-subtitle-text-size: 14px;
	--mat-card-subtitle-text-tracking: .0071428571em;
	--mat-card-subtitle-text-weight: 500
}

.mat-mdc-progress-bar {
	--mdc-linear-progress-active-indicator-color: #3f51b5;
	--mdc-linear-progress-track-color: rgba(63, 81, 181, .25)
}

.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
	background-color: #3f51b540;
	background-color: var(--mdc-linear-progress-track-color, rgba(63, 81, 181, .25))
}

@media(forced-colors:active) {
	.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
		background-color: ButtonBorder
	}
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
		background-color: #0000;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzBweCcgeT0nMHB4JyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCA1IDInIHhtbDpzcGFjZT0ncHJlc2VydmUnIHZpZXdCb3g9JzAgMCA1IDInIHByZXNlcnZlQXNwZWN0UmF0aW89J25vbmUgc2xpY2UnPjxjaXJjbGUgY3g9JzEnIGN5PScxJyByPScxJyBmaWxsPSdyZ2JhKDYzLCA4MSwgMTgxLCAwLjI1KScvPjwvc3ZnPg==)
	}
}

.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
	background-color: #3f51b540;
	background-color: var(--mdc-linear-progress-track-color, rgba(63, 81, 181, .25))
}

.mat-mdc-progress-bar.mat-accent {
	--mdc-linear-progress-active-indicator-color: #ff4081;
	--mdc-linear-progress-track-color: rgba(255, 64, 129, .25)
}

.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
	background-color: #ff408140;
	background-color: var(--mdc-linear-progress-track-color, rgba(255, 64, 129, .25))
}

@media(forced-colors:active) {
	.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
		background-color: ButtonBorder
	}
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
		background-color: #0000;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzBweCcgeT0nMHB4JyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCA1IDInIHhtbDpzcGFjZT0ncHJlc2VydmUnIHZpZXdCb3g9JzAgMCA1IDInIHByZXNlcnZlQXNwZWN0UmF0aW89J25vbmUgc2xpY2UnPjxjaXJjbGUgY3g9JzEnIGN5PScxJyByPScxJyBmaWxsPSdyZ2JhKDI1NSwgNjQsIDEyOSwgMC4yNSknLz48L3N2Zz4=)
	}
}

.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
	background-color: #ff408140;
	background-color: var(--mdc-linear-progress-track-color, rgba(255, 64, 129, .25))
}

.mat-mdc-progress-bar.mat-warn {
	--mdc-linear-progress-active-indicator-color: #f44336;
	--mdc-linear-progress-track-color: rgba(244, 67, 54, .25)
}

@keyframes mdc-linear-progress-buffering {}

.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
	background-color: #f4433640;
	background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, .25))
}

@media(forced-colors:active) {
	.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
		background-color: ButtonBorder
	}
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
		background-color: #0000;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzBweCcgeT0nMHB4JyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCA1IDInIHhtbDpzcGFjZT0ncHJlc2VydmUnIHZpZXdCb3g9JzAgMCA1IDInIHByZXNlcnZlQXNwZWN0UmF0aW89J25vbmUgc2xpY2UnPjxjaXJjbGUgY3g9JzEnIGN5PScxJyByPScxJyBmaWxsPSdyZ2JhKDI0NCwgNjcsIDU0LCAwLjI1KScvPjwvc3ZnPg==)
	}
}

.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
	background-color: #f4433640;
	background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, .25))
}

.mat-mdc-tooltip {
	--mdc-plain-tooltip-container-color: #616161;
	--mdc-plain-tooltip-supporting-text-color: #fff
}

.mat-mdc-tooltip {
	--mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
	--mdc-plain-tooltip-supporting-text-size: 12px;
	--mdc-plain-tooltip-supporting-text-weight: 400;
	--mdc-plain-tooltip-supporting-text-tracking: .0333333333em
}

html {
	--mdc-filled-text-field-caret-color: #3f51b5;
	--mdc-filled-text-field-focus-active-indicator-color: #3f51b5;
	--mdc-filled-text-field-focus-label-text-color: rgba(63, 81, 181, .87);
	--mdc-filled-text-field-container-color: whitesmoke;
	--mdc-filled-text-field-disabled-container-color: #fafafa;
	--mdc-filled-text-field-label-text-color: rgba(0, 0, 0, .6);
	--mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);
	--mdc-filled-text-field-input-text-color: rgba(0, 0, 0, .87);
	--mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);
	--mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);
	--mdc-filled-text-field-error-focus-label-text-color: #f44336;
	--mdc-filled-text-field-error-label-text-color: #f44336;
	--mdc-filled-text-field-error-caret-color: #f44336;
	--mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, .42);
	--mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, .06);
	--mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, .87);
	--mdc-filled-text-field-error-active-indicator-color: #f44336;
	--mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
	--mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
	--mdc-outlined-text-field-caret-color: #3f51b5;
	--mdc-outlined-text-field-focus-outline-color: #3f51b5;
	--mdc-outlined-text-field-focus-label-text-color: rgba(63, 81, 181, .87);
	--mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, .6);
	--mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);
	--mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, .87);
	--mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);
	--mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);
	--mdc-outlined-text-field-error-caret-color: #f44336;
	--mdc-outlined-text-field-error-focus-label-text-color: #f44336;
	--mdc-outlined-text-field-error-label-text-color: #f44336;
	--mdc-outlined-text-field-outline-color: rgba(0, 0, 0, .38);
	--mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, .06);
	--mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, .87);
	--mdc-outlined-text-field-error-focus-outline-color: #f44336;
	--mdc-outlined-text-field-error-hover-outline-color: #f44336;
	--mdc-outlined-text-field-error-outline-color: #f44336;
	--mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, .38)
}

.mat-mdc-form-field-error {
	color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field-subscript-wrapper,
.mat-mdc-form-field-bottom-align:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: var(--mat-form-field-subscript-text-font);
	line-height: var(--mat-form-field-subscript-text-line-height);
	font-size: var(--mat-form-field-subscript-text-size);
	letter-spacing: var(--mat-form-field-subscript-text-tracking);
	font-weight: var(--mat-form-field-subscript-text-weight)
}

.mat-mdc-form-field-focus-overlay {
	background-color: #000000de
}

.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
	opacity: .04
}

.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
	opacity: .12
}

.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix:after {
	color: #0000008a
}

.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix:after {
	color: #3f51b5de
}

.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix:after {
	color: #ff4081de
}

.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix:after {
	color: #f44336de
}

.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix:after {
	color: #00000061
}

.mat-mdc-form-field.mat-accent {
	--mdc-filled-text-field-caret-color: #ff4081;
	--mdc-filled-text-field-focus-active-indicator-color: #ff4081;
	--mdc-filled-text-field-focus-label-text-color: rgba(255, 64, 129, .87);
	--mdc-outlined-text-field-caret-color: #ff4081;
	--mdc-outlined-text-field-focus-outline-color: #ff4081;
	--mdc-outlined-text-field-focus-label-text-color: rgba(255, 64, 129, .87)
}

.mat-mdc-form-field.mat-warn {
	--mdc-filled-text-field-caret-color: #f44336;
	--mdc-filled-text-field-focus-active-indicator-color: #f44336;
	--mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, .87);
	--mdc-outlined-text-field-caret-color: #f44336;
	--mdc-outlined-text-field-focus-outline-color: #f44336;
	--mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, .87)
}

.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
	border-left: 1px solid transparent
}

[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
	border-left: none;
	border-right: 1px solid transparent
}

.mat-mdc-form-field-infix {
	min-height: 56px
}

.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
	top: 28px
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	--mat-mdc-form-field-label-transform: translateY(-34.75px) scale(var(--mat-mdc-form-field-floating-label-scale, .75));
	transform: var(--mat-mdc-form-field-label-transform)
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
	padding-top: 16px;
	padding-bottom: 16px
}

.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
	padding-top: 24px;
	padding-bottom: 8px
}

.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
	padding-top: 16px;
	padding-bottom: 16px
}

html {
	--mdc-filled-text-field-label-text-font: Roboto, sans-serif;
	--mdc-filled-text-field-label-text-size: 16px;
	--mdc-filled-text-field-label-text-tracking: .03125em;
	--mdc-filled-text-field-label-text-weight: 400;
	--mdc-outlined-text-field-label-text-font: Roboto, sans-serif;
	--mdc-outlined-text-field-label-text-size: 16px;
	--mdc-outlined-text-field-label-text-tracking: .03125em;
	--mdc-outlined-text-field-label-text-weight: 400;
	--mat-form-field-container-text-font: Roboto, sans-serif;
	--mat-form-field-container-text-line-height: 24px;
	--mat-form-field-container-text-size: 16px;
	--mat-form-field-container-text-tracking: .03125em;
	--mat-form-field-container-text-weight: 400;
	--mat-form-field-outlined-label-text-populated-size: 16px;
	--mat-form-field-subscript-text-font: Roboto, sans-serif;
	--mat-form-field-subscript-text-line-height: 20px;
	--mat-form-field-subscript-text-size: 12px;
	--mat-form-field-subscript-text-tracking: .0333333333em;
	--mat-form-field-subscript-text-weight: 400
}

html {
	--mat-select-panel-background-color: white;
	--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);
	--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);
	--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);
	--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);
	--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);
	--mat-select-focused-arrow-color: rgba(63, 81, 181, .87);
	--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)
}

html .mat-mdc-form-field.mat-accent {
	--mat-select-panel-background-color: white;
	--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);
	--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);
	--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);
	--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);
	--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);
	--mat-select-focused-arrow-color: rgba(255, 64, 129, .87);
	--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)
}

html .mat-mdc-form-field.mat-warn {
	--mat-select-panel-background-color: white;
	--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);
	--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);
	--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);
	--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);
	--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);
	--mat-select-focused-arrow-color: rgba(244, 67, 54, .87);
	--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)
}

html {
	--mat-select-trigger-text-font: Roboto, sans-serif;
	--mat-select-trigger-text-line-height: 24px;
	--mat-select-trigger-text-size: 16px;
	--mat-select-trigger-text-tracking: .03125em;
	--mat-select-trigger-text-weight: 400
}

html {
	--mat-autocomplete-background-color: white
}

.mat-mdc-dialog-container {
	--mdc-dialog-container-color: white;
	--mdc-dialog-subhead-color: rgba(0, 0, 0, .87);
	--mdc-dialog-supporting-text-color: rgba(0, 0, 0, .6)
}

.mat-mdc-dialog-container {
	--mdc-dialog-subhead-font: Roboto, sans-serif;
	--mdc-dialog-subhead-line-height: 32px;
	--mdc-dialog-subhead-size: 20px;
	--mdc-dialog-subhead-weight: 500;
	--mdc-dialog-subhead-tracking: .0125em;
	--mdc-dialog-supporting-text-font: Roboto, sans-serif;
	--mdc-dialog-supporting-text-line-height: 24px;
	--mdc-dialog-supporting-text-size: 16px;
	--mdc-dialog-supporting-text-weight: 400;
	--mdc-dialog-supporting-text-tracking: .03125em
}

.mat-mdc-standard-chip {
	--mdc-chip-disabled-label-text-color: #212121;
	--mdc-chip-elevated-container-color: #e0e0e0;
	--mdc-chip-elevated-disabled-container-color: #e0e0e0;
	--mdc-chip-focus-state-layer-color: black;
	--mdc-chip-focus-state-layer-opacity: .12;
	--mdc-chip-label-text-color: #212121;
	--mdc-chip-with-icon-icon-color: #212121;
	--mdc-chip-with-icon-disabled-icon-color: #212121;
	--mdc-chip-with-icon-selected-icon-color: #212121;
	--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
	--mdc-chip-with-trailing-icon-trailing-icon-color: #212121
}

.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
	--mdc-chip-disabled-label-text-color: white;
	--mdc-chip-elevated-container-color: #3f51b5;
	--mdc-chip-elevated-disabled-container-color: #3f51b5;
	--mdc-chip-focus-state-layer-color: black;
	--mdc-chip-focus-state-layer-opacity: .12;
	--mdc-chip-label-text-color: white;
	--mdc-chip-with-icon-icon-color: white;
	--mdc-chip-with-icon-disabled-icon-color: white;
	--mdc-chip-with-icon-selected-icon-color: white;
	--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
	--mdc-chip-with-trailing-icon-trailing-icon-color: white
}

.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
	--mdc-chip-disabled-label-text-color: white;
	--mdc-chip-elevated-container-color: #ff4081;
	--mdc-chip-elevated-disabled-container-color: #ff4081;
	--mdc-chip-focus-state-layer-color: black;
	--mdc-chip-focus-state-layer-opacity: .12;
	--mdc-chip-label-text-color: white;
	--mdc-chip-with-icon-icon-color: white;
	--mdc-chip-with-icon-disabled-icon-color: white;
	--mdc-chip-with-icon-selected-icon-color: white;
	--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
	--mdc-chip-with-trailing-icon-trailing-icon-color: white
}

.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
	--mdc-chip-disabled-label-text-color: white;
	--mdc-chip-elevated-container-color: #f44336;
	--mdc-chip-elevated-disabled-container-color: #f44336;
	--mdc-chip-focus-state-layer-color: black;
	--mdc-chip-focus-state-layer-opacity: .12;
	--mdc-chip-label-text-color: white;
	--mdc-chip-with-icon-icon-color: white;
	--mdc-chip-with-icon-disabled-icon-color: white;
	--mdc-chip-with-icon-selected-icon-color: white;
	--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
	--mdc-chip-with-trailing-icon-trailing-icon-color: white
}

.mat-mdc-chip.mat-mdc-standard-chip {
	--mdc-chip-container-height: 32px
}

.mat-mdc-standard-chip {
	--mdc-chip-label-text-font: Roboto, sans-serif;
	--mdc-chip-label-text-line-height: 20px;
	--mdc-chip-label-text-size: 14px;
	--mdc-chip-label-text-tracking: .0178571429em;
	--mdc-chip-label-text-weight: 400
}

.mat-mdc-slide-toggle {
	--mdc-switch-selected-focus-state-layer-color: #3949ab;
	--mdc-switch-selected-handle-color: #3949ab;
	--mdc-switch-selected-hover-state-layer-color: #3949ab;
	--mdc-switch-selected-pressed-state-layer-color: #3949ab;
	--mdc-switch-selected-focus-handle-color: #1a237e;
	--mdc-switch-selected-hover-handle-color: #1a237e;
	--mdc-switch-selected-pressed-handle-color: #1a237e;
	--mdc-switch-selected-focus-track-color: #7986cb;
	--mdc-switch-selected-hover-track-color: #7986cb;
	--mdc-switch-selected-pressed-track-color: #7986cb;
	--mdc-switch-selected-track-color: #7986cb;
	--mdc-switch-disabled-selected-handle-color: #424242;
	--mdc-switch-disabled-selected-icon-color: #fff;
	--mdc-switch-disabled-selected-track-color: #424242;
	--mdc-switch-disabled-unselected-handle-color: #424242;
	--mdc-switch-disabled-unselected-icon-color: #fff;
	--mdc-switch-disabled-unselected-track-color: #424242;
	--mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
	--mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
	--mdc-switch-handle-shadow-color: black;
	--mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);
	--mdc-switch-selected-icon-color: #fff;
	--mdc-switch-unselected-focus-handle-color: #212121;
	--mdc-switch-unselected-focus-state-layer-color: #424242;
	--mdc-switch-unselected-focus-track-color: #e0e0e0;
	--mdc-switch-unselected-handle-color: #616161;
	--mdc-switch-unselected-hover-handle-color: #212121;
	--mdc-switch-unselected-hover-state-layer-color: #424242;
	--mdc-switch-unselected-hover-track-color: #e0e0e0;
	--mdc-switch-unselected-icon-color: #fff;
	--mdc-switch-unselected-pressed-handle-color: #212121;
	--mdc-switch-unselected-pressed-state-layer-color: #424242;
	--mdc-switch-unselected-pressed-track-color: #e0e0e0;
	--mdc-switch-unselected-track-color: #e0e0e0
}

.mat-mdc-slide-toggle .mdc-form-field {
	color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))
}

.mat-mdc-slide-toggle .mdc-switch--disabled+label {
	color: #00000061
}

.mat-mdc-slide-toggle.mat-accent {
	--mdc-switch-selected-focus-state-layer-color: #d81b60;
	--mdc-switch-selected-handle-color: #d81b60;
	--mdc-switch-selected-hover-state-layer-color: #d81b60;
	--mdc-switch-selected-pressed-state-layer-color: #d81b60;
	--mdc-switch-selected-focus-handle-color: #880e4f;
	--mdc-switch-selected-hover-handle-color: #880e4f;
	--mdc-switch-selected-pressed-handle-color: #880e4f;
	--mdc-switch-selected-focus-track-color: #f06292;
	--mdc-switch-selected-hover-track-color: #f06292;
	--mdc-switch-selected-pressed-track-color: #f06292;
	--mdc-switch-selected-track-color: #f06292
}

.mat-mdc-slide-toggle.mat-warn {
	--mdc-switch-selected-focus-state-layer-color: #e53935;
	--mdc-switch-selected-handle-color: #e53935;
	--mdc-switch-selected-hover-state-layer-color: #e53935;
	--mdc-switch-selected-pressed-state-layer-color: #e53935;
	--mdc-switch-selected-focus-handle-color: #b71c1c;
	--mdc-switch-selected-hover-handle-color: #b71c1c;
	--mdc-switch-selected-pressed-handle-color: #b71c1c;
	--mdc-switch-selected-focus-track-color: #e57373;
	--mdc-switch-selected-hover-track-color: #e57373;
	--mdc-switch-selected-pressed-track-color: #e57373;
	--mdc-switch-selected-track-color: #e57373
}

.mat-mdc-slide-toggle {
	--mdc-switch-state-layer-size: 48px
}

.mat-mdc-slide-toggle {
	--mat-slide-toggle-label-text-font: Roboto, sans-serif;
	--mat-slide-toggle-label-text-size: 14px;
	--mat-slide-toggle-label-text-tracking: .0178571429em;
	--mat-slide-toggle-label-text-line-height: 20px;
	--mat-slide-toggle-label-text-weight: 400
}

.mat-mdc-slide-toggle .mdc-form-field {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Roboto, sans-serif;
	font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
	font-size: .875rem;
	font-size: var(--mdc-typography-body2-font-size, .875rem);
	line-height: 1.25rem;
	line-height: var(--mdc-typography-body2-line-height, 1.25rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-body2-font-weight, 400);
	letter-spacing: .0178571429em;
	letter-spacing: var(--mdc-typography-body2-letter-spacing, .0178571429em);
	text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
	text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-body2-text-transform, inherit)
}

.mat-mdc-radio-button .mdc-form-field {
	color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))
}

.mat-mdc-radio-button.mat-primary {
	--mdc-radio-disabled-selected-icon-color: #000;
	--mdc-radio-disabled-unselected-icon-color: #000;
	--mdc-radio-unselected-hover-icon-color: #212121;
	--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);
	--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
	--mdc-radio-selected-focus-icon-color: #3f51b5;
	--mdc-radio-selected-hover-icon-color: #3f51b5;
	--mdc-radio-selected-icon-color: #3f51b5;
	--mdc-radio-selected-pressed-icon-color: #3f51b5;
	--mat-radio-ripple-color: #000;
	--mat-radio-checked-ripple-color: #3f51b5;
	--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)
}

.mat-mdc-radio-button.mat-accent {
	--mdc-radio-disabled-selected-icon-color: #000;
	--mdc-radio-disabled-unselected-icon-color: #000;
	--mdc-radio-unselected-hover-icon-color: #212121;
	--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);
	--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
	--mdc-radio-selected-focus-icon-color: #ff4081;
	--mdc-radio-selected-hover-icon-color: #ff4081;
	--mdc-radio-selected-icon-color: #ff4081;
	--mdc-radio-selected-pressed-icon-color: #ff4081;
	--mat-radio-ripple-color: #000;
	--mat-radio-checked-ripple-color: #ff4081;
	--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)
}

.mat-mdc-radio-button.mat-warn {
	--mdc-radio-disabled-selected-icon-color: #000;
	--mdc-radio-disabled-unselected-icon-color: #000;
	--mdc-radio-unselected-hover-icon-color: #212121;
	--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);
	--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
	--mdc-radio-selected-focus-icon-color: #f44336;
	--mdc-radio-selected-hover-icon-color: #f44336;
	--mdc-radio-selected-icon-color: #f44336;
	--mdc-radio-selected-pressed-icon-color: #f44336;
	--mat-radio-ripple-color: #000;
	--mat-radio-checked-ripple-color: #f44336;
	--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)
}

.mat-mdc-radio-button .mdc-radio {
	--mdc-radio-state-layer-size: 40px
}

.mat-mdc-radio-button .mdc-form-field {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
	font-size: var(--mdc-typography-body2-font-size, 14px);
	line-height: var(--mdc-typography-body2-line-height, 20px);
	font-weight: var(--mdc-typography-body2-font-weight, 400);
	letter-spacing: var(--mdc-typography-body2-letter-spacing, .0178571429em);
	-webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
	text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
	text-transform: var(--mdc-typography-body2-text-transform, none)
}

.mat-mdc-slider {
	--mdc-slider-label-container-color: black;
	--mdc-slider-label-label-text-color: white;
	--mdc-slider-disabled-handle-color: #000;
	--mdc-slider-disabled-active-track-color: #000;
	--mdc-slider-disabled-inactive-track-color: #000;
	--mdc-slider-with-tick-marks-disabled-container-color: #000;
	--mat-mdc-slider-value-indicator-opacity: .6
}

.mat-mdc-slider.mat-primary {
	--mdc-slider-handle-color: #3f51b5;
	--mdc-slider-focus-handle-color: #3f51b5;
	--mdc-slider-hover-handle-color: #3f51b5;
	--mdc-slider-active-track-color: #3f51b5;
	--mdc-slider-inactive-track-color: #3f51b5;
	--mdc-slider-with-tick-marks-active-container-color: #fff;
	--mdc-slider-with-tick-marks-inactive-container-color: #3f51b5;
	--mat-mdc-slider-ripple-color: #3f51b5;
	--mat-mdc-slider-hover-ripple-color: rgba(63, 81, 181, .05);
	--mat-mdc-slider-focus-ripple-color: rgba(63, 81, 181, .2)
}

.mat-mdc-slider.mat-accent {
	--mdc-slider-handle-color: #ff4081;
	--mdc-slider-focus-handle-color: #ff4081;
	--mdc-slider-hover-handle-color: #ff4081;
	--mdc-slider-active-track-color: #ff4081;
	--mdc-slider-inactive-track-color: #ff4081;
	--mdc-slider-with-tick-marks-active-container-color: #fff;
	--mdc-slider-with-tick-marks-inactive-container-color: #ff4081;
	--mat-mdc-slider-ripple-color: #ff4081;
	--mat-mdc-slider-hover-ripple-color: rgba(255, 64, 129, .05);
	--mat-mdc-slider-focus-ripple-color: rgba(255, 64, 129, .2)
}

.mat-mdc-slider.mat-warn {
	--mdc-slider-handle-color: #f44336;
	--mdc-slider-focus-handle-color: #f44336;
	--mdc-slider-hover-handle-color: #f44336;
	--mdc-slider-active-track-color: #f44336;
	--mdc-slider-inactive-track-color: #f44336;
	--mdc-slider-with-tick-marks-active-container-color: #fff;
	--mdc-slider-with-tick-marks-inactive-container-color: #f44336;
	--mat-mdc-slider-ripple-color: #f44336;
	--mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, .05);
	--mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, .2)
}

.mat-mdc-slider {
	--mdc-slider-label-label-text-font: Roboto, sans-serif;
	--mdc-slider-label-label-text-size: 14px;
	--mdc-slider-label-label-text-line-height: 22px;
	--mdc-slider-label-label-text-tracking: .0071428571em;
	--mdc-slider-label-label-text-weight: 500
}

html {
	--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);
	--mat-menu-item-icon-color: rgba(0, 0, 0, .87);
	--mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, .04);
	--mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, .04);
	--mat-menu-container-color: white
}

html {
	--mat-menu-item-label-text-font: Roboto, sans-serif;
	--mat-menu-item-label-text-size: 16px;
	--mat-menu-item-label-text-tracking: .03125em;
	--mat-menu-item-label-text-line-height: 24px;
	--mat-menu-item-label-text-weight: 400
}

.mat-mdc-list-base {
	--mdc-list-list-item-label-text-color: rgba(0, 0, 0, .87);
	--mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);
	--mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, .38);
	--mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .38);
	--mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, .38);
	--mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .38);
	--mdc-list-list-item-disabled-label-text-color: black;
	--mdc-list-list-item-disabled-leading-icon-color: black;
	--mdc-list-list-item-disabled-trailing-icon-color: black;
	--mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);
	--mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .38);
	--mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .38);
	--mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);
	--mdc-list-list-item-hover-state-layer-color: black;
	--mdc-list-list-item-hover-state-layer-opacity: .04;
	--mdc-list-list-item-focus-state-layer-color: black;
	--mdc-list-list-item-focus-state-layer-opacity: .12
}

.mdc-list-item__start,
.mdc-list-item__end {
	--mdc-radio-disabled-selected-icon-color: #000;
	--mdc-radio-disabled-unselected-icon-color: #000;
	--mdc-radio-unselected-hover-icon-color: #212121;
	--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);
	--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
	--mdc-radio-selected-focus-icon-color: #3f51b5;
	--mdc-radio-selected-hover-icon-color: #3f51b5;
	--mdc-radio-selected-icon-color: #3f51b5;
	--mdc-radio-selected-pressed-icon-color: #3f51b5
}

.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
	--mdc-radio-disabled-selected-icon-color: #000;
	--mdc-radio-disabled-unselected-icon-color: #000;
	--mdc-radio-unselected-hover-icon-color: #212121;
	--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);
	--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
	--mdc-radio-selected-focus-icon-color: #ff4081;
	--mdc-radio-selected-hover-icon-color: #ff4081;
	--mdc-radio-selected-icon-color: #ff4081;
	--mdc-radio-selected-pressed-icon-color: #ff4081
}

.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
	--mdc-radio-disabled-selected-icon-color: #000;
	--mdc-radio-disabled-unselected-icon-color: #000;
	--mdc-radio-unselected-hover-icon-color: #212121;
	--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);
	--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
	--mdc-radio-selected-focus-icon-color: #f44336;
	--mdc-radio-selected-hover-icon-color: #f44336;
	--mdc-radio-selected-icon-color: #f44336;
	--mdc-radio-selected-pressed-icon-color: #f44336
}

.mat-mdc-list-option {
	--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);
	--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);
	--mdc-checkbox-selected-checkmark-color: #fff;
	--mdc-checkbox-selected-focus-icon-color: #3f51b5;
	--mdc-checkbox-selected-hover-icon-color: #3f51b5;
	--mdc-checkbox-selected-icon-color: #3f51b5;
	--mdc-checkbox-selected-pressed-icon-color: #3f51b5;
	--mdc-checkbox-unselected-focus-icon-color: #212121;
	--mdc-checkbox-unselected-hover-icon-color: #212121;
	--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);
	--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
	--mdc-checkbox-selected-focus-state-layer-color: #3f51b5;
	--mdc-checkbox-selected-hover-state-layer-color: #3f51b5;
	--mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;
	--mdc-checkbox-unselected-focus-state-layer-color: black;
	--mdc-checkbox-unselected-hover-state-layer-color: black;
	--mdc-checkbox-unselected-pressed-state-layer-color: black
}

.mat-mdc-list-option.mat-accent {
	--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);
	--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);
	--mdc-checkbox-selected-checkmark-color: #fff;
	--mdc-checkbox-selected-focus-icon-color: #ff4081;
	--mdc-checkbox-selected-hover-icon-color: #ff4081;
	--mdc-checkbox-selected-icon-color: #ff4081;
	--mdc-checkbox-selected-pressed-icon-color: #ff4081;
	--mdc-checkbox-unselected-focus-icon-color: #212121;
	--mdc-checkbox-unselected-hover-icon-color: #212121;
	--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);
	--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
	--mdc-checkbox-selected-focus-state-layer-color: #ff4081;
	--mdc-checkbox-selected-hover-state-layer-color: #ff4081;
	--mdc-checkbox-selected-pressed-state-layer-color: #ff4081;
	--mdc-checkbox-unselected-focus-state-layer-color: black;
	--mdc-checkbox-unselected-hover-state-layer-color: black;
	--mdc-checkbox-unselected-pressed-state-layer-color: black
}

.mat-mdc-list-option.mat-warn {
	--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);
	--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);
	--mdc-checkbox-selected-checkmark-color: #fff;
	--mdc-checkbox-selected-focus-icon-color: #f44336;
	--mdc-checkbox-selected-hover-icon-color: #f44336;
	--mdc-checkbox-selected-icon-color: #f44336;
	--mdc-checkbox-selected-pressed-icon-color: #f44336;
	--mdc-checkbox-unselected-focus-icon-color: #212121;
	--mdc-checkbox-unselected-hover-icon-color: #212121;
	--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);
	--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
	--mdc-checkbox-selected-focus-state-layer-color: #f44336;
	--mdc-checkbox-selected-hover-state-layer-color: #f44336;
	--mdc-checkbox-selected-pressed-state-layer-color: #f44336;
	--mdc-checkbox-unselected-focus-state-layer-color: black;
	--mdc-checkbox-unselected-hover-state-layer-color: black;
	--mdc-checkbox-unselected-pressed-state-layer-color: black
}

.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
	color: #3f51b5
}

.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
	opacity: 1
}

.mat-mdc-list-base {
	--mdc-list-list-item-one-line-container-height: 48px;
	--mdc-list-list-item-two-line-container-height: 64px;
	--mdc-list-list-item-three-line-container-height: 88px
}

.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
	height: 56px
}

.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
	height: 72px
}

.mat-mdc-list-base {
	--mdc-list-list-item-label-text-font: Roboto, sans-serif;
	--mdc-list-list-item-label-text-line-height: 24px;
	--mdc-list-list-item-label-text-size: 16px;
	--mdc-list-list-item-label-text-tracking: .03125em;
	--mdc-list-list-item-label-text-weight: 400;
	--mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
	--mdc-list-list-item-supporting-text-line-height: 20px;
	--mdc-list-list-item-supporting-text-size: 14px;
	--mdc-list-list-item-supporting-text-tracking: .0178571429em;
	--mdc-list-list-item-supporting-text-weight: 400;
	--mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
	--mdc-list-list-item-trailing-supporting-text-line-height: 20px;
	--mdc-list-list-item-trailing-supporting-text-size: 12px;
	--mdc-list-list-item-trailing-supporting-text-tracking: .0333333333em;
	--mdc-list-list-item-trailing-supporting-text-weight: 400
}

.mdc-list-group__subheader {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	font-family: Roboto, sans-serif;
	letter-spacing: .009375em
}

html {
	--mat-paginator-container-text-color: rgba(0, 0, 0, .87);
	--mat-paginator-container-background-color: white;
	--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);
	--mat-paginator-disabled-icon-color: rgba(0, 0, 0, .12)
}

html {
	--mat-paginator-container-size: 56px
}

.mat-mdc-paginator .mat-mdc-form-field-infix {
	min-height: 40px
}

.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
	top: 20px
}

.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	--mat-mdc-form-field-label-transform: translateY(-26.75px) scale(var(--mat-mdc-form-field-floating-label-scale, .75));
	transform: var(--mat-mdc-form-field-label-transform)
}

.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
	padding-top: 8px;
	padding-bottom: 8px
}

.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
	padding-top: 8px;
	padding-bottom: 8px
}

.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
	padding-top: 8px;
	padding-bottom: 8px
}

.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
	display: none
}

html {
	--mat-paginator-container-text-font: Roboto, sans-serif;
	--mat-paginator-container-text-line-height: 20px;
	--mat-paginator-container-text-size: 12px;
	--mat-paginator-container-text-tracking: .0333333333em;
	--mat-paginator-container-text-weight: 400;
	--mat-paginator-select-trigger-text-size: 12px
}

.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
	--mdc-tab-indicator-active-indicator-color: #3f51b5;
	--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);
	--mat-tab-header-pagination-icon-color: #000;
	--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);
	--mat-tab-header-active-label-text-color: #3f51b5;
	--mat-tab-header-active-ripple-color: #3f51b5;
	--mat-tab-header-inactive-ripple-color: #3f51b5;
	--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);
	--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);
	--mat-tab-header-active-focus-label-text-color: #3f51b5;
	--mat-tab-header-active-hover-label-text-color: #3f51b5;
	--mat-tab-header-active-focus-indicator-color: #3f51b5;
	--mat-tab-header-active-hover-indicator-color: #3f51b5
}

.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
	--mdc-tab-indicator-active-indicator-color: #ff4081;
	--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);
	--mat-tab-header-pagination-icon-color: #000;
	--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);
	--mat-tab-header-active-label-text-color: #ff4081;
	--mat-tab-header-active-ripple-color: #ff4081;
	--mat-tab-header-inactive-ripple-color: #ff4081;
	--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);
	--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);
	--mat-tab-header-active-focus-label-text-color: #ff4081;
	--mat-tab-header-active-hover-label-text-color: #ff4081;
	--mat-tab-header-active-focus-indicator-color: #ff4081;
	--mat-tab-header-active-hover-indicator-color: #ff4081
}

.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
	--mdc-tab-indicator-active-indicator-color: #f44336;
	--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);
	--mat-tab-header-pagination-icon-color: #000;
	--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);
	--mat-tab-header-active-label-text-color: #f44336;
	--mat-tab-header-active-ripple-color: #f44336;
	--mat-tab-header-inactive-ripple-color: #f44336;
	--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);
	--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);
	--mat-tab-header-active-focus-label-text-color: #f44336;
	--mat-tab-header-active-hover-label-text-color: #f44336;
	--mat-tab-header-active-focus-indicator-color: #f44336;
	--mat-tab-header-active-hover-indicator-color: #f44336
}

.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
	--mat-tab-header-with-background-background-color: #3f51b5;
	--mat-tab-header-with-background-foreground-color: white
}

.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
	--mat-tab-header-with-background-background-color: #ff4081;
	--mat-tab-header-with-background-foreground-color: white
}

.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
	--mat-tab-header-with-background-background-color: #f44336;
	--mat-tab-header-with-background-foreground-color: white
}

.mat-mdc-tab-header {
	--mdc-secondary-navigation-tab-container-height: 48px
}

.mat-mdc-tab-header {
	--mat-tab-header-label-text-font: Roboto, sans-serif;
	--mat-tab-header-label-text-size: 14px;
	--mat-tab-header-label-text-tracking: .0892857143em;
	--mat-tab-header-label-text-line-height: 36px;
	--mat-tab-header-label-text-weight: 500
}

html {
	--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);
	--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);
	--mdc-checkbox-selected-checkmark-color: #fff;
	--mdc-checkbox-selected-focus-icon-color: #ff4081;
	--mdc-checkbox-selected-hover-icon-color: #ff4081;
	--mdc-checkbox-selected-icon-color: #ff4081;
	--mdc-checkbox-selected-pressed-icon-color: #ff4081;
	--mdc-checkbox-unselected-focus-icon-color: #212121;
	--mdc-checkbox-unselected-hover-icon-color: #212121;
	--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);
	--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
	--mdc-checkbox-selected-focus-state-layer-color: #ff4081;
	--mdc-checkbox-selected-hover-state-layer-color: #ff4081;
	--mdc-checkbox-selected-pressed-state-layer-color: #ff4081;
	--mdc-checkbox-unselected-focus-state-layer-color: black;
	--mdc-checkbox-unselected-hover-state-layer-color: black;
	--mdc-checkbox-unselected-pressed-state-layer-color: black
}

.mat-mdc-checkbox.mat-primary {
	--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);
	--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);
	--mdc-checkbox-selected-checkmark-color: #fff;
	--mdc-checkbox-selected-focus-icon-color: #3f51b5;
	--mdc-checkbox-selected-hover-icon-color: #3f51b5;
	--mdc-checkbox-selected-icon-color: #3f51b5;
	--mdc-checkbox-selected-pressed-icon-color: #3f51b5;
	--mdc-checkbox-unselected-focus-icon-color: #212121;
	--mdc-checkbox-unselected-hover-icon-color: #212121;
	--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);
	--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
	--mdc-checkbox-selected-focus-state-layer-color: #3f51b5;
	--mdc-checkbox-selected-hover-state-layer-color: #3f51b5;
	--mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;
	--mdc-checkbox-unselected-focus-state-layer-color: black;
	--mdc-checkbox-unselected-hover-state-layer-color: black;
	--mdc-checkbox-unselected-pressed-state-layer-color: black
}

.mat-mdc-checkbox.mat-warn {
	--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);
	--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);
	--mdc-checkbox-selected-checkmark-color: #fff;
	--mdc-checkbox-selected-focus-icon-color: #f44336;
	--mdc-checkbox-selected-hover-icon-color: #f44336;
	--mdc-checkbox-selected-icon-color: #f44336;
	--mdc-checkbox-selected-pressed-icon-color: #f44336;
	--mdc-checkbox-unselected-focus-icon-color: #212121;
	--mdc-checkbox-unselected-hover-icon-color: #212121;
	--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);
	--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
	--mdc-checkbox-selected-focus-state-layer-color: #f44336;
	--mdc-checkbox-selected-hover-state-layer-color: #f44336;
	--mdc-checkbox-selected-pressed-state-layer-color: #f44336;
	--mdc-checkbox-unselected-focus-state-layer-color: black;
	--mdc-checkbox-unselected-hover-state-layer-color: black;
	--mdc-checkbox-unselected-pressed-state-layer-color: black
}

.mat-mdc-checkbox .mdc-form-field {
	color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))
}

.mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
	color: #00000061
}

html {
	--mdc-checkbox-state-layer-size: 40px
}

.mat-mdc-checkbox .mdc-form-field {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
	font-size: var(--mdc-typography-body2-font-size, 14px);
	line-height: var(--mdc-typography-body2-line-height, 20px);
	font-weight: var(--mdc-typography-body2-font-weight, 400);
	letter-spacing: var(--mdc-typography-body2-letter-spacing, .0178571429em);
	-webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
	text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
	text-transform: var(--mdc-typography-body2-text-transform, none)
}

.mat-mdc-button.mat-unthemed {
	--mdc-text-button-label-text-color: #000
}

.mat-mdc-button.mat-primary {
	--mdc-text-button-label-text-color: #3f51b5
}

.mat-mdc-button.mat-accent {
	--mdc-text-button-label-text-color: #ff4081
}

.mat-mdc-button.mat-warn {
	--mdc-text-button-label-text-color: #f44336
}

.mat-mdc-button[disabled][disabled] {
	--mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, .38);
	--mdc-text-button-label-text-color: rgba(0, 0, 0, .38)
}

.mat-mdc-unelevated-button.mat-unthemed {
	--mdc-filled-button-container-color: #fff;
	--mdc-filled-button-label-text-color: #000
}

.mat-mdc-unelevated-button.mat-primary {
	--mdc-filled-button-container-color: #3f51b5;
	--mdc-filled-button-label-text-color: #fff
}

.mat-mdc-unelevated-button.mat-accent {
	--mdc-filled-button-container-color: #ff4081;
	--mdc-filled-button-label-text-color: #fff
}

.mat-mdc-unelevated-button.mat-warn {
	--mdc-filled-button-container-color: #f44336;
	--mdc-filled-button-label-text-color: #fff
}

.mat-mdc-unelevated-button[disabled][disabled] {
	--mdc-filled-button-disabled-container-color: rgba(0, 0, 0, .12);
	--mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, .38);
	--mdc-filled-button-container-color: rgba(0, 0, 0, .12);
	--mdc-filled-button-label-text-color: rgba(0, 0, 0, .38)
}

.mat-mdc-raised-button.mat-unthemed {
	--mdc-protected-button-container-color: #fff;
	--mdc-protected-button-label-text-color: #000
}

.mat-mdc-raised-button.mat-primary {
	--mdc-protected-button-container-color: #3f51b5;
	--mdc-protected-button-label-text-color: #fff
}

.mat-mdc-raised-button.mat-accent {
	--mdc-protected-button-container-color: #ff4081;
	--mdc-protected-button-label-text-color: #fff
}

.mat-mdc-raised-button.mat-warn {
	--mdc-protected-button-container-color: #f44336;
	--mdc-protected-button-label-text-color: #fff
}

.mat-mdc-raised-button[disabled][disabled] {
	--mdc-protected-button-disabled-container-color: rgba(0, 0, 0, .12);
	--mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, .38);
	--mdc-protected-button-container-color: rgba(0, 0, 0, .12);
	--mdc-protected-button-label-text-color: rgba(0, 0, 0, .38);
	--mdc-protected-button-container-elevation: 0
}

.mat-mdc-outlined-button {
	--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12)
}

.mat-mdc-outlined-button.mat-unthemed {
	--mdc-outlined-button-label-text-color: #000
}

.mat-mdc-outlined-button.mat-primary {
	--mdc-outlined-button-label-text-color: #3f51b5
}

.mat-mdc-outlined-button.mat-accent {
	--mdc-outlined-button-label-text-color: #ff4081
}

.mat-mdc-outlined-button.mat-warn {
	--mdc-outlined-button-label-text-color: #f44336
}

.mat-mdc-outlined-button[disabled][disabled] {
	--mdc-outlined-button-label-text-color: rgba(0, 0, 0, .38);
	--mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, .38);
	--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);
	--mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, .12)
}

.mat-mdc-button,
.mat-mdc-outlined-button {
	--mat-mdc-button-persistent-ripple-color: #000;
	--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)
}

.mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,
.mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple:before {
	opacity: .04
}

.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before {
	opacity: .12
}

.mat-mdc-button:active .mat-mdc-button-persistent-ripple:before,
.mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple:before {
	opacity: .12
}

.mat-mdc-button.mat-primary,
.mat-mdc-outlined-button.mat-primary {
	--mat-mdc-button-persistent-ripple-color: #3f51b5;
	--mat-mdc-button-ripple-color: rgba(63, 81, 181, .1)
}

.mat-mdc-button.mat-accent,
.mat-mdc-outlined-button.mat-accent {
	--mat-mdc-button-persistent-ripple-color: #ff4081;
	--mat-mdc-button-ripple-color: rgba(255, 64, 129, .1)
}

.mat-mdc-button.mat-warn,
.mat-mdc-outlined-button.mat-warn {
	--mat-mdc-button-persistent-ripple-color: #f44336;
	--mat-mdc-button-ripple-color: rgba(244, 67, 54, .1)
}

.mat-mdc-raised-button,
.mat-mdc-unelevated-button {
	--mat-mdc-button-persistent-ripple-color: #000;
	--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)
}

.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple:before,
.mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple:before {
	opacity: .04
}

.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before {
	opacity: .12
}

.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple:before,
.mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple:before {
	opacity: .12
}

.mat-mdc-raised-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-raised-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent,
.mat-mdc-raised-button.mat-warn,
.mat-mdc-unelevated-button.mat-warn {
	--mat-mdc-button-persistent-ripple-color: #fff;
	--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)
}

.mat-mdc-button.mat-mdc-button-base,
.mat-mdc-raised-button.mat-mdc-button-base,
.mat-mdc-unelevated-button.mat-mdc-button-base,
.mat-mdc-outlined-button.mat-mdc-button-base {
	height: 36px
}

.mdc-button {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
	font-size: var(--mdc-typography-button-font-size, 14px);
	line-height: var(--mdc-typography-button-line-height, 36px);
	font-weight: var(--mdc-typography-button-font-weight, 500);
	letter-spacing: var(--mdc-typography-button-letter-spacing, .0892857143em);
	-webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
	text-decoration: var(--mdc-typography-button-text-decoration, none);
	text-transform: var(--mdc-typography-button-text-transform, none)
}

.mat-mdc-icon-button {
	--mdc-icon-button-icon-color: inherit;
	--mat-mdc-button-persistent-ripple-color: #000;
	--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)
}

.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before {
	opacity: .04
}

.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before {
	opacity: .12
}

.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple:before {
	opacity: .12
}

.mat-mdc-icon-button.mat-primary {
	--mat-mdc-button-persistent-ripple-color: #6200ee;
	--mat-mdc-button-ripple-color: rgba(98, 0, 238, .1)
}

.mat-mdc-icon-button.mat-accent {
	--mat-mdc-button-persistent-ripple-color: #018786;
	--mat-mdc-button-ripple-color: rgba(1, 135, 134, .1)
}

.mat-mdc-icon-button.mat-warn {
	--mat-mdc-button-persistent-ripple-color: #b00020;
	--mat-mdc-button-ripple-color: rgba(176, 0, 32, .1)
}

.mat-mdc-icon-button.mat-primary {
	--mdc-icon-button-icon-color: #3f51b5;
	--mat-mdc-button-persistent-ripple-color: #3f51b5;
	--mat-mdc-button-ripple-color: rgba(63, 81, 181, .1)
}

.mat-mdc-icon-button.mat-accent {
	--mdc-icon-button-icon-color: #ff4081;
	--mat-mdc-button-persistent-ripple-color: #ff4081;
	--mat-mdc-button-ripple-color: rgba(255, 64, 129, .1)
}

.mat-mdc-icon-button.mat-warn {
	--mdc-icon-button-icon-color: #f44336;
	--mat-mdc-button-persistent-ripple-color: #f44336;
	--mat-mdc-button-ripple-color: rgba(244, 67, 54, .1)
}

.mat-mdc-icon-button[disabled][disabled] {
	--mdc-icon-button-icon-color: rgba(0, 0, 0, .38);
	--mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, .38)
}

.mat-mdc-icon-button.mat-mdc-button-base {
	--mdc-icon-button-state-layer-size: 48px;
	width: var(--mdc-icon-button-state-layer-size);
	height: var(--mdc-icon-button-state-layer-size);
	padding: 12px
}

.mat-mdc-fab,
.mat-mdc-mini-fab {
	--mat-mdc-button-persistent-ripple-color: #000;
	--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)
}

.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple:before,
.mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple:before {
	opacity: .04
}

.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before {
	opacity: .12
}

.mat-mdc-fab:active .mat-mdc-button-persistent-ripple:before,
.mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple:before {
	opacity: .12
}

.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary,
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent,
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
	--mat-mdc-button-persistent-ripple-color: #fff;
	--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)
}

.mat-mdc-fab[disabled][disabled],
.mat-mdc-mini-fab[disabled][disabled] {
	--mdc-fab-container-color: rgba(0, 0, 0, .12);
	--mdc-fab-icon-color: rgba(0, 0, 0, .38);
	--mat-mdc-fab-color: rgba(0, 0, 0, .38)
}

.mat-mdc-fab.mat-unthemed,
.mat-mdc-mini-fab.mat-unthemed {
	--mdc-fab-container-color: white;
	--mdc-fab-icon-color: black;
	--mat-mdc-fab-color: #000
}

.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
	--mdc-fab-container-color: #3f51b5;
	--mdc-fab-icon-color: white;
	--mat-mdc-fab-color: #fff
}

.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
	--mdc-fab-container-color: #ff4081;
	--mdc-fab-icon-color: white;
	--mat-mdc-fab-color: #fff
}

.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
	--mdc-fab-container-color: #f44336;
	--mdc-fab-icon-color: white;
	--mat-mdc-fab-color: #fff
}

.mdc-fab--extended {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
	font-size: var(--mdc-typography-button-font-size, 14px);
	line-height: var(--mdc-typography-button-line-height, 36px);
	font-weight: var(--mdc-typography-button-font-weight, 500);
	letter-spacing: var(--mdc-typography-button-letter-spacing, .0892857143em);
	-webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
	text-decoration: var(--mdc-typography-button-text-decoration, none);
	text-transform: var(--mdc-typography-button-text-transform, none)
}

.mat-mdc-extended-fab {
	--mdc-extended-fab-label-text-font: Roboto, sans-serif;
	--mdc-extended-fab-label-text-size: 14px;
	--mdc-extended-fab-label-text-tracking: .0892857143em;
	--mdc-extended-fab-label-text-weight: 500
}

.mat-mdc-snack-bar-container {
	--mdc-snackbar-container-color: #333333;
	--mdc-snackbar-supporting-text-color: rgba(255, 255, 255, .87);
	--mat-snack-bar-button-color: #ff4081
}

.mat-mdc-snack-bar-container {
	--mdc-snackbar-supporting-text-font: Roboto, sans-serif;
	--mdc-snackbar-supporting-text-line-height: 20px;
	--mdc-snackbar-supporting-text-size: 14px;
	--mdc-snackbar-supporting-text-weight: 400
}

html {
	--mat-table-background-color: white;
	--mat-table-header-headline-color: rgba(0, 0, 0, .87);
	--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);
	--mat-table-row-item-outline-color: rgba(0, 0, 0, .12)
}

html {
	--mat-table-header-container-height: 56px;
	--mat-table-footer-container-height: 52px;
	--mat-table-row-item-container-height: 52px
}

html {
	--mat-table-header-headline-font: Roboto, sans-serif;
	--mat-table-header-headline-line-height: 22px;
	--mat-table-header-headline-size: 14px;
	--mat-table-header-headline-weight: 500;
	--mat-table-header-headline-tracking: .0071428571em;
	--mat-table-row-item-label-text-font: Roboto, sans-serif;
	--mat-table-row-item-label-text-line-height: 20px;
	--mat-table-row-item-label-text-size: 14px;
	--mat-table-row-item-label-text-weight: 400;
	--mat-table-row-item-label-text-tracking: .0178571429em;
	--mat-table-footer-supporting-text-font: Roboto, sans-serif;
	--mat-table-footer-supporting-text-line-height: 20px;
	--mat-table-footer-supporting-text-size: 14px;
	--mat-table-footer-supporting-text-weight: 400;
	--mat-table-footer-supporting-text-tracking: .0178571429em
}

.mat-mdc-progress-spinner {
	--mdc-circular-progress-active-indicator-color: #3f51b5
}

.mat-mdc-progress-spinner.mat-accent {
	--mdc-circular-progress-active-indicator-color: #ff4081
}

.mat-mdc-progress-spinner.mat-warn {
	--mdc-circular-progress-active-indicator-color: #f44336
}

.mat-badge {
	position: relative
}

.mat-badge.mat-badge {
	overflow: visible
}

.mat-badge-content {
	position: absolute;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	transition: transform .2s ease-in-out;
	transform: scale(.6);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	pointer-events: none;
	background-color: var(--mat-badge-background-color);
	color: var(--mat-badge-text-color);
	font-family: Roboto, sans-serif;
	font-family: var(--mat-badge-text-font, Roboto, sans-serif);
	font-size: 12px;
	font-size: var(--mat-badge-text-size, 12px);
	font-weight: 600;
	font-weight: var(--mat-badge-text-weight, 600)
}

.cdk-high-contrast-active .mat-badge-content {
	outline: solid 1px;
	border-radius: 0
}

.mat-badge-disabled .mat-badge-content {
	background-color: var(--mat-badge-disabled-state-background-color);
	color: var(--mat-badge-disabled-state-text-color)
}

.mat-badge-hidden .mat-badge-content {
	display: none
}

.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
	transition: none
}

.mat-badge-content.mat-badge-active {
	transform: none
}

.mat-badge-small .mat-badge-content {
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 9px;
	font-size: var(--mat-badge-small-size-text-size, 9px)
}

.mat-badge-small.mat-badge-above .mat-badge-content {
	top: -8px
}

.mat-badge-small.mat-badge-below .mat-badge-content {
	bottom: -8px
}

.mat-badge-small.mat-badge-before .mat-badge-content {
	left: -16px
}

[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
	left: auto;
	right: -16px
}

.mat-badge-small.mat-badge-after .mat-badge-content {
	right: -16px
}

[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
	right: auto;
	left: -16px
}

.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
	left: -8px
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
	left: auto;
	right: -8px
}

.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
	right: -8px
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
	right: auto;
	left: -8px
}

.mat-badge-medium .mat-badge-content {
	width: 22px;
	height: 22px;
	line-height: 22px
}

.mat-badge-medium.mat-badge-above .mat-badge-content {
	top: -11px
}

.mat-badge-medium.mat-badge-below .mat-badge-content {
	bottom: -11px
}

.mat-badge-medium.mat-badge-before .mat-badge-content {
	left: -22px
}

[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
	left: auto;
	right: -22px
}

.mat-badge-medium.mat-badge-after .mat-badge-content {
	right: -22px
}

[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
	right: auto;
	left: -22px
}

.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
	left: -11px
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
	left: auto;
	right: -11px
}

.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
	right: -11px
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
	right: auto;
	left: -11px
}

.mat-badge-large .mat-badge-content {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 24px;
	font-size: var(--mat-badge-large-size-text-size, 24px)
}

.mat-badge-large.mat-badge-above .mat-badge-content {
	top: -14px
}

.mat-badge-large.mat-badge-below .mat-badge-content {
	bottom: -14px
}

.mat-badge-large.mat-badge-before .mat-badge-content {
	left: -28px
}

[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
	left: auto;
	right: -28px
}

.mat-badge-large.mat-badge-after .mat-badge-content {
	right: -28px
}

[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
	right: auto;
	left: -28px
}

.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
	left: -14px
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
	left: auto;
	right: -14px
}

.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
	right: -14px
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
	right: auto;
	left: -14px
}

html {
	--mat-badge-background-color: #3f51b5;
	--mat-badge-text-color: white;
	--mat-badge-disabled-state-background-color: #b9b9b9;
	--mat-badge-disabled-state-text-color: rgba(0, 0, 0, .38)
}

.mat-badge-accent {
	--mat-badge-background-color: #ff4081;
	--mat-badge-text-color: white
}

.mat-badge-warn {
	--mat-badge-background-color: #f44336;
	--mat-badge-text-color: white
}

html {
	--mat-badge-text-font: Roboto, sans-serif;
	--mat-badge-text-size: 12px;
	--mat-badge-text-weight: 600;
	--mat-badge-small-size-text-size: 9px;
	--mat-badge-large-size-text-size: 24px
}

html {
	--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);
	--mat-bottom-sheet-container-background-color: white
}

html {
	--mat-bottom-sheet-container-text-font: Roboto, sans-serif;
	--mat-bottom-sheet-container-text-line-height: 20px;
	--mat-bottom-sheet-container-text-size: 14px;
	--mat-bottom-sheet-container-text-tracking: .0178571429em;
	--mat-bottom-sheet-container-text-weight: 400
}

html {
	--mat-legacy-button-toggle-text-color: rgba(0, 0, 0, .38);
	--mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, .12);
	--mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, .54);
	--mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
	--mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);
	--mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
	--mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
	--mat-standard-button-toggle-text-color: rgba(0, 0, 0, .87);
	--mat-standard-button-toggle-background-color: white;
	--mat-standard-button-toggle-state-layer-color: black;
	--mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
	--mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);
	--mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);
	--mat-standard-button-toggle-disabled-state-background-color: white;
	--mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, .87);
	--mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
	--mat-standard-button-toggle-divider-color: #e0e0e0
}

html {
	--mat-standard-button-toggle-height: 48px
}

html {
	--mat-legacy-button-toggle-text-font: Roboto, sans-serif;
	--mat-standard-button-toggle-text-font: Roboto, sans-serif
}

html {
	--mat-datepicker-calendar-date-selected-state-text-color: white;
	--mat-datepicker-calendar-date-selected-state-background-color: #3f51b5;
	--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(63, 81, 181, .4);
	--mat-datepicker-calendar-date-today-selected-state-outline-color: white;
	--mat-datepicker-calendar-date-focus-state-background-color: rgba(63, 81, 181, .3);
	--mat-datepicker-calendar-date-hover-state-background-color: rgba(63, 81, 181, .3);
	--mat-datepicker-toggle-active-state-icon-color: #3f51b5;
	--mat-datepicker-calendar-date-in-range-state-background-color: rgba(63, 81, 181, .2);
	--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);
	--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
	--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
	--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);
	--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);
	--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);
	--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);
	--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);
	--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);
	--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .38);
	--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, .18);
	--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);
	--mat-datepicker-calendar-date-outline-color: transparent;
	--mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, .38);
	--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .24);
	--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);
	--mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, .38);
	--mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, .38);
	--mat-datepicker-calendar-container-background-color: white;
	--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)
}

.mat-datepicker-content.mat-accent {
	--mat-datepicker-calendar-date-selected-state-text-color: white;
	--mat-datepicker-calendar-date-selected-state-background-color: #ff4081;
	--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 64, 129, .4);
	--mat-datepicker-calendar-date-today-selected-state-outline-color: white;
	--mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 64, 129, .3);
	--mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 64, 129, .3);
	--mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 64, 129, .2);
	--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);
	--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
	--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e
}

.mat-datepicker-content.mat-warn {
	--mat-datepicker-calendar-date-selected-state-text-color: white;
	--mat-datepicker-calendar-date-selected-state-background-color: #f44336;
	--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, .4);
	--mat-datepicker-calendar-date-today-selected-state-outline-color: white;
	--mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, .3);
	--mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, .3);
	--mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, .2);
	--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);
	--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
	--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e
}

.mat-datepicker-toggle-active.mat-accent {
	--mat-datepicker-toggle-active-state-icon-color: #ff4081
}

.mat-datepicker-toggle-active.mat-warn {
	--mat-datepicker-toggle-active-state-icon-color: #f44336
}

.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
	--mdc-icon-button-state-layer-size: 40px;
	width: var(--mdc-icon-button-state-layer-size);
	height: var(--mdc-icon-button-state-layer-size);
	padding: 8px
}

.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
	display: none
}

html {
	--mat-datepicker-calendar-text-font: Roboto, sans-serif;
	--mat-datepicker-calendar-text-size: 13px;
	--mat-datepicker-calendar-body-label-text-size: 14px;
	--mat-datepicker-calendar-body-label-text-weight: 500;
	--mat-datepicker-calendar-period-button-text-size: 14px;
	--mat-datepicker-calendar-period-button-text-weight: 500;
	--mat-datepicker-calendar-header-text-size: 11px;
	--mat-datepicker-calendar-header-text-weight: 400
}

html {
	--mat-divider-color: rgba(0, 0, 0, .12)
}

html {
	--mat-expansion-container-background-color: white;
	--mat-expansion-container-text-color: rgba(0, 0, 0, .87);
	--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);
	--mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, .04);
	--mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, .04);
	--mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, .26);
	--mat-expansion-header-text-color: rgba(0, 0, 0, .87);
	--mat-expansion-header-description-color: rgba(0, 0, 0, .54);
	--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54)
}

html {
	--mat-expansion-header-collapsed-state-height: 48px;
	--mat-expansion-header-expanded-state-height: 64px
}

html {
	--mat-expansion-header-text-font: Roboto, sans-serif;
	--mat-expansion-header-text-size: 14px;
	--mat-expansion-header-text-weight: 500;
	--mat-expansion-header-text-line-height: inherit;
	--mat-expansion-header-text-tracking: inherit;
	--mat-expansion-container-text-font: Roboto, sans-serif;
	--mat-expansion-container-text-line-height: 20px;
	--mat-expansion-container-text-size: 14px;
	--mat-expansion-container-text-tracking: .0178571429em;
	--mat-expansion-container-text-weight: 400
}

html {
	--mat-grid-list-tile-header-primary-text-size: 14px;
	--mat-grid-list-tile-header-secondary-text-size: 12px;
	--mat-grid-list-tile-footer-primary-text-size: 14px;
	--mat-grid-list-tile-footer-secondary-text-size: 12px
}

html {
	--mat-icon-color: inherit
}

.mat-icon.mat-primary {
	--mat-icon-color: #3f51b5
}

.mat-icon.mat-accent {
	--mat-icon-color: #ff4081
}

.mat-icon.mat-warn {
	--mat-icon-color: #f44336
}

html {
	--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);
	--mat-sidenav-container-background-color: white;
	--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);
	--mat-sidenav-content-background-color: #fafafa;
	--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);
	--mat-sidenav-scrim-color: rgba(0, 0, 0, .6)
}

html {
	--mat-stepper-header-icon-foreground-color: white;
	--mat-stepper-header-selected-state-icon-background-color: #3f51b5;
	--mat-stepper-header-selected-state-icon-foreground-color: white;
	--mat-stepper-header-done-state-icon-background-color: #3f51b5;
	--mat-stepper-header-done-state-icon-foreground-color: white;
	--mat-stepper-header-edit-state-icon-background-color: #3f51b5;
	--mat-stepper-header-edit-state-icon-foreground-color: white;
	--mat-stepper-container-color: white;
	--mat-stepper-line-color: rgba(0, 0, 0, .12);
	--mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, .04);
	--mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, .04);
	--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);
	--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);
	--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);
	--mat-stepper-header-error-state-label-text-color: #f44336;
	--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);
	--mat-stepper-header-error-state-icon-foreground-color: #f44336;
	--mat-stepper-header-error-state-icon-background-color: transparent
}

html .mat-step-header.mat-accent {
	--mat-stepper-header-icon-foreground-color: white;
	--mat-stepper-header-selected-state-icon-background-color: #ff4081;
	--mat-stepper-header-selected-state-icon-foreground-color: white;
	--mat-stepper-header-done-state-icon-background-color: #ff4081;
	--mat-stepper-header-done-state-icon-foreground-color: white;
	--mat-stepper-header-edit-state-icon-background-color: #ff4081;
	--mat-stepper-header-edit-state-icon-foreground-color: white
}

html .mat-step-header.mat-warn {
	--mat-stepper-header-icon-foreground-color: white;
	--mat-stepper-header-selected-state-icon-background-color: #f44336;
	--mat-stepper-header-selected-state-icon-foreground-color: white;
	--mat-stepper-header-done-state-icon-background-color: #f44336;
	--mat-stepper-header-done-state-icon-foreground-color: white;
	--mat-stepper-header-edit-state-icon-background-color: #f44336;
	--mat-stepper-header-edit-state-icon-foreground-color: white
}

html {
	--mat-stepper-header-height: 72px
}

html {
	--mat-stepper-container-text-font: Roboto, sans-serif;
	--mat-stepper-header-label-text-font: Roboto, sans-serif;
	--mat-stepper-header-label-text-size: 14px;
	--mat-stepper-header-label-text-weight: 400;
	--mat-stepper-header-error-state-label-text-size: 16px;
	--mat-stepper-header-selected-state-label-text-size: 16px;
	--mat-stepper-header-selected-state-label-text-weight: 400
}

.mat-sort-header-arrow {
	color: #757575
}

html {
	--mat-toolbar-container-background-color: whitesmoke;
	--mat-toolbar-container-text-color: rgba(0, 0, 0, .87)
}

.mat-toolbar.mat-primary {
	--mat-toolbar-container-background-color: #3f51b5;
	--mat-toolbar-container-text-color: white
}

.mat-toolbar.mat-accent {
	--mat-toolbar-container-background-color: #ff4081;
	--mat-toolbar-container-text-color: white
}

.mat-toolbar.mat-warn {
	--mat-toolbar-container-background-color: #f44336;
	--mat-toolbar-container-text-color: white
}

html {
	--mat-toolbar-standard-height: 64px;
	--mat-toolbar-mobile-height: 56px
}

html {
	--mat-toolbar-title-text-font: Roboto, sans-serif;
	--mat-toolbar-title-text-line-height: 32px;
	--mat-toolbar-title-text-size: 20px;
	--mat-toolbar-title-text-tracking: .0125em;
	--mat-toolbar-title-text-weight: 500
}

.mat-tree {
	background: #fff
}

.mat-tree-node,
.mat-nested-tree-node {
	color: #000000de
}

.mat-tree-node {
	min-height: 48px
}

.mat-tree {
	font-family: Roboto, sans-serif
}

.mat-tree-node,
.mat-nested-tree-node {
	font-weight: 400;
	font-size: 14px
}

.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	font-family: Roboto, sans-serif;
	letter-spacing: normal;
	margin: 0 0 16px
}

.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	font-family: Roboto, sans-serif;
	letter-spacing: .0125em;
	margin: 0 0 16px
}

.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	font-family: Roboto, sans-serif;
	letter-spacing: .009375em;
	margin: 0 0 16px
}

.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	font-family: Roboto, sans-serif;
	letter-spacing: .03125em;
	margin: 0 0 16px
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
	font: 400 11.62px/20px Roboto, sans-serif;
	margin: 0 0 12px
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
	font: 400 9.38px/20px Roboto, sans-serif;
	margin: 0 0 12px
}

.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	font-family: Roboto, sans-serif;
	letter-spacing: .0071428571em
}

.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	font-family: Roboto, sans-serif;
	letter-spacing: .0178571429em
}

.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
	margin: 0 0 12px
}

.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	font-family: Roboto, sans-serif;
	letter-spacing: .0333333333em
}

.mat-headline-1,
.mat-typography .mat-headline-1 {
	font-size: 96px;
	font-weight: 300;
	line-height: 96px;
	font-family: Roboto, sans-serif;
	letter-spacing: -.015625em;
	margin: 0 0 56px
}

.mat-headline-2,
.mat-typography .mat-headline-2 {
	font-size: 60px;
	font-weight: 300;
	line-height: 60px;
	font-family: Roboto, sans-serif;
	letter-spacing: -.0083333333em;
	margin: 0 0 64px
}

.mat-headline-3,
.mat-typography .mat-headline-3 {
	font-size: 48px;
	font-weight: 400;
	line-height: 50px;
	font-family: Roboto, sans-serif;
	letter-spacing: normal;
	margin: 0 0 64px
}

.mat-headline-4,
.mat-typography .mat-headline-4 {
	font-size: 34px;
	font-weight: 400;
	line-height: 40px;
	font-family: Roboto, sans-serif;
	letter-spacing: .0073529412em;
	margin: 0 0 64px
}