

@charset "UTF-8";

/*! Applova Webstore v2.0 - CSS Minified - Last Updated : 08-12-2021 */


/*!  * Bootstrap v4.4.1 (https://getbootstrap.com/)  * Copyright 2011-2019 The Bootstrap Authors  * Copyright 2011-2019 Twitter, Inc.  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)  */

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
:root {
	/*--primary-theme-color: #f93664;*/
	--indigo: #6610f2;
	--purple: #6f42c1;
	/*--pink: #f93664;*/
	--red: red;
	--orange: #fd7e14;
	--yellow: #ffdc00;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--dark-blue: #2b2b2b;
	--primary: #f93664;
	--secondary: #2b2b2b;
	--success: #28bf2e;
	--info: #17a2b8;
	--warning: #ffdc00;
	--danger: red;
	--light: #f8f9fa;
	--dark: #343a40;
	--green: #28a745;
	--blue: #286abf;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: 'Open Sans', sans-serif;
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

.primary-theme-bg {
	background-color: var(--primary-theme-color) !important;
}

.primary-theme-color {
	color: var(--primary-theme-color) !important;
}

.primary-theme-fill {
	fill: var(--primary-theme-color) !important;
}

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

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #2b2b2b;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}

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

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

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

.font-size-small {
	font-size: 12px
}

.font-size-medium {
	font-size: 14px
}

.font-size-large {
	font-size: 16px
}

.border-radius-6 {
	border-radius: 6px
}

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

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

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

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

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

dt {
	font-weight: 700
}

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

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: var(--primary-theme-color);
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: var(--primary-theme-color);
	text-decoration: none
}

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

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

figure {
	margin: 0 0 1rem
}

img {
	border-style: none
}

img,
svg {
	vertical-align: middle
}

svg {
	overflow: hidden
}

table {
	border-collapse: collapse
}

.estimated-delivery-times{
	border-collapse: collapse;
	width: 100%;
}

.estimated-delivery-times td,th{
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
}

.estimated-delivery-times tr:nth-child(even){
	background-color: #dddddd;
}


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

th {
	text-align: inherit
}

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

button {
	border-radius: 0
}

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

input {
	font-size: 14px
}

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

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

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

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

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

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

textarea {
	overflow: auto;
	resize: vertical
}

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

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

progress {
	vertical-align: baseline
}

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

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

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

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

output {
	display: inline-block
}

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

template {
	display: none
}

[hidden] {
	display: none !important
}

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

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

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

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

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

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

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

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

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

.display-1 {
	font-size: 6rem
}

.display-1,
.display-2 {
	font-weight: 300;
	line-height: 1.2
}

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

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

.display-3,
.display-4 {
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 3.5rem
}

.justify-content-evenly {
	justify-content: space-evenly
}

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
	display: inline-block
}

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

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

.help-block {
	font-size: 14px;
	margin-top: 0.5rem;
}

.help-error {
	color: red;
	display: flex;
	align-items: center;
}

.help-error .fa {
	font-size: 18px;
}

.charger-note {
	font-size: 14px;
	background: #e9ecef;
	border-radius: 6px;
	margin-bottom: 20px;
}

.location-error{
	font-size: 14px;
	background-color: rgb(255,0,0,0.04);
	border-radius: 6px;
	margin-bottom: 20px;
}

.circle-danger{
	color:red;
}

.delivery-text-danger{
	color:red;
}

code {
	font-size: 87.5%;
	color: var(--primary-theme-color);
	word-wrap: break-word
}

a>code {
	color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px
	}
}

.row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

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

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

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

.col {
	flex-basis: 0;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
	-webkit-box-ordinal-group: 0;
	order: -1
}

.order-last {
	-webkit-box-ordinal-group: 14;
	order: 13
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	order: 0
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	order: 1
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	order: 2
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	order: 3
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	order: 4
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	order: 5
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	order: 6
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	order: 7
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	order: 8
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	order: 9
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	order: 10
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	order: 11
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
	.col-sm {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-sm-1>* {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-sm-2>* {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-sm-3>* {
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-sm-4>* {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-sm-5>* {
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-sm-6>* {
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		order: 13
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		order: 0
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		order: 3
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		order: 4
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		order: 5
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		order: 6
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		order: 7
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		order: 8
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		order: 9
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		order: 10
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		order: 11
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333%
	}
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:768px) {
	.col-md {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-md-1>* {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-md-2>* {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-md-3>* {
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-md-4>* {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-md-5>* {
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-md-6>* {
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-6-product-list-and-grid-view {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 40%
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		order: 13
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		order: 0
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		order: 3
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		order: 4
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		order: 5
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		order: 6
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		order: 7
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		order: 8
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		order: 9
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		order: 10
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		order: 11
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:992px) {
	.col-lg {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-lg-1>* {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-lg-2>* {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-lg-3>* {
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-lg-4>* {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-lg-5>* {
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-lg-6>* {
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		order: 13
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		order: 0
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		order: 3
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		order: 4
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		order: 5
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		order: 6
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		order: 7
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		order: 8
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		order: 9
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		order: 10
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		order: 11
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333%
	}
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-xl-1>* {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-xl-2>* {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-xl-3>* {
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-xl-4>* {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-xl-5>* {
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-xl-6>* {
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		order: 13
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		order: 0
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		order: 3
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		order: 4
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		order: 5
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		order: 6
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		order: 7
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		order: 8
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		order: 9
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		order: 10
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		order: 11
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333%
	}
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-green,
.table-green>td,
.table-green>th {
	background-color: #c3edc4
}

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

.table-hover .table-green:hover,
.table-hover .table-green:hover>td,
.table-hover .table-green:hover>th {
	background-color: #afe7b1
}

.table-blue,
.table-blue>td,
.table-blue>th {
	background-color: #c3d5ed
}

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

.table-hover .table-blue:hover,
.table-hover .table-blue:hover>td,
.table-hover .table-blue:hover>th {
	background-color: #afc7e7
}

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

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}

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

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

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

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

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

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: hsla(0, 0%, 100%, .075)
}

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

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-md>.table-bordered {
		border: 0
	}
	.category-listing.list-view .card-responsive-wrapper .card-item .card-footer {
		-webkit-box-pack: end;
		padding-bottom: 0;
		width: 100% !important;
	}
}

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

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

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

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

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

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

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

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

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #ced4da;
	outline: 0;
	box-shadow: rgb(180, 194, 250) 0px 0px 0px 2px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group label {
	font-size: 14px
}

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

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

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

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

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

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

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

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

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

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

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

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

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

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #28bf2e;
	box-shadow: 0 0 0 0 rgba(40, 191, 46, .25)
}

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

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

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
	border-color: #28bf2e;
	box-shadow: 0 0 0 0 rgba(40, 191, 46, .25)
}

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

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

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

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

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

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

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

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
	border-color: #28bf2e;
	box-shadow: 0 0 0 0 rgba(40, 191, 46, .25)
}

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

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

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

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

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: red;
	box-shadow: 0 0 0 0 rgba(255, 0, 0, .25)
}

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

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

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
	border-color: red;
	box-shadow: 0 0 0 0 rgba(255, 0, 0, .25)
}

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

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

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

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

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

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

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

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
	border-color: red;
	box-shadow: 0 0 0 0 rgba(255, 0, 0, .25)
}

.form-inline {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-align: center;
	align-items: center
}

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

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

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 17px !important;
	line-height: 1.5;
	border-radius: 6px;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(249, 54, 100, .25)
}

.btn.disabled,
.btn:disabled,
input.disabled,
.disabled {
	opacity: .65;
	pointer-events: none;
	cursor: not-allowed;
}

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

.btn-primary {
	color: #fff !important;
	background-color: var(--primary-theme-color);
	border-color: var(--primary-theme-color)
}

.btn-primary.focus,
.btn-primary:hover {
	color: var(--primary-theme-color) !important;
	background-color: transparent !important;
	border-color: var(--primary-theme-color)
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 0 rgba(250, 84, 123, .5)
}

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

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

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(250, 84, 123, .5)
}

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

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
	color: #fff;
	background-color: #181818;
	border-color: #121212
}

.btn-secondary.focus,
.btn-secondary:focus {
	box-shadow: 0 0 0 0 rgba(75, 75, 75, .5)
}

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

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

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

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

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
	color: #fff;
	background-color: #219f26;
	border-color: #1f9524
}

.btn-success.focus,
.btn-success:focus {
	box-shadow: 0 0 0 0 rgba(72, 201, 77, .5)
}

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

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

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(72, 201, 77, .5)
}

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

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

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

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

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

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(58, 176, 195, .5)
}

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

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

.btn-warning.focus,
.btn-warning:focus {
	box-shadow: 0 0 0 0 rgba(222, 193, 6, .5)
}

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

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

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(222, 193, 6, .5)
}

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

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

.btn-danger.focus,
.btn-danger:focus {
	box-shadow: 0 0 0 0 rgba(255, 38, 38, .5)
}

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

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

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

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

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

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

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

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

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 hsla(220, 4%, 85%, .5)
}

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

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

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

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

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

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(82, 88, 93, .5)
}

.btn-green {
	color: #fff;
	background-color: #28bf2e;
	border-color: #28bf2e
}

.btn-green.focus,
.btn-green:focus,
.btn-green:hover {
	color: #fff;
	background-color: #219f26;
	border-color: #1f9524
}

.btn-green.focus,
.btn-green:focus {
	box-shadow: 0 0 0 0 rgba(72, 201, 77, .5)
}

.btn-green.disabled,
.btn-green:disabled {
	color: #fff;
	background-color: #28bf2e;
	border-color: #28bf2e
}

.btn-green:not(:disabled):not(.disabled).active,
.btn-green:not(:disabled):not(.disabled):active,
.show>.btn-green.dropdown-toggle {
	color: #fff;
	background-color: #1f9524;
	border-color: #1d8a21
}

.btn-green:not(:disabled):not(.disabled).active:focus,
.btn-green:not(:disabled):not(.disabled):active:focus,
.show>.btn-green.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(72, 201, 77, .5)
}

.btn-blue {
	color: #fff;
	background-color: #286abf;
	border-color: #286abf
}

.btn-blue.focus,
.btn-blue:focus,
.btn-blue:hover {
	color: #fff;
	background-color: #21589f;
	border-color: #1f5395
}

.btn-blue.focus,
.btn-blue:focus {
	box-shadow: 0 0 0 0 rgba(72, 128, 201, .5)
}

.btn-blue.disabled,
.btn-blue:disabled {
	color: #fff;
	background-color: #286abf;
	border-color: #286abf
}

.btn-blue:not(:disabled):not(.disabled).active,
.btn-blue:not(:disabled):not(.disabled):active,
.show>.btn-blue.dropdown-toggle {
	color: #fff;
	background-color: #1f5395;
	border-color: #1d4d8a
}

.btn-blue:not(:disabled):not(.disabled).active:focus,
.btn-blue:not(:disabled):not(.disabled):active:focus,
.show>.btn-blue.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(72, 128, 201, .5)
}

.btn-outline-primary {
	color: var(--primary-theme-color);
	border-color: var(--primary-theme-color)
}

.btn-outline-primary:hover {
	color: #fff !important;
	background-color: var(--primary-theme-color);
	border-color: var(--primary-theme-color)
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 0 rgba(249, 54, 100, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: var(--primary-theme-color);
	background-color: transparent
}

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

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(249, 54, 100, .5)
}

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

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

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 0 rgba(43, 43, 43, .5)
}

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

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

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

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

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

.btn-outline-success.focus,
.btn-outline-success:focus {
	box-shadow: 0 0 0 0 rgba(40, 191, 46, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28bf2e;
	background-color: transparent
}

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

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(40, 191, 46, .5)
}

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

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

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

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}

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

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(23, 162, 184, .5)
}

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

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

.btn-outline-warning.focus,
.btn-outline-warning:focus {
	box-shadow: 0 0 0 0 rgba(255, 220, 0, .5)
}

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

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

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

.btn-outline-danger {
	color: red;
	border-color: red
}

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

.btn-outline-danger.focus,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 0 rgba(255, 0, 0, .5)
}

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

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

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(255, 0, 0, .5)
}

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

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

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

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

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

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

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

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

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

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}

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

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(52, 58, 64, .5)
}

.btn-outline-green {
	color: #28bf2e;
	border-color: #28bf2e
}

.btn-outline-green:hover {
	color: #fff;
	background-color: #28bf2e;
	border-color: #28bf2e
}

.btn-outline-green.focus,
.btn-outline-green:focus {
	box-shadow: 0 0 0 0 rgba(40, 191, 46, .5)
}

.btn-outline-green.disabled,
.btn-outline-green:disabled {
	color: #28bf2e;
	background-color: transparent
}

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

.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-green.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(40, 191, 46, .5)
}

.btn-outline-blue {
	color: #286abf;
	border-color: #286abf
}

.btn-outline-blue:hover {
	color: #fff;
	background-color: #286abf;
	border-color: #286abf
}

.btn-outline-blue.focus,
.btn-outline-blue:focus {
	box-shadow: 0 0 0 0 rgba(40, 106, 191, .5)
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
	color: #286abf;
	background-color: transparent
}

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

.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-blue.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(40, 106, 191, .5)
}

.btn-link {
	font-weight: 400;
	color: var(--primary-theme-color);
	text-decoration: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-toggle {
	white-space: nowrap
}

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

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

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: 8px 0 0;
	font-size: .875rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 6px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
	transition: opacity .3s ease-in-out 0s
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: var(--primary-theme-color)
}

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

.dropdown-menu.show {
	display: block
}

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

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

.btn-group .btn {
	border-radius: 0 !important
}

.btn-group .btn:first-child,
.input-qty .input-group-prepend .btn,
.nav-pills .nav-item:first-child .nav-link,
.promo-code-group .form-control,
.custom-tip .form-control {
	border-top-left-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}

.btn-group .btn:last-child,
.input-qty .input-group-append .btn,
.nav-pills .nav-item:last-child .nav-link,
.promo-code-group .btn,
.custom-tip .btn {
	border-top-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	justify-content: center
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input:checked~.custom-control-label:before {
	color: #fff;
	border-color: var(--primary-theme-color);
	background-color: var(--primary-theme-color)
}

.custom-control-input:focus~.custom-control-label:before {
	box-shadow: 0 0 0 0 rgba(249, 54, 100, .25)
}

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

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

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

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

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

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

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

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

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
	border-color: var(--primary-theme-color);
	background-color: var(--primary-theme-color)
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(249, 54, 100, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
	background-color: rgba(249, 54, 100, .5)
}

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

.custom-radio .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(249, 54, 100, .5)
}

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

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

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

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

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

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(249, 54, 100, .5)
}

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

.custom-select:focus {
	border-color: #fdb2c3;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(249, 54, 100, .25)
}

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

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

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

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

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

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

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

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

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

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

.custom-file-input:focus~.custom-file-label {
	border-color: #fdb2c3;
	box-shadow: 0 0 0 0 rgba(249, 54, 100, .25)
}

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

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

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

.custom-file-label {
	left: 0;
	z-index: 1;
	height: calc(1.5em + .75rem + 2px);
	font-weight: 400;
	background-color: #fff;
	border: 1px solid #ced4da
}

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

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

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

.custom-range:focus {
	outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(249, 54, 100, .25)
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(249, 54, 100, .25)
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(249, 54, 100, .25)
}

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

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: var(--primary-theme-color);
	border: 0;
	-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;
	-webkit-appearance: none;
	appearance: none
}

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

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

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

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: var(--primary-theme-color);
	border: 0;
	-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;
	-moz-appearance: none;
	appearance: none
}

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

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

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

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	background-color: var(--primary-theme-color);
	border: 0;
	-ms-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;
	appearance: none
}

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

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

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

.custom-range::-ms-fill-lower {
	background-color: #dee2e6
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-tabs .nav-link {
	border: 1px solid transparent
}

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

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

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

.nav-tabs .dropdown-menu {
	margin-top: -1px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: var(--primary-theme-color);
	border: 1px solid var(--primary-theme-color)
}

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

.nav-justified .nav-item {
	flex-basis: 0;
	-webkit-box-flex: 1;
	flex-grow: 1;
	text-align: center
}

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

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

.navbar {
	position: relative;
	padding: .5rem 1rem
}

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

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

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

.navbar-nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

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

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

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

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

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

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

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

.navbar-main .navbar-brand img {
	width: auto;
	max-height: 100%;
	max-width: 100%
}

.navbar-nav .address-section {
	max-width: 245px
}

@media (max-width:575.98px) {
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:576px) {
	.navbar-expand-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-xl {
		flex-wrap: nowrap
	}
	.navbar-expand-sm .navbar-collapse {
		display: -webkit-box !important;
		display: flex !important;
		flex-basis: auto
	}
	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media (max-width:767.98px) {
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-xl {
		flex-wrap: nowrap
	}
	.navbar-expand-md .navbar-collapse {
		display: -webkit-box !important;
		display: flex !important;
		flex-basis: auto
	}
	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (max-width:991.98px) {
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-xl {
		flex-wrap: nowrap
	}
	.navbar-expand-lg .navbar-collapse {
		display: none;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media (max-width:1199.98px) {
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-xl {
		flex-wrap: nowrap
	}
	.navbar-expand-xl .navbar-collapse {
		display: -webkit-box !important;
		display: flex !important;
		flex-basis: auto
	}
	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

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

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

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
	flex-wrap: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
	.card-deck {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}
	.card-deck .card {
		-webkit-box-flex: 1;
		flex: 1 0 0%;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}

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

@media (min-width:576px) {
	.card-group {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap
	}
	.card-group>.card {
		-webkit-box-flex: 1;
		flex: 1 0 0%;
		margin-bottom: 0
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}
}

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

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

.accordion>.card {
	overflow: hidden
}

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

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

.breadcrumb {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef
}

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

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

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

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

.pagination {
	display: -webkit-box;
	display: flex;
	padding-left: 0;
	list-style: none
}

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

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

.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(249, 54, 100, .25)
}

.page-item:first-child .page-link {
	margin-left: 0
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: var(--primary-theme-color);
	border-color: var(--primary-theme-color)
}

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

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

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

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

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

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

.badge:empty {
	display: none
}

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

.badge-pill {
	padding-right: .6em;
	padding-left: .6em
}

.badge-primary {
	color: #fff;
	background-color: var(--primary-theme-color)
}

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

a.badge-primary.focus,
a.badge-primary:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(249, 54, 100, .5)
}

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

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

a.badge-secondary.focus,
a.badge-secondary:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(43, 43, 43, .5)
}

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

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

a.badge-success.focus,
a.badge-success:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(40, 191, 46, .5)
}

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

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

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

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

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

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

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

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

a.badge-danger.focus,
a.badge-danger:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(255, 0, 0, .5)
}

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

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

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

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

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

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

.badge-green {
	color: #fff;
	background-color: #28bf2e
}

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

a.badge-green.focus,
a.badge-green:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(40, 191, 46, .5)
}

.badge-blue {
	color: #fff;
	background-color: #286abf
}

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

a.badge-blue.focus,
a.badge-blue:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(40, 106, 191, .5)
}

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

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

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

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

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

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

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

.alert-primary {
	color: #811c34;
	background-color: #fed7e0;
	border-color: #fdc7d4
}

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

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

.alert-secondary {
	color: #161616;
	background-color: #d5d5d5;
	border-color: #c4c4c4
}

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

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

.alert-success {
	color: #156318;
	background-color: #d4f2d5;
	border-color: #c3edc4
}

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

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

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

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

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

.alert-warning {
	color: #857200;
	background-color: #fff8cc;
	border-color: #fff5b8
}

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

.alert-warning .alert-link {
	color: #524600
}

.alert-danger {
	color: #850000;
	background-color: #fcc;
	border-color: #ffb8b8
}

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

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

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

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

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

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

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

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

.alert-green {
	color: #156318;
	background-color: #d4f2d5;
	border-color: #c3edc4
}

.alert-green hr {
	border-top-color: #afe7b1
}

.alert-green .alert-link {
	color: #0c390e
}

.alert-blue {
	color: #153763;
	background-color: #d4e1f2;
	border-color: #c3d5ed
}

.alert-blue hr {
	border-top-color: #afc7e7
}

.alert-blue .alert-link {
	color: #0c2039
}

@-webkit-keyframes a {
	0% {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes a {
	0% {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	height: 1rem;
	font-size: .65625rem;
	background-color: #e9ecef
}

.progress,
.progress-bar {
	display: -webkit-box;
	display: flex;
	overflow: hidden
}

.progress-bar {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: var(--primary-theme-color);
	-webkit-transition: width .6s ease;
	transition: width .6s ease
}

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

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

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

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

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

.media-body {
	-webkit-box-flex: 1;
	flex: 1
}

.list-group {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

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

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

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

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

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

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: var(--primary-theme-color);
	border-color: var(--primary-theme-color)
}

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

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

.list-group-horizontal {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

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

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

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

@media (min-width:576px) {
	.list-group-horizontal-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.list-group-horizontal-sm .list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-sm .list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-sm .list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width:768px) {
	.list-group-horizontal-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.list-group-horizontal-md .list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-md .list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-md .list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width:992px) {
	.list-group-horizontal-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.list-group-horizontal-lg .list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-lg .list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-lg .list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width:1200px) {
	.list-group-horizontal-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.list-group-horizontal-xl .list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-xl .list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-xl .list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

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

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

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

.list-group-item-primary {
	color: #811c34;
	background-color: #fdc7d4
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
	color: #811c34;
	background-color: #fcaec1
}

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

.list-group-item-secondary {
	color: #161616;
	background-color: #c4c4c4
}

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

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

.list-group-item-success {
	color: #156318;
	background-color: #c3edc4
}

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

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

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

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

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

.list-group-item-warning {
	color: #857200;
	background-color: #fff5b8
}

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

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

.list-group-item-danger {
	color: #850000;
	background-color: #ffb8b8
}

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

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

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

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

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

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

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

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

.list-group-item-green {
	color: #156318;
	background-color: #c3edc4
}

.list-group-item-green.list-group-item-action:focus,
.list-group-item-green.list-group-item-action:hover {
	color: #156318;
	background-color: #afe7b1
}

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

.list-group-item-blue {
	color: #153763;
	background-color: #c3d5ed
}

.list-group-item-blue.list-group-item-action:focus,
.list-group-item-blue.list-group-item-action:hover {
	color: #153763;
	background-color: #afc7e7
}

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

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

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

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

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

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

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

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

.toast.showing {
	opacity: 1
}

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

.toast.hide {
	display: none
}

.toast-header {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #6c757d;
	background-color: hsla(0, 0%, 100%, .85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
	padding: .75rem
}

.modal-open {
	overflow: hidden
}

/*body.modal-open {
    overflow: hidden !important;
}*/

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.modal-dialog-centered.modal-dialog-scrollable {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	height: 100%
}

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

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

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

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

.modal-backdrop.fade {
	opacity: 0
}

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

.modal-header {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #dee2e6
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto
}

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

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

.modal-footer {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6
}

/*.modal-footer>* {
	margin: .25rem
}*/

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

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

@media (min-width:992px) {
	.modal-lg,
	.modal-xl {
		max-width: 1000px
	}
}

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

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: Lato, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .76563rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

.tooltip .arrow:before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
	top: 0;
	left: 0;
	z-index: 1060;
	max-width: 276px;
	font-family: Lato, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .76563rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

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

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

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

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

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: .875rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb
}

.popover-header:empty {
	display: none
}

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

.carousel {
	position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

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

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

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

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

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

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

.carousel-indicators .active {
	opacity: 1
}

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

@-webkit-keyframes b {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes b {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

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

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

@-webkit-keyframes c {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		opacity: 1
	}
}

@keyframes c {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		opacity: 1
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: c .75s linear infinite;
	animation: c .75s linear infinite
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem
}

.align-baseline {
	vertical-align: baseline !important
}

.align-top {
	vertical-align: top !important
}

.align-middle {
	vertical-align: middle !important
}

.align-bottom {
	vertical-align: bottom !important
}

.align-text-bottom {
	vertical-align: text-bottom !important
}

.align-text-top {
	vertical-align: text-top !important
}

.bg-primary {
	background-color: var(--primary-theme-color) !important
}

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

.bg-secondary {
	background-color: #2b2b2b !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	background-color: #121212 !important
}

.bg-success {
	background-color: #28bf2e !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #1f9524 !important
}

.bg-info {
	background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #117a8b !important
}

.bg-warning {
	background-color: #ffdc00 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #ccb000 !important
}

.bg-danger {
	background-color: red !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #c00 !important
}

.bg-light {
	background-color: #ececec !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #dae0e5 !important
}

.bg-dark {
	background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #1d2124 !important
}

.bg-green {
	background-color: #28bf2e !important
}

a.bg-green:focus,
a.bg-green:hover,
button.bg-green:focus,
button.bg-green:hover {
	background-color: #1f9524 !important
}

.bg-blue {
	background-color: #286abf !important
}

a.bg-blue:focus,
a.bg-blue:hover,
button.bg-blue:focus,
button.bg-blue:hover {
	background-color: #1f5395 !important
}

.bg-white {
	background-color: #fff !important
}

.bg-transparent {
	background-color: transparent !important
}

.border {
	border: 1px solid #dee2e6 !important
}

.border-top {
	border-top: 1px solid #dee2e6 !important
}

.border-right {
	border-right: 1px solid #dee2e6 !important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important
}

.border-left {
	border-left: 1px solid #dee2e6 !important
}

.border-0 {
	border: 0 !important
}

.border-top-0 {
	border-top: 0 !important
}

.border-right-0 {
	border-right: 0 !important
}

.border-bottom-0 {
	border-bottom: 0 !important
}

.border-left-0 {
	border-left: 0 !important
}

.border-primary {
	border-color: var(--primary-theme-color) !important
}

.border-secondary {
	border-color: #2b2b2b !important
}

.border-success {
	border-color: #28bf2e !important
}

.border-info {
	border-color: #17a2b8 !important
}

.border-warning {
	border-color: #ffdc00 !important
}

.border-danger {
	border-color: red !important
}

.border-light {
	border-color: #f8f9fa !important
}

.border-dark {
	border-color: #343a40 !important
}

.border-green {
	border-color: #28bf2e !important
}

.border-blue {
	border-color: #286abf !important
}

.border-white {
	border-color: #fff !important
}

.rounded-sm {
	border-radius: .2rem !important
}

.rounded {
	border-radius: .25rem !important
}

.rounded-top {
	border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
	border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
	border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
	border-bottom-left-radius: .25rem !important
}

.rounded-left {
	border-top-left-radius: .25rem !important
}

.rounded-lg {
	border-radius: .3rem !important
}

.rounded-circle {
	border-radius: 50% !important
}

.rounded-pill {
	border-radius: 50rem !important
}

.rounded-0 {
	border-radius: 0 !important
}

.clearfix:after {
	display: block;
	clear: both;
	content: ""
}

.d-none, .hide {
	display: none !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: -webkit-box !important;
	display: flex !important
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: inline-flex !important
}

@media (min-width:576px) {
	.d-sm-none {
		display: none !important
	}
	.d-sm-inline {
		display: inline !important
	}
	.d-sm-inline-block {
		display: inline-block !important
	}
	.d-sm-block {
		display: block !important
	}
	.d-sm-table {
		display: table !important
	}
	.d-sm-table-row {
		display: table-row !important
	}
	.d-sm-table-cell {
		display: table-cell !important
	}
	.d-sm-flex {
		display: -webkit-box !important;
		display: flex !important
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: inline-flex !important
	}
}

@media (min-width:769px) {
	.d-md-none {
		display: none !important
	}
	.d-md-inline {
		display: inline !important
	}
	.d-md-inline-block {
		display: inline-block !important
	}
	.d-md-block {
		display: block !important
	}
	.d-md-table {
		display: table !important
	}
	.d-md-table-row {
		display: table-row !important
	}
	.d-md-table-cell {
		display: table-cell !important
	}
	.d-md-flex {
		display: -webkit-box !important;
		display: flex !important
	}
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: inline-flex !important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none !important
	}
	.d-lg-inline {
		display: inline !important
	}
	.d-lg-inline-block {
		display: inline-block !important
	}
	.d-lg-block {
		display: block !important
	}
	.d-lg-table {
		display: table !important
	}
	.d-lg-table-row {
		display: table-row !important
	}
	.d-lg-table-cell {
		display: table-cell !important
	}
	.d-lg-flex {
		display: -webkit-box !important;
		display: flex !important
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: inline-flex !important
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none !important
	}
	.d-xl-inline {
		display: inline !important
	}
	.d-xl-inline-block {
		display: inline-block !important
	}
	.d-xl-block {
		display: block !important
	}
	.d-xl-table {
		display: table !important
	}
	.d-xl-table-row {
		display: table-row !important
	}
	.d-xl-table-cell {
		display: table-cell !important
	}
	.d-xl-flex {
		display: -webkit-box !important;
		display: flex !important
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: inline-flex !important
	}
}

@media print {
	.d-print-none {
		display: none !important
	}
	.d-print-inline {
		display: inline !important
	}
	.d-print-inline-block {
		display: inline-block !important
	}
	.d-print-block {
		display: block !important
	}
	.d-print-table {
		display: table !important
	}
	.d-print-table-row {
		display: table-row !important
	}
	.d-print-table-cell {
		display: table-cell !important
	}
	.d-print-flex {
		display: -webkit-box !important;
		display: flex !important
	}
	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: inline-flex !important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive:before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9:before {
	padding-top: 42.85714%
}

.embed-responsive-16by9:before {
	padding-top: 56.25%
}

.embed-responsive-4by3:before {
	padding-top: 75%
}

.embed-responsive-1by1:before {
	padding-top: 100%
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	flex-direction: column-reverse !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	flex: 1 1 auto !important
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	flex-grow: 0 !important
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.justify-content-start {
	-webkit-box-pack: start !important;
	justify-content: flex-start !important
}

.justify-content-end {
	-webkit-box-pack: end !important;
	justify-content: flex-end !important
}

.justify-content-center {
	-webkit-box-pack: center !important;
	justify-content: center !important
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.align-items-start {
	-webkit-box-align: start !important;
	align-items: flex-start !important
}

.align-items-end {
	-webkit-box-align: end !important;
	align-items: flex-end !important
}

.align-items-center {
	-webkit-box-align: center !important;
	align-items: center !important
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	align-items: baseline !important
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	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
}

@media (min-width:576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		flex-direction: row !important
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-sm-wrap {
		flex-wrap: wrap !important
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap !important
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}
	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		flex: 1 1 auto !important
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		justify-content: center !important
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-sm-around {
		justify-content: space-around !important
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		align-items: flex-start !important
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		align-items: flex-end !important
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		align-items: center !important
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		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
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		flex-direction: row !important
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-md-wrap {
		flex-wrap: wrap !important
	}
	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}
	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		flex: 1 1 auto !important
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important
	}
	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}
	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		justify-content: center !important
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-md-around {
		justify-content: space-around !important
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		align-items: flex-start !important
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		align-items: flex-end !important
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		align-items: center !important
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		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
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		flex-direction: row !important
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-lg-wrap {
		flex-wrap: wrap !important
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}
	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		flex: 1 1 auto !important
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		justify-content: center !important
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-lg-around {
		justify-content: space-around !important
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		align-items: flex-start !important
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		align-items: flex-end !important
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		align-items: center !important
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		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
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		flex-direction: row !important
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-xl-wrap {
		flex-wrap: wrap !important
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}
	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		flex: 1 1 auto !important
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		justify-content: center !important
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-xl-around {
		justify-content: space-around !important
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		align-items: flex-start !important
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		align-items: flex-end !important
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		align-items: center !important
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		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
	}
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

@media (min-width:576px) {
	.float-sm-left {
		float: left !important
	}
	.float-sm-right {
		float: right !important
	}
	.float-sm-none {
		float: none !important
	}
}

.col-md-5-product-search-bar {
	-webkit-box-flex: 0;
	flex: 0 0 41.66667%;
	max-width: 30%;
	padding: 12px 0 12px 12px;
}

@media (min-width:768px) {
	.float-md-left {
		float: left !important
	}
	.float-md-right {
		float: right !important
	}
	.float-md-none {
		float: none !important
	}
}

@media (min-width:992px) {
	.float-lg-left {
		float: left !important
	}
	.float-lg-right {
		float: right !important
	}
	.float-lg-none {
		float: none !important
	}
}

@media (min-width:1200px) {
	.float-xl-left {
		float: left !important
	}
	.float-xl-right {
		float: right !important
	}
	.float-xl-none {
		float: none !important
	}
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important
}

.fixed-top {
	top: 0
}

.fixed-bottom,
.fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
	box-shadow: none !important
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.w-auto {
	width: auto !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.mw-100 {
	max-width: 100% !important
}

.mh-100 {
	max-height: 100% !important
}

.min-vw-100 {
	min-width: 100vw !important
}

.min-vh-100 {
	min-height: 100vh !important
}

.vw-100 {
	width: 100vw !important
}

.vh-100 {
	height: 100vh !important
}

.stretched-link:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: transparent
}

.m-0 {
	margin: 0 !important
}

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

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

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

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

.m-1 {
	margin: .25rem !important
}

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

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

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

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

.m-2 {
	margin: .5rem !important
}

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

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

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

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

.m-3 {
	margin: 1rem !important
}

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

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

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

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

.m-4 {
	margin: 1.5rem !important
}

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

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

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

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

.m-5 {
	margin: 3rem !important
}

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

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

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

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

.p-0 {
	padding: 0 !important
}

.pt-0,
.py-0 {
	padding-top: 0 !important
}

.pr-0,
.px-0 {
	padding-right: 0 !important
}

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

.pl-0,
.px-0 {
	padding-left: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
	margin: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
	color: var(--primary-theme-color) !important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #dc0739 !important
}

.text-secondary {
	color: #2b2b2b !important
}

a.text-secondary:focus,
a.text-secondary:hover {
	color: #050505 !important
}

.text-success {
	color: var(--green) !important
}

a.text-success:focus,
a.text-success:hover {
	color: #1b801f !important
}

.text-info {
	color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
	color: #0f6674 !important
}

.text-warning {
	color: #ffdc00 !important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #b39a00 !important
}

.text-danger {
	color: red !important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #b30000 !important
}

.text-light {
	color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
	color: #cbd3da !important
}

.text-dark {
	color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
	color: #121416 !important
}

.text-green {
	color: #28bf2e !important
}

a.text-green:focus,
a.text-green:hover {
	color: #1b801f !important
}

.text-blue {
	color: #286abf !important
}

a.text-blue:focus,
a.text-blue:hover {
	color: #1b4780 !important
}

.text-body {
	color: #212529 !important
}

.text-muted {
	color: #6c757d !important
}

.text-black-50 {
	color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
	color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-decoration-none {
	text-decoration: none !important
}

.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important
}

.text-reset {
	color: inherit !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

@media print {
	*,
	:after,
	:before {
		text-shadow: none !important;
		box-shadow: none !important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	pre {
		white-space: pre-wrap !important
	}
	blockquote,
	pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	.container,
	body {
		min-width: 992px !important
	}
	.navbar {
		display: none
	}
	.badge {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse !important
	}
	.table td,
	.table th {
		background-color: #fff !important
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #dee2e6 !important
	}
	.table-dark {
		color: inherit
	}
	.table-dark tbody+tbody,
	.table-dark td,
	.table-dark th,
	.table-dark thead th {
		border-color: #dee2e6
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6
	}
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.carousel-featured-products .owl-nav,
.featured-product-details .owl-carousel .owl-nav {
	top: calc(50% - 80px) !important;
}

@media (max-width:576px){
	.carousel-featured-products .owl-nav,
	.featured-product-details .owl-carousel .owl-nav {
		top: calc(50% - 95px) !important;
	}
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: d;
	animation-name: d
}

@-webkit-keyframes d {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes d {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}

.category-listing {
	width: calc(100% - 280px)
}

.category-listing .page-title {
	margin-bottom: 18px
}

.category-sidebar {
	padding: 0 1rem 2rem;
	width: 280px;
	border-right: 1px solid #e2e2e2
}

.category-sidebar .category-inner {
	position: -webkit-sticky;
	position: sticky;
	top: 188px;
	background-color: #fff
}

.category-sidebar .category-inner .page-title {
	margin-bottom: 18px
}

.category-sidebar input {
	width: 100%;
	margin-bottom: 16px
}

.category-sidebar .category-set-wrapper {
	overflow-y: auto;
	max-height: calc(100vh - 295px)
}

.category-sidebar .category-set {
	padding: 16px 0 0;
	margin-top: 12px
}

.category-sidebar .category-set:first-child {
	padding-top: 0;
	margin-top: 0
}

.category-sidebar .category-set .cat-title {
	padding: 3px 0 8px;
	font-weight: 600;
	display: -webkit-box;
	display: flex;
	width: 100%;
	margin-bottom: 5px;
	position: relative;
	border: unset !important
}

.category-sidebar .category-set .cat-title:hover {
	text-decoration: none
}

.category-sidebar .category-set .cat-title.active {
	color: var(--primary-theme-color);
	font-weight: 800
}

.category-sidebar .cat-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
	margin-right: 12px
}

.category-sidebar .cat-list li {
	padding: 8px 18px;
	cursor: pointer
}

.category-sidebar .cat-list li.active {
	color: var(--primary-theme-color);
	font-weight: 600;
	border-radius: 30px;
	background: rgba(249, 54, 100, .1)
}

.rounded-all {
	border-radius: 100px
}

.search-with-ico {
	position: relative;
	margin-bottom: 24px
}

.search-with-ico input {
	padding-right: 40px;
	font-size: 16px
}

.search-with-ico:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	background-image: url(../img/ico-search.svg);
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: 50%;
	opacity: .5
}

.filters {
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	margin-bottom: 0;
	align-items: center;
}

.filters li {
	padding: 0 10px;
	border-right: 1px solid #e2e2e2;
	cursor: pointer
}

.filters li:first-child {
	padding-left: 0;
	border: 0
}

.filters li:last-child {
	border: 0;
	padding-right: 0
}

.filters li.text-success {
	font-weight: 700
}

.filters .text-secondary {
	opacity: .7
}

.page-filters {
	margin-bottom: 16px
}

@media (max-width:1199.98px) {
	.category-listing {
		width: 100%
	}
	.category-sidebar {
		position: fixed;
		left: -500px;
		z-index: 101;
		background-color: #fff;
		height: 100vh;
		top: 0;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		box-shadow: 20px 0 196px 0 rgba(0, 0, 0, .53);
		opacity: 0
	}
	.category-sidebar.active {
		left: 0;
		opacity: 1;
		-webkit-transition: all .2s ease;
		transition: all .2s ease
	}
	.category-sidebar .category-inner {
		position: relative;
		top: inherit
	}
	.category-sidebar .category-set-wrapper {
		max-height: calc(100vh - 175px)
	}
}

.content-wrapper {
	max-width: 1370px;
	margin: 24px auto 0
}

.custom-card {
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, .051)
}

.custom-card .card-top {
	padding: 1.25rem;
	width: 100%;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px
}

.custom-card .card-footer {
	margin: auto 0 0;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	background-color: transparent;
	border: 0
}

.custom-card .card-footer .od-list {
	border-top: 1px solid #e2e2e2;
	padding-top: 1.25rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap
}

.purchases-page .custom-card {
	border-radius: 0
}

.purchases-page .custom-card small {
	font-size: 15px
}

.purchases-page .custom-card .card-footer .btn {
	width: 150px;
	height: 44px;
	line-height: 1.8;
}

.od-status {
	text-align: right;
	margin-bottom: auto;
	font-size: 15px;
	padding: 6px 0 0 18px;
	position: relative
}

.od-status:before {
	content: "";
	width: 13px;
	position: absolute;
	left: 0;
	top: 8px;
	height: 13px;
	border-radius: 50px
}

.od-status.completed:before {
	background-color: #69d96d
}

.od-status.placed:before {
	background-color: #eb9e1b
}

.od-status.accepted:before {
	background-color: var(--primary-theme-color)
}

.od-status.rejected:before {
	background-color: #f13535
}

.od-status.void:before {
	background-color: #606060
}

.od-status.ready:before {
	background-color: #3b57c5
}

.od-section {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.od-section .od-item {
	margin-right: auto
}

.od-section .od-item span {
	display: block;
	font-size: 18px
}

.od-section .img-status {
	margin-right: 16px
}

.img-status {
	width: 55px
}

.od-list {
	list-style: none;
	margin: 0 0 1.25rem
}

.od-list li {
	font-size: 14px
}

.od-list li p {
	margin-bottom: 0
}

.od-list li .od-list-title {
	font-weight: 600
}

.card-horizontal {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-align: start;
	align-items: flex-start
}

.card-horizontal .cart-img {
	width: 110px;
	height: auto
}

.card-horizontal .card-body {
	width: calc(100% - 110px);
	padding: .75rem 1.25rem
}

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

.input-qty .form-control {
	width: 50px;
	-webkit-box-flex: inherit;
	flex: inherit;
	text-align: center;
	border-radius: unset !important
}

.input-qty .btn {
	border: 1px solid #e2e2e2;
	min-width: 28px
}

.item-table .card-horizontal {
	min-width: 295px
}

.item-table .card-horizontal .card-body {
	padding: .75rem 1.25rem 0
}

.item-table table thead tr th:first-child {
	padding-left: 0
}

.item-table table thead tr th:last-child {
	padding-right: 0
}

.item-table table tr td:first-child {
	padding-left: 0
}

.item-table table tr td:last-child {
	padding-right: 0
}

.item-table table tr td .td-wrap {
	padding: .75rem 0
}

.item-table table tr td .input-qty,
.item-table table tr td .td-buttons {
	min-width: 110px
}

.item-table .table-body-checkout {
	max-height: 416px;
	overflow-y: auto
}

.item-list-purchases {
	max-height: 500px;
	overflow-y: auto
}

.receipt-section .receipt-footer .total-area h6 {
	font-size: 20px
}

.item-list-purchases .font-size-large {
	font-weight: 600
}

.item-list-purchases .item,
.item-table .table-body-checkout .item {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	margin-left: 0;
	margin-right: 0;
	border-bottom: 1px solid #dee2e6
}

.item-list-purchases .item:last-child,
.item-table .table-body-checkout .item:last-child {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	border-bottom: unset
}

.item-list-purchases .card-title,
.item-table .table-body-checkout .item .card-title {
	font-size: 18px;
	font-weight: 600
}

.item-table .item .td-buttons .btn:first-child svg {
	height: 16px;
	width: 16px
}

.item-table .item .td-buttons .btn:last-child svg {
	height: 18px;
	width: 16px
}

.item-list-purchases .simple-list,
.item-table .table-body-checkout .item .simple-list {
	font-size: 15px
}

.item-table .table-body-checkout .item .label,
.table-header-checkout {
	font-size: 16px
}

.item-list-purchases .item label {
	font-size: 18px
}

.item-list-purchases .item .btn-primary {
	font-size: 12px
}

.view-list-modal .repeat-order-secion {
	height: 45px
}

.view-list-modal .receipt-section {
	height: calc(100% - 61px)
}

.receipt-section {
	background-color: #f7f7f7;
	padding: 1.25rem
}

.receipt-section .status-label {
	border-radius: 50px;
	background-color: #fff;
	padding: 6px;
	display: flex;
	align-items: center
}

.receipt-section .receipt-header {
	height: 85px
}

.receipt-section .receipt-header h5 {
	font-size: 18px
}

.receipt-section .receipt-header small {
	font-size: 15px
}

.receipt-section .receipt-body {
	height: calc(100% - 125px)
}

.receipt-section .receipt-footer {
	height: 40px
}

.os-section {
	position: -webkit-sticky;
	position: sticky;
	top: 90px
}

.os-section input,
.os-section-inner .form-control,
.promo-code-group input,
.custom-tip input {
	font-size: 16px;
	height: 43px
}

.os-section .os-section-inner small,
.promo-code-group small {
	font-size: 13px
}

.os-section .os-section-inner {
	background-color: #f7f7f7;
	width: 100%;
	padding: 1.25rem
}

.os-section-inner.store-area-checkout {
	min-height: unset
}

.icon-on-form {
	position: relative
}

.icon-on-form .btn {
	position: absolute;
	right: 0;
	top: 0;
	background-color: transparent;
	border: 0;
	z-index: 5;
	height: 100%;
}

.icon-on-form .btn img {
	width: 14px
}

.icon-link {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.icon-link span {
	display: inline-block;
	width: 13px;
	height: 13px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	background-size: contain
}

.cursor-pointer {
	cursor: pointer
}

.msg-outer {
	display: -webkit-box;
	display: flex;
	padding: 0 1rem;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	background-color: #f0f0f0
}

.msg-outer:hover {
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .3)
}

.msg-outer .custom-control {
	padding-top: .75rem
}

.msg-outer .msg-cont {
	margin-right: auto;
	width: 60%
}

.msg-outer .msg-cont,
.msg-outer .msg-subject {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.msg-outer .msg-subject {
	width: calc(22% - 20px)
}

.msg-outer.active {
	background-color: #fff
}

.msg-outer.active .msg-cont,
.msg-outer.active .msg-subject,
.msg-outer.active .msg-time {
	font-weight: 600
}

.msg-link-area {
	display: -webkit-box;
	display: flex;
	width: 100%;
	padding: .75rem 0
}

.custom-form .form-group label {
	font-size: 12px
}

.contact-wrapper hr {
	margin: 1.75rem 0
}

.contact-ml li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start
}

.contact-ml li img {
	margin: 6px 0
}

.navbar-toggler-icon {
	background-image: url(../img/ico-ham-menu.svg);
	opacity: .8
}

.navbar-main .navbar-brand {
	padding: 1rem;
	max-width: 300px;
	width: 100%;
	margin: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.navbar-main .navbar-nav .nav-item.nav-cart {
	position: relative
}

.navbar-main .navbar-nav .nav-item.nav-cart .cart-value {
	position: absolute;
	top: 13px;
	left: 24px;
	right: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}

.navbar-main .navbar-nav .nav-item.nav-cart .cart-value span {
	display: block;
	background: var(--primary-theme-color);
	border-radius: 60px;
	width: 20px;
	height: 20px;
	color: #fff;
	text-align: center;
	line-height: 1.66;
	font-size: 12px
}

.navbar-main .navbar-nav .nav-item.nav-cart .nav-link {
	padding-top: 0;
	padding-bottom: 0
}

.navbar-main .navbar-nav .nav-item.nav-cart .nav-link img {
	width: 28px;
	margin-top: -4px
}

.navbar-main .navbar-nav .nav-item.nav-search .nav-link {
	width: 40px;
	padding-top: 8px;
	padding-bottom: 0
}

.navbar-main .navbar-nav .nav-item.nav-search .nav-link img {
	width: 100%;
	opacity: .8
}

.navbar-main .navbar-nav .nav-item .nav-link {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	font-weight: 600
}

.navbar-main .navbar-nav .nav-item.active .nav-link {
	color: var(--primary-theme-color);
	font-weight: 700
}

.navbar-main .navbar-location {
	padding-left: 5px;
	background-image: url(../img/location-globe.svg);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: left 6px;
	margin-right: 20px
}

.navbar-main .navbar-location .nav-link {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.navbar-main .navbar-location .nav-link img {
	margin: -1px 0 0 8px
}

.navbar-main .top-bar {
	position: absolute;
	right: 4.2rem;
	top: 24px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.top-bar .btn {
	height: 40px;
	width: 115px;
	border-radius: 150px;
	padding: 0
}

.show-on-scroll {
	display: none
}

@media (max-width:991.98px) {
	.navbar-main {
		height: 90px;
		padding: .5rem 1rem
	}
	.navbar-main .navbar-brand {
		max-width: 150px;
		-webkit-box-ordinal-group: 1;
		order: 0
	}
	.navbar-main .navbar-nav {
		margin-left: inherit
	}
	.navbar-main .top-bar {
		display: none
	}
	.navbar-main .top-bar .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.navbar-main .top-bar .hide-on-scroll {
		display: none
	}
	.navbar-main .mobile-comp {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		margin-left: auto
	}
	.navbar-main .nav-cart {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.navbar-main .nav-search {
		-webkit-box-ordinal-group: 4;
		order: 3
	}
	.navbar-main .navbar-toggler {
		-webkit-box-ordinal-group: 5;
		order: 4;
		margin-left: 18px
	}
	.navbar-main .top-bar {
		-webkit-box-ordinal-group: 6;
		order: 5
	}
}

.btn-group-sm>.btn img,
.btn-sm img {
	width: 10px;
	margin: -3px 5px 0 0
}

.mini-cart {
	position: fixed;
	right: -700px;
	top: 0;
	max-width: 430px;
	width: 100%;
	background-color: #fff;
	min-height: 500px;
	height: 100vh;
	z-index: 100;
	box-shadow: 20px 0 196px 0 rgba(0, 0, 0, .53);
	padding: 24px 8px 24px 24px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0
}

.mini-cart.active {
	right: 0;
	opacity: 1;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.mini-cart .cart-title {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 32px
}

.mini-cart .cart-title .btn-sm {
	font-size: 15px !important;
}

.mini-cart .cart-title .btn-sm img {
	height: 16px;
	margin-right: 8px
}

.mini-cart .cart-title h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 0
}

.mini-cart .cart-title h4 .cart-toggle {
	margin-right: 8px
}

.mini-cart .cart-title .cart-toggle {
	cursor: pointer;
	width: 25px;
	height: 25px;
	font-size: 21px;
	background-color: var(--primary-theme-color);
	border-radius: 50px;
	color: #fff;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}

.mini-cart .cart-title .cart-toggle span {
	margin-top: -5px;
	display: block;
	line-height: 7px
}

.mini-cart .cart-items {
	height: calc(100vh - 250px);
	overflow-y: auto;
	padding-right: 16px
}

.mini-cart .cart-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e2e2e2
}

.mini-cart .item-img {
	width: 18%
}

.mini-cart .item-img img {
	width: 100%
}

.mini-cart .item-detail {
	width: 82%;
	padding-left: 8px
}

.mini-cart .item-detail .detail-body {
	margin: 0 0 14px
}

.mini-cart .item-detail h6 {
	margin-bottom: 8px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 600;
}

.mini-cart .item-detail p {
	margin-bottom: 0;
	line-height: 1
}

.mini-cart .item-list {
	position: relative;
	margin-bottom: 18px
}

.mini-cart .item-list ul,
.table-body-checkout .item .item-list {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: #545454;
}

.mini-cart .item-list .item-edit {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	justify-content: center
}

.mini-cart .item-list .item-edit .btn.rounded-all {
	width: 32px;
	height: 32px;
	padding: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}

.mini-cart .item-actions {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap
}

.mini-cart .item-actions .btn-group-sm>.rounded-all.btn,
.mini-cart .item-actions .btn-sm.rounded-all {
	width: 32px;
	height: 32px;
	padding: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}

.mini-cart .item-actions .form-control-sm {
	width: 40px;
	height: 28px;
	text-align: center
}

.mini-cart .item-actions .input-group {
	width: auto
}

.mini-cart .item-actions .input-group .input-group-prepend .btn {
	height: 38px;
	font-size: 18px !important;
}

.mini-cart .item-actions .input-group .input-group-append .btn {
	height: 38px;
	font-size: 18px !important;
}

.mini-cart .input-qty .form-control {
	width: 50px
}

.mini-cart .input-qty .btn {
	min-width: 35px
}

.mini-cart .item-actions svg {
	fill: red
}

.mini-cart .item-actions .action-btn-area .btn-sm {
	width: 35px;
	font-size: 15px !important;
}

.cart-total {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px
}

.cart-total p {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700
}

.cart-footer {
	padding: 24px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 50;
	background-color: #f5f5f5
}

.cart-main-actions {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 100%
}

.cart-main-actions .btn {
	height: 45px;
	line-height: 1.9
}

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

.modal-lg {
	max-width: 930px
}

.modal-md {
	max-width: 650px
}

.btn-img img {
	width: 13px;
	margin: -2px 5px 0 0
}

.close.custom {
	position: absolute;
	right: 16px;
	top: 4px;
	font-size: 32px;
	font-weight: 400;
	z-index: 5
}

.modal-content {
	border-radius: 6px;
	box-shadow: 0 3px 37px #00000052
}

.modal-content label {
	font-size: 12px
}

#registerModal label, #loginModal label {
	font-size: 14px;
}

.modal-content .form-control {
	background: #ffffff;
	border: 1px solid #ced4da;
}

.modal-header {
	padding: 20px;
	border: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px
}

.modal-header .close {
	font-weight: 500;
	font-size: 36px;
	padding: 0;
	position: absolute;
	top: 22px;
	right: 30px;
	z-index: 5
}

.forgot-link {
	font-weight: 600;
	font-size: 12px
}

.modal-body {
	padding: 24px
}

.modal-body .sign-title {
	margin-bottom: 32px
}

.modal-body .login-group {
	margin-top: 16px
}

.sign-title {
	color: var(--primary-theme-color);
	font-weight: 700;
	padding-bottom: 10px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 16px;
	position: relative
}

.sign-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 80%;
	background-color: var(--primary-theme-color)
}

.sign-title.secondary-title:after {
	background-color: #2b2b2b
}

.seperate {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	margin-top: 32px
}

.seperate:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #e2e2e2;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 0
}

.seperate span {
	display: inline-block;
	padding: 1px 30px;
	background: #fff;
	z-index: 2;
	font-size: 12px
}

.login-group {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.login-group .btn {
	width: calc(50% - 8px);
	color: #fff
}

.btn-fb {
	background-color: #3b5998
}

.btn-google {
	background-color: #db4a39
}

.modal-footer {
	border: 0;
	padding: 24px;
	border-bottom-right-radius: 1rem;
	border-bottom-left-radius: 1rem
}

/*.sign-footer {
	padding-bottom: 40px
}*/

.sign-footer * {
	font-size: 13px
}

.modal-backdrop {
	opacity: .9 !important
}

.modal-content label {
	font-size: 16px
}

.modal-card {
	padding: 24px;
	border: 0;
	background-color: transparent;
	z-index: 1;
	position: relative
}

.modal-card .page-title {
	margin-bottom: 16px
}

.modal-card .card-body,
.modal-card .card-footer {
	padding: 1rem 0 0
}

.modal-card .title-inline {
	padding: 0 0 16px;
	margin: 0 0 16px;
	border-bottom: 1px solid #e2e2e2
}

.modal-card .cart-total {
	-webkit-box-align: center;
	align-items: center;
	font-size: 20px;
	margin-top: 16px
}

.modal-card .cart-total .btn {
	margin-left: 16px;
	width: 155px;
	height: 45px
}

.modal-card #accordion {
	border-bottom: 1px solid #e2e2e2
}

.title-inline {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap
}

.title-inline .form-inline:first-child {
	margin-right: auto
}

.title-inline .form-inline .form-group {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row
}

.title-inline .form-inline .form-group select {
	min-width: 175px;
	font-size: 16px
}

.title-inline .form-control-sm {
	height: 34px;
	border: 0;
	width: 40px;
	text-align: center;
	font-size: 18px
}

.title-inline .qty-selector label {
	margin-right: 16px
}

.title-inline .qty-selector .btn {
	width: 35px
}

.lr-overlay {
	position: relative
}

.lr-overlay:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: -webkit-gradient(linear, right top, left top, color-stop(30%, #fffffffc), to(hsla(0, 0%, 100%, .7)));
	background: linear-gradient(-90deg, #fffffffc 30%, hsla(0, 0%, 100%, .7));
	z-index: 0
}

.cutom-accordian .card {
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 16px;
	border-color: #ced4da;
}

.cutom-accordian .card-header {
	padding: 8px 16px;
	border-radius: 6px 6px 0 0;
	background-color: #fff;
	border-bottom: 1px solid #e2e2e2;
	cursor: pointer;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap
}

.cutom-accordian .card-header.collapsed {
	border-bottom: 1px solid transparent
}

.cutom-accordian .ad-on-wrapper .card-body {
	padding: 16px 16px 0
}

.cutom-accordian .ad-on-wrapper .card-body .ad-on-button {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap
}

.cutom-accordian .ad-on-wrapper .card-body .ad-on-button .btn-sm {
	font-size: 16px !important
}

.cutom-accordian .ad-on-wrapper .card-body .ad-on-button .btn-group-sm>.btn,
.cutom-accordian .ad-on-wrapper .card-body .ad-on-button .btn-sm {
	padding: .35rem .8rem;
	min-width: 32%;
	margin-bottom: 16px;
	border-radius: 50px
}

.cutom-accordian .ad-on-wrapper .card-body .ad-on-button .btn-outline-secondary:not(:disabled):not(.disabled).active,
.cutom-accordian .ad-on-wrapper .card-body .ad-on-button .btn-outline-secondary:not(:disabled):not(.disabled):active,
.cutom-accordian .ad-on-wrapper .card-body .ad-on-button .show>.btn-outline-secondary.dropdown-toggle {
	background-color: #28bf2e;
	border-color: #28bf2e
}

.select-indicator.small {
	line-height: 1.8;
	font-size: 14px !important
}

.small img,
small img {
	width: 10px;
	margin: -2px 2px 0 0
}

.enable-arrow [data-toggle=collapse]:after {
	content: "";
	border: solid #000;
	border-width: 0 1px 1px 0;
	display: inline-block;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	right: 16px;
	top: 14px
}

.enable-arrow [data-toggle=collapse].collapsed:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 15px
}

.enable-arrow .card-header,
.enable-arrow .cat-title {
	padding-right: 38px
}

.product-list-modal .btn.disabled {
	opacity: .3
}

.product-list-modal .card-horizontal .cart-img {
	width: 83px;
	height: 80px;
	object-fit: cover
}

.product-list-modal .card-horizontal .card-body {
	width: calc(100% - 83px);
	padding-top: 0
}

.product-list-modal .card-horizontal .card-body .simple-list {
	margin-bottom: 0
}

.cart-wrapper .lr-overlay:after {
	display: none
}

.alert-modal.success-modal .modal-header,
.alert-modal.warning-modal .modal-header {
	background-color: #28bf2e
}

.alert-modal .modal-header {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap
}

.alert-modal .modal-header h5 {
	width: 100%;
	text-align: center;
	color: #fff;
	margin-top: 20px
}

.alert-modal .modal-header img {
	max-width: 230px;
	margin: 0 auto
}

.alert-modal p img {
	width: 17px;
	margin: -3px 4px 0 0
}

.msg-modal .modal-body p:last-child {
	margin-bottom: 0
}

.msg-modal .modal-body .modal-title {
	font-weight: 600;
	font-size: 16px
}

.msg-modal .modal-footer {
	border-top: 1px solid #e2e2e2
}

.searchBar {
	position: fixed;
	top: -160px;
	left: 0;
	z-index: 100;
	background-color: #fff;
	padding-top: 38px;
	padding-bottom: 38px;
	box-shadow: 0 1px 18px rgba(0, 0, 0, .102);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0
}

.searchBar.search-active {
	top: 0;
	opacity: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.searchBar input {
	height: 60px;
	border: 0;
	font-size: 18px
}

.searchBar .input-group {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.searchBar .input-group-text {
	background-color: #fff;
	border: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.searchBar .input-group-text img {
	width: 18px
}

.searchBar .input-group-text.nav-search {
	width: 40px;
	height: 40px;
	background: #e3e3e3;
	border-radius: 144px;
	font-size: 27px;
	margin-left: 24px
}

body {
	padding-top: 160px;
	font-size: 16px;
	color: #2b2b2b
}

body.checkout-page {
	padding-top: 92px
}

body.no-nav {
	padding-top: 0
}

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

.center-items {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.form-group label {
	cursor: pointer
}

.mvh-wrapper {
	min-height: 100vh
}

main.wrapper {
	min-height: calc(100vh - 285px)
}

a {
	color: #2b2b2b;
	cursor: pointer
}

.link {
	color: var(--primary-theme-color)
}

.line-through {
	text-decoration: line-through
}

.btn-custom {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 0
}

.btn-custom img {
	height: 14px;
	margin: -3px 0 0;
	margin-right: 5px
}

.btn-primary img,
.btn-secondary img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}

.btn img {
	height: 14px;
	margin: -3px 0 0;
	margin-right: 5px
}

.btn-group-sm>.btn img,
.btn.btn-sm img {
	height: 12px;
	width: auto;
	margin: -3px 0 0;
	margin-right: 5px
}

.btn:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}

.btn.btn-light:hover img {
	-webkit-filter: brightness(0) invert(0);
	filter: brightness(0) invert(0)
}

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

.btn.btn-light.success img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}

.banner-main {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100%;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	height: calc(100vh - 160px)
}

.banner-main:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 60%;
	background: #fff;
	background: -webkit-gradient(linear, left top, right top, color-stop(78%, #fff), to(hsla(0, 0%, 100%, 0)));
	background: linear-gradient(90deg, #fff 78%, hsla(0, 0%, 100%, 0))
}

.page-section-home .header-row {
	margin-bottom: 24px
}

.page-section-home #email-notifications .header-row{
	margin-bottom: 32px;
}

.page-section-home .header-row .page-title,
.page-section-home .header-row .view-btn {
	margin-bottom: 0
}

.page-section-home .header-row .view-btn .nav-link {
	padding: 0
}

.page-section-home .header-row .fas,
.page-section-home .header-row span {
	font-size: 16px
}

.page-section-home .header-row .btn {
	width: 110px
}

.banner-main .row {
	width: 100%
}

.banner-main .banner-content {
	z-index: 2;
	margin-bottom: 5%
}

.banner-main .banner-content h1 {
	font-weight: 900;
	font-size: 42px
}

.banner-main .banner-content p {
	font-size: 24px;
	margin-bottom: 0
}

.banner-slider {
	max-width: 762px;
	margin-left: -15px;
	position: relative;
	z-index: 3
}

.banner-slider .cat-item img {
	width: 254px !important
}

.banner-slider .banner-cat-slider .owl-nav {
	margin-top: 16px;
	text-align: right;
	position: absolute;
	right: 0
}

.banner-slider .banner-cat-slider .owl-nav button {
	width: 30px;
	height: 30px;
	font-size: 28px;
	background-color: var(--primary-theme-color);
	border-radius: 50px;
	color: #fff
}

.banner-slider .banner-cat-slider .owl-nav button:focus {
	outline: inherit
}

.banner-slider .banner-cat-slider .owl-nav button.disabled {
	opacity: .5
}

.banner-slider .banner-cat-slider .owl-nav button.owl-next {
	margin-right: 16px;
	-webkit-transform: rotate(180deg) translate(-46px);
	transform: rotate(180deg) translate(-46px)
}

.banner-slider .banner-cat-slider .owl-nav button.owl-prev {
	-webkit-transform: rotate(180deg) translate(46px);
	transform: rotate(180deg) translate(46px)
}

.banner-slider .banner-cat-slider .owl-nav button span {
	margin-top: -5px;
	display: block;
	line-height: 7px
}

.banner-link {
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	z-index: 2
}

.banner-link a {
	font-weight: 700
}

.banner-link a:after {
	content: "›";
	position: absolute;
	font-size: 24px;
	line-height: .6;
	font-weight: 400;
	margin-left: 13px;
	top: 3px
}

.view-all {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.view-all,
.view-all a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}

.view-all a {
	width: 100%;
	height: 100%;
	background: var(--primary-theme-color);
	color: #fff;
	text-transform: uppercase;
	font-weight: 600
}

.banner-location-set {
	position: relative;
	margin: 3% 0 6%;
	max-width: 480px;
	box-shadow: 0 3px 6px #00000029;
	border-radius: 50px;
	background-color: #fff
}

.banner-location-set:hover {
	box-shadow: -1px 7px 11px #0000002e;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.banner-location-set label {
	border-radius: 50px;
	height: 55px;
	padding: 18px 74px 18px 64px;
	margin: 0;
	width: calc(100% - 32px)
}

.banner-location-set:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	background-image: url(../img/ico-pin-white.svg);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center left 22px;
	background-color: var(--primary-theme-color);
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px
}

.anchor {
	position: absolute;
	bottom: 16px;
	left: 16px;
	z-index: 7;
	width: calc(100% - 32px);
	box-shadow: 0 3px 45px -2px rgba(0, 0, 0, .42)
}

.anchor:hover {
	box-shadow: 0 3px 45px -2px #000;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.anchor .anchor-link {
	position: relative;
	display: -webkit-box;
	display: flex;
	padding: 8px 16px;
	background: #fff;
	width: 100%;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
	text-align: left;
	color: #2b2b2b;
	font-weight: 600;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.anchor .anchor-link:before {
	content: "‹";
	position: absolute;
	right: 16px;
	top: -4px;
	font-size: 28px;
	font-weight: 100
}

.anchor .anchor-link:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.anchor .anchor-link:hover {
	text-decoration: none;
	color: #fff;
	z-index: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.anchor .anchor-link:hover:after {
	width: 100%;
	background-color: var(--primary-theme-color);
	z-index: -1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.cat-item .anchor .anchor-link.arrow {
	-webkit-box-pack: start;
	justify-content: flex-start
}

.cat-item .anchor .anchor-link.arrow:before {
	content: "›"
}

.change-pick {
	position: absolute;
	top: 4px;
	right: 22px;
	bottom: 0;
	color: var(--primary-theme-color);
	cursor: pointer;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 8px 0 11px;
	font-weight: 600
}

.card-responsive-wrapper {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 15px;
	margin-bottom: 3rem
}

.category-listing .card-responsive-wrapper {
	margin-bottom: 2.5rem
}

.category-listing.list-view {
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.category-listing.list-view .btn-list-view {
	border-color: #28a745;
	background-color: #28a745;
	color: #fff
}

.category-listing.list-view .btn-list-view img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}

.category-listing.list-view .btn-light.success {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.category-listing.list-view .btn-light.success img {
	-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0)
}

.category-listing.list-view .card-responsive-wrapper {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 1rem
}

.category-listing.list-view .card-responsive-wrapper .card-item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 1rem;
	-webkit-box-align: start;
	align-items: flex-start
}

.category-listing.list-view .card-responsive-wrapper .card-item .card-img-top {
	width: 120px;
	-webkit-transition: none;
	transition: none
}

.category-listing.list-view .card-responsive-wrapper .card-item .card-body {
	padding: .5rem 10px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}

.category-listing.list-view .card-responsive-wrapper .card-item .card-footer {
	width: 50%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end
}

.category-listing.list-view .card-responsive-wrapper .card-item .card-footer div:first-child {
	margin-right: 3rem
}

.category-listing.list-view .card-responsive-wrapper .card-item .card-footer .ml-auto {
	margin: unset !important
}

.category-listing.list-view .card-responsive-wrapper .card-item .offer-tag {
	right: inherit;
	left: 0;
	top: 0;
	border-radius: 0 50px 50px 0;
	font-size: 12px;
	padding: 4px 9px
}

.card-item {
	border: 0
}

.card-item .card-body,
.card-item .card-img-top {
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.card-item .card-body {
	padding: 1rem 10px
}

.card-item .card-body .card-title {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	margin-bottom: .2rem;
	font-size: 20px;
	font-weight: 600
}

.card-item .card-body .card-text {
	color: #557b97
}

.card-item .card-footer {
	background: 0 0;
	border: 0;
	padding: 0 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap
}

.card-item .card-footer p {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600
}

.card-item .card-footer p:first-child {
	margin-right: 10px
}

.card-item .card-footer .line-through {
	opacity: .6;
	margin-right: auto;
	font-size: 14px
}

.card-item .card-footer .btn {
	font-size: 16px
}

.page-section {
	padding-top: 140px
}

.page-section-home {
	padding-top: 95px
}

.page-title {
	font-size: 22px;
	font-weight: 900
}

.about-card {
	height: 336px;
	background-size: cover;
	background-position: 50%
}

.items-center {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.left-text {
	max-width: 510px;
	padding-left: 24px
}

.left-text h3 {
	margin-bottom: 28px;
	font-weight: 600
}

.left-text p {
	font-size: 16px
}

.section-banner {
	position: relative;
	height: 470px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%
}

.section-banner:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: transparent radial-gradient(closest-side at 67% 53%, #00000000 0, #000 100%) 0 0 no-repeat padding-box;
	opacity: .7
}

.section-banner .container {
	z-index: 2
}

.section-banner .container .desc-text {
	max-width: 500px
}

.section-banner .container .inline-items {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	max-width: 410px
}

.section-banner .container .inline-items a {
	display: inline-block;
	width: 46%
}

.section-banner .container .inline-items a img {
	width: 100%
}

.section-banner .container .inline-items a:first-child {
	margin-right: 2%
}

.desc-text h3 {
	color: #fff;
	font-size: 40px;
	font-weight: 100;
	margin-bottom: 20px
}

.desc-text p {
	color: #fff;
	font-size: 18px;
	font-weight: 100
}

.app-image {
	max-width: 400px
}

.footer {
	padding: 2rem 4rem
}

.footer-links {
	padding: 0;
	list-style: none;
	text-align: right;
	margin: 5px 0 0;
	width: 100%
}

.footer-links small {
	color: #fff;
	opacity: .5;
	margin-top: 7px;
	display: block;
	font-weight: 400
}

.footer-links li {
	display: inline-block
}

.footer-links li a {
	color: #fff;
	padding: 0 20px
}

.footer-links li a.active {
	color: var(--primary-theme-color)
}

.footer-links li:last-child a {
	padding-right: 0
}

.offer-tag {
	font-weight: 600;
	background-color: #ff8214;
	padding: 3px 10px 4px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: #fff;
	position: absolute;
	right: 0;
	top: 16px;
	font-size: 18px;
	border-radius: 20px 0 0 20px;
	box-shadow: -1px 0 15px -2px rgba(0, 0, 0, .32);
	z-index: 9;
}

.cart-wrapper {
	max-width: 1185px;
	margin: 30px auto 0
}

.cart-wrapper .cutom-accordian .ad-on-wrapper .ad-on-button .btn-group-sm>.btn,
.cart-wrapper .cutom-accordian .ad-on-wrapper .ad-on-button .btn-sm {
	padding: .5rem .8rem;
	font-size: 12px
}

.cart-wrapper .select-indicator.small {
	font-size: 90%
}

label.btn span {
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border-radius: 50px;
	margin-top: -2px;
	margin-left: -2px;
	padding: .5rem .8rem;
	font-size: 12px
}

label.btn input:checked+span {
	background-color: #28bf2e;
	border-color: #28bf2e;
	color: #fff
}

.nav-arrows-top .owl-nav {
	position: absolute;
	top: calc(50% - 14px);
	left: -1px;
	z-index: 10;
	width: calc(100% + 0px);
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	height: 0
}

.nav-arrows-top .owl-nav button {
	width: 28px;
	height: 50px
}

.nav-arrows-top .owl-nav button span {
	font-size: 40px;
	font-weight: 100;
	line-height: .5
}

.nav-arrows-top .owl-nav button.owl-prev {
	background: #fff;
	border-radius: 0 200px 200px 0;
	box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .19)
}

.nav-arrows-top .owl-nav button.owl-prev span {
	margin-right: 9px
}

.nav-arrows-top .owl-nav button.owl-next {
	background: #fff;
	border-radius: 200px 0 0 200px;
	box-shadow: -2px 0 5px 0 rgba(0, 0, 0, .19)
}

.nav-arrows-top .owl-nav button.owl-next span {
	margin-left: 9px
}

.eq-height .owl-stage-outer .owl-stage {
	display: -webkit-box;
	display: flex
}

.eq-height .owl-stage-outer .owl-stage .item {
	height: 100%
}

.store-msg img {
	max-width: 260px;
	margin-bottom: 40px
}

.store-msg h1 {
	font-size: 32px;
	font-weight: 400
}

.store-msg p {
	font-size: 18px
}

.store-msg .inline-items img {
	width: 120px
}

.menu-items-inline li {
	display: inline-block
}

.menu-items-inline li a {
	padding: 0 10px 0 0;
	margin-right: 10px;
	border-right: 1px solid #e2e2e2
}

.menu-items-inline li:last-child a {
	border-right: 0;
	margin-right: 0
}

.locate-store .menu-items-inline {
	margin-bottom: 32%
}

.locate-store .menu-items-inline li a {
	text-transform: uppercase;
	font-weight: 600
}

.container.locate-store {
	max-width: 1180px;
	z-index: 5
}

.container.locate-store .mvh-wrapper {
	padding-top: 32px;
	padding-bottom: 32px
}

.card-rounded {
	border-radius: 18px
}

.card-rounded-header {
	padding: 32px 26px 16px;
	border-bottom: 1px solid #e2e2e2
}

.card-rounded-body {
	padding: 16px 26px 32px
}

.located-list p {
	margin-bottom: 3px
}

.located-list p:last-child {
	margin-bottom: 0
}

.located-list li:last-child .nav-arrow-right {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0
}

.nav-arrow-right {
	display: inline-block;
	position: relative;
	padding-right: 32px
}

.nav-arrow-right:hover {
	text-decoration: none;
	color: #2b2b2b
}

.nav-arrow-right:after {
	content: "›";
	position: absolute;
	right: 0;
	top: calc(50% - 35px);
	font-size: 40px;
	font-weight: 100;
	opacity: .6
}

.nav-arrow-right.seperated {
	width: 100%;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e2e2e2;
	-webkit-transition: all .15s ease;
	transition: all .15s ease
}

.cart-locate {
	border: 0;
	background-color: #fff;
	padding: 0 0 32px;
	max-width: 530px;
	margin: 0 0 0 auto;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, .12);
	border-radius: 6px
}

.cart-locate .card-rounded-body {
	max-height: calc(100vh - 350px);
	overflow-y: auto
}

.cart-locate .card-rounded-body .nav-arrow-right {
	width: 100%;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e2e2e2;
	-webkit-transition: all .15s ease;
	transition: all .15s ease
}

.cart-locate .card-rounded-body .nav-arrow-right:hover {
	padding-left: 10px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.cart-locate .card-rounded-body .nav-arrow-right:hover:after {
	right: 8px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.cart-locate .located-list li:last-child .nav-arrow-right {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0
}

.cart-locate .form-control {
	min-height: 43px
}

.cart-locate .icon-on-form .btn {
	height: 100%
}

.cart-locate .page-title {
	margin-bottom: 16px
}

.locate-type {
	margin-top: 16px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	align-items: baseline;
	justify-content: space-between
}

.locate-type .btn:first-child {
	margin-right: 10px
}

.bg-overlay {
	position: relative
}

.bg-overlay:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 60%;
	background: -webkit-gradient(linear, left top, right top, color-stop(78%, #fff), to(hsla(0, 0%, 100%, 0)));
	background: linear-gradient(90deg, #fff 78%, hsla(0, 0%, 100%, 0))
}

.bg-blur {
	background: hsla(0, 0%, 100%, .774);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px)
}

.map-wrapper {
	height: 100%;
	min-height: 450px
}

.map-wrapper iframe {
	height: 100%
}

.ico-delete {
	background-image: url(../img/ico-bin-red.svg)
}

.ico-read {
	background-image: url(../img/ico-read.svg)
}

.ico-unread {
	background-image: url(../img/ico-unread.svg)
}

.cart-description .link span:first-child,
.cart-description .link.collapsed span:last-child {
	display: none
}

.cart-description .link.collapsed span:first-child {
	display: block
}

.section-cb-name-price {
	padding: 16px;
	border: 1px solid #eee;
	border-radius: 12px;
	border: 1px solid #b8b8b8
}

input:checked+.custom-control-label {
	color: var(--primary-theme-color)
}

.footer .footer-logo {
	max-height: 110px
}

@media (min-width:768px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.nav-container {
		width: calc(100% - 4rem);
		max-width: 1920px
	}
	.navbar-main {
		padding: 0 3rem
	}
	.footer {
		padding: 2rem 3rem
	}
	.page-filters .button-section .btn-group-sm>.btn,
	.page-filters .button-section .btn-sm {
		margin-right: 8px
	}
	.page-filters .button-section .btn-group-sm>.btn:last-child,
	.page-filters .button-section .btn-sm:last-child {
		margin-right: 0
	}
	.card-responsive-wrapper {
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
}

@media (min-width:992px) {
	.mobile-comp {
		display: none
	}
	.card-responsive-wrapper {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
		padding: 0 15px
	}
	::-webkit-scrollbar {
		width: .5em
	}
	::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px #dbdbdb
	}
	::-webkit-scrollbar-thumb {
		background-color: #dbdbdb;
		border-radius: 50px
	}
	body::-webkit-scrollbar {
		width: .75em
	}
	body::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px #dbdbdb
	}
	body::-webkit-scrollbar-thumb {
		background-color: #dbdbdb;
		outline: 1px solid #708090;
		border-radius: 50px
	}
}

@media (min-width:1200px) {
	.banner-content,
	.banner-link,
	.nav-container,
	.page-section-home {
		width: calc(100% - 150px)
	}
	.filter-toggle {
		display: none
	}
	.category-listing {
		padding-left: 16px
	}
}

@media (min-width:1401px) {
	.banner-content,
	.banner-link {
		width: calc(100% - 152px)
	}
}

@media (max-width:1530px) {
	body {
		font-size: 16px
	}
	.navbar-main .navbar-brand {
		max-width: 250px
	}
	.mini-cart .cart-item {
		margin-bottom: 10px;
		padding-bottom: 10px
	}
	.mini-cart .item-detail h6 {
		font-size: 16px
	}
	.mini-cart .cart-title h4 {
		font-size: 18px
	}
	.btn-group-sm>.btn,
	.btn-sm {
		font-size: 11px
	}
	.banner-slider {
		max-width: 690px
	}
	.banner-content,
	.banner-link {
		width: calc(100% - 152px)
	}
	.about-card {
		height: 290px
	}
	.card-item .card-body .card-title,
	.card-item .card-footer p {
		font-size: 18px
	}
	.card-item .card-footer .btn {
		padding: .2rem .75rem;
		height: 40px
	}
	.content-wrapper.contact-wrapper {
		max-width: 1090px
	}
}

@media (max-width:1199.98px) {
	body {
		padding-top: 160px
	}
	.navbar-main .navbar-nav .nav-item .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
		font-weight: 600
	}
	.page-section,
	.page-section-home {
		padding-top: 55px
	}
	.bg-overlay:after {
		content: "";
		width: 100%
	}
	.banner-content,
	.banner-link {
		width: calc(100% - 72px)
	}
	.navbar-main .navbar-nav .nav-item.nav-cart .cart-value {
		left: 16px
	}
}

@media (max-width:991.98px) {
	body {
		padding-top: 132px
	}
	.banner-main {
		height: calc(100vh - 132px)
	}
	.banner-content,
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.page-section-home {
		max-width: 100%
	}
	.page-section,
	.page-section-home {
		padding-top: 50px
	}
	.about-card {
		height: 180px
	}
	.left-text {
		padding: 16px 0 0
	}
	.left-text h3 {
		margin-bottom: 16px;
		font-size: 18px
	}
	.left-text p {
		font-size: 14px;
		margin-bottom: 0
	}
	.desc-text h3 {
		font-size: 18px;
		margin-bottom: 8px;
		font-weight: 600
	}
	.desc-text p {
		max-width: 380px;
		font-size: 14px
	}
	.section-banner {
		height: auto;
		padding-top: 32px;
		padding-bottom: 32px
	}
	.section-banner .items-center {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.section-banner .mock-image-section {
		display: none !important
	}
	.oh-title .filters {
		margin: 16px 0
	}
	.filters li:first-child {
		padding-right: 0
	}
	.product-list-modal .btn.w-100,
	.product-list-modal .input-qty {
		margin: 16px 0
	}
	.footer {
		padding: 2rem 1rem
	}
	.footer .footer-logo {
		width: auto;
		margin-bottom: 24px;
		max-height: 56px
	}
	.footer-links {
		text-align: left;
		margin-top: 0;
		margin-bottom: 0
	}
	.footer-links li {
		margin-bottom: 8px
	}
	.footer-links li a {
		padding-left: 0
	}
	.modal-dialog.modal-xl {
		max-width: calc(100% - 32px)
	}
	.cart-locate {
		margin: 0
	}
	.msg-outer .msg-link-area {
		flex-wrap: wrap;
		width: calc(100% - 44px)
	}
	.msg-outer .msg-cont,
	.msg-outer .msg-subject {
		width: 100%
	}
	.msg-outer .msg-time {
		opacity: .6
	}
	.msg-wrapper .page-title {
		font-size: 15px
	}
	.navbar-main .navbar-nav .nav-item.nav-cart .cart-value {
		left: 0;
		top: 14px
	}
}

@media (max-width:767.98px) {
	.page-title {
		font-size: 20px
	}
	.banner-main:after {
		width: 100%
	}
	.banner-content,
	.page-section-home {
		width: 100%
	}
	.top-bar .btn {
		width: unset
	}
	.card-item .card-body {
		padding: 16px 0 8px
	}
	.card-item .card-body .card-title {
		font-size: 18px
	}
	.card-item .card-footer .btn {
		height: 45px
	}
	.card-item .card-img-product {
		height: 220px !important;
	}
	.category-listing .card-img-product {
		height: 42vw !important;
		max-height: 42vw !important;
	}
	.card-item .card-footer {
		padding: 0
	}
	.card-item .card-footer .btn {
		font-size: 11px;
		width: 100%;
		margin: 8px 0 0
	}
	.category-listing .product-content {
		max-height: unset !important;
		display: block
	}
	.category-listing .product-content .product-detail {
		max-height: unset !important;
		display: block
	}

	.category-listing .card-responsive-wrapper:nth-child(even) {
		padding-left: 0;
		padding-right: 8px
	}
	.category-listing .card-responsive-wrapper:nth-child(odd) {
		padding-left: 0;
		padding-right: 8px
	}
	.category-listing .page-filters .col-12 {
		padding: 0
	}
	.category-listing.list-view .card-responsive-wrapper:nth-child(odd) {
		padding: 0
	}
	.category-listing.list-view .card-responsive-wrapper:nth-child(even) {
		padding: 0
	}
	.category-listing.list-view .card-responsive-wrapper .card-item .card-img-top {
		width: 80px
	}
	.category-listing.list-view .card-responsive-wrapper .card-item .card-body {
		padding-bottom: 30px
	}
	.category-listing.list-view .product-content {
		display: block !important
	}
	.category-listing.list-view .product-content .product-detail {
		width: 100% !important;
		max-width: 100%;
	}
	.category-listing .list-view .card-responsive-wrapper .card-item .card-footer {
		-webkit-box-pack: end;
		padding-bottom: 0;
		height: 62px !important;
		width: 100% !important
	}
	.category-listing.list-view .card-responsive-wrapper .card-item .card-footer .btn {
		height: 47px;
		width: 110px !important;
		font-size: 16px
	}
	.category-listing.list-view .card-responsive-wrapper .card-item .card-footer div:first-child {
		margin-right: 0;
		align-items: start !important;
		width:100%;
		margin-top: 12px;
	}
	.category-listing.list-view .card-responsive-wrapper .card-item .card-footer .price-sec {
		width: 100%;
		text-align: right
	}
	.category-listing.list-view .card-responsive-wrapper .card-item .card-footer .line-through,
	.category-listing.list-view .card-responsive-wrapper .card-item .card-footer .price-sec p {
		margin: 0
	}
	.category-listing.list-view .card-responsive-wrapper .card-item .card-footer .btn {
		padding: 2px 6px !important;
		position: absolute;
		right: 0;
		bottom: 16px;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content
	}
	.banner-main {
		min-height: 550px
	}
	.filter-wrapper {
		-webkit-box-ordinal-group: 4;
		order: 3
	}
	.msg-wrapper .filter-wrapper {
		margin: 16px 0 0
	}
	.msg-wrapper .custom-control,
	.msg-wrapper .icon-link {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		padding-right: 0;
		white-space: nowrap;
		margin: 0 20px 0 0
	}
	.msg-wrapper .filters {
		overflow-x: auto;
		flex-wrap: inherit
	}
	.button-section {
		margin-bottom: 16px;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.button-section .btn {
		-webkit-box-flex: 1;
		flex: 1;
		margin-right: 10px;
		height: 43px
	}
	.button-section .btn:last-child {
		margin-right: 0
	}
	.od-section .od-item {
		width: calc(100% - 72px)
	}
	.od-section .od-status {
		margin-top: 16px
	}
	.content-wrapper {
		margin: 16px auto 0
	}
	.card-footer .od-list li.btn-wraper {
		width: 100%
	}
	.checkout-info .btn {
		margin-top: 16px;
		width: 100%
	}
	.view-list-modal .card-horizontal {
		margin-bottom: 16px
	}
	.view-list-modal .card-horizontal .cart-img {
		width: 65px;
		height: 65px
	}
	.view-list-modal .card-horizontal .card-body {
		width: calc(100% - 65px)
	}
	.view-list-modal .page-title {
		font-size: 12px
	}
	.view-list-modal .modal-footer p {
		width: 100%;
		text-align: right;
		margin-bottom: 5px;
		margin-top: 0
	}
	.view-list-modal .modal-footer * {
		margin-right: 0
	}
	.view-list-modal .modal-footer .btn {
		width: 100%
	}
	.banner-main .row {
		width: 100vw
	}
	.banner-location-set {
		margin: 8% 0 10%
	}
	.banner-location-set label {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 1;
		height: 35px;
		padding: 11px 74px 8px 54px
	}
	.banner-location-set:before {
		width: 42px;
		background-position: center left 18px
	}
	.navbar-toggler {
		padding: .25rem 0
	}
	.navbar-toggler-icon {
		width: 1.25rem;
		height: 1.25rem
	}
	.navbar-main .navbar-nav .nav-item.nav-search .nav-link {
		width: 36px;
		padding-top: 5px
	}
	.navbar-main .navbar-nav .nav-item.nav-cart {
		padding: 0 2px
	}
	.navbar-main .navbar-nav .nav-item.nav-cart .nav-link {
		padding: 0 5px
	}
	.navbar-main .navbar-nav .nav-item.nav-cart .nav-link img {
		width: 23px;
		margin: 0
	}
	.navbar-main .navbar-nav .nav-item.nav-cart .nav-link .cart-value {
		top: 13px;
		left: 0
	}
	.navbar-main .navbar-nav .nav-item.nav-cart .nav-link .cart-value span {
		width: 20px;
		height: 20px;
		font-size: 12px
	}
	.cart-wrapper {
		margin: 0 -15px
	}
	.cart-wrapper .cutom-accordian .ad-on-wrapper .ad-on-button .btn-group-sm>.btn,
	.cart-wrapper .cutom-accordian .ad-on-wrapper .ad-on-button .btn-sm {
		padding: .35rem .8rem;
		min-width: 48%
	}
	.store-msg {
		margin-bottom: 16px
	}
	.store-msg img {
		max-width: 165px;
		margin-bottom: 24px
	}
	.store-msg h1 {
		font-size: 24px
	}
	.store-msg p {
		font-size: 14px
	}
	.store-msg .inline-items img {
		width: 85px
	}
	.locate-store .menu-items-inline {
		margin-bottom: 32px
	}
	.cart-locate .page-title {
		font-size: 14px
	}
	.cart-locate .card-rounded-body {
		max-height: calc(100vh - 255px)
	}
	.alert-modal .modal-footer {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
	.alert-modal .modal-footer .btn {
		width: 100%
	}
}

.category-top {
	width: 254px;
	height: 230px
}

.img-perfect-fit {
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important
}

.featured-category-slider .owl-stage {
	height: 300px
}

.product-content {
	padding-bottom: 0 !important;
	padding-left: 0.25rem !important;
    padding-right: 0.25rem !important
}

.product-content .product-detail .card-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.product-content .card-footer {
	display: flex;
	align-items: flex-end;
	margin-top: 8px;
}

.card-img-product {
	height: 260px
}

.card-img-product img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

@media (max-width:576px) {
	.featured-category-slider .owl-stage {
		height: 220px !important
	}
}

.category-listing .product-content {
	padding: 12px !important;
	border-top: 1px solid rgba(0, 0, 0, .125);
}

.category-listing .product-content .product-detail {
margin-bottom: 8px;
}

.category-listing .product-content .product-detail .card-title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}

.category-listing .product-content .card-footer .btn,
.product-content .card-footer .btn {
height:44px;
}

.category-listing .card-img-product {
height: 15vw;
max-height: 15vw;
}

.category-listing .card-img-product img {
object-fit: cover;
height: 100%;
width: 100%;
}

.category-listing.list-view .product-content .card-footer {
align-items: start
}

.category-listing.list-view .product-content {
max-height: unset;
height: 100%;
display: flex;
justify-content: space-between;
align-items: flex-start;
padding-right: 0 !important;
padding-top: 0 !important;
padding-left: 1rem !important
}

.category-listing.list-view .product-content .card-footer,
.category-listing.list-view .product-content .product-detail {
height: auto
}

.category-listing.list-view .product-content .product-detail {
width: 50%
}

.category-listing.list-view .product-content .card-footer .d-flex {
flex-direction: column
}

.category-listing.list-view .card-img-product {
height: 100% !important;
max-height: 100% !important;
min-height: unset !important;
}

.category-listing.list-view .card-img-product img {
height: 100px !important;
width: 110px !important
}

.category-listing.list-view .card-responsive-wrapper .card-item .card-footer .btn {
height: 45px;
width: 150px;
z-index: 9;
}

@media (max-width:320px){
.category-listing.list-view .card-img-product {
    display: inline;
}
.category-listing.list-view .product-content {
    width: calc(100% - 75px) !important;
}
}

@media (max-width:1530px) and (min-width:576px) {
.category-listing .product-content {
    padding: 12px !important;
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.category-listing .product-content .card-footer .btn,
.item-slider .card-item .card-footer .btn {
    width: 100%;
    margin-top: 8px !important
}
.category-listing.list-view .product-content .card-footer .btn {
    width: unset
}
.category-listing.list-view .card-responsive-wrapper {
    margin-bottom: 1rem;
}
}

@media (max-width:1198px){
.category-listing .card-img-product {
    height: 21vw;
    max-height: 21vw;
}
}

@media (max-width:992px){
.category-listing .card-img-product {
    height: 27vw;
    max-height: 27vw;
}
}

@media (max-width:767px){
.category-listing.list-view .card-img-product img {
    height: 100% !important;
    max-height: 100% !important;
    min-height: unset !important;
}
}

@media (max-width:576px) {
.category-listing .card-responsive-wrapper {
    margin-bottom: 1.5rem;
}
.category-listing .featured-category-slider .owl-stage {
    height: 220px !important
}

.category-listing.list-view .card-item .card-footer p:first-child {
    margin-right: 0
}
.category-listing.list-view .card-img-product {
    height: 100% !important;
    width: 106px !important;
    max-height: 100% !important;
    min-height: unset !important;
}
.category-listing.list-view .card-img-product img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
.category-listing.list-view .product-content {
    width: calc(100% - 116px);
}
.category-listing.list-view .card-responsive-wrapper .card-item .card-body {
    padding-right: 0;
    padding-top: 0;
    padding-left: 10px !important
}
.category-listing.list-view .product-content .card-footer {
    flex-direction: column;
    align-items: flex-end
}
}

.product-images-main .owl-stage {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}

.product-images-main .owl-item {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 100% !important
}

.product-images-main .img-container-item {
width: 100%
}

.product-images-main .img-container-item img {
height: 420px;
width: 100%;
object-fit: cover
}

.product-images-sub .owl-stage {
margin-left: auto;
margin-right: auto
}

.product-images-sub .img-container-item img {
height: 100px;
width: 100%;
object-fit: cover
}

.product-images-sub .owl-item.current .img-container-item {
border: 2px solid var(--primary-theme-color)
}

.product-images-sub .owl-item .img-container-item {
border: 1px solid #b8b8b8
}

.product-images-sub .owl-item .img-container-item img {
opacity: .3
}

.product-images-sub .owl-item.current .img-container-item img {
opacity: 1
}

@media (max-width:1288px) and (min-width:576px) {
.product-images-main .img-container-item img {
    height: 26vw
}
.product-images-sub .img-container-item img {
    height: 6vw;
    width: 100%
}
}

@media (max-width:576px) {
.product-images-main .img-container-item img {
    height: 75vw
}
.product-images-sub .img-container-item img {
    height: 20vw
}
}

.cart-detail-page .enable-arrow [data-toggle=collapse].collapsed:after {
top: 13px
}

.card-detail-page accordion-heading.enable-arrow [data-toggle=collapse]:after {
top: 18px
}

.cart-modal-card .card-body {
height: 230px
}

.cart-modal-card .img-container-modal {
height: 370px
}

.cart-modal-card .img-container-modal img {
object-fit: cover;
height: 100%
}

.cart-addon-card .enable-arrow [data-toggle=collapse].collapsed:after {
top: 12px
}

.cart-addon-card .enable-arrow [data-toggle=collapse]:after {
top: 16px
}

@media (max-width:576px) {
.cart-modal-card .card-body {
    max-height: 150px;
    height: 100%
}
.cart-modal-card .img-container-modal {
    height: 280px
}
}

.cart-item .item-img img {
width: 65px;
object-fit: cover;
height: 65px;
}

.item-table .cart-img,
.view-list-modal .cart-img {
width: 95px;
height: 95px;
object-fit: cover;
border: 1px solid #ececec;
}

.item-table .card-body,
.item-table table tr td .td-wrap {
padding-top: 0 !important
}

.item-table table tbody tr td {
padding-top: 16px !important;
padding-bottom: 16px !important
}

.checkout-final-section {
background-color: #f7f7f7;
padding: 1.25rem
}

@media (min-width:992px) {
.tipping-section .tip-slider .owl-stage-outer .owl-stage {
    display: block !important;
}
.tipping-section .tip-slider.owl-drag .owl-item {
    width: 48% !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}
.tipping-section .tip-slider.owl-drag .owl-item:nth-child(even) {
    margin-right: 0px !important;
}
.tipping-section .tip-slider .owl-stage-outer .owl-stage,
.tipping-section .owl-stage-outer {
    width: 100% !important;
}
}

@media (max-width:700px) {
.tipping-section .owl-stage-outer {
    width: 106% !important;
}
}

.tipping-section .tip-slider .item {
padding: 0 !important
}

.tipping-section .btn-outline-secondary {
background-color: #fff;
border: 1px solid #ced4da
}

.tipping-section p {
font-size: 14px
}

.tipping-section .btn-outline-secondary:hover {
color: #fff;
background-color: var(--secondary);
border-color: var(--secondary)
}

.checkout-final-section .total-area h4 {
font-weight: 600;
font-size: 24px
}

.checkout-btn-section .btn {
height: 50px
}

.checkout-btn-section .btn-outline-secondary {
line-height: 2.2
}

.checkout-btn-section .btn-transparent:hover {
text-decoration: underline;
color: #f5073f
}

.checkout-final-section .label-lg,
.promo-code-group label {
font-size: 18px
}

.promo-code-group.success .form-control[readonly] {
background-color: #d5ffd8;
opacity: 1;
color: #28bf2e;
font-weight: 700;
border-color: transparent
}

.promo-code-group.error .form-control[readonly] {
background-color: #ffdada;
opacity: 1;
color: red;
font-weight: 700;
border-color: #ffdada
}

.general-modal .modal-header {
background-color: #e2e6ea
}

.general-modal .modal-header .close {
top: 31px !important
}

.general-modal .login-group .btn {
padding: 10px
}

.general-modal .modal-full-btn .btn-area {
padding: 32px;
border-bottom: 1px solid #dee2e6
}

.general-modal .modal-full-btn:last-child .btn-area {
border-bottom: unset
}

.general-modal .modal-body a:hover {
text-decoration: unset;
color: unset
}

.general-modal .modal-body .link-title {
font-size: 16px;
font-weight: 600
}

.address-label-sec .font-size-small {
font-size: 15px;
max-width: 450px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}

.general-modal .modal-footer .btn {
padding: 10px
}

.general-modal .form-group {
margin-bottom: 22px
}

.general-modal .form-group:last-child {
margin-bottom: 0px;
}

.general-modal .modal-body .form-control, .page-section-profile .form-control {
height: 46px;
padding: 10px 16px;
}

.general-modal form label {
font-size: 14px;
font-weight: 600;
}

.general-modal .custom-checkbox {
height: 16px;
width: 16px;
margin: 0
}

.general-modal .custom-checkbox:checked {
background: var(--primary-theme-color)
}

.address-select-body .address-btn .modal-full-btn {
border-bottom: 1px solid #dee2e6
}

.address-select-body .address-btn:last-child .modal-full-btn {
border-bottom: unset
}

.redirect-card .btn {
padding: 12px
}

.promo-code-group {
display: flex
}

.errorMessageArea label,
.tipping-section .form-group label {
font-size: 12.5px
}

.mini-notifications .notification p {
font-size: 12px
}

.mini-notifications .notification .dot {
height: 7px;
width: 7px;
background-color: var(--primary-theme-color);
border-radius: 50%;
display: inline-block
}

.mini-notifications .cart-footer {
display: none;
}

.mini-notifications .cart-items {
height: calc(100vh - 90px) !important;
}

@media (max-width:768px){
.mini-notifications .cart-items {
    height: calc(100vh - 100px) !important;
}
}

@media (max-width:576px){
.mini-notifications .cart-items {
    height: calc(100vh - 190px) !important;
}
}

.dot {
height: 8px;
width: 8px;
border-radius: 50%;
display: inline-block
}

.status-label.completed .dot {
background-color: #69d96d
}

.status-label.placed .dot {
background-color: #eb9e1b
}

.status-label.rejected .dot {
background-color: #f13535
}

.status-label {
font-size: 15px;
font-weight: 600
}

.status-label.completed {
color: #69d96d
}

.status-label.placed {
color: #eb9e1b
}

.status-label.rejected {
color: #f13535
}

.success-msg-area {
max-width: 850px
}

.success-msg-area h1 {
font-size: 44px;
font-weight: 700
}

.success-msg-area h5 {
font-size: 16px;
font-weight: unset
}

.success-msg-area .msg-border {
border: 1px solid #dee2e6
}

.banner-area-home {
padding-top: 50px
}

.track-order-banner {
height: 100%;
margin: 0
}

.track-order-banner .btn-section .btn {
width: 160px;
height: 50px;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center
}

.track-order-banner .banner-img img {
width: 220px;
height: 100%
}

@media (max-width:576px) {
.navbar-brand {
    height: 45px !important
}
.mini-cart .item-img {
    width: 20%
}
.mini-cart .item-detail {
    width: 80%
}
.cart-item .item-img img {
    width: 62px;
    height: 62px;
}
.mini-cart .cart-items {
    padding-right: 10px
}
.first-section-utlity .border-right {
    border: unset !important
}
.navbar-main .first-section-utlity .dropdown .dropdown-toggle {
    width: 125px !important
}
.time-dropmenu {
    left: -120px
}
.navbar-main .first-section-utlity .dropdown-toggle:after {
    left: 95px !important;
}
.navbar-main .location-picker-mini .dropdown-toggle .link-text {
    max-width: 83% !important;
}
.fa,
.fas {
    font-size: 14px
}
.cart-main-actions {
    flex-direction: column-reverse;
    margin-bottom: 26px
}
.cart-total {
    margin-bottom: 18px
}
.cart-main-actions .ml-2 {
    margin-left: 0 !important;
    margin-bottom: 12px
}
.mini-cart {
    padding: 24px 16px 24px 24px
}
/*.mini-cart .cart-items {
    height: calc(100vh - 350px)
}*/
	.cart-main-actions .btn {
		height: 50px;
	}
	.banner-main {
		background-position: top;
		min-height: calc(100vh - 132px)
	}
	.navbar-nav .address-section {
		width: 164px
	}
	.success-msg-area .msg-border {
		border: unset
	}
	.od-list li {
		font-size: 16px
	}
	.purchases-page .od-list .btn-wraper .btn {
		width: 100%;
		margin-top: 14px;
		height: 50px
	}
	.general-modal .modal-body .link-title {
		font-size: 15px
	}
	.address-label-sec .font-size-small {
		max-width: 230px
	}
	.purchases-page .od-list .btn-wraper a.btn {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.success-msg-area .msg-border .msg-content {
		border: 1px solid #dee2e6
	}
	.track-order-banner .banner-img img {
		width: 100%;
		height: 100%;
		object-fit: cover
	}
	.track-order-banner .btn-section .btn {
		width: 150px;
		height: 40px;
		font-size: 14px
	}
	.quick-cart-modal .form-inline,
	.quick-cart-modal .form-inline .form-group {
		width: 100%
	}
	.quick-cart-modal .cart-total,
	.quick-cart-modal .form-inline .form-group,
	.quick-cart-modal .qty-selector .input-group {
		display: flex;
		justify-content: space-between;
		align-items: baseline
	}
	.track-order-banner h4 {
		font-size: 20px
	}
	.track-order-banner .text-muted {
		font-size: 14px
	}
	.banner-main:after {
		background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), to(hsla(0, 21%, 100%, .5)))
	}
	.navbar-main .navbar-brand {
		max-width: 200px
	}
	.navbar-main .navbar-collapse {
		margin-top: 0;
		position: absolute;
		top: 78px;
		z-index: 999999;
		width: 100%;
		left: 0;
		background-color: #fff;
		-webkit-box-shadow: 0 6px 11px -3px rgba(0, 0, 0, .25);
		-moz-box-shadow: 0 6px 11px -3px rgba(0, 0, 0, .25);
		box-shadow: 0 6px 11px -3px rgba(0, 0, 0, .25)
	}
	.navbar-scrolled .navbar-collapse {
		top: 78px;
		z-index: 99999
	}
	.navbar-scrolled .navbar-collapse .hide-on-scroll {
		display: block
	}
	.navbar-main .mobile-comp {
		flex-direction: row-reverse
	}
	.navbar-main .navbar-collapse .nav-link {
		padding: 20px;
		font-size: 16px
	}
	.banner-main .banner-content h1 {
		font-size: 26px
	}
	.banner-main .banner-content p,
	.desc-text p,
	.left-text p {
		font-size: 16px
	}
	.page-section-home {
		padding-top: 50px;
		padding-bottom: 15px
	}
	.desc-text h3,
	.left-text h3 {
		font-size: 20px
	}

	.footer-links {
		display: flex;
		font-size: 14px;
        flex-direction: column;
	}
	.footer-links li {
        margin-bottom: 20px;
    }
    .footer-links:last-child li {
        margin-bottom: 0px;
    }

	.footer-links li a {
		padding: 0
	}
	.banner-location-set {
		display: flex;
		font-size: 14px
	}
	.banner-location-set label {
		height: unset;
		padding: 18px 85px 18px 54px
	}
	.change-pick {
		top: 4px
	}
	.banner-link a:after {
		line-height: .5
	}
	.anchor .anchor-link {
		padding: 8px 10px
	}
	.anchor .anchor-link:before {
		right: 10px;
		top: -3px
	}
	.map-wrapper {
		min-height: 320px
	}
	.modal.show .modal-dialog {
		margin: 0;
		max-width: unset
	}
	.modal-content {
		border-radius: unset;
		border: unset
	}
	.icon-on-form .btn {
		top: 6px
	}
	.mini-cart .cart-title .cart-toggle span {
		margin-top: -6px
	}
	.category-sidebar {
		width: 278px
	}
	.category-sidebar .cat-title {
		font-size: 13px
	}
	.category-sidebar .search-with-ico .form-control {
		font-size: 13px;
		padding-left: 14px;
		padding-top: 18px;
		padding-bottom: 18px
	}
	.product-content {
		height: 155px;
		max-height: unset
	}
	.cart-modal-card .card-text {
		font-size: 16px
	}
	.quick-cart-modal {
		padding-bottom: 8px;
		padding-top: 0
	}
	.cutom-accordian .ad-on-wrapper .card-body .ad-on-button .btn-sm {
		font-size: 12px !important
	}
	.quick-cart .modal-header {
		padding: 0
	}
	.quick-cart .cart-modal-card {
		padding-top: 74px
	}
	.quick-cart-modal {
		padding-top: 0 !important
	}
	.quick-cart-modal .page-title {
		font-size: 14px
	}
	.quick-cart-modal .accordion-heading {
		font-size: 14px
	}
	.quick-cart-modal .select-indicator {
		font-size: 12px
	}
	.quick-cart-modal .form-inline,
	.quick-cart-modal .form-inline .form-group {
		width: 100%
	}
	.quick-cart-modal .form-inline .form-group {
		margin-bottom: 24px
	}
	.quick-cart-modal .form-inline .form-group select {
		width: 200px;
		height: 50px
	}
	.quick-cart-modal .qty-selector .input-qty .d-flex {
		height: 50px
	}
	.quick-cart-modal .cart-total,
	.quick-cart-modal .form-inline .form-group,
	.quick-cart-modal .qty-selector .input-group {
		display: flex;
		justify-content: space-between;
		align-items: baseline
	}
	.quick-cart-modal .form-inline .form-group label,
	.quick-cart-modal .page-title,
	.quick-cart-modal .qty-selector .input-group label {
		font-size: 18px;
		font-weight: 600 !important
	}
	.quick-cart-modal .title-inline .qty-selector .btn {
		width: 40px;
		font-size: 20px
	}
	.quick-cart-modal .title-inline .form-control-sm {
		width: 40px;
		height: 40px
	}
	.item-count-checkout,
	.quick-cart-modal .cart-total span {
		font-size: 18px
	}
	.quick-cart-modal .cart-total .btn {
		width: 180px;
		height: 50px;
		font-size: 15px
	}
	.quick-cart-modal .cutom-accordian {
		border-bottom: 1px solid #e2e2e2;
		margin-bottom: 24px;
		padding-bottom: 12px
	}
	.quick-cart-modal .cart-total {
		margin-top: 0;
		margin-bottom: 48px
	}
	.quick-cart-modal .cart-total span {
		font-size: 18px
	}
	.cart-detail-page .cutom-accordian {
		border-bottom: unset;
		margin-bottom: 0
	}
	.cart-detail-page {
		border-bottom: 1px solid #e2e2e2
	}
	.item-details .card-body .card-text,
	.item-details .card-body .multi-collapse p {
		font-size: 13px
	}
	.item-details .card-body .small {
		font-size: 12px
	}
	.checkout-info .btn {
		margin-top: 0
	}
	.checkout-btn-section .btn-transparent {
		font-size: 14px;
		margin-top: 12px
	}
	.checkout-final-section .card-body {
		display: flex;
		flex-direction: column
	}
	#locationModal .general-modal,
	#paymentModal .general-modal,
	.success-modal .modal-dialog {
		margin: .5rem !important;
		max-width: 650px !important
	}
	#locationModal .modal-content,
	#paymentModal .modal-content,
	.success-modal .modal-content {
		border-radius: 1rem;
		border: 1px solid rgba(0, 0, 0, .2)
	}
	#locationModal .modal-header .modal-title,
	#paymentModal .modal-header .modal-title {
		font-size: 15px
	}
	#locationModal .general-modal .modal-header .close,
	#paymentModal .general-modal .modal-header .close {
		top: 28px !important
	}
	.success-modal .close {
		opacity: 1;
		color: #fff
	}
	.success-modal .modal-footer .btn {
		min-height: 45px;
		font-size: 14px
	}
	.success-modal .modal-body {
		font-size: 14px
	}
	.success-msg-area .font-weight-normal {
		font-size: 14px
	}
	.success-msg-area .btn {
		height: 45px;
		font-size: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: .5rem;
		margin-right: 0 !important
	}
	.item-table .cart-img {
		height: 92px;
		width: 92px
	}
	.item-table .table-body-checkout .card-horizontal {
		margin-bottom: 16px
	}
	.item-table .table-body-checkout .total-field {
		display: flex;
		font-weight: 600;
		align-items: flex-end;
		font-size: 16px
	}
	.item-table .table-body-checkout .td-buttons .btn {
		width: 35px;
		height: 35px
	}
	.item-table .table-body-checkout .td-buttons .btn img {
		height: 14px
	}
	.checkout-btn-section .btn-outline-secondary {
		width: 100%
	}
	.checkout-btn-section {
		flex-direction: column-reverse
	}
	.checkout-btn-section .col-12 {
		text-align: center
	}
	.item-list-purchases {
		max-height: 420px
	}
	.view-list-modal .repeat-order-secion {
		height: 50px
	}
	.view-list-modal .modal-body {
		padding-bottom: 64px
	}
	#snackbar {
		width: 92vw !important
	}
	.snack-error .font-size-large {
		color: red
	}
	.dropdown-menu-arrow {
		left: 98% !important
	}
}

#snackbar {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
	display: none;
	width: 560px;
	background-color: #fff;
	color: #2b2b2b;
	text-align: center;
	border-radius: 6px;
	position: fixed;
	z-index: 99999;
	left: 0;
	bottom: 45px;
	margin: 0 auto;
	right: 0;
}

#snackbar.show {
	display:block;
	-webkit-animation: bounceIn .5s, fadeOut .5s 5.0s;
	animation: bounceIn .5s, fadeOut .5s 5.0s
}

#snackbar .close {
	font-size: 32px !important;
	font-weight: 400 !important;
}



.snack-icon-section {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1rem 0 0 1rem
}

.snack-error {
	border: 1px solid red;
}

.snack-error .snack-icon-section .img-container svg {
	fill: red;
}

.snack-error .font-size-large {
	color: red;
}

.snack-error .cart-toggle .nav-link:hover svg path {
	stroke: red;
}

.snack-success {
	border: 1px solid var(--green);
}

.snack-success .font-size-large {
	color: var(--green);
}

.snack-success .snack-icon-section .img-container svg {
	fill: var(--green);
}

.snack-success .cart-toggle .nav-link:hover svg path {
	stroke: var(--green);
}

@-webkit-keyframes fadein {
	from {
		bottom: 0;
		opacity: 0
	}
	to {
		bottom: 30px;
		opacity: 1
	}
}

@keyframes fadein {
	from {
		bottom: 0;
		opacity: 0
	}
	to {
		bottom: 30px;
		opacity: 1
	}
}

@-webkit-keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1
	}
	to {
		bottom: 0;
		opacity: 0
	}
}

@keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1
	}
	to {
		bottom: 0;
		opacity: 0
	}
}

.link-icon {
	width: 35px;
	display: flex;
	align-items: center
}

.navbar-main {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	height: 160px;
	background: #fff;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.checkout-page .navbar-main {
	height: 90px
}

.navbar-main hr {
	margin-bottom: 0
}

.navbar-main .main-logo-container {
	width: 200px
}

.navbar-main .nav-2 {
	width: calc(100% - 480px)
}

.navbar-main .nav-3 {
	width: 317px
}

.nav-cart .btn,
.nav-item .dropdown .btn,
.side-nav-btn {
	padding: 8px 14px
}

.nav-item .dropdown-menu {
	min-width: 9rem;
	z-index: 999999;
	min-width: 9rem;
	z-index: 999999;
}
.nav-item .dropdown-toggle {
	font-size: 15px !important;
	height: 43px;
	padding-right: 28px !important;
}

.nav-item .dropdown-toggle:after {
	font-size: 16px;
    position: absolute;
    top: 20px;
    right: 10px;
}
.nav-item .dropdown-toggle {
	font-size: 15px !important;
	height: 43px;
	padding-right: 28px !important;
}

.nav-item .dropdown-toggle:after {
	font-size: 16px;
	position: absolute;
	top: 20px;
	right: 10px;
}

.nav-item .dropdown-toggle .fas {
	font-size: 14px
}
.nav-item .dropdown-toggle .fas {
	font-size: 14px
}

.nav-cart .btn {
	color: #fff
}

.nav-cart .fas {
	font-size: 18px
}

.nav-cart .outline-left {
	border-left: 2px solid #fff;
	font-size: 18px
}

.nav-cart:hover .outline-left {
	border-color: var(--primary-theme-color)
}

.navbar-main .fas {
	font-size: 18px
}

.navbar-main .location-picker-mini .btn-light {
	background-color: #f7f7f7;
	border-color: #eaeaea
}

.navbar-main .location-picker-mini .dropdown-toggle .link-text {
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 60%;
}

.navbar-main .first-section-utlity .dropdown .dropdown-toggle {
	width: 165px
}

.navbar-main .first-section-utlity .dropdown-toggle:after {
	position: absolute;
	left: 140px
}

.navbar-main .second-section-utility .icon-location,
.store-area-checkout .icon-location,
.icon-contact {
	height: 44px;
	width: 44px;
	background: var(--primary-theme-color);
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--primary-theme-color)
}

.store-area-checkout .icon-location {
	height: 35px;
	width: 35px
}

.store-area-checkout {
	padding: 10px 13px
}

.navbar-main .second-section-utility .icon-location i,
.store-area-checkout .icon-location i,
.icon-contact i {
	color: #fff
}

.second-section-utility .dropdown-menu {
	min-width: 20rem;
	padding: .5rem 0;
	margin: -2px 0 0;
	font-size: .875rem;
	color: #212529;
	right: 0;
	left: auto
}

.second-section-utility .bg-light {
	height: 190px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 5px
}

.bg-light .icon-container,
.out-of-stock-modal .modal-body .icon-container {
	width: 75px;
	height: 75px;
	border-radius: 500px;
	border: 1px solid #b5b5b5;
	display: flex;
	align-items: center;
	justify-content: center
}

.bg-light .icon-container .far,
.bg-light .icon-container .fas {
	font-size: 24px;
	color: #868686
}

.bg-light .icon-container .far,
.time-picker-mini .bg-light .icon-container .fas,
.modal-body .icon-container .fas {
	font-size: 34px
}

.second-section-utility .buttons-store {
	display: flex;
	justify-content: space-between;
	align-items: flex-end
}

.second-section-utility .bg-light h6 {
	line-height: 20px;
	margin-bottom: 0
}

.second-section-utility .buttons-store .btn-outline-secondary {
	width: 125px
}

.second-section-utility .buttons-store .btn-primary {
	width: 150px
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: .1s
}

.sidenav a {
	padding: 12px 8px 12px 16px;
	text-decoration: none;
	font-size: 14px;
	color: #2b2b2b;
	display: block;
	transition: .3s;
	font-weight: 600
}

.sidenav a:hover {
	color: #2b2b2b
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 36px;
	margin-left: 50px
}

@media screen and (max-height:450px) {
	.sidenav a {
		font-size: 18px
	}
}

.location-picker-mini .dropdown-menu {
	min-width: 13rem
}

.time-picker-mini .dropdown-menu {
	min-width: 21rem
}

.dropdown-mode .nav-link,
.user-dropdown .nav-link {
	padding: 1rem
}

.nav-link.active {
	color: var(--primary-theme-color);
	background: #f3f3f3
}

.nav-link:hover {
	background: #f3f3f3;
	color: #2b2b2b
}

.link-indicator .icon-container .fas {
	font-size: 22px !important
}

.link-indicator .icon-container {
	width: 32px;
	display: flex
}

.link-text {
	font-size: 16px;
	font-weight: 600
}

@media (max-width:992px) {
	.navbar-nav {
		flex-direction: row-reverse
	}
	.nav-container {
		margin: 0 32px
	}
	.navbar-main .navbar-brand {
		max-width: 160px
	}
	.navbar-main .nav-container-1 {
		height: 60px !important
	}
	.navbar-main .fas {
		font-size: 16px
	}
	.navbar-main .second-section-utility .icon-location {
		height: 35px;
		width: 35px
	}
	.nav-cart .btn,
	.nav-item .dropdown .btn,
	.side-nav-btn {
		padding: 6px 14px !important
	}
	.location-drop .bg-light .icon-container,
	.modal-body .icon-container {
		width: 35px;
		height: 35px;
		border-color: var(--primary-theme-color)
	}
	.bg-light .icon-container .fas {
		font-size: 16px;
		color: var(--primary-theme-color)
	}
    .second-section-utility .primary-theme-color {
		font-size: 16px
	}
}

@media (max-width:768px) {
	.navbar-main {
		padding: unset !important
	}
	.navbar-main .main-logo-container {
		max-width: 130px
	}
	.navbar-main .nav-3 {
		width: unset
	}
	.nav-container {
		margin: 0 15px
	}
	.modal-footer .button-row {
		flex-direction: column;
	}
	.dropdown-menu-arrow {
		left: 99% !important;
	}
	.nav-container.nav-container-1, .nav-container.nav-container-2 {
		width: 100%;
	}
	.navbar-main .second-section-utility .icon-location {
		margin-right: 0px !important;
	}
}

.nav-pills .nav-link {
	color: #212529;
	background-color: #f8f9fa;
	border: 1px solid #dae0e5
}

.form-check-pickup {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 6px;
	cursor : pointer;
}

.form-check-pickup .form-check-input {
	position: relative;
	margin: unset !important
}

.form-check-pickup .form-check-label .icon-container {
	width: 50px;
	font-size: 18px
}

.form-check-pickup .form-check-label .label-container {
	font-weight: 600
}

.form-check-pickup .form-check-input {
	width: 16px;
	height: 16px
}

.product-list-modal .bg-light .icon-container .fas {
	font-size: 32px
}

.product-list-modal .icon-container {
	width: 100px;
	height: 100px
}

.popover {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
	border-radius: 6px;
	border: unset
}

.popover .popover-header {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	height: 45px
}

.popover .popover-body {
	font-size: 14px;
	height: 75px;
	display: flex;
	align-items: center
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
	border-bottom-color: #f7f7f7
}

.store-area-checkout .nav-link:hover {
	background-color: unset
}

.checkout-tabs .nav-item,
.store-area-checkout {
	height: 60px
}

.dropdown-menu-arrow {
	top: -33px;
	left: 44%;
	width: 0;
	height: 0;
	position: relative
}

.dropdown-menu-arrow:after,
.dropdown-menu-arrow:before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-width: 7px 8px;
	border-style: solid;
	border-color: transparent;
	z-index: 1001
}

.dropdown-menu-arrow:after {
	bottom: -18px;
	right: -8px;
	border-bottom-color: #fff
}

.dropdown-menu-arrow:before {
	bottom: -17px;
	right: -8px;
	border-bottom-color: rgba(0, 0, 0, .15)
}

.overlay-start.show,
.sidenav-overlay.show {
	position: absolute;
	background: #000000b0;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0
}

.second-section-utility .dropdown {
	z-index: 99999
}

.sidenav {
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.sidenav .sidenav-content {
	padding-top: 56px
}

.sidenav .sidenav-content .link-text {
	width: 214px
}

.sidenav .sidenav-header {
	height: 124px;
	background: #f8f9fa;
	border-bottom: 1px solid #dae0e5
}

.sidenav .sidenav-header .text-container h4 {
	font-size: 18px !important;
}

.sidenav .sidenav-footer {
	height: 50px
}

.sidenav .sidenav-body {
	height: calc(100% - 174px)
}

.sidenav .sidenav-body .guest-links {
	height: 65px;
	border-bottom: 1px solid #dae0e5
}

.sidenav .sidenav-body .main-links {
	height: calc(100% - 97px)
}

.mini-cart .unit-price {
	font-size: 14px;
	color: #000;
	font-weight: 500
}

.item-note-container {
	margin-bottom: 18px;
}

.item-note-container .note-label {
	background: var(--primary-theme-color);
	color: #fff;
	padding: 2px 4px;
	font-size: 12px;
	border-radius: 2px;
	font-weight: 600;
	margin-right:6px;
}

.item-note-container span {
	font-size: 14px;
	color: #545454;
}

.second-section-utility .dropdown {
	z-index: 99999
}

.navbar-brand {
	height: 60px
}

.clickable-card-anchor {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}


/* iOS Bookmark Banner */

#iosBookmark .modal-dialog {
	position: absolute;
	bottom: 100px;
}

#iosBookmark svg path:first-child {
	fill: var(--primary-theme-color);
}

#iosBookmark svg path:last-child {
	stroke: var(--primary-theme-color);
}

#iosBookmark .dropdown-menu-arrow {
	top: 21px;
	left: 50% !important;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	transform: rotate(180deg) scaleX(-1);
}

#iosBookmark .dropdown-menu-arrow:before,
#iosBookmark .dropdown-menu-arrow:after {
	border-width: 20px 15px;
	transform: rotate(180deg) scaleX(-1);
}

#iosBookmark .dropdown-menu-arrow:before {
	border-bottom-color: transparent;
}


/* Add Cart - Quick Cart Changes */

.quick-cart .cutom-accordian .card-header {
	padding: 16px;
	align-items: center;
	min-height: 78px;
}

.quick-cart .cutom-accordian .card-header .small,
.quick-cart .item-note .small {
	font-size: 14px;
}

.quick-cart .cutom-accordian .title-indicator {
	width: 75%;
}

.quick-cart .cutom-accordian .select-indicator {
	width: 20%;
	text-align: right;
}

.quick-cart .footer-area .btn {
	height: 50px;
}

.quick-cart .footer-area .btn-primary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 16px;
	padding-right: 16px;
}

.quick-cart .modal-body {
	max-height: 615px;
}

.quick-cart .modal-body .details-area {
	max-height: 530px;
	min-height: 530px;
	overflow-y: auto;
	padding: 45px 24px 0px;
	z-index: -999;
}

.quick-cart .modal-body .footer-area {
	height: 86px;
	border-radius: 0px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 2px 6px rgba(0, 0, 0, 0.3);
	z-index: 9999;
	padding: 18px 24px;
}

.quick-cart .details-area .close.custom {
	right: 24px;
	top: 8px;
}

.quick-cart .details-area .card-text {
	color: #6c757d;
}

.quick-cart .details-area .page-title {
	font-size: 16px;
	font-weight: 600;
}

.quick-cart .details-area .size-row,
.quick-cart .details-area .quantity-row {
	margin-bottom: 1rem;
	margin-left: 0px;
	margin-right: 0px;
}

.quick-cart .details-area .custom-select {
	height: 42px;
	width: 225px;
}

.quick-cart .footer-area .input-qty .fas {
	font-size: 12px;
}

.quick-cart .footer-area .input-qty .btn {
	min-width: 45px;
}

.quick-cart .footer-area .input-qty .form-control,
.mobile-qty-cart .input-qty .form-control {
	width: 85px;
	background: unset !important;
	border: 1px solid #e2e2e2;
	font-size: 17px;
}

.quick-cart .details-area .add-on-section .add-on-item {
	margin-bottom: 1rem;
}

.quick-cart .details-area .add-on-section .form-check-input {
	width: 18px;
	height: 18px;
	margin-right: 14px;
}

.quick-cart .enable-arrow [data-toggle=collapse].collapsed:after {
	top: 32px;
}

.quick-cart .enable-arrow [data-toggle=collapse]:after {
	top: 38px;
	position: unset;
}

.quick-cart .details-area .item-note-textarea {
	min-height: 130px;
	border-color: #ced4da;
	color: var(--gray);
}

.quick-cart .details-area .item-note-textarea:focus {
	background-color: white;
	color: #2b2b2b;
	border: 1px solid var(--primary-theme-color);
}

.quick-cart .cutom-accordian .card:last-child {
	margin-bottom: 24px;
}

@media (max-width:768px) {
	.details-page-container-row, .featured-product-details .cart-wrapper, .product-details-wrapper {
		margin: 0px !important;
	}
	.product-details-wrapper .quick-cart .details-area {
		min-height: unset !important;
		padding-top: 24px;
	}
	.product-details-wrapper .quick-cart .footer-area {
		height: unset !important;
		padding-bottom: 24px;
		padding-top: 1rem;
	}
	.quick-cart .modal-body {
		max-height: unset !important;
	}
	.quick-cart .details-area .close.custom {
		position: fixed;
		color: #000000;
		font-size: 32px;
		text-shadow: 0 1px 0 #5a4545;
		opacity: 1;
		background: white;
		width: 45px;
		height: 45px;
		border-radius: 100px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
		right: 8px;
	}
}

@media (min-width:576px) and (max-width:767px){
	.quick-cart .modal-body .img-container-modal {
		height: 300px !important;
	}
}

@media (max-width:576px) {
	#locationModal .modal-footer {
		box-shadow: 0 3px 6px rgba(0,0,0,0.6), 0 3px 6px rgba(0,0,0,0.6);
	}
	.item-table .table-body-checkout .td-buttons .btn {
		padding: 0px;
	}
	.mobile-qty-cart .input-qty .btn {
		min-width: 50px;
		height: 50px;
	}
	.mobile-qty-cart .qty-label {
		font-size: 16px;
	}
	.mobile-qty-cart .input-qty .fas {
		font-size: 14px;
	}
	.quick-cart .details-area .add-on-section .add-on-item {
		margin: 1rem 0px !important;
	}
	.quick-cart .cutom-accordian .ad-on-wrapper .card-body {
		padding-top: 0px !important;
		padding-bottom: 0px!important;
	}
	.modal-content label {
		font-size: 15px !important;
	}
	.quick-cart {
		padding-right: 0px !important;
	}
	.quick-cart .img-container-modal {
		height: 250px !important;
	}
	.quick-cart .details-area .close.custom {
		position: fixed;
		color: #000000;
		font-size: 32px;
		text-shadow: 0 1px 0 #5a4545;
		opacity: 1;
		background: white;
		width: 45px;
		height: 45px;
		border-radius: 100px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
		right: 8px;
	}
	.quick-cart .modal-body {
		max-height: unset !important;
	}
	.quick-cart .modal-body .details-area {
		max-height: unset !important;
		min-height: unset !important;
		overflow-y: unset !important;
	}
	.quick-cart .modal-body .details-area {
		padding: 24px 16px;
		margin-bottom: 115px;
	}
	.quick-cart .footer-area .input-qty .fas {
		font-size: 16px;
	}
	.quick-cart .footer-area {
		position: fixed;
		width: 100%;
		background: white;
		height: 115px !important;
		bottom: 0;
		padding: 24px 16px;
		align-items: flex-start;
	}
	.quick-cart .animate__animated.animate__faster {
		animation-duration: 200ms;
	}
	.quick-cart .cutom-accordian .title-indicator {
		width: 60%;
	}
	.quick-cart .cutom-accordian .select-indicator {
		width: 35%;
	}
	#snackbar {
		top: 0;
		bottom: unset;
		margin: 14px auto;
	}
	.product-details-wrapper .quick-cart .footer-area {
		position: relative;
	}
	.product-details-wrapper .quick-cart .details-area {
		min-height: unset !important;
		padding-top: 24px;
	}
	.product-details-wrapper .quick-cart .footer-area {
		height: unset !important;
		padding-bottom: 24px;
		padding-top: 1rem;
	}
	.product-details-wrapper .quick-cart .details-area .quantity-row {
		margin-bottom: 0px !important;
		padding: 1rem 0px;
	}
	.contact-wrapper .title-row {
		flex-direction: column;
	}
	.about-us-wrapper .content-wrapper .about-item .col-md-6 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.about-us-wrapper .content-wrapper .about-item .img-container {
		margin-bottom: 2rem !important;
	}
	.about-us-wrapper .about-item {
		margin-bottom: 1rem !important;
	}
	.about-us-wrapper .about-item:nth-child(even) {
		flex-direction: column-reverse;
	}
	.about-us-wrapper .about-item:nth-child(even) .img-container {
		margin-top: 0rem !important;
		margin-bottom: 2rem !important;
	}

	#locationModal .modal-body {
        max-height: 353px;
        overflow-y: auto;
    }

    #reorderPurchaseModalId .modal-body {
        overflow-x: hidden !important;
        overflow-y: auto !important;
        padding-right: 0px !important;
    }

	.next-best-time-modal .modal-dialog,
	.out-of-stock-modal .modal-dialog {
		margin:.5rem !important;
	}
}


/* New label indication CSS */

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.label-warning {
	background-color: var(--primary-theme-color);
}

.label-success {
	background-color: var(--green);
}

.label-muted {
	background-color: #e2e6ea;
	color: var(--gray);
}


/* New product details page */

.product-details-wrapper .quick-cart .footer-area {
	height: 75px;
}

.product-details-wrapper .quick-cart .details-area {
	min-height: calc(100% - 75px);
}

.product-details-wrapper .quick-cart .footer-area {
	position: relative;
}


/* New Contact Us Page */

.main-banner-area-contact {
	padding: 4rem;
}

.branch-section p {
	max-width: 330px;
}

.branch-section .col-12 {
	padding-left: 0px;
}

.branch-section:last-child {
	padding-left: 0px;
}

.contact-wrapper .social-list {
	font-size: 20px;
	margin-bottom: 10px;
}

.about-us-wrapper .about-item img {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	height: 50vh;
	width: 100%;
	object-fit: cover;
}

.about-us-wrapper .about-item {
	margin-bottom: 3rem;
}

.about-us-wrapper .about-item p {
	text-align: justify;
	line-height: 28px;
}

.about-us-wrapper .about-item .border-bottom-title {
	border: 2px solid var(--primary-theme-color);
	width: 80px;
}

#registerModal label,
#loginModal label {
	font-weight: 600;
}
#addressSelectionModal .modal-body {
	max-height: 353px;
	overflow-y: auto;
}

#estimatedDeliveryTimesModal .modal-body {
	max-height: 653px;
	overflow-y: auto;
}


#locationModal .modal-body {
		max-height: 430px;
		overflow-y: auto;
}

#orderModelContainer .modal-body {
		overflow-y: auto !important;
}

#reorderPurchaseModalId .modal-body {
	max-height: 300px !important;
	overflow-y: auto;
	overflow-x: auto;
}

/* Next best time modal */
.icon-modal-time .icon-container {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #868686;
	font-size: 44px;
	background-color: #f7f7f7;
	border-radius: 100%;
}

.next-best-time-modal  .modal-sm {
	max-width: 405px;
}

.modal .modal-footer .btn {
	min-height: 50px !important;
}

.modal .modal-footer a.btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

#registerModal .btn-primary, #loginModal .btn-primary {
	min-height: 45px !important;
}


/* Menu Product Search and UI Fixes */
.category-set-wrapper {
	margin-top: 40px;
}

.category-set-wrapper.enable-arrow [data-toggle=collapse].collapsed:after {
	top: 10px !important;
}
.input-group .form-control {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.input-group .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-search input {
	height: 43px;
}

.input-group-search .btn {
	width: 50px;
}

/* Mini Banner - Home */
.home-mini-banner .banner-img {
	height: 150px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.home-mini-banner .btn-section .btn {
	height: 43px;
	display: flex;
	align-items: center;
	min-width: 150px;
	justify-content: center;
}

@media (max-width:992px){
	.home-mini-banner .banner-img {
		height: 100%;
	}
	.branch-section p {
		max-width: 230px;
	}

}

@media (max-width:768px){
	.branch-section p {
		max-width: unset;
	}
}

/* v2 Digital Menu Theme - Styles Start */
#digital-menu {
	padding-top: 100px;
}

#digital-menu .wrapper {
	min-height: calc(100vh - 156px);
}

#digital-menu .navbar-main {
    height: 100px;
}

#digital-menu .digital-menu-opener {
	display: none;
}

#digital-menu .nav-container{
	padding: 0px !important;
}

#digital-menu .nav-2, #digital-menu .nav-3 {
	display: none !important;
}

#digital-menu .page-filters {
	display: none;
}

#digital-menu .search-with-ico {
	display: none;
}

#digital-menu .category-sidebar .category-inner .page-title {
	margin-bottom: 30px !important;
}

#digital-menu .enable-arrow [data-toggle=collapse].collapsed:after {
	top: 8px;
}

#digital-menu .category-sidebar .category-inner {
	top: 125px;
}

#digital-menu .page-breadcrumbs .mt-4 {
	margin-top: 26px !important;
	margin-bottom: 30px;
}

#digital-menu .digital-menu-theme-1 {
	flex: 0 0 50% !important;
	max-width: 50% !important;
	margin-bottom: 2rem;
	height: 180px;
}

#digital-menu .digital-menu-theme-1 .card-item {
	border: 1px solid #ced4da;
	border-bottom: 6px solid var(--primary-theme-color);
	border-radius: 6px;
	padding: 16px;
	flex-direction: row-reverse;
	padding: 0px !important;
}

#digital-menu .digital-menu-theme-1 .offer-tag {
	display: none;
}

#digital-menu .digital-menu-theme-1 .product-content {
	padding-left: 24px !important;
	padding-right: 24px !important;
	padding-bottom: 20px !important;
	padding-top: 20px !important;
	height: 100%;
	width: calc(100% - 200px);
	max-height: unset !important;
}

#digital-menu .digital-menu-theme-1 .line-through, #digital-menu .digital-menu-theme-1 .product-detail a {
	display: none;
}

#digital-menu .digital-menu-theme-1 .card-img-product {
	height: 100%;
	width: 200px;
}

#digital-menu .digital-menu-theme-1 .card-img-product img{
	border-radius: 0px 6px 0px 0px;
	height: 100% !important;
}

#digital-menu .digital-menu-theme-1 .price-icon-menu {
	height: 30px;
	width: 30px;
	background: var(--primary-theme-color);
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--primary-theme-color);
	color: white;
	margin-right: 8px;
}

#digital-menu .digital-menu-theme-1 .price-icon-menu i {
	font-size: 11px;
}

#digital-menu .digital-menu-theme-1 .card-footer p {
	color: var(--primary-theme-color);
	font-size: 22px !important;
}

#digital-menu .digital-menu-theme-1 .card-title {
	font-size: 22px !important;
}

#digital-menu .digital-menu-theme-1 .d-none {
	display: flex !important;
}

#digital-menu .digital-menu-theme-1 .product-description {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 45px;
	white-space: normal;
	font-size: 15px;
	color: #6c757d;
}

#digital-menu .digital-menu-theme-1 .product-detail {
	height: calc(100% - 35px);
}

#digital-menu .digital-menu-theme-1 .card-footer {
	height: 35px;
}

#digital-menu .digital-menu-theme-1 .default {
	display: none;
}

#digital-menu .digital-menu-theme-1 .btn-primary {
	position: absolute;
	right: 0;
	bottom: -1px;
	border-radius: 6px 0px 0px;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#digital-menu .digital-menu-theme-1 .btn-primary:hover, #digital-menu .digital-menu-theme-1 .btn-primary:focus {
	background-color: var(--primary-theme-color) !important;
	color: white !important;
}

#digital-menu .digital-menu-theme-1 .btn-primary .d-none {
	justify-content: center;
}

#digital-menu .digital-menu-theme-1 .card-img-product:after {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:inline-block;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

#digital-menu .digital-menu-theme-1 .card-title {
	margin-bottom:0.4rem !important;
}

#digital-menu .page-section-home, #digital-menu .category-listing > .col-12:first-child {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#digital-menu .footer {
	padding: 1rem 3rem;
}

#digital-menu .footer .col-md-3 {
	display: none;
}

#digital-menu .footer .col-md-9 {
	width: 100% !important;
	max-width: 100%;
	flex: 0 0 100%;
	padding: 0px;
}

#digital-menu .footer .col-md-9 .footer-links {
	text-align: center;
	margin: 0px;
}

#digital-menu .footer li, #digital-menu .footer small {
	margin: 0px;
}

@media (max-width: 1530px) and (min-width: 768px) {
	#digital-menu .digital-menu-theme-1 .card-footer .btn {
		width: unset !important;
	}
}

@media (max-width:1530px) and (min-width:768px) {
	#digital-menu .digital-menu-theme-1 .card-img-product {
		width: 152px;
	}
	#digital-menu .digital-menu-theme-1 .product-content {
		width: calc(100% - 152px);
	}
}

@media (max-width: 1400px) and (min-width:576px){
	#digital-menu .banner-content, .banner-link, .nav-container, .page-section-home {
		width: calc(100% - 50px);
	}
}

@media (min-width: 1200px) {
	#digital-menu .category-listing {
		padding-left: 32px;
	}
}

@media (max-width: 1199px){
	#digital-menu .digital-menu-opener {
		display: block;
	}
	#digital-menu .category-sidebar {
		padding-left: 2rem !important;
		width: 330px;
	}
}

@media (max-width:768px){
	#digital-menu .digital-menu-theme-1 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	#digital-menu .digital-menu-theme-1 .card-img-product {
		height: 100% !important;
	}
	#digital-menu .digital-menu-theme-1 .product-detail {
		height: calc(100% - 35px) !important;
	}
	#digital-menu .digital-menu-theme-1 .card-footer {
		height: 35px !important;
	}
}

@media (max-width:576px){
    #orderModelContainer .modal-body {
    		overflow-y: auto !important;
    }
	#digital-menu .digital-menu-theme-1 .card-img-product {
		width: 127px;
	}
	#digital-menu .wrapper {
		min-height: calc(100vh - 164px);
	}
	#digital-menu .footer {
		padding: 1.5rem 1rem;
	}
	#digital-menu .digital-menu-theme-1 .product-content {
		width: calc(100% - 127px);
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	#digital-menu .digital-menu-theme-1 .card-title {
		font-size: 18px !important;
		overflow: unset;
		text-overflow: unset;
		white-space: unset;
	}
	#digital-menu .digital-menu-theme-1 .product-description {
		font-size: 14px !important;
	}
	#digital-menu .page-section-home, #digital-menu .category-listing > .col-12:first-child {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	#digital-menu .page-breadcrumbs .col-12, #digital-menu .digital-menu-theme-1  {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	#digital-menu .page-breadcrumbs .mt-4, #digital-menu .digital-menu-theme-1 {
		margin-bottom: 26px;
	}
	#digital-menu .page-breadcrumbs {
		font-size: 14px;
	}
	#digital-menu .category-sidebar {
		padding-left: 1rem !important;
		max-height: 100vh;
		overflow-y: auto;
		padding-bottom: 0px;
	}
	#digital-menu .category-sidebar .category-inner {
		position: unset !important;
	}
	#digital-menu .category-sidebar .cat-title {
		font-size: 16px !important;
	}
	#digital-menu .category-sidebar .category-set-wrapper {
		max-height: unset !important;
	}
	#digital-menu .digital-menu-theme-1 .card-footer .btn i,
	#digital-menu .digital-menu-theme-1 .card-footer .btn {
		font-size: 14px !important;
	}
	#digital-menu .digital-menu-theme-1 .card-footer .btn i {
		margin-left: 8px !important;
	}
	#digital-menu .digital-menu-theme-1 .card-footer .btn {
		width: 127px !important;
		padding: 0px !important;
	}
	#digital-menu .digital-menu-theme-1 .card-footer p {
		font-size: 18px !important;
	}
}

@media (max-width:360px){
	#digital-menu .category-sidebar {
		width: 260px;
	}
}

/* v2 Digital Menu Theme - Styles End */


/* Choose delivery location - CSS Fixes */

#address_label_area .input-group .form-control {
	border-radius: 0px 6px 6px 0px !important;
}
#address_label_area .input-group .input-group-text {
	border-radius: 6px 0px 0px 6px;
}

/* 404 and 500 page styles */
.wrapper-without-utility, .wrapper-without-utility .page-section-home {
	min-height: calc(100vh - 95px) !important;
  }

  .wrapper-for-error .page-section-home {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 3rem;
}

#_400-page-graphic text, #_500-page-graphic text, #_500-page-graphic #Group_45 path {
	fill: var(--primary-theme-color);
}

#_400-page-graphic #Group_25 path,  #_400-page-graphic #Ellipse_5, #_400-page-graphic #Group_29 path, #_400-page-graphic #Group_31 path {
	stroke: var(--primary-theme-color);
}

.wrapper-without-utility .page-section-home .main-container-404 {
	max-width: 900px;
}

.wrapper-without-utility .page-section-home .main-container-404 {
	max-width: 900px;
}

.main-container-404 .img-container-graphic h1 {
	font-size: 36px;
}

.main-container-404 .text-content {
	margin: 0 70px;
}

.main-container-404 .text-content h4 {
	line-height: 30px;
	font-size: 20px;
}

.main-container-404 .btn {
	height: 55px;
	width: 240px;
	font-size: 18px !important;
	margin-top: 24px;
}

@media (max-width: 576px){
	.wrapper-without-utility .main-container-404 svg {
		width: 80%;
		height: auto;
	}
	.main-container-404 .text-content {
		margin: 0px;
	}
	.main-container-404 .img-container-graphic h1 {
		font-size: 24px;
	}
	.main-container-404 .text-content h4 {
		line-height: 26px;
		font-size: 16px;
	}
	.main-container-404 .btn {
		width: 90%;
		font-size: 17px !important;
	}
}





/* Consumer Profile Styles Start */

@media (min-width:1200px){
	.page-section-profile, .page-section-search {
		width: 1170px;
	}
}

.profile-dropdown .user-text {
	max-width: 122px;
}

.profile-dropdown .dropdown-menu {
	min-width: 15rem;
	max-width: 15rem;
}
.profile-dropdown .dropdown-menu .nav-link {
	padding: 16px !important;
}

.profile-dropdown .dropdown-menu .nav-link:last-child:hover {
	border-radius: 0px 0px 6px 6px !important;
}

.profile-dropdown .dropdown-menu .nav-link .link-text {
	font-size: 14px;
}

.profile-dropdown .dropdown-menu .nav-link i {
	font-size: 16px;
}

.wrapper-alt {
	min-height: calc(100vh - 217px) !important;
}

.section-card {
	background: #ffffff;
	margin-bottom: 30px;
	padding: 0px;
	border: 1px solid #DEDEDE;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
}

.section-card .nav-tabs li {
	width: 100%;
	height: 62px;
}

.section-card .nav-tabs > li > a {
	text-transform: unset;
	display: flex;
	align-items: center;
	font-weight: 600;
	transition: all 0.2s ease 0s;
	padding: 20px;
}

.section-card .nav-tabs > li.active > a, .section-card .nav-tabs > li.active > a:hover {
	border:unset;
	color: var(--primary-theme-color);

	background-color: #F3F3F3;
}

.section-card .nav-tabs .fa {
	width: 40px;
	margin: 0px;
	font-size: 16px;
}

.tab-content-card {
	background: #ffffff;
	margin-bottom: 30px;
	padding: 30px;
	border: 1px solid #DEDEDE;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
}

.tab-content-card .mb-4 {
	margin-bottom: 32px !important;
}

.tab-content-card .form-group {
	margin-bottom: 24px;
}

#email-notifications .form-group:last-child {
	margin-bottom: 0px;
}


.tab-content-card  .header-row .btn {
	height: 43px;
}

.login-body__input-area {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.edit-btn-row {
	display: flex;
	justify-content: flex-end;
}

.page-section-profile .address-container{
	background-color: #fff;
	background-clip: padding-box;
	border: 2px solid #ced4da;
	padding: 16px;
	border-radius: 6px;
	min-height: 228px;
	margin-top: 1.5rem;
}

.page-section-profile .address-container .address-row {
	height: 165px;
}
.page-section-profile .address-container .address-row .font-weight-600{
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page-section-profile .address-container .action-row {
	height: calc(100% - 165px);
}

.page-section-profile .address-container.add {
	border-style: dashed;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-section-profile .address-container.add .fas {
	font-size: 48px;
}

/* Custom checkboxes */

.check-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 600;
}

.check-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #f8f9fa;
	border:1px solid #dae0e5;
}
/* 404 and 500 page styles */
.wrapper-without-utility, .wrapper-without-utility .page-section-home {
	min-height: calc(100vh - 95px) !important;
}

.wrapper-for-error .page-section-home {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 3rem;
}

#_400-page-graphic text, #_500-page-graphic text, #_500-page-graphic #Group_45 path {
	fill: var(--primary-theme-color);
}

#_400-page-graphic #Group_25 path,  #_400-page-graphic #Ellipse_5, #_400-page-graphic #Group_29 path, #_400-page-graphic #Group_31 path {
	stroke: var(--primary-theme-color);
}

.wrapper-without-utility .page-section-home .main-container-404 {
	max-width: 900px;
}

.wrapper-without-utility .page-section-home .main-container-404 {
	max-width: 900px;
}

.main-container-404 .img-container-graphic h1 {
	font-size: 36px;
}

.main-container-404 .text-content {
	margin: 0 70px;
}

.main-container-404 .text-content h4 {
	line-height: 30px;
	font-size: 20px;
}

.main-container-404 .btn {
	/*height: 55px;*/
	width: 240px;
	font-size: 18px !important;
	margin-top: 24px;
	padding: 10px;
}

  @media (max-width: 576px){
	.wrapper-without-utility .main-container-404 svg {
	  width: 80%;
	  height: auto;
	}
	.main-container-404 .text-content {
	  margin: 0px;
	}
	.main-container-404 .img-container-graphic h1 {
	  font-size: 24px;
	}
	.main-container-404 .text-content h4 {
	  line-height: 26px;
	  font-size: 16px;
	}
	.main-container-404 .btn {
	  width: 90%;
	  font-size: 17px !important;
	}
  }





/* Consumer Profile Styles Start */

@media (min-width:1200px){
	.page-section-profile, .page-section-search {
		width: 1170px;
	}
}

.profile-dropdown .user-text {
	max-width: 122px;
}

.profile-dropdown .dropdown-menu {
	min-width: 15rem;
	max-width: 15rem;
}
.profile-dropdown .dropdown-menu .nav-link {
	padding: 16px !important;
}

.profile-dropdown .dropdown-menu .nav-link:last-child:hover {
	border-radius: 0px 0px 6px 6px !important;
}

.profile-dropdown .dropdown-menu .nav-link .link-text {
	font-size: 14px;
}

.profile-dropdown .dropdown-menu .nav-link i {
	font-size: 16px;
}

.wrapper-alt {
	min-height: calc(100vh - 217px) !important;
}

.section-card {
	background: #ffffff;
    margin-bottom: 30px;
    padding: 0px;
    border: 1px solid #DEDEDE;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
}

.section-card .nav-tabs li {
    width: 100%;
    height: 62px;
}

.section-card .nav-tabs > li > a {
	text-transform: unset;
    display: flex;
    align-items: center;
	font-weight: 600;
	transition: all 0.2s ease 0s;
	padding: 20px;
}

.section-card .nav-tabs > li.active > a, .section-card .nav-tabs > li.active > a:hover {
    border:unset;
    color: var(--primary-theme-color);

    background-color: #F3F3F3;
}

.section-card .nav-tabs .fa {
    width: 40px;
    margin: 0px;
    font-size: 16px;
}

.tab-content-card {
    background: #ffffff;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #DEDEDE;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
}

.tab-content-card .mb-4 {
	margin-bottom: 32px !important;
}

.tab-content-card .form-group {
	margin-bottom: 24px;
}

#email-notifications .form-group:last-child {
	margin-bottom: 0px;
}


.tab-content-card  .header-row .btn {
	height: 43px;
}

.login-body__input-area {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.edit-btn-row {
    display: flex;
    justify-content: flex-end;
}

.page-section-profile .address-container{
	background-color: #fff;
    background-clip: padding-box;
	border: 2px solid #ced4da;
	padding: 16px;
	border-radius: 6px;
	min-height: 228px;
	margin-top: 1.5rem;
}

.page-section-profile .address-container .address-row {
	height: 165px;
}
.page-section-profile .address-container .address-row .font-weight-600{
	font-size: 18px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-section-profile .address-container .action-row {
	height: calc(100% - 165px);
}

.page-section-profile .address-container.add {
	border-style: dashed;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-section-profile .address-container.add .fas {
    font-size: 48px;
}

/* Custom checkboxes */

.check-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 600;
  }

  .check-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }

  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #f8f9fa;
	border:1px solid #dae0e5;
  }

  .check-container:hover input ~ .checkmark {
	background-color: #e2e6ea;
  }

  .check-container input:checked ~ .checkmark {
	background-color: var(--primary-theme-color);
	border: 1px solid var(--primary-theme-color);
  }

  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }

  .check-container input:checked ~ .checkmark:after {
	display: block;
  }

  .check-container .checkmark:after {
	left: 6px;
    top: 1px;
    width: 7px;
    height: 14px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }

  .page-section-profile #change-password .btn, .page-section-profile #account-deactivation .btn {
	  width: 185px;
	  height: 43px;
  }

  .page-section-profile .header-row .action-btn-row {
	  display: flex;
  }

#accountDeactivation .error-row {
	border-radius:6px;
	padding: 22px;
	border:1px solid red;
	margin:0px;
	background-color: rgba(244, 67, 54, 0.05);
	color:red;
	font-weight: 600;
	font-size: 14px;
	display: flex;
}

#accountDeactivation .error-row .error-icon {
	width: 10%;
	font-size: 30px;
}

#accountDeactivation .error-row .error-text {
	width: 90%;
}


#accountDeactivation label {
	font-size: 14px;
}

@media (max-width:768px){
	.page-section-profile .header-row .action-btn-row, .page-section-profile .header-row .edit-btn-row .btn {
		margin-top: 16px;
	}
	.page-section-profile .header-row .edit-btn-row .btn, .page-section-profile #change-password .btn, .page-section-profile #account-deactivation .btn{
		width: 100% !important;
	}
	.checkmark {
		top: 6px;
	}
	#accountDeactivation .error-row {
		text-align: center;
		padding: 16px;
	}
	#accountDeactivation .error-row .error-icon {
		display: none;
	}

	#accountDeactivation .error-row .error-text {
		width: 100%;
	}
}

/* Search CSS Start */

.search-title {
	display: block;
	font-size: 22px;
	font-weight: 900;
}

.category-text {
	color: #557b97;
	margin: 0px;
	display: none;
}

.search-active .filter-wrapper,
.search-active .page-filters .page-title {
	display: none !important;
}
.search-active .button-section {
	flex: 0 0 100%;
	max-width: 100%;
}

.search-active .search-title {
	display:block;
}

.main-container-menu {
	min-height: 70vh;
}

@media (max-width:768px){
	.main-container-menu {
		min-height: 74vh;
	}
}

@media (max-width:769px){
	.main-row-results {
		margin: 0px;
	}
}

@media (max-width:576px) {
	#snackbar-addons {
		width: 92vw !important
	}
	#snackbar-addons .font-size-large {
		color: red
	}
}

#snackbar-addons {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
	visibility: hidden;
	width: 560px;
	background-color: #fff;
	color: #2b2b2b;
	text-align: center;
	border-radius: 6px;
	position: fixed;
	z-index: 99999;
	left: 0;
	bottom: 45px;
	margin: 0 auto;
	right: 0;
	border: 1px solid red;
}

.check-container:hover input ~ .checkmark {
	background-color: #e2e6ea;
}

.check-container input:checked ~ .checkmark {
	background-color: var(--primary-theme-color);
	border: 1px solid var(--primary-theme-color);
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.check-container input:checked ~ .checkmark:after {
	display: block;
}

.check-container .checkmark:after {
	left: 6px;
	top: 1px;
	width: 7px;
	height: 14px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.page-section-profile #change-password .btn, .page-section-profile #account-deactivation .btn {
	width: 185px;
	height: 43px;
}

.page-section-profile .header-row .action-btn-row {
	display: flex;
}

#accountDeactivation .error-row {
	border-radius:6px;
	padding: 22px;
	border:1px solid red;
	margin:0px;
	background-color: rgba(244, 67, 54, 0.05);
	color:red;
	font-weight: 600;
	font-size: 14px;
	display: flex;
}

#accountDeactivation .error-row .error-icon {
	width: 10%;
	font-size: 30px;
}

#accountDeactivation .error-row .error-text {
	width: 90%;
}


#accountDeactivation label {
	font-size: 14px;
}

@media (max-width:768px){
	.page-section-profile .header-row .action-btn-row, .page-section-profile .header-row .edit-btn-row .btn {
		margin-top: 16px;
	}
	.page-section-profile .header-row .edit-btn-row .btn, .page-section-profile #change-password .btn, .page-section-profile #account-deactivation .btn{
		width: 100% !important;
	}
	.checkmark {
		top: 6px;
	}
	#accountDeactivation .error-row {
		text-align: center;
		padding: 16px;
	}
	#accountDeactivation .error-row .error-icon {
		display: none;
	}

	#accountDeactivation .error-row .error-text {
		width: 100%;
	}
}

/* Search CSS Start */

.search-title {
	font-size: 22px;
    font-weight: 900;
}

.category-text {
	color: #557b97;
	margin: 0px;
	display: none;
}

.search-active .filter-wrapper,
.search-active .page-filters .page-title {
	display: none !important;
}
.search-active .button-section {
	flex: 0 0 100%;
    max-width: 100%;
}

.search-active .search-title {
	display:block;
}

.main-container-menu {
	min-height: 70vh;
}

@media (max-width:768px){
	.main-container-menu {
		min-height: 74vh;
	}
}

@media (max-width:769px){
	.main-row-results {
		margin: 0px;
	}
	.cart-powered-by {
    	margin-top: 12px !important;
    }
}

@media (max-width:576px) {
	#snackbar-addons {
		width: 92vw !important
	}
	#snackbar-addons .font-size-large {
		color: red
	}
}

#snackbar-addons {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
	visibility: hidden;
	width: 560px;
	background-color: #fff;
	color: #2b2b2b;
	text-align: center;
	border-radius: 6px;
	position: fixed;
	z-index: 99999;
	left: 0;
	bottom: 45px;
	margin: 0 auto;
	right: 0;
	border: 1px solid red;
}

#snackbar-addons.show {
	visibility: visible;
	-webkit-animation: bounceIn .5s, fadeOut .5s 5.5s;
	animation: bounceIn .5s, fadeOut .5s 5.5s
}

@media (max-width:576px) {
	#snackbar-addons {
		top: 0;
		bottom: unset;
		margin: 14px auto;
	}
}
#snackbar-addons.show {
	visibility: visible;
	-webkit-animation: bounceIn .5s, fadeOut .5s 5.5s;
	animation: bounceIn .5s, fadeOut .5s 5.5s
}

/* Placeholder Image */

.card-title-placeholder {
	display: none;
}

.category-no-img .card-title-placeholder,
.product-no-img .card-title-placeholder {
	display: block;
}

.card-item .card-img-product.product-no-img,
.modal .img-container-modal.product-no-img,
.product-images-container .img-container-item.product-no-img {
	background-color: var(--primary-theme-color);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.card-item .card-img-product.product-no-img .card-title-placeholder,
.modal .img-container-modal.product-no-img .card-title-placeholder,
.product-images-container .img-container-item.product-no-img .card-title-placeholder  {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	text-align: center;
	padding: 0px 34px;
}

.modal .img-container-modal.product-no-img .card-title-placeholder,
.product-images-container .img-container-item.product-no-img .card-title-placeholder {
	font-size: 24px;
}

.card-item .card-img-product.product-no-img .placeholder-container,
.modal .img-container-modal.product-no-img .placeholder-container,
.product-images-container .img-container-item.product-no-img .placeholder-container {
	position: absolute;
	width: 100%;
	height: 100%;
}

.category-listing.list-view .card-item .card-img-product.product-no-img .placeholder-container {
	position: relative;
}

.cat-item.category-no-img {
	background-image: unset !important;
	background-color: var(--primary-theme-color);
}

.cat-item.category-no-img .placeholder-container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	position: absolute;
	top: 0;
	left: 0;
}

.modal .img-container-modal.product-no-img .placeholder-img,
.product-images-container .img-container-item.product-no-img .placeholder-img,
.card-item .card-img-product.product-no-img .placeholder-img  {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-images-container .img-container-item.product-no-img .placeholder-img {
	height: 420px;
}

.cat-item.category-no-img .placeholder-img {
	width: 100%;
	height: auto;
}

.cat-item.category-no-img .card-title-placeholder {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding:16px;
}

.category-listing .card-item .card-img-product.product-no-img .card-title-placeholder,
.no-image-carousel .product-no-img .card-title-placeholder,
.featured-product-details .card-item .card-img-product.product-no-img .card-title-placeholder {
	position: absolute;
	text-align: center;
}

.category-listing .placeholder-img.category-view, .category-listing.list-view .placeholder-img.list-view {
	display: block;
}

.category-listing .placeholder-img.list-view, .category-listing.list-view .placeholder-img.category-view,
.category-listing.list-view .card-item .card-img-product.product-no-img .card-title-placeholder {
	display: none;
}

.product-detail-link{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width:1200px){
	.cat-item.category-no-img .card-title-placeholder {
		font-size: 16px;
	}
}

@media (max-width:576px){
	.modal .img-container-modal.product-no-img .card-title-placeholder,
	.product-images-container .img-container-item.product-no-img .card-title-placeholder {
		font-size: 18px;
	}
	.category-listing .card-item .card-img-product.product-no-img .card-title-placeholder {
		font-size: 15px;
	}
	.product-images-container .img-container-item.product-no-img .placeholder-img {
		height: 350px;
	}
}

/* Mini cart and Checkout table placeholder styles */
.placeholder-cart {
	background-color: var(--primary-theme-color);
	object-fit: cover;
}


/* Sidenav - No Guest Indication */

.sidenav .sidenav-content.no-guest {
	padding-top: 0px !important;
	height: 100%;
}

.sidenav .sidenav-content.no-guest .nav-logo-container {
	height: 100%;
	display: flex;
	align-items: center;
}

.sidenav-content.no-guest .mobile-nav-logo {
	width: auto;
	max-height: 85px;
	max-width: 80%;
}


/* Mobile Devices - Small - styles start */

@media (max-width:360px){
	.time-picker-mini .dropdown-menu {
		min-width:97vw;
	}
	.time-dropmenu {
		left: -135px;
	}
	.sidenav-content.no-guest .main-logo-container {
		max-width: 200px !important;
	}
}

@media (max-width:320px){
	.second-section-utility .dropdown-menu {
		min-width: 98vw;
		right: -12px;
	}
	.navbar-main .first-section-utlity .dropdown .dropdown-toggle {
		width: 110px !important
	}
	.navbar-main .first-section-utlity .dropdown-toggle:after {
		left: 80px !important;
	}
	.navbar-main .location-picker-mini .dropdown-toggle .link-text,
	.time-picker-mini .dropdown-toggle .link-text {
		max-width: 83% !important;
		overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
	}
	.cart-item .item-img img {
		width: 100%;
	}
	.banner-main .banner-content h1 {
		font-size: 24px;
	}
	.banner-main .banner-content.mb-5 {
		margin-bottom: 1rem !important;
	}
}


/* Mobile Landscape styles start */

@media (orientation:landscape) and (max-width: 850px){
    .product-content {
        max-height: unset;
    }

    .banner-main {
        height: unset;
        padding-top: 24px;
    }

	.second-section-utility .dropdown-menu,
    .time-picker-mini .dropdown-menu {
        top: -20px;
	}
	.dropdown-menu-arrow {
		display: none;
	}
	.sidenav-content.no-guest .mobile-nav-logo {
    		max-width: 35%;
    	}
    	.sidenav .sidenav-footer,
    	.cart-powered-by  {
    		display: none !important;
    	}
    	.mini-cart {
    		max-width: 100vw;
    		padding: 24px;
    	}
    	.mini-cart .item-img {
    		width: 10%;
    	}
    	.cart-item .item-img img {
    		width: 100%;
    	}
    	.mini-cart .item-detail {
    		width: 90%;
    		padding-left: 12px;
    	}
    	.mini-cart .cart-footer {
    		bottom: 66px;
    		padding-bottom: 60px;
    	}
    	.mini-cart .cart-main-actions {
    		flex-direction: row;
    	}
    	.cart-main-actions .btn:first-child {
    		margin-right: 12px;
    	}

}


@media (orientation:landscape) and (max-width: 812px) {
    .time-picker-mini .dropdown-menu {
        top: -60px;
    }
}



@media (orientation:landscape) and (max-width: 810px){
	.carousel-featured-products .owl-nav,
	.featured-product-details .owl-carousel .owl-nav {
		top: calc(50% - 100px) !important;
	}
}

@media (orientation:landscape) and (max-width: 667px){
	.time-picker-mini .dropdown-menu {
		top: -75px;
	}
	.mini-cart .item-detail h6 {
		white-space: nowrap !important;
		max-width: 100%;
	}
	.mini-cart .cart-footer {
		bottom: 103px;
	}
}

@media (orientation:landscape) and (max-width: 640px){
	.mini-cart .cart-footer {
		bottom: 100px;
	}
}

@media (orientation:landscape) and (max-width: 568px){
	.second-section-utility .dropdown-menu {
    		top: -57px;
    }
    .time-picker-mini .dropdown-menu {
    		top: -96px;
    	}
    .mini-cart .cart-footer {
        bottom: 122px;
    }
}

/* Upsell Modal */

.upselling-modal .modal-body {
	max-height: 500px;
	overflow-y: auto;
}

.upselling-modal .modal-footer {
	box-shadow: 0 -1px 3px rgba(0,0,0,0.12), 0 0px 3px rgba(0,0,0,0.24);
	z-index: 9;
}

.category-listing-upsell {
	width: 100%;
}

.category-listing-upsell.list-view .product-content .product-detail {
	width: 100%;
	max-width: 100%;
	max-height: unset !important;
	display: block;
}

.category-listing-upsell.list-view .card-responsive-wrapper {
	padding-left: 0px;
	padding-right: 0px;
}

.category-listing-upsell.list-view .card-responsive-wrapper .card-item .card-footer {
	width: 100%;
}

.category-listing-upsell.list-view .product-content {
	display: block;
}

.category-listing-upsell.list-view .card-responsive-wrapper .card-item .card-footer {
	align-items: flex-end;
	justify-content: space-between;
}

.category-listing-upsell.list-view .card-responsive-wrapper .card-item .card-footer {
	-webkit-box-pack: end;
	padding-bottom: 0;
	height: 54px !important;
	width: 100% !important;
}

.category-listing-upsell.list-view .card-img-product img {
	height: 100% !important;
	width: 100% !important;
}

.category-listing-upsell.list-view .card-img-product {
	height: 113px !important;
	width: 113px !important;
	max-height: 100% !important;
	min-height: unset !important;
}

.upselling-modal .card-responsive-wrapper:last-child .card-item {
	border-bottom: unset;
}

.upselling-modal .modal-body {
	padding-bottom: 0px;
}

@media (max-width:768px){
	.category-listing-upsell.list-view .card-responsive-wrapper .card-item .card-footer .btn{
		width: 120px !important;
		padding:.2rem .75rem !important;
	}
	.category-listing-upsell.list-view .card-responsive-wrapper .card-item .card-footer div:first-child {
		margin-top: unset !important;
		height: 100%;
		justify-content: flex-end;
	}
	.category-listing-upsell.list-view .card-responsive-wrapper .card-item .card-footer {
		height: 57px !important;
	}
	.upselling-modal .modal-body {
		padding:20px 18px;
		padding-bottom: 0px;
	}
}

/* Cross-Sell on Checkout */

.category-listing-upsell.list-view.cross-sell-component .card-img-product {
	height: 95px !important;
	width: 95px !important;
	max-height: 100% !important;
	min-height: unset !important;
  }

  .category-listing-upsell.list-view.cross-sell-component .card-responsive-wrapper .card-item .card-footer div:first-child {
	margin-right: unset !important;
  }

  .category-listing-upsell.list-view.cross-sell-component .product-content .product-detail .card-title {
	font-size: 16px;
	margin-bottom: 0px;
	max-width: 275px;
  }

  .category-listing-upsell.list-view.cross-sell-component .card-item .card-body .card-text {
	font-size: 14px;
  }

  .category-listing-upsell.list-view.cross-sell-component .card-item .card-footer {
	margin-top: 0px;
	height: 42px !important;
	position: relative;
  }

  .category-listing-upsell.list-view.cross-sell-component .card-item .card-footer .btn {
	width: auto;
	height: 40px;
	font-size: 16px !important;
  }

  .category-listing-upsell.list-view.cross-sell-component .card-item .card-footer p:first-child {
	font-size: 16px;
  }

  .category-listing-upsell.list-view.cross-sell-component .card-item .card-footer .line-through {
	font-size: 13px;
  }

  .category-listing-upsell.list-view.cross-sell-component .card-responsive-wrapper .card-item {
	border-radius: 4px;
	padding: 14px;
	border: 1px solid #e2e2e2;
  }

  .category-listing-upsell.list-view.cross-sell-component .card-responsive-wrapper {
	margin-bottom: .5rem !important;
  }

  .category-listing-upsell.list-view.cross-sell-component .card-responsive-wrapper .card-item .offer-tag {
	left: 14px;
	top: 14px;
  }

  .item-slider-cross-sell .owl-nav {
	margin-top: 6px;
	text-align: right;
	right: 0;
  }

  .item-slider-cross-sell .owl-nav button {
	width: 30px !important;
	height: 30px !important;
	font-size: 28px !important;
	background-color: var(--primary-theme-color) !important;
	border-radius: 50px;
	color: #fff !important;
  }

  .item-slider-cross-sell .owl-nav .owl-prev {
	margin-right: 8px;
  }

  .item-slider-cross-sell .owl-nav button span {
	margin-top: -5px;
	display: block;
	line-height: 7px;
  }

  .item-slider-cross-sell .owl-nav button:focus {
	outline: unset;
  }

  .cross-sell-checkout-container .page-title {
	font-size: 18px;
	margin-bottom: 0px;
  }

  @media (max-width:767px) {
	.category-listing-upsell.list-view.cross-sell-component .card-responsive-wrapper .card-item .card-footer .btn {
	  bottom: 0px;
	}
  }

/* Skeleton Card Animation System */

#u_0_v {
	width: 500px;
	margin: 0 auto;
  }

  .lightui1 {
	display: flex;
  }

  .lightui1-shimmer {
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: placeHolderShimmer;
	-webkit-animation-timing-function: linear;
	background: #d8d8d8;
	background-image: linear-gradient(to right, #d8d8d8 0%, #bdbdbd 20%, #d8d8d8 40%, #d8d8d8 100%);
	background-repeat: no-repeat;
	background-size: 800px 104px;
	height: 104px;
	position: relative
  }


  .lightui1b-shimmer {
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: placeHolderShimmer;
	-webkit-animation-timing-function: linear;
	background: #f0f0f0;
	background-image: linear-gradient(to right, #f0f0f0 0%, #d8d8d8 20%, #f0f0f0 40%, #f0f0f0 100%);
	background-repeat: no-repeat;
	background-size: 800px 104px;
	height: 104px;
	position: relative
  }

  @-webkit-keyframes placeHolderShimmer {
	0% {
	  background-position: -468px 0
	}

	100% {
	  background-position: 468px 0
	}
  }

  @-webkit-keyframes prideShimmer {
	from {
	  background-position: top left
	}

	to {
	  background-position: top right
	}
  }

  .lightui1-shimmer.img {
	width: 95px;
	height: 95px;
  }
  .lightui1 .contentui {
	width: calc(100% - 80px);
	margin-left: 12px;
	height: 95px;
  }
  .lightui1-shimmer.title {
	height: 15px;
  }
  .lightui1-shimmer.sub {
	height: 15px;
	margin-top: 8px;
	width: 82px;
  }
  .lightui1 .footerui {
	display: flex;
	justify-content: space-between;
	height: calc(100% - 55px);
	align-items: flex-end;
  }
  .lightui1-shimmer.price {
	height: 25px;
	width: 55px;
  }
  .lightui1-shimmer.button {
	height: 40px;
	width: 110px;
	border-radius: 6px;
  }


/*inclusive tax*/

.inclusive-tax-label{
	font-size: 12px;
	color: #5d5d5d;
	margin-left: 4px;
}

.modal {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding-right: 0px !important;
}

.breadcrumb-theme-color{
	color: var(--primary-theme-color);
}

.breadcrumb-theme-color.white-theme-support{
	color: #000000;
}

.btn-white-theme-primary{
	background-color: #000000;
	color: #ffffff !important;
}

.btn-outline-primary.white-theme-support{
	color: #000000;
	border-color: #000000;

}

.navbar-main .navbar-nav .nav-item .nav-link.white-theme-support{
	font-weight: 500;
	background-color: #ffffff;
}

.navbar-main .navbar-nav .nav-item.active .nav-link.white-theme-support{
	font-weight: 900;
	color: black;
}

.nav-pills .nav-link.active.white-theme-support{
	color:#ffffff;
    background-color: #000000;
}

.product-no-img.white-theme-support,
.category-no-img.white-theme-support,
.img-container-modal.product-no-img.white-theme-support,
.placeholder-cart.white-theme-support{
	border:1px solid #dae0e5 !important;
}

.category-sidebar .category-set .cat-title.active.white-theme-support{
	color: #000000;
	font-weight: 900;
}

.category-sidebar .category-set .cat-title.white-theme-support{
	font-weight: 500;
}

.card-item .card-img-product.product-no-img .card-title-placeholder.white-theme-support,
.modal .img-container-modal.product-no-img .card-title-placeholder.white-theme-support{
	color: #000000;
}

.mini-cart .cart-title .cart-toggle.white-theme-support{
	background-color: #000000;
}

.text-primary.white-theme-support{
	color: #000000 !important;
}

.nav-link.white-theme-support:hover {
	background: #f3f3f3;
	color: #2b2b2b
}

.btn-white-theme-primary.focus,
.btn-white-theme-primary:hover {
	color: black !important;
	border-color: black;
	background-color: #ffffff;
}

.btn-primary.disabled.white-theme-support,
.btn-primary.white-theme-support:disabled {
	color: #fff !important;
	background-color: #777777;
	border-color: #777777;
}

.btn-outline-primary.focus.white-theme-support,
.btn-outline-primary.white-theme-support:hover{
	background: #000000;
	color: #ffffff !important;
	border-color: #000000;
}

.navbar-main .second-section-utility .icon-location.white-theme-support,
.store-area-checkout .icon-location.white-theme-support,
.icon-contact.white-theme-support{
	background-color: #000000;
}

.anchor .anchor-link.white-theme-support:hover {
	color: #ffffff;
	text-decoration: none;
	z-index: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.anchor .anchor-link.white-theme-support:hover:after {
	color: #ffffff;
	width: 100%;
	background-color: #000000;
	z-index: -1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.nav-link.primary-theme-color.white-theme-support{
	color: #000000;
}

.section-card .nav-tabs > li.active.white-theme-support > a, .section-card .nav-tabs > li.active.white-theme-support > a:hover {
    background-color: #000000;
}

.banner-link.white-theme-support > a:hover,
.category-set.white-theme-support > a:hover,
.forgot-link.white-theme-support:hover,
.register-link.white-theme-support:hover{
	color: #000000 !important;
}

.account-detail.white-theme-support > a:hover{
	color: #000000;
	background-color: #f3f3f3;
}


.reward-link{
    color : var(--primary-theme-color);
    font-weight: 700
}

.reward-spinner {
  font-size: 18px;
  color: var(--primary-theme-color);
}

 /* Curbisde Insutrctions */
.curbside-inst-container {
    padding-bottom: 1.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
}
.curbside-inst-container .card .instruction-title {
    font-size: 18px;
    color: var(--primary-theme-color);
    margin-bottom: 15px;
}
.curbside-inst-container .card .main-content .text-muted {
    font-size: 16px;
    padding-left: 0px;
    list-style: none;
    counter-reset: circle-counter;
}
.curbside-inst-container .card .main-content .text-muted li {
    margin-bottom: 15px;
    counter-increment: circle-counter;
    display: flex;
    align-items: flex-start;
}
.curbside-inst-container .card .main-content .text-muted li span {
    margin-top: -1px;
}
.curbside-inst-container .card .main-content .text-muted li::marker {
    font-weight: bold;
}
.curbside-inst-container .card .main-content .text-muted li:last-child {
    margin-bottom: 0px;
}
.curbside-inst-container .card .main-content .text-muted li:before {
    content: counter(circle-counter);
    background-color: #ececec;
    width: 24px;
    height: 24px;
    border-radius: 63%;
    display: inline-block;
    font-size: 12px;
    color: #6c757d;
    text-align: center;
    margin-right: 12px;
    position: relative;
    top: 0px;
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}
@media (max-width: 576px){
    .curbside-inst-container .card .main-content .text-muted {
        font-size: 15px;
    }
}

.special-note-product {
    border-radius: 6px;
    padding: 16px;
    font-weight: normal !important;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.special-note-product .note-title,
.special-note-product .note-desc {
    width: 100%;
}
.special-note-product .note-title {
    font-size: 16px;
}
.special-note-product .note-desc {
    font-size: 15px;
}
.special-note-product .note-icon {
    height: 30px;
    width: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}


.reward-disclaimer .note-icon {
    background-color: #6c757d;
    color: #ffffff;
    font-size: 14px;
}
.reward-disclaimer {
    color: #2b2b2b;
    background-color: #fcfcfc;
    border: 1px solid #dae0e5;
}
.rewards-active .reward-disclaimer {
    display: flex;
}
.rewards-info-section__modal .reward-info-group label {
    margin: 0;
}
.rewards-info-section__modal .reward-info-group {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}


@media (max-width:768px) {
    .special-note-product .note-icon-container {
        display: none;
    }
}

.offer-tag.alcohol-label {
    border-radius: 0px 20px 20px 0px;
    left: 0;
    right: unset;
    background-color: #ffffff;
    color: var(--primary-theme-color);
    padding: 10px 18px 10px 12px;
    display: flex;
}
.offer-tag.alcohol-label i {
    font-size: 22px;
}

.category-listing.list-view .card-responsive-wrapper .card-item .offer-tag.alcohol-label {
    top: 12px;
    padding: 10px 14px 10px 8px !important;
}

.category-listing.list-view .card-responsive-wrapper .card-item .offer-tag.alcohol-label i {
    font-size: 18px;
}


@media(max-width:768px){
    .product-details-wrapper .quick-cart .details-area {
        padding-top: unset;
        padding-left: 16px;
    }
}


@media (max-width:576px) {
    .main-container-menu .offer-tag.alcohol-label i {
        font-size: 18px;
    }
    .main-container-menu .offer-tag.alcohol-label {
        padding: 10px 14px 10px 8px;
        top: 10px;
    }
}

.special-note-product {
    border-radius: 6px;
    padding: 16px;
    font-weight: normal !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #007BC2;
    background-color: rgba(0,123,194,0.02);
    border: 1px solid #dae0e5;
}
.special-note-product .note-title,
.special-note-product .note-desc {
    width: 100%;
}
.special-note-product .note-title {
    font-size: 16px;
}
.special-note-product .note-desc {
    font-size: 15px;
}
.special-note-product .note-icon {
    height: 30px;
    width: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #007BC2;
    font-size: 14px;
}

.alcohol-indicator {
    color: var(--primary-theme-color);
    background-color: #fcfcfc;
    border: 1px solid #dae0e5;
}
.alcohol-indicator .note-icon {
    background-color: var(--primary-theme-color);
    color: #ffffff;
    font-size: 14px;
}
.alcohol-indicator .note-title strong{
    font-weight: 600;
}


#verify_age_modal .error-row {
    border-radius:6px;
    padding: 22px;
    border:1px solid red;
    margin:0px;
    background-color: rgba(244, 67, 54, 0.05);
    color:red;
    font-weight: 600;
    font-size: 14px;
    display: flex;
}

#verify_age_modal .error-row .error-icon {
	width: 10%;
	font-size: 30px;
}

#verify_age_modal .error-row .error-text {
	width: 90%;
}


#verify_age_modal label {
	font-size: 14px;
}

@media (max-width:768px){

	#verify_age_modal .error-row {
		text-align: center;
		padding: 16px;
	}
	#verify_age_modal .error-row .error-icon {
		display: none;
	}

	#verify_age_modal .error-row .error-text {
		width: 100%;
	}
}


.banner-main:after {
	background: -webkit-gradient(linear, left top, right top, color-stop(78%, #fff), to(hsla(0, 0%, 100%, 0)));
	background: linear-gradient(90deg, #fff 78%, hsla(0, 0%, 100%, 0));
}

.banner-main.banner-main-single-category:after {
	width: 45%;
	background: -webkit-gradient(linear, left top, right top, color-stop(65%, #fff), to(hsla(0, 0%, 100%, 0)));
	background: linear-gradient(90deg, #fff 65%, hsla(0, 0%, 100%, 0));
}

@media (max-width:1400px){
	.banner-main:after {
		width: 78%;
		background: -webkit-gradient(linear, left top, right top, color-stop(75%, #fff), to(hsla(0, 0%, 100%, 0)));
		background: linear-gradient(90deg, #fff 75%, hsla(0, 0%, 100%, 0));
	}
	.banner-main.banner-main-single-category:after {
		width: 50%;
		background: -webkit-gradient(linear, left top, right top, color-stop(70%, #fff), to(hsla(0, 0%, 100%, 0)));
		background: linear-gradient(90deg, #fff 70%, hsla(0, 0%, 100%, 0));
	}
}

@media (max-width: 1250px) {
	.banner-main:after {
		width: 80%;
		background: -webkit-gradient(linear, left top, right top, color-stop(64%, #fff), to(hsla(0, 0%, 100%, 0)));
		background: linear-gradient(90deg, #fff 64%, hsla(0, 0%, 100%, 0));
	}
	.banner-main.banner-main-single-category:after {
		width: 65%;
		background: -webkit-gradient(linear, left top, right top, color-stop(60%, #fff), to(hsla(0, 0%, 100%, 0)));
		background: linear-gradient(90deg, #fff 60%, hsla(0, 0%, 100%, 0));
	}
}

@media (max-width: 768px) {
	.banner-main.banner-main-single-category:after {
		width: 85%;
		background: -webkit-gradient(linear, left top, right top, color-stop(60%, #fff), to(hsla(0, 0%, 100%, 0)));
		background: linear-gradient(90deg, #fff 60%, hsla(0, 0%, 100%, 0));
	}
}

@media (max-width: 576px) {
	.banner-main:after,
	.banner-main.banner-main-single-category:after {
		width: 100%;
		background: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), to(hsla(0, 0%, 100%, 0.5)));
		background: linear-gradient(90deg, #fff 30%, hsla(0, 0%, 100%, 0.5));
	}
}


.banner-custom-width {
	margin: 0 !important
}

.banner-carousel-area .banner-content .row.w-100 {
	width: 45% !important;
}

.banner-main-single-category .banner-carousel-area .banner-content .row.w-100 {
	width: 35% !important;
}

.banner-main .banner-content h1,
.banner-main .banner-content p {
	display: -webkit-box;
	white-space: pre-wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.banner-main .banner-content h1 {
	-webkit-line-clamp: 3;
}

.banner-main .banner-content p {
	-webkit-line-clamp: 2;
}

.banner-main-single-category .banner-content h1 {
	font-size: 40px;
}

.banner-main-single-category .banner-content p {
	font-size: 22px;
}

.banner-slider {
	margin-left: 45px;
}

.banner-custom-width .banner-slider .banner-cat-slider .owl-nav {
	right: 0;
}

.banner-slider .cat-item img {
	width: 100% !important;
}

.category-top {
	position: relative;
	width: auto;
}

.banner-slider .banner-cat-slider .owl-nav,
.banner-slider .anchor .anchor-link {
	direction: rtl;
}

.banner-content,
.page-section-home.banner-link {
	width: unset !important;
	margin-left: 45px !important;
}

@media (max-width: 1530px) {
	.banner-slider {
		max-width: 748px;
	}
}

@media (max-width:1400px){
	.banner-slider,
	.banner-content,
	.page-section-home.banner-link {
		margin-left: 0px !important;
	}
	.banner-carousel-area .banner-content .row.w-100 {
		width: 55% !important;
	}
	.banner-main-single-category .banner-carousel-area .banner-content .row.w-100 {
		width: 40% !important;
	}
	.banner-main .banner-content h1 {
		font-size: 38px;
	}
	.banner-main .banner-content p {
		font-size: 20px;
	}
}

@media (max-width: 1250px) {
	.banner-slider {
		max-width: 500px;
	}
	.banner-main-single-category .banner-carousel-area .banner-content .row.w-100 {
		width: 45% !important;
	}
}

@media (max-width:768px) {
	.banner-content,
	.page-section-home.banner-link {
		width: 100% !important;
	}
	.banner-slider {
		margin-left: 0px;
		max-width: 100%;
	}
	.banner-carousel-area .banner-content .row.w-100 {
		width: 65% !important;
	}
	.banner-main-single-category .banner-carousel-area .banner-content .row.w-100 {
		width: 70% !important;
	}
}

@media (max-width:576px){
	.banner-slider .owl-stage {
		left: -30px;
	}
	.banner-main .banner-content h1 {
		font-size: 26px;
		max-height: unset;
	}
	.banner-main .banner-content p {
		font-size: 16px;
		max-height: unset;
	}
	.banner-main-single-category .banner-slider .owl-stage{
		left: 0;
		padding: 0 !important;
	}
	.banner-main-single-category .banner-slider .owl-item{
		width: 100% !important;
	}
	.banner-main-single-category .banner-slider .cat-item {
		margin-right: 20px;
	}
	.banner-main-single-category .banner-carousel-area .banner-content .row.w-100,
	.banner-carousel-area .banner-content .row.w-100 {
		width: 100% !important;
	}
}


.locate-store .locate-store-search {
	border-radius: 6px !important;
}


.mini-cart .btn-fav i {
	color: #E91E63;
	font-size: 16px;
}
.mini-cart .btn-fav:hover i{
	font-weight: bold;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.mini-cart .item-actions .action-btn-area .btn-sm,
.mini-cart .item-actions .input-group .input-group-append .btn {
	width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal-header,
.modal-footer {
	padding: 16px;
}
.modal-header {
	position: relative;
	align-items: center;
}
.modal-header .modal-title {
	font-size: 16px !important;
}
.modal-body {
	padding: 25px 16px;
}
.modal .modal-footer .btn {
	min-height: 45px !important;
	height: 45px !important;
}
.general-modal .modal-header .close{
	top: auto !important;
	right: 16px !important;
	margin: 0;
	font-size: 33px;
}
.general-modal .modal-header .close span {
	display: flex;
}
@media screen and (max-width:374px){
	.mini-cart .item-actions .input-group,
	.mini-cart .item-actions .action-btn-area,
	.mini-cart .item-actions .input-group .input-group-append .btn {
		width: 100%;
	}
	.mini-cart .input-qty .btn{
		min-width: unset !important;
		width: 100%;
	}
	.mini-cart .input-qty .form-control{
		width: 50%;
	}
	.mini-cart .item-actions .input-group{
		margin-bottom: 12px;
	}
	.mini-cart .item-actions .action-btn-area .btn-sm {
		height: 38px;
		width: 31%;
	}
	.mini-cart .item-actions .action-btn-area .btn-sm.mr-2{
		margin-right: 12px !important;
	}
}

.general-modal .modal-full-btn .btn-area {
	padding: 24px;
	width: 100%;
	background-color: transparent;
	border: unset;
}
.general-modal .modal-full-btn {
	border-bottom: 1px solid #dee2e6;
}
.general-modal .modal-full-btn:last-child {
	border-bottom: unset;
}
.modal-full-btn .title-block {
	margin-left: 14px;
	text-align: left;
	display: flex;
	flex-direction: column;
}
.modal-full-btn .title-block span {
	font-size: 14px;
	margin-top: 3px;
}
.general-modal .modal-full-btn .btn-area,
.general-modal .modal-full-btn .btn-area .icon-area,
.general-modal .modal-full-btn .btn-area .content-block{
	display: flex;
	align-items: center;
}
.general-modal .modal-full-btn .btn-area .content-block{
	width: 90%;
}
.general-modal .modal-full-btn .btn-area .icon-area{
	width: 10%;
	justify-content: flex-end;
	font-size: 16px;
}
.general-modal .modal-full-btn .btn-area .content-block i {
	font-size: 18px;
	margin:12px 0;
}

@media screen and (max-width:576px){
	.general-modal .modal-full-btn .btn-area {
		padding: 24px 16px;
	}
}

.quick-cart .modal-body>.row.m-0>.col-12.col-md-7 {
	box-shadow: 0 3px 0px rgb(0 0 0 / 30%), 0 3px 3px rgb(0 0 0 / 30%);
}

.quick-cart .modal-body .footer-area {
	box-shadow: unset !important;
}

.quick-cart .details-area .close.custom {
	color: #2b2b2b;
	font-size: 21px;
	text-shadow: unset;
	opacity: 1;
	background: white;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
	right: 22px;
	top: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.quick-cart .details-area .close.custom:hover {
	background-color: #e9e9e9;
}

.quick-cart .modal-content label,
.quick-cart .form-control{
	font-size: 15px;
}

.add-on-item .form-check-inline label.form-check-label{
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.quick-cart .details-area .add-on-section .form-check-input{
	margin-right: 10px;
	min-width: 18px;
}

.quick-cart .details-area .add-on-section .add-on-item{
	margin-top: 1.5rem !important;
	margin-bottom: 0 !important;
}

.quick-cart .details-area .add-on-section .add-on-item:first-child{
	margin-top: 0rem !important;
}

.quick-cart .details-area .add-on-section .add-on-item:last-child{
	margin-bottom: 1rem !important;
}

.mini-cart .cart-items::-webkit-scrollbar-thumb {
	background-color: #b8b8b8;
	border-radius: 66px;
}
.add-on-qty-active{
	margin-bottom: 20px !important;
}
.add-on-qty-active > .row.w-100{
	align-items: center;
}
.add-on-qty-active .form-check-inline {
	margin: 0;
	width: 100%;
}
.add-on-qty-active .input-qty{
	width: 120px;
	justify-content: flex-start !important;
}
.add-on-qty-active .input-qty .form-control{
	padding: 0px;
	height: 40px;
}
.add-on-qty-active .form-check-inline .form-check-label{
	width: calc(100% - 120px);
}
.add-on-qty-active .input-qty .btn-light {
	display: flex;
	align-items: center;
	justify-content: center;
}
.add-on-qty-active .input-qty i {
	font-size: 10px;
}
.add-on-qty-active .input-qty .btn{
	min-width: 32px;
}
.add-on-qty-active .input-qty .form-control{
	width: 48px;
}

@media (max-width: 1530px) {
	.mini-cart .cart-item {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
}

@media (max-width:768px){
	.add-on-qty-active .form-check-inline {
		display: flex;
		align-items: flex-start;
		flex-direction: column-reverse;
		padding-right: 10px;
	}
	.add-on-qty-active .input-qty .form-control{
		width: 50px;
	}
	.add-on-qty-active .input-qty .btn{
		min-width: 40px;
	}
	.add-on-qty-active .input-qty{
		width: 100%;
	}
	.add-on-qty-active .form-check-inline .form-check-label {
		width: 100%;
		margin-bottom: 5px !important;
	}
	.add-on-qty-active .input-qty .form-control{
		height: 40px;
	}
	.add-on-qty-active .col-8.px-0{
		flex: 0 0 65%;
		max-width: 65%;
	}
	.add-on-qty-active .col-4.px-0{
		flex: 0 0 35%;
		max-width: 35%;
	}
}

@media (max-width:576px){
	.quick-cart .details-area .add-on-section .add-on-item:first-child{
		margin-top: 1rem !important;
	}
}


.nav-arrows-top .owl-nav button:focus{
	outline: unset !important;
}

.nav-arrows-top .owl-nav button:hover{
	background: var(--primary-theme-color);
	color: #fff;
}
/*Favourite page CSS*/
.page-section-favorites .card-responsive-wrapper .remove-favorites-section {
	position: absolute;
	right: 0px;
	z-index: 5;
	top: 16px;
}

.remove-favorites-section .btn-remove-fav {
	background: white;
	border-radius: 6px 0px 0px 6px;
	font-size: 16px !important;
	padding: 8px 12px;
	box-shadow: -1px 0 15px -2px rgb(0 0 0 / 32%);
}

.remove-favorites-section .btn-remove-fav:hover{
	background-color: red;
	color: #ffffff !important;
}

.offer-tag,
.remove-favorites-section .btn-remove-fav {
	box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
}

.page-section-favorites .category-listing {
	width: 100%;
	padding: 0;
}

@media screen and (max-width:1400px){
	.category-listing .card-img-product {
		height: 18vw;
		max-height: 18vw;
	}
}

@media screen and (max-width:1200px){
	.category-listing .card-item .card-img-product.product-no-img .card-title-placeholder {
		font-size: 14px;
		margin-top: 5px;
	}
}

@media screen and (max-width:768px){
	.category-listing .card-img-product {
		height: 25vw;
		max-height: 25vw;
	}
}

@media screen and (max-width:576px){
	.page-section-favorites .category-listing .card-responsive-wrapper {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 15px;
	}

	.category-listing .card-item .card-img-product.product-no-img .card-title-placeholder {
		font-size: 12px;
		margin-top: 5px;
	}
	.category-listing .card-responsive-wrapper:nth-child(odd) {
		padding-left: 0;
		padding-right: 8px;
	}
	.category-listing .card-responsive-wrapper:nth-child(even) {
		padding-left: 8px;
		padding-right: 0;
	}
	.offer-tag,
	.page-section-favorites .card-responsive-wrapper .remove-favorites-section {
		top: 10px;
	}
	.offer-tag.alcohol-label {
		padding: 10px 15px 10px 8px;
	}
	.offer-tag.alcohol-label i {
		font-size: 16px;
	}
	.remove-favorites-section .btn-remove-fav {
		font-size: 14px !important;
		padding: 6px 8px;
	}
	.page-section-favorites .card-responsive-wrapper .card-item .card-footer .btn {
		margin-top: 0;
	}
}

@media screen and (max-width:350px){
	.category-listing .card-item .card-img-product.product-no-img .card-title-placeholder {
		font-size: 10px;
	}
}
/*Product Name and Menu Page CSS Start*/
html,
body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.main-container-menu .category-listing .product-content .product-detail .card-title,
.category-listing .product-content .product-detail .card-title {
	display: -webkit-box;
	white-space: pre-wrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 100%;
	font-size: 17px !important;
	line-height: normal;
	font-weight: 300;
	margin-bottom: 2px;
}
.main-container-menu .category-listing .card-item .card-body .card-text{
	font-size: 14px;
	text-decoration: underline;
}
.main-container-menu .category-listing .card-item .card-body .card-text:hover{
	color: var(--primary-theme-color);
}
.main-container-menu .category-listing .product-content .product-detail,
.category-listing .product-content .product-detail {
	height: 72px;
	margin-bottom: 0px;
}
.main-container-menu .category-listing .card-item .card-footer .btn {
	font-size: 16px !important;
}
.main-container-menu .category-listing .card-item .card-footer p{
	font-size: 20px;
	line-height: 20px;
}
.main-container-menu .category-listing .card-item .card-footer p:first-child{
	margin-right: 6px;
}
.main-container-menu .category-listing .product-content {
	padding-top: 8px;
}
.main-container-menu .category-listing .card-item .card-footer .line-through {
	line-height: 16px;
	font-size: 16px;
}
.main-container-menu .category-listing .card-item .card-footer .btn,
.category-listing .card-item .card-footer .btn {
	padding: 8px 14px;
	width: 100%;
}
.main-container-menu .category-listing .card-item .card-footer,
.category-listing .card-item .card-footer {
	align-items: flex-end;
	margin: 0px;
}
.main-container-menu .category-listing .card-item .card-body .card-title{
	transition: none !important;
}
.main-container-menu .category-listing .card-detail-link:hover .product-detail .card-title{
	text-decoration: underline !important;
}
.main-container-menu .category-listing .card-item .card-footer .card-item-price,
.category-listing .card-item .card-footer .card-item-price {
	display: flex;
	align-items: flex-end;
	margin:12px 0;
	width: 100%;
}
.main-container-menu .category-listing .card-responsive-wrapper .card {
	border:1px solid rgba(0, 0, 0, .125);
	border-radius: 6px;
}

.category-listing .card-responsive-wrapper .card {
	border:1px solid rgba(0, 0, 0, .125);
	border-radius: 6px;
}
.main-container-menu .category-listing.list-view  .card-responsive-wrapper .card,
.category-listing.list-view  .card-responsive-wrapper .card {
	border-radius: unset;
	border: unset;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	width: 100%;
}
.main-container-menu .category-listing .card-item .card-img-product,
.main-container-menu .category-listing .card-item .card-img-product img {
	border-radius: 6px 6px 0px 0px;
}

.category-listing .card-item .card-img-product,
.category-listing .card-item .card-img-product img {
	border-radius: 6px 6px 0px 0px;
}

.main-container-menu .category-listing.list-view  .card-item .card-img-product,
.main-container-menu .category-listing.list-view  .card-item .card-img-product img{
	border-radius: 4px;
}

.category-listing.list-view  .card-item .card-img-product,
.category-listing.list-view  .card-item .card-img-product img{
	border-radius: 4px;
}

.main-container-menu .category-listing .card-body.product-content{
	padding: 12px !important;
	border-top: 1px solid rgba(0, 0, 0, .125);
}
.main-container-menu .category-listing.list-view .card-body.product-content,
.category-listing.list-view .card-body.product-content {
	border-top: unset !important;
}
.card-responsive-wrapper{
	padding: 0 8px;
}
.main-container-menu .category-listing .card-responsive-wrapper{
	margin-bottom: 1rem;
}
.main-container-menu .category-listing .card-item .card-img-product.product-no-img .card-title-placeholder{
	display: -webkit-box;
	white-space: pre-wrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding: 0 15px;
}
.main-container-menu .category-listing.list-view .card-item .card-img-product.product-no-img .card-title-placeholder{
	display: none !important;
}
.main-container-menu .category-listing.list-view  .card-img-product,
.category-listing.list-view  .card-img-product{
	height: 125px !important;
	width: 125px !important;
}
.main-container-menu .category-listing.list-view  .card-img-product img{
	width: 100% !important;
	height: 100% !important;
}
.main-container-menu .category-listing.list-view  .card-body.product-content,
.category-listing.list-view  .card-body.product-content{
	padding: 0 0 0 15px !important;
	width: calc(100% - 125px);
}
.main-container-menu .category-listing.list-view  .card-item .card-footer .card-item-price,
.category-listing.list-view  .card-item .card-footer .card-item-price {
	margin: 0;
	width: auto;
	flex-direction: column;
}
.main-container-menu .category-listing.list-view  .card-item .card-footer .card-item-price .line-through{
	margin-top: 8px;
}
.main-container-menu .category-listing.list-view  .card-responsive-wrapper .card-item .card-footer .btn,
.category-listing.list-view  .card-responsive-wrapper .card-item .card-footer .btn {
	width: 150px;
	height: 44px;
}
.main-container-menu .category-listing.list-view  .card-responsive-wrapper{
	padding: 0 15px;
}
.main-container-menu .category-listing.list-view  .card-item .card-footer p:first-child{
	margin-right: 0;
}

.main-container-menu .page-filters .col-12.col-md-7,
.main-container-menu .page-filters .filter-wrapper {
	padding-left: 0.5rem !important;
}

.main-container-menu .page-filters .col-12.col-md-5,
.main-container-menu .page-filters .button-section {
	padding-right: 0.5rem !important;
}

.main-container-menu .category-listing {
	padding-right: 8px;
}

.main-container-menu .category-listing.list-view .card-responsive-wrapper{
	padding:0 8px !important;
}

@media (max-width:1199px){
	.main-container-menu .category-listing {
		padding: 0px 8px;
	}
	.main-container-menu .category-listing > .col-12.pr-3.pr-md-0{
		padding-left: 0 !important;
	}
}

@media (max-width:768px){
	.page-section-home{
		width: 100%;
		padding: 20px 8px !important;
	}
	.main-container-menu .category-listing > .col-12.pr-3.pr-md-0{
		padding-left: 15px !important;
	}
	.main-container-menu .category-listing .product-content .product-detail .card-title{
		font-size: 16px !important;
	}
	.main-container-menu .category-listing .card-item .card-footer p{
		font-size: 18px;
		line-height: 18px;
	}
	.main-container-menu .category-listing .card-item .card-footer .line-through{
		font-size: 14px;
		line-height: 14px;
	}
}

@media (max-width: 1530px) and (min-width: 768px) {
	.card-responsive-wrapper{
		flex: 0 0 33.3%;
		max-width: 33.3%;
	}
	.main-container-menu .category-listing .product-content .card-footer .btn,
	.category-listing .product-content .card-footer .btn {
		margin-top: 0 !important;
	}
	.main-container-menu .category-listing .card-img-product{
		height: 18vw;
		max-height: 18vw;
	}
}

@media (max-width:1200px) and (min-width:576px){
	.main-container-menu .category-listing.list-view  .card-responsive-wrapper .card-item .card-footer div:first-child{
		margin-right: 2rem;
	}
	.main-container-menu .category-listing.list-view  .product-content .product-detail{
		width: 45%;
	}
	.main-container-menu .category-listing.list-view  .card-responsive-wrapper .card-item .card-footer{
		width: 55%;
	}
}

@media (max-width:767px) and (min-width:576px){
	.card-responsive-wrapper{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.page-section-home{
		width: 100%;
		padding: 20px 16px !important;
	}
	.main-container-menu .category-listing .card-item .card-img-product.product-no-img .card-title-placeholder{
		font-size: 14px;
	}
	.main-container-menu .category-listing.list-view  .product-content .product-detail .card-title{
		-webkit-line-clamp: 3;
	}
	.main-container-menu .category-listing.list-view  .product-content .product-detail{
		width: 40%;
	}
	.main-container-menu .category-listing.list-view  .card-responsive-wrapper .card-item .card-footer{
		width: 60%;
	}
	.main-container-menu .category-listing.list-view  .card-responsive-wrapper .card-item .card-footer .btn{
		width: 130px;
	}
	.main-container-menu .category-listing .product-content .card-footer .btn,
	.category-listing .product-content .card-footer .btn {
		margin-top: 0 !important;
	}
	.main-container-menu .category-listing .card-responsive-wrapper:nth-child(odd){
		padding-left: 0px;
		padding-right: 8px;
	}
	.main-container-menu .category-listing .card-responsive-wrapper:nth-child(even){
		padding-left: 8px;
		padding-right: 0px;
	}

	.main-container-menu .category-listing.list-view .card-responsive-wrapper:nth-child(even),
	.main-container-menu .category-listing.list-view .card-responsive-wrapper:nth-child(odd){
		padding: 0px !important;
	}

	.main-container-menu .category-listing .card-img-product{
		height: 35vw !important;
		max-height: 35vw !important;
	}
	.main-container-menu .page-filters .text-muted,
	.main-container-menu .page-filters .input-group-search {
		margin-bottom: 1rem !important;
	}
}

@media screen and (max-width:1024px) and (min-width:576px){
	.main-container-menu .category-listing .card-img-product{
		height: 24vw;
		max-height: 24vw;
	}
}

@media screen and (max-width:992px){
	.main-container-menu .category-listing .card-item .card-img-product.product-no-img .card-title-placeholder{
		padding:0 10px;
	}
}

@media screen and (max-width:576px){
	.page-section-home{
		padding:15px !important;
	}
	.main-container-menu .category-listing .card-body.product-content{
		padding: 10px !important;
	}
	.main-container-menu .category-listing .card-responsive-wrapper:nth-child(odd){
		padding-left: 0px;
		padding-right: 6px;
	}
	.main-container-menu .category-listing .card-responsive-wrapper:nth-child(even){
		padding-left: 6px;
		padding-right: 0px;
	}
	.main-container-menu .category-listing.list-view .card-responsive-wrapper:nth-child(even),
	.main-container-menu .category-listing.list-view .card-responsive-wrapper:nth-child(odd){
		padding: 0px !important;
	}
	.main-container-menu .category-listing .product-content .card-footer .btn{
		margin-top: 0 !important;
		height: unset;
	}
	.product-content{
		height: auto;
	}

	.main-container-menu .category-listing.list-view .product-content .product-detail{
		height: 65px;
	}
	.main-container-menu .category-listing .card-item .card-footer p{
		font-size: 16px;
		line-height: 16px;
	}
	.main-container-menu .category-listing .card-item .card-footer .line-through {
		line-height: 12px;
		font-size: 12px;
	}
	.main-container-menu{
		padding-top: 16px;
	}
	.page-filters{
		margin-bottom: 1.5rem !important;
	}
	.page-filters .text-muted {
		font-size: 14px;
		margin-bottom: 1rem !important;
	}
	.page-filters .input-group-search{
		margin-bottom: 1rem;
	}
	.main-container-menu .category-listing .card-responsive-wrapper{
		margin-bottom: 1rem;
	}
	.main-container-menu .category-listing .card-item .card-img-product.product-no-img .card-title-placeholder{
		font-size: 12px;
	}
	.main-container-menu .category-listing .card-item .card-footer .btn{
		font-size: 15px !important;
	}
	.main-container-menu .category-listing.list-view  .card-responsive-wrapper .card-item .card-footer{
		height: auto !important;
	}
	.main-container-menu .category-listing.list-view  .card-item .card-footer .card-item-price{
		flex-direction: row;
		position: relative;
		margin: 14px 0;
	}
	.main-container-menu .category-listing.list-view  .card-item .card-footer p:first-child{
		margin-right: 6px;
	}
	.main-container-menu .category-listing.list-view  .card-responsive-wrapper .card-item .card-footer div:first-child{
		align-items: flex-end !important;
	}
	.main-container-menu .category-listing.list-view  .card-item .card-footer .card-item-price .line-through{
		margin-top: 0;
	}
	.main-container-menu .category-listing.list-view  .card-img-product{
		height: 123px !important;
		width: 123px !important;
	}
	.main-container-menu .category-listing.list-view  .card-responsive-wrapper .card-item .card-footer .btn{
		position: unset;
		width: 100% !important;
		height: 40px;
	}

	.main-container-menu .category-listing.list-view  .card-responsive-wrapper .card-item .card-body{
		padding-left: 12px !important;
	}
	.main-container-menu .page-filters .col-12.col-md-7,
	.main-container-menu .page-filters .filter-wrapper {
		padding-left: 0 !important;
	}
	.main-container-menu .page-filters .col-12.col-md-5,
	.main-container-menu .page-filters .button-section {
		padding-right: 0 !important;
	}
	.main-container-menu .category-listing {
		padding: 0 !important;
	}
}
@media screen and (max-width:350px){
	.main-container-menu .category-listing .card-item .card-img-product.product-no-img .card-title-placeholder{
		font-size: 10px;
	}
}

.dob-input-group {
	display: flex;
	justify-content: space-between;
}
.dob-input-group select {
	padding: 10px !important;
	padding-right: 0 !important;
}
.form-group.form-group-dob select {
	padding-right: 0 !important;
}
.dob-input-group #birth-year{
	width: 25%;
}
.dob-input-group #birth-month{
	width: 50%;
}
.dob-input-group #birth-date{
	width: 22%;
}
@media screen and (max-width:576px) {
	.dob-input-group select,
	.form-group.form-group-dob select{
		font-size: 15px;
	}
	.dob-input-group #birth-year{
		width: 28%;
	}
	.dob-input-group #birth-month{
		width: 44%;
	}
	.dob-input-group #birth-date{
		width: 22%;
	}
}
@media screen and (max-width:320px) {
	.dob-input-group {
		flex-flow: wrap;
	}
	.dob-input-group #birth-year{
		width: 100%;
		margin-bottom: 12px;
	}
	.dob-input-group #birth-month{
		width: 65%;
	}
	.dob-input-group #birth-date{
		width: 30%;
	}
}

.os-section-inner .form-group {
	font-weight: 600;
}
.os-section-inner .form-group label {
	cursor: default !important;
}
.os-section-inner .form-group.border-bottom {
	margin-bottom: 16px !important;
}
.promo-code-group small,
.table-body-checkout .item .item-list {
	color: #6c757d !important;
}

.checkout-final-section .col-12.mb-3.d-flex {
	align-items: center !important;
}

.checkout-final-section .col-12.mb-3.d-flex .nav-link,
.table-header-checkout {
	font-size: 14px;
}

.item-table .cart-img {
	width: 70px;
	height: 70px;
}

.item-table .table-body-checkout .item .card-title {
	margin-bottom: 0.25rem !important;
	font-size: 16px;
	white-space: normal;
}

.item-table .card-horizontal {
	min-width: unset !important;
}

.item .input-qty .form-control {
	padding: 0 !important;
}

.item-table-scroll-active {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.item-table-scroll-active .table-header-checkout {
	margin-right: 15px !important;
	margin-left: 15px !important;
	margin-bottom: 15px !important;
	padding-right: 8px;
}

.item-table-scroll-active .table-body-checkout .item {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.table-body-checkout .item .col-12.col-md-5 {
	padding-right: 1.2rem !important;
}

.table-body-checkout .item .col-6.col-md,
.table-body-checkout .item .total-field {
	line-height: 18px;
}

.table-body-checkout .td-buttons .btn {
	padding: 8px 0;
	font-size: 14px !important;
	width: 40px;
	text-align: center;
}

.table-body-checkout .item .col-6.col-md label {
	word-break: break-all;
}

.os-section-inner .form-control {
	height: auto;
	padding: 10px 12px;
	font-size: 15px;
}

@media (max-width: 1400px) and (min-width: 1200px) {
	.item-column {
		flex: 0 0 65%;
		max-width: 65%;
	}
	.order-first {
		flex: 0 0 35%;
		max-width: 35%;
	}
	.checkout-final-col {
		flex: 0 0 55%;
		max-width: 55%;
	}
	.table-body-checkout .item .col-12.col-md-5,
	.table-header-checkout .col-5 {
		flex: 0 0 35%;
		max-width: 35%;
	}
	/* .table-body-checkout .item .col-6.col-md {
        display: block !important;
      } */
	.table-body-checkout .item .total-field,
	.table-body-checkout .item .col-6.col-md,
	.table-body-checkout .item .text-right,
	.table-header-checkout .col {
		max-width: 17%;
	}
	.table-body-checkout .item .col-6.col-md-2,
	.table-header-checkout .col-2 {
		max-width: 20%;
	}
	.item-table .cart-img {
		width: 65px;
		height: 65px;
	}
	.item-table .card-horizontal .card-body.pl-3 {
		padding-left: 10px !important;
	}
	.item .input-qty .form-control {
		font-size: 14px;
		width: 42px;
	}
	.item-note-container {
		margin-right: unset !important;
		line-height: 20px;
	}
	.item-note-container span {
		font-size: 13px;
	}
}

@media (max-width: 1200px) and (min-width: 992px) {
	.item-column {
		flex: 0 0 70%;
		max-width: 70%;
	}
	.order-first {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.checkout-final-col {
		flex: 0 0 55%;
		max-width: 55%;
	}
	.item-table .cart-img {
		width: 60px;
		height: 60px;
	}
	.item-table .card-horizontal .card-body.pl-3 {
		padding-left: 10px !important;
	}
	.item .input-qty .form-control {
		font-size: 14px;
		width: 40px;
	}
	.table-body-checkout .td-buttons .btn {
		width: 35px;
		padding: 5px 0;
	}
	.item-note-container {
		margin-right: unset !important;
		line-height: 20px;
	}
	.item-note-container span {
		font-size: 13px;
	}
	.table-body-checkout .td-buttons .btn:first-child {
		margin-right: 0 !important;
	}
	.table-body-checkout .item .text-right,
	.table-header-checkout .text-right {
		max-width: 15%;
	}
	.table-body-checkout .item .col-6.col-md-2,
	.table-header-checkout .col-2 {
		padding-right: 0 !important;
		display: flex;
		justify-content: center;
	}
	.table-body-checkout .item .total-field,
	.table-header-checkout div:nth-child(4) {
		text-align: right;
	}
}

@media (max-width: 768px) and (min-width: 576px) {
	.table-body-checkout .item .col-12.col-md-5 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.table-body-checkout .item .col-6.col-md,
	.table-body-checkout .col-6.col-md-2.pl-0.pr-md-3.pr-0.mb-3.mb-md-0,
	.table-body-checkout .item .total-field,
	.col.px-0.text-right {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.table-body-checkout .item .col-6.col-md,
	.table-body-checkout .col-6.col-md-2.pl-0.pr-md-3.pr-0.mb-3.mb-md-0 {
		margin-bottom: 0 !important;
	}
	.table-body-checkout .item .col-12.col-md-5 {
		margin-bottom: 0.5rem !important;
	}
	.table-body-checkout
	.col-6.col-md-2.pl-0.pr-md-3.pr-0.mb-3.mb-md-0
	.justify-content-md-start {
		justify-content: flex-end !important;
		margin-bottom: 1rem !important;
	}
	.table-body-checkout .item .col-6.col-md {
		align-items: flex-end !important;
		margin-bottom: 1rem !important;
	}
	.table-body-checkout .item .total-field {
		display: flex;
		align-items: flex-end !important;
		font-weight: bold;
	}
}

.input-group .form-control.country-code-disable {
	border-radius: 6px !important;
}
.input-group .form-control.country-code-enable {
	border-left: 0;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
	border-bottom-left-radius: 0px !important;
}

/* Favorites Page Styles Updated */

.page-section-home.page-section-favorites {
	width: 1400px;
}

.page-section-home.page-section-favorites .category-listing .card-img-product {
	height: 280px;
	max-height: 280px;
}

.page-section-home.page-section-favorites .card-responsive-wrapper .card-item-price {
	display: none !important;
}

.page-section-home.page-section-favorites .main-container-menu .category-listing .product-content .product-detail {
	margin-bottom: 16px;
}

@media screen and (max-width: 1400px) {
	.page-section-home.page-section-favorites {
		width: 1050px;
	}
}

@media screen and (max-width: 1200px) {
	.page-section-home.page-section-favorites {
		width: 900px;
	}
}

@media screen and (max-width: 1000px) {
	.page-section-home.page-section-favorites .main-container-menu {
		padding: 0 20px;
	}
}

@media screen and (max-width: 576px) {
	.page-section-home.page-section-favorites .main-container-menu {
		padding: 15px 0px;
	}
}

@media (max-width: 1530px) and (min-width: 768px) {
	.page-section-home.page-section-favorites
	.category-listing
	.card-img-product {
		height: 18vw;
		max-height: 18vw;
	}
}

@media screen and (max-width: 1024px) and (min-width: 576px) {
	.page-section-home.page-section-favorites
	.category-listing
	.card-img-product {
		height: 24vw;
		max-height: 24vw;
	}
	.page-section-home.page-section-favorites {
		width: 100%;
	}
}

#date_change_warning_modal .error-row {
	border-radius: 6px;
	padding: 22px;
	margin: 0px;
	background-color: rgba(244, 67, 54, 0.05);
	color: red;
	font-weight: 600;
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-bottom: 0 !important;
	width: 100%;
}

#date_change_warning_modal .error-row .error-icon {
	width: 10%;
	font-size: 30px;
}

#date_change_warning_modal .error-row .error-text {
	width: 90%;
}


#date_change_warning_modal label {
	font-size: 14px;
}

@media (max-width: 768px) {
	#date_change_warning_modal .error-row {
		text-align: center;
		padding: 16px;
	}

	#date_change_warning_modal .error-row .error-icon {
		display: none;
	}

	#date_change_warning_modal .error-row .error-text {
		width: 100%;
	}
}

.checkout-qr-code-container{
	display: flex;
	justify-content: center;
	flex: 1;
}

.checkout-qr-code-container #qrcode{
	border: 2px solid #ffffff;
	padding: 4px;
	line-height: 0;
}

.checkout-qr-code-container #qrcode canvas{
	padding: 5px;
	background: #ffffff;
}

#purchase-date-time-picker.disabled input,
#purchase-date-time-picker.disabled select{
	background-color: #e9ecef;
}
@media (min-width: 0px) and (max-width:938px) {
	.navbar-main {
		flex-direction: unset !important;
		height: 195px
	}
	.navbar-main .nav-container-2 {
		height: calc(195px - 60px) !important
	}
	.col-md-5-product-search-bar {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}
	body {
		padding-top: 195px
	}
}


@media (min-width: 939px) and (max-width: 992px) {
	.navbar-main .nav-container-2 {
		height: calc(125px - 60px) !important
	}
	.navbar-main {
		flex-direction: unset !important;
		height: 150px
	}
	.col-md-5-product-search-bar {
		-webkit-box-flex: 0;
		flex: 0 0 41.66667%;
		max-width: 30%;
		padding: 12px 0 12px 12px;
	}
	body {
		padding-top: 150px
	}
}