@charset "utf-8";
/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/** COLOR PALETTE **/
body.is-bris {
	font-family: 'franklin-gothic-urw', sans-serif;
}

@media print {

	@page  {
		size: a3;
	}
	*,
	*::before,
	*::after {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a:not(.btn) {
		text-decoration: underline;
	}

	abbr[title]::after {
		content: ' (' attr(title) ')';
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	body {
		min-width: 992px !important;
	}

	.container {
		min-width: 992px !important;
	}

	.navbar {
		display: none;
	}

	.badge {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}

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

	.table-dark {
		color: inherit;
	}

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

	.table .thead-dark th {
		border-color: #dee2e6;
		color: inherit;
	}
}

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

@-ms-viewport {
	width: device-width;
}

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

body {
	background-color: #fff;
	color: #212529;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	font-size: 0.9375rem;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	text-align: left;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

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

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

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

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

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

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

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

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

dfn {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	background-color: transparent;
	color: #000;
	text-decoration: none;
	-webkit-text-decoration-skip: objects;
}

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

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

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

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

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

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

figure {
	margin: 0 0 1rem;
}

img {
	border-style: none;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

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

th {
	text-align: inherit;
}

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

button {
	border-radius: 0;
}

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

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

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

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

textarea {
	overflow: auto;
	resize: vertical;
}

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

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

progress {
	vertical-align: baseline;
}

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

output {
	display: inline-block;
}

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

template {
	display: none;
}

[hidden] {
	display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #fff;
	font-family: inherit;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 0.5rem;
}

h1,
.h1 {
	font-size: 3.75rem;
}

h2,
.h2 {
	font-size: 2.25rem;
}

h3,
.h3 {
	font-size: 1.875rem;
}

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

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

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

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

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.1;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.1;
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1.1;
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
	background-color: #fff;
	border: 1px solid #dee2e6;
	height: auto;
	max-width: 100%;
	padding: 0.25rem;
}

.figure {
	display: inline-block;
}

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

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

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

@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: 1170px;
	}
}

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

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

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

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.productListingBlock-columnLeft,
.productListingBundles-columnLeft,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.productListingBlock-columnRight,
.productListingBundles-columnRight,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.is-giftRegistryListing .productListingBlock-columnRight,
.is-giftRegistryListing .productListingBundles-columnRight,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	min-height: 1px;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	width: 100%;
}

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

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: none;
	width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: none;
		width: auto;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: none;
		width: auto;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: none;
		width: auto;
	}

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

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

	.col-lg-3,
	.productListingBlock-columnLeft,
	.productListingBundles-columnLeft {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

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

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

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

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

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

	.col-lg-9,
	.productListingBlock-columnRight,
	.productListingBundles-columnRight {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

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

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

	.col-lg-12,
	.is-giftRegistryListing .productListingBlock-columnRight,
	.is-giftRegistryListing .productListingBundles-columnRight {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: none;
		width: auto;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
	background-color: transparent;
	margin-bottom: 1rem;
	max-width: 100%;
	width: 100%;
}

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

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

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

.table .table {
	background-color: #fff;
}

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

.table-bordered {
	border: 1px solid #dee2e6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
	background-color: #212529;
	border-color: #32383e;
	color: #fff;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #32383e;
}

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

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

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

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		overflow-x: auto;
		width: 100%;
	}

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

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		overflow-x: auto;
		width: 100%;
	}

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

@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		overflow-x: auto;
		width: 100%;
	}

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

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		overflow-x: auto;
		width: 100%;
	}

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

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

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

.form-control {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #444;
	border-radius: 0;
	color: #212529;
	display: block;
	font-size: 0.9375rem;
	line-height: 1.5;
	padding: 0.375rem 0.75rem;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	width: 100%;
}

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

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

.form-control:focus {
	background-color: #fff;
	border-color: #80bdff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 123, 255, 0.25);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 123, 255, 0.25);
	color: #212529;
	outline: 0;
}

.form-control::-webkit-input-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:not([size]):not([multiple]) {
	height: 60px;
}

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

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

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

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

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

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

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
	padding-left: 0;
	padding-right: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
	font-size: 0.75rem;
	line-height: 1.5;
	padding: 0.25rem 0.5rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
	height: calc(1.8125rem + 2px);
}

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

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
	height: calc(2.875rem + 2px);
}

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
	border-color: #28a745;
}

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

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
	background-color: #71dd8a;
}

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
	border-color: inherit;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

@media (min-width: 576px) {
	.form-inline label {
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-pack: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0;
	}

	.form-inline .form-group {
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-direction: normal;
		-webkit-box-flex: 0;
		-webkit-box-orient: horizontal;
		display: -webkit-box;
		display: flex;
		display: -ms-flexbox;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-align: center;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-bottom: 0;
	}

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

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

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

	.form-inline .form-check {
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-pack: center;
		display: -webkit-box;
		display: flex;
		display: -ms-flexbox;
		-ms-flex-align: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 0;
		width: auto;
	}

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

	.form-inline .custom-control {
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-pack: center;
		-ms-flex-align: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.btn {
	border: 1px solid transparent;
	border-radius: 0;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: normal;
	line-height: 1.5;
	padding: 0.375rem 0.75rem;
	text-align: center;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

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

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

.btn:focus,
.btn.focus {
	-webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
	outline: 0;
}

.btn.disabled,
.btn:disabled {
	opacity: 0.65;
}

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

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
	background-image: none;
}

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

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

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

.btn-primary:focus,
.btn-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

.btn-secondary:focus,
.btn-secondary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

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

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

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

.btn-success:focus,
.btn-success.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

.btn-info:focus,
.btn-info.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

.btn-warning:hover {
	background-color: #e0a800;
	border-color: #d39e00;
	color: #212529;
}

.btn-warning:focus,
.btn-warning.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

.btn-danger:focus,
.btn-danger.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

.btn-light:focus,
.btn-light.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

.btn-dark:focus,
.btn-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
	background-color: transparent;
	background-image: none;
	border-color: #007bff;
	color: #007bff;
}

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

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
	background-color: transparent;
	background-image: none;
	border-color: #6c757d;
	color: #6c757d;
}

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

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

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

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
	background-color: transparent;
	background-image: none;
	border-color: #28a745;
	color: #28a745;
}

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

.btn-outline-success:focus,
.btn-outline-success.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
	background-color: transparent;
	background-image: none;
	border-color: #17a2b8;
	color: #17a2b8;
}

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

.btn-outline-info:focus,
.btn-outline-info.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
	background-color: transparent;
	background-image: none;
	border-color: #ffc107;
	color: #ffc107;
}

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

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
	background-color: transparent;
	background-image: none;
	border-color: #dc3545;
	color: #dc3545;
}

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa;
	color: #f8f9fa;
}

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

.btn-outline-light:focus,
.btn-outline-light.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
	background-color: transparent;
	background-image: none;
	border-color: #343a40;
	color: #343a40;
}

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

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
	background-color: transparent;
	color: #000;
	font-weight: normal;
}

.btn-link:hover {
	background-color: transparent;
	border-color: transparent;
	color: #000;
	text-decoration: underline;
}

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

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

.btn-lg,
.btn-group-lg > .btn {
	border-radius: 0;
	font-size: 1.125rem;
	line-height: 1.5;
	padding: 0.5rem 1rem;
}

.btn-sm,
.btn-group-sm > .btn {
	border-radius: 0;
	font-size: 0.75rem;
	line-height: 1.5;
	padding: 0.25rem 0.5rem;
}

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

.btn-block + .btn-block {
	margin-top: 0.5rem;
}

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

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

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

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

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

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

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

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

.dropdown-toggle::after {
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	border-right: 0.3em solid transparent;
	border-top: 0.3em solid;
	content: '';
	display: inline-block;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	width: 0;
}

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

.dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: #212529;
	display: none;
	float: left;
	font-size: 0.9375rem;
	left: 0;
	list-style: none;
	margin: 0.125rem 0 0;
	min-width: 10rem;
	padding: 0.5rem 0;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 1000;
}

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

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

.dropup .dropdown-toggle::after {
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
	border-right: 0.3em solid transparent;
	border-top: 0;
	content: '';
	display: inline-block;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	width: 0;
}

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

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

.dropright .dropdown-toggle::after {
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
	border-right: 0;
	border-top: 0.3em solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	width: 0;
}

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

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

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

.dropleft .dropdown-toggle::after {
	content: '';
	display: inline-block;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	width: 0;
}

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

.dropleft .dropdown-toggle::before {
	border-bottom: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-top: 0.3em solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	width: 0;
}

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

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

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

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

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

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

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

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

.dropdown-menu.show {
	display: block;
}

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

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

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

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

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

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

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
	margin-left: -1px;
}

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

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

.btn-group > .btn:first-child {
	margin-left: 0;
}

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

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

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

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

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

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

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

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-left: 0;
	margin-top: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-text {
	align-items: center;
	background-color: #e9ecef;
	border: 1px solid #444;
	-webkit-box-align: center;
	color: #495057;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	font-size: 0.9375rem;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 0.375rem 0.75rem;
	text-align: center;
	white-space: nowrap;
}

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

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

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

.custom-control-input {
	opacity: 0;
	position: absolute;
	z-index: -1;
}

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

.custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
	background-color: #b3d7ff;
	color: #fff;
}

.custom-control-input:disabled ~ .custom-control-label {
	color: #6c757d;
}

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

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

.custom-control-label::before {
	background-color: #dee2e6;
	content: '';
	display: block;
	height: 1rem;
	left: -1.5rem;
	pointer-events: none;
	position: absolute;
	top: 0.25rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 1rem;
}

.custom-control-label::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50% 50%;
	content: '';
	display: block;
	height: 1rem;
	left: -1.5rem;
	position: absolute;
	top: 0.25rem;
	width: 1rem;
}

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

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

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

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

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

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

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

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

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

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

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

.custom-select:focus {
	border-color: #80bdff;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
	outline: 0;
}

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

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

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

.custom-select::-ms-expand {
	opacity: 0;
}

.custom-select-sm {
	font-size: 75%;
	height: calc(1.8125rem + 2px);
	padding-bottom: 0.375rem;
	padding-top: 0.375rem;
}

.custom-select-lg {
	font-size: 125%;
	height: calc(2.875rem + 2px);
	padding-bottom: 0.375rem;
	padding-top: 0.375rem;
}

.custom-file {
	display: inline-block;
	height: calc(2.25rem + 2px);
	margin-bottom: 0;
	position: relative;
	width: 100%;
}

.custom-file-input {
	height: calc(2.25rem + 2px);
	margin: 0;
	opacity: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}

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

.custom-file-input:focus ~ .custom-file-label::after {
	border-color: #80bdff;
}

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

.custom-file-label {
	background-color: #fff;
	border: 1px solid #ced4da;
	color: #495057;
	height: calc(2.25rem + 2px);
	left: 0;
	line-height: 1.5;
	padding: 0.375rem 0.75rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.custom-file-label::after {
	background-color: #e9ecef;
	border-left: 1px solid #ced4da;
	bottom: 0;
	color: #495057;
	content: 'Browse';
	display: block;
	height: 2.25rem;
	line-height: 1.5;
	padding: 0.375rem 0.75rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

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

.custom-range:focus {
	outline: none;
}

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

.custom-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background-color: #007bff;
	border: 0;
	height: 1rem;
	margin-top: -0.25rem;
	width: 1rem;
}

.custom-range::-webkit-slider-thumb:focus {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	outline: none;
}

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

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

.custom-range::-moz-range-thumb {
	-moz-appearance: none;
	appearance: none;
	background-color: #007bff;
	border: 0;
	height: 1rem;
	width: 1rem;
}

.custom-range::-moz-range-thumb:focus {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	outline: none;
}

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

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

.custom-range::-ms-thumb {
	appearance: none;
	background-color: #007bff;
	border: 0;
	height: 1rem;
	width: 1rem;
}

.custom-range::-ms-thumb:focus {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	outline: none;
}

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

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

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

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

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

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

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

.nav-link.disabled {
	color: #6c757d;
}

.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:hover,
.nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
}

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

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

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

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

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

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

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

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

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

.navbar > .container,
.navbar > .container-fluid {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

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

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

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

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

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

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

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

.navbar-toggler {
	background-color: transparent;
	border: 1px solid transparent;
	font-size: 1.25rem;
	line-height: 1;
	padding: 0.25rem 0.75rem;
}

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

.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer;
}

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

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

@media (min-width: 576px) {
	.navbar-expand-sm {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: start;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

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

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

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

	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

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

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

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

@media (min-width: 768px) {
	.navbar-expand-md {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: start;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

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

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

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

	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

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

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

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

@media (min-width: 992px) {
	.navbar-expand-lg {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: start;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

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

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

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

	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

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

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

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

@media (min-width: 1200px) {
	.navbar-expand-xl {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: start;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

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

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

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

	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

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

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

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

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

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

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

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

.navbar-expand > .container,
.navbar-expand > .container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

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

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

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-footer {
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
	padding: 0.75rem 1.25rem;
}

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

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

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

.card-img {
	width: 100%;
}

.card-img-top {
	width: 100%;
}

.card-img-bottom {
	width: 100%;
}

.card-deck {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

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

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

	.card-deck .card {
		-webkit-box-direction: normal;
		-webkit-box-flex: 1;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		display: flex;
		display: -ms-flexbox;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0;
		margin-left: 15px;
		margin-right: 15px;
	}
}

.card-group {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

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

@media (min-width: 576px) {
	.card-group {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-item + .breadcrumb-item::before {
	color: #000;
	content: '/';
	display: inline-block;
	padding-right: 0.5rem;
}

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

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

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

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

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-warning {
	background-color: #fff3cd;
	border-color: #ffeeba;
	color: #856404;
}

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

.alert-warning .alert-link {
	color: #533f03;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-item:last-child {
	margin-bottom: 0;
}

.list-group-item:hover,
.list-group-item:focus {
	text-decoration: none;
	z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-item-warning {
	background-color: #ffeeba;
	color: #856404;
}

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

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

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

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

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

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

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

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

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

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

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

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

.close:hover,
.close:focus {
	color: #000;
	opacity: 0.75;
	text-decoration: none;
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer;
}

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

.modal-open {
	overflow: hidden;
}

.modal {
	bottom: 0;
	display: none;
	left: 0;
	outline: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1050;
}

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

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

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

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

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

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

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

.modal-backdrop {
	background-color: #000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1040;
}

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

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

.modal-header {
	align-items: flex-start;
	border-bottom: 1px solid #e9ecef;
	-webkit-box-align: start;
	-webkit-box-pack: justify;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	-ms-flex-align: start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
}

.modal-header .close {
	margin: -1rem -1rem -1rem auto;
	padding: 1rem;
}

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

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

.modal-footer {
	align-items: center;
	border-top: 1px solid #e9ecef;
	-webkit-box-align: center;
	-webkit-box-pack: end;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	-ms-flex-align: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
}

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

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

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

@media (min-width: 576px) {
	.modal-dialog {
		margin: 1.75rem auto;
		max-width: 500px;
	}

	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}

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

@media (min-width: 992px) {
	.modal-lg {
		max-width: 800px;
	}
}

.tooltip {
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	font-size: 0.875rem;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	margin: 0;
	opacity: 0;
	position: absolute;
	text-align: start;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: break-word;
	z-index: 1070;
}

.tooltip.show {
	opacity: 0.9;
}

.tooltip .arrow {
	display: block;
	height: 0.4rem;
	position: absolute;
	width: 0.8rem;
}

.tooltip .arrow::before {
	border-color: transparent;
	border-style: solid;
	content: '';
	position: absolute;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
	padding: 0.4rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

.tooltip-inner {
	background-color: #000;
	color: #fff;
	max-width: 200px;
	padding: 0.25rem 0.5rem;
	text-align: center;
}

.popover {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	font-size: 0.875rem;
	font-style: normal;
	font-weight: normal;
	left: 0;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	max-width: 276px;
	position: absolute;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	top: 0;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: break-word;
	z-index: 1060;
}

.popover .arrow {
	display: block;
	height: 0.5rem;
	margin: 0;
	position: absolute;
	width: 1rem;
}

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

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

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
	bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
	border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
}

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

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

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

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
	border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
	border-right-color: rgba(0, 0, 0, 0.25);
	left: 0;
}

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

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

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
	top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
	border-width: 0 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: 0;
}

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

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
	border-bottom: 1px solid #f7f7f7;
	content: '';
	display: block;
	left: 50%;
	margin-left: -0.5rem;
	position: absolute;
	top: 0;
	width: 1rem;
}

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

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

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
	border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
	border-left-color: rgba(0, 0, 0, 0.25);
	right: 0;
}

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

.popover-header {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	color: inherit;
	font-size: 0.9375rem;
	margin-bottom: 0;
	padding: 0.5rem 0.75rem;
}

.popover-header:empty {
	display: none;
}

.popover-body {
	color: #212529;
	padding: 0.5rem 0.75rem;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-primary {
	background-color: #007bff !important;
}

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

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

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #545b62 !important;
}

.bg-success {
	background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #1e7e34 !important;
}

.bg-info {
	background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #117a8b !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

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

.bg-danger {
	background-color: #dc3545 !important;
}

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

.bg-light {
	background-color: #f8f9fa !important;
}

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

.bg-dark {
	background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #1d2124 !important;
}

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

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-right {
	border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
	border-left: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #007bff !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #28a745 !important;
}

.border-info {
	border-color: #17a2b8 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #343a40 !important;
}

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

.rounded {
	border-radius: 0 !important;
}

.rounded-top {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.rounded-right {
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.rounded-bottom {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.rounded-left {
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.clearfix::after,
.reviewForm-ratingWrap::after {
	clear: both;
	content: '';
	display: block;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}

	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-table {
		display: table !important;
	}

	.d-sm-table-row {
		display: table-row !important;
	}

	.d-sm-table-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}

	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-table {
		display: table !important;
	}

	.d-md-table-row {
		display: table-row !important;
	}

	.d-md-table-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}

	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-table {
		display: table !important;
	}

	.d-lg-table-row {
		display: table-row !important;
	}

	.d-lg-table-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}

	.d-xl-inline {
		display: inline !important;
	}

	.d-xl-inline-block {
		display: inline-block !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-table {
		display: table !important;
	}

	.d-xl-table-row {
		display: table-row !important;
	}

	.d-xl-table-cell {
		display: table-cell !important;
	}

	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}

	.d-print-inline {
		display: inline !important;
	}

	.d-print-inline-block {
		display: inline-block !important;
	}

	.d-print-block {
		display: block !important;
	}

	.d-print-table {
		display: table !important;
	}

	.d-print-table-row {
		display: table-row !important;
	}

	.d-print-table-cell {
		display: table-cell !important;
	}

	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.embed-responsive {
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.embed-responsive::before {
	content: '';
	display: block;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.embed-responsive-21by9::before {
	padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	-webkit-box-direction: normal !important;
	-webkit-box-orient: horizontal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-direction: normal !important;
	-webkit-box-orient: vertical !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-direction: reverse !important;
	-webkit-box-orient: horizontal !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-direction: reverse !important;
	-webkit-box-orient: vertical !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	flex-grow: 0 !important;
	-ms-flex-positive: 0 !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	flex-grow: 1 !important;
	-ms-flex-positive: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	align-items: flex-start !important;
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
}

.align-items-end {
	align-items: flex-end !important;
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
}

.align-items-center {
	align-items: center !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
	-ms-flex-line-pack: start !important;
}

.align-content-end {
	align-content: flex-end !important;
	-ms-flex-line-pack: end !important;
}

.align-content-center {
	align-content: center !important;
	-ms-flex-line-pack: center !important;
}

.align-content-between {
	align-content: space-between !important;
	-ms-flex-line-pack: justify !important;
}

.align-content-around {
	align-content: space-around !important;
	-ms-flex-line-pack: distribute !important;
}

.align-content-stretch {
	align-content: stretch !important;
	-ms-flex-line-pack: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
	-ms-flex-item-align: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
	-ms-flex-item-align: start !important;
}

.align-self-end {
	align-self: flex-end !important;
	-ms-flex-item-align: end !important;
}

.align-self-center {
	align-self: center !important;
	-ms-flex-item-align: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
	-ms-flex-item-align: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
	-ms-flex-item-align: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-direction: normal !important;
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-sm-column {
		-webkit-box-direction: normal !important;
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		-webkit-box-direction: reverse !important;
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		-webkit-box-direction: reverse !important;
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important;
		-ms-flex-positive: 0 !important;
	}

	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important;
		-ms-flex-positive: 1 !important;
	}

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-sm-start {
		align-items: flex-start !important;
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
	}

	.align-items-sm-end {
		align-items: flex-end !important;
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
	}

	.align-items-sm-center {
		align-items: center !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
	}

	.align-items-sm-baseline {
		align-items: baseline !important;
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
	}

	.align-items-sm-stretch {
		align-items: stretch !important;
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
	}

	.align-content-sm-start {
		align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
	}

	.align-content-sm-end {
		align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
	}

	.align-content-sm-center {
		align-content: center !important;
		-ms-flex-line-pack: center !important;
	}

	.align-content-sm-between {
		align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
	}

	.align-content-sm-around {
		align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
	}

	.align-content-sm-stretch {
		align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
	}

	.align-self-sm-auto {
		align-self: auto !important;
		-ms-flex-item-align: auto !important;
	}

	.align-self-sm-start {
		align-self: flex-start !important;
		-ms-flex-item-align: start !important;
	}

	.align-self-sm-end {
		align-self: flex-end !important;
		-ms-flex-item-align: end !important;
	}

	.align-self-sm-center {
		align-self: center !important;
		-ms-flex-item-align: center !important;
	}

	.align-self-sm-baseline {
		align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
	}

	.align-self-sm-stretch {
		align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-direction: normal !important;
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-md-column {
		-webkit-box-direction: normal !important;
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		-webkit-box-direction: reverse !important;
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		-webkit-box-direction: reverse !important;
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important;
		-ms-flex-positive: 0 !important;
	}

	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important;
		-ms-flex-positive: 1 !important;
	}

	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-md-start {
		align-items: flex-start !important;
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
	}

	.align-items-md-end {
		align-items: flex-end !important;
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
	}

	.align-items-md-center {
		align-items: center !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
	}

	.align-items-md-baseline {
		align-items: baseline !important;
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
	}

	.align-items-md-stretch {
		align-items: stretch !important;
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
	}

	.align-content-md-start {
		align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
	}

	.align-content-md-end {
		align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
	}

	.align-content-md-center {
		align-content: center !important;
		-ms-flex-line-pack: center !important;
	}

	.align-content-md-between {
		align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
	}

	.align-content-md-around {
		align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
	}

	.align-content-md-stretch {
		align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
	}

	.align-self-md-auto {
		align-self: auto !important;
		-ms-flex-item-align: auto !important;
	}

	.align-self-md-start {
		align-self: flex-start !important;
		-ms-flex-item-align: start !important;
	}

	.align-self-md-end {
		align-self: flex-end !important;
		-ms-flex-item-align: end !important;
	}

	.align-self-md-center {
		align-self: center !important;
		-ms-flex-item-align: center !important;
	}

	.align-self-md-baseline {
		align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
	}

	.align-self-md-stretch {
		align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-direction: normal !important;
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-lg-column {
		-webkit-box-direction: normal !important;
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		-webkit-box-direction: reverse !important;
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		-webkit-box-direction: reverse !important;
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important;
		-ms-flex-positive: 0 !important;
	}

	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important;
		-ms-flex-positive: 1 !important;
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-lg-start {
		align-items: flex-start !important;
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
	}

	.align-items-lg-end {
		align-items: flex-end !important;
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
	}

	.align-items-lg-center {
		align-items: center !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
	}

	.align-items-lg-baseline {
		align-items: baseline !important;
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
	}

	.align-items-lg-stretch {
		align-items: stretch !important;
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
	}

	.align-content-lg-start {
		align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
	}

	.align-content-lg-end {
		align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
	}

	.align-content-lg-center {
		align-content: center !important;
		-ms-flex-line-pack: center !important;
	}

	.align-content-lg-between {
		align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
	}

	.align-content-lg-around {
		align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
	}

	.align-content-lg-stretch {
		align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
	}

	.align-self-lg-auto {
		align-self: auto !important;
		-ms-flex-item-align: auto !important;
	}

	.align-self-lg-start {
		align-self: flex-start !important;
		-ms-flex-item-align: start !important;
	}

	.align-self-lg-end {
		align-self: flex-end !important;
		-ms-flex-item-align: end !important;
	}

	.align-self-lg-center {
		align-self: center !important;
		-ms-flex-item-align: center !important;
	}

	.align-self-lg-baseline {
		align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
	}

	.align-self-lg-stretch {
		align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-direction: normal !important;
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-xl-column {
		-webkit-box-direction: normal !important;
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		-webkit-box-direction: reverse !important;
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		-webkit-box-direction: reverse !important;
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		flex-grow: 0 !important;
		-ms-flex-positive: 0 !important;
	}

	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		flex-grow: 1 !important;
		-ms-flex-positive: 1 !important;
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-xl-start {
		align-items: flex-start !important;
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
	}

	.align-items-xl-end {
		align-items: flex-end !important;
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
	}

	.align-items-xl-center {
		align-items: center !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
	}

	.align-items-xl-baseline {
		align-items: baseline !important;
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
	}

	.align-items-xl-stretch {
		align-items: stretch !important;
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
	}

	.align-content-xl-start {
		align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
	}

	.align-content-xl-end {
		align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
	}

	.align-content-xl-center {
		align-content: center !important;
		-ms-flex-line-pack: center !important;
	}

	.align-content-xl-between {
		align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
	}

	.align-content-xl-around {
		align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
	}

	.align-content-xl-stretch {
		align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
	}

	.align-self-xl-auto {
		align-self: auto !important;
		-ms-flex-item-align: auto !important;
	}

	.align-self-xl-start {
		align-self: flex-start !important;
		-ms-flex-item-align: start !important;
	}

	.align-self-xl-end {
		align-self: flex-end !important;
		-ms-flex-item-align: end !important;
	}

	.align-self-xl-center {
		align-self: center !important;
		-ms-flex-item-align: center !important;
	}

	.align-self-xl-baseline {
		align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
	}

	.align-self-xl-stretch {
		align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
	}
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}

	.float-sm-right {
		float: right !important;
	}

	.float-sm-none {
		float: none !important;
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}

	.float-md-right {
		float: right !important;
	}

	.float-md-none {
		float: none !important;
	}
}

@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
	}

	.float-lg-right {
		float: right !important;
	}

	.float-lg-none {
		float: none !important;
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}

	.float-xl-right {
		float: right !important;
	}

	.float-xl-none {
		float: none !important;
	}
}

.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 {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1030;
}

.fixed-bottom {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	overflow: visible;
	position: static;
	white-space: normal;
	width: auto;
}

.shadow-sm {
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
	-webkit-box-shadow: none !important;
	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;
}

.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: 0.25rem !important;
}

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

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

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

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

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

.pl-2,
.px-2 {
	padding-left: 0.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-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: 0.25rem !important;
	}

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

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

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

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

	.m-sm-2 {
		margin: 0.5rem !important;
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.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: 0.25rem !important;
	}

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

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

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

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

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

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

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

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

	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.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-auto {
		margin: auto !important;
	}

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

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

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

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

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}

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

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

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

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

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

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

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

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

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

	.m-md-2 {
		margin: 0.5rem !important;
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.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: 0.25rem !important;
	}

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

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

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

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

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

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

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

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

	.pl-md-2,
	.px-md-2 {
		padding-left: 0.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-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: 0.25rem !important;
	}

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

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

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

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

	.m-lg-2 {
		margin: 0.5rem !important;
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.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: 0.25rem !important;
	}

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

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

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

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

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

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

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

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

	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.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-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: 0.25rem !important;
	}

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

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

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

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

	.m-xl-2 {
		margin: 0.5rem !important;
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.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: 0.25rem !important;
	}

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

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

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

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

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

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

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

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

	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.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-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;
}

.text-justify {
	text-align: justify !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-normal {
	font-weight: normal !important;
}

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

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

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

.text-primary {
	color: #007bff !important;
}

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

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

a.text-secondary:hover,
a.text-secondary:focus {
	color: #545b62 !important;
}

.text-success {
	color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
	color: #1e7e34 !important;
}

.text-info {
	color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
	color: #117a8b !important;
}

.text-warning {
	color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #d39e00 !important;
}

.text-danger {
	color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #bd2130 !important;
}

.text-light {
	color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
	color: #dae0e5 !important;
}

.text-dark {
	color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
	color: #1d2124 !important;
}

.text-body {
	color: #212529 !important;
}

.text-muted,
.giftCardPayment-result--label,
.giftCardPayment-result--number {
	color: #6c757d !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
	background-color: transparent;
	border: 0;
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
	background: #fff;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	color: #333;
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	position: relative;
	z-index: 9999;
}

.pika-single.is-hidden {
	display: none;
}

.pika-single.is-bound {
	-webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
	position: absolute;
}

.pika-single {
	*zoom: 1;
}

.pika-single:before,
.pika-single:after {
	content: ' ';
	display: table;
}

.pika-single:after {
	clear: both;
}

.pika-lendar {
	float: left;
	margin: 8px;
	width: 240px;
}

.pika-title {
	position: relative;
	text-align: center;
}

.pika-title select {
	cursor: pointer;
	filter: alpha(opacity=0);
	left: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: 5px;
	z-index: 9998;
}

.pika-label {
	*display: inline;
	background-color: #fff;
	color: #333;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	overflow: hidden;
	padding: 5px 3px;
	position: relative;
	z-index: 9999;
}

.pika-prev,
.pika-next {
	*position: absolute;
	*top: 0;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 75% 75%;
	border: 0;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 20px;
	white-space: nowrap;
	width: 20px;
}

.pika-prev:hover,
.pika-next:hover {
	opacity: 1;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
	cursor: default;
	opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
	*left: 0;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
	float: left;
}

.pika-next,
.is-rtl .pika-prev {
	*right: 0;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
	float: right;
}

.pika-select {
	*display: inline;
	display: inline-block;
}

.pika-table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.pika-table th,
.pika-table td {
	padding: 0;
	width: 14.285714285714286%;
}

.pika-table th {
	color: #999;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}

.pika-table abbr {
	border-bottom: none;
	cursor: help;
}

.pika-button {
	background: #f5f5f5;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
	cursor: pointer;
	display: block;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	outline: none;
	padding: 5px;
	text-align: right;
	width: 100%;
}

.is-today .pika-button {
	color: #3af;
	font-weight: bold;
}

.is-selected .pika-button {
	background: #3af;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px #178fe5;
	box-shadow: inset 0 1px 3px #178fe5;
	color: #fff;
	font-weight: bold;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
	color: #999;
	opacity: 0.3;
}

.is-disabled .pika-button {
	cursor: default;
	pointer-events: none;
}

.pika-button:hover {
	background: #ff8000;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

.pika-button .is-selection-disabled {
	cursor: default;
	pointer-events: none;
}

.pika-week {
	color: #999;
	font-size: 11px;
}

.is-inrange .pika-button {
	background: #d5e9f7;
}

.is-startrange .pika-button {
	background: #6cb31d;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

.is-endrange .pika-button {
	background: #3af;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.noUi-target {
	position: relative;
}

.noUi-base,
.noUi-connects {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}

/* Wrapper for all connect elements.
  */
.noUi-connects {
	overflow: hidden;
	z-index: 0;
}

.noUi-connect,
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform-style: flat;
	-webkit-transform-style: preserve-3d;
	transform-style: flat;
	will-change: transform;
	z-index: 1;
}

.noUi-connect {
	height: 100%;
	width: 100%;
}

.noUi-origin {
	height: 10%;
	width: 10%;
}

/* Offset direction
  */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	left: 0;
	right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
	width: 0;
}

.noUi-horizontal .noUi-origin {
	height: 0;
}

.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
}

.noUi-touch-area {
	height: 100%;
	width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

/* Slider size and handle placement;
  */
.noUi-horizontal {
	height: 18px;
}

.noUi-horizontal .noUi-handle {
	height: 28px;
	right: -17px;
	top: -6px;
	width: 34px;
}

.noUi-vertical {
	width: 18px;
}

.noUi-vertical .noUi-handle {
	height: 34px;
	right: -6px;
	top: -17px;
	width: 28px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -17px;
	right: auto;
}

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
	background: #fafafa;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
	box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
	border-radius: 3px;
}

.noUi-connect {
	background: #3fb8af;
}

/* Handles and cursors;
  */
.noUi-draggable {
	cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}

.noUi-handle {
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
	cursor: default;
}

.noUi-active {
	-webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
  */
.noUi-handle:before,
.noUi-handle:after {
	background: #e8e7e6;
	content: '';
	display: block;
	height: 14px;
	left: 14px;
	position: absolute;
	top: 6px;
	width: 1px;
}

.noUi-handle:after {
	left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	height: 1px;
	left: 6px;
	top: 14px;
	width: 14px;
}

.noUi-vertical .noUi-handle:after {
	top: 17px;
}

/* Disabled state;
  */
[disabled] .noUi-connect {
	background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
	cursor: not-allowed;
}

/* Base;
  *
  */
.noUi-pips,
.noUi-pips * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-pips {
	color: #999;
	position: absolute;
}

/* Values;
  *
  */
.noUi-value {
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}

/* Markings;
  *
  */
.noUi-marker {
	background: #ccc;
	position: absolute;
}

.noUi-marker-sub {
	background: #aaa;
}

.noUi-marker-large {
	background: #aaa;
}

/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
	height: 80px;
	left: 0;
	padding: 10px 0;
	top: 100%;
	width: 100%;
}

.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
	height: 5px;
	margin-left: -1px;
	width: 2px;
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}

/* Vertical layout;
  *
  */
.noUi-pips-vertical {
	height: 100%;
	left: 100%;
	padding: 0 10px;
	top: 0;
}

.noUi-value-vertical {
	padding-left: 25px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
	height: 2px;
	margin-top: -1px;
	width: 5px;
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}

.noUi-tooltip {
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	color: #000;
	display: block;
	padding: 5px;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
	bottom: 120%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.noUi-vertical .noUi-tooltip {
	right: 120%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
	bottom: 10px;
	left: auto;
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
	right: 28px;
	top: auto;
	-webkit-transform: translate(0, -18px);
	transform: translate(0, -18px);
}

/*===============================================================
========= CSS for Klevu Quick Search Autosuggest layout =========
=================================================================*/
.klevuClearLeft {
	clear: left;
}

.klevuClearRight {
	clear: left;
}

.klevuClearBoth {
	clear: both;
}

.klevuTarget * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Klevu search result Area*/
.klevuTarget.klevu-fluid > div {
	background-color: #fff;
	border-radius: 3px;
	color: #333;
	font-family: inherit;
	font-size: 13px;
	max-width: 450px;
	position: absolute;
	width: 35%;
	z-index: 20000000000;
}

.klevuQuickSearchingArea {
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 3px 5px rgba(50, 50, 50, 0.25);
	box-shadow: 0 3px 5px rgba(50, 50, 50, 0.25);
	width: auto;
}

@media (max-width: 991.98px) {
	.klevuQuickSearchingArea {
		padding-left: 16px;
		padding-right: 16px;
	}
}

/* Auto suggestion style */
.klevuSuggestionsBlock {
	position: relative;
}

.klevuSuggestionHeading {
	margin-bottom: 5px;
	margin-top: 5px;
	overflow: visible;
	padding-left: 8px;
	text-align: left;
	text-transform: uppercase;
}

.klevuSuggestionsBlock .klevuLoader {
	display: inline-block;
	padding: 6px 10px;
	position: absolute;
	right: 0;
	top: 0;
}

.klevuQuickSearchingArea .klevuLoader img {
	display: inline-block;
	width: 22px !important;
}

.klevuQuickSearchingArea span.klevuLoader img {
	margin-right: 10px;
}

.klevuSuggestionHeading .klevuHeadingText {
	color: #333;
	display: inline-block;
	font-size: 12px;
	margin-right: 12px;
	padding: 0 4px;
}

.klevuSuggestionHeading a {
	color: #333;
	float: right;
	font-weight: normal;
	margin-right: 10px;
	text-decoration: none;
}

.klevuSuggestionHeading a:hover {
	text-decoration: underline;
}

.klevuAutoSuggestionsWrap {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.klevuAutoSuggestionsWrap ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

.klevuAutoSuggestionsWrap ul li {
	cursor: default;
	display: block;
	list-style: none;
	margin: 0;
	text-align: left;
}

.klevuAutoSuggestionsWrap ul li a {
	color: #333;
	display: block;
	font-size: 13px;
	line-height: 14px;
	padding: 4px 10px 4px 20px;
	text-decoration: none;
}

.klevuAutoSuggestionsWrap ul li:hover {
	background-color: #f5f5f5;
}

.klevuAutoSuggestionsWrap ul li.klevu-hovered {
	background-color: #f5f5f5;
}

.klevuAutoSuggestionsWrap ul li ul li a {
	padding-left: 35px;
}

.klevuAutoSuggestionsWrap ul li strong {
	color: #333;
}

/* List of search result products */
.klevuQuickSearchResults {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	position: relative;
}

.klevuQuickSearchResults ul {
	margin: 0;
	padding-left: 0;
	text-align: left;
}

@media (max-width: 1199.98px) {
	.klevuQuickSearchResults ul {
		margin: 0 -8px;
	}
}

.klevuQuickSearchResults .klevuProductsViewAll {
	display: inline-block;
	margin: 0 4px 10px;
	position: absolute;
	right: 0;
	top: -24px;
}

.klevuProductsViewAll a {
	border-bottom: 2px solid #ccc;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.klevuProductsViewAll a:hover {
	border-bottom: 2px solid #000;
	-webkit-text-decoration: nonr;
	text-decoration: nonr;
}

.klevuQuickSearchResults ul li {
	border-bottom: 1px solid #ddd;
	display: block;
	height: auto;
	position: relative;
	text-align: left;
	width: 100%;
}

.klevuQuickSearchResults ul li a.klevuQuickProductInnerBlock {
	color: #333;
	display: block;
	height: auto;
	line-height: 20px;
	outline: none;
	padding: 8px;
	text-decoration: none;
}

.klevuQuickSearchResults .productItem-labelWrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.klevuQuickSearchResults .productItem-labelWrap .productItem-label {
	margin-bottom: 5px;
	white-space: nowrap;
}

/* Product left/top block*/
.klevuQuickSearchResults .klevuProductItemTop {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 5px;
	position: relative;
	width: 20%;
}

/* Product right/bottom block*/
.klevuQuickSearchResults .klevuProductItemBottom {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	min-height: 60px;
	padding: 5px;
	position: relative;
	width: 80%;
}

/* Image thumbnail for top products */
.klevuQuickSearchResults .klevuQuickImgWrap {
	float: none;
	height: 70px !important;
	overflow: hidden;
	text-align: center;
	width: 100% !important;
}

/* image style for top products */
.klevuQuickSearchResults img {
	border: none;
	display: inline-block;
	height: auto;
	margin: 0 auto;
	max-height: 100% !important;
	max-width: 100% !important;
	opacity: 1;
	outline: none;
	width: auto;
}

.klevuQuickSearchResults .klevuQuickDiscountBadge {
	background: #ffcc01;
	color: #333;
	font-size: 9px;
	left: 4px;
	padding: 0 5px;
	position: absolute;
	top: 6px;
}

.klevuQuickSearchResults .klevuQuickDiscountBadge strong {
	color: #333;
}

/* product title and description of top products */
.klevuQuickSearchResults ul li .klevuQuickProductDescBlock {
	float: left;
	margin-left: 8px;
	width: 100%;
}

/* style for product title */
.klevuQuickSearchResults ul li .klevuQuickProductName {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	word-wrap: break-word;
}

/* style for product description */
.klevuQuickSearchResults ul li .klevuQuickProductDesc {
	color: #333;
	font-size: 13px;
}

/* Price container */
/* style for saleprice */
.klevuQuickSearchResults ul li .klevuQuickSalePrice {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

/* style for original price */
.klevuQuickSearchResults ul li .klevuQuickOrigPrice {
	color: #333;
	font-size: 12px;
	margin-left: 5px;
	text-decoration: line-through;
}

.klevuQuickSearchResults ul li:hover {
	background-color: #f5f5f5;
}

.klevuQuickSearchResults ul li a.klevuQuickProductInnerBlock:hover .klevuQuickProductName {
	text-decoration: underline;
}

.klevuQuickSearchResults ul li:hover .klevuQuickSearchResults ul li div {
	color: #fff !important;
}

/* No result found css*/
.klevuQuickNoResults {
	font-size: 13px;
	padding: 0;
	text-align: center;
}

.klevuQuickNoResults .klevuQuickNoResultsInner {
	margin: 0;
	padding: 15px;
}

/* noresult message*/
.klevuQuickNoResultsMessage {
	background: transparent;
	border: none;
	font-size: 13px;
	padding: 20px;
	text-align: center;
}

/* For Rupee Symbol*/
@font-face {
	font-family: 'WebRupee';
	font-style: normal;
	font-weight: normal;
	src: url('https://js.klevu.com/klevu-css/kuwebrupeefont/WebRupee.V2.0.eot');
	src: local('WebRupee'), url('https://js.klevu.com/klevu-css/kuwebrupeefont/WebRupee.V2.0.ttf') format('truetype'), url('https://js.klevu.com/klevu-css/kuwebrupeefont/WebRupee.V2.0.woff') format('woff'), url('https://js.klevu.com/klevu-css/kuwebrupeefont/WebRupee.V2.0.svg') format('svg');
}

.klevuwebrupee {
	font-family: 'WebRupee';
}

/*for Ruble Symbol*/
@font-face {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	src: url('https://js.klevu.com/klevu-css/kuwebiconsfont/fontawesome-webfont.eot?v=4.5.0');
	src: url('https://js.klevu.com/klevu-css/kuwebiconsfont/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('https://js.klevu.com/klevu-css/kuwebiconsfont/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('https://js.klevu.com/klevu-css/kuwebiconsfont/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('https://js.klevu.com/klevu-css/kuwebiconsfont/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('https://js.klevu.com/klevu-css/kuwebiconsfont/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
}

.klevu-ruble {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}

.klevu-ruble:before {
	content: '\f158';
}

/*---------------iPad & Samsung Galaxy Tablets portrait---------------*/
@media only screen and (max-width: 1024px) {
	/* Klevu search result box*/
	.klevuTarget.klevu-fluid > div {
		width: 50%;
	}

	.klevuQuickSearchResults .klevuQuickImgWrap {
		height: 55px !important;
	}
}

/*---------------iPhone & Samsung Mobiles landscape---------------*/
/*---------------iPhone & Samsung Mobiles portrait---------------*/
@media only screen and (max-width: 767px) {
	.klevuTarget.klevu-fluid > div {
		max-width: 400px;
		width: 70%;
	}

	.klevuTarget.klevu-fluid > div {
		width: 70%;
	}
}

@media only screen and (max-width: 480px) {
	.klevuTarget.klevu-fluid > div {
		left: 1% !important;
		width: 98%;
	}

	.klevu-fluid .klevuQuickSearchResults ul li .klevuQuickProductDesc {
		display: none;
	}
}

@media only screen and (max-width: 420px) {
	.klevuTarget.klevu-fluid > div {
		max-width: 100%;
	}
}

/*
Style for quick search result banner
*/
.klevu-banner-ad {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	padding: 8px;
	text-align: center;
	width: 100%;
}

.klevu-banner-ad img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

/* CSS of Klevu Search Result Landing Page */
.klevu-fluid,
.klevuTarget,
.klevuTarget * {
	font-family: inherit;
}

/* klevu container for fix width layout*/
.kuContainer * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	outline: none;
	padding: 0;
}

.kuContainer *:before,
.kuContainer *:after,
.kuContainer * {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
}

.kuContainer {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 12px;
	margin: 0 auto;
	max-width: 1440px;
	padding: 10px;
	width: 100%;
}

.kuBlockFullwidth {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100% !important;
}

/* klevu container for fluid layout*/
.kuProListing {
	margin-bottom: 20px;
	margin-top: 20px;
}

/* klevu filters */
.kuFilters {
	float: left;
	width: 20%;
}

/* set the height of each filter*/
.kuFilterBox {
	background: none;
	position: relative;
}

.kuFilterNames {
	height: 120px;
	overflow: hidden;
}

.kuFilterNames.kuFilterCollapse {
	height: 0;
	overflow: hidden;
}

.kuFilterNames.kuFilterShowAll {
	height: auto;
	overflow: unset;
}

/* heading of filters i.e brand, color */
.kuFilterHead {
	background: none;
	border-bottom: 1px solid #c7c8ca;
	color: #333;
	display: block;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.8;
	margin-top: 0;
	padding: 5px 10px;
	position: relative;
	text-transform: uppercase;
}

/* down arrow div in filters */
.kuShowOpt {
	bottom: -5px;
	cursor: pointer;
	padding: 0 10px;
	position: absolute;
}

/* up arrow div in filters */
.kuFilterNames.kuFilterCollapse .kuShowOpt {
	display: none;
}

/* down & up arrow link color in filters */
.kuShowOpt a,
.kuHideOpt a {
	color: #4d7abf;
	text-decoration: none;
}

/* show more dot icon*/
.kuFilterDot {
	background-color: #888;
	border-radius: 50%;
	display: inline-block;
	height: 5px;
	margin: 2px;
	width: 5px;
}

/* set list for filters */
.kuFilterNames ul {
	margin: 0;
	padding: 0;
}

/* style for each list item in filter */
.kuFilterNames ul li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

.kuFilterNames ul li a {
	background: none;
	color: #333;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-style: normal;
	margin: 2px 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-decoration: none;
}

/* set color for selected filter */
.kuFilterNames ul li.kuSelected a {
	color: #333;
}

.kuFilterNames ul li a span {
	display: inline-block;
	line-height: 120%;
	vertical-align: middle;
}

.kuFilterNames ul li a span.kufacet-text {
	float: left;
	max-width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 75%;
}

/* Radio button for the filter */
.kuFilterNames ul li a span.kuFilterIcon {
	float: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.kuFilterIcon:before {
	border: 2px solid #ccc;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ccc;
	content: '';
	display: inline-block;
	height: 18px;
	margin: 0;
	margin-right: 8px;
	position: relative;
	-webkit-transition: background 200ms;
	-webkit-transition: border-color 200ms;
	transition: background 200ms;
	transition: border-color 200ms;
	width: 18px;
}

.kuFilterNames ul li a:hover span.kuFilterIcon:before {
	background: #fff;
}

.kuFilterNames ul li.kuSelected span.kuFilterIcon:before {
	background: #fff;
}

.kuFilterNames ul li a:hover span.kuFilterIcon:after,
.kuFilterNames ul li.kuSelected span.kuFilterIcon:after {
	background: #333;
	border: 0;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	height: 8px;
	left: 5px;
	margin-left: 0;
	margin-top: 0;
	position: absolute;
	top: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 8px;
}

.kuFilterNames ul li.kuSelected span.kuFilterIcon:after {
	border-color: #333;
}

.kuFilterNames ul li.kuSelected:hover span.kuFilterIcon:after {
	border-color: #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* total nos of results available for filter & shows cancel button if filter is selected */
.kuFilterNames ul li a span.kuFilterTotal,
.kuFilterNames ul li a span.kuFilterCancel {
	float: right;
	margin: 0;
	padding: 3px;
	text-align: right;
}

/* set background color on hover of filter */
.kuFilterNames ul li a:hover {
	cursor: pointer;
}

/* set background color for selected filter */
.kuFilterNames ul li.kuSelected a {
	color: #333;
}

.kuMulticheck .kuFilterIcon:before {
	border: 1px solid #ccc;
	border-radius: 0;
	color: #ccc;
	content: '';
	display: inline-block;
	height: 18px;
	margin: 0;
	margin-right: 8px;
	position: relative;
	width: 18px;
}

.kuMulticheck .kuFilterNames ul li a:hover span.kuFilterIcon:before {
	background: #fff;
	border: 1px solid #333;
}

.kuMulticheck .kuFilterNames ul li.kuSelected span.kuFilterIcon:before {
	background: #fff;
	border: 1px solid #333;
}

.kuMulticheck .kuFilterNames ul li a:hover span.kuFilterIcon:after,
.kuMulticheck .kuFilterNames ul li.kuSelected span.kuFilterIcon:after {
	background: transparent;
	border: 2px solid #ccc;
	border-radius: 0;
	border-right: none;
	border-top: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	height: 5px;
	left: 4px;
	position: absolute;
	top: 4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 10px;
}

.kuMulticheck .kuFilterNames ul li.kuSelected:hover span.kuFilterIcon:after {
	border-color: #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* klevu results box */
.kuResultWrap {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding-left: 20px;
	width: 80%;
}

/* div for Sorting, pagination, change result view icons*/
.kuSortHeader {
	float: left;
	margin-top: 0;
	padding-top: 0;
	width: 100%;
}

.kuResultInfo {
	border-bottom: 1px solid #c7c8ca;
	padding: 0;
}

/* div to display total no of results */
.kuTotalResultsTab {
	float: left;
	width: 40%;
}

.kuTotResults {
	color: #333;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
	text-align: left;
}

.kuContainer .kuTabs {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

.kuContainer .kuTabs a {
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	margin-right: 5px;
	padding: 8px;
	position: relative;
	-moz-transition: background 200ms;
	-webkit-transition: background 300ms;
	-webkit-transition: background 200ms;
	transition: background 200ms;
}

.kuContainer .kuTabs a:hover {
	border-bottom: 3px solid #c7c8ca;
	text-decoration: none;
}

.kuContainer a.kuTabSelected {
	border-bottom: 3px solid #c7c8ca;
}

.kuContainer a.kuTabSelected:hover {
	background: none;
}

.kuSortingOpt {
	padding: 12px 10px;
	width: 100%;
}

/* to display sorting dropdown */
.kuDropdown {
	display: inline-block;
	float: left;
	margin: 5px 10px;
	min-width: 175px;
	position: relative;
	z-index: 100;
}

.kuDropdownLabel {
	background-color: #fff;
	border: 1px solid #ddd;
	border: none;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	padding: 8px 12px;
	padding-right: 35px;
	position: relative;
	text-transform: capitalize;
}

.kuDropdownOptions {
	background-color: #efefef;
	-webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);
	display: none;
	min-width: 150px;
	position: absolute;
	z-index: 1;
}

.kuDropdownOptions .kuDropOption {
	color: #333;
	cursor: pointer;
	display: block;
	padding: 8px 12px;
	text-decoration: none;
}

.kuDropdown:hover .kuDropdownOptions {
	display: block;
}

.kuDropdownOptions .kuDropOption:hover,
.kuDropdown:hover .kuDropdownLabel {
	background-color: #ddd;
}

/* ends code for sorting dropdown */
/* Icons to change the view of result (grid/view) */
.kuView {
	float: left;
	margin: 8px 5px;
	min-width: 70px;
	text-align: center;
}

/* display GRID view icon */
.kuView .kuGridviewBtn {
	background: url(https://js.klevu.com/klevu-js-v1/img-1-1/ku-gridview.png) no-repeat 0 0;
	cursor: pointer;
}

/* display LIST view icon */
.kuView .kuListviewBtn {
	background: url(https://js.klevu.com/klevu-js-v1/img-1-1/ku-listview.png) no-repeat 0 0;
	cursor: pointer;
}

/* set width and height of view icons box*/
.kuView a {
	display: inline-block;
	height: 22px;
	margin-left: 4px;
	overflow: hidden;
	text-align: center;
	-webkit-transition: background-position 0.1s ease-in;
	transition: background-position 0.1s ease-in;
	vertical-align: middle;
	width: 22px;
}

/* changing background position on hover of GRID/LIST view icons */
.kuView a:hover {
	background-position: 0 -25px;
	text-decoration: none;
}

/* change background position to set current view */
.kuView a.kuCurrent {
	background-position: 0 -25px;
	text-decoration: none;
}

/* dropdown to select no of results per page*/
/*.kuPerPage {
    float: left;
    width: 40%;
    padding-left: 10px;
    text-align: left;
    box-sizing: border-box;
}
.kuSortingOpt select, .kuBottomPagi select {
    width: auto !important;
    height: auto;
    min-height: 25px;
    min-width: 60px;
}*/
/* div for pagination */
.kuPagination {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	padding: 10px 5px;
	text-align: right;
	width: auto;
}

/* style to display page nos in line */
.kuPagination a {
	border-right: 1px solid #c7c8ca;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	margin: 0;
	padding-left: 4px;
	padding-right: 5px;
	position: relative;
	text-decoration: none;
}

/* style on hover of page links */
.kuPagination a:hover {
	color: #333;
}

/* style to show current page */
.kuPagination a.kuCurrent {
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: bold;
}

.kuPagination a:last-child {
	border-right: none;
}

.kuOtherContent .kuPagination {
	float: right;
}

.kuOtherContent .kuPerPage {
	margin-left: 0;
	text-align: left;
}

.kuClearLeft {
	clear: left;
}

.kuClearRight {
	clear: right;
}

.kuClearBoth {
	clear: both;
}

.kuDiscountBadge {
	align-items: center;
	background: #333;
	border-radius: 50%;
	-webkit-box-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	-ms-flex-align: center;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	height: 55px;
	line-height: 100%;
	padding: 0;
	position: absolute;
	right: 6px;
	text-align: center;
	top: 6px;
	width: 55px;
	z-index: 1;
}

.kuDiscountBadge span {
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	text-align: center;
	width: 100%;
}

/* klevu results div */
.kuResults {
	margin-top: 10px;
}

/* In GRIDVIEW: list style for each result */
.kuResults ul li {
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	font-style: normal;
	margin: 0;
	padding: 10px;
	position: relative;
	vertical-align: top;
	width: 25%;
}

.kuProdTop {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	margin: 0;
	padding: 10px;
	position: relative;
}

.kuProdBottom {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	margin: 0;
	min-height: 170px;
	padding: 10px;
	position: relative;
}

.kuProdBottom .bonus-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.kuProdBottom .bonus-wrapper .bonus-buy-badge {
	margin-bottom: 7px;
}

.kuProdBottom .bonus-wrapper .bonus-buy-badge:not(:last-child) {
	margin-right: 7px;
}

.kuResults.kuGridView .kuProdBottom {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 185px;
	padding-bottom: 35px;
}

.kuResults ul li:hover .kuProdWrap {
	border-color: transparent;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-transition: -webkit-box-shadow 400ms ease-out;
	-moz-transition: box-shadow 400ms ease-out;
	-webkit-transition: box-shadow 400ms ease-out;
	-o-transition: box-shadow 400ms ease-out;
	transition: -webkit-box-shadow 400ms ease-out;
	transition: box-shadow 400ms ease-out;
	transition: box-shadow 400ms ease-out, -webkit-box-shadow 400ms ease-out;
}

/* In GRIDVIEW:  for wrapping the image in fixed size div */
.kuProdWrap {
	border: 1px solid #eee;
	display: block;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
}

.klevuImgWrap {
	float: none;
	height: 130px !important;
	margin: 0 auto;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100% !important;
}

.klevuImgWrap .kuprodImgSpan {
	display: block;
	height: auto;
	max-height: 100% !important;
	max-width: 100% !important;
	width: auto;
}

/* In GRIDVIEW: thumbnail of the product */
.klevuImgWrap .kuprodImgSpan img {
	border: none;
	bottom: 0;
	display: inline-block;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 100% !important;
	max-width: 100% !important;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

/* In GRIDVIEW: remove float value for name and description div */
.kuResults .kuNameDesc {
	float: none;
	margin-top: 10px;
	text-align: left;
}

/* In GRIDVIEW: discription is not displayed in grid layout*/
.kuResults.kuGridView .kuDesc {
	color: #757575;
	/*display: none;*/
	font-size: 12px;
	line-height: 18px;
	margin-top: 3px;
	min-height: 35px;
}

.kuResults ul li .kuName {
	margin-bottom: 5px;
}

.kuResults .kuStarsSmall {
	background: transparent url(https://js.klevu.com/klevu-js-v1/img-1-1/star-gray.png) top left repeat-x;
	display: inline-block;
	height: 13px;
	vertical-align: bottom;
	width: 66px;
}

.kuResults .kuStarsSmall .kuRating {
	background: transparent url(https://js.klevu.com/klevu-js-v1/img-1-1/star-yellow.png) top left repeat-x;
	height: 13px;
}

.kuAddtocart {
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: none;
	left: 0;
	margin: 10px auto;
	opacity: 0;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	vertical-align: middle;
	visibility: hidden;
	width: 100%;
}

.kuAddtocart input[type="text"] {
	border: 1px solid #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	margin-right: -5px;
	max-width: 48px;
	outline: none;
	padding: 0 3px;
	text-align: center;
	vertical-align: middle;
	width: 25%;
}

.kuAddtocart input[type="text"]:focus {
	outline: none;
}

.kuAddtocart a.kuAddtocartBtn {
	background: #333;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin: 0;
	margin-bottom: 0;
	padding: 0 8px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.kuAddtocart a.kuAddtocartBtn:hover,
.kuAddtocart a.kuAddtocartBtn:focus {
	background-color: #666;
	outline: none;
}

.kuResults ul li:hover .kuAddtocart {
	display: block;
	opacity: 1;
	visibility: visible;
}

.kuPriceAndBtnWrap {
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	margin-bottom: 5px;
	margin-top: 20px;
	padding: 10px;
	position: absolute;
	width: 100%;
}

/* In GRIDVIEW: set product name color and font size */
.kuResults ul li .kuName a {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

.kuResults ul li .kuName a:hover {
	text-decoration: underline;
}

/* In GRIDVIEW: div to display saleprice and original price */
.kuResults ul li .kuPrice {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	margin-top: 12px;
	text-align: left;
	width: 100%;
}

/* In GRIDVIEW: div to display saleprice */
.kuResults ul li .kuSalePrice {
	color: #333;
	display: inline;
	float: left;
	font-family: inherit;
	font-size: 13px;
	font-weight: bold;
	margin-right: 5px;
	text-align: left;
}

.kuResults ul li .kuSalePrice.kuSpecialPrice {
	display: inline-block;
	float: left;
}

.kuAddtocartBtnWrap span.kuStockStatus {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
}

.kuColorGreen {
	color: #009b46 !important;
}

.kuColorBlack {
	color: #000 !important;
}

.priceGreyText {
	color: #636363;
	font-size: 11px;
}

/* In GRIDVIEW: div to display original price with line-through style */
.kuResults ul li .kuOrigPrice {
	color: #757575;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: line-through;
}

.kuResults ul li .kuVariants {
	text-align: left;
}

/* In GRIDVIEW: set color to highlight search keyowrd in name and description */
.kuResults ul li strong {
	color: #2980b9;
}

.kuPagination a {
	font-style: normal;
}

/* To Display product results in list view */
.kuResults.kuListView {
	width: 100% !important;
}

.kuResults.kuListView ul li {
	display: block;
	float: left;
	width: 100%;
}

.kuResults.kuListView .kuProdTop {
	float: left;
	width: 20%;
}

.kuResults.kuListView .kuProdBottom {
	float: left;
	min-height: 150px;
	width: 80%;
}

.kuResults.kuListView .kuDesc {
	color: #333;
	display: block;
	font-style: normal;
	line-height: 18px;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 78%;
}

.kuResults.kuListView .klevuImgWrap img {
	margin-left: auto;
	margin-right: auto;
}

/* To display other content in list view  */
.contentCompressedActive .kuResults {
	width: 100% !important;
}

.contentCompressedActive .kuView {
	display: none !important;
}

.contentCompressedActive .kuResults {
	width: 100% !important;
}

.contentCompressedActive .kuResults ul li,
.contentCompressedActive .kuResults ul li {
	display: block;
	float: none;
	width: 100%;
}

.contentCompressedActive .kuResults .kuProdTop,
.contentCompressedActive .kuResults .kuProdTop {
	float: left;
	width: 20%;
}

.contentCompressedActive .kuResults .kuProdBottom {
	float: left;
	min-height: 150px;
	width: 80%;
}

.contentCompressedActive .kuResults .kuProdBottom,
.contentCompressedActive .kuResults .klevuImgWrap {
	float: left;
	min-height: 90px;
	width: 80%;
}

.contentCompressedActive .kuResults .klevuImgWrap {
	height: 90px !important;
}

.contentCompressedActive .kuResults .kuDesc {
	color: #333;
	display: block;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 100%;
}

.contentCompressedActive .kuResults img {
	margin: 0 auto;
}

/* To display product results (by default GridView)*/
.kuResults ul {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}

.is-bris .kuResults ul {
	margin: 0 -4px !important;
	width: unset;
}

.is-bris.tpl-KlevuSearchResultsPage .kuResults ul {
	margin: 0 -8px !important;
}

/* div to display No records found message */
/* No result found css*/
.kuNoRecordFound {
	background: #fff;
	color: #333;
	display: block;
	font-size: 13px;
	margin-bottom: 5%;
	margin-top: 5%;
	text-align: center;
}

.kuLandingNoResults {
	background: #fff;
	margin: 30px auto;
	max-width: 850px;
	width: 100%;
}

.kuLandingNoResultsMessage {
	font-size: 18px;
	padding: 25px 5%;
	text-align: center;
}

.kuLandingNoResultsMessage span {
	font-style: italic;
	font-weight: bold;
}

/* ends No result found css */
/* div to display or query message */
.kuOrQueryMessage {
	background: #ebebeb;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	font-size: 13px;
	margin: 10px 0px;
	margin-top: 10px;
	max-width: 100%;
	padding: 7px 0px !important;
	text-align: center;
}

.kuOrQueryMessage span {
	font-weight: 600;
}

/* show variants */
.kuVariants {
	color: #333;
	font-size: 10px;
	margin-top: 2px;
}

/* height for loader div */
#loader {
	height: 400px;
}

#loader img {
	display: inline-block;
	margin-top: 10%;
	width: auto !important;
}

.kuOtherContent {
	display: none;
}

.disableKuFilter {
	opacity: 0.3;
	pointer-events: none;
}

/* Klevu Price slider style */
.kuPriceRangeSlider {
	margin: 0 auto;
	margin-top: 30px;
	min-height: 50px;
	width: 80%;
}

.kuPS-target,
.kuPS-target * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.kuPS-target {
	direction: ltr;
	position: relative;
}

.kuPS-base {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}

.kuPS-origin {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.kuPS-handle {
	position: relative;
	z-index: 1;
}

.kuPS-stacking .kuPS-handle {
	z-index: 10;
}

.kuPS-state-tap .kuPS-origin {
	-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}

.kuPS-base,
.kuPS-handle {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.kuPS-horizontal {
	height: 4px;
}

.kuPS-horizontal .kuPS-handle {
	height: 18px;
	left: -9px;
	top: -7px;
	width: 18px;
}

.kuPS-vertical {
	width: 18px;
}

.kuPS-vertical .kuPS-handle {
	height: 34px;
	left: -6px;
	top: -17px;
	width: 28px;
}

.kuPS-background {
	background: #c7c8ca;
}

.kuPS-connect {
	background: #333;
	-webkit-transition: background 450ms;
	transition: background 450ms;
}

.kuPS-origin {
	border-radius: 2px;
}

.kuPS-target {
	border-radius: 4px;
}

.kuPS-draggable {
	cursor: w-resize;
}

.kuPS-vertical .kuPS-draggable {
	cursor: n-resize;
}

.kuPS-handle {
	background: #fff;
	border: 1px solid #333;
	border-radius: 50%;
	cursor: pointer;
}

.kuPS-tooltip {
	background-color: #fff;
	display: block;
	font-size: 13px;
	margin-left: -9px;
	position: absolute;
	text-align: center;
}

.kuPS-horizontal .kuPS-handle-lower .kuPS-tooltip {
	bottom: -24px;
	color: #333;
}

.kuPS-horizontal .kuPS-handle-upper .kuPS-tooltip {
	bottom: -24px;
	color: #333;
}

/* set opacity to filter */
.disableKlevuFilter {
	opacity: 0.3;
	pointer-events: none;
}

/*--- for enabling filters in mobile  and filter tags ---*/
/* css for filter tags*/
.kuContainer .ku-search-filter-tags {
	color: #222;
	display: block;
	margin-bottom: 12px;
	margin-top: 12px;
	padding-bottom: 0;
	padding-left: 0;
	position: relative;
	text-align: left;
	width: 100%;
}

.ku-search-filter-tag {
	background: #eee;
	border: none;
	border-radius: 0;
	color: #333;
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 4px;
	margin-right: 5px;
	padding: 0 5px;
}

.ku-search-filter-remove,
.ku-search-filter-remove-all {
	color: #222;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

.ku-search-filter-remove-all a {
	color: #333;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.ku-search-filter-remove-all a:hover,
.ku-search-filter-remove:hover {
	color: #757575;
}

/* ends css for filter tags*/
.kuFilterHead {
	cursor: pointer;
}

.kuExpand {
	position: relative !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.kuFilterHead.kuExpand::after,
.kuDropdownLabel:after {
	-moz-border-bottom-colors: none;
	border-color: #333;
	-o-border-image: none;
	border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	border-style: solid;
	-moz-border-top-colors: none;
	border-width: 0 2px 2px 0;
	content: '';
	display: inline-block;
	padding: 4px;
	position: absolute;
	right: 12px;
	top: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.kuCollapse {
	position: relative !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.kuFilterHead.kuCollapse::after {
	-moz-border-bottom-colors: none;
	border-color: #333;
	-o-border-image: none;
	border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	border-style: solid;
	-moz-border-top-colors: none;
	border-width: 0 1px 1px 0;
	content: '';
	display: inline-block;
	padding: 4px;
	position: absolute;
	right: 12px;
	top: 16px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

 {
	border-width: 0 2px 2px 0;
}

/* to remove arrow border when filtrs on top*/
.kuContainer.kuFiltersTop .kuFilterHead.kuCollapse::after {
	border-width: 1px 0px 0px 1px;
	position: initial;
}

.kuContainer.kuFiltersTop .kuFilterHead.kuExpand::after {
	border-width: 0 1px 1px 0;
	position: initial;
}

/*-----------------------ends filters in mobile and filter tags------*/
/* additional CSS */
.productList {
	display: block;
}

/* for result view Icons */
.kuContainer .kuTabs {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
}

.kuContainer .kuTabs a {
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	margin-right: 5px;
	padding: 8px;
	position: relative;
	-moz-transition: background 200ms;
	-webkit-transition: background 300ms;
	-webkit-transition: background 200ms;
	transition: background 200ms;
}

.kuContainer .kuTabs a:hover {
	border-bottom: 3px solid #ddd;
	text-decoration: none;
}

.kuContainer a.kuTabSelected {
	border-bottom: 3px solid #ddd;
}

.kuContainer a.kuTabSelected:hover {
	background: none;
}

.kuContainer {
	width: 100% !important;
}

@media only screen and (max-width: 1024px) {
	.kuResultWrap {
		width: 72%;
	}

	.kuFilters {
		width: 28%;
	}

	.kuFilterNames ul li a span.kufacet-text {
		max-width: 60%;
		width: 60%;
	}

	.kuSortingOpt label {
		display: block;
		margin-bottom: 5px;
	}

	.kuSortHeader {
		width: 100%;
	}

	.kuResults ul li {
		padding: 5px;
		width: 33%;
	}

	.kuDropdown {
		min-width: 150px;
	}
}

@media only screen and (max-width: 900px) {
	.kuResults ul li {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.kuResults ul li {
		width: 50%;
	}

	.kuFilters {
		display: block !important;
		float: none !important;
		margin-bottom: 20px;
		width: 100% !important;
	}

	.kuTotResults {
		float: none;
		text-align: center;
		width: 100%;
	}

	.kuResultWrap {
		float: none;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.kuSortHeader {
		margin: 0;
	}

	.kuLandingNoResultsMessage {
		font-size: 15px;
		line-height: 1.2em;
		padding: 10px 5%;
		text-align: center;
	}
}

/*--- for enabling filters in mobile and filter tags--*/
@media only screen and (max-width: 640px) {
	.kuContainer .kuTabs a {
		display: inline-block;
	}

	.kuContainer .kuTabs a:hover {
		background: #f5f5f5;
		border-bottom: 0 solid #ddd;
		text-decoration: none;
	}

	.kuContainer a.kuTabSelected {
		background: #f5f5f5;
		border-bottom: 0 solid #ddd;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.kuFilterRefineMobile {
		background-color: #f5f5f5;
		border: none;
		color: #333;
		cursor: pointer;
		display: block;
		font-size: 13px;
		font-weight: 600;
		height: 32px;
		line-height: 32px;
		margin: 10px 0px;
		padding-right: 30px;
		text-align: center;
		text-transform: uppercase;
	}

	.kuFilterRefineMobile.kuExpand::after {
		top: 10px;
	}

	.kuFilterRefineMobile.kuCollapse::after {
		top: 14px;
	}

	.kuFilterRefineMobile .KuFilterLabelTxt {
		position: relative;
	}

	.kuFilterRefineMobile.kuExpand .KuFilterLabelTxt::after {
		-moz-border-bottom-colors: none;
		border-color: #333;
		-o-border-image: none;
		border-image: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		border-style: solid;
		-moz-border-top-colors: none;
		border-width: 0 1px 1px 0;
		content: '';
		display: inline-block;
		padding: 3px;
		position: absolute;
		right: -18px;
		top: 3px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.kuFilterRefineMobile.kuCollapse .KuFilterLabelTxt::after {
		-moz-border-bottom-colors: none;
		border-color: #333;
		-o-border-image: none;
		border-image: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		border-style: solid;
		-moz-border-top-colors: none;
		border-width: 0 1px 1px 0;
		content: '';
		display: inline-block;
		padding: 3px;
		position: absolute;
		right: -18px;
		top: 8px;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	/* css for filter tags*/
	.kuContainer #ku-search-filter-tags {
		color: #333;
		display: block !important;
		margin-bottom: 10px;
		padding-bottom: 8px;
		padding-left: 0;
		position: relative;
		text-align: left;
		width: 100%;
	}

	.ku-search-filter-tag {
		background: #eee;
		border: 0 solid #f8f8f8;
		border-radius: 0;
		color: #333;
		display: inline-block;
		font-size: 11px;
		line-height: 20px;
		margin-bottom: 4px;
		margin-right: 4px;
		padding: 0 5px;
	}

	.ku-search-filter-remove,
	.ku-search-filter-remove-all {
		color: #333;
		cursor: pointer;
		font-size: 12px;
		text-decoration: none;
	}

	.ku-search-filter-remove-all a {
		color: #333;
		cursor: pointer;
		font-size: 12px;
		text-decoration: none;
	}

	.ku-search-filter-remove-all a:hover {
		color: #333;
	}
}

/* ends filters in mobile and filter tags----------*/
@media only screen and (max-width: 480px) {
	.kuOrQueryMessage {
		margin: 10px 5px;
	}

	.kuDropdown {
		margin-right: 5px;
		min-width: 140px;
	}

	.kuDropdownLabel {
		display: inline-block;
		font-size: 11px;
		padding: 5px;
		padding-right: 20px;
	}

	.kuDropdownLabel:after {
		padding: 3px;
		right: 5px;
		top: 7px;
	}

	.kuView {
		margin: 5px;
		min-width: 60px;
	}

	.kuResults ul li .kuAddtocart,
	.kuResults ul li .kuPrice {
		float: none;
		text-align: left;
		width: 100%;
	}

	.kuSortingOpt {
		padding: 5px 0px;
	}
}

@media only screen and (max-width: 400px) {
	.kuResults ul li {
		width: 100%;
	}
}

/* CSS for filters on left */
.kuFilters {
	float: left;
	margin: 0;
	padding: 0;
	width: 20%;
}

.kuResultWrap {
	padding-left: 20px;
	width: 80%;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
	.kuResultWrap {
		width: 72%;
	}

	.kuFilters {
		width: 28%;
	}
}

@media only screen and (max-width: 640px) {
	.kuFilters {
		width: 100%;
	}

	.kuFilterBox {
		width: 100%;
	}

	.kuResultWrap {
		padding: 0;
		width: 100%;
	}
}

/*
*   Price slider filter styles
*/
.kuPriceSlider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px auto;
	max-width: 100%;
	padding: 10px 20px 80px;
	position: relative;
	width: 350px;
}

.kuSliderVal {
	font-size: 1rem;
	line-height: 130%;
	margin: 50px 0px 20px;
	padding: 0;
	position: relative;
}

.kuSliderVal-min,
.kuSliderVal-max {
	background: #eee;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	display: inline-block;
	line-height: 100%;
	margin: 5px;
	min-width: 85px;
	outline: none;
	padding: 5px 10px;
	position: relative;
}

.kuSliderVal span.kulabel {
	color: #888;
	font-size: 90%;
	left: 0;
	position: absolute;
	top: -24px;
}

.kuSliderVal-min {
	left: -17px;
}

.kuSliderVal-max {
	right: -10px;
}

.kuPriceSlider span.kuSliderTo {
	display: inline-block;
	opacity: 0.45;
	width: 30px;
}

.sliderFilterNames {
	height: 150px;
}

/*
*   Mobile view slider filter
*/
.kuFiltersHeader,
.kuFiltersFooter,
.kuBtn.kuFacetsSlideIn {
	display: none !important;
}

@media only screen and (max-width: 992px) {
	.kuResultWrap {
		float: none;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.kuFiltersHeader,
	.kuFiltersFooter {
		display: block !important;
	}

	.kuFilters {
		background-color: #fff;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		height: 100%;
		left: 0;
		max-width: 100% !important;
		overflow-x: hidden;
		padding: 55px 0px;
		position: fixed;
		top: 0;
		width: 0 !important;
		z-index: 101;
	}

	.kuFilters .kuFilterHead {
		padding-left: 0;
	}

	.kuFilters.kuFiltersIn {
		padding-left: 20px;
		padding-right: 20px;
		width: 100% !important;
	}

	.kuFiltersHeader {
		background: #f5f5f5;
		left: 0;
		padding: 0 10px;
		position: absolute;
		text-align: left;
		top: 0;
		width: 100%;
	}

	.kuFiltersFooter {
		background: #f5f5f5;
		bottom: 0;
		left: 0;
		padding: 0 10px;
		position: absolute;
		text-align: right;
		width: 100%;
	}

	.kuFilters.kuFiltersIn .kuFiltersHeader,
	.kuFilters.kuFiltersIn .kuFiltersFooter {
		position: fixed;
		z-index: 1000;
	}

	.kuBtn {
		border: 1px solid transparent;
		border-radius: 4px;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8rem;
		margin: 10px 0 !important;
		min-width: 70px;
		padding: 5px 10px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.kuBtn.kuFacetsSlideIn {
		background: #000;
		border-color: #000;
		color: #fff;
		display: inline-block !important;
		margin: 0;
		z-index: 1;
	}

	.kuBtn.kuFacetsSlideOut {
		background: #000;
		border-color: #000;
		color: #fff;
		z-index: 2;
	}

	.kuFiltersHeader .kuBtn.kuFacetsSlideOut {
		background: none;
		border: none;
		border: none;
		color: #000;
		margin-left: 0;
	}

	.kuBtn:hover,
	.kuBtn:focus {
		opacity: 0.8;
	}

	.kuFiltersFooter.kuFixed {
		position: fixed;
	}

	.kuMobileFilterCloseBtn {
		background: #f5f5f5 !important;
		color: #000 !important;
	}
}

/*
Style for landing page banner
*/
.kuBannerAd {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 10px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	width: 100%;
}

.kuBannerAd img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

/* Common CSS for default filters */
.kuFilters {
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* set the height of each filter*/
.kuFilterBox {
	background: none;
	float: none;
	margin-top: 0;
	padding-bottom: 18px;
	position: relative;
	width: 100%;
}

.kuFilterBox.has-more:has(.kuCollapse) {
	margin-bottom: 15px;
}

.kuFilterNames {
	height: 118px;
	overflow: hidden;
}

.kuFilterNames.kuFilterShowAll {
	height: auto;
	overflow: unset;
}

/* heading of filters i.e brand, color */
.kuFilterHead {
	background: none;
	border-bottom: 1px solid #eee;
	color: #333;
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.8;
	margin-top: 0;
	padding: 5px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.kuFilterHead.kuCollapse {
	margin-bottom: 15px;
}

/* down arrow div in filters */
.kuShowOpt {
	bottom: -5px;
	cursor: pointer;
	padding: 0 5px;
	position: absolute;
}

/* up arrow div in filters */
/* down & up arrow link color in filters */
.kuShowOpt a,
.kuHideOpt a {
	color: #333;
	text-decoration: none;
}

/* show more dot icon*/
.kuFilterDot {
	background-color: #333;
	border-radius: 50%;
	display: inline-block;
	height: 5px;
	margin: 2px;
	width: 5px;
}

/* set list for filters */
.kuFilterNames ul {
	margin: 0;
	padding: 0;
}

/* style for each list item in filter */
.kuFilterNames ul li {
	display: inline-block;
	height: 26px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

.kuFilterNames ul li a {
	background: none;
	color: #333;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-style: normal;
	margin: 2px;
	margin-left: 5px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-decoration: none;
}

/* set color for selected filter */
.kuFilterNames ul li.kuSelected a {
	color: #333;
}

.kuFilterNames ul li a span {
	display: inline-block;
	line-height: 120%;
	vertical-align: middle;
}

.kuFilterNames ul li a span.kufacet-text {
	float: left;
	max-width: 74%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 74%;
}

/* Radio button for the filter */
.kuFilterNames ul li a span.kuFilterIcon {
	float: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.kuFilterIcon:before {
	border: 2px solid #ddd;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ddd;
	content: '';
	display: inline-block;
	height: 18px;
	margin: 0;
	margin-right: 6px;
	position: relative;
	-webkit-transition: background 200ms;
	-webkit-transition: border-color 200ms;
	transition: background 200ms;
	transition: border-color 200ms;
	width: 18px;
}

.kuFilterNames ul li a:hover span.kuFilterIcon:before {
	background: #fff;
}

.kuFilterNames ul li.kuSelected span.kuFilterIcon:before {
	background: #fff;
}

.kuFilterNames ul li a:hover span.kuFilterIcon:after,
.kuFilterNames ul li.kuSelected span.kuFilterIcon:after {
	background: #333;
	border: 0;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	height: 8px;
	left: 5px;
	margin-left: 0;
	margin-top: 0;
	position: absolute;
	top: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 8px;
}

.kuFilterNames ul li.kuSelected span.kuFilterIcon:after {
	border-color: #333;
}

.kuFilterNames ul li.kuSelected:hover span.kuFilterIcon:after {
	border-color: #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* total nos of results available for filter & shows cancel button if filter is selected */
.kuFilterNames ul li a span.kuFilterTotal,
.kuFilterNames ul li a span.kuFilterCancel {
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
}

/* set background color on hover of filter */
.kuFilterNames ul li a:hover {
	cursor: pointer;
}

/* set background color for selected filter */
.kuFilterNames ul li.kuSelected a {
	color: #333;
}

.kuMulticheck .kuFilterIcon:before {
	border: 1px solid #ddd;
	border-radius: 0;
	color: #ddd;
	content: '';
	display: inline-block;
	height: 18px;
	margin: 0;
	margin-right: 8px;
	position: relative;
	width: 18px;
}

.kuMulticheck .kuFilterNames ul li a:hover span.kuFilterIcon:before {
	background: #fff;
	border: 1px solid #333;
}

.kuMulticheck .kuFilterNames ul li.kuSelected span.kuFilterIcon:before {
	background: #fff;
	border: 1px solid #333;
}

.kuMulticheck .kuFilterNames ul li a:hover span.kuFilterIcon:after,
.kuMulticheck .kuFilterNames ul li.kuSelected span.kuFilterIcon:after {
	background: transparent;
	border: 2px solid #ddd;
	border-radius: 0;
	border-right: none;
	border-top: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	height: 5px;
	left: 4px;
	position: absolute;
	top: 4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 10px;
}

.kuMulticheck .kuFilterNames ul li.kuSelected:hover span.kuFilterIcon:after {
	border-color: #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

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

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

ul.nc_list {
	z-index: 1050 !important;
}

/**
 * Use this mixin instead of `font-size` property
 */
@font-face {
	font-display: fallback;
	font-family: 'figtree';
	font-style: normal;
	font-weight: normal;
	src: url('/Static/assets/css/fonts/Figtree/Figtree-Regular.woff2') format('woff2'), url('/Static/assets/css/fonts/Figtree/Figtree-Regular.woff') format('woff');
}

@font-face {
	font-display: fallback;
	font-family: 'figtree';
	font-style: normal;
	font-weight: 500;
	src: url('/Static/assets/css/fonts/Figtree/Figtree-Medium.woff2') format('woff2'), url('/Static/assets/css/fonts/Figtree/Figtree-Medium.woff') format('woff');
}

@font-face {
	font-display: fallback;
	font-family: 'figtree';
	font-style: normal;
	font-weight: 700;
	src: url('/Static/assets/css/fonts/Figtree/Figtree-Bold.woff2') format('woff2'), url('/Static/assets/css/fonts/Figtree/Figtree-Bold.woff') format('woff');
}

html {
	font-family: Arial, sans-serif;
	font-size: 16px;
	overflow-x: hidden;
}

body {
	background-color: #f3f3f3;
	color: #222;
	font-size: 0.9375rem;
	margin: 0 auto;
	min-height: 100vh;
	overflow-x: hidden;
}

a,
u {
	cursor: pointer;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink;
}

a:hover,
a:focus,
a:active,
a.active,
u:hover,
u:focus,
u:active,
u.active {
	outline: none;
	text-decoration: underline;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink;
}

button:hover,
button:focus,
button:active,
button.active {
	outline: none;
}

@font-face {
	font-family: 'bris-icons';
	font-style: normal;
	font-weight: normal;
	src: url('/Static/assets/css/fonts/icons/bris-icons.eot?si8p6f');
	src: url('/Static/assets/css/fonts/icons/bris-icons.eot?si8p6f#iefix') format('embedded-opentype'), url('/Static/assets/css/fonts/icons/bris-icons.ttf?si8p6f') format('truetype'), url('/Static/assets/css/fonts/icons/bris-icons.woff?si8p6f') format('woff'), url('/Static/assets/css/fonts/icons/bris-icons.svg?si8p6f#bris-icons') format('svg');
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'bris-icons' !important;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-transform: none;
}

.icon-exclamation-circle:before {
	content: '\e918';
}

.icon-star:before,
.starRatingInput input[type='radio']:checked ~ label::before,
.starRatingInput input[type='radio']:not(:checked) ~ label::before {
	content: '\e914';
}

.icon-calendar:before {
	content: '\e913';
}

.icon-delete:before {
	content: '\e912';
}

.icon-facebook-2:before {
	content: '\e91a';
}

.icon-facebook:before {
	content: '\e91b';
}

.icon-heart:before {
	content: '\e91c';
}

.icon-instagram-2:before {
	content: '\e91d';
}

.icon-instagram:before {
	content: '\e91e';
}

.icon-list:before {
	content: '\e91f';
}

.icon-phone:before {
	content: '\e920';
}

.icon-pinterest:before {
	content: '\e921';
}

.icon-play:before {
	content: '\e922';
}

.icon-twitter:before {
	content: '\e923';
}

.icon-youtube:before {
	content: '\e924';
}

.icon-action:before {
	content: '\e900';
}

.icon-cart-2:before {
	content: '\e901';
}

.icon-cart:before {
	content: '\e902';
}

.icon-check:before,
.storeAvailability .stockInfo--in:before {
	content: '\e903';
}

.icon-chevron-down:before,
.productListingBlock-select .styled-select-wrap:before,
.productListingBundles-select .styled-select-wrap:before {
	content: '\e904';
}

.icon-chevron-left:before {
	content: '\e905';
}

.icon-chevron-right:before {
	content: '\e906';
}

.icon-chevron-up:before {
	content: '\e907';
}

.icon-close:before,
.is-givex .accordion-title.collapsed::before {
	content: '\e908';
}

.icon-delete-circle:before {
	content: '\e909';
}

.icon-filter:before {
	content: '\e90a';
}

.icon-location-marker-2:before {
	content: '\e90b';
}

.icon-location-marker:before {
	content: '\e90c';
}

.icon-menu:before {
	content: '\e90d';
}

.icon-minus:before {
	content: '\e90e';
}

.icon-plus:before {
	content: '\e90f';
}

.icon-search:before {
	content: '\e910';
}

.icon-user:before {
	content: '\e911';
}

.icon-heart-outline:before {
	content: '\e915';
}

.icon-gift:before {
	content: '\e916';
}

.icon-help:before {
	content: '\e917';
}

.icon-region:before {
	content: url('/Static/assets/css/svgs/icon-region.svg');
	display: block;
	height: 21px;
	width: 21px;
}

.icon-download::before {
	content: url('/Static/assets/css/svgs/icon-download.svg');
}

.btn {
	border-radius: 0;
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.125rem;
	padding: 0.5rem 1.875rem;
}

@media (min-width: 768px) {
	.btn {
		color: #000;
		font-size: 0.875rem;
		font-weight: 700;
	}
}

.btn-primary {
	background-color: #feb913;
	border-color: #feb913;
	color: #212529;
}

.btn-primary:hover {
	background-color: #eaa501;
	border-color: #dd9c01;
	color: #212529;
}

.btn-primary:focus,
.btn-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(254, 185, 19, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(254, 185, 19, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #feb913;
	border-color: #feb913;
	color: #212529;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	background-color: #dd9c01;
	border-color: #d09301;
	color: #212529;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(254, 185, 19, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(254, 185, 19, 0.5);
}

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

.btn-secondary:hover {
	background-color: #ececec;
	border-color: #e6e5e5;
	color: #212529;
}

.btn-secondary:focus,
.btn-secondary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

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

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	background-color: #e6e5e5;
	border-color: #dfdfdf;
	color: #212529;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

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

.btn-dark:hover {
	background-color: #0f0f0f;
	border-color: #090808;
	color: #fff;
}

.btn-dark:focus,
.btn-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}

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

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

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}

.btn-blue {
	background-color: #00589f;
	border-color: #00589f;
	color: #fff;
	color: #000;
}

.btn-blue:hover {
	background-color: #004379;
	border-color: #003c6c;
	color: #fff;
}

.btn-blue:focus,
.btn-blue.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 88, 159, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 88, 159, 0.5);
}

.btn-blue.disabled,
.btn-blue:disabled {
	background-color: #00589f;
	border-color: #00589f;
	color: #fff;
}

.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
	background-color: #003c6c;
	border-color: #00355f;
	color: #fff;
}

.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 88, 159, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 88, 159, 0.5);
}

.btn-green {
	background-color: #00693c;
	border-color: #00693c;
	color: #fff;
	color: #fff;
}

.btn-green:hover {
	background-color: #004326;
	border-color: #00361f;
	color: #fff;
}

.btn-green:focus,
.btn-green.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 105, 60, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 105, 60, 0.5);
}

.btn-green.disabled,
.btn-green:disabled {
	background-color: #00693c;
	border-color: #00693c;
	color: #fff;
}

.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
	background-color: #00361f;
	border-color: #002918;
	color: #fff;
}

.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 105, 60, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 105, 60, 0.5);
}

.btn-gray {
	background-color: #7f7f7f;
	border-color: #7f7f7f;
	color: #fff;
	color: #fff;
}

.btn-gray:hover {
	background-color: #6c6c6c;
	border-color: #666565;
	color: #fff;
}

.btn-gray:focus,
.btn-gray.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(127, 127, 127, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(127, 127, 127, 0.5);
}

.btn-gray.disabled,
.btn-gray:disabled {
	background-color: #7f7f7f;
	border-color: #7f7f7f;
	color: #fff;
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
	background-color: #666565;
	border-color: #5f5f5f;
	color: #fff;
}

.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(127, 127, 127, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(127, 127, 127, 0.5);
}

.btn-light-gray {
	background-color: #e8e8e8;
	border-color: #e8e8e8;
	color: #212529;
	color: #000;
}

.btn-light-gray:hover {
	background-color: #d5d5d5;
	border-color: #cfcece;
	color: #212529;
}

.btn-light-gray:focus,
.btn-light-gray.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5);
}

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

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

.btn-light-gray:not(:disabled):not(.disabled):active:focus,
.btn-light-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-gray.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5);
}

.btn-danger {
	color: #fff;
}

.btn {
	border-width: 2px;
	padding: 0.5rem;
}

@media (min-width: 768px) {
	.btn--fat {
		padding: 1.25rem 1.875rem;
	}
}

.btn--thin {
	padding: 0.3125rem 1rem;
}

@media (min-width: 768px) {
	.btn--thin {
		padding: 0.3125rem 1.125rem;
	}
}

.btn--outline {
	background-color: transparent;
	border: 2px solid #ffb200;
	color: #000;
}

.btn--outline:hover,
.btn--outline:focus,
.btn--outline:active,
.btn--outline.active {
	background-color: #ffb200;
	border: 2px solid #ffb200;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
}

.btn--upperCase {
	text-transform: uppercase;
}

.btn--hasIcon {
	font-size: 0.875rem;
	padding: 0.875rem 1.5625rem;
	position: relative;
	text-align: left;
}

.btn--hasIcon .btn-icon {
	color: #ff5630;
	font-size: 80%;
	position: absolute;
	right: 1rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 992px) {
	.btn--hasIcon .btn-icon {
		font-size: 100%;
	}
}

@media (min-width: 992px) {
	.btn {
		padding: 0.5rem 1.875rem;
	}
}

.wishlistBtn,
.addToGiftBtn {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 36px;
	flex: 0 0 36px;
	font-size: 1.125rem !important;
	margin-left: 1rem;
	padding: 0 !important;
}

@media (min-width: 768px) {
	.wishlistBtn,
	.addToGiftBtn {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48px;
		flex: 0 0 48px;
	}
}

.is-bris .wishlistBtn .icon-heart,
.is-bris
.wishlistBtn .icon-heart-outline {
	color: #005ea7;
}

 {
	color: #000;
}

 {
	color: #71140f;
}

.wishlistBtn .icon-heart {
	display: none;
}

.wishlistBtn.has-added .icon-heart {
	display: inline-block;
}

.wishlistBtn.has-added .icon-heart-outline {
	display: none;
}

.addToGiftBtn .icon-gift {
	font-size: 1.25rem;
}

.custom-carets .dropdown-toggle {
	position: relative;
}

.custom-carets .dropdown-toggle::after {
	border-width: 0;
	content: '\e904';
	display: inline-block;
	font-family: 'bris-icons';
	font-size: 80%;
	height: auto;
	margin-left: 0.3125rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
}

.custom-carets .dropdown-toggle[aria-expanded='true']::after {
	content: '\e907';
}

.custom-carets .dropdown-toggle:hover,
.custom-carets .dropdown-toggle:focus,
.custom-carets .dropdown-toggle:active,
.custom-carets .dropdown-toggle.active {
	background-color: #fff !important;
}

.custom-carets .dropdown-toggle > span.caret {
	display: none;
}

.custom-carets .dropdown-item:hover,
.custom-carets .dropdown-item:focus,
.custom-carets .dropdown-item:active,
.custom-carets .dropdown-item.active {
	background-color: #f7f7f7;
	color: #000;
}

.no-carets .dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	cursor: pointer;
}

.styled-form .form-label {
	color: #000;
	display: block;
	font-size: 0.8125rem;
	margin-bottom: 0.1875rem;
}

@media (min-width: 768px) {
	.styled-form .form-label {
		color: #000;
		font-size: 0.9375rem;
		margin-bottom: 0.5rem;
	}
}

.styled-form .form-label .label-flag {
	color: #333;
	font-style: italic;
	text-align: right;
}

.styled-form .form-label .label-flag.is-optional {
	opacity: 0.65;
}

.styled-form .form-label.is-heavy {
	font-weight: 700;
}

.styled-form .styled-select,
.styled-form .DropDownField {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	background-image: url('/Static/assets/css/svgs/chevron-down.svg');
	background-position: calc(100% - 12px) calc(12px);
	background-repeat: no-repeat;
	background-size: 12px;
	border: 1px solid #d6d6d6;
	border-radius: 0;
	color: #000;
	color: #000;
	font-size: 0.9375rem;
	height: 30px !important;
	line-height: 30px;
	/* reset */
	margin: 0;
	outline: none;
	padding: 0 34px 0 12px;
}

@media (min-width: 768px) {
	.styled-form .styled-select,
	.styled-form .DropDownField {
		background-position: calc(100% - 12px) calc(20px);
		color: #000;
		font-size: 1.125rem;
		height: 48px !important;
		line-height: 48px;
	}
}

.styled-form .styled-select:disabled,
.styled-form .DropDownField:disabled {
	background-color: rgba(0, 0, 0, 0.05) !important;
}

.styled-form .styled-input {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 0;
	color: #000;
	font-size: 0.9375rem;
	height: 1.875rem;
	line-height: 30px;
	padding: 0 0.75rem;
}

@media (min-width: 768px) {
	.styled-form .styled-input {
		color: #000;
		font-size: 1.125rem;
		height: 3rem;
		line-height: 48px;
	}
}

.styled-form .styled-input::-webkit-input-placeholder {
	color: #999;
	font-weight: normal;
}

.styled-form .styled-input::-moz-placeholder {
	color: #999;
	font-weight: normal;
}

.styled-form .styled-input:-ms-input-placeholder {
	color: #999;
	font-weight: normal;
}

.styled-form .styled-input:-moz-placeholder {
	color: #999;
	font-weight: normal;
}

.styled-form .styled-input:disabled {
	background-color: rgba(0, 0, 0, 0.05) !important;
}

.styled-form .styled-input.invalid {
	border-color: #b84141;
}

.styled-form .heavy-label {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
}

.styled-form .form-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0.75rem;
	padding: 0;
}

.styled-form .form-check .form-check-label {
	color: #000;
	display: inline-block;
	font-size: 0.8125rem;
	line-height: 18px;
	margin-bottom: 0;
	max-width: calc(100% - 32px);
	padding-top: 1px;
	vertical-align: top;
}

.styled-form .form-check .form-check-label.is-radio-label {
	line-height: 24px;
}

@media (min-width: 768px) {
	.styled-form .form-check .form-check-label {
		font-size: 0.9375rem;
		padding-top: 0;
	}
}

.styled-form .form-check.disabled .form-check-label {
	color: #000;
	opacity: 0.65;
}

.styled-form .form-check.disabled .form-check-input:disabled {
	background-color: transparent;
}

@media (min-width: 768px) {
	.styled-form .form-check {
		margin-bottom: 1rem;
	}
}

.styled-form .form-check.is-radio .error-message {
	padding-left: 32px;
}

.styled-form .form-check .error-message {
	flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	padding-left: 27px;
}

.styled-form .form-check .form-group-radio {
	margin-bottom: 0.75rem;
	position: relative;
	width: 100%;
}

@media (min-width: 768px) {
	.styled-form .form-check .form-group-radio {
		margin-bottom: 1rem;
	}
}

.styled-form .form-check .form-group-radio.is-last {
	margin-bottom: 0;
}

.styled-form .form-text {
	color: #000;
	font-size: 0.8125rem;
}

.styled-form .form-group .error-message,
.styled-form .form-check .error-message {
	color: #b84141;
	font-size: 0.8125rem;
}

.styled-form .form-group .error-message:first-of-type,
.styled-form .form-check .error-message:first-of-type {
	margin-top: 0.25rem;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 0;
	height: 1.125rem;
	left: 0;
	line-height: 1.125rem;
	margin: 0;
	margin-right: 0.5rem;
	min-width: 1.125rem;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 1.125rem;
}

input[type="checkbox"]::before {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	content: '';
	display: inline-block;
	height: 18px;
	min-width: 18px;
	vertical-align: top;
	width: 18px;
}

input[type="checkbox"]:checked::before {
	background-color: #36b37e;
	border: 1px solid #36b37e;
	border-radius: 3px;
}

input[type="checkbox"]:checked::after {
	color: #fff;
	content: '\e903';
	font-family: 'bris-icons';
	font-size: 0.75rem;
	left: 3px;
	outline: none;
	position: absolute;
	top: 0;
}

input[type="checkbox"]:active,
input[type="checkbox"]:focus {
	outline: none;
}

input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
	left: -9999px;
	position: absolute;
}

input[type="radio"]:checked ~ label,
input[type="radio"]:not(:checked) ~ label {
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 24px;
	margin-right: 16px;
	padding-left: 32px;
	position: relative;
}

input[type="radio"]:checked ~ label::before,
input[type="radio"]:not(:checked) ~ label::before {
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 100%;
	content: '';
	height: 24px;
	left: 0;
	min-width: 24px;
	position: absolute;
	top: 0;
	width: 24px;
}

input[type="radio"]:checked ~ label::before {
	border-color: #000;
}

input[type="radio"]:checked ~ label::after,
input[type="radio"]:not(:checked) ~ label::after {
	background: #000;
	border-radius: 100%;
	content: '';
	height: 12px;
	left: 6px;
	min-width: 12px;
	position: absolute;
	top: 6px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 12px;
}

input[type="radio"]:not(:checked) ~ label::after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

input[type="radio"]:checked ~ label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.form-group {
	margin-bottom: 0.75rem;
	position: relative;
}

@media (min-width: 768px) {
	.form-group {
		margin-bottom: 1rem;
	}
}

.form-group .has-icon {
	position: relative;
}

.form-group .has-icon [class^="icon-"],
.form-group .has-icon [class*=" icon-"] {
	font-size: 0.875rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 768px) {
	.form-group .has-icon [class^="icon-"],
	.form-group .has-icon [class*=" icon-"] {
		font-size: 1.5rem;
	}
}

.form-group .has-left-icon [class^="icon-"],
.form-group .has-left-icon [class*=" icon-"] {
	left: 0.75rem;
}

.form-group .has-right-icon [class^="icon-"],
.form-group .has-right-icon [class*=" icon-"] {
	right: 0.75rem;
}

.form-group .has-right-icon .styled-input {
	padding-right: 2rem;
}

@media (min-width: 768px) {
	.form-group .has-right-icon .styled-input {
		padding-right: 3.25rem;
	}
}

.form-group .has-left-icon .styled-input {
	padding-left: 2rem;
}

@media (min-width: 768px) {
	.form-group .has-left-icon .styled-input {
		padding-left: 3.25rem;
	}
}

.form-group.is-quantityInput .field-wrapper {
	position: relative;
}

.form-group.is-quantityInput [type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	text-align: center;
}

.form-group.is-quantityInput [type="number"]::-webkit-inner-spin-button,
.form-group.is-quantityInput [type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}

.form-group.is-quantityInput .btn-down,
.form-group.is-quantityInput .btn-up {
	background-color: transparent;
	border-width: 0;
	color: #000;
	cursor: pointer;
	font-size: 0.375rem;
	height: calc(100% - 2px);
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 30px;
}

.form-group.is-quantityInput .btn-down span,
.form-group.is-quantityInput .btn-up span {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 768px) {
	.form-group.is-quantityInput .btn-down,
	.form-group.is-quantityInput .btn-up {
		font-size: 0.625rem;
	}
}

.form-group.is-quantityInput .btn-down {
	left: 1px;
	top: 1px;
}

.form-group.is-quantityInput .btn-up {
	right: 1px;
	top: 1px;
}

.form-group.is-quantityInput.is-small .field-wrapper {
	width: 5rem;
}

.form-group.is-quantityInput.is-small [type="number"] {
	height: 1.625rem;
}

.form-group.is-quantityInput.is-small .btn-down,
.form-group.is-quantityInput.is-small .btn-up {
	font-size: 0.375rem;
	width: 1.5625rem;
}

.input-group .form-control {
	border-radius: 2px 0 0 2px;
	border-right: 0;
	padding-right: 0;
}

.input-group-addon {
	background-color: #fff;
	border-radius: 2px 0 0 2px;
}

.input-group-addon + .form-control {
	border-left-width: 0;
	border-radius: 0 2px 2px 0;
	border-right: 1px solid #444;
	padding-left: 0;
	padding-right: 0.75rem;
}

.input-group-addon label {
	margin-bottom: 0;
}

.form-control {
	border-color: #444;
	border-radius: 2px;
	color: #000;
	height: 48px;
}

.form-control[readonly] {
	background-color: #f2f2f2;
	border-color: #d6d6d6;
	pointer-events: none;
}

.form-control[readonly]:focus {
	border-color: #d6d6d6;
}

.form-control:focus {
	border-color: #444;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control + .input-group-addon {
	border-radius: 0 2px 2px 0;
}

.custom-select {
	background-image: none;
	border-color: #d6d6d6;
	border-radius: 2px;
	color: #000;
	height: 48px;
	padding-right: 2.5rem;
	width: 100%;
}

.custom-select:focus {
	border-color: #444;
}

@media (max-width: 767.98px) {
	.custom-select {
		font-size: 0.75rem;
	}
}

.custom-select-arrow {
	font-size: 1.5625rem;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.form-control.small {
	color: #000;
	font-size: 0.9375rem;
	height: 38px;
}

.form-control.width-100 {
	width: 100px;
}

.form-control.width-170 {
	width: 170px;
}

.form-control.width-200 {
	width: 200px;
}

textarea {
	resize: none;
}

textarea.styled-textarea {
	border: 1px solid #d6d6d6;
	height: 4.5rem;
}

.error-messages {
	border: 1px solid #b84141;
	color: #b84141;
	display: none;
	font-size: 0.8125rem;
	margin-bottom: 0.75rem;
	padding: 0.75rem;
}

.error-messages:first-letter {
	text-transform: uppercase;
}

.error-messages.is-active {
	display: block;
	width: 100%;
}

.error-messages ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.loading-spinner {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.8);
	bottom: 0;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: none;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.loading-spinner.has-text {
	background-color: rgba(255, 255, 255, 0.95);
}

.loading-spinner.is-active {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.loading-spinner img {
	height: 3.75rem;
	max-height: 50%;
}

.loading-spinner-message {
	color: #000;
	font-size: 1rem;
	font-weight: 600;
	margin-top: 16px;
	padding: 0 32px;
	text-align: center;
}

.icon-spinner {
	display: none;
	left: auto !important;
	position: absolute;
	right: 12px;
	top: 6px;
}

.icon-spinner.is-active {
	display: block;
}

@media (min-width: 768px) {
	.icon-spinner {
		top: 14px;
	}
}

.icon-spinner img {
	max-height: 16px;
}

@media (min-width: 768px) {
	.icon-spinner img {
		max-height: 24px;
	}
}

.success-messages {
	border: 1px solid #00693c;
	color: #00693c;
	display: none;
	font-size: 0.8125rem;
	margin-bottom: 0.75rem;
	padding: 0.75rem;
}

.success-messages.is-active {
	display: block;
	width: 100%;
}

.has-success .styled-select,
.has-success .styled-input,
.has-success .styled-textarea {
	border: 1px solid #36b37e;
}

.has-success .validation-success-icon {
	background-color: #36b37e;
	border-radius: 100%;
	color: #fff;
	display: block;
	font-size: 0.75rem !important;
	padding: 0.25rem;
	position: absolute;
	right: -0.5rem !important;
	top: 0 !important;
}

.validation-success-icon {
	display: none;
}

.has-error .form-check-label,
.has-error .form-label {
	color: #b84141 !important;
}

.has-error .styled-select,
.has-error .styled-input,
.has-error .styled-textarea {
	border: 1px solid #b84141;
}

.has-error [type="checkbox"]::before {
	border-color: #b84141;
}

.has-error [type="radio"]:checked ~ label::before,
.has-error [type="radio"]:not(:checked) ~ label::before {
	border-color: #b84141;
}

input:disabled,
textarea:disabled {
	background-color: rgba(0, 0, 0, 0.05) !important;
}

h1,
.h1 {
	color: #000;
	font-size: 2.25rem;
}

@media (min-width: 768px) {
	h1,
	.h1 {
		color: #000;
		font-size: 3.75rem;
	}
}

h2,
.h2 {
	color: #000;
	font-size: 1.875rem;
}

@media (min-width: 768px) {
	h2,
	.h2 {
		color: #000;
		font-size: 2.25rem;
	}
}

h3,
.h3 {
	color: #000;
	font-size: 1.5rem;
}

@media (min-width: 768px) {
	h3,
	.h3 {
		color: #000;
		font-size: 1.875rem;
	}
}

h4,
.h4 {
	color: #000;
	font-size: 1.125rem;
}

@media (min-width: 768px) {
	h4,
	.h4 {
		color: #000;
		font-size: 1.5rem;
	}
}

h5,
.h5 {
	color: #000;
	font-size: 1rem;
}

@media (min-width: 768px) {
	h5,
	.h5 {
		color: #000;
		font-size: 1.25rem;
	}
}

h6,
.h6 {
	color: #000;
	font-size: 0.875rem;
}

@media (min-width: 768px) {
	h6,
	.h6 {
		color: #000;
		font-size: 1rem;
	}
}

.p-13 {
	color: #444;
	font-size: 0.8125rem;
}

.p-16 {
	color: #444;
	font-size: 1rem;
}

.p-18 {
	color: #444;
	font-size: 1.125rem;
}

.breadcrumb {
	background-color: transparent;
	padding: 0.75rem 0;
}

.breadcrumb-item {
	font-size: 0.8125rem;
	font-weight: 700;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #000;
	content: '\e906';
	display: inline-block;
	font-family: 'bris-icons';
	font-size: 0.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

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

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

.breadcrumb-item + .breadcrumb-item {
	padding-left: 0;
}

.breadcrumb-item.active {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

/**
 * rome - Customizable date (and time) picker. Opt-in UI, no jQuery!
 * @version v2.1.22
 * @link https://github.com/bevacqua/rome
 * @license MIT
 */
.rd-container {
	background-color: #fff;
	border: 1px solid #333;
	display: none;
	padding: 15px;
	text-align: center;
}

.rd-container-attachment {
	position: absolute;
	z-index: 9999;
}

.rd-month {
	display: inline-block;
	margin-right: 25px;
}

.rd-month:last-child {
	margin-right: 0;
}

.rd-back,
.rd-next {
	background: none;
	border: 0;
	cursor: pointer;
	margin: 0;
	outline: none;
	padding: 0;
}

.rd-back[disabled],
.rd-next[disabled] {
	cursor: default;
}

.rd-back {
	float: left;
}

.rd-next {
	float: right;
}

.rd-back::before {
	content: '\2190';
	display: block;
}

.rd-next::before {
	content: '\2192';
	display: block;
}

.rd-day-body {
	cursor: pointer;
	padding: 0 5px;
	text-align: center;
}

.rd-day-selected,
.rd-time-selected,
.rd-time-option:hover {
	background-color: #333;
	color: #fff;
	cursor: pointer;
}

.rd-day-prev-month,
.rd-day-next-month {
	color: #999;
}

.rd-day-disabled {
	color: #e1e1e1;
	cursor: default;
}

.rd-time {
	display: inline-block;
	margin-top: 5px;
	min-width: 80px;
	position: relative;
}

.rd-time-list {
	background-color: #fff;
	color: #333;
	display: none;
	left: 0;
	max-height: 160px;
	overflow-y: scroll;
	position: absolute;
	right: 0;
}

.rd-time-selected {
	padding: 5px;
}

.rd-time-option {
	padding: 5px;
}

.rd-day-concealed {
	visibility: hidden;
}

.list .list-group-item {
	color: #444;
}

@media (max-width: 991.98px) {
	.list .list-group-item:first-child {
		border-top: 1px solid #000;
	}
}

.list-group-styled .list-group-item {
	border-left: 0;
	border-right: 0;
	padding: 0.75rem;
	position: relative;
	width: 100%;
}

@media (min-width: 768px) {
	.list-group-styled .list-group-item {
		font-size: 0.9375rem;
		padding: 0.375rem 0.75rem !important;
	}
}

@media (max-width: 767.98px) {
	.list-group-styled .list-group-item {
		font-size: 0.8125rem;
	}
}

.list-group-styled .list-group-item:hover,
.list-group-styled .list-group-item:focus,
.list-group-styled .list-group-item:active,
.list-group-styled .list-group-item.active {
	background-color: #fef8e7;
}

.list-group-styled .list-group-item.list-group-item-filter {
	border-top-color: #000;
}

.list-group-styled .list-group-item-head {
	color: #444;
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.list-group-styled .list-group-item-head::after {
	content: '\e904';
	display: inline-block;
	font-family: 'bris-icons';
	font-size: 8px;
	margin-left: 5px;
	position: relative;
	top: 0;
}

.list-group-styled .list-group-item-head.desc {
	color: #000;
}

.list-group-styled .list-group-item-head.desc::after {
	content: '\e907';
}

.list-group-styled .list-group-item-head.asc {
	color: #000;
}

.list-group-styled .list-group-item-filter {
	background-color: #fff !important;
}

.list-group-styled:first-child .list-group-item:first-child {
	border-top: 0;
}

.list-group-styled .list-group-item:nth-child(even) {
	background-color: #f7f7f7;
	border-bottom: 1px solid #d6d6d6 !important;
}

.list-group-styled .list-group-item:nth-child(even):hover,
.list-group-styled .list-group-item:nth-child(even):focus,
.list-group-styled .list-group-item:nth-child(even):active,
.list-group-styled .list-group-item:nth-child(even).active {
	background-color: #fef8e7;
}

.list-group-styled .pagination-group {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 992px) {
	.list-group-styled .pagination-group {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.list-group-styled .pagination {
	list-style: none;
	margin: 0;
	padding: 1.25rem 0;
}

.list-group-styled .pagination li {
	display: inline-block;
	margin-left: 0.375rem;
}

.list-group-styled .pagination li .page {
	text-decoration: none;
}

.list-group-styled .pagination li.active a {
	background-color: transparent;
	color: #000;
}

.list-group-styled .pagination li.active .page {
	cursor: default !important;
}

.list-group-styled .pagination > li > a {
	background-color: transparent !important;
	color: darkgrey;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	margin: 0;
	padding: 0.125rem !important;
	padding: 0.125rem 0.25rem;
	text-shadow: none;
}

@media (min-width: 992px) {
	.list-group-styled .pagination > li > a {
		font-size: 0.9375rem;
		margin: 0;
		padding: 0.125rem 0.25rem;
	}
}

.list-group-styled .pagination > li > a:hover,
.list-group-styled .pagination > li > a:focus,
.list-group-styled .pagination > li > a:active,
.list-group-styled .pagination > li > a.active {
	color: #000;
}

.list-group-styled .pagination-prev,
.list-group-styled .pagination-next {
	border-width: 0;
	color: #000;
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: bold;
}

.list-group-styled .pagination-prev a,
.list-group-styled .pagination-next a {
	color: #000 !important;
}

.list-group-styled .pagination-prev.disabled a,
.list-group-styled .pagination-next.disabled a {
	color: #444 !important;
	cursor: not-allowed;
}

.list-group-styled .pagination-prev {
	margin-left: 0 !important;
}

.list-group-styled .pagination-next {
	margin-left: 0.375rem;
}

.custom-tab {
	background-color: #fff;
	border-bottom: 1px solid #000;
	padding: 0 1.875rem;
}

@media (max-width: 991.98px) {
	.custom-tab {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
	}
}

.custom-tabItem + .custom-tabItem {
	margin-left: 0.1875rem;
}

.custom-tabLink {
	border-left: 1px solid #ffb200;
	border-right: 1px solid #ffb200;
	border-top: 1px solid #ffb200;
	color: #000;
	font-size: 0.75rem;
	font-weight: bold;
	height: 2.25rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-transform: uppercase;
}

.custom-tabLink.active {
	background-color: #000;
	border-color: #000;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 991.98px) {
	.custom-tabLink {
		color: #222;
		font-size: 0.625rem;
		height: 24px;
		padding-bottom: 0.25rem;
		padding-top: 0.25rem;
	}
}

.modal-header {
	position: relative;
}

.custom-modal-close {
	background-color: transparent;
	border: 0;
	color: #000;
	cursor: pointer;
	font-size: 1.25rem;
	line-height: 1;
	padding: 0.9375rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*

<div class="modal fade custom-modal-1"
	 id="Modal"
	 tabindex="-1"
	 role="dialog"
	 aria-labelledby="ModalLabel"
	 aria-hidden="true">
	<div class="modal-dialog modal-lg modal-dialog-centered" role="document">
		<div class="modal-content">
			<div class="modal-header">
				<h3 id="ModalLabel"
					class="modal-title">
					Modal Title
				</h3>
				<button type="button"
						class="custom-modal-close"
						data-dismiss="modal"
						aria-label="Close">
					<span class="icon-close"></span>
				</button>
			</div>
			<div class="modal-body"></div>
			<div class="modal-footer">
				<button class="btn btn--fat text-uppercase"
						type="button">Cancel</button>
				<button class="btn btn-primary btn--fat text-uppercase"
						type="button">OK</button>
			</div>
		</div>
	</div>
</div>

*/
@media (min-width: 992px) {
	.custom-modal-1 .modal-dialog.modal-lg {
		max-width: 768px;
	}
}

.custom-modal-1 .modal-header {
	border-bottom: 0;
	padding-bottom: 0;
	padding-right: 3.125rem;
}

.custom-modal-1 .modal-footer {
	border-top: 0;
	padding-top: 0;
}

/*

<div class="modal fade custom-modal-2" ...>

</div>

 */
@media (min-width: 992px) {
	.custom-modal-2 .modal-dialog.modal-lg {
		max-width: 968px;
	}
}

.custom-modal-2 .modal-header {
	border-bottom-color: #000;
	margin-left: 1.875rem;
	padding: 1.875rem 3.75rem 1.875rem 0;
}

.custom-modal-2 .custom-modal-close {
	right: 0.625rem;
}

.custom-modal-2 .modal-body {
	padding: 0;
}

.custom-modal-2 .modalSection {
	padding: 0 0 1.5rem 1.875rem;
}

.custom-modal-2 .modalSection.is-styled {
	border-left: 6px solid #000;
	border-top: 0;
	padding-left: 1.5rem;
}

.custom-modal-2 .modalSection:first-child .modalSection-inner {
	border-top: 0;
}

.custom-modal-2 .modalSection-inner {
	border-top: 1px solid #000;
	padding-right: 1.5rem;
	padding-top: 1.5rem;
}

.custom-modal-2 .modalSection-heading {
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}

.custom-modal-2 .modal-footer {
	border-top-color: #d6d6d6;
	margin-left: 1.875rem;
	padding: 1.875rem 1.875rem 1.875rem 0;
}

.custom-modal-2 .infoBox {
	align-items: center;
	background-color: #fef8e7;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	font-weight: bold;
	min-height: 60px;
	padding: 12px;
}

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

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

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

/* Slider */
.slick-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.slick-list {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}

.slick-track::before,
.slick-track::after {
	content: '';
	display: table;
}

.slick-track::after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	width: 100%;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */
.slick-loading .slick-list {
	background: #fff url('/Static/assets/images/oval-spinner.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
	background: transparent;
	border-width: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 1.5rem;
	outline: none;
	padding: 0;
	position: absolute;
	top: calc(50% - 3px);
	-webkit-transform: translate(0, -30%);
	transform: translate(0, -50%);
	z-index: 1;
}

@media (min-width: 768px) {
	.slick-prev,
	.slick-next {
		line-height: 3rem;
		top: calc(50% - 3px);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: transparent;
	color: transparent;
	outline: none;
}

.slick-prev::before,
.slick-next::before {
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-family: 'bris-icons';
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 6px;
}

@media (min-width: 768px) {
	.slick-prev::before,
	.slick-next::before {
		font-size: 16px;
		padding: 16px;
	}
}

.slick-prev {
	left: 0;
}

[dir='rtl'] .slick-prev {
	left: auto;
	right: 0;
}

.slick-prev::before {
	content: '\e905';
}

[dir='rtl'] .slick-prev::before {
	content: '\e906';
}

.slick-next {
	right: 0;
}

[dir='rtl'] .slick-next {
	left: 0;
	right: auto;
}

.slick-next::before {
	content: '\e906';
}

[dir='rtl'] .slick-next::before {
	content: '\e905';
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 9px;
}

.slick-dots {
	bottom: -9px;
	display: block;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 3px;
	margin: 0 6px;
	padding: 0;
	position: relative;
	width: 60px;
}

.slick-dots li button {
	background-color: rgba(0, 0, 0, 0.2);
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 100%;
	line-height: 0;
	outline: none;
	width: 100%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li.slick-active button {
	background-color: #feb913;
}

/* modals */
.modal-header .close {
	opacity: 1;
}

.modal-body {
	padding: 1rem;
}

@media (min-width: 768px) {
	.modal-body {
		padding: 1.5rem 1rem;
	}
}

.modal-content {
	border-width: 0;
}

.modal-footer .button-btn {
	margin-right: 0.75rem;
}

.modal-footer .button-btn:last-of-type {
	margin-right: 0;
}

/*!	
 *	@author		HitkoDev http://hitko.eu/videobox
 *	@copyright	Copyright (C) 2016 HitkoDev All Rights Reserved.
 *	@license	http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL
 *
 *	This program is free software: you can redistribute it and/or modify
 *	it under the terms of the GNU General Public License as published by
 *	the Free Software Foundation, either version 3 of the License, or
 *	any later version.
 *
 *	This program is distributed in the hope that it will be useful,
 *	but WITHOUT ANY WARRANTY; without even the implied warranty of
 *	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 *	GNU General Public License for more details.
 *
 *	You should have received a copy of the GNU General Public License
 *	along with this program. If not, see <http://www.gnu.org/licenses/>
 */
@font-face {
	font-family: Videobox;
	font-style: normal;
	font-weight: 400;
	src: url(data:application/vnd.ms-fontobject;base64,cAoAAMAJAAABAAIAAAAAAAIABgMAAAAAAAABAPQBAAAAAExQAQAAAAAAABAAAAAAAAAAAAEAAAAAAAAA0DhYqgAAAAAAAAAAAAAAAAAAAAAAABAAVgBpAGQAZQBvAGIAbwB4AAAADABNAGUAZABpAHUAbQAAACAAVgBlAHIAcwBpAG8AbgAgADAAMAAxAC4AMAAwADAAIAAAABAAVgBpAGQAZQBvAGIAbwB4AAAAAAAAAQAAAA0AgAADAFBGRlRNdTaYNAAACaQAAAAcT1MvMlAwXisAAAFYAAAAYGNtYXDiABX/AAAB5AAAAUpjdnQgABEBRAAAAzAAAAAEZ2FzcP//AAMAAAmcAAAACGdseWY55nc0AAADWAAAAyhoZWFkCf814QAAANwAAAA2aGhlYQOcAfAAAAEUAAAAJGhtdHgG4gLkAAABuAAAACxsb2NhBZ4GegAAAzQAAAAkbWF4cABXAFcAAAE4AAAAIG5hbWUBwqGZAAAGgAAAAnBwb3N0930VewAACPAAAACsAAEAAAABAACqWDjQXw889QALAgAAAAAA1Hx6sgAAAADUfHqyABH/6gHWAZYAAAAIAAIAAAAAAAAAAQAAAZb/6gAuAgAAAAAAAdYAAQAAAAAAAAAAAAAAAAAAAAUAAQAAABEAJgAEAAAAAAACAAAAAQABAAAAQAAuAAAAAAAEAekB9AAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAgAGAwAAAAAAAAAAAAEQAAAAAAAAAAAAAABQZkVkAMAAIPEMAcD/wAAuAZYAFgAAAAEAAAAAAAAAAAAAACAAAQC7ABEAAAAAAKoAAADIAAACAAAqAGoAlQBqAGoAtwCAAKoAqgBAAEAAQABAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACACDxDP//AAAAIPEA////4w8EAAEAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQFEAAAAKgAqACoAKgA8AFYAcACWALoAzADgAOwA/gE+AU4BaAGUAAIAEQAAAJkBVQADAAcALrEBAC88sgcEAO0ysQYF3DyyAwIA7TIAsQMALzyyBQQA7TKyBwYB/DyyAQIA7TIzETMRJzMRIxGId2ZmAVX+qxEBMwAAAAEAKv/qAdYBlgAHAAA2NDYyFhQGIit9sH19sGiwfX2wfQAAAAEAagAqAZYBVgALAAABBxcHJwcnNyc3FzcBlXd3Hnd3Hnd3Hnd3ATd3dx53dx53dx53dwABAJUAVQFrASsACwAAJRcHJwcnNyc3FzcXAR5NHk1MH01NH0xNHsBNHk1NHk1MH01NHwAABABqACoBlgFWAAUACwARABcAACU1MxUjNScVMxUjNTczFSM1Iwc1MxUjFQFrKmqWQGrAaipAwGpAVUBqKkBAKmrAakBAaipAAAAAAAQAagAqAZYBVgAFAAsAEQAXAAAlNTMVIxU1MxUjNTMHNTMVIzUVNTMVIzUBK2pAQGoqqipqaioraipA6ipqQEBqKqoqakAAAAEAtwBAAVYBQAAFAAATFwcnNyfVgIAeYmIBQICAHmJiAAAAAAIAgAAqAYABVgADAAcAABMzESMTMxEjgFVVq1VVAVX+1gEq/tYAAAABAKoAKgGWAVYAAgAAExcHq+rqAVWVlQABAKoAQAFJAUAABQAAAQcXByc3AUliYh6AgAEiYmIegIAAAAAEAEAAAAHAAYAADwASABkAJQAAEzcBBycGBzU2NycVJyM1MzcVJxcUByc1HgEXNCYnNR4BFRQHJzZAGwFlGywiLBkXW2tVZVstjQE0GB01PixAVRYgCwFlG/6bGyscCiwHEluQa4BrWi1+Bwc1LwwuHC5UDSwPaEQvKiEbAAAAAAEAQAAVAQABawAFAAATMzcRJyNAVWtrVQEAa/6qawAAAgBAABUBYAFrAAUACwAAAR4BFAYHJzM3EScjASsYHR0Y61Vra1UBFgwuOC4Mlmv+qmsAAAMAQAAEAcABfAAFAAwAGAAAEzM3EScjJRQGBzUeASceARQGBzU+ATQmJ0BVa2tVASAfFhgdNUBVVUAsPj4sAQBr/qprQBkyC6wMLp8PaIhoDywNVFxUDQAAAA4ArgABAAAAAAAAADwAegABAAAAAAABAAgAyQABAAAAAAACAAYA4AABAAAAAAADACUBMwABAAAAAAAEAAgBawABAAAAAAAFABABlgABAAAAAAAGAAgBuQADAAEECQAAAHgAAAADAAEECQABABAAtwADAAEECQACAAwA0gADAAEECQADAEoA5wADAAEECQAEABABWQADAAEECQAFACABdAADAAEECQAGABABpwBDAHIAZQBhAHQAZQBkACAAYgB5ACAAcgBvAG8AdAAgAHcAaQB0AGgAIABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAKABoAHQAdABwADoALwAvAGYAbwBuAHQAZgBvAHIAZwBlAC4AcwBmAC4AbgBlAHQAKQAAQ3JlYXRlZCBieSByb290IHdpdGggRm9udEZvcmdlIDIuMCAoaHR0cDovL2ZvbnRmb3JnZS5zZi5uZXQpAABWAGkAZABlAG8AYgBvAHgAAFZpZGVvYm94AABNAGUAZABpAHUAbQAATWVkaXVtAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAFYAaQBkAGUAbwBiAG8AeAAgADoAIAAxADgALQAxADIALQAyADAAMQA2AABGb250Rm9yZ2UgMi4wIDogVmlkZW9ib3ggOiAxOC0xMi0yMDE2AABWAGkAZABlAG8AYgBvAHgAAFZpZGVvYm94AABWAGUAcgBzAGkAbwBuACAAMAAwADEALgAwADAAMAAgAABWZXJzaW9uIDAwMS4wMDAgAABWAGkAZABlAG8AYgBvAHgAAFZpZGVvYm94AAACAAAAAAAA/8AAGQAAAAAAAAAAAAAAAAAAAAAAAAAAABEAAAABAAIAAwECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOB3VuaUYxMDAHdW5pRjEwMQd1bmlGMTAyB3VuaUYxMDMHdW5pRjEwNAd1bmlGMTA1B3VuaUYxMDYHdW5pRjEwNwd1bmlGMTA4B3VuaUYxMDkHdW5pRjEwQQd1bmlGMTBCB3VuaUYxMEMAAAAB//8AAgAAAAEAAAAAzD2izwAAAADUfHqyAAAAANR8erI=);
	src: url(data:application/vnd.ms-fontobject;base64,cAoAAMAJAAABAAIAAAAAAAIABgMAAAAAAAABAPQBAAAAAExQAQAAAAAAABAAAAAAAAAAAAEAAAAAAAAA0DhYqgAAAAAAAAAAAAAAAAAAAAAAABAAVgBpAGQAZQBvAGIAbwB4AAAADABNAGUAZABpAHUAbQAAACAAVgBlAHIAcwBpAG8AbgAgADAAMAAxAC4AMAAwADAAIAAAABAAVgBpAGQAZQBvAGIAbwB4AAAAAAAAAQAAAA0AgAADAFBGRlRNdTaYNAAACaQAAAAcT1MvMlAwXisAAAFYAAAAYGNtYXDiABX/AAAB5AAAAUpjdnQgABEBRAAAAzAAAAAEZ2FzcP//AAMAAAmcAAAACGdseWY55nc0AAADWAAAAyhoZWFkCf814QAAANwAAAA2aGhlYQOcAfAAAAEUAAAAJGhtdHgG4gLkAAABuAAAACxsb2NhBZ4GegAAAzQAAAAkbWF4cABXAFcAAAE4AAAAIG5hbWUBwqGZAAAGgAAAAnBwb3N0930VewAACPAAAACsAAEAAAABAACqWDjQXw889QALAgAAAAAA1Hx6sgAAAADUfHqyABH/6gHWAZYAAAAIAAIAAAAAAAAAAQAAAZb/6gAuAgAAAAAAAdYAAQAAAAAAAAAAAAAAAAAAAAUAAQAAABEAJgAEAAAAAAACAAAAAQABAAAAQAAuAAAAAAAEAekB9AAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAgAGAwAAAAAAAAAAAAEQAAAAAAAAAAAAAABQZkVkAMAAIPEMAcD/wAAuAZYAFgAAAAEAAAAAAAAAAAAAACAAAQC7ABEAAAAAAKoAAADIAAACAAAqAGoAlQBqAGoAtwCAAKoAqgBAAEAAQABAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACACDxDP//AAAAIPEA////4w8EAAEAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQFEAAAAKgAqACoAKgA8AFYAcACWALoAzADgAOwA/gE+AU4BaAGUAAIAEQAAAJkBVQADAAcALrEBAC88sgcEAO0ysQYF3DyyAwIA7TIAsQMALzyyBQQA7TKyBwYB/DyyAQIA7TIzETMRJzMRIxGId2ZmAVX+qxEBMwAAAAEAKv/qAdYBlgAHAAA2NDYyFhQGIit9sH19sGiwfX2wfQAAAAEAagAqAZYBVgALAAABBxcHJwcnNyc3FzcBlXd3Hnd3Hnd3Hnd3ATd3dx53dx53dx53dwABAJUAVQFrASsACwAAJRcHJwcnNyc3FzcXAR5NHk1MH01NH0xNHsBNHk1NHk1MH01NHwAABABqACoBlgFWAAUACwARABcAACU1MxUjNScVMxUjNTczFSM1Iwc1MxUjFQFrKmqWQGrAaipAwGpAVUBqKkBAKmrAakBAaipAAAAAAAQAagAqAZYBVgAFAAsAEQAXAAAlNTMVIxU1MxUjNTMHNTMVIzUVNTMVIzUBK2pAQGoqqipqaioraipA6ipqQEBqKqoqakAAAAEAtwBAAVYBQAAFAAATFwcnNyfVgIAeYmIBQICAHmJiAAAAAAIAgAAqAYABVgADAAcAABMzESMTMxEjgFVVq1VVAVX+1gEq/tYAAAABAKoAKgGWAVYAAgAAExcHq+rqAVWVlQABAKoAQAFJAUAABQAAAQcXByc3AUliYh6AgAEiYmIegIAAAAAEAEAAAAHAAYAADwASABkAJQAAEzcBBycGBzU2NycVJyM1MzcVJxcUByc1HgEXNCYnNR4BFRQHJzZAGwFlGywiLBkXW2tVZVstjQE0GB01PixAVRYgCwFlG/6bGyscCiwHEluQa4BrWi1+Bwc1LwwuHC5UDSwPaEQvKiEbAAAAAAEAQAAVAQABawAFAAATMzcRJyNAVWtrVQEAa/6qawAAAgBAABUBYAFrAAUACwAAAR4BFAYHJzM3EScjASsYHR0Y61Vra1UBFgwuOC4Mlmv+qmsAAAMAQAAEAcABfAAFAAwAGAAAEzM3EScjJRQGBzUeASceARQGBzU+ATQmJ0BVa2tVASAfFhgdNUBVVUAsPj4sAQBr/qprQBkyC6wMLp8PaIhoDywNVFxUDQAAAA4ArgABAAAAAAAAADwAegABAAAAAAABAAgAyQABAAAAAAACAAYA4AABAAAAAAADACUBMwABAAAAAAAEAAgBawABAAAAAAAFABABlgABAAAAAAAGAAgBuQADAAEECQAAAHgAAAADAAEECQABABAAtwADAAEECQACAAwA0gADAAEECQADAEoA5wADAAEECQAEABABWQADAAEECQAFACABdAADAAEECQAGABABpwBDAHIAZQBhAHQAZQBkACAAYgB5ACAAcgBvAG8AdAAgAHcAaQB0AGgAIABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAKABoAHQAdABwADoALwAvAGYAbwBuAHQAZgBvAHIAZwBlAC4AcwBmAC4AbgBlAHQAKQAAQ3JlYXRlZCBieSByb290IHdpdGggRm9udEZvcmdlIDIuMCAoaHR0cDovL2ZvbnRmb3JnZS5zZi5uZXQpAABWAGkAZABlAG8AYgBvAHgAAFZpZGVvYm94AABNAGUAZABpAHUAbQAATWVkaXVtAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAFYAaQBkAGUAbwBiAG8AeAAgADoAIAAxADgALQAxADIALQAyADAAMQA2AABGb250Rm9yZ2UgMi4wIDogVmlkZW9ib3ggOiAxOC0xMi0yMDE2AABWAGkAZABlAG8AYgBvAHgAAFZpZGVvYm94AABWAGUAcgBzAGkAbwBuACAAMAAwADEALgAwADAAMAAgAABWZXJzaW9uIDAwMS4wMDAgAABWAGkAZABlAG8AYgBvAHgAAFZpZGVvYm94AAACAAAAAAAA/8AAGQAAAAAAAAAAAAAAAAAAAAAAAAAAABEAAAABAAIAAwECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOB3VuaUYxMDAHdW5pRjEwMQd1bmlGMTAyB3VuaUYxMDMHdW5pRjEwNAd1bmlGMTA1B3VuaUYxMDYHdW5pRjEwNwd1bmlGMTA4B3VuaUYxMDkHdW5pRjEwQQd1bmlGMTBCB3VuaUYxMEMAAAAB//8AAgAAAAEAAAAAzD2izwAAAADUfHqyAAAAANR8erI=) format('embedded-opentype'), url(data:application/font-woff;base64,d09GRgABAAAAAAaMAA0AAAAACcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGcAAAABoAAAAcdTaYNE9TLzIAAAGgAAAASgAAAGBQMF4rY21hcAAAAhgAAABKAAABSuIAFf9jdnQgAAACZAAAAAQAAAAEABEBRGdhc3AAAAZoAAAACAAAAAj//wADZ2x5ZgAAAowAAAIyAAADKDnmdzRoZWFkAAABMAAAAC8AAAA2Cf814WhoZWEAAAFgAAAAHQAAACQDnAHwaG10eAAAAewAAAApAAAALAbiAuRsb2NhAAACaAAAACQAAAAkBZ4Gem1heHAAAAGAAAAAHwAAACAAVwBXbmFtZQAABMAAAAFOAAACcAHCoZlwb3N0AAAGEAAAAFcAAACs930Ve3jaY2BkYGAA4lURFhfi+W2+MnAzMYDAlZqqTXBa8P8rxmuM04BcDgawNABIZQwjAHjaY2BkYGCc9v8Vgx4TAwgwXmNgZEAFrABgDwOPAAAAeNpjYGRgYBBkUGNgYQABJiBmZACJOTDogQQACPwArwB42mNgYXzJ+IWBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGNmgAFGAQYECEhzTWE4wKDwkYfxwP8DDHqM0xjEQGqQlCgwMAIAaRcL/wAAeNpj2M0gyAACq4D4BAMDEwODFkMWw1QgzmLYztAAFF/F4ACBAJ0+B8kAAAB42mNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYFD7y/P8P5Ct8ZPj///9jfhaoeiBgZGOAcxiZgAQTAypghFgxnAEA0cII8gAAABEBRAAAACoAKgAqACoAPABWAHAAlgC6AMwA4ADsAP4BPgFOAWgBlHjadVIxb9pAFH4PCCcVEHISYxCJkwaRk2yHSDHGHRC6oUuksHEZSocKKRGyf0CWUnnMUqkLSFWH7tAhYenKnyhTfwFV/0FF++4obZdK9r373t33fe89G1JgAMB7lJAGBo1HhPP2nGXg+8Vjdudre55O0RYe0yq9o9JzlsUf7TmqvG/4BveNmnF/d3uLcj0z0Cc1BOfnCpc4IUVoNVsXpf3siTt6GI0ehmoZ6TsRODjBa8gRYBbjjIc8tEIc393Z2wfDfwBxxiAxRldx6n8pFtpdu3t11O0eXXXtBe23ECDzx2eHWAZYxAx8sxZwU62hWmpMZUyMnWgiokXkiEUkpKAoHIJC7ajk/2qZWtDXKsEGoKtpUyeKHJfoK2eLher9Mwi8RkE6sGepLr4kiT0YoNBBeaUgIa+EvNR3gT2asnoTKWdS0qiX6KyXeo7T3zWltNZstUI5Huu8wMuNh55viJeDgZ0keKKD7kcVs8AEirALFaiTQoiMZ1nQCrnJqafQ5NY+44GNVvNUBZNQS1TxpuqdeBWrH8ub/tlbbJYPg44nZOk4R0frD1X34InHdvvv4iR+cfaGseA83zho9Apecfj83HlaBV27ABMBYz0HPzR4Tcg4lgjxehqrGajzV/pc/SU27mcZ1/fQLR8elr/p26V841kjP9lw0sTJUE+viZOH8la3TkyqnmuJoIPUzMbq+KhEpQsphdfpeBtnUbnIfco3PhaH98OiV+i97BV+AcM7olEAAHjafZBPSsNAGMXf9B8VRHqE2Qh10ekkQinBXSELwW3AZUsmbRAzZTql1oN4BXduxSO49QTuvIYv6Sjoohnyfb95fPPyMgDO8AKBw3OFx8ACfbwHbqGHz8BtnIvLwB30xV3gLgbiKXCP+hsnReeEu4fmVM0CA7wGbuEUH4HbuMZX4A59bgN3IYUP3KP+jBkcDObwrDkkFtizOlguT9qhZF+RUioVue4OS85LxFDQ7ENOeK41Eoy5ijBb/M4qbLhTVA31C2DmzNybXC720lnr5a70K5nayqfWLY2MlZbDlffrZDwuqBa1qjaFqozn6YyxclpZBrb1hWRlbuzCkm6aPymxxT03Ji+37MfCJ3z/+x3UCFOMWGPWmLMRJrT6kzGRP18mRtNRFI9iHU2OJswoO95H2YSSNK6tVdPrQMiM25S2klpHSmstj7l9A+p7aqsAAHjabcVLDkAwGEXh/7aod9KhXbTehkjsxcTM/uwMkTt0kpNPlHzdl1Tyl32HKNFQ0AgQIoJBjAQpMuQoUJrz2DfvHPW0pg1taUd7OtCRTnSmC10fRiUe7AAAAAAB//8AAnjaY2BgYGQAgjO2i86D6Cs1VZtgNABOgwd0AAA=) format('woff'), url(data:application/x-font-ttf;base64,AAEAAAANAIAAAwBQRkZUTXU2mDQAAAmkAAAAHE9TLzJQMF4rAAABWAAAAGBjbWFw4gAV/wAAAeQAAAFKY3Z0IAARAUQAAAMwAAAABGdhc3D//wADAAAJnAAAAAhnbHlmOeZ3NAAAA1gAAAMoaGVhZAn/NeEAAADcAAAANmhoZWEDnAHwAAABFAAAACRobXR4BuIC5AAAAbgAAAAsbG9jYQWeBnoAAAM0AAAAJG1heHAAVwBXAAABOAAAACBuYW1lAcKhmQAABoAAAAJwcG9zdPd9FXsAAAjwAAAArAABAAAAAQAAqlg40F8PPPUACwIAAAAAANR8erIAAAAA1Hx6sgAR/+oB1gGWAAAACAACAAAAAAAAAAEAAAGW/+oALgIAAAAAAAHWAAEAAAAAAAAAAAAAAAAAAAAFAAEAAAARACYABAAAAAAAAgAAAAEAAQAAAEAALgAAAAAABAHpAfQABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABgMAAAAAAAAAAAABEAAAAAAAAAAAAAAAUGZFZADAACDxDAHA/8AALgGWABYAAAABAAAAAAAAAAAAAAAgAAEAuwARAAAAAACqAAAAyAAAAgAAKgBqAJUAagBqALcAgACqAKoAQABAAEAAQAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAg8Qz//wAAACDxAP///+MPBAABAAAAAAAAAAABBgAAAQAAAAAAAAABAgAAAAIAAAAAAAAAAAAAAAAAAAABAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEBRAAAACoAKgAqACoAPABWAHAAlgC6AMwA4ADsAP4BPgFOAWgBlAACABEAAACZAVUAAwAHAC6xAQAvPLIHBADtMrEGBdw8sgMCAO0yALEDAC88sgUEAO0ysgcGAfw8sgECAO0yMxEzESczESMRiHdmZgFV/qsRATMAAAABACr/6gHWAZYABwAANjQ2MhYUBiIrfbB9fbBosH19sH0AAAABAGoAKgGWAVYACwAAAQcXBycHJzcnNxc3AZV3dx53dx53dx53dwE3d3ced3ced3ced3cAAQCVAFUBawErAAsAACUXBycHJzcnNxc3FwEeTR5NTB9NTR9MTR7ATR5NTR5NTB9NTR8AAAQAagAqAZYBVgAFAAsAEQAXAAAlNTMVIzUnFTMVIzU3MxUjNSMHNTMVIxUBaypqlkBqwGoqQMBqQFVAaipAQCpqwGpAQGoqQAAAAAAEAGoAKgGWAVYABQALABEAFwAAJTUzFSMVNTMVIzUzBzUzFSM1FTUzFSM1AStqQEBqKqoqamoqK2oqQOoqakBAaiqqKmpAAAABALcAQAFWAUAABQAAExcHJzcn1YCAHmJiAUCAgB5iYgAAAAACAIAAKgGAAVYAAwAHAAATMxEjEzMRI4BVVatVVQFV/tYBKv7WAAAAAQCqACoBlgFWAAIAABMXB6vq6gFVlZUAAQCqAEABSQFAAAUAAAEHFwcnNwFJYmIegIABImJiHoCAAAAABABAAAABwAGAAA8AEgAZACUAABM3AQcnBgc1NjcnFScjNTM3FScXFAcnNR4BFzQmJzUeARUUByc2QBsBZRssIiwZF1trVWVbLY0BNBgdNT4sQFUWIAsBZRv+mxsrHAosBxJbkGuAa1otfgcHNS8MLhwuVA0sD2hELyohGwAAAAABAEAAFQEAAWsABQAAEzM3EScjQFVra1UBAGv+qmsAAAIAQAAVAWABawAFAAsAAAEeARQGByczNxEnIwErGB0dGOtVa2tVARYMLjguDJZr/qprAAADAEAABAHAAXwABQAMABgAABMzNxEnIyUUBgc1HgEnHgEUBgc1PgE0JidAVWtrVQEgHxYYHTVAVVVALD4+LAEAa/6qa0AZMgusDC6fD2iIaA8sDVRcVA0AAAAOAK4AAQAAAAAAAAA8AHoAAQAAAAAAAQAIAMkAAQAAAAAAAgAGAOAAAQAAAAAAAwAlATMAAQAAAAAABAAIAWsAAQAAAAAABQAQAZYAAQAAAAAABgAIAbkAAwABBAkAAAB4AAAAAwABBAkAAQAQALcAAwABBAkAAgAMANIAAwABBAkAAwBKAOcAAwABBAkABAAQAVkAAwABBAkABQAgAXQAAwABBAkABgAQAacAQwByAGUAYQB0AGUAZAAgAGIAeQAgAHIAbwBvAHQAIAB3AGkAdABoACAARgBvAG4AdABGAG8AcgBnAGUAIAAyAC4AMAAgACgAaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGYAbwByAGcAZQAuAHMAZgAuAG4AZQB0ACkAAENyZWF0ZWQgYnkgcm9vdCB3aXRoIEZvbnRGb3JnZSAyLjAgKGh0dHA6Ly9mb250Zm9yZ2Uuc2YubmV0KQAAVgBpAGQAZQBvAGIAbwB4AABWaWRlb2JveAAATQBlAGQAaQB1AG0AAE1lZGl1bQAARgBvAG4AdABGAG8AcgBnAGUAIAAyAC4AMAAgADoAIABWAGkAZABlAG8AYgBvAHgAIAA6ACAAMQA4AC0AMQAyAC0AMgAwADEANgAARm9udEZvcmdlIDIuMCA6IFZpZGVvYm94IDogMTgtMTItMjAxNgAAVgBpAGQAZQBvAGIAbwB4AABWaWRlb2JveAAAVgBlAHIAcwBpAG8AbgAgADAAMAAxAC4AMAAwADAAIAAAVmVyc2lvbiAwMDEuMDAwIAAAVgBpAGQAZQBvAGIAbwB4AABWaWRlb2JveAAAAgAAAAAAAP/AABkAAAAAAAAAAAAAAAAAAAAAAAAAAAARAAAAAQACAAMBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgd1bmlGMTAwB3VuaUYxMDEHdW5pRjEwMgd1bmlGMTAzB3VuaUYxMDQHdW5pRjEwNQd1bmlGMTA2B3VuaUYxMDcHdW5pRjEwOAd1bmlGMTA5B3VuaUYxMEEHdW5pRjEwQgd1bmlGMTBDAAAAAf//AAIAAAABAAAAAMw9os8AAAAA1Hx6sgAAAADUfHqy) format('truetype'), url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxmb250IGhvcml6LWFkdi14PSI1MTIiPjxmb250LWZhY2UgZm9udC1mYW1pbHk9IlZpZGVvYm94IiBmb250LXdlaWdodD0iNTAwIiB1bml0cy1wZXItZW09IjUxMiIgcGFub3NlLTE9IjIgMCA2IDMgMCAwIDAgMCAwIDAiIGFzY2VudD0iNDQ4IiBkZXNjZW50PSItNjQiIGJib3g9IjQyLjY2NyAtMjEuMzMzIDQ2OS4zMzMgNDA1LjMzMyIgdW5kZXJsaW5lLXRoaWNrbmVzcz0iMjUuNiIgdW5kZXJsaW5lLXBvc2l0aW9uPSItNTEuMiIgdW5pY29kZS1yYW5nZT0iVSswMDIwLUYxMEMiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic3BhY2UiIGhvcml6LWFkdi14PSIyMDAiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjEwNyIgdW5pY29kZT0i74SHIiBkPSJNMTcwLjY2NyAzNDEuMzMzTDQwNS4zMzMgMTkyIDE3MC42NjcgNDIuNjY3djI5OC42NjZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMDYiIHVuaWNvZGU9Iu+EhiIgZD0iTTEyOCAzNDEuMzMzaDg1LjMzM1Y0Mi42NjdIMTI4djI5OC42NjZ6bTE3MC42NjcgMEgzODRWNDIuNjg3aC04NS4zMzN2Mjk4LjY0NnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjEwQyIgdW5pY29kZT0i74SMIiBkPSJNNjQgMjU2aDg1LjMzM0wyNTYgMzYyLjY2N1YyMS4zMzNMMTQ5LjMzMyAxMjhINjR2MTI4em0yODgtNjRjLS4wMzEtMzIuODQtMjMuOTI0LTcxLjM1Ny01My4zMzMtODUuOTc0djE3MS44NEMzMzAuMjQgMjYyLjE4NiAzNTIgMjI5LjY1NCAzNTIgMTkyem0tNTMuMzMzIDE4Ny4wOTRDMzg0LjEwNyAzNTkuNjggNDQ4IDI4My40OTkgNDQ4IDE5Mi4wNDNTMzg0LjEwNiAyNC4zNDIgMjk4LjY2NyA0LjkyOFY0OC45NkMzNTcuNDk5IDY2LjUyIDQwNS4yODUgMTMwLjYwMyA0MDUuMzMzIDE5MmMtLjAyNyA2MS40MTItNDcuODE1IDEyNS40OTQtMTA2LjY2NiAxNDMuMDR2NDQuMDU0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMTA1IiB1bmljb2RlPSLvhIUiIGQ9Ik0yMTMuMzMzIDMyMGwxMjgtMTI4LTEyOC0xMjgtMjkuOTk0IDI5Ljk5NUwyODEuMzQ0IDE5MmwtOTguMDA1IDk4LjAwNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjEwNCIgdW5pY29kZT0i74SEIiBkPSJNMjk4LjY2NyA0Mi42Njd2MTA2LjY2NmgxMDYuNjY2di00Mi42NjZoLTY0di02NGgtNDIuNjY2em00Mi42NjYgMjM0LjY2Nmg2NHYtNDIuNjY2SDI5OC42Njd2MTA2LjY2Nmg0Mi42NjZ2LTY0em0tMTcwLjY2NiAwdjY0aDQyLjY2NlYyMzQuNjY3SDEwNi42Njd2NDIuNjY2aDY0em0tNjQtMTcwLjY2NnY0Mi42NjZoMTA2LjY2NlY0Mi42NjdoLTQyLjY2NnY2NGgtNjR6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMEEiIHVuaWNvZGU9Iu+EiiIgZD0iTTY0IDI1Nmg4NS4zMzNMMjU2IDM2Mi42NjdWMjEuMzMzTDE0OS4zMzMgMTI4SDY0djEyOHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjEwMiIgdW5pY29kZT0i74SCIiBkPSJNMjg2LjE2NSAxOTJsNzYuNTAyLTc2LjUwMS0zMC4xNjYtMzAuMTY2TDI1NiAxNjEuODM1bC03Ni40MzgtNzYuNTAyLTMwLjIyOSAzMC4xNjZMMjI1LjgzNSAxOTJsLTc2LjUwMiA3Ni40MzggMzAuMjMgMzAuMjI5TDI1NiAyMjIuMTY1bDc2LjUwMSA3Ni41MDIgMzAuMTY2LTMwLjIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMTAzIiB1bmljb2RlPSLvhIMiIGQ9Ik0zNjIuNjY3IDg1LjMzM3Y2NGg0Mi42NjZWNDIuNjY3SDI5OC42Njd2NDIuNjY2aDY0em0tMjEzLjMzNCA2NHYtNjRoNjRWNDIuNjY3SDEwNi42Njd2MTA2LjY2Nmg0Mi42NjZ6bTE0OS4zMzQgMTkyaDEwNi42NjZWMjM0LjY2N2gtNDIuNjY2djY0aC02NHY0Mi42NjZ6bS0xOTItMTA2LjY2NnYxMDYuNjY2aDEwNi42NjZ2LTQyLjY2NmgtNjR2LTY0aC00Mi42NjZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMEIiIHVuaWNvZGU9Iu+EiyIgZD0iTTI5OC42NjcgMjc3Ljg2NkMzMzAuMjQgMjYyLjE4NiAzNTIgMjI5LjY1MyAzNTIgMTkyYzAtMzcuNjEtMjEuNzYtNzAuMjA4LTUzLjMzMy04NS45NzR2MTcxLjg0ek02NCAyNTZoODUuMzMzTDI1NiAzNjIuNjY3VjIxLjMzM0wxNDkuMzMzIDEyOEg2NHYxMjh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMDEiIHVuaWNvZGU9Iu+EgSIgZD0iTTQwNS4zMzMgMzExLjE0NkwyODYuMTg3IDE5MiA0MDUuMzMzIDcyLjg1NGwtMzAuMTg2LTMwLjE4NkwyNTYgMTYxLjgxMyAxMzYuODU0IDQyLjY2OWwtMzAuMTg3IDMwLjE4NkwyMjUuODE0IDE5MiAxMDYuNjY4IDMxMS4xNDZsMzAuMTg2IDMwLjE4NkwyNTYgMjIyLjE4OGwxMTkuMTQ2IDExOS4xNDZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMDAiIHVuaWNvZGU9Iu+EgCIgZD0iTTQyLjY2NyAxOTJjMCAxMTcuODI0IDk1LjUwOSAyMTMuMzMzIDIxMy4zMzMgMjEzLjMzMyAxMTcuNzgxIDAgMjEzLjMzMy05NS41MDkgMjEzLjMzMy0yMTMuMzMzIDAtMTE3Ljc4MS05NS41NTItMjEzLjMzMy0yMTMuMzMzLTIxMy4zMzNDMTM4LjE3Ni0yMS4zMzMgNDIuNjY3IDc0LjIxOSA0Mi42NjcgMTkyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMTA4IiB1bmljb2RlPSLvhIgiIGQ9Ik0zMjguNjYxIDI5MC4wMDVMMjMwLjY3OCAxOTJsOTguMDA0LTk4LjAwNUwyOTguNjY4IDY0bC0xMjggMTI4IDEyOCAxMjh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMDkiIHVuaWNvZGU9Iu+EiSIgZD0iTTY0IDM1Ni44TDkxLjIgMzg0IDQ0OCAyNy4yIDQyMC44IDBsLTQzLjQ5OCA0My40NzdjLTE5LjItMTUuNzY1LTU0LjQyOC0zMy4wOTItNzguNjM1LTM4LjY3N3Y0NC4wNTNjMTcuNzA2IDUuMzM0IDMzLjgxNCAxNC4xODcgNDguMTA3IDI1LjE3M0wyNTYgMTY0LjhWMjEuMzMzTDE0OS4zMzMgMTI4SDY0djEyOGgxMDAuOHptMTkyIDUuODY3di04OS4xNzRsLTQ0LjU4NyA0NC41ODd6TTM1MiAxOTJjMC00LjU4Ny0uMzQyLTkuMTc0LS45Ni0xMy42NzVsLTUyLjM3MyA1Mi4zOTV2NDcuMTQ2QzMzMC4yNCAyNjIuMTg2IDM1MiAyMjkuNjUzIDM1MiAxOTJ6bTUzLjMzMyAwYy0uMDI3IDYxLjQxMi00Ny44MTUgMTI1LjQ5NC0xMDYuNjY2IDE0My4wNHY0NC4wNTRDMzg0LjEwNyAzNTkuNjggNDQ4IDI4My4zMDcgNDQ4IDE5MmMtLjAyMi0yNS45NjUtOS44MTgtNjUuNzA0LTIxLjg2Ny04OC43MDRsLTMyLjMyIDMyLjM2MmM2LjI1NyAxNC45MjIgMTEuNDE4IDQwLjE2MiAxMS41MiA1Ni4zNDJ6Ii8+PC9mb250PjwvZGVmcz48L3N2Zz4=) format('svg');
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: Videobox;
		src: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxmb250IGhvcml6LWFkdi14PSI1MTIiPjxmb250LWZhY2UgZm9udC1mYW1pbHk9IlZpZGVvYm94IiBmb250LXdlaWdodD0iNTAwIiB1bml0cy1wZXItZW09IjUxMiIgcGFub3NlLTE9IjIgMCA2IDMgMCAwIDAgMCAwIDAiIGFzY2VudD0iNDQ4IiBkZXNjZW50PSItNjQiIGJib3g9IjQyLjY2NyAtMjEuMzMzIDQ2OS4zMzMgNDA1LjMzMyIgdW5kZXJsaW5lLXRoaWNrbmVzcz0iMjUuNiIgdW5kZXJsaW5lLXBvc2l0aW9uPSItNTEuMiIgdW5pY29kZS1yYW5nZT0iVSswMDIwLUYxMEMiLz48Z2x5cGggZ2x5cGgtbmFtZT0ic3BhY2UiIGhvcml6LWFkdi14PSIyMDAiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjEwNyIgdW5pY29kZT0i74SHIiBkPSJNMTcwLjY2NyAzNDEuMzMzTDQwNS4zMzMgMTkyIDE3MC42NjcgNDIuNjY3djI5OC42NjZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMDYiIHVuaWNvZGU9Iu+EhiIgZD0iTTEyOCAzNDEuMzMzaDg1LjMzM1Y0Mi42NjdIMTI4djI5OC42NjZ6bTE3MC42NjcgMEgzODRWNDIuNjg3aC04NS4zMzN2Mjk4LjY0NnoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjEwQyIgdW5pY29kZT0i74SMIiBkPSJNNjQgMjU2aDg1LjMzM0wyNTYgMzYyLjY2N1YyMS4zMzNMMTQ5LjMzMyAxMjhINjR2MTI4em0yODgtNjRjLS4wMzEtMzIuODQtMjMuOTI0LTcxLjM1Ny01My4zMzMtODUuOTc0djE3MS44NEMzMzAuMjQgMjYyLjE4NiAzNTIgMjI5LjY1NCAzNTIgMTkyem0tNTMuMzMzIDE4Ny4wOTRDMzg0LjEwNyAzNTkuNjggNDQ4IDI4My40OTkgNDQ4IDE5Mi4wNDNTMzg0LjEwNiAyNC4zNDIgMjk4LjY2NyA0LjkyOFY0OC45NkMzNTcuNDk5IDY2LjUyIDQwNS4yODUgMTMwLjYwMyA0MDUuMzMzIDE5MmMtLjAyNyA2MS40MTItNDcuODE1IDEyNS40OTQtMTA2LjY2NiAxNDMuMDR2NDQuMDU0eiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMTA1IiB1bmljb2RlPSLvhIUiIGQ9Ik0yMTMuMzMzIDMyMGwxMjgtMTI4LTEyOC0xMjgtMjkuOTk0IDI5Ljk5NUwyODEuMzQ0IDE5MmwtOTguMDA1IDk4LjAwNXoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjEwNCIgdW5pY29kZT0i74SEIiBkPSJNMjk4LjY2NyA0Mi42Njd2MTA2LjY2NmgxMDYuNjY2di00Mi42NjZoLTY0di02NGgtNDIuNjY2em00Mi42NjYgMjM0LjY2Nmg2NHYtNDIuNjY2SDI5OC42Njd2MTA2LjY2Nmg0Mi42NjZ2LTY0em0tMTcwLjY2NiAwdjY0aDQyLjY2NlYyMzQuNjY3SDEwNi42Njd2NDIuNjY2aDY0em0tNjQtMTcwLjY2NnY0Mi42NjZoMTA2LjY2NlY0Mi42NjdoLTQyLjY2NnY2NGgtNjR6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMEEiIHVuaWNvZGU9Iu+EiiIgZD0iTTY0IDI1Nmg4NS4zMzNMMjU2IDM2Mi42NjdWMjEuMzMzTDE0OS4zMzMgMTI4SDY0djEyOHoiLz48Z2x5cGggZ2x5cGgtbmFtZT0idW5pRjEwMiIgdW5pY29kZT0i74SCIiBkPSJNMjg2LjE2NSAxOTJsNzYuNTAyLTc2LjUwMS0zMC4xNjYtMzAuMTY2TDI1NiAxNjEuODM1bC03Ni40MzgtNzYuNTAyLTMwLjIyOSAzMC4xNjZMMjI1LjgzNSAxOTJsLTc2LjUwMiA3Ni40MzggMzAuMjMgMzAuMjI5TDI1NiAyMjIuMTY1bDc2LjUwMSA3Ni41MDIgMzAuMTY2LTMwLjIzeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMTAzIiB1bmljb2RlPSLvhIMiIGQ9Ik0zNjIuNjY3IDg1LjMzM3Y2NGg0Mi42NjZWNDIuNjY3SDI5OC42Njd2NDIuNjY2aDY0em0tMjEzLjMzNCA2NHYtNjRoNjRWNDIuNjY3SDEwNi42Njd2MTA2LjY2Nmg0Mi42NjZ6bTE0OS4zMzQgMTkyaDEwNi42NjZWMjM0LjY2N2gtNDIuNjY2djY0aC02NHY0Mi42NjZ6bS0xOTItMTA2LjY2NnYxMDYuNjY2aDEwNi42NjZ2LTQyLjY2NmgtNjR2LTY0aC00Mi42NjZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMEIiIHVuaWNvZGU9Iu+EiyIgZD0iTTI5OC42NjcgMjc3Ljg2NkMzMzAuMjQgMjYyLjE4NiAzNTIgMjI5LjY1MyAzNTIgMTkyYzAtMzcuNjEtMjEuNzYtNzAuMjA4LTUzLjMzMy04NS45NzR2MTcxLjg0ek02NCAyNTZoODUuMzMzTDI1NiAzNjIuNjY3VjIxLjMzM0wxNDkuMzMzIDEyOEg2NHYxMjh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMDEiIHVuaWNvZGU9Iu+EgSIgZD0iTTQwNS4zMzMgMzExLjE0NkwyODYuMTg3IDE5MiA0MDUuMzMzIDcyLjg1NGwtMzAuMTg2LTMwLjE4NkwyNTYgMTYxLjgxMyAxMzYuODU0IDQyLjY2OWwtMzAuMTg3IDMwLjE4NkwyMjUuODE0IDE5MiAxMDYuNjY4IDMxMS4xNDZsMzAuMTg2IDMwLjE4NkwyNTYgMjIyLjE4OGwxMTkuMTQ2IDExOS4xNDZ6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMDAiIHVuaWNvZGU9Iu+EgCIgZD0iTTQyLjY2NyAxOTJjMCAxMTcuODI0IDk1LjUwOSAyMTMuMzMzIDIxMy4zMzMgMjEzLjMzMyAxMTcuNzgxIDAgMjEzLjMzMy05NS41MDkgMjEzLjMzMy0yMTMuMzMzIDAtMTE3Ljc4MS05NS41NTItMjEzLjMzMy0yMTMuMzMzLTIxMy4zMzNDMTM4LjE3Ni0yMS4zMzMgNDIuNjY3IDc0LjIxOSA0Mi42NjcgMTkyeiIvPjxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlGMTA4IiB1bmljb2RlPSLvhIgiIGQ9Ik0zMjguNjYxIDI5MC4wMDVMMjMwLjY3OCAxOTJsOTguMDA0LTk4LjAwNUwyOTguNjY4IDY0bC0xMjggMTI4IDEyOCAxMjh6Ii8+PGdseXBoIGdseXBoLW5hbWU9InVuaUYxMDkiIHVuaWNvZGU9Iu+EiSIgZD0iTTY0IDM1Ni44TDkxLjIgMzg0IDQ0OCAyNy4yIDQyMC44IDBsLTQzLjQ5OCA0My40NzdjLTE5LjItMTUuNzY1LTU0LjQyOC0zMy4wOTItNzguNjM1LTM4LjY3N3Y0NC4wNTNjMTcuNzA2IDUuMzM0IDMzLjgxNCAxNC4xODcgNDguMTA3IDI1LjE3M0wyNTYgMTY0LjhWMjEuMzMzTDE0OS4zMzMgMTI4SDY0djEyOGgxMDAuOHptMTkyIDUuODY3di04OS4xNzRsLTQ0LjU4NyA0NC41ODd6TTM1MiAxOTJjMC00LjU4Ny0uMzQyLTkuMTc0LS45Ni0xMy42NzVsLTUyLjM3MyA1Mi4zOTV2NDcuMTQ2QzMzMC4yNCAyNjIuMTg2IDM1MiAyMjkuNjUzIDM1MiAxOTJ6bTUzLjMzMyAwYy0uMDI3IDYxLjQxMi00Ny44MTUgMTI1LjQ5NC0xMDYuNjY2IDE0My4wNHY0NC4wNTRDMzg0LjEwNyAzNTkuNjggNDQ4IDI4My4zMDcgNDQ4IDE5MmMtLjAyMi0yNS45NjUtOS44MTgtNjUuNzA0LTIxLjg2Ny04OC43MDRsLTMyLjMyIDMyLjM2MmM2LjI1NyAxNC45MjIgMTEuNDE4IDQwLjE2MiAxMS41MiA1Ni4zNDJ6Ii8+PC9mb250PjwvZGVmcz48L3N2Zz4=) format('svg');
	}
}

[data-icon]:before {
	content: attr(data-icon);
}

.vb-icon,
.vjs-big-play-button,
.vjs-fullscreen-control,
.vjs-loading-spinner,
.vjs-play-control,
.vjs-progress-control .vjs-progress-holder .vjs-play-progress,
.vjs-volume-menu-button,
.vjs-volume-menu-button .vjs-menu .vjs-volume-bar .vjs-volume-level,
[class*=" vb-icon-"],
[class^=vb-icon-],
[data-icon]:before {
	display: inline-block;
	font-family: Videobox;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	height: 1em;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	width: 1em;
}

.vb-icon-circle:before {
	content: '\f100';
}

.vb-icon-close:before {
	content: '\f101';
}

.vb-icon-close-small:before {
	content: '\f102';
}

.vb-icon-fullscreen-enter:before {
	content: '\f103';
}

.vb-icon-fullscreen-exit:before {
	content: '\f104';
}

.vb-icon-next:before {
	content: '\f105';
}

.vb-icon-pause:before {
	content: '\f106';
}

.vb-icon-play:before {
	content: '\f107';
}

.vb-icon-prev:before {
	content: '\f108';
}

.vb-icon-volume-0:before {
	content: '\f109';
}

.vb-icon-volume-1:before {
	content: '\f10a';
}

.vb-icon-volume-2:before {
	content: '\f10b';
}

.vb-icon-volume-3:before {
	content: '\f10c';
}

#vbCloseLink,
#vbiClose,
.pagination > li > a,
.pagination > li > span,
.vb-hover-animated,
.vb_slider_outer .vb_slider_next,
.vb_slider_outer .vb_slider_prev,
.vb_thub_wrap .vb-icon-play,
.vb_video_cont,
.vb_video_cont a,
.vjs-big-play-button,
.vjs-fullscreen-control,
.vjs-play-control,
.vjs-progress-control .vjs-progress-holder .vjs-play-progress:after,
.vjs-volume-menu-button {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.vb-line-fix {
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
}

.vb-icon-circle-close-invert {
	display: block;
	position: relative;
}

.vb-icon-circle-close-invert:after,
.vb-icon-circle-close-invert:before {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}

.vb-icon-circle-close-invert:before {
	content: '';
}

.vb-icon-circle-close-invert:after {
	color: #000 !important;
	content: '';
}

.vb_video_cont {
	text-align: center;
	vertical-align: top;
}

#vbCloseLink i,
#vbCloseText,
.vjs-control:before {
	vertical-align: middle;
}

.vb_video_cont img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.vb_video_cont,
.vb_video_cont a {
	color: #000;
	display: inline-block;
	text-decoration: none;
	width: 100%;
}

.vb_video_cont a:focus,
.vb_video_cont a:hover,
.vb_video_cont:focus,
.vb_video_cont:hover {
	color: #84d1a4;
}

.vb_video_cont a:focus .vb_thub_wrap .vb-icon-play,
.vb_video_cont a:hover .vb_thub_wrap .vb-icon-play,
.vb_video_cont:focus .vb_thub_wrap .vb-icon-play,
.vb_video_cont:hover .vb_thub_wrap .vb-icon-play {
	background-color: rgba(0, 0, 0, 0.7);
	color: #84d1a4;
}

.vb_video_title {
	display: block;
	display: none;
	padding: 8px 10px 0;
}

.vb_video_title:empty {
	display: none;
}

.vb_thub_wrap {
	display: block;
	position: relative;
}

.vb_thub_wrap .vb-icon-play {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 100%;
	bottom: 50%;
	color: #fff;
	display: none;
	font-size: 48px;
	height: 72px;
	left: 50%;
	line-height: 72px;
	margin: -36px;
	position: absolute;
	right: 50%;
	top: 50%;
	width: 72px;
}

.vb_play_button .vb_thub_wrap .vb-icon-play {
	display: block;
}

.vb_video_sizer {
	background-color: #000;
	display: block;
	height: 0;
	overflow: hidden;
	position: relative;
}

.vb_video_sizer iframe {
	background-color: #000;
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#vbResponsive,
#vbiResponsive {
	height: 0;
	overflow: hidden;
	pointer-events: all;
	position: relative;
}

.vb_video_frame {
	color: #005723;
	display: block;
	font-size: 1.2em;
	margin: 30px 0;
	text-align: center;
	width: 100%;
}

.vb_gallery {
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	clear: both;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -moz-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: -12px;
	padding: 0;
}

.vb_video_cont.vb_gal {
	margin: 12px;
}

.vb_video_cont.vb_gal:empty {
	margin-bottom: 0;
	margin-top: 0;
}

.pagination {
	display: inline-block;
	margin: 20px 0;
	padding-left: 0;
}

.pagination > li {
	display: inline;
}

#vbCloseLink,
#vbCloseLink i,
#vbCloseText {
	display: inline-block;
}

.pagination > li > a,
.pagination > li > span {
	background-color: #fff;
	border: none;
	color: #005723;
	font-size: 15px;
	font-weight: 400;
	padding: 7.5px 15px;
	text-decoration: none;
	text-shadow: 0 0 10px #84d1a4;
}

.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	background-color: #84d1a4;
	color: #005723;
}

.pagination > li + li > a,
.pagination > li + li > span {
	border-left: 1px solid #fff;
	margin-left: 0;
}

#vbVideo,
#vbiVideo {
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}

#vbBottomContainer,
#vbOverlay,
#vbResponsive,
#vbVideo,
#vbiResponsive,
#vbiVideo {
	background-color: #000;
	width: 100%;
}

#vbOverlay {
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	visibility: hidden;
	z-index: 9999;
}

#vbOverlay.visible {
	opacity: 0.7;
	visibility: visible;
}

#vbWrap {
	-o-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	display: flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: 100%;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	left: 0;
	max-height: 100vh;
	max-width: 100vw;
	pointer-events: none;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 9999;
}

#vbWrap.visible {
	visibility: visible;
}

#vbWrap .animating {
	overflow: hidden;
}

#vbCenter {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
}

#vbResponsive {
	display: block;
	padding: 0;
	z-index: 10;
}

#vbBottomContainer {
	color: #f3f3f3;
	font-size: 15px;
	max-height: 0;
	opacity: 1;
	overflow: hidden;
	pointer-events: all;
	position: absolute;
	z-index: 5;
}

#vbBottomContainer.visible {
	background: #f3f3f3;
	max-height: 200px;
	-webkit-transition: opacity 0.5s 0.1s ease-in-out;
	transition: opacity 0.5s 0.1s ease-in-out;
}

#vbBottomContainer.visible:focus,
#vbBottomContainer.visible:hover {
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

#vbBottom {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 400;
	padding: 15px 15px 0;
	position: relative;
	text-align: left;
	width: 100%;
}

#vbCaption {
	color: #000;
	display: none;
	margin-bottom: 10px;
}

#vbCloseLink {
	color: #000;
	cursor: pointer;
	float: right;
	font-size: 18px;
	line-height: 1em;
	margin: -5px -5px 10px 10px;
	padding-left: 5px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition-delay: inherit;
	transition-delay: inherit;
}

#vbCloseLink:focus,
#vbCloseLink:hover {
	opacity: 0.75;
	text-decoration: none;
}

#vbCloseLink i {
	font-size: 36px;
	padding-left: 4px;
}

#vbiWrap {
	color: #f3f3f3;
	position: relative;
	text-align: center;
	width: 100%;
}

#vbiResponsive {
	display: block;
	padding: 0 0 56.25%;
}

#vbiClose {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 24px;
	height: 48px;
	line-height: 1;
	margin: -24px -24px 0 0;
	opacity: 0;
	padding: 12px;
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
	z-index: 300;
}

#vb-html5-video,
.video-js {
	background: #000;
	height: 100%;
	width: 100%;
}

#vbiClose.visible,
#vbiWrap:hover #vbiClose {
	opacity: 1;
}

#vbiClose:focus,
#vbiClose:hover {
	opacity: 0.75;
}

.vb_slider_outer {
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	color: #005723;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	width: 100%;
}

.vb_slider_outer .vb_slider_wrap {
	-webkit-box-flex: 1;
	box-flex: 1;
	-moz-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	overflow: hidden;
	padding: 0;
}

.vb_gallery.vb_slider {
	-webkit-box-lines: single;
	-moz-box-lines: single;
	box-lines: single;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0;
}

.vb_gallery.vb_slider .vb_video_cont.vb_gal {
	margin: 12px;
}

.vb_slider_outer .vb_slider_next,
.vb_slider_outer .vb_slider_prev {
	-webkit-box-flex: 0;
	cursor: pointer;
	-ms-flex: 0 0 48px;
	flex: 0 0 48px;
	margin: 15px 0;
	position: relative;
}

.vb_slider_outer .vb_slider_next i,
.vb_slider_outer .vb_slider_prev i {
	font-size: 48px;
	margin-top: -24px;
	position: absolute;
	top: 50%;
}

.vb_slider_outer .vb_slider_next:focus,
.vb_slider_outer .vb_slider_next:hover,
.vb_slider_outer .vb_slider_prev:focus,
.vb_slider_outer .vb_slider_prev:hover {
	color: #84d1a4;
}

body.vb-html5-player,
html.vb-html5-player {
	background: #000;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
}

body.vb-html5-player:focus,
html.vb-html5-player:focus {
	border: none;
	outline: 0;
}

.video-js {
	color: #fff;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.video-js .vjs-control-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.vjs-hidden {
	display: none;
}

.video-js .vjs-control-bar {
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	-webkit-box-align: center;
	box-align: center;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-ms-flex-align: center;
	height: 48px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	visibility: hidden;
	z-index: 3;
}

.vjs-has-started .vjs-control-bar {
	opacity: 1;
	visibility: visible;
}

.vjs-has-started.vjs-user-inactive.vjs-playing:not(.vjs-audio) .vjs-control-bar {
	opacity: 0;
	visibility: hidden;
}

.vjs-control {
	-ms-align-items: center;
	-o-align-items: center;
	-moz-align-items: center;
	align-items: center;
	background: 0 0;
	border: none;
	-webkit-box-align: center;
	box-align: center;
	color: #fff;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	display: -moz-flex;
	-ms-flex-align: center;
	height: 48px;
	margin: 0;
	padding: 0;
}

.vjs-control:before {
	cursor: pointer;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	text-align: center;
	width: 48px;
}

.vjs-audio-button,
.vjs-captions-button,
.vjs-chapters-button,
.vjs-custom-control-spacer,
.vjs-descriptions-button,
.vjs-has-started .vjs-big-play-button,
.vjs-has-started:not(.vjs-audio) .vjs-poster,
.vjs-live-control,
.vjs-playback-rate,
.vjs-subtitles-button {
	display: none;
}

.vjs-poster {
	background-color: #000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.video-js .vjs-tech {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.vjs-big-play-button,
.vjs-loading-spinner {
	bottom: 50%;
	height: 80px;
	left: 50%;
	margin: -40px;
	padding: 0;
	position: absolute;
	right: 50%;
	top: 50%;
	width: 80px;
	z-index: 5;
}

.vjs-big-play-button {
	background-color: rgba(0, 0, 0, 0.7);
	border: none;
	border-radius: 100%;
	color: #fff;
	cursor: pointer;
}

.vjs-big-play-button:before {
	content: '';
	font-size: 48px;
}

.vjs-big-play-button:focus,
.vjs-big-play-button:hover {
	color: #84d1a4;
}

.vjs-loading-spinner {
	border: none;
	display: none;
}

.vjs-loading-spinner:before {
	color: transparent;
	content: '';
	display: block;
	font-size: 80px;
	height: 100%;
	position: absolute;
	text-shadow: 0 0 120px rgba(0, 0, 0, 0.7);
	width: 100%;
	z-index: 2;
}

.vjs-loading-spinner:after {
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjQ4IiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgNDggNDgiPjxzdHlsZT4uc3Bpbm5lcntmaWxsOiNmZmY7LXdlYmtpdC1hbmltYXRpb246c3BpbiAuOHMgc3RlcHMoOCxlbmQpIGluZmluaXRlIWltcG9ydGFudDthbmltYXRpb246c3BpbiAuOHMgc3RlcHMoOCxlbmQpIGluZmluaXRlIWltcG9ydGFudDstd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46MjRweCAyNHB4IWltcG9ydGFudDstbXMtdHJhbnNmb3JtLW9yaWdpbjoyNHB4IDI0cHghaW1wb3J0YW50Oy1tb3otdHJhbnNmb3JtLW9yaWdpbjoyNHB4IDI0cHghaW1wb3J0YW50O3RyYW5zZm9ybS1vcmlnaW46MjRweCAyNHB4IWltcG9ydGFudH1Aa2V5ZnJhbWVzIHNwaW57dG97dHJhbnNmb3JtOnJvdGF0ZSgzNjBkZWcpfX1ALXdlYmtpdC1rZXlmcmFtZXMgc3Bpbnt0b3std2Via2l0LXRyYW5zZm9ybTpyb3RhdGUoMzYwZGVnKSB0cmFuc2xhdGUzZCgwLDAsMCl9fTwvc3R5bGU+PGRlZnM+PHBhdGggaWQ9ImFyYyIgZD0iTTI1IDIuMDIzYTIyIDIyIDAgMCAxIDEzLjgzMyA1LjczbC02LjM3NSA2LjM3NUExMyAxMyAwIDAgMCAyNSAxMS4wMzh6Ii8+PC9kZWZzPjxnIGNsYXNzPSJzcGlubmVyIj48dXNlIG9wYWNpdHk9Ii40IiB4bGluazpocmVmPSIjYXJjIi8+PHVzZSBvcGFjaXR5PSIuNCIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMjQgMjQpIiB4bGluazpocmVmPSIjYXJjIi8+PHVzZSBvcGFjaXR5PSIuNCIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgMjQgMjQpIiB4bGluazpocmVmPSIjYXJjIi8+PHVzZSBvcGFjaXR5PSIuNCIgdHJhbnNmb3JtPSJyb3RhdGUoMTM1IDI0IDI0KSIgeGxpbms6aHJlZj0iI2FyYyIvPjx1c2Ugb3BhY2l0eT0iLjQiIHRyYW5zZm9ybT0icm90YXRlKDE4MCAyNCAyNCkiIHhsaW5rOmhyZWY9IiNhcmMiLz48dXNlIG9wYWNpdHk9Ii40IiB0cmFuc2Zvcm09InJvdGF0ZSgyMjUgMjQgMjQpIiB4bGluazpocmVmPSIjYXJjIi8+PHVzZSBvcGFjaXR5PSIuODUiIHRyYW5zZm9ybT0icm90YXRlKDI3MCAyNCAyNCkiIHhsaW5rOmhyZWY9IiNhcmMiLz48dXNlIG9wYWNpdHk9Ii40IiB0cmFuc2Zvcm09InJvdGF0ZSgzMTUgMjQgMjQpIiB4bGluazpocmVmPSIjYXJjIi8+PC9nPjwvc3ZnPg==) 50% 50% no-repeat;
	background-size: 100% 100%;
	content: ' ';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 3;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
	display: block;
}

.vjs-play-control {
	-webkit-box-flex: 0;
	box-flex: 0;
	-moz-flex: 0 0 48px;
	-ms-flex: 0 0 48px;
	flex: 0 0 48px;
}

.vjs-play-control:before {
	content: '';
}

.vjs-play-control:hover {
	color: #84d1a4;
}

.vjs-playing .vjs-play-control:before {
	content: '';
}

.vjs-volume-menu-button {
	-webkit-box-flex: 0;
	box-flex: 0;
	-moz-flex: 0 0 48px;
	-ms-flex: 0 0 48px;
	flex: 0 0 48px;
	overflow: hidden;
}

.vjs-volume-menu-button:before {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48px;
	flex: 0 0 48px;
}

.vjs-volume-menu-button.vjs-vol-3:before {
	content: '';
}

.vjs-volume-menu-button.vjs-vol-2:before {
	content: '';
}

.vjs-volume-menu-button.vjs-vol-1:before {
	content: '';
}

.vjs-volume-menu-button.vjs-vol-0:before {
	content: '';
}

.vjs-volume-menu-button:focus,
.vjs-volume-menu-button:hover {
	-webkit-box-flex: 0;
	box-flex: 0;
	color: #84d1a4;
	-moz-flex: 0 0 168px;
	-ms-flex: 0 0 168px;
	flex: 0 0 168px;
}

.vjs-volume-menu-button .vjs-menu {
	-webkit-box-flex: 1;
	box-flex: 1;
	color: #fff;
	-moz-flex: 1 1 0;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}

.vjs-volume-menu-button .vjs-menu .vjs-menu-content {
	padding: 0 12px;
}

.vjs-volume-menu-button .vjs-menu .vjs-volume-bar {
	background: rgba(255, 255, 255, 0.3);
	height: 6px;
	position: relative;
}

.vjs-volume-menu-button .vjs-menu .vjs-volume-bar .vjs-volume-level {
	background: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.vjs-volume-menu-button .vjs-menu .vjs-volume-bar .vjs-volume-level:after {
	content: '';
	cursor: pointer;
	margin: -12px;
	position: absolute;
	right: 0;
	top: 3px;
}

.vjs-time-control {
	margin: 0 12px;
}

.vjs-duration,
.vjs-remaining-time,
.vjs-time-divider {
	display: none;
}

.vjs-progress-control {
	-webkit-box-flex: 1;
	box-flex: 1;
	-moz-flex: 1 1 0;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}

.vjs-progress-control .vjs-progress-holder {
	background: rgba(255, 255, 255, 0.3);
	cursor: pointer;
	height: 6px;
	margin: 0 12px;
	position: relative;
	width: 100%;
}

.vjs-progress-control .vjs-progress-holder .vjs-load-progress,
.vjs-progress-control .vjs-progress-holder .vjs-mouse-display,
.vjs-progress-control .vjs-progress-holder .vjs-play-progress {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}

.vjs-progress-control .vjs-progress-holder .vjs-load-progress {
	background: rgba(255, 255, 255, 0.3);
}

.vjs-progress-control .vjs-progress-holder .vjs-mouse-display {
	background: #000;
	display: none;
	width: 1px;
	z-index: 10;
}

.vjs-progress-control .vjs-progress-holder .vjs-play-progress {
	background: #fff;
}

.vjs-progress-control .vjs-progress-holder .vjs-play-progress:after {
	content: '';
	cursor: pointer;
	font-size: 6px;
	margin: -3px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 3px;
}

.vjs-progress-control:focus .vjs-mouse-display,
.vjs-progress-control:hover .vjs-mouse-display {
	display: block;
}

.vjs-progress-control:focus .vjs-play-progress:after,
.vjs-progress-control:hover .vjs-play-progress:after {
	font-size: 24px;
	margin: -12px;
	opacity: 1;
}

.vjs-fullscreen-control {
	-webkit-box-flex: 0;
	box-flex: 0;
	-moz-flex: 0 0 48px;
	-ms-flex: 0 0 48px;
	flex: 0 0 48px;
}

.vjs-fullscreen-control:hover {
	color: #84d1a4;
}

.vjs-fullscreen-control:before {
	content: '';
}

.vjs-fullscreen .vjs-fullscreen-control:before {
	content: '';
}
table {
	border-collapse: collapse;
	width: 100%;
}

table tr {
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

table tr:hover,
table tr:focus,
table tr:active,
table tr.active {
	background-color: #fef8e7 !important;
}

table tr:first-of-type {
	background-color: transparent !important;
	border-top-width: 0;
}

table tr:last-of-type {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

table tr:nth-of-type(odd) {
	background-color: #f7f7f7;
}

table th {
	border-top: 1px solid #000;
	color: #444;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 0.375rem 0.75rem;
	text-transform: uppercase;
}

table td {
	padding: 0.375rem 0.75rem;
}

.button-btn.apply-coupon-btn {
	align-items: center;
	background-color: transparent;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: #005ea7;
	display: block;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 0.9375rem;
	font-weight: 700;
	height: auto;
	justify-content: center;
	line-height: 1.875rem;
	line-height: unset;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	width: 100%;
}

@media (min-width: 768px) {
	.button-btn.apply-coupon-btn {
		line-height: 3rem;
	}
}

@font-face {
	font-family: 'swiper-icons';
	font-style: normal;
	font-weight: 400;
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper-container {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 100%;
	z-index: 1;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	margin: 0 auto;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 100%;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	/* For Firefox */
	-ms-overflow-style: none;
	scrollbar-width: none;
	/* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	-webkit-scroll-snap-type: x mandatory;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

/* Scrollbar */
.swiper-scrollbar {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
	bottom: 3px;
	height: 5px;
	left: 1%;
	position: absolute;
	width: 98%;
	z-index: 50;
}

.swiper-container-vertical > .swiper-scrollbar {
	height: 98%;
	position: absolute;
	right: 3px;
	top: 1%;
	width: 5px;
	z-index: 50;
}

.swiper-scrollbar-drag {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

:root {
	--swiper-navigation-size: 44px;
	/*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: var(--swiper-navigation-size);
	justify-content: center;
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	z-index: 10;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	cursor: auto;
	opacity: 0.35;
	pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	font-variant: initial;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none !important;
	text-transform: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	left: auto;
	right: 10px;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next';
}

.swiper-button-prev.swiper-button-gray13,
.swiper-button-next.swiper-button-gray13 {
	--swiper-navigation-color: #f6f6f6;
}

.swiper-button-prev.swiper-button-gray34,
.swiper-button-next.swiper-button-gray34 {
	--swiper-navigation-color: #f5f5f5;
}

.swiper-button-lock {
	display: none;
}

:root {
	/*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
	font-size: 0;
	overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	background: #000;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	opacity: 0.2;
	width: 8px;
}

button.swiper-pagination-bullet {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	width: 100%;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	height: 4px;
	left: 0;
	top: 0;
	width: 100%;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	height: 100%;
	left: 0;
	top: 0;
	width: 4px;
}

.swiper-pagination-gray13 {
	--swiper-pagination-color: #f6f6f6;
}

.swiper-pagination-gray34 {
	--swiper-pagination-color: #f5f5f5;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-container {
	opacity: 0;
	padding-bottom: 2rem;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

@media (max-width: 767.98px) {
	.swiper-container {
		overflow: hidden;
	}
}

.swiper-container.swiper-container-initialized {
	opacity: 1;
}

.swiper-pagination {
	bottom: 0;
	width: 100%;
}

.swiper-pagination-bullet {
	height: 6px;
	margin: 0 6px;
	width: 6px;
}

.swiper-pagination-bullet:focus {
	outline: none;
}

.swiper-pagination-bullet-active {
	background-color: #000;
}

.swiper-button-next,
.swiper-button-prev {
	background-image: none;
	height: 24px;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 24px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	color: #fff;
	font-size: 0.625rem;
}

@media (min-width: 768px) {
	.swiper-button-next,
	.swiper-button-prev {
		height: 48px;
		width: 48px;
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 1.25rem;
	}
}

.swiper-container-initialized ~ .swiper-button-next,
.swiper-container-initialized ~ .swiper-button-prev {
	opacity: 1;
}

 {
	background-color: #000;
}

.is-bris .swiper-button-prev,
.is-bris
.swiper-button-next {
	background-color: #00589f;
}

 {
	background-color: #71140f;
}

.swiper-button-prev:focus,
.swiper-button-prev:active,
.swiper-button-next:focus,
.swiper-button-next:active {
	border-radius: 0;
	outline: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next {
	right: 0;
}

.swiper-container-horizontal > .swiper-scrollbar {
	bottom: 0;
	left: 0;
	width: 100%;
}

.is-bris .swiper-scrollbar-drag {
	background-color: #00589f;
}

.klevuTarget.klevu-fluid > div.klevuWrap {
	background-color: #f7f7f7;
	max-width: 500px;
	width: 45%;
}

.klevuAutoSuggestionsWrap {
	border-bottom: 0;
	padding-left: 0.5rem;
}

.klevuAutoSuggestionsWrap ul li a {
	padding: 0.5rem 12px 0.5rem 1rem;
}

@media (max-width: 767.98px) {
	.klevuAutoSuggestionsWrap {
		padding-bottom: 0.25rem;
	}

	.klevuAutoSuggestionsWrap ul li a {
		padding: 0.25rem 12px 0.25rem 1rem;
	}
}

@media (max-width: 767.98px) {
	.klevuSuggestionList > li:nth-child(n + 4) {
		display: none;
	}
}

.klevuSuggestionList .klevu-track-click {
	border-bottom: 1px solid #dcdcdc;
}

@media (min-width: 768px) {
	.klevuQuickProductsWrap {
		border-left: 1px solid #dcdcdc;
	}
}

.klevuSuggestionHeading {
	padding: 0.5rem 0;
	padding-left: 0;
}

.klevuAutoSuggestionsWrap .klevuSuggestionHeading {
	border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 767.98px) {
	.klevuSuggestionHeading {
		margin: 0;
		padding-bottom: 0.25rem;
	}
}

.klevuSuggestionHeading .klevuHeadingText {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.klevuProductList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.klevuProductList .klevuProduct {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 0.25rem;
	width: 100%;
}

@media (min-width: 768px) {
	.kuResults .klevuProductList .klevuProduct {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}

@media (min-width: 992px) {
	.kuResults .klevuProductList .klevuProduct {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.klevuQuickSearchResults ul li {
	border-bottom: 0;
	margin-bottom: 0.5rem;
}

.klevuQuickSearchResults ul li a.klevuQuickProductInnerBlock {
	background-color: #fff;
	border: 1px solid #dcdcdc;
	height: 100%;
	padding: 0.5rem 0.25rem;
	position: relative;
}

.klevuQuickSearchResults ul li a.klevuQuickProductInnerBlock:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.klevuQuickSearchResults ul li .klevuQuickProductDescBlock {
	float: none;
	font-weight: normal;
	line-height: 16px;
	margin-left: 0;
}

.klevuQuickSearchResults ul li .klevuQuickProductName,
.klevuQuickSearchResults ul li .klevuQuickSalePrice {
	font-size: 11px;
}

.klevuQuickSearchResults ul li .klevuQuickProductName {
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-weight: normal;
	-webkit-line-clamp: 2;
	/* autoprefixer: on */
	overflow: hidden;
	text-overflow: ellipsis;
}

.klevuQuickSearchResults ul li .klevuQuickProductPrice {
	margin-top: 0.5rem;
}

.klevuQuickSearchResults ul li .klevuQuickProductPrice .productItem-price--original,
.klevuQuickSearchResults ul li .klevuQuickProductPrice .productItem-price--discount {
	font-size: 0.8125rem;
	font-weight: 700;
}

.klevuQuickSearchResults ul li .klevuQuickProductPrice .productItem-subTitle {
	font-size: 0.6875rem;
}

.klevuQuickSearchResults ul li .klevuQuickProductPrice p {
	margin-bottom: 0;
}

.klevuQuickSearchResults ul li .productItem-labelWrap,
.klevuQuickSearchResults ul li .productItem-label {
	font-size: 0.6875rem;
	line-height: 0.6875rem;
}

.klevuQuickSearchResults ul li .productItem-label {
	padding: 0.25rem;
	top: 0;
}

.klevuQuickSearchResults .klevuProductItemTop,
.klevuQuickSearchResults .klevuProductItemBottom {
	float: none;
	width: 100%;
}

.klevuQuickSearchResults .klevuQuickImgWrap {
	height: auto !important;
}

.klevuQuickSearchResults .klevuProduct .productItem-label {
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
	font-size: 0.5rem !important;
	padding: 0.125rem;
	white-space: normal;
}

.klevuQuickSearchResults img {
	width: 100%;
}

.klevuQuickSearchResults .klevuProductsViewAll {
	display: block;
	position: static;
	text-align: center;
}

.klevuQuickSearchResults .klevuProductsViewAll a {
	border-bottom: 0;
	float: none;
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: 0;
}

.kuContainer {
	background-color: transparent;
	padding: 0;
}

.kuResultWrap {
	position: relative;
	width: 100%;
}

@media (max-width: 991.98px) {
	.kuResultWrap {
		padding-left: 0;
		width: 100%;
	}
}

.kuFilters {
	float: none;
	width: 100%;
}

@media (max-width: 991.98px) {
	.kuFilters {
		padding-top: 1.5rem;
		z-index: 999999;
	}
}

@media (min-width: 768px) {
	.kuFilters .loading-spinner {
		display: none !important;
	}
}

.kuFilters .klevuFilterOptionClear {
	margin-bottom: 5px;
}

.kuFilters .klevuFilterOptionClear .klevuFilterOptionClearIcon {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 10px;
	height: 18px;
	justify-content: center;
	margin-right: 6px;
	width: 18px;
}

.kuFilters .klevuFilterOptionClear .kufacet-text {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	font-weight: bold;
	height: 18px;
}

.is-bris .kuFilterHead {
	color: #00589f;
}

.kuFilterHead.kuCollapse::after,
.kuFilterHead.kuExpand::after {
	right: 4px;
}

 {
	border-color: #000;
}

.is-bris .kuFilterHead.kuCollapse::after,
.is-bris
  .kuFilterHead.kuExpand::after {
	border-color: #00589f;
}

 {
	border-color: #71140f;
}

.kuFilterTextWrap {
	margin: 5px 0.5rem 1rem;
}

@media (min-width: 768px) {
	.kuFilterTextWrap {
		margin: 5px 0 1rem;
	}
}

.kuFilterText {
	border-color: #d6d6d6;
	font-size: 0.9375rem;
	height: 2.375rem;
	line-height: 2.375rem;
	padding-left: 10px !important;
	padding-right: 26px;
}

.kuFilterTextBtn {
	background: none;
	border: 0;
	cursor: pointer;
	font-size: 1rem !important;
	height: 38px;
	line-height: 38px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: none;
	transform: none;
	-webkit-transform: translateY(-50%);
	width: 2rem;
}

.kuFilterNames {
	height: auto;
}

.is-bris .kuFilterNames {
	max-height: 124px;
}

.kuFilterNames.kuFilterShowAll {
	max-height: unset;
}

.is-bris .kuFilterNames.sliderFilterNames {
	max-height: 150px;
}

.kuFilterNames ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.is-bris .kuFilterNames ul li a {
	color: #00589f;
}

.kuFilterNames ul li a span.kuFilterTotal,
.kuFilterNames ul li a span.kuFilterCancel {
	margin-left: auto;
}

.is-bris .kuFilterDot {
	background-color: #00589f;
}

.kuBtn.kuFacetsSlideIn {
	background-color: transparent;
	border: 0;
	font-size: 0.9375rem;
	font-weight: 700;
	min-width: unset;
	padding: 0;
}

.is-bris .kuBtn.kuFacetsSlideIn {
	color: #00589f;
}

.kuShowOpt {
	font-size: 15px;
}

.is-bris .kuShowOpt {
	color: #00589f;
}

.kuShowOpt::before {
	content: 'more';
}

.kuFilterShowAll .kuShowOpt::before {
	content: 'less';
}

.kuMulticheck .kuFilterNames ul li span.kuFilterIcon::before {
	border-radius: 3px;
}

.kuMulticheck .kuFilterNames ul li.kuSelected span.kuFilterIcon::before {
	color: #fff;
}

.is-bris .kuMulticheck .kuFilterNames ul li.kuSelected span.kuFilterIcon::before {
	background-color: #36b37e;
}

.is-bris .kuMulticheck .kuFilterNames ul li.kuSelected span.kuFilterIcon::before {
	border-color: #36b37e;
}

.kuMulticheck .kuFilterNames ul li.kuSelected span.kuFilterIcon::after {
	border-color: #fff;
}

.kuMulticheck .kuFilterNames ul li.kuSelected:hover span.kuFilterIcon::after {
	border-color: #fff;
	top: 5px;
}

.is-bris .kuFilterNames ul li.kuSelected span.kuFilterIcon:after {
	background-color: #36b37e;
}

.kuFilterNames ul li a:hover span.kuFilterIcon:after {
	background-color: #dcdcdc;
}

.kuDropdown {
	border: 1px solid #dcdcdc;
}

.kuDropdownLabel {
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 0.9375rem;
	-webkit-line-clamp: 1;
	/* autoprefixer: on */
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

@media (max-width: 991.98px) {
	.kuDropdownLabel {
		font-size: 0.8125rem;
	}

	.kuDropdownLabel::after {
		top: 10px;
	}
}

.kuDropSortBy {
	margin-left: 0;
}

.kuDropItemsPerpage {
	margin: 5px 2px;
}

.kuPagination a.klevuPaginate {
	border: 0;
	color: #888;
	font-size: 0.9375rem;
	font-weight: 700;
}

.kuPagination a.klevuPaginate.kuActive {
	color: #000;
}

.kuPagination a.klevuPaginate:hover {
	text-decoration: none;
}

.klevuPaginate .icon-chevron-left,
.klevuPaginate .icon-chevron-right {
	display: inline-block;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

 {
	color: #000;
}

.is-bris .klevuPaginate .icon-chevron-left,
.is-bris
  .klevuPaginate .icon-chevron-right {
	color: #00589f;
}

 {
	color: #71140f;
}

.klevuPaginate .icon-chevron-left:nth-child(2),
.klevuPaginate .icon-chevron-right:nth-child(2) {
	margin-left: -8px;
}

.kuPriceSlider {
	padding: 0 1rem 3.75rem;
	width: 100%;
}

@media (min-width: 992px) {
	.kuPriceSlider {
		padding-bottom: 0;
	}
}

.kuSliderVal {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 50px 0;
}

.kuSliderVal .minValueproductList,
.kuSliderVal .maxValueproductList {
	font-size: 0.8125rem;
}

.kuSliderVal-min,
.kuSliderVal-max {
	min-width: 60px;
}

.kuResultText {
	font-size: 0.9375rem;
	margin-bottom: 0.25rem;
}

@media (max-width: 991.98px) {
	.kuResultText {
		font-size: 0.8125rem;
	}
}

.is-bris .kuResults ul li {
	padding: 8px;
}

.kuResults ul li .kuNameDesc {
	margin-top: 0;
}

.kuResults ul li .kuName a {
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	display: -webkit-box;
	height: 45px;
	-webkit-line-clamp: 2;
	/* autoprefixer: on */
	overflow: hidden;
	text-overflow: ellipsis;
}

.kuResults ul li .kuPrice {
	font-weight: 700;
	margin-top: 0.5rem;
}

 {
	font-weight: 500;
	text-align: center;
}

.is-bris .kuResults ul li .kuName a {
	font-size: 1rem;
}

.is-bris .kuResults ul li .kuSalePrice {
	font-size: 1.125rem;
	font-weight: 700;
}

 {
	font-size: 0.9375rem;
}

.kuProdWrap {
	border: 0;
	height: 100%;
}

.klevuProduct .kuProdTop {
	padding: 0;
}

.klevuProduct img:not(.kuProdImg) {
	height: auto;
}

.klevuProduct .klevuImgWrap {
	height: auto !important;
	margin-bottom: 0;
}

.is-bris .klevuProduct .klevuImgWrap {
	border: 1px solid #d8d8d8;
}

.klevuProduct .klevuImgWrap:hover .klevuProductOverlay,
.klevuProduct .klevuImgWrap:hover .klevuProductQuickView {
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.klevuProduct .klevuImgWrap .klevuProductOverlay {
	background-color: rgba(255, 255, 255, 0.4);
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.klevuProduct .klevuImgWrap .klevuProductQuickView {
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid #c0c0c0;
	color: #000;
	cursor: pointer;
	font-size: 0.9375rem;
	height: auto;
	left: 0;
	line-height: 1;
	margin: auto;
	opacity: 0;
	padding: 0.625rem 1.5rem;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 70%;
	z-index: 99;
}

.is-bris .klevuProduct .klevuImgWrap .klevuProductQuickView {
	color: #005ea7;
}

.klevuProduct .klevuImgWrap .kuprodImgSpan img {
	position: static;
}

.kuResults.kuGridView .klevuProduct .kuProdBottom {
	min-height: unset;
	padding-bottom: 1rem;
}

.is-bris .kuResults.kuGridView .klevuProduct .kuProdBottom {
	padding-left: 0;
}

.is-bris .kuResults.kuGridView .klevuProduct .kuProdBottom {
	padding-right: 0;
}

.klevuProduct .productItem-label {
	line-height: 1em !important;
	padding: 0.375rem;
	width: 100%;
}

@media (min-width: 768px) {
	.klevuProduct .productItem-label {
		font-size: 0.75rem !important;
	}

	.is-bris .klevuProduct .productItem-label {
		font-size: 0.6875rem !important;
	}
}

@media (max-width: 767.98px) {
	.klevuProduct .productItem-label {
		font-size: 0.5625rem !important;
		padding: 0.25rem;
	}

	.is-bris .klevuProduct .productItem-label {
		font-size: 0.5rem !important;
	}
}

.klevuProduct .klevuQuickProductPrice .productItem-subTitle {
	font-weight: normal;
	padding-right: 0;
}

.klevuProduct .productItem-price--original {
	font-size: 0.9375rem;
}

@media (min-width: 992px) {
	.klevuProduct .productItem-price--original {
		font-size: 1.125rem;
	}
}

 {
	font-size: 0.8125rem;
	font-weight: 500;
}

 {
	font-size: 0.9375rem;
	font-weight: 700;
}

.kuResults ul li:hover .kuProdWrap {
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (max-width: 991.98px) {
	.kuSortWrap {
		display: none;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -8px;
	}

	.kuSortWrap .kuSortWrapItem {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 0.5rem;
		width: 100%;
	}

	.kuSortWrap .kuDropdown {
		margin: 0;
		width: 100%;
	}
}

.noUi-horizontal {
	height: 12px;
}

.noUi-horizontal .noUi-handle {
	border-radius: 50%;
	height: 24px;
	width: 24px;
}

.noUi-handle::before,
.noUi-handle::after {
	left: 50%;
	top: 4px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.noUi-handle::before {
	margin-left: -2px;
}

.noUi-handle::after {
	margin-left: 2px;
}

.is-bris .noUi-connect {
	background-color: #00589f;
}

/*

	FONT SIZE

	Size:

		.fs-1
		.fs-2
		.fs-3

 */
.fs-1 {
	font-size: 1rem !important;
}

.fs-2 {
	font-size: 1.25rem !important;
}

.fs-3 {
	font-size: 1.5rem !important;
}

@media (min-width: 576px) {
	.fs-sm-1 {
		font-size: 1rem !important;
	}

	.fs-sm-2 {
		font-size: 1.25rem !important;
	}

	.fs-sm-3 {
		font-size: 1.5rem !important;
	}
}

@media (min-width: 768px) {
	.fs-md-1 {
		font-size: 1rem !important;
	}

	.fs-md-2 {
		font-size: 1.25rem !important;
	}

	.fs-md-3 {
		font-size: 1.5rem !important;
	}
}

@media (min-width: 992px) {
	.fs-lg-1 {
		font-size: 1rem !important;
	}

	.fs-lg-2 {
		font-size: 1.25rem !important;
	}

	.fs-lg-3 {
		font-size: 1.5rem !important;
	}
}

@media (min-width: 1200px) {
	.fs-xl-1 {
		font-size: 1rem !important;
	}

	.fs-xl-2 {
		font-size: 1.25rem !important;
	}

	.fs-xl-3 {
		font-size: 1.5rem !important;
	}
}

/*

	FONT SIZE PIXEL

	Size:

		.fsp-13

 */
.fsp-11 {
	font-size: 0.6875rem !important;
}

.fsp-12 {
	font-size: 0.75rem !important;
}

.fsp-13 {
	font-size: 0.8125rem !important;
}

.fsp-15 {
	font-size: 0.9375rem !important;
}

.fsp-16 {
	font-size: 1rem !important;
}

.fsp-24 {
	font-size: 1.5rem !important;
}

@media (min-width: 576px) {
	.fsp-sm-11 {
		font-size: 0.6875rem !important;
	}

	.fsp-sm-12 {
		font-size: 0.75rem !important;
	}

	.fsp-sm-13 {
		font-size: 0.8125rem !important;
	}

	.fsp-sm-15 {
		font-size: 0.9375rem !important;
	}

	.fsp-sm-16 {
		font-size: 1rem !important;
	}

	.fsp-sm-24 {
		font-size: 1.5rem !important;
	}
}

@media (min-width: 768px) {
	.fsp-md-11 {
		font-size: 0.6875rem !important;
	}

	.fsp-md-12 {
		font-size: 0.75rem !important;
	}

	.fsp-md-13 {
		font-size: 0.8125rem !important;
	}

	.fsp-md-15 {
		font-size: 0.9375rem !important;
	}

	.fsp-md-16 {
		font-size: 1rem !important;
	}

	.fsp-md-24 {
		font-size: 1.5rem !important;
	}
}

@media (min-width: 992px) {
	.fsp-lg-11 {
		font-size: 0.6875rem !important;
	}

	.fsp-lg-12 {
		font-size: 0.75rem !important;
	}

	.fsp-lg-13 {
		font-size: 0.8125rem !important;
	}

	.fsp-lg-15 {
		font-size: 0.9375rem !important;
	}

	.fsp-lg-16 {
		font-size: 1rem !important;
	}

	.fsp-lg-24 {
		font-size: 1.5rem !important;
	}
}

@media (min-width: 1200px) {
	.fsp-xl-11 {
		font-size: 0.6875rem !important;
	}

	.fsp-xl-12 {
		font-size: 0.75rem !important;
	}

	.fsp-xl-13 {
		font-size: 0.8125rem !important;
	}

	.fsp-xl-15 {
		font-size: 0.9375rem !important;
	}

	.fsp-xl-16 {
		font-size: 1rem !important;
	}

	.fsp-xl-24 {
		font-size: 1.5rem !important;
	}
}

/*

	LINE HEIGHT

	Size:

		.lhp-24
		.lhp-30
		.lhp-36
		.lhp-48
		.lhp-60

 */
.lhp-13 {
	line-height: 0.8125rem !important;
}

.lhp-15 {
	line-height: 0.9375rem !important;
}

.lhp-16 {
	line-height: 1rem !important;
}

@media (min-width: 576px) {
	.lhp-sm-13 {
		line-height: 0.8125rem !important;
	}

	.lhp-sm-15 {
		line-height: 0.9375rem !important;
	}

	.lhp-sm-16 {
		line-height: 1rem !important;
	}
}

@media (min-width: 768px) {
	.lhp-md-13 {
		line-height: 0.8125rem !important;
	}

	.lhp-md-15 {
		line-height: 0.9375rem !important;
	}

	.lhp-md-16 {
		line-height: 1rem !important;
	}
}

@media (min-width: 992px) {
	.lhp-lg-13 {
		line-height: 0.8125rem !important;
	}

	.lhp-lg-15 {
		line-height: 0.9375rem !important;
	}

	.lhp-lg-16 {
		line-height: 1rem !important;
	}
}

@media (min-width: 1200px) {
	.lhp-xl-13 {
		line-height: 0.8125rem !important;
	}

	.lhp-xl-15 {
		line-height: 0.9375rem !important;
	}

	.lhp-xl-16 {
		line-height: 1rem !important;
	}
}

/*

	LINE HEIGHT

	Size:

		.lh-1
		.lh-2
		.lh-3

 */
.lh-1 {
	line-height: 1 !important;
}

.lh-2 {
	line-height: 1.25 !important;
}

.lh-3 {
	line-height: 1.5 !important;
}

@media (min-width: 576px) {
	.lh-sm-1 {
		line-height: 1 !important;
	}

	.lh-sm-2 {
		line-height: 1.25 !important;
	}

	.lh-sm-3 {
		line-height: 1.5 !important;
	}
}

@media (min-width: 768px) {
	.lh-md-1 {
		line-height: 1 !important;
	}

	.lh-md-2 {
		line-height: 1.25 !important;
	}

	.lh-md-3 {
		line-height: 1.5 !important;
	}
}

@media (min-width: 992px) {
	.lh-lg-1 {
		line-height: 1 !important;
	}

	.lh-lg-2 {
		line-height: 1.25 !important;
	}

	.lh-lg-3 {
		line-height: 1.5 !important;
	}
}

@media (min-width: 1200px) {
	.lh-xl-1 {
		line-height: 1 !important;
	}

	.lh-xl-2 {
		line-height: 1.25 !important;
	}

	.lh-xl-3 {
		line-height: 1.5 !important;
	}
}

.is-bris {
	/* Popup Review */
}

.is-bris [data-bv-show="rating_summary"] .bv_main_container .bv_avgRating_component_container,
.is-bris [data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_text,
.is-bris [data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist {
	color: #4d4d4d !important;
	font-size: 0.875rem !important;
}

.is-bris [data-bv-show="rating_summary"] .bv_main_container .bv_avgRating_component_container:hover,
.is-bris [data-bv-show="rating_summary"] .bv_main_container .bv_avgRating_component_container:focus,
.is-bris [data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_text:hover,
.is-bris [data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_text:focus,
.is-bris [data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist:hover,
.is-bris [data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist:focus {
	color: #4d4d4d !important;
	font-size: 0.875rem !important;
}

.is-bris [data-bv-show="inline_rating"] .bv_main_container .bv_averageRating_component_container .bv_text,
.is-bris [data-bv-show="inline_rating"] .bv_main_container .bv_numReviews_component_container .bv_text {
	color: #4d4d4d !important;
	font-size: 0.875rem !important;
}

.is-bris .ips__sc-5ateei-2.iPGJjb {
	background-color: inherit;
}

.is-bris .ips__sc-5ateei-2:focus {
	outline: none;
}

.is-bris #sps-terms-and-conditions-checkbox {
	display: none;
}

.is-bris .ips__sc-cbk3mt-1.bqdbGz {
	margin-bottom: 2px;
}

body.overlay {
	height: 100vh;
	overflow: hidden;
}

.paymentOverlay {
	background-color: rgba(255, 255, 255, 0.9);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
}

.paymentOverlay-content {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.paymentOverlay-action {
	color: #222;
	font-size: 1.5rem;
	margin-bottom: -20px;
}

.paymentOverlay.open {
	display: block;
}

.full-row {
	left: 50%;
	margin-left: -50vw;
	max-width: 1400px;
	position: relative;
	width: 100vw;
}

@media (min-width: 1200px) {
	.full-row {
		margin-left: -700px;
		width: 1400px;
	}
}

.backToList {
	align-content: center;
	color: #222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	font-size: 1rem;
}

.backToList i {
	font-size: 1.5rem;
	margin-right: 0.3125rem;
}

.backToList i:hover,
.backToList i:focus,
.backToList i:active,
.backToList i.active {
	text-decoration: none;
}

.wysiwyg {
	font-size: 0.8125rem;
}

@media (min-width: 768px) {
	.wysiwyg {
		font-size: 0.9375rem;
	}
}

.wysiwyg img {
	height: auto;
	margin-bottom: 1.5rem;
	max-width: 100%;
}

.applicationForm {
	max-width: 684px;
}

.applicationForm .formSubTitle {
	color: #000;
	font-size: 1.5rem;
	line-height: 36px;
	padding-bottom: 0.5rem;
}

.hr {
	border-bottom: 2px solid #fefefe;
	height: 0;
	margin: 1rem 0;
	width: 100%;
}

input[type="text"]::-ms-clear {
	display: none;
}

select::-ms-expand {
	display: none;
}

input::-webkit-contacts-auto-fill-button {
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
	visibility: hidden;
}

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

@media (min-width: 576px) {
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
}

.underline-link {
	border-bottom: 2px solid #005ea7;
	font-weight: 700;
	margin-right: 0.75rem;
}

.is-bris .underline-link {
	border-color: #005ea7;
}

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

@media (max-width: 991.98px) {
	.hide-on-lg-down {
		display: none !important;
	}
}

.is-disabled-link {
	cursor: not-allowed !important;
	opacity: 0.5;
	pointer-events: none;
}

/* Epi specific styles and overrides */
main.main {
	background-color: #fff;
}

.block[class^="col-"].producttilesblock,
.block[class*=" col-"].producttilesblock {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}

.block--buttonContainer {
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
}

.block.categorytilesblock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.block.categorytilesblock .categoryTile {
	width: 100%;
}

.promoContainer .block.buttonblock,
.introText .block.buttonblock,
.featurePanel .block.buttonblock,
.fullWidthPromo .block.buttonblock,
.propositionTile .block.buttonblock,
.categoryTile .block.buttonblock {
	display: inline-block;
	width: auto;
}

.fullwidthpromoblock .fullwidthPromo-buttons {
	margin-left: -16px;
	margin-right: -16px;
}

.charNumCount {
	color: #000;
}

@media (min-width: 1200px) {
	.large-gutters {
		margin-left: -60px;
		margin-right: -60px;
	}

	.large-gutters > [class*="col-"],
	.large-gutters > [class^="col-"] {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.large-gutters {
		margin-left: -40px;
		margin-right: -40px;
	}

	.large-gutters > [class*="col-"],
	.large-gutters > [class^="col-"] {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.pika-lendar .pika-table abbr {
	text-decoration: none;
}

.pika-lendar .pika-label {
	padding: 0 0.875rem;
	top: 0.3125rem;
}

.pika-lendar .pika-label::after {
	content: '\e904';
	font-family: 'bris-icons';
	font-size: 0.5rem;
	position: absolute;
	right: 0;
	top: 0.0625rem;
}

.pika-lendar .pika-row .pika-button.pika-day {
	text-align: center;
}

.pika-lendar .pika-row .is-selected .pika-button,
.pika-lendar .pika-row .has-event .pika-button {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.pika-lendar .pika-title select {
	top: 0;
}

.siteFooter-topContent .propositiontileblock:first-of-type .propositionTile::after {
	display: none;
}

.siteHeader-promoBar {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.grecaptcha-badge {
	visibility: hidden;
}

#letter-current {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 1.5rem;
}

@media (max-width: 991.98px) {
	#letter-current {
		margin-left: 1rem !important;
		text-align: left !important;
	}
}

.ui-loader {
	background: transparent url('/Static/assets/images/oval-spinner-transparent.gif') center center no-repeat;
	height: 64px;
	text-indent: -9999em;
	width: 64px;
}

.bg-gray13 {
	background-color: #f6f6f6 !important;
}

.text-gray13 {
	color: #f6f6f6 !important;
}

.bg-gray34 {
	background-color: #f5f5f5 !important;
}

.text-gray34 {
	color: #f5f5f5 !important;
}

.storeAvailNew .stockInfo {
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	width: 20px;
}

.storeAvailNew .stockInfo--in {
	background-image: url('../../assets/images/icons/in-stock.svg');
}

.storeAvailNew .stockInfo--low {
	background-image: url('../../assets/images/icons/low-in-stock.svg');
}

.storeAvailNew .stockInfo--out {
	background-image: url('../../assets/images/icons/out-of-stock.svg');
}

.storeAvailability .stockInfo {
	display: inline-block;
}

.storeAvailability .stockInfo--in {
	color: #8cbf54;
	font-family: 'bris-icons';
	font-size: 16px;
}

.storeAvailability .stockInfo--low {
	background-color: #eb8d3c;
	border-radius: 50%;
	height: 8px;
	width: 8px;
}

.storeAvailability .stockInfo--out {
	background-color: #eb3636;
	height: 3px;
	width: 14px;
}

.coupon-pricetag {
	background-image: url('../../assets/images/price-tag.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 16px;
	font-size: 0.875rem;
	font-weight: normal;
	padding-left: 20px;
}

.hexColour[style*="#ffffff"] {
	border: 1px solid #000;
}

.hexColour[style*="#FFFFFF"] {
	border: 1px solid #000;
}

.hexColour[style*="white"] {
	border: 1px solid #000;
}

.bonus-buy-box {
	background-color: #f3f4f6;
	padding: 13px 14px;
}

.bonus-buy-box:not(:first-child) {
	margin-top: 10px;
}

.bonus-buy-box p {
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 15px;
	margin-bottom: 12px;
}

.bonus-buy-info {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	gap: 10px;
}

.bonus-buy-info:not(:first-child) {
	margin-top: 10px;
}

.bonus-buy-info .bonus-buy-badge {
	max-width: 40%;
}

.bonus-buy-info .badge-desc {
	font-size: 0.75rem;
	line-height: 14px;
	max-width: 60%;
}

.bonus-buy-info .badge-desc a {
	text-decoration: underline;
}

@media (max-width: 991.98px) {
	.bonus-buy-info .badge-desc {
		font-size: 0.8125rem;
	}
}

.bonus-buy-badge {
	background-color: #e5e5e5;
	color: #ca2a1e;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 5px 7px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.header-item-cart .bonus-buy-box {
	width: 100%;
}

.is-bris .header-item-cart .bonus-buy-badge {
	font-size: 0.625rem;
}

@media (max-width: 767.98px) {
	.shoppingCartItem .bonus-buy-available {
		margin-left: 4rem;
	}
}

.shoppingCartItem .bonus-buy-box {
	margin-top: 12px;
}

@media (max-width: 767.98px) {
	.shoppingCartItem .bonus-buy-box {
		margin-left: 4rem;
	}
}

@media (max-width: 991.98px) {
	.shoppingCartItem .bonus-buy-box .bonus-buy-info {
		display: block;
	}

	.shoppingCartItem .bonus-buy-box .bonus-buy-info .bonus-buy-badge,
	.shoppingCartItem .bonus-buy-box .bonus-buy-info .badge-desc {
		max-width: unset;
	}

	.shoppingCartItem .bonus-buy-box .bonus-buy-info .badge-desc {
		margin-top: 12px;
	}
}

.productcarouselblock .bonus-wrapper,
.recommendationsBlock .bonus-wrapper {
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

.productcarouselblock .bonus-wrapper .bonus-buy-badge,
.recommendationsBlock .bonus-wrapper .bonus-buy-badge {
	margin-bottom: 7px;
}

.productcarouselblock .bonus-wrapper .bonus-buy-badge:not(:last-child),
.recommendationsBlock .bonus-wrapper .bonus-buy-badge:not(:last-child) {
	margin-right: 7px;
}

.is-bris .recommendationsBlock .bonus-wrapper {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.miniCart .bonus-buy-badge {
	margin-bottom: 7px;
}

.miniCart .bonus-buy-badge:not(:last-child) {
	margin-right: 7px;
}

.is-bris .d-rebel-block {
	display: none;
}

@media (min-width: 992px) {
	.px-68 {
		padding: 0 5.25rem;
	}
}

.py-5-top {
	padding-top: 1.25rem;
}

@media (min-width: 768px) {
	.py-5-top {
		padding-top: 3.75rem;
	}
}

.py-5-bottom {
	padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
	.py-5-bottom {
		padding-bottom: 3.75rem;
	}
}

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

.accountSidebar-mobile {
	position: relative;
}

.accountSidebar-mobile .dropdown-menu {
	width: 100%;
}

.accountSidebar-mobile .dropdown-item {
	font-size: 0.9375rem;
}

/* States */
@media (max-width: 767.98px) {
	.accountSidebar {
		border-bottom: 2px solid #000;
		padding-bottom: 1.5rem;
	}
}

.accountSidebar-title {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0;
	padding-bottom: 1.125rem;
	text-transform: none;
}

@media (min-width: 768px) {
	.accountSidebar-title {
		border-bottom: 2px solid #000;
		font-size: 0.875rem;
		padding-bottom: 0.75rem;
		text-transform: uppercase;
	}
}

.accountSidebar .nav-link {
	-webkit-box-shadow: inset 0 1px 0 0 #dadada;
	box-shadow: inset 0 1px 0 0 #dadada;
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	padding: 0.75rem 0.5625rem 0.75rem 0.75rem;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
	.accountSidebar .nav-link {
		-webkit-transition: none;
		transition: none;
	}
}

.accountSidebar .nav-link:hover,
.accountSidebar .nav-link:focus,
.accountSidebar .nav-link:active,
.accountSidebar .nav-link.active {
	background-color: #eaeaea;
}

@media (min-width: 992px) {
	.accountSidebar .nav-link {
		font-size: 1rem;
	}
}

.accountSidebar-dropdownButton {
	border-color: #000 !important;
	border-style: solid;
	border-width: 2px;
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	height: 3rem;
	text-align: left;
	width: 100%;
}

.accountSidebar-dropdownButton::after {
	right: 10px !important;
}

/* Themes */
.is-bris .accountSidebar .nav-link {
	color: #005ea7;
	font-weight: bold;
}

.is-bris .accountSidebar .nav-link:hover,
.is-bris .accountSidebar .nav-link.active {
	background-color: #eff4f5;
}

 {
	background-color: #e5e5e5;
}

 {
	background-color: #efeee1;
}

.is-bris .accountSidebar-dropdownButton {
	color: #005ea7;
}

.is-bris .accountSidebar-dropdownButton {
	border-color: #005ea7 !important;
}

.is-bris .accountSidebar-mobile .dropdown-item {
	color: #005ea7;
	font-weight: bold;
}

.is-bris .accountSidebar-mobile .dropdown-item:hover,
.is-bris .accountSidebar-mobile .dropdown-item.active {
	background-color: #eff4f5;
}

 {
	background-color: #e5e5e5;
}

 {
	background-color: #efeee1;
}

.quantityInput {
	position: relative;
}

.quantityInput-up,
.quantityInput-down {
	background-color: transparent;
	border-width: 0;
	color: #000;
	cursor: pointer;
	font-size: 0.5625rem;
	height: calc(100% - 2px);
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 30px;
}

.quantityInput-up span,
.quantityInput-down span {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.quantityInput-up.disabled,
.quantityInput-down.disabled {
	color: #dcdcdc;
	cursor: not-allowed;
}

.quantityInput-down {
	left: 1px;
	top: 1px;
}

.quantityInput-up {
	right: 1px;
	top: 1px;
}

.quantityInput input {
	border-color: #d6d6d6;
	color: #000;
	font-size: 0.9375rem;
	height: 2.25rem;
	text-align: center;
}

@media (min-width: 768px) {
	.quantityInput input {
		height: 3rem;
	}
}

.quantityInput input[type=number] {
	-moz-appearance: textfield;
}

.quantityInput input[type=number]::-webkit-inner-spin-button,
.quantityInput input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* States */
.quantityInput.is-36 input {
	color: #000;
	font-size: 0.75rem;
	height: 2.25rem;
}

.progressBar-content {
	border-bottom: 1px solid #000;
	padding: 0;
}

@media (min-width: 768px) {
	.progressBar-content {
		padding: 0 1.5rem;
	}
}

.progressBar-item {
	align-items: center;
	-webkit-box-align: center;
	color: #999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
}

.progressBar-item__name {
	border-bottom: 3px solid transparent;
	color: #999;
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	height: 100%;
	padding: 0.75rem 0 0.375rem;
}

@media (min-width: 768px) {
	.progressBar-item__name {
		border-bottom: 6px solid transparent;
		font-size: 0.9375rem;
	}
}

.progressBar-item__name.current {
	border-bottom: 3px solid #000;
	color: #000;
}

@media (min-width: 768px) {
	.progressBar-item__name.current {
		border-bottom: 6px solid #000;
	}
}

.progressBar-icon {
	font-size: 0.5rem;
	padding: 0 0.75rem;
}

@media (min-width: 768px) {
	.progressBar-icon {
		font-size: 0.625rem;
		padding: 0 1.5rem;
	}
}

/* States */
.miniCart-content {
	background: #fff;
}

.miniCart-separator {
	border-top: 2px solid #e8e8e8;
	margin: 0.75rem 0;
}

.miniCart-coupon .mini-cart-message {
	border: 0;
	color: #b64244;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.miniCart-coupon * {
	font-size: 0.875rem;
	line-height: 1.375rem;
}

.miniCart-coupon .form-group {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.miniCart .no-cart-items:not(.d-none) ~ .miniCart-info {
	display: none;
}

.miniCart .no-cart-items a {
	text-decoration: underline;
}

.miniCart .donate-value {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/* States */
.miniCart-content {
	font-size: 0.8125rem;
	padding: 0;
}

@media (min-width: 992px) {
	.miniCart-content {
		font-size: 0.9375rem;
	}
}

.miniCart-content:not(.show-detail) .show-detail-view {
	display: none;
}

.miniCart-content.show-detail .show-detail-close {
	display: none;
}

.miniCart-info {
	padding: 0;
}

.miniCart-title {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.5rem;
	margin-bottom: 0;
	padding-top: 0;
}

.miniCart-title__toggle {
	cursor: pointer;
}

.miniCart-item__title {
	color: #000;
	font-size: 0.8125rem;
	font-weight: 700;
}

@media (min-width: 992px) {
	.miniCart-item__title {
		font-size: 0.9375rem;
	}
}

.miniCart-item__colour {
	margin-top: 0.375rem;
}

.miniCart-item__price {
	margin-bottom: 0.625rem;
}

@media (min-width: 992px) {
	.miniCart-item__price {
		margin-bottom: 0;
	}
}

.miniCart-item__recipientName {
	margin-top: 0.375rem;
	word-break: break-all;
}

.miniCart-item__recipientName span {
	word-wrap: break-word;
}

.miniCart-item__recipientEmail {
	word-break: break-word;
}

.miniCart-item__recipientEmail span {
	white-space: nowrap;
}

.miniCart-item__amount {
	margin-top: 0.375rem;
}

.miniCart-item__amount.inline span {
	display: inline-block;
}

.miniCart-item__selectedDate {
	margin-bottom: 0.375rem;
}

.miniCart-item__qty {
	margin-bottom: 1.25rem;
}

.miniCart-item__error-messages {
	border: 1px solid #b84141;
	color: #b84141;
	display: none;
	font-size: 0.8125rem;
	margin-bottom: 0.75rem;
	padding: 0.75rem;
}

.miniCart-item__error-messages.is-active {
	display: block;
	width: 100%;
}

.miniCart-item.is-hide-remove-button .miniCart-remove-item {
	display: none !important;
}

.miniCart-totals {
	text-transform: uppercase;
}

.miniCart-totals__label {
	color: #000;
	font-size: 0.8125rem;
	font-weight: 700;
}

@media (min-width: 992px) {
	.miniCart-totals__label {
		font-size: 1rem;
	}
}

.miniCart-totals__price {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
}

@media (min-width: 992px) {
	.miniCart-totals__price {
		font-size: 1.375rem;
	}
}

.miniCart-removeIcon {
	align-items: center;
	border: 1px solid #d6d6d6;
	border-radius: 50%;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	cursor: pointer;
	display: -webkit-inline-box;
	display: inline-block;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 0.5625rem;
	height: 1.25rem;
	justify-content: center;
	line-height: 1.25rem;
	margin-left: 0.3125rem;
	min-height: 1.25rem;
	min-width: 1.25rem;
	text-align: center;
	width: 1.25rem;
}

.miniCart-removeLink {
	cursor: pointer;
	margin-top: 0.375rem;
}

.miniCart-remove-item {
	background: #fff;
	border: 1px solid #d6d6d6;
	cursor: pointer;
	height: 1.875rem;
	min-height: 1.875rem;
	min-width: 1.875rem;
	width: 1.875rem;
}

.miniCart-remove-item-image {
	height: 0.9375rem;
	width: 0.9375rem;
}

.miniCart-qty {
	border-radius: 0;
	margin: 0.3125rem 0;
}

.miniCart-qty .quantityInput {
	margin-left: 0.5rem;
	width: 5rem;
}

.miniCart-qty .quantityInput input {
	border-color: #d6d6d6;
	font-weight: bold;
	height: 1.875rem;
}

.miniCart-qty .quantityInput-up,
.miniCart-qty .quantityInput-down {
	font-size: 0.375rem;
	width: 1.5625rem;
}

.miniCart-qty .quantityInput-up.disabled,
.miniCart-qty .quantityInput-down.disabled {
	opacity: 0.65;
}

.miniCart-qty .quantityInput .form-control {
	border-radius: 0;
}

.miniCart-qty-image {
	height: 0.75rem;
	width: 0.75rem;
}

.miniCart-summary {
	line-height: 1.5rem;
}

@media (min-width: 992px) {
	.miniCart-summary {
		line-height: 1.875rem;
	}
}

.miniCart-summary.is-donate {
	padding-right: 30px;
}

.miniCart-summary.is-donate .donate-remove {
	position: absolute;
	right: -30px;
}

.miniCart .stock-status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.8125rem;
}

.miniCart .apply-coupon-btn {
	align-items: center;
	border: 2px solid;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: flex;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-weight: bold;
	height: 1.875rem;
	justify-content: center;
	padding: unset !important;
	width: 115px;
}

@media (min-width: 768px) {
	.miniCart .apply-coupon-btn {
		height: 3rem;
	}
}

.miniCart .coupon-code {
	background: #f3f4f6;
	border: none;
}

.miniCart-stock-pickup.all-item {
	color: #8cbf54;
}

.miniCart-stock-pickup.some-item {
	color: #eb8d3c;
}

.miniCart-stock-pickup.none-item {
	color: #eb3636;
}

.miniCart .availability-text {
	font-size: 0.875rem;
}

.miniCart .coupon-text {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
}

/* Themes */
.is-bris .miniCart-content {
	background: #fff;
	border: none;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
}

.is-bris .miniCart .apply-coupon-btn {
	border-color: #005ea7;
	color: #005ea7;
}

.oos {
	font-weight: bold;
}

.is-bris .oos {
	color: #035ea7;
}

.in-stock-after,
.in-stock-before {
	color: #8cbf54;
	font-weight: bold;
}

.is-bris .in-stock-after.is-heavy-uncheck,
.is-bris
  .in-stock-before.is-heavy-uncheck {
	color: #035ea7;
}

 {
	color: #000;
}

.is-bris .is-heavy-uncheck .in-stock-after,
.is-bris
.is-heavy-uncheck .in-stock-before {
	color: #035ea7;
}

 {
	color: #000;
}

@media (min-width: 576px) {
	.is-bris .miniCart .australian-vendor .au-desc {
		line-height: 17px;
	}
}

.checkoutAddress {
	background: #fff;
}

/* States */
.checkoutAddress-content {
	font-size: 0.8125rem;
	line-height: 1.5rem;
	padding: 1rem;
}

@media (min-width: 768px) {
	.checkoutAddress-content {
		font-size: 0.9375rem;
	}
}

.checkoutAddress-title {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.5rem;
	margin-bottom: 0.25rem;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.checkoutAddress-title {
		margin-bottom: 0.75rem;
	}
}

/* Themes */
.is-bris .checkoutAddress {
	background: #fff;
	border: none;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
}

.callToAction {
	background-color: #f7f7f7;
}

/* States */
.callToAction-title {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
}

@media (min-width: 768px) {
	.callToAction-title {
		font-size: 1.125rem;
	}
}

.callToAction-content {
	padding: 1.875rem 0.75rem;
}

@media (min-width: 768px) {
	.callToAction-content {
		padding: 1.875rem;
	}
}

.callToAction .styled-form .form__field {
	padding-right: 0.9375rem;
}

@media (max-width: 767.98px) {
	.callToAction .styled-form .form__field {
		margin-bottom: 1.25rem;
		padding-right: 0;
		width: 100%;
	}

	.callToAction .styled-form .form__field:last-child {
		margin-bottom: 0;
	}

	.callToAction .styled-form .form__field button {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.callToAction .styled-form .form__field {
		margin-bottom: 0;
	}
}

.callToAction .styled-form .form__field .form-control {
	background: #fff;
	height: 2.25rem;
}

@media (min-width: 768px) {
	.callToAction .styled-form .form__field .form-control {
		height: 3rem;
	}
}

/* rebel */
.productItem {
	position: relative;
}

.productItem-title {
	color: #000;
	font-size: 0.8125rem;
	font-weight: 700;
	margin-bottom: 0.3125rem;
}

@media (min-width: 992px) {
	.productItem-title {
		font-size: 0.9375rem;
	}
}

.productItem-labelWrap {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-pack: justify;
	justify-content: space-between;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.productDetailsPage-content .productItem-labelWrap {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	left: 1rem;
	white-space: pre;
	width: auto;
}

.productItem-label {
	align-items: center;
	background-color: transparent;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-inline-box;
	display: inline-flex;
	display: -ms-inline-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 0.75rem;
	font-weight: bold;
	justify-content: center;
	line-height: 1em;
	margin: 0;
	padding: 0.3125rem 0.25rem;
	text-align: center;
	width: 100%;
}

@media (min-width: 992px) {
	.productItem-label {
		font-size: 1.125rem;
		padding: 0.5rem 0.625rem;
	}
}

.productItem-label:only-child {
	margin: 0 auto;
}

.is-bris .productItem-labelWrap .productItem-label--default {
	background-color: transparent;
	color: darkgrey;
}

.productItem-label--sale {
	background-color: #ffca04;
	color: #000;
}

.is-bris .productItem-label--discount.productItem-label {
	background-color: #e0e0e0;
	color: #000;
}

.productItem-label--new {
	background-color: #f50000;
	color: #fff;
}

.productItem-label--clearance {
	background-color: #f50000;
	color: #fff;
}

.productItem-label--clearance ~ .productItem-label--custom {
	position: relative;
}

.productItem-label--custom {
	position: static;
}

.productItem-info {
	font-size: 0.8125rem;
	margin-top: 0.625rem;
}

@media (min-width: 992px) {
	.productItem-info {
		font-size: 0.9375rem;
	}
}

@media (min-width: 992px) {
	.is-bris .productItem-price {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: left;
		display: -webkit-box;
		display: flex;
		display: -ms-flexbox;
		flex-direction: row;
		-ms-flex-direction: row;
		-ms-flex-pack: left;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: left;
	}
}

.is-bris .productItem-price--discount {
	color: #db0000;
	font-size: 0.9375rem;
}

@media (min-width: 992px) {
	.is-bris .productItem-price--discount {
		font-size: 1.125rem;
	}
}

.productItem-subTitle {
	color: #005ea7;
}

.productItem-hasWishlist {
	color: #5e5e5e;
	cursor: pointer;
	font-size: 1.375rem;
	position: absolute;
	right: 0.3125rem;
	top: 0.3125rem;
}

.productItem-hasWishlist--selected {
	color: #e15859;
}

.productItem-colorWrap {
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}

.productItem-color {
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.productItem-color--option {
	height: 20px;
	margin-right: 7px;
	position: relative;
	width: 20px;
}

.recommendationsBlock--cartDropdown .productItem-color--option {
	margin-right: 5px;
}

.productItem-color--option:last-child {
	margin-right: 0;
}

.productItem-color--option--blank {
	border: 1px solid #000;
}

.productItem-color .productItem-color--option--blank {
	width: auto;
}

.productItem-color .productItem-color--option--blank .hexColour {
	display: block;
	letter-spacing: 0;
	line-height: 20px;
	padding: 0 5px;
	position: initial;
}

.productItem-color--shadow {
	border: 1px solid #000;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.productItem-color--shadow::after,
.productItem-color--shadow::before {
	background-color: #000;
	content: '';
	height: 1px;
	left: -4px;
	position: absolute;
	top: 8px;
	width: 26px;
}

.productItem-color--shadow::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.productItem-color--shadow::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.productItem-color .hexColour {
	bottom: 0;
	font-size: 12px;
	left: 0;
	letter-spacing: -2px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	white-space: nowrap;
	z-index: 0;
}

.productItem-color img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (max-width: 991.98px) {
	.is-bris .recommendationsBlock .productItem-label,
.is-bris
  .productcarouselblock .productItem-label {
		line-height: 1rem;
		padding: 0.25rem;
	}
}

@media (max-width: 991.98px) {
	 {
		line-height: 1rem;
		padding: 0.25rem;
	}
}

@media (max-width: 991.98px) {
	 {
		line-height: 1rem;
		padding: 0.25rem;
	}
}

/* States */
.productItem .img_ef {
	background: #ccc;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
	width: 100%;
}

.productItem .img_ef img {
	left: 0;
	max-width: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.productItem .img_ef .img-overlay {
	background-color: rgba(255, 255, 255, 0.4);
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.productItem .img_ef .img-overlay .quickView-btn {
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid #c0c0c0;
	color: #000;
	cursor: pointer;
	font-size: 0.9375rem;
	height: auto;
	left: 0;
	line-height: 1;
	margin: auto;
	padding: 0.625rem 1.5rem;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 70%;
	z-index: 99;
}

.productItem .img_ef .img-overlay .overlay-link {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 98;
}

.productItem .img_ef:hover .img-overlay {
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* Themes */
.is-bris .productItem-info .productItem-price .productItem-price--original,
.is-bris .productItem-info .productItem-price .productItem-price--discount {
	font-size: 0.75rem;
	font-weight: 600;
}

.is-bris .productItem-info .productItem-price .productItem-price--original [class*="productItem-price"],
.is-bris .productItem-info .productItem-price .productItem-price--original [class^="productItem-price"],
.is-bris .productItem-info .productItem-price .productItem-price--discount [class*="productItem-price"],
.is-bris .productItem-info .productItem-price .productItem-price--discount [class^="productItem-price"] {
	padding-left: 8px;
}

@media (min-width: 992px) {
}

 {
	font-size: 0.8125rem;
	margin-bottom: 0;
	text-align: center;
}

@media (min-width: 992px) {
	.is-bris .productItem-title {
		font-size: 0.75rem;
	}
}

.is-bris .productItem-label {
	font-weight: 500;
	padding: 0.25rem 0.5rem;
	top: inherit !important;
}

.is-bris .productItem-label--custom {
	position: static;
}

.is-bris .productItem-label--clearance {
	background-color: #ffca04 !important;
	color: #000 !important;
}

.is-bris .productItem-label--knockdown {
	background-color: #ffca04 !important;
	color: #000 !important;
}

.is-bris .productItem .quickView-btn {
	color: #005ea7 !important;
}

.productItem .is-line-through {
	text-decoration: line-through !important;
}

@media (max-width: 767.98px) {
	.featuredProductListing-row {
		padding: 0 -0.375rem;
	}
}

.featuredProductListing-item {
	margin: 0.75rem 0;
}

@media (max-width: 767.98px) {
	.featuredProductListing-item {
		padding: 0 0.375rem;
	}
}

@media (min-width: 576px) {
	.featuredProductListing-item {
		margin: 0.9375rem 0;
	}
}

/* States */
/* States */
.listingFilters.is-open {
	background-color: #f3f3f3;
	display: block;
	height: calc(100vh + 80px);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.listingFilters.is-open .listingFilters-filters {
	display: block;
	height: 100vh;
	margin-top: 3.125rem;
	overflow: auto;
}

.listingFilters.is-open .listingFilters-refine {
	display: none !important;
}

.listingFilters.is-open .listingFilters-filterMore {
	display: block !important;
}

.listingFilters.is-open .listingFilters-filter {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.listingFilters.is-open .listingFilters-mobileOpen {
	display: block;
}

.listingFilters.is-open .listingFilters-filterSelects {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.listingFilters.is-open .form-check {
	width: 50%;
}

.listingFilters-heading {
	border-bottom: 2px solid #000;
	display: none;
	font-size: 0.875rem;
	margin: 0;
	padding-bottom: 0.9375rem;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.listingFilters-heading {
		display: block;
	}
}

.listingFilters-filters {
	display: none;
}

@media (min-width: 992px) {
	.listingFilters-filters {
		display: block;
	}
}

.listingFilters-filter {
	padding: 0.75rem;
}

@media (max-width: 1199.98px) {
	.listingFilters-filter {
		padding-left: 0;
		padding-right: 0;
	}
}

.listingFilters-filterHeading {
	font-size: 1rem;
	margin-bottom: 0.9375rem;
}

@media (max-width: 767.98px) {
	.listingFilters-filterHeading {
		font-size: 0.9375rem;
	}
}

@media (min-width: 992px) {
	.listingFilters-filterSelects {
		margin-bottom: 0.9375rem;
	}
}

.listingFilters-filterSelects:not(.listingFilters-filterSelects--show) .form-check:nth-child(n + 6) {
	display: none;
}

.listingFilters-filterMore {
	cursor: pointer;
}

.listingFilters-filterMore:hover,
.listingFilters-filterMore:focus,
.listingFilters-filterMore:active,
.listingFilters-filterMore.active {
	text-decoration: none;
}

@media (min-width: 992px) {
	.listingFilters-filter .form-check + .form-check {
		margin-top: 0.9375rem;
	}
}

.listingFilters-filter + .listingFilters-filter {
	border-top: 1px solid lightgrey;
}

.listingFilters-refine {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
}

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

.listingFilters-mobileOpen {
	background-color: #f3f3f3;
	border-bottom: 2px solid #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	font-weight: bold;
	left: 0;
	padding: 0.875rem 0.75rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}

.listingFilters-mobileOpen [role="button"] {
	cursor: pointer;
}

.listingFilters .mobile-refine-label {
	font-size: 0.875rem;
}

.listingFilters-btnClear {
	cursor: pointer;
}

/* Themes */
.is-bris .listingFilters .styled-form .form-check .form-check-label {
	color: #005ea7;
}

.is-bris .listingFilters-filterHeading,
.is-bris .listingFilters a[class="listingFilters-filterMore"] {
	color: #005ea7;
}

 {
	color: #000;
}

 {
	color: #000;
}

.is-bris .listingFilters-refine,
.is-bris .listingFilters-mobileOpen [role="button"] {
	color: #005ea7;
}

 {
	color: #000;
}

 {
	color: #71140f;
}

 {
	text-transform: uppercase;
}

.shoppingCartItem {
	position: relative;
}

.shoppingCartItem-img {
	border: 1px solid #d6d6d6;
	padding: 1px;
}

/* States */
.shoppingCartItem {
	padding: 1.125rem 0;
}

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

.shoppingCartItem-content {
	color: #000;
	font-size: 0.8125rem;
	line-height: 1.125rem;
}

@media (min-width: 768px) {
	.shoppingCartItem-content {
		color: #000;
		font-size: 0.9375rem;
	}
}

.shoppingCartItem-img {
	margin-right: 0.75rem;
	max-width: 3rem;
	min-width: 3rem;
}

@media (min-width: 768px) {
	.shoppingCartItem-img {
		margin-right: 1.125rem;
		max-width: 5.25rem;
		min-width: 5.25rem;
	}
}

.shoppingCartItem--confirmation .shoppingCartItem-img {
	margin-right: 0;
}

@media (min-width: 768px) {
	.shoppingCartItem--confirmation .shoppingCartItem-img {
		margin-right: 0.5rem;
	}
}

.shoppingCartItem-details {
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
}

.shoppingCartItem-details .shoppingCartItem-itemName {
	width: 100%;
}

.shoppingCartItem-details .shoppingCartItem-itemName .row .col-12 {
	display: block;
}

.shoppingCartItem-itemName {
	display: block;
	font-weight: 700;
	text-decoration: none;
}

.shoppingCartItem-itemName:active,
.shoppingCartItem-itemName:focus,
.shoppingCartItem-itemName:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

.shoppingCartItem-itemName > div.row {
	margin-left: -16px;
	margin-right: -16px;
}

.shoppingCartItem-itemPrice ul {
	list-style-type: none;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
}

.shoppingCartItem-itemPrice ul li {
	color: #4d4d4d;
}

.is-bris .shoppingCartItem-itemPrice ul li {
	font-size: 13px;
}

.shoppingCartItem-itemPrice .sub-quantity {
	display: inline-block;
	min-width: 20px;
	padding-right: 10px;
}

.shoppingCartItem-itemPrice .strikethrough {
	text-decoration: line-through;
}

.shoppingCartItem-itemPrice .strikethrough + span {
	color: #005ea7;
	font-weight: 700;
	margin-left: 7px;
}

.shoppingCartItem-itemPrice .strikethrough + span .product-price__currency-marker {
	color: #005ea7;
}

@media (min-width: 768px) {
	.shoppingCartItem-itemPrice {
		text-align: right;
	}
}

.shoppingCartItem-itemPrice span {
	color: #3b3b3b;
}

.is-bris .shoppingCartItem-itemPrice span {
	font-size: 13px;
}

.shoppingCartItem-itemLabel {
	display: block;
}

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

	.shoppingCartItem-itemLabel--qty {
		display: inline-block;
	}
}

.shoppingCartItem-total {
	color: #000;
	font-size: 1.25rem;
	font-weight: 700;
}

@media (min-width: 768px) {
	.shoppingCartItem-total {
		color: #000;
		font-size: 0.9375rem;
		font-weight: 700;
		text-align: right;
	}
}

.shoppingCartItem .highlight {
	color: #005ea7;
	font-weight: bold;
}

.shoppingCartItem-quantityInput {
	margin: 0.75rem 0;
	max-width: 100px;
}

@media (min-width: 768px) {
	.shoppingCartItem-quantityInput {
		margin: 0;
	}
}

.shoppingCartItem-removeBtn {
	color: #005ea7;
	cursor: pointer;
	display: inline-block;
	font-size: 0.8125rem;
	margin-top: 0.625rem;
	padding-left: 4rem;
}

@media (min-width: 768px) {
	.shoppingCartItem-removeBtn {
		color: #005ea7;
		font-size: 0.9375rem;
		padding-left: 0;
	}
}

.shoppingCartItem.is-hide-remove-button .shoppingCartItem-removeBtn {
	display: none;
}

.shoppingCartItem-moveToCartBtn {
	background: none;
	border: 0;
	cursor: pointer;
	padding: 0 0.625rem;
}

.shoppingCartItem-removeOverlay,
.shoppingCartItem-moveToCartOverlay {
	background-color: rgba(255, 255, 255, 0.9);
	color: #000;
	display: none;
	font-size: 0.9375rem;
	font-weight: 700;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (min-width: 768px) {
	.shoppingCartItem-removeOverlay,
	.shoppingCartItem-moveToCartOverlay {
		color: #000;
		font-size: 1.125rem;
		font-weight: 700;
	}
}

.shoppingCartItem-removeOverlay.is-active,
.shoppingCartItem-moveToCartOverlay.is-active {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

.shoppingCartItem-confirmText {
	margin-bottom: 0.75rem;
	text-align: center;
}

.shoppingCartItem-confirmationBtns .button-btn:last-of-type {
	margin-left: 0.75rem;
}

.shoppingCartItem-itemQty,
.shoppingCartItem-itemColour,
.shoppingCartItem-itemSize,
.shoppingCartItem-itemRecipientName,
.shoppingCartItem-itemRecipientEmail,
.shoppingCartItem-itemSelectedDate,
.shoppingCartItem-itemAmount {
	font-weight: normal;
	margin-top: 0.3125rem;
}

.shoppingCartItem-itemNameHeader {
	margin-top: 0.3125rem;
}

.shoppingCartItem-itemRecipientEmail {
	word-break: break-all;
}

@media (min-width: 768px) {
	.shoppingCartItem-refundCol {
		text-align: right;
	}
}

.shoppingCartItem .order-more {
	display: block;
	vertical-align: top;
	width: 100%;
}

@media (min-width: 768px) {
	.shoppingCartItem .order-more {
		display: inline-block;
		text-align: right;
		width: auto;
	}
}

@media (min-width: 1200px) {
	.shoppingCartItem .order-more {
		margin-left: 0.75rem;
	}
}

.shoppingCartItem .order-more .dropdown-item {
	color: #000;
	font-size: 0.8125rem;
	line-height: 1.125rem;
}

.shoppingCartItem .order-more .dropdown-item:hover,
.shoppingCartItem .order-more .dropdown-item:focus,
.shoppingCartItem .order-more .dropdown-item:active,
.shoppingCartItem .order-more .dropdown-item.active {
	background-color: transparent;
}

.shoppingCartItem .order-more .dropdown-item:hover a,
.shoppingCartItem .order-more .dropdown-item:focus a,
.shoppingCartItem .order-more .dropdown-item:active a,
.shoppingCartItem .order-more .dropdown-item.active a {
	text-decoration: none;
}

@media (min-width: 768px) {
	.shoppingCartItem .order-more .dropdown-item {
		color: #000;
		font-size: 0.9375rem;
	}
}

.shoppingCartItem .order-more .order-more-btn {
	display: none;
}

@media (min-width: 768px) {
	.shoppingCartItem .order-more .order-more-btn {
		border: 2px solid #005ea7;
		display: inline-block;
		height: 2.25rem;
		line-height: 2.25rem;
		text-align: center;
		text-decoration: none !important;
		width: 2.25rem;
	}
}

@media (max-width: 767.98px) {
	.shoppingCartItem .order-more .order-more-content {
		background: transparent;
		border-width: 0;
		display: block;
		float: none;
		padding: 0;
		position: relative;
	}

	.shoppingCartItem .order-more .order-more-content .dropdown-item {
		padding-left: 0;
	}

	.shoppingCartItem .order-more .order-more-content a {
		border-bottom: 2px solid #005ea7;
		font-weight: 700;
	}
}

.shoppingCartItem .refund-btn {
	background-color: #005ea7;
	border-color: #005ea7;
	color: #fff;
	color: #fff;
	font-size: 0.6875rem;
	height: auto;
	line-height: 2.25rem;
	margin: 0.75rem 0;
	padding: 0 1.125rem;
}

.shoppingCartItem .refund-btn:hover {
	background-color: #004881;
	border-color: #004174;
	color: #fff;
}

.shoppingCartItem .refund-btn:focus,
.shoppingCartItem .refund-btn.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
}

.shoppingCartItem .refund-btn.disabled,
.shoppingCartItem .refund-btn:disabled {
	background-color: #005ea7;
	border-color: #005ea7;
	color: #fff;
}

.shoppingCartItem .refund-btn:not(:disabled):not(.disabled):active,
.shoppingCartItem .refund-btn:not(:disabled):not(.disabled).active,
.show > .shoppingCartItem .refund-btn.dropdown-toggle {
	background-color: #004174;
	border-color: #003a67;
	color: #fff;
}

.shoppingCartItem .refund-btn:not(:disabled):not(.disabled):active:focus,
.shoppingCartItem .refund-btn:not(:disabled):not(.disabled).active:focus,
.show > .shoppingCartItem .refund-btn.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
}

@media (min-width: 768px) {
	.shoppingCartItem .refund-btn {
		margin: 0;
	}
}

.shoppingCartItem-clickCollectMessage {
	color: #db0000;
	font-weight: bold;
}

/* Themes */
@media (min-width: 576px) {
	.is-bris .shoppingCartItem-details .col-12 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.is-bris .shoppingCartItem .order-more .order-more-btn {
	border-color: #005ea7;
}

.is-bris .shoppingCartItem .order-more .order-more-btn .icon-action {
	color: #005ea7;
}

.is-bris .shoppingCartItem .order-more .show > .order-more-btn {
	background-color: #005ea7;
	color: #fff;
}

.is-bris .shoppingCartItem .order-more .dropdown-item {
	font-weight: bold;
}

.is-bris .shoppingCartItem .refund-btn {
	background-color: #005ea7;
}

.is-bris .shoppingCartItem-removeBtn,
.is-bris .shoppingCartItem-moveToCartBtn {
	color: #005ea7;
}

 {
	color: #000;
}

 {
	color: #71140f;
}

@media (min-width: 768px) {
	.shoppingCartItem .quantity {
		text-align: center;
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.shoppingCartItem .quantity {
		margin-bottom: 0.75rem;
	}
}

.shoppingCartItem .quantity span {
	font-size: 0.75rem;
}

@media (max-width: 767.98px) {
	.shoppingCartItem .price {
		display: inline-block;
	}
}

.is-bris .shoppingCartItem .australian-vendor .au-desc {
	line-height: 14px;
}

@media (min-width: 576px) {
	.is-bris .shoppingCartItem .australian-vendor .au-desc {
		line-height: 17px;
	}
}

.shoppingCartItem .australian-vendor,
.miniCart .australian-vendor,
.card-delivery-option .delivery-description-info .australian-vendor,
.orderConfirmationPage .australian-vendor,
.productListingBlock-modal .australian-vendor {
	margin-top: 5px;
	text-transform: initial;
}

.shoppingCartItem .australian-vendor .au-desc,
.miniCart .australian-vendor .au-desc,
.card-delivery-option .delivery-description-info .australian-vendor .au-desc,
.orderConfirmationPage .australian-vendor .au-desc,
.productListingBlock-modal .australian-vendor .au-desc {
	line-height: 14px;
}

 {
	font-size: 0.75rem;
}

.is-bris .shoppingCartItem .australian-vendor .au-desc,
.is-bris
    .miniCart .australian-vendor .au-desc,
.is-bris
    .card-delivery-option .delivery-description-info .australian-vendor .au-desc,
.is-bris
    .orderConfirmationPage .australian-vendor .au-desc,
.is-bris
    .productListingBlock-modal .australian-vendor .au-desc {
	font-size: 0.75rem;
}

 {
	font-size: 0.75rem;
}

@media (min-width: 576px) {
	 {
		font-size: 0.9375rem;
	}

	.is-bris .shoppingCartItem .australian-vendor .au-desc,
.is-bris
      .miniCart .australian-vendor .au-desc,
.is-bris
      .card-delivery-option .delivery-description-info .australian-vendor .au-desc,
.is-bris
      .orderConfirmationPage .australian-vendor .au-desc,
.is-bris
      .productListingBlock-modal .australian-vendor .au-desc {
		font-size: 0.875rem;
	}

	 {
		font-size: 0.875rem;
	}
}

.shoppingCartItem .australian-vendor .au-desc .icon-exclamation-circle,
.miniCart .australian-vendor .au-desc .icon-exclamation-circle,
.card-delivery-option .delivery-description-info .australian-vendor .au-desc .icon-exclamation-circle,
.orderConfirmationPage .australian-vendor .au-desc .icon-exclamation-circle,
.productListingBlock-modal .australian-vendor .au-desc .icon-exclamation-circle {
	font-size: 0.75rem;
}

.wishlistItem {
	border-bottom: 1px solid lightgrey;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1.125rem 0;
}

/* States */
.wishlistItem {
	position: relative;
}

@media (min-width: 992px) {
	.wishlistItem {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -16px;
		margin-left: 0;
		margin-right: -16px;
		margin-right: 0;
	}
}

@media (max-width: 991.98px) {
	.wishlistItem-left {
		width: 60px;
	}
}

@media (min-width: 992px) {
	.wishlistItem-left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
}

.wishlistItem-right {
	font-size: 0.8125rem;
}

@media (max-width: 991.98px) {
	.wishlistItem-right {
		width: 75%;
	}
}

@media (min-width: 992px) {
	.wishlistItem-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		font-size: 0.9375rem;
		max-width: 91.6666666667%;
	}
}

@media (max-width: 991.98px) {
	.wishlistItem-rightRow {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (min-width: 992px) {
	.wishlistItem-rightRow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -16px;
		margin-left: 0;
		margin-right: -16px;
		margin-right: 0;
	}
}

@media (min-width: 992px) {
	.wishlistItem-left,
	.wishlistItem-right {
		min-height: 1px;
		padding-left: 16px;
		padding-left: 0;
		padding-right: 16px;
		padding-right: 0;
		position: relative;
		width: 100%;
	}
}

.wishlistItem-img {
	border: 1px solid #d6d6d6;
	height: 48px;
	width: 48px;
}

@media (min-width: 992px) {
	.wishlistItem-img {
		height: auto;
		width: calc(100% - 16px);
	}
}

@media (min-width: 992px) {
	.wishlistItem-name,
	.wishlistItem-price,
	.wishlistItem-moveBtn {
		min-height: 1px;
		padding-left: 16px;
		padding-left: 0;
		padding-right: 16px;
		padding-right: 0;
		position: relative;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.wishlistItem-price,
	.wishlistItem-moveBtn {
		text-align: right;
	}
}

.wishlistItem-name {
	font-size: 0.8125rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0;
}

.wishlistItem-name:hover,
.wishlistItem-name:focus,
.wishlistItem-name:active,
.wishlistItem-name.active {
	text-decoration: none;
}

@media (min-width: 992px) {
	.wishlistItem-name {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 72.7272727273%;
		flex: 0 0 72.7272727273%;
		font-size: 0.9375rem;
		max-width: 72.7272727273%;
	}
}

.wishlistItem-price {
	margin-bottom: 0.3125rem;
}

@media (min-width: 992px) {
	.wishlistItem-price {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 9.0909090909%;
		flex: 0 0 9.0909090909%;
		font-weight: bold;
		max-width: 9.0909090909%;
	}
}

@media (min-width: 992px) {
	.wishlistItem-priceWords {
		display: none;
	}
}

.wishlistItem-moveBtn {
	background-color: transparent;
	border-width: 0;
	cursor: pointer;
	font-weight: bold;
	width: auto;
}

.wishlistItem-moveBtn:hover,
.wishlistItem-moveBtn:focus,
.wishlistItem-moveBtn:active,
.wishlistItem-moveBtn.active {
	text-decoration: none;
}

@media (min-width: 992px) {
	.wishlistItem-moveBtn {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 18.1818181818%;
		flex: 0 0 18.1818181818%;
		max-width: 18.1818181818%;
	}
}

.wishlistItem-removeOverlay {
	background-color: rgba(255, 255, 255, 0.9);
	color: #000;
	display: none;
	font-size: 0.9375rem;
	font-weight: 700;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (min-width: 768px) {
	.wishlistItem-removeOverlay {
		color: #000;
		font-size: 1.125rem;
		font-weight: 700;
	}
}

.wishlistItem-removeOverlay.is-active {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

.wishlistItem-confirmText {
	margin-bottom: 0.75rem;
}

.wishlistItem-confirmationBtns .button-btn:last-of-type {
	margin-left: 0.75rem;
}

/* Themes */
.is-bris .wishlistItem-moveBtn {
	color: #005ea7;
}

/* States */
/* States */
@media (max-width: 767.98px) {
	.giftRegistrySidebar {
		border-bottom: 2px solid #000;
		padding-bottom: 1.5rem;
	}
}

.giftRegistrySidebar-heading {
	font-size: 1.5rem;
	margin-bottom: 1.125rem;
}

@media (min-width: 768px) {
	.giftRegistrySidebar-heading {
		border-bottom: 2px solid #000;
		font-size: 0.875rem;
		margin: 0;
		padding-bottom: 1rem;
		text-transform: uppercase;
	}
}

.giftRegistrySidebar-select {
	position: relative;
}

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

.giftRegistrySidebar-select .dropdown-menu {
	width: 100%;
}

.giftRegistrySidebar-dropdownBtn {
	background-color: #fff !important;
	border-color: #000 !important;
	border-style: solid;
	border-width: 2px;
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	height: 3rem;
	text-align: left;
	width: 100%;
}

.giftRegistrySidebar-dropdownBtn::after {
	right: 10px !important;
}

.giftRegistrySidebar-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

.giftRegistrySidebar-navItem:hover .giftRegistrySidebar-navLink,
.giftRegistrySidebar-navItem--active .giftRegistrySidebar-navLink {
	background-color: #e1e1e1;
}

.giftRegistrySidebar-navItem + .giftRegistrySidebar-navItem {
	border-top: 1px solid lightgrey;
}

.giftRegistrySidebar-navLink {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	font-size: 1rem;
	font-weight: bold;
	padding: 0.75rem;
}

.giftRegistrySidebar-navLink:hover,
.giftRegistrySidebar-navLink:focus,
.giftRegistrySidebar-navLink:active,
.giftRegistrySidebar-navLink.active {
	text-decoration: none;
}

.is-bris .giftRegistrySidebar-navLink {
	color: #005ea7;
}

.is-bris .giftRegistrySidebar-navItem--active .giftRegistrySidebar-navLink,
.is-bris .giftRegistrySidebar-navItem:hover .giftRegistrySidebar-navLink {
	background-color: #eff4f5;
}

 {
	background-color: #e5e5e5;
}

 {
	background-color: #efeee1;
}

.is-bris .giftRegistrySidebar-dropdownBtn {
	border-color: #005ea7 !important;
}

.is-bris .giftRegistrySidebar-dropdownBtn,
.is-bris .giftRegistrySidebar .show > .giftRegistrySidebar-dropdownBtn {
	color: #005ea7;
}

 {
	color: #000;
}

 {
	color: #71140f;
}

.is-bris .giftRegistrySidebar .dropdown-item {
	color: #005ea7;
	font-weight: bold;
}

.is-bris .giftRegistrySidebar .dropdown-item:hover,
.is-bris .giftRegistrySidebar .dropdown-item.active {
	background-color: #eff4f5;
}

 {
	background-color: #e5e5e5;
}

 {
	background-color: #efeee1;
}

.giftRegistryItem {
	position: relative;
}

.giftRegistryItem-img {
	border: 1px solid #d6d6d6;
}

.giftRegistryItem-details {
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
}

.giftRegistryItem-itemName {
	font-weight: 700;
	line-height: 1.5rem;
}

.giftRegistryItem-confirmText {
	margin-bottom: 0.75rem;
	text-align: center;
}

.giftRegistryItem-confirmationBtns {
	text-align: center;
}

.giftRegistryItem-confirmationBtns .button-btn:last-of-type {
	margin-left: 0.75rem;
}

/* States */
.giftRegistryItem {
	padding: 1.125rem 0;
}

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

.giftRegistryItem-content {
	color: #000;
	font-size: 0.8125rem;
	line-height: 1.125rem;
}

@media (min-width: 768px) {
	.giftRegistryItem-content {
		color: #000;
		font-size: 0.9375rem;
	}
}

.giftRegistryItem-img {
	margin-right: 0.5rem;
	max-width: 3rem;
	min-width: 3rem;
}

@media (min-width: 768px) {
	.giftRegistryItem-img {
		margin-right: 0.625rem;
		max-width: 3.75rem;
		min-width: 3.75rem;
	}
}

.giftRegistryItem-quantityInput {
	margin: 0.75rem 0;
}

@media (min-width: 768px) {
	.giftRegistryItem-quantityInput {
		margin: 0;
	}
}

.giftRegistryItem-removeOverlay {
	background-color: rgba(255, 255, 255, 0.9);
	color: #000;
	display: none;
	font-size: 0.9375rem;
	font-weight: 700;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

@media (min-width: 768px) {
	.giftRegistryItem-removeOverlay {
		color: #000;
		font-size: 1.125rem;
		font-weight: 700;
	}
}

.giftRegistryItem-removeOverlay.is-active {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.giftRegistryItem-refundCol {
		text-align: right;
	}
}

.giftRegistryItem .order-more {
	display: block;
	vertical-align: top;
	width: 100%;
}

@media (min-width: 768px) {
	.giftRegistryItem .order-more {
		display: inline-block;
		text-align: right;
	}
}

.giftRegistryItem .order-more .dropdown-item {
	color: #000;
	font-size: 0.8125rem;
	line-height: 1.125rem;
}

.giftRegistryItem .order-more .dropdown-item:hover,
.giftRegistryItem .order-more .dropdown-item:focus,
.giftRegistryItem .order-more .dropdown-item:active,
.giftRegistryItem .order-more .dropdown-item.active {
	background-color: transparent;
}

.giftRegistryItem .order-more .dropdown-item:hover a,
.giftRegistryItem .order-more .dropdown-item:focus a,
.giftRegistryItem .order-more .dropdown-item:active a,
.giftRegistryItem .order-more .dropdown-item.active a {
	text-decoration: none;
}

@media (min-width: 768px) {
	.giftRegistryItem .order-more .dropdown-item {
		color: #000;
		font-size: 0.9375rem;
	}
}

.giftRegistryItem .order-more-btn {
	display: none;
}

@media (min-width: 768px) {
	.giftRegistryItem .order-more-btn {
		border: 2px solid #005ea7;
		display: inline-block;
		height: 1.125rem;
		line-height: 1.125rem;
		text-align: center;
		text-decoration: none !important;
		width: 1.625rem;
	}
}

@media (max-width: 767.98px) {
	.giftRegistryItem .order-more-content {
		background: transparent;
		border-width: 0;
		display: block;
		float: none;
		padding: 0;
		position: relative;
		z-index: 1;
	}

	.giftRegistryItem .order-more-content .dropdown-item {
		padding-left: 0;
	}

	.giftRegistryItem .order-more-content a {
		border-bottom: 2px solid #005ea7;
		font-weight: 700;
	}
}

/* Themes */
.is-bris .giftRegistryItem .order-more-btn {
	border-color: #005ea7;
}

.is-bris .giftRegistryItem .order-more-btn .icon-action {
	color: #005ea7;
}

.is-bris .giftRegistryItem .order-more-btn:hover,
.is-bris .giftRegistryItem .order-more-btn:focus,
.is-bris .giftRegistryItem .order-more-btn:active,
.is-bris .giftRegistryItem .order-more-btn.active {
	background-color: #005ea7;
}

 {
	background-color: #000;
}

 {
	background-color: #71140f;
}

.is-bris .giftRegistryItem .show > .order-more-btn {
	background-color: #005ea7;
	color: #fff;
}

.giftRegistryItem .show > .order-more-btn [class^="icon-"],
.giftRegistryItem .show > .order-more-btn [class*=" icon-"] {
	color: #fff;
}

.is-bris .giftRegistryItem .dropdown-item {
	font-weight: bold;
}

.pimDashboardFilters {
	display: inline-block;
	z-index: 10;
}

.pimDashboardFilters-toggle {
	background-color: #005ea7;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 0.875rem;
	height: 48px;
	left: 0;
	line-height: 1;
	padding: 0;
	position: absolute;
	width: 48px;
}

.pimDashboardFilters-header {
	align-items: center;
	border-bottom: 1px solid #dadada;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	margin-bottom: 0.625rem;
	padding-bottom: 0.9375rem;
}

.pimDashboardFilters-icon {
	margin-right: 0.3125rem;
}

.pimDashboardFilters-icon--filter {
	color: #005ea7;
}

.pimDashboardFilters-hideBtn {
	cursor: pointer;
	font-size: 0.6875rem;
	font-weight: bold;
}

.pimDashboardFilters-heading {
	color: #444;
}

.pimDashboardFilters .form-label {
	color: #000;
	font-size: 0.8125rem;
	font-weight: 700;
}

.pimDashboardFilters .styled-input,
.pimDashboardFilters .styled-select {
	font-size: 0.875rem;
	height: 1.875rem !important;
	line-height: 30px;
}

.pimDashboardFilters .styled-input {
	padding: 0 0.375rem;
}

.pimDashboardFilters .styled-select {
	background-position: calc(100% - 10px) calc(11px);
	padding: 0 2rem 0 0.375rem;
}

.pimDashboardFilters-submitBtn {
	padding-bottom: 0.40625rem !important;
	padding-top: 0.40625rem !important;
	text-transform: uppercase;
	width: 100%;
}

/* States */
.pimDashboardFilters-container {
	overflow: hidden;
	position: relative;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: padding-right, width;
	transition-property: padding-right, width;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	width: 0;
}

.pimDashboardFilters.is-open .pimDashboardFilters-container {
	margin-right: -1.5625rem;
	width: 250px;
}

.pimDashboardFilters-content {
	background-color: #eff4f5;
	float: right;
	padding: 0.9375rem 1.25rem 1.25rem 1.875rem;
	width: 250px;
}

.pimDashboardFilters .form-group:last-child {
	margin-bottom: 0;
}

.pimDashboardFilters .button-btn {
	height: 2.25rem;
	line-height: 1;
}

@media (min-width: 768px) {
	.pimDashboardFilters .button-btn {
		height: 3rem;
	}
}

.pimDashboardHeader {
	border-bottom: 1px solid #dadada;
	padding: 1.25rem 0;
}

@media (min-width: 992px) {
	.pimDashboardHeader-navLinks {
		display: block !important;
	}
}

@media (max-width: 991.98px) {
	.pimDashboardHeader-logo img {
		max-height: 4.0625rem;
	}
}

.pimDashboardHeader .navbar-nav {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.pimDashboardHeader .navbar-nav {
		display: table;
		table-layout: fixed;
	}
}

.pimDashboardHeader .navbar-nav .nav-item {
	border-top: 1px solid #dadada;
	padding: 0.5rem 0.9375rem;
}

@media (min-width: 992px) {
	.pimDashboardHeader .navbar-nav .nav-item {
		border-left: 1px solid #dadada;
		border-top: none;
	}

	.pimDashboardHeader .navbar-nav .nav-item:last-child {
		border-right: 1px solid #dadada;
	}
}

.pimDashboardHeader .navbar-nav .nav-item .nav-link {
	color: #005ea7;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	padding: 0.125rem;
	position: relative;
}

.pimDashboardHeader .navbar-nav .nav-item .nav-link.dropdown-toggle {
	padding-right: 1.875rem;
}

.pimDashboardHeader .navbar-nav .dropdown-menu {
	background-color: transparent;
	border: 0;
	margin: 0;
	position: static;
	width: 100%;
}

@media (min-width: 992px) {
	.pimDashboardHeader .navbar-nav .dropdown-menu {
		background-color: #f6f6f6;
		-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
		padding: 0.5rem 0.75rem;
		position: absolute;
	}
}

.pimDashboardHeader .navbar-nav .dropdown-item {
	display: block;
	font-size: 0.875rem;
	padding: 0.5rem 0;
}

.pimDashboardHeader .navbar-nav .dropdown-item:hover,
.pimDashboardHeader .navbar-nav .dropdown-item:focus,
.pimDashboardHeader .navbar-nav .dropdown-item:active,
.pimDashboardHeader .navbar-nav .dropdown-item.active {
	background-color: transparent;
	text-decoration: underline;
}

@media (min-width: 992px) {
	.pimDashboardHeader .navbar-nav .dropdown-item {
		border-top: 1px solid #dadada;
	}
}

.pimDashboardHeader .navbar-nav .nav-item {
	font-size: 1rem;
	position: relative;
}

@media (min-width: 992px) {
	.pimDashboardHeader .navbar-nav .nav-item {
		display: table-cell;
		text-align: center;
	}

	.pimDashboardHeader .navbar-nav .nav-item .nav-link {
		display: inline-block;
	}
}

@media (min-width: 992px) {
	.pimDashboardHeader .navbar-nav .nav-item.is-megaDropdown {
		position: static;
	}
}

@media (min-width: 992px) {
	.pimDashboardHeader .navbar-nav .nav-item.is-megaDropdown .dropdown-menu {
		left: 0;
		right: 0;
	}
}

@media (max-width: 991.98px) {
	.pimDashboardHeader .navbar-nav .nav-item.is-megaDropdown .container {
		max-width: 100%;
		padding: 0;
	}

	.pimDashboardHeader .navbar-nav .nav-item.is-megaDropdown .container .row {
		margin-left: 0;
		margin-right: 0;
	}

	.pimDashboardHeader .navbar-nav .nav-item.is-megaDropdown .container [class*="col-"] {
		padding-left: 0;
		padding-right: 0;
	}
}

.pimDashboardHeader .navbar-toggler {
	left: 16px;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 101;
}

.pimDashboardHeader .navbar-toggler span {
	background-color: #000;
	display: block;
	height: 2px;
	left: 0;
	margin-bottom: 0.25rem;
	margin-top: 0.25rem;
	opacity: 1;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	width: 25px;
}

.pimDashboardHeader .navbar-toggler span:nth-child(1),
.pimDashboardHeader .navbar-toggler span:nth-child(3) {
	-webkit-transition: -webkit-transform 0.35s ease-in-out;
	transition: -webkit-transform 0.35s ease-in-out;
	transition: transform 0.35s ease-in-out;
	transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.pimDashboardHeader .navbar-toggler:not(.collapsed) span:nth-child(1) {
	left: 0;
	opacity: 1;
	position: absolute;
	top: 12px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 26px;
}

.pimDashboardHeader .navbar-toggler:not(.collapsed) span:nth-child(2) {
	background-color: #000;
	height: 24px;
	visibility: hidden;
}

.pimDashboardHeader .navbar-toggler:not(.collapsed) span:nth-child(3) {
	left: 0;
	opacity: 1;
	position: absolute;
	top: 12px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	width: 26px;
}

@media (min-width: 992px) {
	.pimDashboardHeader .navbar-toggler {
		display: none;
	}
}

@media (max-width: 1199.98px) {
	.pimDashboardHeader-navLinks {
		margin-bottom: -0.9375rem;
		margin-top: 0.9375rem;
	}
}

@media (max-width: 1199.98px) and (max-width: 1199.98px) {
	.pimDashboardHeader .show .dropdown-toggle[aria-expanded='true'] {
		padding-bottom: 0;
	}

	.pimDashboardHeader .show .dropdown-toggle::after {
		top: 75%;
	}
}

/* States */
.breadcrumbs {
	list-style: none;
	margin: 1rem 0;
	padding: 0;
}

.breadcrumbs li {
	display: inline-block;
	line-height: 1.375rem;
}

.breadcrumbs-item a {
	color: #000;
	font-size: 0.8125rem;
	font-weight: 600;
}

.breadcrumbs-item::after {
	content: '\e906';
	display: inline-block;
	font-family: 'bris-icons';
	font-size: 0.5rem;
	padding: 0 0.5rem;
}

.breadcrumbs-item.active {
	color: #000;
	font-size: 0.8125rem;
}

.breadcrumbs-item:last-of-type::after {
	content: '';
	display: none;
}

.new-pdp .breadcrumbContainer {
	margin-left: 16px;
	margin-right: 16px;
}

@media only screen and (min-width: 1440px) {
	.new-pdp .breadcrumbContainer {
		margin: 0 auto;
		max-width: 1440px;
	}
}

.new-pdp .breadcrumbs {
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	color: #a9a9a9;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* autoprefixer: on */
	overflow: hidden;
	text-overflow: ellipsis;
}

.new-pdp .breadcrumbs li {
	display: inline;
	line-height: 0.75rem;
	text-transform: uppercase;
}

.new-pdp .breadcrumbs-item {
	color: #a9a9a9 !important;
}

.new-pdp .breadcrumbs-item a {
	color: #a9a9a9 !important;
	font-size: 0.75rem !important;
	font-weight: normal;
	letter-spacing: 0.6px;
}

.new-pdp .breadcrumbs-item::after {
	content: '|';
	font-size: 0.75rem;
	padding: 0 0.375rem;
}

.new-pdp .breadcrumbs-item.active {
	font-size: 0.75rem !important;
}

@media (max-width: 991.98px) {
	.tpl-FullWidthPage .breadcrumbs {
		margin: 1rem 0 0.75rem;
	}
}

.tpl-LoginPage .breadcrumbContainer.cdc-breadcrumb,
.tpl-RegistrationPage .breadcrumbContainer.cdc-breadcrumb,
.tpl-ForgotPasswordPage .breadcrumbContainer.cdc-breadcrumb {
	display: none;
}

.tpl-UpdatePersonalDetailsPage .breadcrumbContainer.cdc-breadcrumb,
.tpl-MyAccountPage .breadcrumbContainer.cdc-breadcrumb,
.tpl-GiftRegistryListingPage .breadcrumbContainer.cdc-breadcrumb,
.tpl-GiftRegistryRegisterPage .breadcrumbContainer.cdc-breadcrumb,
.tpl-GiftRegistryManagementPage .breadcrumbContainer.cdc-breadcrumb,
.tpl-CommunicationPreferencesPage .breadcrumbContainer.cdc-breadcrumb,
.tpl-OrderHistoryPage .breadcrumbContainer.cdc-breadcrumb,
.tpl-OrderHistoryDetailsPage .breadcrumbContainer.cdc-breadcrumb,
.tpl-InstoreOrderHistoryDetailsPage .breadcrumbContainer.cdc-breadcrumb,
.tpl-WishlistPage .breadcrumbContainer.cdc-breadcrumb {
	display: block;
}

@media (min-width: 768px) {
	.tpl-UpdatePersonalDetailsPage .breadcrumbContainer.cdc-breadcrumb,
	.tpl-MyAccountPage .breadcrumbContainer.cdc-breadcrumb,
	.tpl-GiftRegistryListingPage .breadcrumbContainer.cdc-breadcrumb,
	.tpl-GiftRegistryRegisterPage .breadcrumbContainer.cdc-breadcrumb,
	.tpl-GiftRegistryManagementPage .breadcrumbContainer.cdc-breadcrumb,
	.tpl-CommunicationPreferencesPage .breadcrumbContainer.cdc-breadcrumb,
	.tpl-OrderHistoryPage .breadcrumbContainer.cdc-breadcrumb,
	.tpl-OrderHistoryDetailsPage .breadcrumbContainer.cdc-breadcrumb,
	.tpl-InstoreOrderHistoryDetailsPage .breadcrumbContainer.cdc-breadcrumb,
	.tpl-WishlistPage .breadcrumbContainer.cdc-breadcrumb {
		display: none;
	}
}

.categoryFilters-filter {
	margin-bottom: 3.75rem;
	padding-bottom: 0.75rem;
}

.categoryFilters-filter:last-child {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.categoryFilters-filter:last-child {
		padding-bottom: 0;
		padding-top: 0;
	}
}

.categoryFilters-filter-category-mobile {
	position: relative;
}

.categoryFilters-filter-category-mobile .categoryFilters-dropdownButton {
	border: 2px solid #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	padding: 0.9375rem 0.75rem;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

.categoryFilters-filter-category-mobile .categoryFilters-dropdownButton:after {
	right: 0.75rem;
}

.categoryFilters-filter-category-mobile .dropdown-menu {
	width: 100%;
}

.categoryFilters-filter__heading {
	border-bottom: 2px solid #000;
	color: #000;
	font-size: 0.875rem;
	font-weight: 700;
	margin: 0;
	padding-bottom: 0.9375rem;
	text-transform: uppercase;
}

.categoryFilters--sidebar {
	width: 100%;
}

.categoryFilters--sidebar .navbar-nav {
	padding: 0;
}

.categoryFilters--sidebar .nav-item {
	background-color: transparent;
	border-bottom: 1px solid #dadada;
	padding: 0 0.75rem;
	position: relative;
}

.categoryFilters--sidebar .nav-item:last-child {
	border-bottom: 0;
}

.categoryFilters--sidebar .nav-item:hover,
.categoryFilters--sidebar .nav-item:focus,
.categoryFilters--sidebar .nav-item:active,
.categoryFilters--sidebar .nav-item.active {
	background-color: transparent !important;
}

.categoryFilters--sidebar .nav-link {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	padding-left: 0;
	padding-right: 2.5rem !important;
}

.categoryFilters--sidebar .dropdown-menu {
	background-color: transparent;
	border: none;
	margin-top: 0;
	padding-top: 0;
}

.categoryFilters--sidebar .dropdown-item {
	font-size: 0.875rem;
	padding: 0.375rem 0;
}

/* States */
.categoryFilters .custom-carets .dropdown-toggle:after {
	cursor: pointer;
	right: 0.75rem;
}

.categoryFilters .navbar-nav {
	padding: 0;
}

.categoryFilters .toggle-dropdown-icon {
	cursor: pointer;
	font-family: 'bris-icons';
	height: auto;
	padding: 0.75rem 0.75rem 0.75rem 1rem;
	position: absolute;
	right: 0;
	top: 1px;
	width: auto;
	z-index: 99;
}

.categoryFilters .toggle-dropdown-icon:after {
	content: '\e904';
	font-size: 80%;
}

.categoryFilters .toggle-dropdown-icon[aria-expanded='true']::after {
	content: '\e907';
}

/* Themes */
@media (min-width: 768px) {
	.categoryFilters--sidebar .nav-item {
		padding: 0;
	}
}

.is-bris .categoryFilters--sidebar .nav-item {
	#005ea7: ;
}

@media (min-width: 768px) {
	.is-bris .categoryFilters--sidebar .nav-item {
		padding: 0;
	}
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

.categoryFilters--sidebar .nav-item.is-active .nav-link {
	padding: 0.25rem 0.75rem;
}

.is-bris .categoryFilters--sidebar .nav-item.is-active .nav-link {
	#005ea7: ;
	padding: 0.25rem 0.75rem;
}

.categoryFilters--sidebar .nav-link {
	padding: 0.75rem;
}

.is-bris .categoryFilters--sidebar .nav-link {
	#005ea7: ;
	font-size: 1rem;
	padding: 0.75rem;
}

.is-bris .categoryFilters--sidebar .nav-link {
	color: #005ea7;
}

@media (min-width: 768px) {
	.categoryFilters a.categoryFilters-subcate {
		padding: 0.375rem 0.75rem;
	}
}

.is-bris .categoryFilters a.categoryFilters-subcate {
	#005ea7: ;
}

@media (min-width: 768px) {
	.is-bris .categoryFilters a.categoryFilters-subcate {
		padding: 0.375rem 0.75rem;
	}
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

.is-bris .categoryFilters a.categoryFilters-subcate {
	color: #005ea7;
}

.is-bris .categoryFilters a.categoryFilters-subcate:hover {
	background-color: #eff4f5;
}

.is-bris .categoryFilters .toggle-dropdown-icon:after {
	color: #005ea7;
}

.is-bris .categoryFilters-dropdownButton {
	color: #005ea7;
	padding: 0.8125rem 0.75rem;
}

.is-bris .categoryFilters-dropdownButton {
	border-color: #005ea7;
}

@media (min-width: 768px) {
	.is-bris .categoryFilters-filter {
		margin-bottom: 1.25rem;
	}
}

@media (min-width: 768px) {
	.is-bris .categoryFilters-filter__heading {
		padding-bottom: 0.625rem;
	}
}

.is-bris .categoryFilters-filter-option__heading {
	color: #005ea7;
}

.is-bris .categoryFilters-filter .navbar-nav {
	padding-top: 0;
}

.starRating-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
}

.starRating-backStars {
	color: #d6d6d6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.starRating-frontStars {
	color: #ffca04;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}

/* States */
.starRating .percent-10 {
	width: calc(10 * 1%);
}

.starRating .percent-20 {
	width: calc(20 * 1%);
}

.starRating .percent-30 {
	width: calc(30 * 1%);
}

.starRating .percent-40 {
	width: calc(40 * 1%);
}

.starRating .percent-50 {
	width: calc(50 * 1%);
}

.starRating .percent-60 {
	width: calc(60 * 1%);
}

.starRating .percent-70 {
	width: calc(70 * 1%);
}

.starRating .percent-80 {
	width: calc(80 * 1%);
}

.starRating .percent-90 {
	width: calc(90 * 1%);
}

.starRating .percent-100 {
	width: calc(100 * 1%);
}

.starRating.is-large .starRating-content {
	font-size: 1.1875rem;
}

.pagesResults {
	min-height: 9.375rem;
}

.pagesResults-result {
	border-bottom: 1px solid #d6d6d6;
	padding: 1rem 0;
}

.pagesResults-result:last-of-type {
	border-bottom-width: 0;
}

.pagesResults-resultLink {
	font-size: 1rem;
	font-weight: 700;
}

.pagesResults-resultDesc {
	font-size: 0.875rem;
}

/* States */
.pagesResults .pagination-group {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 992px) {
	.pagesResults .pagination-group {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.notifications {
	background-color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: -5px 5px 20px 0px rgba(0, 0, 0, 0.3);
	box-shadow: -5px 5px 20px 0px rgba(0, 0, 0, 0.3);
	color: #000;
	padding: 10px;
	top: -50%;
	z-index: 99999;
}

.notifications-check {
	background-color: #000;
	border-radius: 50%;
	color: #fff;
	min-height: 24px;
	min-width: 24px;
	text-align: center;
}

.notifications-check span {
	font-size: 0.75rem;
}

.notifications-prodInfoWrapper {
	border-top: 1px solid #d6d6d6;
	margin-top: 0.625rem;
	padding-top: 0.625rem;
}

.notifications-img {
	margin-right: 0.625rem;
	max-width: 3.625rem;
	min-width: 3.625rem;
}

.notifications-img img {
	border: 1px solid #d6d6d6;
}

.notifications-prodInfo {
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
	padding: 0.375rem 0;
}

.notifications-prodName {
	font-size: 0.875rem;
	font-weight: 700;
}

.notifications-prodSubInfo {
	color: #444;
	font-size: 0.75rem;
}

.notifications-recommendations {
	border-top: 1px solid #d6d6d6;
	margin-top: 1rem;
	max-width: 100%;
	overflow: hidden;
	padding: 1rem 0 0;
	width: 400px;
}

.notifications .recommendationsBlock.is-loading {
	max-height: 120px;
	overflow: hidden;
}

/* States */
.notifications {
	max-width: 400px;
	opacity: 0;
	width: calc(100% - 20px);
}

@media (min-width: 768px) {
	.notifications {
		width: 400px;
	}
}

.notifications-addedText {
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0 0.75rem;
}

@media (min-width: 768px) {
	.notifications-addedText {
		font-size: 1rem;
	}
}

.notifications-cartInfo {
	align-items: center;
	background-color: #000;
	-webkit-box-align: center;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-ms-flex-align: center;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 0.375rem 0.75rem;
}

@media (min-width: 768px) {
	.notifications-cartInfo {
		font-size: 0.875rem;
	}
}

.notifications-cartInfo .next-icon {
	font-size: 0.625rem;
	margin-left: 0.25rem;
	margin-top: 1px;
}

@media (min-width: 768px) {
	.notifications-cartInfo .next-icon {
		font-size: 0.75rem;
	}
}

.notifications-cartInfo:hover,
.notifications-cartInfo:focus,
.notifications-cartInfo:active,
.notifications-cartInfo.active {
	color: #fff;
	text-decoration: none;
}

.notifications-cartCount {
	display: inline-block;
	position: relative;
}

.has-error .notifications-cartCount .cart-count {
	color: #eb3636;
}

.notifications-price {
	display: inline-block;
}

.has-error .notifications-prodName,
.has-error .notifications-prodSubInfo {
	color: #eb3636;
}

.notifications-error {
	margin: 20px 0;
}

.has-error .notifications-error {
	display: block;
}

/* Themes */
.is-bris .notifications-check {
	background-color: #005ea7;
}

.is-bris .notifications-cartInfo {
	background-color: #005ea7;
}

/* States */
.shareBtns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.shareBtns-label {
	margin-right: 0.625rem;
	padding-top: 0.125rem;
}

/* States */
.reviewForm-title {
	font-size: 1.25rem;
}

.reviewForm-content {
	padding: 1.25rem 0;
}

.reviewForm-img {
	width: 100%;
}

.reviewForm-ratingWrap .error-message {
	clear: both;
}

.reviewForm .modal-header {
	padding: 1rem 1.5rem;
}

.reviewForm .modal-body {
	padding: 1.5rem;
}

.reviewForm-success,
.reviewForm-error {
	margin-bottom: 1.5rem;
}

/* States */
@media (min-width: 576px) {
	.reviewForm-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

@media (min-width: 576px) {
	.reviewForm-imgWrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 180px;
		flex: 0 0 180px;
	}
}

.reviewForm-desc {
	padding-top: 0.625rem;
}

@media (min-width: 576px) {
	.reviewForm-desc {
		padding-left: 1.25rem;
		padding-top: 0;
	}
}

@media (min-width: 576px) {
	.reviewForm-rating {
		float: left;
		padding-left: 1.25rem;
	}
}

@media (min-width: 576px) {
	.reviewForm-ratingLabel {
		float: left;
		padding-top: 0.375rem;
	}
}

.reviewForm-writeBtn.has-added {
	font-style: italic;
	pointer-events: none;
}

.reviewForm-writeBtn.has-added:hover,
.reviewForm-writeBtn.has-added:active,
.reviewForm-writeBtn.has-added:focus {
	cursor: default;
	text-decoration: none;
}

.reviewList-title {
	font-size: 1.25rem;
}

.reviewList-content {
	padding: 1.25rem 0;
}

.reviewList-img {
	width: 100%;
}

.reviewList-ratingTitle {
	display: block;
	margin-bottom: 0.625rem;
}

.reviewList-list {
	padding: 0;
}

.reviewList-item {
	border-top: 1px solid #d6d6d6;
	list-style-type: none;
	padding: 1rem 0;
}

.reviewList-itemRating .starRating {
	display: inline-block;
	margin-right: 0.625rem;
}

.reviewList-itemReview {
	margin-bottom: 0;
	margin-top: 0.625rem;
}

.reviewList .pagination-group {
	border-top: 1px solid #d6d6d6;
}

.reviewList .modal-header {
	padding: 1rem 1.5rem;
}

.reviewList .modal-body {
	padding: 1.5rem;
}

.reviewList-error {
	margin-bottom: 1.5rem;
}

/* States */
@media (min-width: 576px) {
	.reviewList-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

@media (min-width: 576px) {
	.reviewList-imgWrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 180px;
		flex: 0 0 180px;
	}
}

.starRatingInput {
	border: none;
	float: left;
}

.starRatingInput input[type='radio']:checked ~ label,
.starRatingInput input[type='radio']:not(:checked) ~ label {
	margin-right: 0;
	padding-left: 0;
	position: static;
}

.starRatingInput input[type='radio']:checked ~ label::before,
.starRatingInput input[type='radio']:not(:checked) ~ label::before,
.starRatingInput input[type='radio']:checked ~ label::after,
.starRatingInput input[type='radio']:not(:checked) ~ label::after {
	background: none;
	border: 0;
	height: auto;
	left: unset;
	min-width: auto;
	position: static;
	top: unset;
	width: auto;
}

.starRatingInput > input {
	display: none;
}

.starRatingInput input[type='radio']:checked ~ label::before,
.starRatingInput input[type='radio']:not(:checked) ~ label::before {
	display: inline-block;
	font-family: 'bris-icons';
	font-size: 1.25em;
	margin: 5px;
}

.starRatingInput > label {
	color: #d6d6d6 !important;
	float: right;
}

/* States */
.starRatingInput {
	/* hover previous stars in list */
}

.starRatingInput > input:checked ~ label,
.starRatingInput:not(:checked) > label:hover,
.starRatingInput:not(:checked) > label:hover ~ label {
	color: #ffca04 !important;
}

.starRatingInput > input:checked + label:hover,
.starRatingInput > input:checked ~ label:hover,
.starRatingInput > label:hover ~ input:checked ~ label,
.starRatingInput > input:checked ~ label:hover ~ label {
	color: #f8d47f !important;
}

.paymentInfo-detail {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.paymentInfo-detail:not(:last-child) {
	margin-bottom: 5px;
}

.paymentInfo--right .paymentInfo-detail {
	text-align: right;
}

.paymentInfo-info {
	border-bottom: 1px solid #000;
	cursor: pointer;
	margin-left: 3px;
	padding-bottom: 0;
}

.paymentInfo-info:hover,
.paymentInfo-info:focus,
.paymentInfo-info:active,
.paymentInfo-info.active {
	border-bottom: 1px solid transparent;
}

.paymentInfo-logo {
	height: 14px;
	vertical-align: -2px;
}

.paymentInfoModal {
	background-color: rgba(0, 0, 0, 0.5);
}

.paymentInfoModal-iframeWrap {
	overflow: hidden;
	padding-top: 80%;
	position: relative;
}

@media (max-width: 991.98px) {
	.paymentInfoModal-iframeWrap {
		padding-bottom: 80%;
	}
}

.paymentInfoModal-iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.paymentInfoModal .modal-content {
	background-color: transparent;
}

.paymentInfoModal .modal-header {
	border-bottom: 0;
	padding-bottom: 0;
}

.paymentInfoModal .icon-close {
	color: #fff;
}

.paymentInfoAfterpay {
	background-color: #fff;
	padding: 20px 50px;
}

@media (max-width: 991.98px) {
	.paymentInfoAfterpay {
		padding: 20px;
	}
}

.paymentInfoAfterpay p {
	margin-bottom: 10px;
}

.paymentInfoAfterpay a {
	color: #2aa0d0;
	font-weight: bold;
}

.paymentInfoAfterpay-borderRight {
	border-right: 1px solid #000;
}

.paymentInfoAfterpay-section {
	border-bottom: 1px solid #dedede;
	padding: 20px 0;
}

.paymentInfoAfterpay-section:last-of-type {
	border-bottom: 0;
}

.paymentInfoAfterpay-logoLink {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.paymentInfoAfterpay-logo {
	height: 42px;
	margin-bottom: 16px;
}

.paymentInfoAfterpay-motto {
	margin-bottom: 20px;
	text-align: center;
}

.paymentInfoAfterpay-mottoItem {
	font-size: 1.625rem;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 34px;
}

.paymentInfoAfterpay-mottoItem--book {
	color: #000;
}

.paymentInfoAfterpay-mottoItem--enjoy {
	color: #000;
}

@media (min-width: 992px) {
	.paymentInfoAfterpay-mottoItem--enjoy {
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
}

.paymentInfoAfterpay-mottoItem--pay {
	color: #000;
}

.paymentInfoAfterpay-payDesc {
	font-size: 1.125rem;
	line-height: 20px;
}

.paymentInfoAfterpay-payDesc div:first-of-type {
	border-right: 1px solid #000;
	text-align: right;
}

.paymentInfoAfterpay-steps {
	font-size: 0.875rem;
	line-height: 18px;
}

@media (max-width: 991.98px) {
	.paymentInfoAfterpay-steps {
		text-align: center;
	}
}

.paymentInfoAfterpay-stepItem {
	padding-left: 8px;
	padding-right: 8px;
}

.paymentInfoAfterpay-stepLogoWrap {
	margin-bottom: 10px;
	text-align: center;
}

.paymentInfoAfterpay-stepLogo {
	height: 60px;
}

.paymentInfoAfterpay a {
	color: #000;
}

.recommendationsModal-left,
.recommendationsModal-right {
	padding-bottom: 3rem;
	padding-top: 3.75rem;
}

@media (max-width: 767.98px) {
	.recommendationsModal-right {
		background-color: #fff;
	}
}

.recommendationsModal-itemTitle {
	font-size: 1.125rem;
	font-weight: bold;
	margin: 1rem 0;
	text-align: center;
}

@media (min-width: 1200px) {
	.recommendationsModal-btnWrap {
		padding: 0 1.5rem;
	}
}

@media (max-width: 767.98px) {
	.recommendationsModal .modal-content {
		background-color: transparent;
	}
}

.recommendationsModal .modal-body {
	padding: 0;
}

.recommendationsModal .close {
	font-size: 1rem;
	padding: 1rem;
}

.recommendationsModal .recommendationsBlock.is-loading {
	max-height: 300px;
	overflow: hidden;
}

.recommendationsModal .recommendationsBlock-title {
	text-align: center;
}

.recommendationsModal .recommendationsBlock-itemTitle,
.recommendationsModal .recommendationsBlock-itemPrice {
	font-size: 1.125rem;
}

.recommendationsModal .recommendationsBlock-btn {
	width: 100%;
}

/* Themes*/

.orderConfirmation-cncWrap {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1.5rem 2rem;
}

@media (min-width: 992px) {
	.orderConfirmation-cncWrap {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 1.5rem;
	}
}

.orderConfirmation-cncItem {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	margin-bottom: 1.5rem;
}

.orderConfirmation-cncItem:last-child {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.orderConfirmation-cncItem {
		margin-bottom: 0;
	}
}

.orderConfirmation-cncNumber {
	color: #000;
	display: block;
	font-size: 1.875rem;
	padding: 0 1.5rem;
}

@media (max-width: 991.98px) {
	.orderConfirmation-cncNumber {
		padding-left: 0;
	}
}

.orderConfirmation-cncDesc {
	color: #4d4d4d;
}

@media (min-width: 992px) {
	.orderConfirmation-cncDesc {
		max-width: 70%;
	}
}

.orderConfirmation-cncTitle {
	font-weight: 500;
	margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
	.orderConfirmation-cncTitle {
		text-transform: uppercase;
	}
}

.is-bris .orderConfirmation-cncTitle {
	font-weight: 600;
}

@media (min-width: 992px) {
	.orderConfirmation-detail {
		border-bottom: 1px solid #e1e1e1;
		border-top: 1px solid #e1e1e1;
		padding: 1.5rem 0;
	}
}

.orderConfirmation-detailLabel ~ div:not([class]):nth-last-child(2n) .orderConfirmation-detailValue,
.orderConfirmation-detailLabel ~ div:not([class]):nth-last-child(3n) .orderConfirmation-detailValue {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.orderConfirmation-detailLabel {
		margin-bottom: 1rem;
	}
}

.orderConfirmation-detailValue {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
	word-wrap: break-word;
}

@media (min-width: 992px) {
	.orderConfirmation-detailValue {
		font-size: 0.9375rem;
		line-height: 1.25rem;
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.orderConfirmation-detailNumber {
		font-size: 1.25rem;
	}
}

/* Theme */
 {
	text-transform: uppercase;
}

.is-bris .orderConfirmation-detailLabel,
.is-bris .orderConfirmation-detailValue {
	color: #0c60a5;
}

.orderConfirmation-boxRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}

.orderConfirmation-boxWrap {
	padding: 0.5rem;
	width: 100%;
}

@media (min-width: 768px) {
	.orderConfirmation-boxWrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.orderConfirmation-boxItem {
	align-items: center;
	border: 1px solid #e1e1e1;
	-webkit-box-align: center;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	height: 100%;
	padding: 1rem 3rem;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.orderConfirmation-boxItem {
		padding: 1rem 1.5rem;
	}
}

@media (min-width: 992px) {
	.orderConfirmation-boxItem:hover {
		text-decoration: none;
	}
}

@media (min-width: 1200px) {
	.orderConfirmation-boxItem {
		padding: 1.5rem 3rem;
	}
}

.orderConfirmation-boxIcon {
	width: 30px;
}

.orderConfirmation-boxContent {
	padding-left: 1.5rem;
}

.orderConfirmation-boxTitle {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0.25rem;
}

.orderConfirmation-boxSubtitle {
	font-size: 0.875rem;
}

/* Theme */
@media (min-width: 992px) {
}

@media (min-width: 992px) {
}

@media (min-width: 992px) {
	.is-bris .orderConfirmation-boxItem:hover {
		border-color: #007bff;
	}

	.is-bris .orderConfirmation-boxItem:hover .orderConfirmation-boxContent {
		color: #007bff;
	}
}

.is-bris .orderConfirmation-boxContent {
	color: #4d4d4d;
}

.is-bris .orderConfirmation-boxTitle {
	font-weight: 600;
}

.orderConfirmation-storeWrap {
	color: #4d4d4d;
}

.orderConfirmation-storeLeft {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 768px) {
	.orderConfirmation-storeLeft {
		padding-right: 0.5rem;
	}
}

.orderConfirmation-storeRight {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 768px) {
	.orderConfirmation-storeRight {
		padding-left: 0.5rem;
	}
}

@media (max-width: 767.98px) {
	.orderConfirmation-storeRight .orderConfirmation-store {
		border-top: 0;
	}
}

.orderConfirmation-store {
	border: 1px solid #e1e1e1;
	font-size: 0.8125rem;
	height: 100%;
	line-height: 1.5rem;
	padding: 1rem;
}

.orderConfirmation-storeContent {
	border-top: 1px solid #e1e1e1;
	padding-bottom: 0.5rem;
	padding-top: 1rem;
}

.orderConfirmation-storeMap {
	border-bottom: 1px solid #000;
	color: #4d4d4d;
	display: inline-block;
	font-weight: 500;
	line-height: 1.5rem;
	margin-top: 40px;
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}

.orderConfirmation-storeMap:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.orderConfirmation-storeDateList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.orderConfirmation-storeDay {
	display: inline-block;
	width: 120px;
}

.is-bris .orderConfirmation-storeWrap .orderConfirmation-subSectionTitle {
	font-weight: 600;
}

.is-bris .orderConfirmation-storeMap {
	font-weight: 600;
}

.orderConfirmation-register {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

@media (min-width: 576px) {
	.orderConfirmation-register {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}
}

.orderConfirmation-register p {
	color: #4d4d4d;
	line-height: 22px;
}

.orderConfirmation-register .form-check {
	padding-left: 0.3125rem;
}

.orderConfirmation-register .form-check input[type='checkbox']:checked::before {
	background-color: #fff;
	border: 1px solid #d6d6d6;
}

.orderConfirmation-register .form-check input[type='checkbox']:checked::after {
	color: #4d4d4d;
}

.orderConfirmation-register .form-check .form-check-label {
	color: #4d4d4d;
	font-size: 0.75rem;
	line-height: 1.3125rem;
}

.orderConfirmation-register input[type='checkbox'] {
	height: 1.3125rem;
	width: 1.3125rem;
}

.orderConfirmation-register input[type='checkbox']::before {
	height: 1.3125rem;
	width: 1.3125rem;
}

.orderConfirmation-register input[type='checkbox']::after {
	left: 0.3125rem;
	top: 0.125rem;
}

.orderConfirmation-register:not(.already-registered) .show-if-already-registered {
	display: none !important;
}

.orderConfirmation-register.already-registered .hide-if-already-registered {
	display: none !important;
}

.orderConfirmation-register .privacy-label a {
	color: #707070;
	text-decoration: underline;
}

.orderConfirmation-register .privacy-label p {
	margin: 0;
}

.orderConfirmation-registerInput.styled-input {
	color: #9c9c9c;
	height: 3rem;
	line-height: 3rem;
}

.orderConfirmation-registerBtn {
	background-color: #fff;
	background-image: none;
}

.orderConfirmation-registerBtn.button-btn {
	font-size: 0.9375rem;
	height: 3rem;
	line-height: 3rem;
}

.is-bris .orderConfirmation-register {
	background-color: #f2f8fc;
}

.is-bris .orderConfirmation-registerInput.styled-input {
	font-size: 1.125rem;
}

.is-bris .orderConfirmation-registerBtn {
	border-color: #005ea7;
	color: #005ea7;
}

.orderConfirmation-sectionTitle.orderConfirmation-sectionTitle--order {
	-webkit-box-pack: justify;
	color: #000;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.orderConfirmation-orderWrap {
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	color: #000;
}

.orderConfirmation-orderItem {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.orderConfirmation-orderInner {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
}

.orderConfirmation-orderImgWrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
}

.orderConfirmation-orderImg {
	width: 100%;
}

.orderConfirmation-orderDesc {
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
	padding: 0 1.5rem;
}

@media (min-width: 992px) {
	.orderConfirmation-orderDesc {
		padding-right: 0.5rem;
	}
}

.orderConfirmation-orderName {
	font-size: 0.875rem;
	font-weight: 900;
}

@media (max-width: 1199.98px) {
	.orderConfirmation-orderName {
		font-size: 1rem;
	}
}

.orderConfirmation-orderVariant {
	font-size: 0.875rem;
	padding: 0.125rem 0;
	word-break: break-all;
}

.orderConfirmation-orderQty {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	font-size: 0.875rem;
	padding: 0 0.5rem;
	text-align: right;
}

.orderConfirmation-orderPrice {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75px;
	flex: 0 0 75px;
	font-size: 0.875rem;
	text-align: right;
}

.orderConfirmation-orderAmountWrap {
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}

.orderConfirmation-orderAmount {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.orderConfirmation-orderAmount.divider-b {
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
}

.orderConfirmation-orderAmount .coupon-pricetag {
	background-size: 10px auto;
	padding-left: 1rem;
	text-transform: initial;
}

.orderConfirmation-orderSubtitle {
	font-size: 0.8125rem;
	padding-top: 0.25rem;
	text-align: right;
}

.orderConfirmation-orderAmountLabel {
	font-size: 0.875rem;
}

.orderConfirmation-orderAmountLabel--shipping {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.orderConfirmation-orderAmountLabel--total,
.orderConfirmation-orderAmountValue--total {
	font-weight: 700;
	text-transform: uppercase;
}

.orderConfirmation-orderAmountLabel--coupon,
.orderConfirmation-orderAmountValue--coupon {
	font-weight: 700;
	text-transform: uppercase;
}

.orderConfirmation-orderAmountLabel--coupon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.orderConfirmation-orderAmountLabel--coupon span {
	vertical-align: top;
}

.orderConfirmation .orderConfirmation-continueBtn {
	font-size: 1rem;
	height: 3rem;
	line-height: 3rem;
}

@media (max-width: 991.98px) {
	.orderConfirmation .orderConfirmation-continueBtn {
		width: 100%;
	}
}

 {
	font-size: 1rem;
}

@media (min-width: 992px) {
}

 {
	font-size: 1.125rem;
}

.is-bris .orderConfirmation-sectionTitle.orderConfirmation-sectionTitle--order span:first-child {
	display: none;
}

@media (min-width: 992px) {
	.is-bris .orderConfirmation-sectionTitle.orderConfirmation-sectionTitle--order span:first-child {
		display: block;
	}
}

@media (min-width: 992px) {
	.is-bris .orderConfirmation-orderPrice {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 90px;
		flex: 0 0 90px;
	}
}

.is-bris .orderConfirmation-orderAmountLabel--total,
.is-bris .orderConfirmation-orderAmountValue--total {
	font-size: 1.0625rem;
}

.is-bris .orderConfirmation-orderAmountLabel--coupon,
.is-bris .orderConfirmation-orderAmountValue--coupon {
	font-size: 0.9375rem;
}

@media (min-width: 992px) {
}

@media (min-width: 992px) {
}

 {
	font-size: 1.0625rem;
}

 {
	font-size: 0.9375rem;
}

.orderConfirmation-customerWrap {
	color: #4d4d4d;
	font-size: 0.75rem;
}

@media (min-width: 992px) {
	.orderConfirmation-customerWrap {
		font-size: 0.8125rem;
	}
}

.orderConfirmation-customerWrap .orderConfirmation-subSectionTitle {
	font-size: 0.8125rem;
	font-weight: 500;
}

.orderConfirmation-customerRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.orderConfirmation-customerCol {
	border: 1px solid #e5e5e5;
	padding: 1rem;
	width: 100%;
}

@media (min-width: 768px) {
	.orderConfirmation-customerCol:not(.only-egift) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.orderConfirmation-customerCol:last-child:not(.only-egift) {
	border-top: 0;
}

@media (min-width: 768px) {
	.orderConfirmation-customerCol:last-child:not(.only-egift) {
		border-left: 0;
		border-top: 1px solid #e5e5e5;
	}
}

/* Theme */

.is-bris .orderConfirmation-customerWrap .orderConfirmation-subSectionTitle {
	font-weight: 600;
	text-transform: initial;
}

/* Theme */

.is-bris .orderConfirmation .subscribeForm-content {
	background-color: #f2f8fc;
}

.orderConfirmation {
	background-color: #fff;
	padding: 0 0 1.5rem;
}

@media (min-width: 576px) {
	.orderConfirmation {
		padding: 3rem 0;
	}
}

@media (min-width: 1200px) {
	.orderConfirmation .container {
		max-width: calc(1250px + 32px);
	}

	.orderConfirmation .container > .row {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.orderConfirmation .container .col-left {
		max-width: calc(715px + 32px);
	}

	.orderConfirmation .container .col-right {
		max-width: calc(465px + 32px);
	}
}

.orderConfirmation-title {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

@media (max-width: 575.98px) {
	.orderConfirmation-title {
		margin-top: 1.5rem;
	}
}

@media (min-width: 768px) {
	.orderConfirmation-title {
		font-size: 1.5rem;
	}
}

.orderConfirmation-sectionTitle {
	align-items: center;
	-webkit-box-align: center;
	color: #181818;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.orderConfirmation-subSectionTitle {
	font-size: 0.8125rem;
	font-weight: 500;
	padding-bottom: 1rem;
}

.orderConfirmation-subContent {
	color: #4d4d4d;
}

.orderConfirmation-subContent strong {
	font-weight: 500;
}

.orderConfirmation .fullWidth-mobile {
	position: relative;
	z-index: 1;
}

@media (max-width: 575.98px) {
	.orderConfirmation .fullWidth-mobile::before,
	.orderConfirmation .fullWidth-mobile::after {
		background-color: red;
		content: '';
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: -1;
	}

	.orderConfirmation .fullWidth-mobile::before {
		left: -50%;
	}

	.orderConfirmation .fullWidth-mobile::after {
		right: -50%;
	}
}

.orderConfirmation strong {
	font-weight: 500;
}

.orderConfirmation p {
	font-size: 0.9375rem;
}

.orderConfirmation address {
	line-height: 1.5rem;
}

/* Themes */
@media (max-width: 575.98px) {
	 {
		background-color: #f8f8f8;
	}
}

 {
	text-transform: uppercase;
}

@media (max-width: 575.98px) {
	.is-bris .orderConfirmation .fullWidth-mobile::before,
	.is-bris .orderConfirmation .fullWidth-mobile::after {
		background-color: #f2f8fc;
	}
}

.is-bris .orderConfirmation-title {
	color: #0c60a5;
}

.is-bris .orderConfirmation-subContent strong {
	font-weight: 600;
}

.is-bris .orderConfirmation-cncWrap {
	background-color: #f2f8fc;
}

.is-bris .orderConfirmation-orderSubtitle {
	color: #005ea7;
}

@media (max-width: 575.98px) {
	 {
		background-color: #fff6f6;
	}
}

 {
	font-weight: 700;
}

 {
	color: #71140f;
}

.orderConfirmation .divider-b {
	border-bottom: 1px solid #e1e1e1;
}

.new-pdp .regionStoreSelector {
	display: none;
}

.regionStoreSelector.is-loading .spinner-border {
	display: inline-block;
}

.regionStoreSelector-toggle {
	align-items: center;
	background-color: transparent;
	border: 1px solid #dcdcdc;
	-webkit-box-align: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	height: 50px;
	padding: 0 1.75rem 0 0.75rem;
	position: relative;
	text-align: left;
	width: 100%;
}

.regionStoreSelector-toggle::after {
	content: none;
}

.regionStoreSelector-toggle span[class^="icon-chevron"] {
	position: absolute;
	right: 0.75rem;
	top: 1rem;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.show .regionStoreSelector-toggle span[class^="icon-chevron"] {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.is-loading .regionStoreSelector-toggle span[class^="icon-chevron"] {
	display: none;
}

@media (max-width: 991.98px) {
	.regionStoreSelector-toggle {
		border-width: 0 0 1px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		height: 40px;
		justify-content: center;
	}

	.regionStoreSelector-toggle span[class^="icon-chevron"] {
		display: inline-block;
		margin-left: 1rem;
		position: static;
	}

	.is-loading .regionStoreSelector-toggle span[class^="icon-chevron"] {
		display: inline-block;
	}
}

.regionStoreSelector-toggleText {
	line-height: 0.9375rem;
	margin-left: 0.25rem;
}

.regionStoreSelector-regionList,
.regionStoreSelector-storeList {
	background-color: #f3f3f3;
	display: none;
}

.show-region .regionStoreSelector-regionList {
	display: block;
}

.regionStoreSelector-storeList.is-selected {
	display: block;
}

.regionStoreSelector-store.is-selected {
	background-color: #fff;
}

.regionStoreSelector-selectedRegion {
	border-bottom-width: 3px !important;
	-webkit-box-pack: justify;
	display: none;
	-ms-flex-pack: justify;
	font-weight: 500;
	justify-content: space-between;
}

.show-store .regionStoreSelector-selectedRegion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.regionStoreSelector-changeBtn {
	background-color: transparent;
	border: 0;
	color: currentColor;
	cursor: pointer;
	font-size: 0.875rem;
	margin-left: 0.25rem;
}

.regionStoreSelector .dropdown-item {
	border-bottom: 1px solid #dcdcdc;
	padding: 0.5rem 0.75rem;
	white-space: normal;
}

.regionStoreSelector .dropdown-item:hover,
.regionStoreSelector .dropdown-item:active,
.regionStoreSelector .dropdown-item:focus {
	background-color: #fbfafa;
	color: currentColor;
}

.regionStoreSelector .dropdown-menu {
	border-top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

@media (max-width: 991.98px) {
	.regionStoreSelector .dropdown-menu {
		left: 50% !important;
		right: auto;
		top: 39px !important;
		-webkit-transform: translate(-50%, 0) !important;
		transform: translate(-50%, 0) !important;
		width: 85%;
	}
}

.regionStoreSelector .spinner-border {
	display: none;
	position: absolute;
	right: 1rem;
	top: 1rem;
}

@media (max-width: 991.98px) {
	.regionStoreSelector .spinner-border {
		top: 0.5rem;
	}
}

/* Themes */
.is-bris .regionStoreSelector-changeBtn {
	color: #00589f;
}

@media (max-width: 991.98px) {
}

@media (min-width: 992px) {
}

 {
	background-color: #666;
	color: #fff;
}

@media (max-width: 991.98px) {
	.is-bris .regionStoreSelector-toggle {
		border-color: #111;
		border-radius: 0;
	}
}

@media (max-width: 991.98px) {
	.is-bris .regionStoreSelector .dropdown-menu {
		margin-top: 1px;
	}
}

@media (max-width: 991.98px) {
}

@media (max-width: 991.98px) {
}

.is-bris .regionStoreSelector-toggle .icon-location-marker,
.is-bris .regionStoreSelector-changeBtn {
	color: #00589f;
}

.is-bris .regionStoreSelector-toggle {
	border-radius: 4px;
}

 {
	color: #71140f;
}

.storeAvailability-btn {
	align-items: center;
	-webkit-box-align: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	padding: 1rem;
	position: relative;
}

.storeAvailability-btn::before {
	background-color: rgba(255, 255, 255, 0.8);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.storeAvailability-btn.is-loading::before {
	content: '';
}

.storeAvailability-btn > .spinner-border {
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	z-index: 2;
}

.storeAvailability-btnText {
	width: 100%;
}

.storeAvailability-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48px;
	flex: 0 0 48px;
	height: 48px;
}

.storeAvailability-stockNote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.75rem;
}

.storeAvailability-stockNote .stockInfo {
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

.storeAvailability-sizeNote {
	font-size: 0.75rem;
}

.storeAvailability-table {
	position: relative;
}

.storeAvailability-table::before {
	background-color: rgba(255, 255, 255, 0.8);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.storeAvailability-table.is-loading::before {
	content: '';
}

.storeAvailability-table > .spinner-border {
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	z-index: 2;
}

.storeAvailability-thead {
	background-color: #f5f5f5;
	font-size: 0.75rem;
	padding: 0.5rem;
}

.storeAvailability-tbody {
	max-height: 350px;
	overflow-y: auto;
}

.storeAvailability-tbody::-webkit-scrollbar {
	background-color: #e8e8e8;
	border-radius: 0;
	width: 5px;
}

.storeAvailability-tbody::-webkit-scrollbar-track {
	background-color: #e8e8e8;
	border-radius: 0;
}

.storeAvailability-tbody::-webkit-scrollbar-thumb {
	background-color: #000;
	border-radius: 0;
}

@media (max-width: 767.98px) {
	.storeAvailability-tbody {
		border: 1px solid #dedede;
	}
}

.storeAvailability-trow {
	border: 1px solid #f5f5f5;
	font-size: 0.875rem;
	position: relative;
}

.storeAvailability-trow::before {
	background-color: rgba(255, 255, 255, 0.8);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.storeAvailability-trow.is-loading::before {
	content: '';
}

.storeAvailability-trow > .spinner-border {
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	z-index: 2;
}

@media (min-width: 768px) {
	.storeAvailability-trow {
		padding: 0.5rem;
	}
}

.storeAvailability-trow.is-selected {
	border-color: #000;
}

.storeAvailability-storeDetail {
	background-color: #f5f5f5;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.5rem;
}

@media (min-width: 768px) {
	.storeAvailability-storeDetail {
		background-color: transparent;
		-webkit-box-flex: 0;
		-webkit-box-pack: unset;
		display: block;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		-ms-flex-pack: unset;
		justify-content: unset;
		max-width: 40%;
		padding: 0;
		padding: 0.5rem 1rem 0.5rem 0;
	}
}

.storeAvailability-storeDetail a[href^="tel"] {
	color: inherit;
}

.storeAvailability-storeAction {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: right;
}

@media (min-width: 768px) {
	.storeAvailability-storeAction {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: left;
	}
}

.storeAvailability-stockDetail {
	width: 100%;
}

@media (max-width: 767.98px) {
	.storeAvailability-stockDetail {
		padding: 0 0.5rem;
	}
}

.storeAvailability-stock {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-flex: 0;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 20%;
}

.storeAvailability-stock .fsp-12 {
	text-align: center;
}

.storeAvailability-stock .stockInfoWrap {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 24px;
	width: 100%;
}

.storeAvailability-hoursBtn {
	text-decoration: underline;
}

.storeAvailability-hoursBtn::before {
	content: 'View Store Hours';
}

.storeAvailability-hoursBtn[aria-expanded="true"]::before {
	content: 'Hide Store Hours';
}

.storeAvailability-myStoreBtn {
	font-size: 0.6875rem;
}

.storeAvailability-myStoreBtn:hover {
	text-decoration: none;
}

.storeAvailability-myStoreBtn::before {
	border-bottom: 1px solid #000;
	content: 'SELECT AS MY STORE';
}

.is-selected .storeAvailability-myStoreBtn {
	cursor: default;
	font-weight: 700;
}

.is-selected .storeAvailability-myStoreBtn::before {
	border-bottom-width: 2px;
	content: 'MY STORE';
}

.storeAvailability-modal .modal-dialog {
	max-width: 560px;
}

.storeAvailability .form-control.styled-select {
	background-position: calc(100% - 12px) calc(20px);
	height: 48px !important;
	line-height: 48px !important;
}

/* Themes */

.is-bris .storeAvailability-btn {
	background-color: #f5f5f5;
}

 {
	text-transform: uppercase;
}

.storeAvailNew-header {
	padding: 20px;
}

.storeAvailNew-header .header-title {
	border-bottom: 2px solid #a9a9a9;
	font-size: 1.25rem;
	padding-bottom: 7px;
}

.storeAvailNew-text {
	font-size: 0.875rem;
}

.storeAvailNew-searchForm {
	position: relative;
}

.storeAvailNew-searchForm .icon-spinner {
	right: 135px;
	top: 14px;
}

.storeAvailNew-search {
	font-size: 0.875rem;
}

.storeAvailNew-search .storeAvailNew-searchText {
	margin-bottom: 5px;
	margin-top: 16px;
}

.storeAvailNew-search .storeAvailNew-formInput {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.storeAvailNew-search .storeAvailNew-formInput > * {
	font-size: 0.875rem;
	height: 50px;
}

.storeAvailNew-search .storeAvailNew-formInput input {
	border: 1px solid #d9d9d9;
	color: #707070;
	outline: 0;
	padding: 0 14px;
	width: calc(100% - 120px);
}

.storeAvailNew-search .storeAvailNew-formInput input:focus {
	border-color: #444;
}

.storeAvailNew-search .storeAvailNew-formInput button {
	background-color: #d9d9d9;
	border-color: #d9d9d9;
	border-style: solid;
	color: #4d4d4d;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 1.2px;
	width: 120px;
}

.storeAvailNew-search #selectBoxStore {
	margin-bottom: 10px;
}

.storeAvailNew-productDetail {
	background-color: #ebeef0;
	padding: 25px 20px;
}

.storeAvailNew-productDetail .product-title {
	-webkit-box-pack: justify;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	font-size: 1rem;
	justify-content: space-between;
	margin-bottom: 5px;
}

.storeAvailNew-productDetail .product-title .productName {
	font-weight: 700;
}

.storeAvailNew-productDetail .product-title .price {
	font-size: 0.875rem;
	font-weight: 700;
	min-width: 100px;
	text-align: right;
}

.storeAvailNew-productDetail .product-title .price .nowPrice {
	color: #db0000;
}

.storeAvailNew-productDetail .product-title .price .defaultPrice {
	font-weight: 500;
}

.storeAvailNew-productDetail .product-variant .product-variant-heading {
	color: #4d4d4d;
	font-weight: 700;
	margin-bottom: 2px;
}

.storeAvailNew-productDetail .product-variant .product-variant-heading span {
	font-weight: normal;
	margin-left: 20px;
}

.storeAvailNew-productDetail .product-variant ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.storeAvailNew-productDetail .product-variant ul li {
	cursor: pointer;
	list-style: none;
}

.storeAvailNew-productDetail .product-variant.colours li {
	border: 2px solid #ebeef0;
	padding: 4px;
}

.storeAvailNew-productDetail .product-variant.colours li span {
	display: block;
	height: 28px;
	width: 28px;
}

.storeAvailNew-productDetail .product-variant.colours li span img {
	height: auto;
	width: 100%;
}

.storeAvailNew-productDetail .product-variant.colours li.active {
	border: 2px solid #000;
}

.storeAvailNew-store-container {
	background-color: #f3f4f6;
	display: none;
	padding: 20px;
}

.storeAvailNew-store-heading {
	margin-bottom: 16px;
}

.storeAvailNew-store-heading .title {
	font-size: 1.125rem;
	font-weight: 700;
}

.storeAvailNew-btn {
	align-items: center;
	-webkit-box-align: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	padding: 1rem;
	position: relative;
}

.storeAvailNew-btn::before {
	background-color: rgba(255, 255, 255, 0.8);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.storeAvailNew-btn.is-loading::before {
	content: '';
}

.storeAvailNew-btn > .spinner-border {
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	z-index: 2;
}

.storeAvailNew-btnText {
	width: 100%;
}

.storeAvailNew-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48px;
	flex: 0 0 48px;
	height: 48px;
}

.storeAvailNew-stockNote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.75rem;
}

.storeAvailNew-stockNote .stockInfo {
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

.storeAvailNew-sizeNote {
	font-size: 0.75rem;
}

.storeAvailNew-table {
	position: relative;
}

.storeAvailNew-table::before {
	background-color: rgba(255, 255, 255, 0.8);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.storeAvailNew-table.is-loading::before {
	content: '';
}

.storeAvailNew-table > .spinner-border {
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	z-index: 2;
}

.storeAvailNew-thead {
	background-color: #f5f5f5;
	font-size: 0.75rem;
	padding: 0.5rem;
}

.storeAvailNew-tbody {
	max-height: 350px;
	min-height: 50px;
	overflow-y: auto;
	padding: 7px;
}

.storeAvailNew-tbody::-webkit-scrollbar {
	background-color: #fff;
	border-radius: 0;
	width: 2px;
}

.storeAvailNew-tbody::-webkit-scrollbar-track {
	background-color: #fff;
	border-radius: 0;
}

.storeAvailNew-tbody::-webkit-scrollbar-thumb {
	background-color: #999;
	border-radius: 0;
}

.storeAvailNew-trow {
	border: 1px solid #f5f5f5;
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	font-size: 0.875rem;
	margin-bottom: 16px;
	position: relative;
}

.storeAvailNew-trow::before {
	background-color: rgba(255, 255, 255, 0.8);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.storeAvailNew-trow.is-loading::before {
	content: '';
}

.storeAvailNew-trow > .spinner-border {
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	z-index: 2;
}

.storeAvailNew-tcell {
	background-color: #fafbfb;
	padding-top: 20px;
}

.storeAvailNew-storeDetail {
	background-color: #fff;
	font-size: 0.75rem;
	padding: 20px;
}

@media (min-width: 768px) {
	.storeAvailNew-storeDetail {
		-webkit-box-flex: 0;
		display: block;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		font-size: 0.875rem;
		max-width: 40%;
	}
}

.storeAvailNew-storeDetail a[href^="tel"] {
	color: inherit;
}

.storeAvailNew-storeAction {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: right;
}

@media (min-width: 768px) {
	.storeAvailNew-storeAction {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: left;
	}
}

.storeAvailNew-stockDetail {
	padding-bottom: 20px;
	width: 100%;
}

.storeAvailNew-stock {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-flex: 0;
	-webkit-box-orient: vertical;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 20px;
	max-width: 20%;
}

.storeAvailNew-stock .fsp-12 {
	text-align: center;
}

.storeAvailNew-stock .stockInfoWrap {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 24px;
	width: 100%;
}

.storeAvailNew-hoursBtn {
	text-decoration: underline;
}

.storeAvailNew-hoursBtn::before {
	content: 'View Store Hours';
}

.storeAvailNew-hoursBtn[aria-expanded="true"]::before {
	content: 'Hide Store Hours';
}

.storeAvailNew-storeName {
	font-size: 0.875rem;
}

.storeAvailNew-myStoreBtn {
	background-color: #fff;
	display: block;
	font-weight: 700;
	margin-top: 10px;
	min-width: 190px;
	padding: 15px 25px;
	text-align: center;
	width: 100%;
}

.storeAvailNew-myStoreBtn.button-btn {
	font-size: 0.8125rem;
}

.storeAvailNew-myStoreBtn::before {
	content: 'SET AS MY STORE';
}

.is-selected .storeAvailNew-myStoreBtn::before {
	color: #fff;
	content: 'STORE SELECTED';
}

.storeAvailNew-modal .modal-dialog {
	max-width: 560px;
}

.storeAvailNew-modal .modal-body {
	padding: 0;
}

.storeAvailNew-modal .close {
	color: #a9a9a9;
	font-size: 1rem;
	padding: 20px;
}

.storeAvailNew .form-control.styled-select {
	background-position: calc(100% - 12px) calc(20px);
	height: 48px !important;
	line-height: 48px !important;
}

@media (min-width: 768px) {
	.storeAvailNew-modal .modal-dialog {
		max-width: 690px;
	}

	.storeAvailNew-modal .close {
		font-size: 1.125rem;
		padding: 25px 30px;
	}

	.storeAvailNew-text {
		font-size: 1rem;
	}

	.storeAvailNew-header {
		padding: 25px 30px;
	}

	.storeAvailNew-header .header-title {
		font-size: 1.375rem;
	}

	.storeAvailNew-productDetail .product-title .price {
		font-size: 1rem;
	}

	.storeAvailNew-productDetail,
	.storeAvailNew-store-container {
		padding: 30px;
	}

	.storeAvailNew-store-heading {
		-webkit-box-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.storeAvailNew-store-heading .title {
		font-size: 1.125rem;
		width: 40%;
	}

	.storeAvailNew-stockNote {
		font-size: 0.875rem;
	}

	.storeAvailNew-stockDetail {
		padding-bottom: 0;
	}

	.storeAvailNew-tbody {
		padding-right: 10px;
	}

	.storeAvailNew-tbody::-webkit-scrollbar {
		background-color: #fff;
		border-radius: 0;
		width: 4px;
	}

	.storeAvailNew-tbody::-webkit-scrollbar-track {
		background-color: #fff;
		border-radius: 0;
	}

	.storeAvailNew-tbody::-webkit-scrollbar-thumb {
		background-color: #999;
		border-radius: 0;
	}

	.storeAvailNew-storeName {
		font-size: 1.125rem;
	}
}

/* Themes */

.is-bris .storeAvailNew-btn {
	background-color: #f5f5f5;
}

 {
	text-transform: uppercase;
}

.is-bris .storeAvailNew-myStoreBtn {
	border: 2px solid #035ea7;
	color: #035ea7;
}

.is-bris .storeAvailNew-trow.is-selected .storeAvailNew-myStoreBtn {
	background-color: #035ea7;
}

.regionStorePopup-header {
	padding: 20px;
}

.regionStorePopup-header .header-title {
	border-bottom: 2px solid #a9a9a9;
	font-size: 1.25rem;
	padding-bottom: 7px;
}

.regionStorePopup-text {
	font-size: 0.875rem;
}

.regionStorePopup-searchForm {
	position: relative;
}

.regionStorePopup-searchForm .icon-spinner {
	right: 135px;
	top: 14px;
}

.regionStorePopup-search {
	font-size: 0.875rem;
}

.regionStorePopup-search .regionStorePopup-searchText {
	margin-bottom: 5px;
	margin-top: 16px;
}

.regionStorePopup-search .regionStorePopup-formInput {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.regionStorePopup-search .regionStorePopup-formInput > * {
	font-size: 0.875rem;
	height: 50px;
}

.regionStorePopup-search .regionStorePopup-formInput input {
	border: 1px solid #d9d9d9;
	color: #707070;
	outline: 0;
	padding: 0 14px;
	width: calc(100% - 120px);
}

.regionStorePopup-search .regionStorePopup-formInput input:focus {
	border-color: #444;
}

.regionStorePopup-search .regionStorePopup-formInput button {
	background-color: #d9d9d9;
	border-color: #d9d9d9;
	border-style: solid;
	color: #4d4d4d;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 1.2px;
	width: 120px;
}

.regionStorePopup-search #selectBoxStore {
	margin-bottom: 10px;
}

.regionStorePopup-store-container {
	background-color: #f3f4f6;
	padding: 20px;
}

.regionStorePopup-store-heading {
	margin-bottom: 16px;
}

.regionStorePopup-store-heading .title {
	font-size: 1.125rem;
	font-weight: 700;
}

.regionStorePopup-btnText {
	width: 100%;
}

.regionStorePopup-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48px;
	flex: 0 0 48px;
	height: 48px;
}

.regionStorePopup-table {
	position: relative;
}

.regionStorePopup-table::before {
	background-color: rgba(255, 255, 255, 0.8);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.regionStorePopup-table.is-loading::before {
	content: '';
}

.regionStorePopup-table > .spinner-border {
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	z-index: 2;
}

.regionStorePopup-thead {
	background-color: #f5f5f5;
	font-size: 0.75rem;
	padding: 0.5rem;
}

.regionStorePopup-tbody {
	max-height: 350px;
	overflow-y: auto;
	padding: 7px;
}

.regionStorePopup-tbody::-webkit-scrollbar {
	background-color: #fff;
	border-radius: 0;
	width: 2px;
}

.regionStorePopup-tbody::-webkit-scrollbar-track {
	background-color: #fff;
	border-radius: 0;
}

.regionStorePopup-tbody::-webkit-scrollbar-thumb {
	background-color: #999;
	border-radius: 0;
}

.regionStorePopup-trow {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	font-size: 0.875rem;
	margin-bottom: 16px;
	padding: 20px;
	position: relative;
}

.regionStorePopup-trow::before {
	background-color: rgba(255, 255, 255, 0.8);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.regionStorePopup-trow.is-loading::before {
	content: '';
}

.regionStorePopup-trow > .spinner-border {
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	z-index: 2;
}

.regionStorePopup-tcell {
	background-color: #fff;
	padding-top: 0;
}

.regionStorePopup-storeDetail {
	background-color: #fff;
	font-size: 0.75rem;
	padding: 20px;
}

@media (min-width: 768px) {
	.regionStorePopup-storeDetail {
		-webkit-box-flex: 0;
		display: block;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		font-size: 0.875rem;
		max-width: 40%;
	}
}

.regionStorePopup-storeDetail a[href^="tel"] {
	color: inherit;
}

.regionStorePopup-storeAction {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: right;
}

@media (min-width: 768px) {
	.regionStorePopup-storeAction {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: left;
	}
}

.regionStorePopup-stockDetail {
	width: 100%;
}

.regionStorePopup-stock {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-flex: 0;
	-webkit-box-orient: vertical;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 20px;
	max-width: 20%;
}

.regionStorePopup-stock .fsp-12 {
	text-align: center;
}

.regionStorePopup-stock .stockInfoWrap {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 24px;
	width: 100%;
}

.regionStorePopup-storeName {
	font-size: 0.875rem;
}

.regionStorePopup-myStoreBtn {
	background-color: #fff;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	margin-top: 10px;
	min-width: 190px;
	padding: 15px 25px;
	text-align: center;
	width: 100%;
}

.regionStorePopup-myStoreBtn::before {
	content: 'SET AS MY STORE';
}

.is-selected .regionStorePopup-myStoreBtn::before {
	color: #fff;
	content: 'STORE SELECTED';
}

.regionStorePopup-modal .modal-dialog {
	max-width: 560px;
}

.regionStorePopup-modal .modal-body {
	padding: 0;
}

.regionStorePopup-modal .close {
	color: #a9a9a9;
	font-size: 1rem;
	padding: 20px;
}

@media (min-width: 768px) {
	.regionStorePopup-modal .modal-dialog {
		max-width: 690px;
	}

	.regionStorePopup-modal .close {
		font-size: 1.125rem;
		padding: 25px 30px;
	}

	.regionStorePopup-text {
		font-size: 1rem;
	}

	.regionStorePopup-header {
		padding: 25px 30px;
	}

	.regionStorePopup-header .header-title {
		font-size: 1.375rem;
	}

	.regionStorePopup-productDetail,
	.regionStorePopup-store-container {
		padding: 30px;
	}

	.regionStorePopup-store-heading {
		-webkit-box-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.regionStorePopup-store-heading .title {
		font-size: 1.25rem;
		width: 40%;
	}

	.regionStorePopup-stockNote {
		font-size: 1rem;
	}

	.regionStorePopup-tbody {
		padding-right: 10px;
	}

	.regionStorePopup-tbody::-webkit-scrollbar {
		background-color: #fff;
		border-radius: 0;
		width: 4px;
	}

	.regionStorePopup-tbody::-webkit-scrollbar-track {
		background-color: #fff;
		border-radius: 0;
	}

	.regionStorePopup-tbody::-webkit-scrollbar-thumb {
		background-color: #999;
		border-radius: 0;
	}

	.regionStorePopup-storeName {
		font-size: 1.125rem;
	}

	.regionStorePopup-trow {
		-webkit-box-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.regionStorePopup-myStoreBtn {
		width: auto;
	}
}

/* Themes */

.is-bris .regionStorePopup-btn {
	background-color: #f5f5f5;
}

 {
	text-transform: uppercase;
}

.is-bris .regionStorePopup-myStoreBtn {
	border: 2px solid #035ea7;
	color: #035ea7;
}

.is-bris .regionStorePopup-trow.is-selected .regionStorePopup-myStoreBtn {
	background-color: #035ea7;
}

.cart-dropdown .cart-list {
	margin: 5px 0;
	max-height: 280px;
	overflow-y: auto;
	padding-right: 10px;
}

.cart-dropdown .cart-list::-webkit-scrollbar {
	background-color: #f6f6f6;
	border-radius: 10px;
	width: 6px;
}

.cart-dropdown .cart-list::-webkit-scrollbar-track {
	background-color: #f6f6f6;
	border-radius: 10px;
}

.cart-dropdown .cart-list::-webkit-scrollbar-thumb {
	background-color: #d6d6d6;
	border-radius: 10px;
}

.cart-dropdown .cart-item {
	border-bottom: 1px solid #d3d3d3;
	padding: 10px 0;
}

.cart-dropdown .cart-item:last-child {
	border-bottom: 0;
}

.cart-dropdown .cart-item .cart-item-title {
	font-size: 0.875rem;
}

.cart-dropdown .cart-item .cart-item-variants {
	color: #4d4d4d;
	font-size: 0.75rem;
	word-break: break-all;
}

.cart-dropdown .cart-item .cart-item-price {
	font-size: 0.875rem;
}

.cart-dropdown .cart-item .cart-item-price ul {
	list-style-type: none;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
}

.cart-dropdown .cart-item .cart-item-price ul li {
	color: #4d4d4d;
	font-size: 0.75rem;
}

.cart-dropdown .cart-item .cart-item-price .sub-quantity {
	display: inline-block;
	min-width: 20px;
	padding-right: 6px;
}

.cart-dropdown .cart-item .cart-item-price .strikethrough {
	text-decoration: line-through;
}

.cart-dropdown .cart-item .cart-item-price .strikethrough + span {
	color: #ca2a1e;
	font-weight: 700;
	margin-left: 7px;
}

.cart-dropdown .cart-item .cart-item-price .strikethrough + span .product-price__currency-marker {
	color: #ca2a1e;
}

.cart-dropdown .cart-item .cart-item-action .quantityInput {
	border: 1px solid #d3d3d3;
	border-radius: 0;
	height: 36px;
	width: 56px;
}

.cart-dropdown .cart-item .cart-item-action .quantityInput.egift-card {
	width: 36px;
}

.cart-dropdown .cart-item .cart-item-action .quantityInput input {
	border: 0;
	border-radius: 0;
	border-right: 1px solid #d3d3d3;
	height: 100%;
	padding: 0;
	text-align: center;
	width: 36px;
}

.cart-dropdown .cart-item .cart-item-action .quantityInput .icon {
	cursor: pointer;
	height: 18px;
	position: relative;
	width: 18px;
}

.cart-dropdown .cart-item .cart-item-action .quantityInput .icon.plus {
	border-bottom: 1px solid #d3d3d3;
}

.cart-dropdown .cart-item .cart-item-action .quantityInput .icon.plus::before {
	background-color: #707070;
	content: '';
	display: block;
	height: 10px;
	left: 50%;
	-webkit-mask-image: url(/Static/assets/images/icons/plus.svg);
	mask-image: url(/Static/assets/images/icons/plus.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 10px 10px;
	mask-size: 10px 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 10px;
}

.cart-dropdown .cart-item .cart-item-action .quantityInput .icon.minus::before {
	background-color: #707070;
	content: '';
	display: block;
	height: 10px;
	left: 50%;
	-webkit-mask-image: url(/Static/assets/images/icons/minus.svg);
	mask-image: url(/Static/assets/images/icons/minus.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 10px 10px;
	mask-size: 10px 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 10px;
}

.cart-dropdown .cart-item .cart-item-action .quantityInput .icon.disabled {
	background-color: #ebebeb;
	cursor: default;
}

.cart-dropdown .cart-item .cart-item-action .cart-button-remove {
	border: 1px solid #d3d3d3;
	border-radius: 0;
	cursor: pointer;
	height: 36px;
	min-width: 36px;
	position: relative;
	width: 36px;
}

.cart-dropdown .cart-item .cart-item-action .cart-button-remove::before {
	background-color: #707070;
	content: '';
	display: block;
	height: 20px;
	left: 50%;
	-webkit-mask-image: url(/Static/assets/images/icons/icon-delete.svg);
	mask-image: url(/Static/assets/images/icons/icon-delete.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	mask-size: 20px 20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 20px;
}

.cart-dropdown .cart-summary {
	padding-bottom: 20px;
	padding-top: 5px;
}

.cart-dropdown .cart-summary .cart-summary-total,
.cart-dropdown .cart-summary .cart-summary-price {
	font-size: 1rem;
}

.cart-dropdown .cart-summary .button-outline {
	background-color: transparent;
}

.cart-dropdown .cart-summary .button-btn {
	font-size: 0.875rem;
}

.cart-dropdown .cart-summary .button--primary {
	margin-top: 10px;
}

.cart-dropdown .recommendationsBlock {
	background-color: #f3f4f6;
	border-top: unset;
	margin-left: -20px;
	margin-right: -20px;
	padding: 10px 0;
}

.cart-dropdown .recommendationsBlock .container {
	padding: 0 20px;
}

.cart-dropdown .recommendationsBlock .swiper-container {
	padding: 10px 0;
}

.cart-dropdown .recommendationsBlock-header {
	border-bottom: 2px solid #d3d3d3;
	margin-bottom: 0;
	padding-bottom: 12px;
}

.cart-dropdown .recommendationsBlock-title {
	font-size: 0.875rem;
	font-weight: 700;
}

.cart-dropdown .recommendationsBlock-sliderWrap {
	margin: 0;
}

.cart-dropdown .recommendationsBlock-item {
	width: 140px !important;
}

.cart-dropdown .recommendationsBlock-btnNav {
	display: none;
}

.cart-dropdown .recommendationsBlock .productItem-labelWrap {
	align-items: start;
	-webkit-box-align: start;
	-webkit-box-pack: start;
	-ms-flex-align: start;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.cart-dropdown .recommendationsBlock .productItem-labelWrap .productItem-label {
	margin: 0 4px 4px 0;
	padding: 4px 8px;
	width: auto;
}

.cart-dropdown .recommendationsBlock .productItem-labelWrap .productItem-label span {
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 14px;
	text-transform: uppercase;
}

.cart-dropdown .recommendationsBlock-itemInfo {
	padding-top: 5px;
}

.cart-dropdown .recommendationsBlock-btnWrap {
	padding-top: 5px !important;
}

.cart-dropdown .recommendationsBlock-btn {
	height: 35px;
	line-height: 35px;
}

.cart-dropdown .recommendationsBlock-itemTitle {
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	color: #000;
	display: -webkit-box;
	font-size: 0.75rem;
	height: 16px;
	-webkit-line-clamp: 1;
	line-height: 16px;
	/* autoprefixer: on */
	overflow: hidden;
	text-overflow: ellipsis;
}

.cart-dropdown .recommendationsBlock-itemPrice .productItem-price--original {
	color: #4d4d4d;
	font-size: 0.75rem;
	font-weight: normal;
	margin-top: 0;
}

.cart-dropdown .recommendationsBlock-itemPrice .productItem-price--discount {
	font-size: 0.75rem;
	line-height: 18px;
}

.cart-dropdown .remove-overlay {
	background-color: rgba(255, 255, 255, 0.9);
	color: #000;
	display: none;
	font-size: 0.9375rem;
	font-weight: 700;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (min-width: 768px) {
	.cart-dropdown .remove-overlay {
		color: #000;
		font-size: 1rem;
		font-weight: 700;
	}
}

.cart-dropdown .remove-overlay.is-active {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

.cart-dropdown .remove-overlay-text {
	margin-bottom: 5px;
	text-align: center;
}

.cart-dropdown .remove-overlay-btns .button-btn {
	height: 35px;
	line-height: 35px;
}

.cart-dropdown .remove-overlay-btns .button-btn:last-of-type {
	margin-left: 0.75rem;
}

/* THEME */
.is-bris .cart-dropdown .recommendationsBlock-title {
	font-size: 0.875rem;
	font-weight: 700;
}

.is-bris .cart-dropdown .cart-summary .btn-outline {
	border: 2px solid #035ea7;
	color: #035ea7;
}

.ruralPopup-header {
	padding: 20px;
}

.ruralPopup-header .header-title {
	border-bottom: 2px solid #a9a9a9;
	font-size: 1.25rem;
	padding-bottom: 7px;
}

.ruralPopup-text {
	font-size: 0.875rem;
}

.ruralPopup-modal .modal-dialog {
	max-width: 560px;
}

.ruralPopup-modal .modal-body {
	padding: 0;
}

.ruralPopup-modal .close {
	color: #a9a9a9;
	font-size: 1rem;
	padding: 20px;
}

.ruralPopup-search {
	font-size: 0.875rem;
}

.ruralPopup-search .ruralPopup-searchText {
	margin-bottom: 5px;
	margin-top: 16px;
}

.ruralPopup-search .ruralPopup-formInput {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.ruralPopup-search .ruralPopup-formInput > * {
	font-size: 0.875rem;
	height: 50px;
}

.ruralPopup-search .ruralPopup-formInput input {
	border: 1px solid #d9d9d9;
	color: #707070;
	outline: 0;
	padding: 0 14px;
	width: calc(100% - 80px);
}

.ruralPopup-search .ruralPopup-formInput input:focus {
	border-color: #444;
}

.ruralPopup-search .ruralPopup-formInput button {
	background-color: #d9d9d9;
	border-color: #d9d9d9;
	border-style: solid;
	color: #4d4d4d;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 1.2px;
	width: 80px;
}

.ruralPopup .error-msg {
	color: #b84141;
	font-size: 0.875rem;
}

@media (min-width: 768px) {
	.ruralPopup-modal .modal-dialog {
		max-width: 452px;
	}

	.ruralPopup-modal .close {
		font-size: 1.125rem;
		padding: 25px 30px;
	}

	.ruralPopup-text {
		font-size: 1rem;
	}

	.ruralPopup-header {
		padding: 25px 30px;
	}

	.ruralPopup-header .header-title {
		font-size: 1.375rem;
	}
}

/* Themes */

/* States */
.wysiwyg-content {
	color: #000;
	font-size: 0.9375rem;
	padding: 0 0.75rem;
}

@media (max-width: 991.98px) {
	.wysiwyg-content {
		color: #000;
		font-size: 1.125rem;
		padding: 0 0.75rem;
	}
}

.wysiwyg-content p {
	margin-bottom: 0;
}

/* Themes */
.is-bris .wysiwyg-content {
	color: #444;
}

@media (min-width: 768px) {
	.is-bris .wysiwyg-content {
		padding-top: 3.5rem;
	}
}

/* States */
.categoryTile {
	min-height: 13.125rem;
	position: relative;
}

@media (min-width: 768px) {
	.categoryTile {
		min-height: 22.5rem;
	}
}

.categoryTile-clickableBlk {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}

.categoryTile-content {
	background-color: #fff;
	background-size: cover;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 100%;
	position: relative;
}

@media (max-width: 991.98px) {
	.categoryTile {
		margin-bottom: 1.875rem;
	}
}

.categoryTile .img-holder {
	height: 100%;
	position: absolute;
	width: 100%;
}

.categoryTile-detail {
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	padding: 1.5625rem 0.75rem;
	text-align: center;
}

@media (min-width: 768px) {
	.categoryTile-detail {
		padding: 1.875rem;
	}
}

.categoryTile-detail--bottom {
	text-align: left;
}

.categoryTile-detail--bottom .categoryTile-body {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.categoryTile-detail--middle .categoryTile-body {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.categoryTile-detail .spacing-1 {
	margin: 0 -0.25rem;
}

.categoryTile-detail .spacing-2 {
	margin: 0 -0.5rem;
}

.categoryTile-detail .spacing-3 {
	margin: 0 -1rem;
}

.categoryTile-detail .spacing-4 {
	margin: 0 -1.5rem;
}

.categoryTile-detail .spacing-5 {
	margin: 0 -3rem;
}

.categoryTile-detail .block.buttonblock {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-left: 0;
	padding-right: 0;
}

.categoryTile-label {
	color: #000;
	font-size: 0.875rem;
	font-weight: 700;
}

.categoryTile-title {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
}

.categoryTile-body {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	color: #000;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	-ms-flex-direction: column;
	font-size: 0.75rem;
	height: calc(100% - 36px);
	padding-bottom: 1.125rem;
	width: 100%;
}

@media (min-width: 768px) {
	.categoryTile-body {
		height: calc(100% - 48px);
	}
}

.categoryTile .readmore-link {
	color: inherit;
	text-decoration: underline;
	white-space: nowrap;
}

.categoryTile-light {
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.categoryTile-light .categoryTile-label,
.categoryTile-light .categoryTile-title {
	color: #fff;
}

/* Themes */
@media (max-width: 991.98px) {
	.is-bris .categoryTile-detail {
		#005ea7: ;
		min-height: 13.125rem !important;
	}
}

@media (min-width: 768px) {
	.is-bris .categoryTile-label {
		#005ea7: ;
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) {
	.is-bris .categoryTile-title {
		#005ea7: ;
		font-size: 2.625rem;
	}
}

@media (min-width: 768px) {
	.is-bris .categoryTile-summary {
		#005ea7: ;
		font-size: 0.9375rem;
	}
}

.is-bris .categoryTile-more {
	#005ea7: ;
	display: block;
}

@media (min-width: 768px) {
	.main > .containerblock.displaymode-half .featurepanelblock.displaymode-one-third.small .featurePanel:not(.zoom-off):hover .featurePanel-thumbImg {
		height: 250px;
		width: 250px;
	}

	.main > .containerblock.displaymode-half .featurepanelblock.displaymode-one-third.small .featurePanel-thumbImg {
		height: 200px;
		width: 200px;
	}

	.main > .containerblock.displaymode-half .featurepanelblock.displaymode-one-third:not(.tall):not(.small) .featurePanel:not(.zoom-off):hover .featurePanel-thumbImg {
		height: 360px;
		width: 360px;
	}

	.main > .containerblock.displaymode-half .featurepanelblock.displaymode-one-third:not(.tall):not(.small) .featurePanel-thumbImg {
		height: 320px;
		width: 320px;
	}

	.main > .containerblock .featurepanelblock.displaymode-one-quarter:not(.tall):not(.small) .featurePanel:not(.zoom-off):hover .featurePanel-thumbImg {
		height: 400px;
		width: 400px;
	}

	.main > .containerblock .featurepanelblock.displaymode-one-quarter:not(.tall):not(.small) .featurePanel-thumbImg {
		height: 350px;
		width: 350px;
	}

	.main > .containerblock .featurepanelblock.displaymode-one-third:not(.tall):not(.small) .featurePanel:not(.zoom-off):hover .featurePanel-thumbImg {
		height: 360px;
		width: 400px;
	}

	.main > .containerblock .featurepanelblock.displaymode-one-third:not(.tall):not(.small) .featurePanel-thumbImg {
		height: 320px;
		width: 360px;
	}

	.main > .containerblock:not(.overlapPromo) .featurepanelblock.displaymode-one-third.tall .featurePanel:not(.zoom-off):hover .featurePanel-thumbImg {
		height: 540px;
		width: 410px;
	}

	.main > .containerblock:not(.overlapPromo) .featurepanelblock.displaymode-one-third.tall .featurePanel-thumbImg {
		height: 500px;
		width: 370px;
	}

	.is-bris .main > .containerblock:not(.overlapPromo) .featurepanelblock.displaymode-one-quarter.small .featurePanel:not(.zoom-off):hover .featurePanel-thumbImg {
		height: 300px;
		width: 300px;
	}

	.is-bris .main > .containerblock:not(.overlapPromo) .featurepanelblock.displaymode-one-quarter.small .featurePanel-thumbImg {
		height: 260px;
		width: 260px;
	}
}

.featurePanel {
	position: relative;
	z-index: 0;
}

.featurePanel-content {
	position: relative;
}

.featurePanel-clickableBlk {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}

.featurePanel-caption {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.featurePanel-caption {
		font-size: 2rem;
	}
}

.featurePanel-caption:first-child {
	padding-top: 20px;
}

.featurePanel-summary,
.featurePanel-label {
	color: #000;
	font-size: 0.75rem;
}

.featurePanel-summary {
	color: #47433f;
	font-size: 0.8125rem;
	margin-bottom: 1.125rem;
}

@media (min-width: 768px) {
	.featurePanel-summary {
		font-size: 1rem;
	}
}

.featurePanel-label {
	font-weight: 900 !important;
	margin-bottom: 0.5rem;
}

.featurePanel-info {
	position: absolute;
	width: 100%;
}

.featurePanel-info .colText--bg {
	padding: 0.75rem !important;
}

@media (min-width: 768px) {
	.featurePanel-info .colText--bg {
		padding: 1.5rem !important;
	}
}

.featurePanel-info .readmore-link {
	display: inline-block;
	text-decoration: underline;
}

.featurePanel-info--center {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: 100%;
	justify-content: center;
	text-align: center;
	top: 0;
}

.featurePanel-info--center.featurePanel-info--bgOverlay {
	background: rgba(0, 0, 0, 0.5);
}

.featurePanel-info--center .colText {
	margin: 0 auto;
}

.featurePanel-info--right {
	height: 100%;
	right: 0;
	top: 0;
}

.featurePanel-info--right .colText {
	height: 100%;
	margin-left: auto;
}

.featurePanel-info--bottom {
	position: initial;
}

.featurePanel-info--default {
	position: initial;
}

.featurePanel-info--default .colText {
	margin-top: 0.875rem;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 768px) {
	.featurePanel-info--default .colText {
		margin-top: 1.25rem;
	}
}

.featurePanel-info--lightText .featurePanel-summary,
.featurePanel-info--lightText .featurePanel-label,
.featurePanel-info--lightText .featurePanel-summary,
.featurePanel-info--lightText .featurePanel-caption {
	color: #fff;
}

.featurePanel-info--lightText a.readmore-link {
	color: #fff;
}

@media (max-width: 767.98px) {
	.featurePanel + .featurePanel {
		margin-top: 1.875rem;
	}
}

.featurePanel-thumbImg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: calc(100% + 2px);
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: height 0.3s ease-in-out, width 0.3s ease-in-out;
	transition: height 0.3s ease-in-out, width 0.3s ease-in-out;
	width: calc(100% + 2px);
}

.featurePanel-ctaWrap {
	padding: 10px 0;
}

@media (min-width: 768px) {
	.featurePanel .button-btn {
		padding: 0 2rem;
	}
}

/* States */
.featurePanel:not(.zoom-off):hover .featurePanel-thumbImg {
	height: calc(100% + 50px);
	width: calc(100% + 50px);
}

.featurePanel-thumbImgWrap {
	height: 15rem;
	overflow: hidden;
	position: relative;
}

@media (min-width: 768px) {
	.featurePanel--centerPos .featurePanel-thumbImgWrap,
	.featurePanel--rightPos .featurePanel-thumbImgWrap {
		height: 22.875rem;
	}
}

.featurePanel-content img {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
	.featurePanel-content img {
		-webkit-transition: none;
		transition: none;
	}
}

.featurePanel-content:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

@media (max-width: 767.98px) {
	.featurePanel-info .colText {
		overflow: hidden;
	}
}

.featurePanel .colText--overlay {
	padding: 0 1rem;
	width: 100%;
}

@media (min-width: 768px) {
	.featurePanel .colText--overlay {
		width: 60%;
	}
}

.featurePanel .colText--boxed {
	width: 50%;
}

.featurePanel .colText--boxedOverlay {
	width: 66.66%;
}

.featurePanel-label a,
.featurePanel-caption a,
.featurePanel-summary a {
	color: inherit;
	text-decoration: none;
}

/* Themes */

.featurePanel-info .colText--bg {
	background-color: #999;
}

@media (min-width: 768px) {
	.is-bris .featurePanel-info .colText--bg {
		padding: 0.9375rem 1.5rem !important;
	}
}

@media (min-width: 768px) {
	.is-bris .featurePanel-info--default .colText {
		margin-top: 0.5625rem;
	}
}

.is-bris .featurePanel-info--center .featurePanel-summary .readmore-link {
	color: #fff;
	display: block;
}

.is-bris .featurePanel-info--center .featurePanel-label {
	color: #fff;
}

 {
	color: #fff;
}

.is-bris .featurePanel-info--right {
	padding: 1.25rem 0.625rem 1.25rem 0;
}

@media (min-width: 768px) {
	.is-bris .featurePanel-info--right {
		padding: 1.875rem 1.875rem 1.875rem 0;
	}
}

 {
	color: #71140f;
}

.is-bris .featurePanel-info--right .colText--bg {
	background-color: #fff;
}

.is-bris .featurePanel-info--bottom .colText--bg {
	background-color: #f7f7f7;
}

.is-bris .featurePanel-label {
	margin-bottom: 0.125rem;
}

.is-bris .featurePanel-label {
	color: #db0000;
}

@media (min-width: 768px) {
	.is-bris .featurePanel-label {
		font-size: 0.9375rem;
	}
}

@media (min-width: 768px) {
}

.is-bris .featurePanel-summary .readmore-link {
	color: #005ea7;
}

.is-bris .featurePanel-summary .readmore-link {
	display: inline;
}

.is-bris .featurePanel--sale .featurePanel-summary {
	font-size: 0.9375rem;
}

.is-bris .featurePanel-note {
	color: #db0000;
	font-weight: bold;
}

.is-bris .featurePanel--sale .featurePanel-note {
	font-size: 1.125rem;
}

.is-bris .featurePanel--defaultPos .featurePanel-thumbImgWrap {
	height: 11.25rem;
}

@media (min-width: 768px) {
	.is-bris .featurePanel--defaultPos .featurePanel-thumbImgWrap {
		height: 22.5rem;
	}
}

@media (min-width: 768px) {
	.is-bris .featurePanel--centerPos .featurePanel-thumbImgWrap {
		height: 30.375rem;
	}
}

.is-bris .featurePanel--rightPos .featurePanel-thumbImgWrap {
	height: 13.125rem;
}

@media (min-width: 768px) {
	.is-bris .featurePanel--rightPos .featurePanel-thumbImgWrap {
		height: 27.75rem;
	}
}

.is-bris .featurePanel--bottomPos .featurePanel-thumbImgWrap {
	#005ea7: ;
	height: 7.5rem;
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

.featurePanel-bubbles {
	position: absolute;
}

.featurePanel-bubbles-style {
	border-radius: 50%;
	font-size: 30px;
	height: 5em;
	width: 5em;
}

.featurePanel-bubbles-style .bubbles-text-contain {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	font-weight: 700;
	height: inherit;
	justify-content: center;
	padding: 0 0.5em;
}

.featurePanel-bubbles-style .bubbles-wrapper {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.featurePanel-bubbles-style .main-number {
	font-size: 2.5em;
	line-height: 0.75em;
}

.featurePanel-bubbles-style .percentage {
	font-size: 0.6em;
	line-height: 1em;
	padding-top: 0.5em;
	width: 1.8em;
}

.featurePanel-bubbles-style .percentage span {
	display: inline-block;
}

.featurePanel-bubbles-style .percentage span:first-child {
	font-size: 2.6em;
}

.featurePanel-bubbles-style .over-text {
	font-size: 0.7em;
	line-height: 0.7em;
}

.featurePanel-bubbles.rectangle {
	right: 0;
	top: 12px;
}

.featurePanel-bubbles.rectangle > div {
	padding: 3px 10px;
	text-transform: uppercase;
}

.featurePanel-bubbles.centre {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.featurePanel-bubbles.top-left {
	left: 5px;
	top: 5px;
}

.featurePanel-bubbles.top-right {
	right: 5px;
	top: 5px;
}

.featurePanel-bubbles.bottom-right {
	bottom: 5px;
	right: 5px;
}

.featurePanel-bubbles.bottom-left {
	bottom: 5px;
	left: 5px;
}

@media (min-width: 768px) {
	.featurePanel-bubbles.top-left {
		left: 5px;
		top: 5px;
	}

	.featurePanel-bubbles.top-right {
		right: 5px;
		top: 5px;
	}

	.featurePanel-bubbles.bottom-right {
		bottom: 5px;
		right: 5px;
	}

	.featurePanel-bubbles.bottom-left {
		bottom: 5px;
		left: 5px;
	}
}

.featurePanel-bubbles .percentage-range .over-text,
.featurePanel-bubbles .over-percentage .over-text {
	font-size: 0.8em;
}

.featurePanel-bubbles .now-pricing .over-text {
	font-size: 0.8em;
	line-height: 1em;
	text-align: center;
}

.featurePanel-bubbles .now-pricing .main-number {
	font-size: 1.45em;
	line-height: 1em;
}

.featurePanel-bubbles .now-pricing .percentage {
	margin-left: -2px;
	padding-top: 0.75em;
}

.featurePanel-bubbles .now-pricing .percentage span:first-child {
	font-size: 1.2em;
}

.featurePanel-bubbles .at-least-percentage .over-text {
	font-size: 0.8em;
	text-align: center;
}

.featurePanel-bubbles .half-price-number .main-number {
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	font-size: 2em;
	justify-content: center;
	line-height: 0.8em;
}

.featurePanel-bubbles .half-price-number .main-number span:nth-child(2) {
	margin-top: 0.1em;
}

.featurePanel-bubbles .half-price-number .main-number span:nth-child(3) {
	margin-left: -0.2em;
	margin-top: 0.4em;
}

.featurePanel-bubbles .half-price-number .percentage {
	font-size: 1em;
	line-height: 0.8em;
	padding-top: 0;
	text-align: center;
	width: auto;
}

.featurePanel-bubbles .half-price-text .main-number {
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	font-size: 1.5em;
	justify-content: center;
	line-height: 1em;
}

.featurePanel-bubbles .half-price-text .percentage {
	font-size: 0.8em;
	line-height: 1em;
	padding-top: 0;
	text-align: center;
	width: auto;
}

.featurePanel-bubbles .was-now-pricing .over-text {
	font-size: 0.8em;
	text-align: center;
}

.featurePanel-bubbles .was-now-pricing .main-number {
	font-size: 1.6em;
	line-height: 1em;
}

.featurePanel-bubbles .was-now-pricing .percentage {
	margin-left: -2px;
	padding-top: 1.2em;
}

.featurePanel-bubbles .was-now-pricing .percentage span:first-child {
	font-size: 1.4em;
}

.featurePanel-bubbles .was-now-pricing .was-price {
	font-size: 0.6em;
	font-weight: 500;
	line-height: 1.2em;
	text-align: center;
}

.featurePanel-bubbles .now-from-pricing .over-text {
	font-size: 0.65em;
	line-height: 0.9em;
	text-align: center;
}

.featurePanel-bubbles .now-from-pricing .bubbles-wrapper .main-number {
	font-size: 1em;
	line-height: 1em;
}

.featurePanel-bubbles .now-under-pricing .over-text {
	font-size: 0.65em;
	line-height: 0.9em;
	text-align: center;
}

.featurePanel-bubbles .now-under-pricing .bubbles-wrapper .main-number {
	font-size: 1.3em;
	line-height: 1em;
}

.featurePanel-bubbles .now-pricing-and-under .over-text {
	font-size: 0.8em;
	line-height: 0.8em;
	padding: 0 0.8em;
	text-align: center;
}

.featurePanel-bubbles .now-pricing-and-under .bubbles-wrapper {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.featurePanel-bubbles .now-pricing-and-under .bubbles-wrapper .main-number {
	font-size: 1.3em;
	line-height: 1em;
}

.featurePanel-bubbles .now-pricing-and-under .bubbles-wrapper .percentage {
	font-size: 0.8em;
	line-height: 0.8em;
	padding-top: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.featurePanel-bubbles .bonus-buy-pricing .over-text {
	font-size: 0.8em;
	line-height: 0.9em;
	text-align: center;
}

.featurePanel-bubbles .bonus-buy-pricing .bubbles-wrapper .main-number {
	font-size: 1.15em;
	line-height: 1em;
}

/* Themes */
.is-bris .featurePanel-bubbles.rectangle > div {
	background-color: #ffcb09;
	color: #fff;
}

.is-bris .featurePanel-bubbles-style {
	background-color: #ffcb09;
}

.is-bris .featurePanel-bubbles-style .bubbles-text-contain {
	color: #fff;
}

.is-bris .featurePanel-bubbles .upto-percentage .over-text,
.is-bris .featurePanel-bubbles .percentage-range .over-text,
.is-bris .featurePanel-bubbles .over-percentage .over-text {
	padding-left: 0.4em;
}

 {
	padding-left: 0.4em;
}

 {
	padding-left: 0.5em;
}

.featurePanel .featurePanel-ctaWrap .row {
	display: block;
}

.featurePanel .featurePanel-ctaWrap .block.buttonblock {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

/* Themes */

@media (min-width: 768px) {
	 {
		margin-left: 24px;
		margin-right: 24px;
	}
}

@media (max-width: 767.98px) {
}

.button-btn {
	border: 1px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	display: inline-block;
	font-size: 0.6875rem;
	font-weight: 700;
	height: 2.25rem;
	line-height: 2.25rem;
	padding: 0 0.75rem;
	text-align: center;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.button-btn i {
	display: inline-block;
	margin-left: 0.375rem;
	position: relative;
	top: 0.0625rem;
}

.button-btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

@media (min-width: 768px) {
	.button-btn {
		color: #000;
		font-size: 0.875rem;
		font-weight: 700;
		height: 3rem;
		line-height: 3rem;
		padding: 0 1.125rem;
	}
}

.button-btn.no-underline {
	text-decoration: none;
}

/* States */
@media (min-width: 768px) {
	.btn-same-size .button--small {
		height: 3rem;
		line-height: 3rem;
		padding: 0 1.125rem;
	}
}

.button-btn {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-btn:hover,
.button-btn:focus,
.button-btn:active,
.button-btn.active {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.button--black {
	background-color: #000;
	border-color: #000;
	border-width: 0;
	color: #fff;
}

.button--black:hover {
	background-color: black;
	border-color: black;
	color: #fff;
}

.button--black:focus,
.button--black.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.button--black.disabled,
.button--black:disabled {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.button--black:not(:disabled):not(.disabled):active,
.button--black:not(:disabled):not(.disabled).active,
.show > .button--black.dropdown-toggle {
	background-color: black;
	border-color: black;
	color: #fff;
}

.button--black:not(:disabled):not(.disabled):active:focus,
.button--black:not(:disabled):not(.disabled).active:focus,
.show > .button--black.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.button--default {
	background-color: #fff;
	border-color: #fff;
	border-width: 0;
	color: #212529;
}

.button--default:hover {
	background-color: #ececec;
	border-color: #e6e5e5;
	color: #212529;
}

.button--default:focus,
.button--default.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.button--default.disabled,
.button--default:disabled {
	background-color: #fff;
	border-color: #fff;
	color: #212529;
}

.button--default:not(:disabled):not(.disabled):active,
.button--default:not(:disabled):not(.disabled).active,
.show > .button--default.dropdown-toggle {
	background-color: #e6e5e5;
	border-color: #dfdfdf;
	color: #212529;
}

.button--default:not(:disabled):not(.disabled):active:focus,
.button--default:not(:disabled):not(.disabled).active:focus,
.show > .button--default.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.button--blue,
.is-bris .checkGiftCardBalance-ctaWrap .button-btn {
	background-color: #005ea7;
	border-color: #005ea7;
	border-width: 0;
	color: #fff;
}

.button--blue:hover,
.is-bris .checkGiftCardBalance-ctaWrap .button-btn:hover {
	background-color: #004881;
	border-color: #004174;
	color: #fff;
}

.button--blue:focus,
.is-bris .checkGiftCardBalance-ctaWrap .button-btn:focus,
.button--blue.focus,
.is-bris .checkGiftCardBalance-ctaWrap .focus.button-btn {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
}

.button--blue.disabled,
.is-bris .checkGiftCardBalance-ctaWrap .disabled.button-btn,
.button--blue:disabled,
.is-bris .checkGiftCardBalance-ctaWrap .button-btn:disabled {
	background-color: #005ea7;
	border-color: #005ea7;
	color: #fff;
}

.button--blue:not(:disabled):not(.disabled):active,
.is-bris .checkGiftCardBalance-ctaWrap .button-btn:not(:disabled):not(.disabled):active,
.button--blue:not(:disabled):not(.disabled).active,
.is-bris .checkGiftCardBalance-ctaWrap .button-btn:not(:disabled):not(.disabled).active,
.show > .button--blue.dropdown-toggle,
.is-bris .checkGiftCardBalance-ctaWrap .show > .dropdown-toggle.button-btn {
	background-color: #004174;
	border-color: #003a67;
	color: #fff;
}

.button--blue:not(:disabled):not(.disabled):active:focus,
.is-bris .checkGiftCardBalance-ctaWrap .button-btn:not(:disabled):not(.disabled):active:focus,
.button--blue:not(:disabled):not(.disabled).active:focus,
.is-bris .checkGiftCardBalance-ctaWrap .button-btn:not(:disabled):not(.disabled).active:focus,
.show > .button--blue.dropdown-toggle:focus,
.is-bris .checkGiftCardBalance-ctaWrap .show > .dropdown-toggle.button-btn:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
}

.button--red {
	background-color: #71140f;
	border-color: #71140f;
	border-width: 0;
	color: #fff;
}

.button--red:hover {
	background-color: #4f0e0b;
	border-color: #440c09;
	color: #fff;
}

.button--red:focus,
.button--red.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(113, 20, 15, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(113, 20, 15, 0.5);
}

.button--red.disabled,
.button--red:disabled {
	background-color: #71140f;
	border-color: #71140f;
	color: #fff;
}

.button--red:not(:disabled):not(.disabled):active,
.button--red:not(:disabled):not(.disabled).active,
.show > .button--red.dropdown-toggle {
	background-color: #440c09;
	border-color: #390a08;
	color: #fff;
}

.button--red:not(:disabled):not(.disabled):active:focus,
.button--red:not(:disabled):not(.disabled).active:focus,
.show > .button--red.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(113, 20, 15, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(113, 20, 15, 0.5);
}

.button--btnOutline-black {
	background-color: transparent;
	background-image: none;
	border-color: #000;
	color: #000;
}

.button--btnOutline-black:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.button--btnOutline-black:focus,
.button--btnOutline-black.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.button--btnOutline-black.disabled,
.button--btnOutline-black:disabled {
	background-color: transparent;
	color: #000;
}

.button--btnOutline-black:not(:disabled):not(.disabled):active,
.button--btnOutline-black:not(:disabled):not(.disabled).active,
.show > .button--btnOutline-black.dropdown-toggle {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.button--btnOutline-black:not(:disabled):not(.disabled):active:focus,
.button--btnOutline-black:not(:disabled):not(.disabled).active:focus,
.show > .button--btnOutline-black.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.button--btnOutline-default {
	background-color: transparent;
	background-image: none;
	border-color: #fff;
	color: #fff;
}

.button--btnOutline-default:hover {
	background-color: #fff;
	border-color: #fff;
	color: #212529;
}

.button--btnOutline-default:focus,
.button--btnOutline-default.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.button--btnOutline-default.disabled,
.button--btnOutline-default:disabled {
	background-color: transparent;
	color: #fff;
}

.button--btnOutline-default:not(:disabled):not(.disabled):active,
.button--btnOutline-default:not(:disabled):not(.disabled).active,
.show > .button--btnOutline-default.dropdown-toggle {
	background-color: #fff;
	border-color: #fff;
	color: #212529;
}

.button--btnOutline-default:not(:disabled):not(.disabled):active:focus,
.button--btnOutline-default:not(:disabled):not(.disabled).active:focus,
.show > .button--btnOutline-default.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.button--btnOutline-blue,
.is-bris .giftCardLandingPage-checkBalance .button-btn,
.is-bris .is-givex .featurePanel .button-btn {
	background-color: transparent;
	background-image: none;
	border-color: #005ea7;
	color: #005ea7;
}

.button--btnOutline-blue:hover,
.is-bris .giftCardLandingPage-checkBalance .button-btn:hover,
.is-bris .is-givex .featurePanel .button-btn:hover {
	background-color: #005ea7;
	border-color: #005ea7;
	color: #fff;
}

.button--btnOutline-blue:focus,
.is-bris .giftCardLandingPage-checkBalance .button-btn:focus,
.is-bris .is-givex .featurePanel .button-btn:focus,
.button--btnOutline-blue.focus,
.is-bris .giftCardLandingPage-checkBalance .focus.button-btn,
.is-bris .is-givex .featurePanel .focus.button-btn {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
}

.button--btnOutline-blue.disabled,
.is-bris .giftCardLandingPage-checkBalance .disabled.button-btn,
.is-bris .is-givex .featurePanel .disabled.button-btn,
.button--btnOutline-blue:disabled,
.is-bris .giftCardLandingPage-checkBalance .button-btn:disabled,
.is-bris .is-givex .featurePanel .button-btn:disabled {
	background-color: transparent;
	color: #005ea7;
}

.button--btnOutline-blue:not(:disabled):not(.disabled):active,
.is-bris .giftCardLandingPage-checkBalance .button-btn:not(:disabled):not(.disabled):active,
.is-bris .is-givex .featurePanel .button-btn:not(:disabled):not(.disabled):active,
.button--btnOutline-blue:not(:disabled):not(.disabled).active,
.is-bris .giftCardLandingPage-checkBalance .button-btn:not(:disabled):not(.disabled).active,
.is-bris .is-givex .featurePanel .button-btn:not(:disabled):not(.disabled).active,
.show > .button--btnOutline-blue.dropdown-toggle,
.is-bris .giftCardLandingPage-checkBalance .show > .dropdown-toggle.button-btn,
.is-bris .is-givex .featurePanel .show > .dropdown-toggle.button-btn {
	background-color: #005ea7;
	border-color: #005ea7;
	color: #fff;
}

.button--btnOutline-blue:not(:disabled):not(.disabled):active:focus,
.is-bris .giftCardLandingPage-checkBalance .button-btn:not(:disabled):not(.disabled):active:focus,
.is-bris .is-givex .featurePanel .button-btn:not(:disabled):not(.disabled):active:focus,
.button--btnOutline-blue:not(:disabled):not(.disabled).active:focus,
.is-bris .giftCardLandingPage-checkBalance .button-btn:not(:disabled):not(.disabled).active:focus,
.is-bris .is-givex .featurePanel .button-btn:not(:disabled):not(.disabled).active:focus,
.show > .button--btnOutline-blue.dropdown-toggle:focus,
.is-bris .giftCardLandingPage-checkBalance .show > .dropdown-toggle.button-btn:focus,
.is-bris .is-givex .featurePanel .show > .dropdown-toggle.button-btn:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
}

.button--btnOutline-red {
	background-color: transparent;
	background-image: none;
	border-color: #71140f;
	color: #71140f;
}

.button--btnOutline-red:hover {
	background-color: #71140f;
	border-color: #71140f;
	color: #fff;
}

.button--btnOutline-red:focus,
.button--btnOutline-red.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(113, 20, 15, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(113, 20, 15, 0.5);
}

.button--btnOutline-red.disabled,
.button--btnOutline-red:disabled {
	background-color: transparent;
	color: #71140f;
}

.button--btnOutline-red:not(:disabled):not(.disabled):active,
.button--btnOutline-red:not(:disabled):not(.disabled).active,
.show > .button--btnOutline-red.dropdown-toggle {
	background-color: #71140f;
	border-color: #71140f;
	color: #fff;
}

.button--btnOutline-red:not(:disabled):not(.disabled):active:focus,
.button--btnOutline-red:not(:disabled):not(.disabled).active:focus,
.show > .button--btnOutline-red.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(113, 20, 15, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(113, 20, 15, 0.5);
}

.button--btnLink-black {
	background-color: transparent;
	background-image: none;
	border: none;
	color: #000;
	text-decoration: underline;
	vertical-align: top;
}

.button--btnLink-black:hover,
.button--btnLink-black:focus,
.button--btnLink-black:active,
.button--btnLink-black.active {
	color: rgba(0, 0, 0, 0.8);
}

.button--btnLink-default {
	background-color: transparent;
	background-image: none;
	border: none;
	color: #fff;
	text-decoration: underline;
	vertical-align: top;
}

.button--btnLink-default:hover,
.button--btnLink-default:focus,
.button--btnLink-default:active,
.button--btnLink-default.active {
	color: rgba(255, 255, 255, 0.8);
}

.button--btnLink-blue {
	background-color: transparent;
	background-image: none;
	border: none;
	color: #005ea7;
	text-decoration: underline;
	vertical-align: top;
}

.button--btnLink-blue:hover,
.button--btnLink-blue:focus,
.button--btnLink-blue:active,
.button--btnLink-blue.active {
	color: rgba(0, 94, 167, 0.8);
}

.button--btnLink-red {
	background-color: transparent;
	background-image: none;
	border: none;
	color: #71140f;
	text-decoration: underline;
	vertical-align: top;
}

.button--btnLink-red:hover,
.button--btnLink-red:focus,
.button--btnLink-red:active,
.button--btnLink-red.active {
	color: rgba(113, 20, 15, 0.8);
}

.button--default {
	border-color: #000;
	border-width: 0.0625rem;
}

.button--default:hover,
.button--default:focus,
.button--default:active,
.button--default.active {
	border-color: #000 !important;
}

.button--small {
	height: 2.25rem;
	line-height: 2.25rem;
	padding: 0 0.75rem;
}

.button--medium {
	font-size: 1rem;
	letter-spacing: 0.1em;
}

.button--btnLink-black:hover,
.button--btnLink-black:focus,
.button--btnLink-black:active,
.button--btnLink-black.active,
.button--btnLink-blue:hover,
.button--btnLink-blue:focus,
.button--btnLink-blue:active,
.button--btnLink-blue.active {
	font-weight: 700;
}

.button--btnLink-red:hover,
.button--btnLink-red:focus,
.button--btnLink-red:active,
.button--btnLink-red.active {
	font-weight: 700;
}

/* Themes */
.is-bris .button--default,
.button--default.is-bris {
	border-width: 0;
	color: #005ea7;
}

.is-bris .button--default:hover,
.is-bris .button--default:focus,
.is-bris .button--default:active,
.is-bris .button--default.active,
.button--default.is-bris:hover,
.button--default.is-bris:focus,
.button--default.is-bris:active,
.button--default.is-bris.active {
	background-color: #005ea7 !important;
	color: #fff !important;
}

 {
	border-width: 0;
	color: #71140f;
}

 {
	background-color: #71140f !important;
	color: #fff !important;
}

 {
	border-width: 0;
	color: #000;
}

 {
	background-color: #000 !important;
	color: #fff !important;
}

.button--primary {
	background-color: #000;
	border-color: #000;
	color: #fff;
	color: #fff;
}

.button--primary:hover {
	background-color: black;
	border-color: black;
	color: #fff;
}

.button--primary:focus,
.button--primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.button--primary.disabled,
.button--primary:disabled {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.button--primary:not(:disabled):not(.disabled):active,
.button--primary:not(:disabled):not(.disabled).active,
.show > .button--primary.dropdown-toggle {
	background-color: black;
	border-color: black;
	color: #fff;
}

.button--primary:not(:disabled):not(.disabled):active:focus,
.button--primary:not(:disabled):not(.disabled).active:focus,
.show > .button--primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.is-bris .button--primary,
.button--primary.is-bris {
	background-color: #005ea7;
	border-color: #005ea7;
	color: #fff;
}

.is-bris .button--primary:hover,
.button--primary.is-bris:hover {
	background-color: #004881;
	border-color: #004174;
	color: #fff;
}

.is-bris .button--primary:focus,
.is-bris .button--primary.focus,
.button--primary.is-bris:focus,
.button--primary.is-bris.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
}

.is-bris .button--primary.disabled,
.is-bris .button--primary:disabled,
.button--primary.is-bris.disabled,
.button--primary.is-bris:disabled {
	background-color: #005ea7;
	border-color: #005ea7;
	color: #fff;
}

.is-bris .button--primary:not(:disabled):not(.disabled):active,
.is-bris .button--primary:not(:disabled):not(.disabled).active,
.show > .is-bris .button--primary.dropdown-toggle,
.button--primary.is-bris:not(:disabled):not(.disabled):active,
.button--primary.is-bris:not(:disabled):not(.disabled).active,
.show > .button--primary.is-bris.dropdown-toggle {
	background-color: #004174;
	border-color: #003a67;
	color: #fff;
}

.is-bris .button--primary:not(:disabled):not(.disabled):active:focus,
.is-bris .button--primary:not(:disabled):not(.disabled).active:focus,
.show > .is-bris .button--primary.dropdown-toggle:focus,
.button--primary.is-bris:not(:disabled):not(.disabled):active:focus,
.button--primary.is-bris:not(:disabled):not(.disabled).active:focus,
.show > .button--primary.is-bris.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
}

.is-bris .button--primary.disabled,
.is-bris .button--primary:disabled,
.button--primary.is-bris.disabled,
.button--primary.is-bris:disabled {
	background-color: rgba(0, 94, 167, 0.75) !important;
	border-color: transparent !important;
}

 {
	background-color: #71140f;
	border-color: #71140f;
	color: #fff;
}

 {
	background-color: #4f0e0b;
	border-color: #440c09;
	color: #fff;
}

 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(113, 20, 15, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(113, 20, 15, 0.5);
}

 {
	background-color: #71140f;
	border-color: #71140f;
	color: #fff;
}

 {
	background-color: #440c09;
	border-color: #390a08;
	color: #fff;
}

 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(113, 20, 15, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(113, 20, 15, 0.5);
}

 {
	background-color: rgba(113, 20, 15, 0.75) !important;
	border-color: transparent !important;
}

 {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

 {
	background-color: black;
	border-color: black;
	color: #fff;
}

 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

 {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

 {
	background-color: black;
	border-color: black;
	color: #fff;
}

 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

 {
	background-color: rgba(0, 0, 0, 0.75) !important;
	border-color: transparent !important;
}

.is-bris .button--btnLink,
.button--btnLink.is-bris,
.is-bris .button--btnLink-primary,
.button--btnLink-primary.is-bris {
	background-color: transparent;
	border-color: transparent;
	color: #005ea7 !important;
	color: #fff;
}

.is-bris .button--btnLink:hover,
.button--btnLink.is-bris:hover,
.is-bris .button--btnLink-primary:hover,
.button--btnLink-primary.is-bris:hover {
	background-color: transparent;
	border-color: transparent;
	color: #fff;
}

.is-bris .button--btnLink:focus,
.is-bris .button--btnLink.focus,
.button--btnLink.is-bris:focus,
.button--btnLink.is-bris.focus,
.is-bris .button--btnLink-primary:focus,
.is-bris .button--btnLink-primary.focus,
.button--btnLink-primary.is-bris:focus,
.button--btnLink-primary.is-bris.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.is-bris .button--btnLink.disabled,
.is-bris .button--btnLink:disabled,
.button--btnLink.is-bris.disabled,
.button--btnLink.is-bris:disabled,
.is-bris .button--btnLink-primary.disabled,
.is-bris .button--btnLink-primary:disabled,
.button--btnLink-primary.is-bris.disabled,
.button--btnLink-primary.is-bris:disabled {
	background-color: transparent;
	border-color: transparent;
	color: #fff;
}

.is-bris .button--btnLink:not(:disabled):not(.disabled):active,
.is-bris .button--btnLink:not(:disabled):not(.disabled).active,
.show > .is-bris .button--btnLink.dropdown-toggle,
.button--btnLink.is-bris:not(:disabled):not(.disabled):active,
.button--btnLink.is-bris:not(:disabled):not(.disabled).active,
.show > .button--btnLink.is-bris.dropdown-toggle,
.is-bris .button--btnLink-primary:not(:disabled):not(.disabled):active,
.is-bris .button--btnLink-primary:not(:disabled):not(.disabled).active,
.show > .is-bris .button--btnLink-primary.dropdown-toggle,
.button--btnLink-primary.is-bris:not(:disabled):not(.disabled):active,
.button--btnLink-primary.is-bris:not(:disabled):not(.disabled).active,
.show > .button--btnLink-primary.is-bris.dropdown-toggle {
	background-color: transparent;
	border-color: transparent;
	color: #fff;
}

.is-bris .button--btnLink:not(:disabled):not(.disabled):active:focus,
.is-bris .button--btnLink:not(:disabled):not(.disabled).active:focus,
.show > .is-bris .button--btnLink.dropdown-toggle:focus,
.button--btnLink.is-bris:not(:disabled):not(.disabled):active:focus,
.button--btnLink.is-bris:not(:disabled):not(.disabled).active:focus,
.show > .button--btnLink.is-bris.dropdown-toggle:focus,
.is-bris .button--btnLink-primary:not(:disabled):not(.disabled):active:focus,
.is-bris .button--btnLink-primary:not(:disabled):not(.disabled).active:focus,
.show > .is-bris .button--btnLink-primary.dropdown-toggle:focus,
.button--btnLink-primary.is-bris:not(:disabled):not(.disabled):active:focus,
.button--btnLink-primary.is-bris:not(:disabled):not(.disabled).active:focus,
.show > .button--btnLink-primary.is-bris.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

 {
	background-color: transparent;
	border-color: transparent;
	color: #71140f !important;
	color: #fff;
}

 {
	background-color: transparent;
	border-color: transparent;
	color: #fff;
}

 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

 {
	background-color: transparent;
	border-color: transparent;
	color: #fff;
}

 {
	background-color: transparent;
	border-color: transparent;
	color: #fff;
}

 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

 {
	background-color: transparent;
	border-color: transparent;
	color: #000 !important;
	color: #fff;
}

 {
	background-color: transparent;
	border-color: transparent;
	color: #fff;
}

 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

 {
	background-color: transparent;
	border-color: transparent;
	color: #fff;
}

 {
	background-color: transparent;
	border-color: transparent;
	color: #fff;
}

 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.button--btnOutline-primary {
	background-color: transparent;
}

.is-bris .button--btnOutline-primary {
	color: #005ea7;
}

.is-bris .button--btnOutline-primary {
	border-color: #005ea7;
}

.button--btnOutlineTheme {
	border: 1px solid #000;
}

.is-bris .button--btnOutlineTheme,
.button--btnOutlineTheme.is-bris {
	border: 1px solid #005ea7;
	color: #005ea7 !important;
}

 {
	border: 1px solid #71140f;
	color: #71140f !important;
}

 {
	border: 1px solid #000;
	color: #000 !important;
}

.button--btnOutlineTheme:hover,
.button--btnOutlineTheme:focus,
.button--btnOutlineTheme:active,
.button--btnOutlineTheme.active {
	background-color: rgba(0, 0, 0, 0.05);
}

/* Themes */
@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

.introText-content {
	color: #000;
	font-size: 0.9375rem;
	padding: 1.5rem 0;
}

@media (min-width: 768px) {
	.introText-content {
		color: #000;
		font-size: 1.125rem;
		padding: 3.125rem 0;
	}
}

.introText-subTitle {
	color: #000;
	font-size: 0.75rem;
	font-weight: bold;
	margin-bottom: 0.75rem;
}

.introText-heading {
	color: #000;
	font-size: 1.125rem;
}

@media (min-width: 768px) {
	.introText-heading {
		color: #000;
		font-size: 1.875rem;
	}
}

.introText-summary {
	margin-top: 0.875rem;
}

.introText-buttons {
	margin-left: -0.75rem;
	margin-top: 0.625rem;
}

.text-center .introText-buttons {
	margin-left: 0;
}

.introText .button-btn {
	font-size: inherit;
}

/* States */
/* Themes */
@media (min-width: 768px) {
	.is-bris .introText-content {
		padding: 3.75rem 0.75rem 2.875rem;
	}
}

.is-bris .introText-subTitle {
	margin-bottom: 1.25rem;
}

.is-bris .introText-heading {
	padding-bottom: 0.25rem;
}

.is-bris .introText-summary {
	line-height: 1.875rem;
}

.is-bris .introText-summary {
	margin-top: 0.625rem;
}

.is-bris .introText-summary {
	color: #444;
}

.is-bris .introText-buttons {
	font-size: 0.9375rem;
}

.is-bris .introText-buttons {
	margin-top: 0;
}

.is-bris .introText-buttons .button-btn {
	text-decoration: none;
}

.is-bris .introText-buttons .button-btn:hover {
	text-decoration: underline;
}

.headerPromoBar {
	position: relative;
}

.headerPromoBar-column {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex: 1;
	-ms-flex: 1;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.5rem 0;
	position: relative;
}

.headerPromoBar-column:first-of-type {
	background-color: #000;
	color: #fff;
}

.headerPromoBar-column:last-of-type {
	background-color: #fff;
	color: #000;
}

.headerPromoBar-content {
	text-align: center;
}

.headerPromoBar-content p {
	margin-bottom: 0;
}

/* States */
.headerPromoBar:not(.headerPromoBar--twoColumn) {
	align-items: center;
	background-color: #fff;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	color: #000;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.5rem 0;
}

@media (max-width: 991.98px) {
	.headerPromoBar {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.headerPromoBar--twoColumn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.headerPromoBar-title {
	font-size: 2rem;
}

.headerPromoBar-subTitle {
	font-size: 0.9375rem;
}

.headerPromoBar-title,
.headerPromoBar-subTitle {
	color: inherit;
	font-weight: bold;
	margin: 0;
}

@media (max-width: 991.98px) {
	.headerPromoBar-title,
	.headerPromoBar-subTitle {
		font-size: 0.8125rem;
	}
}

/* Themes */
.is-bris .headerPromoBar.headerPromoBar--twoColumn {
	#005ea7: ;
}

.is-bris .headerPromoBar {
	#005ea7: ;
	color: #fff;
}

.is-bris .headerPromoBar {
	background-color: #0d426c;
}

@media (min-width: 768px) {
	.is-bris .headerPromoBar-title,
	.is-bris .headerPromoBar-subTitle {
		#005ea7: ;
		font-weight: normal;
	}

	 {
		#000: ;
		font-weight: normal;
	}

	 {
		#71140f: ;
		font-weight: normal;
	}
}

.headerPromoBar-title a,
.headerPromoBar-subTitle a {
	color: inherit;
}

.headerPromoBar-content {
	margin-top: 0.375rem;
}

.is-bris .headerPromoBar-content {
	color: #fff;
}

.is-bris .headerPromoBar-column {
	color: #fff;
}

.is-bris .headerPromoBar-column:first-of-type {
	background-color: #0d426c;
}

.is-bris .headerPromoBar-column:last-of-type {
	background-color: #005ea7;
}

.accordion-content {
	padding: 1.5rem 0;
}

@media (min-width: 768px) {
	.accordion-content {
		padding: 3.125rem 0;
	}
}

.accordion-title {
	border-top: 1px solid #000;
	color: #000;
	cursor: pointer;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 2.5rem;
	margin-bottom: 0;
	padding: 0;
	padding-right: 1.25rem;
	position: relative;
}

@media (min-width: 768px) {
	.accordion-title {
		color: #000;
		font-size: 1.125rem;
		font-weight: 700;
		padding: 0.4375rem 0;
	}
}

.accordion-title:before {
	content: '\e907';
	font-family: 'bris-icons';
	font-size: 0.6875rem;
	font-weight: normal;
	position: absolute;
	right: 2px;
}

@media (min-width: 768px) {
	.accordion-title:before {
		font-size: 0.8125rem;
		top: 0.3125rem;
	}
}

.accordion-title.collapsed:before {
	content: '\e904';
}

.accordion-body {
	color: #000;
	font-size: 0.8125rem;
	padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
	.accordion-body {
		color: #000;
		font-size: 0.9375rem;
		line-height: 1.5rem;
		padding-bottom: 0.75rem;
	}
}

/* States */
/* Themes */
.is-bris .accordion-title {
	border-color: #dadada;
	color: #005ea7;
}

.is-bris .accordion-body {
	color: #000;
}

.btn-play {
	align-items: center;
	background: #000;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: 1px;
	justify-content: center;
	min-width: 1px;
}

.btn-play--square:after {
	border-radius: 8px !important;
}

.btn-play:after {
	background: #000;
	border-radius: 100%;
	content: '';
	height: 60px;
	position: absolute;
	width: 60px;
}

.btn-play:not(.btn-play--rounded-corners):before {
	border-bottom: 20px solid transparent;
	border-left: 20px solid #fff;
	border-top: 20px solid transparent;
	content: '';
	height: 0;
	position: absolute;
	width: 20px;
	z-index: 2;
}

.btn-play .ic-play {
	background-color: #000;
	border-top-right-radius: 30%;
	display: inline-block;
	height: 15px;
	left: -3.75px;
	position: relative;
	top: -3.75px;
	-webkit-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
	transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
	width: 15px;
	z-index: 2;
}

.btn-play .ic-play:before,
.btn-play .ic-play:after {
	background-color: inherit;
	border-top-right-radius: 30%;
	content: '';
	height: 15px;
	position: absolute;
	width: 15px;
}

.btn-play .ic-play:before {
	-webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
	transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}

.btn-play .ic-play:after {
	-webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
	transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

@media (min-width: 768px) {
	.btn-play {
		align-items: center;
		background: #000;
		-webkit-box-align: center;
		-webkit-box-pack: center;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-align: center;
		-ms-flex-pack: center;
		height: 1px;
		justify-content: center;
		min-width: 1px;
	}

	.btn-play:after {
		background: #000;
		border-radius: 100%;
		content: '';
		height: 90px;
		position: absolute;
		width: 90px;
	}

	.btn-play:not(.btn-play--rounded-corners):before {
		border-bottom: 30px solid transparent;
		border-left: 30px solid #fff;
		border-top: 30px solid transparent;
		content: '';
		height: 0;
		position: absolute;
		width: 30px;
		z-index: 2;
	}

	.btn-play .ic-play {
		background-color: #000;
		border-top-right-radius: 30%;
		display: inline-block;
		height: 22px;
		left: -5.5px;
		position: relative;
		top: -5.5px;
		-webkit-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
		transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
		width: 22px;
		z-index: 2;
	}

	.btn-play .ic-play:before,
	.btn-play .ic-play:after {
		background-color: inherit;
		border-top-right-radius: 30%;
		content: '';
		height: 22px;
		position: absolute;
		width: 22px;
	}

	.btn-play .ic-play:before {
		-webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
		transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
	}

	.btn-play .ic-play:after {
		-webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
		transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
	}
}

.btn-play--white:after {
	background: #fff;
}

.btn-play--white:before {
	border-left-color: #000;
}

.videoFeature-videoPlay {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.videoFeature-content {
	min-height: 12.5rem;
}

@media (min-width: 768px) {
	.videoFeature-content {
		min-height: 22.5rem;
	}
}

.videoFeature-content--lightText .introText-heading,
.videoFeature-content--lightText .introText-summary,
.videoFeature-content--lightText .introText-subTitle,
.videoFeature-content--lightText .introText .button-btn {
	color: #fff;
}

.videoFeature-content .introText-heading {
	padding-bottom: 0;
}

@media (min-width: 768px) {
	.videoFeature-content .introText-heading {
		font-size: 1.5rem;
	}
}

.videoFeature-content .introText-summary,
.videoFeature-content .introText .button-btn {
	font-size: 0.75rem;
	line-height: normal;
}

.videoFeature-content .introText .button-btn {
	padding: 0;
}

.videoFeature-content .introText-content {
	padding-bottom: 0;
	padding-top: 0;
}

.videoFeature-content .introText-readmore {
	display: inline-block;
	margin-top: 0;
}

.videoFeature-content .introText-buttons {
	margin-left: 0;
}

@media (max-width: 991.98px) {
	.videoFeature-content .introText-subTitle {
		margin-bottom: 0.75rem !important;
	}
}

/* States */
.videoFeature {
	background-size: cover;
}

.videoFeature--left {
	background-position: left;
}

.videoFeature--left .videoFeature-intro {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.videoFeature--right {
	background-position: right;
}

.videoFeature--center {
	background-position: center;
}

.videoFeature--center .videoFeature-intro {
	-webkit-box-flex: 0;
	-webkit-box-ordinal-group: 3;
	-ms-flex: 0 auto;
	flex: 0 auto;
	-ms-flex-order: 2;
	order: 2;
}

.videoFeature--center .videoFeature-videoPlay {
	-webkit-box-flex: 0;
	-ms-flex: 0 auto;
	flex: 0 auto;
	min-height: 90px;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
}

.videoFeature--center .videoFeature-videoPlay .btn-play {
	left: auto;
	position: relative;
	top: auto;
	-webkit-transform: none;
	transform: none;
}

.videoFeature--center .videoFeature-desc {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

/* Themes */
@media (min-width: 992px) {
	.is-bris .videoFeature-content .introText-heading {
		font-size: 3rem;
	}
}

@media (min-width: 992px) {
	.is-bris .videoFeature-content .introText-summary {
		font-size: 1.5rem;
	}
}

.is-bris .videoFeature .btn-play--white:before {
	border-left-color: #005ea7;
}

.is-bris .videoFeature .btn-play .ic-play,
.is-bris .videoFeature .btn-play .ic-play:before,
.is-bris .videoFeature .btn-play .ic-play:after {
	background-color: #005ea7;
}

 {
	background-color: #000;
}

 {
	background-color: #71140f;
}

.productListing {
	position: relative;
}

/* States */
.productListing {
	margin-bottom: 0.625rem;
}

.productListing-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 0.625rem;
}

.productListing-label {
	align-items: center;
	background-color: #000;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 0.75rem;
	font-weight: 700;
	height: auto;
	justify-content: center;
	left: 0;
	line-height: 1em !important;
	padding: 0.375rem;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}

@media (min-width: 768px) {
	.is-bris .productListing-label {
		font-size: 0.6875rem;
	}
}

@media (max-width: 767.98px) {
	.productListing-label {
		font-size: 0.5625rem;
		padding: 0.25rem;
	}

	.is-bris .productListing-label {
		font-size: 0.5rem;
	}
}

.productListing-fav {
	color: #dcdcdc;
	font-size: 1.5rem;
	padding: 0.75rem;
	position: absolute;
	right: 0;
	top: 0;
}

.productListing-fav--active {
	color: #000;
}

@media (max-width: 991.98px) {
	.productListing-fav {
		font-size: 1.125rem;
		padding: 0.375rem;
	}
}

.productListing-title + .productListing-subTitle,
.productListing-price + .productListing-subTitle {
	margin-top: 0.3125rem;
}

@media (max-width: 991.98px) {
	.productListing-title + .productListing-subTitle,
	.productListing-price + .productListing-subTitle {
		margin-top: 0;
	}
}

.productListing-title {
	font-size: 0.9375rem;
	margin-bottom: 0.3125rem;
}

@media (max-width: 991.98px) {
	.productListing-title {
		font-size: 0.8125rem;
		margin-bottom: 0;
	}
}

.productListing-subTitle {
	font-size: 0.9375rem;
	margin-bottom: 0;
}

@media (max-width: 991.98px) {
	.productListing-subTitle {
		font-size: 0.8125rem;
	}
}

.productListing-price {
	margin-bottom: 0;
}

.productListing-price--normal {
	font-size: 0.9375rem;
}

@media (max-width: 991.98px) {
	.productListing-price--normal {
		font-size: 0.8125rem;
	}
}

.productListing-price--promo {
	font-size: 1.125rem;
}

@media (max-width: 991.98px) {
	.productListing-price--promo {
		font-size: 0.9375rem;
	}
}

.sideMenu {
	background-color: #fff;
	position: relative;
}

.sideMenu-clickableBlk {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}

/* States */
.sideMenu {
	font-size: 0.9375rem;
	padding: 1.875rem;
}

.sideMenu::after {
	clear: both;
	content: '';
	display: block;
}

@media (max-width: 991.98px) {
	.sideMenu {
		padding: 1.125rem;
	}
}

.sideMenu--centered {
	text-align: center;
}

.sideMenu-img {
	float: right;
	height: 32px;
	margin-left: 0.625rem;
}

.sideMenu--centered .sideMenu-img {
	float: none;
	margin-bottom: 1.5625rem;
	margin-left: 0;
}

@media (max-width: 991.98px) {
	.sideMenu-img {
		height: 24px;
	}
}

.sideMenu-title {
	color: inherit;
	font-size: 1.125rem;
	margin-bottom: 0.625rem;
}

.sideMenu .form-group:last-child {
	margin-bottom: 0;
}

/* Themes */
@media (min-width: 768px) {
}

/* States */
.propositionTile {
	background-color: #fff !important;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding: 1.5rem;
	position: relative;
	text-align: center;
}

.propositionTile--transparentBg {
	background-color: transparent;
}

.propositionTile-clickableBlk {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}

@media (max-width: 991.98px) {
	.propositionTile {
		padding: 1.25rem;
	}
}

.propositionTile--horizontal {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-ms-flex-align: center;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 1.25rem 2rem;
	position: relative;
	text-align: left;
}

@media (max-width: 991.98px) {
	.propositionTile--horizontal {
		padding: 1.25rem;
	}
}

.propositionTile--separator::after {
	background-color: #dcdcdc;
	bottom: 12px;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	top: 12px;
	width: 1px;
}

@media (max-width: 767.98px) {
	.propositionTile--separator::after {
		content: none;
	}
}

.propositionTile-img {
	align-self: center;
	-ms-flex-item-align: center;
	height: 36px;
	margin-bottom: 0.9375rem;
}

.propositionTile--horizontal .propositionTile-img {
	height: auto;
	margin-bottom: 0;
	margin-right: 2rem;
	width: 36px;
}

@media (max-width: 991.98px) {
	.propositionTile--horizontal .propositionTile-img {
		margin-right: 1.25rem;
	}
}

.propositionTile-text {
	margin-bottom: 0.9375rem;
}

.propositionTile--horizontal .propositionTile-text {
	margin-bottom: 0;
}

.propositionTile--horizontal .propositionTile-text .propositionTile-title:last-child,
.propositionTile--horizontal .propositionTile-text .propositionTile-subTitle:last-child {
	margin-bottom: 0;
}

.propositionTile-title:first-child,
.propositionTile-subTitle:first-child {
	margin-bottom: 0.3125rem;
}

.propositionTile-title {
	font-size: 1.5rem;
}

@media (max-width: 991.98px) {
	.propositionTile-title {
		font-size: 1.125rem;
	}
}

.propositionTile-subTitle {
	font-size: 1.125rem;
	font-weight: normal;
}

@media (max-width: 991.98px) {
	.propositionTile-subTitle {
		font-size: 0.9375rem;
	}
}

.propositionTile .button-btn {
	align-self: center;
	-ms-flex-item-align: center;
	margin-top: auto;
}

/* Theme */
@media (min-width: 768px) {
}

.fullWidthPromo {
	align-items: center;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	position: relative;
}

.fullWidthPromo-clickableBlk {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}

.fullWidthPromo-content {
	padding: 1.25rem 1.875rem 2.25rem;
}

.fullWidthPromo-category {
	font-size: 0.875rem;
}

.fullWidthPromo-title {
	line-height: 1.25;
}

/* States */
@media (max-width: 991.98px) {
	.fullWidthPromo .text-mobile-right {
		text-align: right;
	}

	.fullWidthPromo .text-mobile-center {
		text-align: center;
	}
}

.fullWidthPromo-description {
	font-size: 0.9375rem;
	margin-bottom: 0.3125rem;
}

.fullWidthPromo-description--bold {
	font-size: 1.125rem;
	font-weight: bold;
}

.fullWidthPromo-description + button {
	margin-top: 1rem;
}

.fullWidthPromo-readMoreLink {
	font-size: 0.75rem;
	text-decoration: underline;
}

.fullWidthPromo-readMoreLink:hover,
.fullWidthPromo-readMoreLink:focus,
.fullWidthPromo-readMoreLink:active,
.fullWidthPromo-readMoreLink.active {
	text-decoration: none;
}

.fullWidthPromo-introText {
	font-size: 0.75rem;
	font-weight: 700;
	margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
	.fullWidthPromo-introText {
		margin-bottom: 1.125rem;
	}
}

/* Themes */
.is-bris .fullWidthPromo-content {
	background-color: #fff;
}

@media (min-width: 992px) {
	.is-bris .fullWidthPromo-title {
		font-size: 2.25rem;
	}
}

@media (min-width: 992px) {
	.is-bris .fullWidthPromo-description {
		font-size: 1.125rem;
	}
}

@media (min-width: 992px) {
	.is-bris .fullWidthPromo-description--bold {
		font-size: 1.5rem;
	}
}

.is-bris .fullWidthPromo-description--bold {
	color: #db0000;
}

.promoContainer-content {
	padding: 1.875rem 0;
}

@media (min-width: 768px) {
	.promoContainer-content {
		padding: 3.75rem 0;
	}
}

.promoContainer-label {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
	.promoContainer-label {
		margin-bottom: 0.75rem;
	}
}

.promoContainer-title {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
	.promoContainer-title {
		color: #000;
		font-size: 1.875rem;
		font-weight: 700;
		margin-bottom: 0.875rem;
	}
}

.promoContainer-introText {
	color: #000;
	font-size: 0.9375rem;
}

@media (min-width: 768px) {
	.promoContainer-introText {
		color: #000;
		font-size: 1.125rem;
		margin-bottom: 0.9375rem;
	}
}

.promoContainer-btn-group {
	margin-top: 0;
}

@media (min-width: 768px) {
	.promoContainer-btn-group {
		margin-top: 1.875rem;
	}
}

.promoContainer-btn {
	margin-top: 1.125rem;
}

.promoContainer-buttonLine {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.promoContainer-buttonLine button {
	max-width: 50%;
	width: 100%;
}

.promoContainer-item {
	margin: 0.9375rem 0;
}

@media (min-width: 768px) {
	.promoContainer-item {
		margin: 1.5625rem 0;
	}
}

@media (max-width: 767.98px) {
	.promoContainer-item {
		margin-bottom: 1rem;
	}
}

.promoContainer-item_default .promoContainer-item_caption {
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	position: absolute;
	width: 100%;
}

.promoContainer-item_caption {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 1rem 1.125rem;
}

@media (min-width: 768px) {
	.promoContainer-item_caption {
		color: #000;
		font-size: 1.5rem;
		font-weight: 700;
	}
}

.promoContainer-item_caption.text-white {
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.promoContainer-item_inner {
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	padding: 1.125rem 0.75rem;
	position: absolute;
	width: 100%;
}

.promoContainer-item_inner > div[class^='col'] {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.promoContainer-item_inner > div[class^='col'] .promoContainer-button {
	margin-top: auto;
}

.promoContainer-item_inner .promoContainer-button {
	align-self: center;
	-webkit-box-pack: center;
	-ms-flex-item-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.promoContainer-item_inner .promoContainer-buttonBlock {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.promoContainer-item_inner .promoContainer-buttonBlock .button-btn {
	align-self: center;
	-ms-flex-item-align: center;
}

.promoContainer-item_inner .promoContainer-buttonBlock .button-btn + .button-btn {
	margin-left: 0;
	margin-top: 0.625rem;
}

.promoContainer-item_inner .promoContainer-item_caption {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-flex: 1;
	-webkit-box-pack: center;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 0;
}

.promoContainer-item .button-btn + .button-btn {
	margin-left: 0.75rem;
}

/* States */
/* Themes */
@media (min-width: 768px) {
	.is-bris .promoContainer-content {
		padding: 3.25rem 0;
	}
}

@media (min-width: 768px) {
	.is-bris .promoContainer-label {
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 768px) {
	.is-bris .promoContainer-title {
		#005ea7: ;
		margin-bottom: 1.375rem;
	}
}

.is-bris .promoContainer-introText {
	color: #444;
}

@media (min-width: 768px) {
	.is-bris .promoContainer-introText {
		#005ea7: ;
		margin-bottom: 1.875rem;
	}
}

.is-bris .promoContainer-thumbImg {
	#005ea7: ;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 22.5rem;
}

@media (min-width: 768px) {
	.is-bris .promoContainer-item_inner {
		padding: 1.5rem 0.75rem;
	}
}

@media (min-width: 768px) {
	.is-bris .promoContainer-item_caption {
		#005ea7: ;
		font-size: 1.875rem;
	}
}

@media (min-width: 768px) {
	.is-bris .promoContainer-btn-group {
		#005ea7: ;
		margin-top: 2.1875rem;
	}
}

@media (min-width: 768px) {
}

.siteHeader {
	background-color: #fff;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 999 !important;
}

@media (max-width: 1199.98px) {
	.siteHeader .dropdown-cate-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-left: 1.875rem;
	}
}

.siteHeader .main-menu-wrapper {
	height: 100%;
}

@media (max-width: 1199.98px) {
	.siteHeader .main-menu-wrapper {
		align-items: center;
		-webkit-box-align: center;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-align: center;
	}
}

.siteHeader .main-menu-wrapper .flex-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.siteHeader .main-menu-wrapper .nav-link {
	display: none;
}

@media (max-width: 767.98px) {
	.siteHeader .main-menu-wrapper .nav-link {
		display: block;
	}
}

@media (min-width: 992px) {
	.siteHeader .main-menu-wrapper .md-hidden {
		display: none !important;
	}
}

.siteHeader .main-menu-wrapper .dropdown-toggle {
	width: 50px;
}

.siteHeader .dropdown-megamenu .dropdown-menu {
	left: auto;
	padding: 0;
	width: auto;
}

@media (max-width: 1199.98px) {
	.siteHeader .open > .dropdown-toggle:after {
		content: '\e907';
	}

	.siteHeader .dropdown .dropdown .accordion-group,
	.siteHeader .dropdown .dropdown .dropdown-toggle {
		padding-left: 1.875rem;
	}
}

.siteHeader .navbar-toggler:hover,
.siteHeader .navbar-toggler:focus,
.siteHeader .navbar-toggler:active,
.siteHeader .navbar-toggler.active {
	outline: 0;
}

.siteHeader-modal {
	align-items: center;
	border: 2px solid #f0f0f0;
	border-radius: 30px;
	-webkit-box-align: center;
	cursor: pointer;
	display: none;
	-ms-flex-align: center;
	height: 50px;
	padding: 12px 18px;
	width: 200px;
}

.siteHeader-modal img {
	height: auto;
	width: 24px;
}

.siteHeader-modal .siteHeader-modalDetail {
	color: #707070;
	font-size: 0.625rem;
	line-height: 12px;
	margin-left: 10px;
	text-align: left;
}

.siteHeader-modal .siteHeader-modalDetail .selected-val {
	font-size: 0.875rem;
	height: 16px;
	line-height: 16px;
}

.is-bris .siteHeader-modal .siteHeader-modalDetail .selected-val {
	color: #000;
}

@media (max-width: 767.98px) {
	.siteHeader-modal {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		height: 30px;
		justify-content: center;
	}
}

@media (max-width: 991.98px) {
	.siteHeader-modal {
		height: 36px;
		padding: 0 9px;
		width: auto;
	}

	.siteHeader-modal img.small {
		width: 18px;
	}

	.siteHeader-modal .siteHeader-modalDetail {
		font-size: 0.6875rem;
		line-height: 17px;
	}

	.siteHeader-modal .siteHeader-modalDetail.selected .title {
		display: none;
	}

	.siteHeader-modal .siteHeader-modalDetail .selected-val {
		font-size: 0.75rem;
		height: unset;
	}
}

.new-pdp .siteHeader-region {
	display: none;
}

.new-pdp .siteHeader-iconWrap.siteHeader-regionIcon {
	display: inline-block;
}

.new-pdp .siteHeader-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.new-pdp .siteHeader-cartInfoWrapper {
	margin-top: 0;
}

/* States */
@media (min-width: 992px) {
	.siteHeader .main-menu-wrapper .md-hidden {
		display: none !important;
	}
}

.siteHeader-topLinks {
	display: none;
	font-size: 0.8125rem;
	line-height: 1.125rem;
	margin-bottom: 0.75rem;
	text-align: right;
}

@media (min-width: 992px) {
	.siteHeader-topLinks {
		border-bottom: 1px solid #dadada;
		display: block;
		margin-bottom: 0;
		padding: 0.375rem 0;
	}
}

.siteHeader-topLinks .siteHeader-link {
	padding-left: 0.75rem;
}

.siteHeader-topLinks .siteHeader-link:first-of-type {
	padding-left: 0;
}

@media (min-width: 992px) {
	.siteHeader-topLinks .siteHeader-link {
		margin-left: 1.5rem;
		padding-left: 0;
	}

	.siteHeader-topLinks .siteHeader-link:first-of-type {
		margin-left: 0;
		padding-left: 0;
	}
}

.siteHeader-innerWrapper {
	position: relative;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	z-index: 1111;
}

@media (min-width: 992px) {
	.siteHeader-innerWrapper {
		padding: 2.1875rem 0;
	}
}

.siteHeader-siteLogo {
	margin: 0.75rem 0;
	max-height: 2.8125rem;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

@media (min-width: 992px) {
	.siteHeader-siteLogo {
		margin: 0;
		max-height: 4.875rem;
	}
}

@media (max-width: 991.98px) {
	.siteHeader-siteLogo {
		height: 2.8125rem;
	}
}

.siteHeader-searchWrapper {
	margin-bottom: 0.75rem;
	position: relative;
}

@media (min-width: 992px) {
	.siteHeader-searchWrapper {
		margin-bottom: 0;
	}
}

.siteHeader-searchWrapper .siteHeader-iconSearch {
	font-size: 0.75rem;
	left: 0.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 992px) {
	.siteHeader-searchWrapper .siteHeader-iconSearch {
		font-size: 1.25rem;
		left: 1.0625rem;
	}
}

.siteHeader-cartInfoWrapper {
	display: none;
	font-size: 0;
	text-align: right;
}

.siteHeader-cartInfoWrapper .header-label {
	display: none;
}

@media (max-width: 991.98px) {
	.siteHeader-cartInfoWrapper.show-icon-toggle .header-label {
		display: block;
		margin-left: 16px;
	}

	.siteHeader-cartInfoWrapper.show-icon-toggle .header-label .siteHeader-modal {
		border: none;
		padding: 0;
	}

	.siteHeader-cartInfoWrapper.show-icon-toggle .header-label .siteHeader-modal .siteHeader-modalDetail {
		display: none;
	}
}

@media (min-width: 768px) {
	.siteHeader-cartInfoWrapper .header-label {
		display: block;
		margin-left: 16px;
	}
}

@media (min-width: 992px) {
	.siteHeader-cartInfoWrapper {
		-webkit-box-pack: end;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-left: 0;
	}
}

.siteHeader-cartInfoWrapper .cart-link {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.siteHeader-cartInfoWrapper .regionStoreSelector {
	font-size: 0.9375rem;
	margin-right: 0.5rem;
	width: 100%;
}

.siteHeader-iconWrap {
	display: inline-block;
	margin-left: 1rem;
	position: relative;
}

.siteHeader-iconWrap.siteHeader-regionIcon {
	display: none;
}

@media (min-width: 992px) {
	.siteHeader-iconWrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 35px;
		flex: 0 0 35px;
		margin-left: 0.625rem;
		margin-top: 0.625rem;
	}
}

.siteHeader-cartIcon {
	display: inline-block;
	font-size: 1.5rem;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

@media (min-width: 992px) {
	.siteHeader-cartIcon {
		margin-right: -0.5rem;
	}
}

.siteHeader-cartIcon.is-empty {
	margin-right: 0;
	right: 16px;
}

.siteHeader-cartCount {
	background-color: #000;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 0.6875rem;
	font-weight: 700;
	height: 1.125rem;
	line-height: 1.125rem;
	margin-left: 0.3125rem;
	position: absolute;
	right: -10px;
	text-align: center;
	top: -6px;
	vertical-align: top;
	width: 1.125rem;
}

.siteHeader-cartCount:empty {
	display: none;
}

@media (min-width: 992px) {
	.siteHeader-cartCount {
		margin-left: 0;
		margin-top: -0.1875rem;
		position: static;
	}
}

.siteHeader-subTotal {
	display: none;
	font-size: 1rem;
	margin-left: 0.3125rem;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	vertical-align: top;
}

.siteHeader-viewBag {
	background-color: transparent !important;
	border-width: 0 !important;
	display: inline-block;
	font-size: 0;
	height: 100%;
	position: absolute;
	right: 1rem;
	top: 0;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	vertical-align: top;
	width: 2.5rem;
}

.siteHeader .navbar-nav {
	display: block;
	width: 100%;
}

.siteHeader .navbar-nav .dropdown-cate {
	border-top: none;
	font-weight: bold;
}

.siteHeader .navbar-nav .nav-item {
	border-top: 1px solid #dadada;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

@media (min-width: 992px) {
	.siteHeader .navbar-nav .nav-item {
		border-width: 0;
		margin: 0;
	}
}

.siteHeader .navbar-nav .nav-item .nav-link {
	display: block;
	height: 100%;
	line-height: 1.125rem;
	padding: 1rem 0;
	text-align: left;
}

@media (min-width: 992px) {
	.siteHeader .navbar-nav .nav-item .nav-link {
		border-left: 1px solid #dadada;
		padding: 0.75rem 1rem;
	}
}

.siteHeader .navbar-nav .nav-item:first-of-type .nav-link {
	border-width: 0;
}

@media (min-width: 992px) {
	.siteHeader .navbar-nav .nav-item:first-of-type .nav-link {
		border-width: 1px;
	}
}

@media (min-width: 992px) {
	.siteHeader .navbar-nav .nav-item:last-of-type {
		border-right: 1px solid #dadada;
	}
}

@media (min-width: 992px) {
	.siteHeader .navbar-nav {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.siteHeader .nav-item {
	font-size: 1rem;
	position: relative;
}

@media (min-width: 992px) {
	.siteHeader .nav-item {
		display: inline-block;
		max-width: 7.1875rem;
	}
}

@media (min-width: 992px) {
	.siteHeader .nav-item.is-megaDropdown {
		position: static;
	}

	.siteHeader .nav-item.is-megaDropdown .row {
		-webkit-column-count: 4;
		column-count: 4;
		display: block;
	}

	.siteHeader .nav-item.is-megaDropdown .row .col-lg-3,
	.siteHeader .nav-item.is-megaDropdown .row .productListingBlock-columnLeft,
	.siteHeader .nav-item.is-megaDropdown .row .productListingBundles-columnLeft {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		max-width: 100%;
	}

	.siteHeader .nav-item.is-megaDropdown .row .col-lg-3 .dropdown-item,
	.siteHeader .nav-item.is-megaDropdown .row .productListingBlock-columnLeft .dropdown-item,
	.siteHeader .nav-item.is-megaDropdown .row .productListingBundles-columnLeft .dropdown-item {
		border: none;
		break-inside: avoid;
		-webkit-column-break-inside: avoid;
	}
}

@media (min-width: 992px) {
	.siteHeader .nav-item.is-megaDropdown .dropdown-menu {
		left: 0;
		right: 0;
	}
}

@media (max-width: 1199.98px) {
	.siteHeader .nav-item.is-megaDropdown .container {
		padding: 0;
	}
}

@media (max-width: 1199.98px) {
	.siteHeader .nav-item.show .dropdown-toggle[aria-expanded="true"] {
		padding-bottom: 6px;
	}

	.siteHeader .nav-item.show .dropdown-toggle::after {
		top: 75%;
	}
}

@media (min-width: 992px) {
	.siteHeader .dropdown-toggle::after {
		display: none;
	}
}

.siteHeader-searchField {
	background-color: #f6f6f6;
	border: 1px solid #dcdcdc;
	border-radius: 0;
	color: #000;
	font-size: 0.8125rem;
	height: 1.875rem;
	line-height: 30px;
	padding: 0;
	padding-right: 0.75rem;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

@media (min-width: 992px) {
	.siteHeader-searchField {
		color: #000;
		font-size: 1.5rem;
		height: 3.125rem;
		line-height: 50px;
	}
}

.siteHeader-searchField.has-left-icon {
	padding-left: 1.875rem;
}

@media (min-width: 992px) {
	.siteHeader-searchField.has-left-icon {
		padding-left: 3.3125rem;
	}
}

.siteHeader-searchField::-webkit-input-placeholder {
	color: #b0b0b0;
	font-weight: normal;
}

.siteHeader-searchField::-moz-placeholder {
	color: #b0b0b0;
	font-weight: normal;
}

.siteHeader-searchField:-ms-input-placeholder {
	color: #b0b0b0;
	font-weight: normal;
}

.siteHeader-searchField:-moz-placeholder {
	color: #b0b0b0;
	font-weight: normal;
}

.siteHeader-logoCol {
	position: relative;
}

@media (min-width: 992px) {
	.siteHeader-logoCol {
		position: static;
	}
}

.siteHeader-logoCol .siteHeader-cartInfoWrapper {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: end;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: end;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 100%;
	justify-content: flex-end;
	padding-right: 0.625rem;
	padding-top: 0;
	position: absolute;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
}

@media (min-width: 992px) {
	.siteHeader-logoCol .siteHeader-cartInfoWrapper {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.siteHeader-logoCol a {
		text-align: center;
	}
}

.siteHeader .navbar-toggler {
	left: 16px;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 101;
}

.siteHeader .navbar-toggler span {
	background-color: #000;
	display: block;
	height: 2px;
	left: 0;
	margin-bottom: 0.25rem;
	margin-top: 0.25rem;
	opacity: 1;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	width: 25px;
}

.siteHeader .navbar-toggler span:nth-child(1),
.siteHeader .navbar-toggler span:nth-child(3) {
	-webkit-transition: -webkit-transform 0.35s ease-in-out;
	transition: -webkit-transform 0.35s ease-in-out;
	transition: transform 0.35s ease-in-out;
	transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

@media (min-width: 992px) {
	.siteHeader .navbar-toggler {
		display: none;
	}
}

.siteHeader-navLinks {
	position: relative;
}

@media (min-width: 992px) {
	.siteHeader-navLinks {
		display: block !important;
	}

	.siteHeader-navLinks.show {
		border-top: none;
	}
}

.siteHeader-navLinks.show,
.siteHeader-navLinks.collapsing {
	border-top: 1px solid #dadada;
	display: block;
	padding-top: 1rem;
}

@media (min-width: 992px) {
	.siteHeader .navbar {
		position: static;
	}
}

.siteHeader-cartStyle {
	margin-top: 0 !important;
}

.siteHeader-cartStyle .siteHeader-viewBag {
	border: none;
	font-size: 0.875rem;
	font-weight: bold;
	margin-top: 0.3125rem;
	min-width: 110px;
	padding: 0.125rem 0.3125rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.siteHeader-cartStyle .siteHeader-cartCount {
	background: none;
	border-radius: 0;
	color: #000;
	line-height: normal;
	line-height: 0.9375rem;
	margin-left: 0;
	top: 0;
	width: auto;
}

.siteHeader-cartStyle .siteHeader-cartCount-wrapper {
	display: inline-block;
	font-size: 0.6875rem;
	font-weight: bold;
	position: relative;
	top: 0.25rem;
}

.siteHeader-searchMobile.hide {
	display: none;
}

.siteHeader.sticky {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.siteHeader.sticky .siteHeader-promoBar,
.siteHeader.sticky .siteHeader-proposition {
	display: none;
}

.siteHeader.sticky .siteHeader-innerWrapper {
	padding: 0;
}

@media (min-width: 992px) {
	.siteHeader.sticky .siteHeader-topLinks {
		display: none;
	}

	.siteHeader.sticky .siteHeader-siteLogo {
		max-height: 3rem !important;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		width: auto;
	}

	.is-bris .siteHeader.sticky .siteHeader-siteLogo {
		min-width: 7.5rem;
	}

	.siteHeader.sticky .siteHeader-innerWrapper {
		padding: 0.625rem 0;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}

	.siteHeader.sticky .siteHeader-searchWrapper {
		margin-top: 0 !important;
	}

	.siteHeader.sticky .siteHeader-logoRow {
		align-items: center;
		-webkit-box-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
	}

	.siteHeader.sticky .siteHeader-searchField {
		color: #000;
		color: #000;
		font-size: 0.875rem;
		font-size: 0.75rem;
		height: 2.375rem;
		line-height: 38px;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}

	.siteHeader.sticky .siteHeader-searchField.has-left-icon {
		padding-left: 2.5rem;
	}

	.siteHeader.sticky .siteHeader-iconSearch {
		font-size: 0.875rem;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}

	.siteHeader.sticky .siteHeader-cartInfoWrapper {
		margin-top: 0.4375rem !important;
		padding-top: 0.25rem;
	}

	.siteHeader.sticky .siteHeader-cartIcon {
		font-size: 1.5rem;
		margin-right: -0.5rem;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}

	.siteHeader.sticky .siteHeader-cartIcon.is-empty {
		margin-right: 0;
	}

	.siteHeader.sticky .siteHeader-cartCount {
		margin-left: 0;
		margin-top: -0.5rem;
	}

	.siteHeader.sticky .siteHeader-subTotal {
		font-size: 0;
		position: absolute;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}

	.siteHeader.sticky .siteHeader-viewBag {
		background-color: transparent !important;
		border-width: 0;
		font-size: 0;
		height: 100%;
		position: absolute;
		right: 1rem;
		top: 0;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		width: 2.5rem;
	}

	.siteHeader.sticky .megaMenu .menuItem > a {
		padding-bottom: 0.625rem;
		padding-top: 0.625rem;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
}

/* Themes */

@media (max-width: 767.98px) {
	.is-bris .siteHeader-logoCol > a {
		-webkit-box-flex: unset !important;
		-ms-flex: unset !important;
		flex: unset !important;
	}
}

.siteHeader .navbar-nav .nav-item .dropdown-cate {
	border-top: 1px solid #dadada !important;
}

@media (max-width: 991.98px) {
	.siteHeader .navbar-nav .nav-item:after {
		bottom: -1px;
		content: '';
		height: calc(100% + 2px);
		left: -50%;
		position: absolute;
		top: -1px;
		width: 200%;
	}

	.is-bris .siteHeader .navbar-nav .nav-item:hover:after,
	.is-bris .siteHeader .navbar-nav .nav-item.show:after {
		background-color: #eff4f5;
		border-bottom: 1px solid #dadada;
		border-top: 1px solid #dadada;
	}

	 {
		background-color: #e5e5e5;
		border-bottom: 1px solid #dadada;
		border-top: 1px solid #dadada;
	}

	 {
		background-color: #efeee1;
		border-bottom: 1px solid #dadada;
		border-top: 1px solid #dadada;
	}

	.siteHeader .navbar-nav .nav-item .dropdown-menu,
	.siteHeader .navbar-nav .nav-item .nav-link {
		position: relative;
		z-index: 1;
	}

	.siteHeader .navbar-nav .nav-item .dropdown-cate {
		border-top: none !important;
		font-size: 1rem;
	}

	.siteHeader .navbar-nav .nav-item .dropdown-menu {
		padding: 0;
	}
}

@media (max-width: 991.98px) {
	.siteHeader .navbar-nav .nav-item .nav-link:not(.megamenu-brand-letter) {
		background-color: transparent !important;
		font-weight: bold;
		text-align: left;
	}
}

@media (min-width: 992px) {
}

.is-bris .siteHeader .navbar-nav .nav-item .nav-link:not(.megamenu-brand-letter) {
	color: #005ea7;
	font-weight: bold;
}

.is-bris .siteHeader .navbar-nav .nav-item .nav-link:not(.megamenu-brand-letter).active,
.is-bris .siteHeader .navbar-nav .nav-item .nav-link:not(.megamenu-brand-letter):hover {
	background-color: transparent !important;
	color: #db0000;
	text-decoration: none;
}

 {
	background-color: transparent !important;
	color: #db0000;
	text-decoration: none;
}

 {
	background-color: transparent !important;
	color: #db0000;
	text-decoration: none;
}

@media (min-width: 992px) {
}

@media (min-width: 992px) {
	.is-bris .siteHeader .navbar-nav .nav-item .nav-link:not(.megamenu-brand-letter) {
		font-size: 0.9375rem;
		padding: 0.625rem 0.5rem;
	}
}

@media (max-width: 991.98px) {
	.is-bris .siteHeader .navbar-nav .nav-item .nav-link:not(.megamenu-brand-letter) {
		font-size: 1.125rem;
	}
}

.is-bris .siteHeader-topLinks .siteHeader-link {
	color: #005ea7;
	font-weight: bold;
}

.is-bris .siteHeader-viewBag {
	color: #005ea7;
	font-weight: bold;
}

.is-bris .siteHeader-subTotal {
	font-weight: bold;
}

.is-bris .siteHeader-cartCount {
	background-color: #ffca04;
	color: #000;
}

@media (min-width: 992px) {
	 {
		margin-top: 1.25rem;
	}
}

@media (min-width: 992px) {
	 {
		margin-top: 1.25rem;
	}
}

@media (max-width: 991.98px) {
}

@media (min-width: 992px) {
	.is-bris .siteHeader-siteLogo {
		min-width: 11.25rem;
	}
}

@media (min-width: 992px) {
	.is-bris .siteHeader-searchField {
		line-height: 3.125rem;
	}
}

/* Sticky header */
@media (max-width: 575.98px) {
	.siteHeader.has-region .siteHeader-cartInfoWrapper {
		padding: 0;
	}
}

@media (max-width: 991.98px) {
	.siteHeader.has-region .siteHeader-innerWrapper {
		padding-top: 0;
	}

	.siteHeader.has-region .siteHeader-cartInfoWrapper {
		-webkit-box-ordinal-group: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-order: 0;
		order: 0;
	}

	.siteHeader.has-region .siteHeader-cartInfoWrapper .regionStoreSelector {
		margin-right: 0;
	}

	.siteHeader.has-region .siteHeader-cartInfoWrapper .regionStoreSelector ~ .siteHeader-iconWrap {
		display: none;
	}

	.siteHeader.has-region .siteHeader-additional {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.siteHeader.has-region .siteHeader-logoCol {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.siteHeader.has-region .siteHeader-searchMobile {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.is-bris .siteHeader.has-region .siteHeader-innerWrapper .siteHeader-cartInfoWrapper {
	margin-top: 7px;
}

@media (min-width: 992px) {
	.is-bris .siteHeader.has-region .siteHeader-innerWrapper .siteHeader-cartInfoWrapper {
		max-width: 380px;
	}
}

.siteHeader-topPromotionBar {
	display: none;
}

.siteHeader-account {
	display: none;
}

.siteHeader.mobile-menu-2022 .siteHeader-additional {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 5px;
}

.siteHeader.mobile-menu-2022 .siteHeader-additional .header-label {
	width: calc(50% - 8px);
}

@media (min-width: 768px) {
	.siteHeader.mobile-menu-2022 .siteHeader-additional {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.siteHeader.mobile-menu-2022 .navbar-toggler span {
		width: 18px;
	}

	.siteHeader.mobile-menu-2022 .navbar-toggler.active {
		background-image: url('/Static/assets/css/svgs/icon-close.svg');
		background-repeat: no-repeat;
		height: 18px;
		width: 18px;
	}

	.siteHeader.mobile-menu-2022 .navbar-toggler.active span {
		display: none;
	}

	.siteHeader.mobile-menu-2022 .siteHeader-topPromotionBar {
		border-bottom: 1px solid #fff;
		color: #fff;
		display: block;
		font-size: 0.75rem;
		height: 33px;
		line-height: 33px;
		text-align: center;
		width: 100%;
	}

	.siteHeader.mobile-menu-2022 .siteHeader-topPromotionBar p {
		margin: 0;
	}

	.siteHeader.mobile-menu-2022 .siteHeader-topPromotionBar p a {
		color: inherit;
		text-decoration: underline;
	}

	.siteHeader.mobile-menu-2022 .siteHeader-logoCol {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.siteHeader.mobile-menu-2022 .siteHeader-logoCol > a {
		margin-left: 34px;
	}

	.siteHeader.mobile-menu-2022 .siteHeader-logoCol > a img {
		height: 36px;
		margin: 16px 0;
		width: auto;
	}

	.siteHeader.mobile-menu-2022 .siteHeader-account {
		display: block;
	}

	.siteHeader.mobile-menu-2022 .siteHeader-cartIcon.icon-cart::before,
	.siteHeader.mobile-menu-2022 .siteHeader-cartIcon.icon-cart-2::before,
	.siteHeader.mobile-menu-2022 .siteHeader-cartIcon.icon-heart::before,
	.siteHeader.mobile-menu-2022 .siteHeader-cartIcon.icon-account::before,
	.siteHeader.mobile-menu-2022 .siteHeader-cartIcon.icon-region::before {
		background-color: #000;
		content: ' ';
		display: block;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
	}

	.siteHeader.mobile-menu-2022 .siteHeader-cartIcon.icon-cart,
	.siteHeader.mobile-menu-2022 .siteHeader-cartIcon.icon-cart-2 {
		height: 20px;
		width: 17px;
	}

	.siteHeader.mobile-menu-2022 .siteHeader-cartIcon.icon-cart::before,
	.siteHeader.mobile-menu-2022 .siteHeader-cartIcon.icon-cart-2::before {
		height: 20px;
		-webkit-mask-image: url('/Static/assets/css/svgs/icon-bag.svg');
		mask-image: url('/Static/assets/css/svgs/icon-bag.svg');
		width: 17px;
	}

	.siteHeader.mobile-menu-2022 .siteHeader-cartIcon.icon-heart {
		height: 18px;
		width: 21px;
	}

	.siteHeader.mobile-menu-2022 .siteHeader-cartIcon.icon-heart::before {
		height: 18px;
		-webkit-mask-image: url('/Static/assets/css/svgs/icon-wishlist.svg');
		mask-image: url('/Static/assets/css/svgs/icon-wishlist.svg');
		width: 21px;
	}

	.siteHeader.mobile-menu-2022 .siteHeader-cartIcon.icon-account {
		height: 21px;
		width: 21px;
	}

	.siteHeader.mobile-menu-2022 .siteHeader-cartIcon.icon-account::before {
		height: 21px;
		-webkit-mask-image: url('/Static/assets/css/svgs/icon-account.svg');
		mask-image: url('/Static/assets/css/svgs/icon-account.svg');
		width: 21px;
	}

	.siteHeader.mobile-menu-2022 .siteHeader-cartIcon.icon-region {
		cursor: pointer;
		height: 21px;
		width: 21px;
	}

	.siteHeader.mobile-menu-2022 .siteHeader-cartIcon.icon-region::before {
		height: 21px;
		-webkit-mask-image: url('/Static/assets/css/svgs/icon-region.svg');
		mask-image: url('/Static/assets/css/svgs/icon-region.svg');
		-webkit-mask-size: contain;
		mask-size: contain;
		width: 21px;
	}

	.siteHeader.mobile-menu-2022 .siteHeader-cartIcon.has-icon-image {
		height: 21px;
		width: 21px;
	}

	.siteHeader.mobile-menu-2022 .siteHeader-cartIcon.has-icon-image::before {
		content: none !important;
	}

	.siteHeader.mobile-menu-2022 .siteHeader-cartIcon.has-icon-image img {
		height: 21px;
		vertical-align: top;
		width: 21px;
	}
}

/* Themes */
@media (max-width: 991.98px) {
	.siteHeader.mobile-menu-2022 .siteHeader-innerWrapper .container {
		max-width: unset;
	}

	.is-bris .siteHeader.mobile-menu-2022 .siteHeader-topPromotionBar {
		background-color: #035ea7;
	}

	.is-bris .siteHeader.mobile-menu-2022 .siteHeader-logoCol > a {
		padding-left: 0;
	}

	.is-bris .siteHeader.mobile-menu-2022 .siteHeader-cartIcon.icon-heart::before,
	.is-bris .siteHeader.mobile-menu-2022 .siteHeader-cartIcon.icon-account::before,
	.is-bris .siteHeader.mobile-menu-2022 .siteHeader-cartIcon.icon-region::before {
		background-color: #4b4b4b;
	}

	.is-bris .siteHeader.mobile-menu-2022 .siteHeader-cartIcon.icon-cart {
		height: auto;
		width: auto;
	}

	.is-bris .siteHeader.mobile-menu-2022 .siteHeader-cartIcon.icon-cart::before {
		background-color: transparent;
		content: '\e902';
		height: auto;
		-webkit-mask-image: none;
		mask-image: none;
		width: auto;
	}

	.is-bris .siteHeader.mobile-menu-2022 .siteHeader-innerWrapper .siteHeader-cartInfoWrapper {
		margin-top: 0;
	}
}

/* ACCOUNT EXPAND */
.siteHeader.mobile-menu-2022 .mobile-account-expand {
	display: none;
}

@media (max-width: 991.98px) {
	.siteHeader.mobile-menu-2022.has-region .mobile-account-expand {
		top: 107px;
	}

	.siteHeader.mobile-menu-2022.has-region.has-topPromo .mobile-account-expand {
		top: 140px;
	}

	.siteHeader.mobile-menu-2022 .mobile-account-expand {
		background-color: #f8f8f8;
		height: 0;
		left: 0;
		opacity: 0;
		padding: 0 16px 100px;
		position: absolute;
		top: 67px;
		visibility: hidden;
		width: 100%;
		z-index: 999;
	}

	.siteHeader.mobile-menu-2022 .mobile-account-expand.active {
		display: block;
		height: auto;
		min-height: 400px;
		opacity: 1;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		visibility: visible;
	}

	.siteHeader.mobile-menu-2022 .mobile-account-expand .mobile-account-heading {
		border-bottom: 2px solid #707070;
		-webkit-box-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 20px 0;
	}

	.siteHeader.mobile-menu-2022 .mobile-account-expand .mobile-account-heading .mobile-account-title {
		align-items: center;
		-webkit-box-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
	}

	.siteHeader.mobile-menu-2022 .mobile-account-expand .mobile-account-heading .mobile-account-title .icon-account {
		height: 21px;
		width: 21px;
	}

	.siteHeader.mobile-menu-2022 .mobile-account-expand .mobile-account-heading .mobile-account-title .icon-account::before {
		background-image: url('/Static/assets/css/svgs/icon-account.svg');
		background-repeat: no-repeat;
		content: '';
		display: block;
		height: 21px;
		width: 21px;
	}

	.siteHeader.mobile-menu-2022 .mobile-account-expand .mobile-account-heading .mobile-account-title .img-account {
		height: 21px;
		width: 21px;
	}

	.siteHeader.mobile-menu-2022 .mobile-account-expand .mobile-account-heading .mobile-account-title .img-account img {
		height: 100%;
		width: 100%;
	}

	.siteHeader.mobile-menu-2022 .mobile-account-expand .mobile-account-heading .mobile-account-title .mobile-account-text {
		font-size: 1rem;
		font-weight: 500;
		padding-left: 7px;
		text-transform: uppercase;
	}

	.siteHeader.mobile-menu-2022 .mobile-account-expand ul.mobile-account-list {
		margin: 0;
		padding: 0;
	}

	.siteHeader.mobile-menu-2022 .mobile-account-expand ul.mobile-account-list li {
		border-bottom: 2px solid #e7e7e7;
		list-style: none;
		margin: 0;
		padding: 20px 0;
	}

	.siteHeader.mobile-menu-2022 .mobile-account-expand ul.mobile-account-list li a {
		color: #929292;
		font-size: 0.875rem;
		text-transform: uppercase;
	}

	.siteHeader.mobile-menu-2022 .mobile-account-expand ul.mobile-account-list li.sign-out a {
		color: #707070;
	}
}

@media (max-width: 991.98px) {
	.new-pdp .siteHeader.mobile-menu-2022.has-region .mobile-account-expand {
		top: 67px;
	}

	.new-pdp .siteHeader.mobile-menu-2022.has-region.has-top-rural .mobile-account-expand {
		top: 107px;
	}

	.new-pdp .siteHeader.mobile-menu-2022.has-region.has-topPromo .mobile-account-expand {
		top: 100px;
	}

	.new-pdp .siteHeader.mobile-menu-2022.has-region.has-topPromo.has-top-rural .mobile-account-expand {
		top: 137px;
	}
}

/* Themes */
/* ACCOUNT EXPAND */
@media (max-width: 991.98px) {
	.is-bris .siteHeader.mobile-menu-2022 .mobile-account-expand .mobile-account-heading .mobile-account-title .mobile-account-text {
		font-weight: 700;
		text-transform: none;
	}

	.is-bris .siteHeader.mobile-menu-2022 .mobile-account-expand ul.mobile-account-list li a {
		color: #707070;
		font-size: 1rem;
		text-transform: none;
	}

	.is-bris .siteHeader.mobile-menu-2022 .mobile-account-expand ul.mobile-account-list li a.header-logout {
		color: rgba(0, 0, 0, 0.9);
	}

	.is-bris .siteHeader.mobile-menu-2022 .mobile-account-expand ul.mobile-account-list li.sign-out a {
		color: #000;
	}
}

/* Header desktop */
.desktop-menu-2022.siteHeader .header-banner,
.desktop-menu-2022.siteHeader .top-panel,
.desktop-menu-2022.siteHeader .global-header {
	display: none;
}

@media (min-width: 992px) {
	.desktop-menu-2022.siteHeader .header-banner,
	.desktop-menu-2022.siteHeader .top-panel,
	.desktop-menu-2022.siteHeader .global-header {
		display: block;
	}
}

.desktop-menu-2022.siteHeader .siteHeader-navLinks {
	background: none;
}

.desktop-menu-2022.siteHeader .siteHeader-navLinks .container {
	background: none;
	max-width: none;
	padding: 0;
}

@media (min-width: 992px) {
	.desktop-menu-2022.siteHeader {
		border-bottom: 2px solid #ebebeb;
		max-width: none !important;
		width: 100%;
	}

	.desktop-menu-2022.siteHeader .inner-container {
		margin: 0 auto;
		max-width: 1440px;
		padding: 0 16px;
	}

	.desktop-menu-2022.siteHeader .siteHeader-topLinks,
	.desktop-menu-2022.siteHeader .siteHeader-innerWrapper,
	.desktop-menu-2022.siteHeader .siteHeader-navLinks,
	.desktop-menu-2022.siteHeader .siteHeader-promoBar {
		display: none;
	}
}

@media (min-width: 1480px) {
	.desktop-menu-2022.siteHeader .inner-container {
		padding: 0;
	}
}

.header-banner {
	color: #fff;
	height: 60px;
	line-height: 60px;
}

.header-banner.align-side .inner-container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-banner .inner-container {
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-banner .header-banner-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 20px;
}

.header-banner .header-banner-text * {
	color: #fff;
	line-height: 60px;
	margin: 0 20px;
}

.header-banner .header-banner-text * * {
	margin: 0;
}

.header-banner .header-banner-text h3 {
	font-size: 1.375rem;
}

.header-banner .header-banner-text p {
	font-size: 1.1875rem;
}

.top-panel {
	color: #fff;
	font-size: 0.8125rem;
	height: 33px;
	line-height: 33px;
}

.top-panel ul,
.top-panel li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-panel ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.top-panel a {
	color: inherit;
}

.top-panel .inner-container {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-panel .panel-left p {
	margin-bottom: 0;
}

.top-panel .panel-left ul li {
	margin-right: 60px;
}

.top-panel .panel-left ul li a {
	display: block;
	line-height: 22px;
	margin: 5px 0 0;
}

.top-panel .panel-left ul li img {
	height: 22px;
	margin-right: 8px;
	width: 22px;
}

.top-panel .panel-right ul li {
	margin-left: 12px;
}

.global-header .header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0 0;
}

.global-header .header-inner .main-logo {
	margin-right: 30px;
}

.global-header .header-inner .main-logo .siteHeader-siteLogo {
	max-height: 50px;
	width: auto;
}

.global-header .header-inner .header-panel {
	-webkit-box-flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1;
	flex: 1;
}

.global-header .header-inner .header-panel .header-search {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: auto;
	max-width: 650px;
}

.global-header .header-inner .header-panel .header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.global-header .header-inner .header-panel .header-right .header-label {
	margin-left: 20px;
	min-width: 200px;
}

.global-header .header-inner .header-panel .header-right .header-label:first-child {
	margin-left: 30px;
}

.global-header .header-inner .header-panel .header-right .header-action > ul {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: 50px;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.global-header .header-inner .header-panel .header-right .header-action > ul > li {
	height: 25px;
	list-style: none;
	margin: 0 0 0 20px;
	position: relative;
	width: 25px;
}

.global-header .header-inner .header-panel .header-right .header-action > ul > li.active .header-expand {
	display: block;
}

.global-header .header-inner .header-panel .header-right .header-action > ul > li .header-icon {
	cursor: pointer;
	display: block;
	position: relative;
}

.global-header .header-inner .header-panel .header-right .header-action > ul > li .header-icon .icon-wrapper {
	display: block;
	height: 25px;
	width: 25px;
}

.global-header .header-inner .header-panel .header-right .header-action > ul > li .header-icon .icon-wrapper::before {
	background-color: #000;
	content: '';
	display: block;
	height: 25px;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	width: 25px;
}

.global-header .header-inner .header-panel .header-right .header-action > ul > li .header-icon .icon-wrapper.icon-account::before {
	-webkit-mask-image: url(../../assets/css/svgs/icon-account.svg);
	mask-image: url(../../assets/css/svgs/icon-account.svg);
}

.global-header .header-inner .header-panel .header-right .header-action > ul > li .header-icon .icon-wrapper.icon-heart::before {
	-webkit-mask-image: url(../../assets/css/svgs/icon-wishlist.svg);
	mask-image: url(../../assets/css/svgs/icon-wishlist.svg);
}

.global-header .header-inner .header-panel .header-right .header-action > ul > li .header-icon .icon-wrapper.icon-cart::before {
	-webkit-mask-image: url(../../assets/css/svgs/icon-shopping-cart.svg);
	mask-image: url(../../assets/css/svgs/icon-shopping-cart.svg);
}

.global-header .header-inner .header-panel .header-right .header-action > ul > li .header-icon .siteHeader-cartCount {
	margin-top: 0;
	position: absolute;
	right: -7px;
}

.global-header .header-inner .header-panel .header-right .header-action > ul > li .header-expand {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
	display: none;
	padding: 20px;
	position: absolute;
	right: -87px;
	top: 35px;
	width: 250px;
	z-index: 99;
}

.global-header .header-inner .header-panel .header-right .header-action > ul > li .header-expand::before {
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: '';
	display: block;
	height: 14px;
	position: absolute;
	right: 90px;
	top: -14px;
	width: 14px;
}

.global-header .header-inner .header-panel .header-right .header-action > ul > li .header-expand.cart-dropdown {
	padding-bottom: 0;
	right: 0;
	width: 400px;
}

.global-header .header-inner .header-panel .header-right .header-action > ul > li .header-expand.cart-dropdown::before {
	right: 4px;
}

.global-header .cart-dropdown .dropdown-heading {
	border-bottom: 2px solid #d3d3d3;
}

.global-header .cart-dropdown .cart-content .recommendationsBlock-container {
	padding-left: 16px;
	padding-right: 16px;
}

.global-header .dropdown-heading {
	align-items: center;
	border-bottom: 2px solid #707070;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 10px;
}

.global-header .dropdown-heading .dropdown-title {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	font-size: 1.125rem;
	font-weight: 700;
}

.global-header .dropdown-heading .icon-close {
	cursor: pointer;
}

.global-header .dropdown-heading .account-icon .icon::before {
	background-color: #000;
	content: '';
	display: block;
	height: 25px;
	-webkit-mask-image: url(../../assets/css/svgs/icon-account.svg);
	mask-image: url(../../assets/css/svgs/icon-account.svg);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	width: 25px;
}

.global-header .dropdown-heading .account-name {
	font-size: 16px;
	font-weight: 700;
	padding-left: 10px;
}

.global-header .account-link-list {
	padding: 0;
}

.global-header .account-link-list li {
	display: block;
	font-size: 14px;
	padding-top: 15px;
}

.global-header .account-link-list li:not(:last-child) {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 15px;
}

.global-header .account-link-list li a {
	color: rgba(112, 112, 112, 0.9);
}

.global-header .account-link-list li a.header-logout {
	color: rgba(0, 0, 0, 0.9);
}

/* THEME */
/* Header desktop */
.is-bris .siteHeader .header-banner {
	background-color: #072369;
}

.is-bris .siteHeader .top-panel {
	background-color: #035ea7;
}

.is-bris .siteHeader .header-action .header-icon .siteHeader-cartCount {
	color: #035ea7;
}

 {
	text-transform: uppercase;
}

.pg-Cart .siteHeader .header-item-cart {
	pointer-events: none;
}

.pg-Checkout .siteHeader .header-item-cart {
	pointer-events: none;
}

.pageHeader-content {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pageHeader-info {
	min-height: 4.5rem;
	padding: 1.5rem 0;
}

@media (min-width: 768px) {
	.pageHeader-info {
		min-height: 11.25rem;
		padding: 3.75rem 0;
	}
}

.pageHeader--center .pageHeader-info {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pageHeader-subTitle {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
	margin-bottom: 0.3125rem;
}

@media (min-width: 768px) {
	.pageHeader-subTitle {
		margin-bottom: 0.75rem;
	}
}

.pageHeader-title {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.pageHeader-title {
		font-size: 1.875rem;
	}
}

.pageHeader--center .pageHeader-title {
	text-align: center;
}

.pageHeader--noUppercase .pageHeader-title {
	text-transform: none;
}

.pageHeader-summary {
	color: #000;
	font-size: 0.8125rem;
	margin-top: 0.3125rem;
}

@media (min-width: 768px) {
	.pageHeader-summary {
		font-size: 1.125rem;
		margin-top: 0.875rem;
	}
}

.pageHeader--center .pageHeader-summary {
	text-align: center;
}

.pageHeader-lightText .pageHeader-subTitle,
.pageHeader-lightText .pageHeader-title,
.pageHeader-lightText .pageHeader-summary {
	color: #fff;
}

.pageHeader-textShadow .pageHeader-subTitle,
.pageHeader-textShadow .pageHeader-title,
.pageHeader-textShadow .pageHeader-summary {
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

/* States */
/* Themes */
@media (min-width: 992px) {
	.is-bris .pageHeader-info {
		padding: 5rem 0;
	}
}

.is-bris .pageHeader-info .pageHeader--titleOnly {
	padding: 3.75rem 0;
}

.is-bris .pageHeader-subTitle {
	#005ea7: ;
	letter-spacing: 0.125rem;
}

@media (min-width: 992px) {
	.is-bris .pageHeader-subTitle {
		margin-bottom: 0.625rem;
	}
}

@media (min-width: 992px) {
	.is-bris .pageHeader-title {
		#005ea7: ;
		font-size: 3rem;
	}
}

@media (min-width: 992px) {
	.is-bris .pageHeader-summary {
		margin-top: 0.25rem;
	}
}

.is-bris .pageHeader--tall .pageHeader-info {
	padding: 10rem 0;
}

@media (min-width: 768px) {
	.is-bris .pageHeader--tall .pageHeader-info {
		padding: 7rem 0;
	}
}

@media (min-width: 992px) {
	.is-bris .pageHeader--tall .pageHeader-info .col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.is-bris .pageHeader--tall .pageHeader-title {
	font-size: 3.125rem;
	line-height: 3.75rem;
}

.is-bris .pageHeader--tall .pageHeader-summary {
	font-size: 1rem;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

.instagramFeed-title {
	font-size: 0.9375rem;
	margin-bottom: 0;
	padding: 0.875rem 0;
	text-align: center;
}

@media (min-width: 768px) {
	.instagramFeed-title {
		color: #000;
		font-size: 2rem;
		font-weight: 700;
	}
}

.instagramFeed-follow-username {
	color: #000;
	font-size: 0.8125rem;
	font-weight: 700;
	text-align: center;
}

@media (min-width: 768px) {
	.instagramFeed-follow-username {
		font-size: 0.9375rem;
		margin-bottom: 0.9375rem;
	}
}

.instagramFeed-posts-item {
	margin: 0.9375rem 0;
}

.instagramFeed-posts-item-image {
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 1.875rem;
	position: relative;
}

.instagramFeed-posts-item-image img {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.instagramFeed-posts-item-image .hasIcon {
	bottom: 0.625rem;
	color: #fff;
	display: none;
	left: 0.625rem;
	position: absolute;
}

.instagramFeed-posts-item-profile {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	margin-bottom: 0.3125rem;
}

.instagramFeed-posts-item-profile-img {
	align-self: flex-start;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-item-align: start;
	height: 30px;
	margin-right: 0.375rem;
	width: 30px;
}

.instagramFeed-posts-item-profile-img img {
	border-radius: 50%;
	max-width: 100%;
}

.instagramFeed-posts-item-profile-username {
	color: #000;
	font-size: 0.8125rem;
	font-weight: 700;
	width: auto;
}

.instagramFeed-posts-item-text {
	color: #000;
	font-size: 0.75rem;
	line-height: 1.5rem;
}

@media (min-width: 768px) {
	.instagramFeed-posts-item-text {
		font-size: 0.9375rem;
	}
}

.instagramFeed-posts-item-content {
	margin-top: 1rem;
}

.instagramFeed-posts-item-readmore {
	display: inline-block;
	text-decoration: underline;
}

@media (max-width: 991.98px) {
	.instagramFeed-posts-item {
		padding: 0 0.4375rem;
	}

	.instagramFeed-posts-item-content {
		display: none;
	}

	.instagramFeed-posts-item .hasIcon {
		display: block !important;
	}
}

@media (min-width: 992px) {
	.instagramFeed-posts-item-default .hasIcon {
		display: block !important;
	}
}

@media (max-width: 991.98px) {
	.instagramFeed-posts-view {
		margin-left: -0.4375rem;
		margin-right: -0.4375rem;
	}
}

/* States */
/* Themes */

.buttonContainer .buttonblock {
	margin-top: 0.75rem;
}

/* States */
.siteFooter {
	padding-top: 2.25rem;
}

.siteFooter-footerLink {
	margin-bottom: 0;
}

.siteFooter .nav-item,
.siteFooter-block {
	border-top: 1px solid #dadada;
	margin-bottom: 0;
	padding: 0.5625rem 0rem;
}

@media (min-width: 768px) {
	.siteFooter .nav-item,
	.siteFooter-block {
		padding: 1.5rem 0;
	}
}

.siteFooter .navbar-nav {
	display: block;
	padding: 0;
}

.siteFooter .nav-link,
.siteFooter-block__title {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	margin-bottom: 0;
	padding-top: 0;
}

@media (max-width: 991.98px) {
	.siteFooter .nav-link,
	.siteFooter-block__title {
		padding-bottom: 0;
	}
}

@media (min-width: 768px) {
	.siteFooter .nav-link,
	.siteFooter-block__title {
		font-size: 1.125rem;
	}
}

.siteFooter .dropdown-toggle::after {
	content: '\e90f' !important;
	font-size: 0.625rem;
	font-weight: normal;
}

.siteFooter .dropdown-toggle[aria-expanded='true']::after {
	content: '\e90e' !important;
}

@media (min-width: 768px) {
	.siteFooter .dropdown-toggle:after {
		display: none;
	}
}

.siteFooter .dropdown-toggle:hover,
.siteFooter .dropdown-toggle:focus,
.siteFooter .dropdown-toggle:active,
.siteFooter .dropdown-toggle.active {
	background-color: transparent !important;
}

.siteFooter .dropdown-menu {
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

@media (min-width: 768px) {
	.siteFooter .dropdown-menu {
		display: block;
	}
}

.siteFooter .dropdown-item {
	font-size: 0.8125rem;
	padding: 0.25rem 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
	.siteFooter .dropdown-item {
		-webkit-transition: none;
		transition: none;
	}
}

@media (min-width: 768px) {
	.siteFooter .dropdown-item {
		font-size: 0.9375rem;
	}
}

.siteFooter .dropdown-item:hover {
	background: none;
	font-weight: bold;
}

.siteFooter .dropdown-item i[class*="icon-"] {
	margin-right: 0.625rem;
}

.siteFooter-bottom {
	background-color: #000;
	color: #fff;
	font-size: 0.75rem;
	padding: 1.375rem 0.75rem;
}

.siteFooter-bottom .copyright {
	margin-right: 1.5rem;
}

.siteFooter-block__content {
	margin-top: 0.625rem;
}

.siteFooter-social-item {
	display: inline-block;
}

.siteFooter-social-item a {
	background-color: #fff;
	border-radius: 50%;
	color: #000;
	display: block;
	font-size: 1.25rem;
	height: 2.1875rem;
	text-align: center;
	text-decoration: none;
	width: 2.1875rem;
}

.siteFooter-social-item a i {
	line-height: 2.1875rem;
}

.siteFooter-social-item a.icFacebook:hover {
	background-color: #3b5998;
}

.siteFooter-social-item a.icTwitter:hover {
	background-color: #3cf;
}

.siteFooter-social-item a.icPinterest:hover {
	background-color: #bc2234;
}

.siteFooter-social-item a.icYoutube:hover {
	background-color: #eb1e2e;
}

.siteFooter-social-item a.icInstagram:hover {
	background-color: #d08d6a;
}

.siteFooter-social-item a:hover {
	color: #fff;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.siteFooter-menuFooter li {
	float: none;
	margin: 0 0rem;
	padding: 0.625rem 0;
}

@media (min-width: 768px) {
	.siteFooter-menuFooter li {
		float: left;
		margin: 0 0.625rem;
		padding: 0;
	}
}

@media (min-width: 992px) {
	.siteFooter-menuFooter li {
		margin: 0 1.5rem;
	}
}

.siteFooter-menuFooter li a {
	color: #fff;
}

.siteFooter-payment {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.siteFooter-payment p {
	margin-right: 0.8125rem;
}

.siteFooter-follow-us a {
	display: inline-block;
	font-size: 1.5625rem;
	margin-top: 0.625rem;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
	.siteFooter-follow-us a {
		-webkit-transition: none;
		transition: none;
	}
}

.siteFooter-follow-us a + a {
	margin-left: 1.5rem;
}

.siteFooter-likeUsFacebook {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
}

.siteFooter-likeUsFacebook i {
	color: #3b5998;
	display: inline-block;
	font-size: 1.5625rem;
	margin-right: 0.625rem;
}

.siteFooter .dropdown-toggle {
	cursor: pointer !important;
}

/* States */
.siteFooter .dropdown-item:hover,
.siteFooter .dropdown-item:focus,
.siteFooter .dropdown-item:active,
.siteFooter .dropdown-item.active {
	background-color: transparent;
}

/* Themes */
.is-bris .siteFooter {
	background-color: #eff4f5;
}

.is-bris .siteFooter-bottom {
	background-color: #0d426c;
}

.is-bris .siteFooter .dropdown-item {
	color: #000;
}

 {
	color: #fff;
}

.is-bris .siteFooter-social-item a {
	color: #0a60a3;
}

.siteFooter-social-item:hover i {
	color: #fff;
}

.brandNavigation-navList {
	margin-bottom: 0;
	padding-left: 0;
	position: relative;
}

.brandNavigation-navItem {
	list-style: none;
}

.brandNavigation-navItem .dropdown-menu {
	z-index: auto;
}

.brandNavigation-navLink,
.brandNavigation .dropdown-item {
	font-size: 0.8125rem;
	text-decoration: none !important;
}

@media (min-width: 768px) {
	.brandNavigation-navLink,
	.brandNavigation .dropdown-item {
		font-size: 0.875rem;
	}
}

.brandNavigation .dropdown-item {
	background: transparent;
}

@media (max-width: 991.98px) {
	.brandNavigation .dropdown-item {
		padding: 0.3125rem 0;
	}
}

.brandNavigation-grid {
	padding: 1.875rem;
}

@media (max-width: 991.98px) {
	.brandNavigation-menu {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.brandNavigation-logo {
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 5rem;
	padding: 0.625rem 0.9375rem;
}

@media (min-width: 768px) {
	.brandNavigation-logo {
		min-height: 6.25rem;
		padding: 0.9375rem 1.875rem;
	}
}

.brandNavigation-logo .logo img {
	-ms-flex-negative: unset;
	flex-shrink: unset;
	max-height: 4.375rem;
}

@media (min-width: 768px) {
	.brandNavigation-logo .logo img {
		max-height: 6.25rem;
	}
}

.brandNavigation-logo--left-top {
	align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-pack: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.brandNavigation-logo--center-center {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.brandNavigation-logo--left-center {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: left;
	-ms-flex-align: center;
	-ms-flex-pack: left;
	justify-content: left;
}

.brandNavigation-logo--right-center {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: right;
	-ms-flex-align: center;
	-ms-flex-pack: right;
	justify-content: right;
}

.brandNavigation-order .brandNavigation-menu {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

/* States */
.brandNavigation {
	/* layout default */
	/*layout fixed*/
	/*layout grid*/
}

.brandNavigation--default {
	position: relative;
}

.brandNavigation--default .brandNavigation-navList {
	margin: 0.625rem 0;
	position: static;
}

.brandNavigation--default .brandNavigation-navLink {
	display: inline-block;
	padding: 0.9375rem 1.125rem;
}

@media (min-width: 992px) {
	.brandNavigation--default .brandNavigation-navLink {
		border-right: 1px solid #dadada;
	}
}

.brandNavigation--default .brandNavigation-navItem {
	border-bottom: 1px solid #dadada;
	display: block;
}

@media (min-width: 992px) {
	.brandNavigation--default .brandNavigation-navItem {
		border-bottom: none;
		display: inline;
	}

	.brandNavigation--default .brandNavigation-navItem + .brandNavigation-navItem {
		margin-left: -0.3125rem;
	}

	.brandNavigation--default .brandNavigation-navItem:first-child .brandNavigation-navLink {
		border-left: 1px solid #dadada;
	}

	.brandNavigation--default .brandNavigation-navItem.active,
	.brandNavigation--default .brandNavigation-navItem:hover {
		border: none;
	}

	.brandNavigation--default .brandNavigation-navItem.active > a,
	.brandNavigation--default .brandNavigation-navItem:hover > a {
		background: #000;
		border-color: #000 !important;
		color: #fff;
	}
}

@media (max-width: 991.98px) {
	.brandNavigation--default .brandNavigation-navItem {
		padding: 0.5625rem 0.75rem;
	}

	.brandNavigation--default .brandNavigation-navItem .brandNavigation-navLink {
		padding: 0;
	}

	.brandNavigation--default .brandNavigation-navItem.active {
		background: #000;
	}

	.brandNavigation--default .brandNavigation-navItem.active a {
		background-color: transparent !important;
		color: #fff;
	}

	.brandNavigation--default .brandNavigation-navItem.has-dropdown.active > a:after {
		content: '\e907';
	}

	.brandNavigation--default .brandNavigation-navItem.has-dropdown > a:after {
		border-width: 0;
		content: '\e904';
		display: inline-block;
		font-family: 'bris-icons';
		font-size: 80%;
		height: auto;
		position: absolute;
		right: 0.75rem;
		width: auto;
	}

	.brandNavigation--default .brandNavigation-navItem .dropdown-menu {
		background-color: transparent;
		border: none;
		float: none;
		position: static !important;
		-webkit-transform: none !important;
		transform: none !important;
		width: 100%;
	}

	.brandNavigation--default .brandNavigation-navItem .dropdown-menu:empty {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.brandNavigation--default .brandNavigation-navItem .dropdown-menu {
		border: none;
		margin: 0;
		min-height: 3.25rem;
		padding: 0;
		position: absolute;
		width: 100%;
	}

	.brandNavigation--default .brandNavigation-navItem .dropdown-menu li {
		display: inline-block;
		opacity: 0;
	}

	.brandNavigation--default .brandNavigation-navItem .dropdown-menu li a {
		display: block;
		padding: 0.9375rem 1.125rem;
	}

	.brandNavigation--default .brandNavigation-navItem .dropdown-menu-blank {
		background: black;
		height: 52px;
	}

	.brandNavigation--default .brandNavigation-navItem.active > .dropdown-menu {
		display: block;
	}

	.brandNavigation--default .brandNavigation-navItem.active > .dropdown-menu li {
		display: inline-block;
		opacity: 1;
	}
}

@media (min-width: 992px) {
	.brandNavigation--default .brandNavigation-menu--right .brandNavigation-navList,
	.brandNavigation--default .brandNavigation-menu--right .dropdown-menu {
		text-align: right;
	}

	.brandNavigation--default .brandNavigation-menu--left .brandNavigation-navList,
	.brandNavigation--default .brandNavigation-menu--left .dropdown-menu {
		text-align: left;
	}

	.brandNavigation--default .brandNavigation-menu--justify {
		min-height: 5.625rem;
	}

	.brandNavigation--default .brandNavigation-menu--justify .brandNavigation-navList {
		display: table;
		min-height: 3rem;
		position: relative;
		width: 100%;
	}

	.brandNavigation--default .brandNavigation-menu--justify .brandNavigation-navList .dropdown-menu {
		position: absolute;
		top: 100%;
	}

	.brandNavigation--default .brandNavigation-menu--justify .brandNavigation-navItem {
		display: table-cell;
	}

	.brandNavigation--default .brandNavigation-menu--justify .brandNavigation-navLink {
		display: block;
		text-align: center;
	}

	.brandNavigation--default .brandNavigation-menu--dark .dropdown-menu {
		background: #000;
	}

	.brandNavigation--default .brandNavigation-menu--dark .dropdown-menu li > a {
		color: #fff;
	}
}

.brandNavigation--fixed {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 170px;
	position: relative;
}

.brandNavigation--fixed .brandNavigation-menu nav {
	position: relative;
}

@media (min-width: 992px) {
	.brandNavigation--fixed .brandNavigation-menu nav {
		bottom: 0;
		left: 0;
		position: absolute;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.brandNavigation--fixed .brandNavigation-menu .brandNavigation-navList {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	.brandNavigation--fixed .brandNavigation-menu .brandNavigation-navList {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		padding: 0.6875rem 0rem;
		width: 100%;
	}
}

.brandNavigation--fixed .brandNavigation-menu .brandNavigation-navItem {
	position: relative;
}

@media (min-width: 768px) {
	.brandNavigation--fixed .brandNavigation-menu .brandNavigation-navItem {
		display: table-cell;
		padding: 0.375rem 0rem;
		text-align: center;
	}

	.brandNavigation--fixed .brandNavigation-menu .brandNavigation-navItem:last-child a {
		border-right: none;
	}
}

@media (max-width: 991.98px) {
	.brandNavigation--fixed .brandNavigation-menu .brandNavigation-navItem {
		float: left;
		padding: 0;
		text-align: center;
		width: 50%;
	}

	.brandNavigation--fixed .brandNavigation-menu .brandNavigation-navItem:nth-child(even) > a {
		border-right: none;
	}
}

.brandNavigation--fixed .brandNavigation-menu .brandNavigation-navLink {
	color: #000;
	display: block;
	padding: 0.3125rem;
}

@media (min-width: 768px) {
	.brandNavigation--fixed .brandNavigation-menu .brandNavigation-navLink {
		padding: 0.5625rem 1.125rem;
	}
}

.brandNavigation--fixed .brandNavigation-menu--dark .brandNavigation-navList {
	background: rgba(0, 0, 0, 0.6);
}

.brandNavigation--fixed .brandNavigation-menu--dark .brandNavigation-navLink {
	border-right: 1px solid rgba(255, 255, 255, 0.8);
	color: #fff !important;
}

.brandNavigation--fixed .brandNavigation-menu--light .brandNavigation-navList {
	background: rgba(255, 255, 255, 0.7);
}

.brandNavigation--fixed .brandNavigation-menu--light .brandNavigation-navLink {
	border-right: 1px solid rgba(0, 0, 0, 0.6);
	color: #000 !important;
}

.brandNavigation--grid {
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	min-height: 5.625rem;
	padding: 0.9375rem;
	width: 100%;
}

@media (min-width: 768px) {
	.brandNavigation--grid {
		min-height: 7.5rem;
		padding: 1.875rem;
	}
}

.brandNavigation--grid .brandNavigation-onlyLogo {
	height: 100%;
}

.brandNavigation--grid .brandNavigation-logo {
	margin-bottom: 0.9375rem;
	min-height: auto;
}

@media (min-width: 768px) {
	.brandNavigation--grid .brandNavigation-logo {
		margin-bottom: 1.875rem;
	}
}

.brandNavigation .brandNavigation-menu--dark .brandNavigation-navLink {
	color: #343a40;
}

.brandNavigation .brandNavigation-menu--light .brandNavigation-navLink {
	color: #fff;
}

/* Themes */
 {
	font-size: 0.8125rem;
	font-weight: bold;
	text-transform: uppercase;
}

.is-bris .brandNavigation--grid {
	font-size: 0.875rem;
	font-weight: bold;
}

.is-bris .brandNavigation--grid .brandNavigation-navLink {
	display: block;
	padding-bottom: 0.375rem;
	padding-top: 0.375rem;
}

.is-bris .brandNavigation--default {
	font-size: 0.875rem;
	font-weight: bold;
}

@media (min-width: 768px) {
	.is-bris .brandNavigation--default .brandNavigation-navList {
		display: table;
		text-align: justify;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.is-bris .brandNavigation--default .brandNavigation-navItem {
		display: table-cell;
	}
}

@media (max-width: 991.98px) {
	.is-bris .brandNavigation--default .brandNavigation-navItem {
		background-color: transparent !important;
		border-bottom: none;
		float: left;
		padding: 0;
		text-align: center;
		width: 50%;
	}

	.is-bris .brandNavigation--default .brandNavigation-navItem > a {
		padding-bottom: 0.375rem;
		padding-top: 0.375rem;
	}

	.is-bris .brandNavigation--default .brandNavigation-navItem:nth-child(odd) {
		border-right: 1px solid #dadada;
	}
}

.is-bris .brandNavigation--default .brandNavigation-navLink {
	background: transparent !important;
	color: #005ea7;
	display: block;
	text-align: center;
}

.is-bris .brandNavigation--default .brandNavigation-navItem.active > a,
.is-bris .brandNavigation--default .brandNavigation-navItem:hover > a {
	border-color: #dadada !important;
	color: #005ea7 !important;
}

.productListingBlock-top-banner {
	height: 7.5rem;
	margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.productListingBlock-top-banner {
		height: 11.25rem;
		margin-bottom: 3.75rem;
	}
}

.productListingBlock-top-banner-text {
	border: 2px dashed #979797;
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
}

.productListingBlock-filter-option {
	border-bottom: 1px solid lightgray;
	padding: 0.75rem;
}

.productListingBlock-filter-option__heading {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
}

.productListingBlock-filter-option__link {
	padding: 0.375rem 0;
}

@media (max-width: 991.98px) {
	.productListingBlock-filter-option__link {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		width: 50%;
	}
}

.productListingBlock-filter-option:last-child {
	border-bottom: none;
}

.productListingBlock .filters-panel--top,
.productListingBlock .filters-panel--bottom .filters-panel-selectWrap {
	display: none;
}

@media (min-width: 992px) {
	.productListingBlock .filters-panel--top,
	.productListingBlock .filters-panel--bottom .filters-panel-selectWrap {
		display: block;
	}
}

@media (min-width: 768px) {
	.productListingBlock .filters-panel--bottom {
		margin-top: 1.125rem;
	}
}

@media (min-width: 768px) {
	.productListingBlock .filters-panel--top {
		margin-bottom: 1.125rem;
	}
}

@media (max-width: 991.98px) {
	.productListingBlock .filters-panel--top.showMobile {
		display: block !important;
	}

	.productListingBlock .filters-panel--top.showMobile .col-md-7 {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		max-width: 100%;
		width: 100%;
	}

	.productListingBlock .filters-panel--top.showMobile .col-md-7 .productListingBlock-select {
		margin-bottom: 0.9375rem;
	}

	.productListingBlock .filters-panel--top.showMobile .col-md-7 .productListingBlock-select .styled-select-wrap {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0;
		padding-right: 0.375rem;
		width: 50%;
	}

	.productListingBlock .filters-panel--top.showMobile .col-md-7 .productListingBlock-select .styled-select-wrap select {
		width: 100%;
	}

	.productListingBlock .filters-panel--top.showMobile .col-md-7 .productListingBlock-select .styled-select-wrap:last-child {
		padding-left: 0.375rem;
		padding-right: 0;
	}

	.productListingBlock .filters-panel--top.showMobile .pagination-group {
		display: none;
	}
}

.productListingBlock-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.productListingBlock-select select.form-control {
	margin-bottom: 0.75rem;
	margin-right: 0.75rem;
	width: auto;
}

.productListingBlock-select select.form-control:last-child {
	margin-bottom: 0;
	margin-right: 0;
}

.productListingBlock .list {
	border: none;
}

.productListingBlock .list .productListingBlock-item {
	margin: 1.125rem 0;
}

@media (max-width: 991.98px) {
	.productListingBlock .list {
		margin-left: -0.375rem;
		margin-right: -0.375rem;
	}

	.productListingBlock .list .productListingBlock-item {
		margin: 0.375rem 0;
		padding-left: 0.375rem;
		padding-right: 0.375rem;
	}
}

.productListingBlock-filter-control {
	margin: 0.75rem 0 0.375rem;
}

.productListingBlock-filter-control a {
	color: #000;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
}

@media (max-width: 991.98px) {
	.productListingBlock-filter {
		margin-bottom: 0.625rem;
	}
}

.productListingBlock-nowPrice {
	color: #db0000;
}

.productListingBlock-original {
	color: #000;
	font-size: 1rem;
}

@media (min-width: 768px) {
	.productListingBlock-original {
		font-size: 1.25rem;
	}
}

.productListingBlock-options {
	font-size: 0;
}

.productListingBlock-reviewsCount {
	margin-left: 0.625rem;
}

.productListingBlock-pinterestBtn {
	display: inline-block;
	margin-left: 0.375rem;
}

.productListingBlock-pinterestBtn span {
	vertical-align: 1px;
}

.productListingBlock-optionsWrapper {
	margin-bottom: 0.75rem;
}

.productListingBlock-optionsTextWrapper {
	margin-bottom: 0.375rem;
}

.productListingBlock-moreInfoLink {
	display: inline-block;
	margin-top: 0.375rem;
}

.productListingBlock .quantityInput {
	margin-top: 0.375rem;
}

.productListingBlock-subTitleLink {
	font-weight: 700;
}

.productListingBlock-productPhoto .productItem-label {
	left: 1rem;
	z-index: 1;
}

@media (min-width: 768px) {
	.productListingBlock-productPhoto .productItem-label {
		font-size: 0.9375rem;
	}
}

.productListingBlock-imgThumbs {
	font-size: 0;
	margin-top: 1rem;
}

.productListingBlock-imgThumbs .slick-slide {
	cursor: pointer;
	margin-right: 0.625rem;
	max-width: 4.375rem;
}

.productListingBlock-imgThumbs .slick-slide.slick-current {
	border: 1px solid #000;
}

.productListingBlock-imgThumbs .slick-slide img {
	width: 100%;
}

.productListingBlock img.lazy.loading {
	background: url('/Static/assets/css/svgs/three-dots.svg') no-repeat center center;
	background-size: 60px;
	height: 100%;
	width: 100%;
}

.productListingBlock-searchFilterInput .has-left-icon .styled-input {
	border-color: #d6d6d6;
	font-size: 0.9375rem;
	height: 2.25rem !important;
	line-height: 2.25rem !important;
	padding-left: 0.625rem;
	padding-right: 1.625rem;
}

.productListingBlock-searchFilterInput .has-left-icon .icon-search {
	cursor: pointer;
	font-size: 1rem;
	height: 6.25%rem;
	left: auto;
	line-height: 2.25rem;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transform: none;
	transform: none;
	width: 2rem;
}

.productListingBlock-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 0.75rem;
}

.productListingBlock-clickCollectMessage {
	color: #db0000;
	font-weight: bold;
}

.productListingBlock-promoWrap {
	display: block;
	height: calc(100% - 16px);
	min-height: 100px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.productListingBlock-promoImg {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
}

.productListingBlock-modal .quantityInput {
	margin-top: 0.625rem;
	max-width: 120px;
}

/* States */
.is-giftRegistryListing .productListingBlock-columnLeft {
	display: none;
}

.productListingBlock-modal .modal-header {
	border-bottom-width: 0;
	padding: 0.75rem 0.75rem 0;
}

.productListingBlock-modal .modal-body {
	margin-top: 0.375rem;
	padding: 0 1rem 1rem;
}

@media (min-width: 768px) {
	.productListingBlock-modal .modal-body {
		margin-top: 0;
		padding: 0 1.875rem 1.875rem;
	}
}

.productListingBlock-modal .modal-dialog {
	max-width: 95%;
}

@media (min-width: 992px) {
	.productListingBlock-modal .modal-dialog {
		max-width: 51.875rem;
	}
}

.productListingBlock-modal .starRating {
	display: inline-block;
}

.productListingBlock-modal .btn-details {
	display: block;
	font-weight: 700;
	line-height: 1.875rem;
	text-align: center;
}

.productListingBlock-modal .review-text {
	font-size: 0.8125rem;
}

.productListingBlock-modal .review-text.is-seperator {
	padding: 0 0.1875rem;
}

.productListingBlock-modal .variant-slider,
.productListingBlock-modal .variant-thumbs {
	display: none;
}

.productListingBlock-modal .variant-slider.is-active,
.productListingBlock-modal .variant-thumbs.is-active {
	display: block;
}

.productListingBlock-modal .addToGiftBtn.has-added .icon-gift:before {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0zMiwyNzEuNjkydjE5MmMwLDE3LjY2NCwxNC4zNjgsMzIsMzIsMzJoMTYwdi0yMjRIMzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00ODAsMTQzLjY5MkgzNzguNzUyYzcuMjY0LTQuOTYsMTMuNTA0LTkuODg4LDE3Ljg1Ni0xNC4zMDRjMjUuODI0LTI1Ljk1MiwyNS44MjQtNjguMTkyLDAtOTQuMTQ0DQoJCQljLTI1LjA4OC0yNS4yOC02OC44LTI1LjIxNi05My44NTYsMGMtMTMuODg4LDEzLjkyLTUwLjY4OCw3MC41OTItNDUuNiwxMDguNDQ4aC0yLjMwNGM1LjA1Ni0zNy44NTYtMzEuNzQ0LTk0LjUyOC00NS42LTEwOC40NDgNCgkJCWMtMjUuMDg4LTI1LjIxNi02OC44LTI1LjIxNi05My44NTYsMEM4OS42LDYxLjE5Niw4OS42LDEwMy40MzYsMTE1LjM2LDEyOS4zODhjNC4zODQsNC40MTYsMTAuNjI0LDkuMzQ0LDE3Ljg4OCwxNC4zMDRIMzINCgkJCWMtMTcuNjMyLDAtMzIsMTQuMzY4LTMyLDMydjQ4YzAsOC44MzIsNy4xNjgsMTYsMTYsMTZoMjA4di02NGg2NHY2NGgyMDhjOC44MzIsMCwxNi03LjE2OCwxNi0xNnYtNDgNCgkJCUM1MTIsMTU4LjA2LDQ5Ny42NjQsMTQzLjY5Miw0ODAsMTQzLjY5MnogTTIyMi4xMTIsMTQyLjYzNmMwLDAtMS4zNDQsMS4wNTYtNS45MiwxLjA1NmMtMjIuMTEyLDAtNjQuMzItMjIuOTc2LTc4LjExMi0zNi44NjQNCgkJCWMtMTMuNDA4LTEzLjUwNC0xMy40MDgtMzUuNTIsMC00OS4wMjRjNi40OTYtNi41MjgsMTUuMTA0LTEwLjExMiwyNC4yNTYtMTAuMTEyYzkuMTIsMCwxNy43MjgsMy41ODQsMjQuMjI0LDEwLjExMg0KCQkJQzIwOC4xMjgsNzkuNSwyMjkuNTY4LDEzNC45MjQsMjIyLjExMiwxNDIuNjM2eiBNMjk1Ljc3NiwxNDMuNjkyYy00LjU0NCwwLTUuODg4LTEuMDI0LTUuODg4LTEuMDU2DQoJCQljLTcuNDU2LTcuNzEyLDEzLjk4NC02My4xMzYsMzUuNTUyLTg0LjgzMmMxMi44OTYtMTMuMDI0LDM1LjQ1Ni0xMy4wODgsNDguNDgsMGMxMy40NCwxMy41MDQsMTMuNDQsMzUuNTIsMCw0OS4wMjQNCgkJCUMzNjAuMTI4LDEyMC43MTYsMzE3LjkyLDE0My42OTIsMjk1Ljc3NiwxNDMuNjkyeiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjg4LDI3MS42OTJ2MjI0aDE2MGMxNy42NjQsMCwzMi0xNC4zMzYsMzItMzJ2LTE5MkgyODh6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=');
	content: '';
	display: inline-block;
	height: 20px;
	width: 20px;
}

.productListingBlock-modal .productListingBlock-productPhoto .productItem-labelWrap {
	left: 1rem;
	right: 1rem;
	width: auto;
}

.productListingBlock-sliderNav .slick-slide {
	border: 1px solid #d6d6d6;
	cursor: pointer;
	height: 2.375rem;
	margin-right: 0.75rem;
	max-height: 2.375rem;
	max-width: 2.375rem;
	position: relative;
	width: 2.375rem;
}

.productListingBlock-sliderNav .slick-slide:last-of-type {
	margin-right: 0;
}

.productListingBlock-sliderNav .slick-slide.slick-current {
	border: 1px solid #000;
}

.productListingBlock-sliderNav .slick-slide.slick-current .productListingBlock-shadow {
	display: block;
}

.productListingBlock-shadow {
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 0.8);
	box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 0.8);
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.productListingBlock-shareButtons {
	margin-top: 0.625rem;
}

@media (min-width: 768px) {
	.productListingBlock-shareButtons {
		margin-top: 0;
	}
}

.productListingBlock-option {
	border: 1px solid #d6d6d6;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	line-height: 2.25rem;
	margin-bottom: 0.25rem;
	margin-right: 0.75rem;
	margin-top: 0.25rem;
	max-height: 2.375rem;
	max-width: 2.375rem;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 2.375rem;
}

.productListingBlock-option.is-active {
	position: relative;
}

.productListingBlock-option.is-active:before {
	background: #000;
	border-radius: 50%;
	content: ' ';
	height: 18px;
	position: absolute;
	right: -9px;
	top: -9px;
	width: 18px;
}

.productListingBlock-option.is-active:after {
	color: #fff;
	content: '\e903';
	font-family: 'bris-icons';
	font-size: 0.5625rem;
	line-height: 0;
	position: absolute;
	right: -5px;
	top: 1px;
}

.productListingBlock-option.is-hexColour:not(.is-active) {
	border: none;
}

.productListingBlock-option .hexColour {
	display: block;
	height: 2.375rem;
}

.productListingBlock-option.is-active .hexColour {
	border: 0 !important;
	height: 2.25rem;
}

.productListingBlock-option img {
	max-height: 100%;
	max-width: 100%;
}

.productListingBlock-options.colors .productListingBlock-option {
	line-height: 0;
}

.productListingBlock-options.colors .productListingBlock-option img {
	max-width: 100%;
}

.productListingBlock-options.sizes .productListingBlock-option {
	font-size: 0.75rem;
	max-width: none;
	min-width: 2.375rem;
	padding: 0 0.375rem;
	width: auto;
}

.productListingBlock-modal__price-detail h4 {
	font-weight: normal;
}

.productListingBlock-modal__price-detail h4.isBold {
	font-weight: bold;
}

.productListingBlock-modal__price-detail .productItem-price--discount {
	color: #db0000;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0.375rem 0 0.625rem;
}

.productListingBlock-modal__price-detail .productItem-price--original {
	color: #000;
	font-size: 1.5rem;
	margin: 0.375rem 0;
}

.is-giftRegistryListing .productListingBlock-item {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.productListingBlock .gift-controlsWrap {
	margin-top: auto;
}

.productListingBlock .gift-controls {
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.productListingBlock .gift-controls.is-first {
	margin-top: 0.75rem;
}

.productListingBlock .gift-controls .button-btn {
	font-size: 0.6875rem;
	margin-bottom: 0.5rem;
}

.productListingBlock .gift-controls .button-btn:first-of-type {
	margin-right: 0.5rem;
}

.productListingBlock .gift-controls .button-btn[disabled] {
	background-color: #d6d6d6;
	border-color: #d6d6d6;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
	cursor: not-allowed;
	outline: none;
	pointer-events: none;
	text-decoration: none;
}

.productListingBlock .gift-controls .info-number-gift {
	margin-bottom: 0.5rem;
	margin-right: 0.5rem;
}

.productListingBlock .gift-controls select {
	background-position: calc(100% - 8px) calc(10px);
	background-size: 0.625rem;
	font-size: 0.8125rem !important;
	height: 1.5625rem !important;
	line-height: 1.5625rem !important;
	margin-bottom: 0.5rem;
	min-width: 4rem;
}

.productListingBlock .gift-controls select[disabled] {
	background: none;
	background-color: #d6d6d6;
}

.productListingBlock.is-giftRegistryListing .quickView-btn {
	display: none !important;
}

.productListingBlock.is-giftRegistryListing .filters-panel--top {
	display: block;
}

@media (max-width: 991.98px) {
	.productListingBlock.is-giftRegistryListing .filters-panel--top {
		margin-bottom: 1.25rem;
	}

	.productListingBlock.is-giftRegistryListing .filters-panel--top .pagination-group {
		display: none;
	}

	.productListingBlock.is-giftRegistryListing .filters-panel--bottom .pagination-group {
		margin-top: 1.25rem;
		padding-left: 0 !important;
	}
}

/* Themes */
.productListingBlock-select .styled-select-wrap {
	background-color: #fff;
	margin-right: 0.75rem;
	position: relative;
}

.productListingBlock-select .styled-select-wrap:before {
	font-family: 'bris-icons';
	font-size: 0.75rem;
	line-height: 1;
	position: absolute;
	right: 0.75rem;
	top: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.productListingBlock-select .styled-select-wrap:last-child {
	margin-right: 0;
}

.is-bris .productListingBlock-select .styled-select-wrap:before {
	color: #005ea7;
}

.productListingBlock-select .styled-select {
	background-color: transparent;
	background-image: none;
	font-size: 0.9375rem;
	height: 2.25rem !important;
	line-height: 2.25rem !important;
	position: relative;
}

.productListingBlock-pagination .pagination {
	padding: 0;
}

.is-bris .productListingBlock-pagination .pagination li a {
	color: #888 !important;
}

.is-bris .productListingBlock-pagination .pagination li.active a {
	color: #000 !important;
}

.is-bris .productListingBlock-pagination .pagination li.pagination-next a,
.is-bris .productListingBlock-pagination .pagination li.pagination-prev a {
	color: #005ea7 !important;
}

 {
	color: #000 !important;
}

 {
	color: #71140f !important;
}

.is-bris .productListingBlock-pagination .pagination li.pagination-next.disabled a,
.is-bris .productListingBlock-pagination .pagination li.pagination-prev.disabled a {
	color: #ccc !important;
}

 {
	color: #ccc !important;
}

 {
	color: #ccc !important;
}

.is-bris .productListingBlock-filter-mobile {
	color: #005ea7;
	font-size: 0.9375rem;
	font-weight: bold;
}

.is-bris .productListingBlock-modal .close {
	color: #005ea7;
}

.is-bris .productListingBlock-moreInfoLink {
	color: #005ea7;
}

.is-bris .productListingBlock-modal .addToGiftBtn.has-added .icon-gift:before {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGZpbGw9IiMwMDVFQTciIGQ9Ik0zMiwyNzEuNjkydjE5MmMwLDE3LjY2NCwxNC4zNjgsMzIsMzIsMzJoMTYwdi0yMjRIMzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGZpbGw9IiMwMDVFQTciIGQ9Ik00ODAsMTQzLjY5MkgzNzguNzUyYzcuMjY0LTQuOTYsMTMuNTA0LTkuODg4LDE3Ljg1Ni0xNC4zMDRjMjUuODI0LTI1Ljk1MiwyNS44MjQtNjguMTkyLDAtOTQuMTQ0DQoJCQljLTI1LjA4OC0yNS4yOC02OC44LTI1LjIxNi05My44NTYsMGMtMTMuODg4LDEzLjkyLTUwLjY4OCw3MC41OTItNDUuNiwxMDguNDQ4aC0yLjMwNGM1LjA1Ni0zNy44NTYtMzEuNzQ0LTk0LjUyOC00NS42LTEwOC40NDgNCgkJCWMtMjUuMDg4LTI1LjIxNi02OC44LTI1LjIxNi05My44NTYsMEM4OS42LDYxLjE5Niw4OS42LDEwMy40MzYsMTE1LjM2LDEyOS4zODhjNC4zODQsNC40MTYsMTAuNjI0LDkuMzQ0LDE3Ljg4OCwxNC4zMDRIMzINCgkJCWMtMTcuNjMyLDAtMzIsMTQuMzY4LTMyLDMydjQ4YzAsOC44MzIsNy4xNjgsMTYsMTYsMTZoMjA4di02NGg2NHY2NGgyMDhjOC44MzIsMCwxNi03LjE2OCwxNi0xNnYtNDgNCgkJCUM1MTIsMTU4LjA2LDQ5Ny42NjQsMTQzLjY5Miw0ODAsMTQzLjY5MnogTTIyMi4xMTIsMTQyLjYzNmMwLDAtMS4zNDQsMS4wNTYtNS45MiwxLjA1NmMtMjIuMTEyLDAtNjQuMzItMjIuOTc2LTc4LjExMi0zNi44NjQNCgkJCWMtMTMuNDA4LTEzLjUwNC0xMy40MDgtMzUuNTIsMC00OS4wMjRjNi40OTYtNi41MjgsMTUuMTA0LTEwLjExMiwyNC4yNTYtMTAuMTEyYzkuMTIsMCwxNy43MjgsMy41ODQsMjQuMjI0LDEwLjExMg0KCQkJQzIwOC4xMjgsNzkuNSwyMjkuNTY4LDEzNC45MjQsMjIyLjExMiwxNDIuNjM2eiBNMjk1Ljc3NiwxNDMuNjkyYy00LjU0NCwwLTUuODg4LTEuMDI0LTUuODg4LTEuMDU2DQoJCQljLTcuNDU2LTcuNzEyLDEzLjk4NC02My4xMzYsMzUuNTUyLTg0LjgzMmMxMi44OTYtMTMuMDI0LDM1LjQ1Ni0xMy4wODgsNDguNDgsMGMxMy40NCwxMy41MDQsMTMuNDQsMzUuNTIsMCw0OS4wMjQNCgkJCUMzNjAuMTI4LDEyMC43MTYsMzE3LjkyLDE0My42OTIsMjk1Ljc3NiwxNDMuNjkyeiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBmaWxsPSIjMDA1RUE3IiBkPSJNMjg4LDI3MS42OTJ2MjI0aDE2MGMxNy42NjQsMCwzMi0xNC4zMzYsMzItMzJ2LTE5MkgyODh6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=') !important;
}

@media (max-width: 767.98px) {
	.productListingBlock-item:last-child:nth-child(odd) .productListingBlock-promoImg {
		height: auto;
		left: 0;
		position: initial;
		top: 0;
		-webkit-transform: initial;
		transform: initial;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.productListingBlock-item:last-child:nth-child(3n + 1) .productListingBlock-promoImg {
		height: auto;
		left: 0;
		position: initial;
		top: 0;
		-webkit-transform: initial;
		transform: initial;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.wideplp .productListingBlock-item:last-child:nth-child(4n + 1) .productListingBlock-promoImg {
		height: auto;
		left: 0;
		position: initial;
		top: 0;
		-webkit-transform: initial;
		transform: initial;
		width: 100%;
	}
}

.productAccordion-item {
	background-color: #f7f7f7;
	margin-bottom: 0.75rem;
	overflow: hidden;
	padding: 1.25rem 1.25rem 0.625rem;
	position: relative;
}

.productAccordion-item:last-child {
	margin-bottom: 0;
}

.productAccordion-item__title {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
}

@media (min-width: 768px) {
	.productAccordion-item__title {
		font-size: 1.5rem;
		margin-top: 1.125rem;
	}
}

.productAccordion-item__summary {
	font-size: 0.8125rem;
}

@media (min-width: 768px) {
	.productAccordion-item__summary {
		font-size: 0.9375rem;
	}
}

.productAccordion-item__intro {
	max-height: 4.875rem;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.productAccordion-item.open {
	padding-bottom: 1.875rem;
}

.productAccordion-item.open .productAccordion-item__intro {
	max-height: 62.4375rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.productAccordion-toggle {
	cursor: pointer;
	font-family: 'bris-icons';
	position: absolute;
	right: 1rem;
	top: 1rem;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
	.productAccordion-toggle {
		right: 1.875rem;
		top: 3.125rem;
	}
}

@media screen and (prefers-reduced-motion: reduce) {
	.productAccordion-toggle {
		-webkit-transition: none;
		transition: none;
	}
}

.productAccordion-toggle:before {
	content: '\e904';
}

.productAccordion-toggle.active:before {
	content: '\e907';
}

/* States */
/* Themes*/
.is-bris .productAccordion-item {
	#005ea7: ;
	padding-top: 0.9375rem;
}

.is-bris .productAccordion-item__title,
.is-bris .productAccordion-toggle {
	color: #005ea7;
}

 {
	color: #000;
}

 {
	color: #71140f;
}

.alternativeFeaturePanel {
	position: relative;
}

.alternativeFeaturePanel-content {
	position: relative;
}

.alternativeFeaturePanel-clickableBlk {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}

.alternativeFeaturePanel-caption {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
}

.alternativeFeaturePanel-summary,
.alternativeFeaturePanel-label {
	color: #000;
	font-size: 0.75rem;
}

.alternativeFeaturePanel-summary {
	margin-bottom: 1.125rem;
}

.alternativeFeaturePanel-label {
	margin-bottom: 0.5rem;
}

.alternativeFeaturePanel-info {
	position: absolute;
	width: 100%;
}

.alternativeFeaturePanel-info .colText--bg {
	padding: 0.75rem !important;
}

@media (min-width: 768px) {
	.alternativeFeaturePanel-info .colText--bg {
		padding: 1.5rem !important;
	}
}

.alternativeFeaturePanel-info .colText--bg .button-btn {
	margin-bottom: 0.375rem;
}

.alternativeFeaturePanel-info .readmore-link {
	display: inline-block;
	text-decoration: underline;
}

.alternativeFeaturePanel-info--center {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: 100%;
	justify-content: center;
	text-align: center;
	top: 0;
}

.alternativeFeaturePanel-info--center.alternativeFeaturePanel-info--bgOverlay {
	background: rgba(0, 0, 0, 0.5);
}

.alternativeFeaturePanel-info--center .colText {
	margin: 0 auto;
}

.alternativeFeaturePanel-info--right {
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.alternativeFeaturePanel-info--right .colText {
	height: 100%;
	margin: auto;
}

@media (min-width: 768px) {
	.alternativeFeaturePanel-info--right .colText {
		margin-left: auto;
		margin-right: 0;
	}
}

.alternativeFeaturePanel-info--bottom {
	position: initial;
}

.alternativeFeaturePanel-info--default {
	position: initial;
}

.alternativeFeaturePanel-info--default .colText {
	margin-top: 0.875rem;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 768px) {
	.alternativeFeaturePanel-info--default .colText {
		margin-top: 1.25rem;
	}
}

.alternativeFeaturePanel-info--lightText .alternativeFeaturePanel-summary,
.alternativeFeaturePanel-info--lightText .alternativeFeaturePanel-label,
.alternativeFeaturePanel-info--lightText .alternativeFeaturePanel-summary,
.alternativeFeaturePanel-info--lightText .alternativeFeaturePanel-caption {
	color: #fff;
}

.alternativeFeaturePanel-info--lightText a.readmore-link {
	color: #fff;
}

@media (max-width: 767.98px) {
	.alternativeFeaturePanel + .alternativeFeaturePanel {
		margin-top: 1.875rem;
	}
}

.alternativeFeaturePanel-thumbImg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* States */
@media (max-width: 767.98px) {
	.alternativeFeaturePanel-info .colText {
		overflow: hidden;
	}
}

.alternativeFeaturePanel .colText--overlay {
	padding: 0 1rem;
	width: 100%;
}

@media (min-width: 768px) {
	.alternativeFeaturePanel .colText--overlay {
		width: 60%;
	}
}

.alternativeFeaturePanel .colText--boxed {
	width: 50%;
}

.alternativeFeaturePanel .colText--boxedOverlay {
	width: 66.66%;
}

/* Themes */
.alternativeFeaturePanel-info .colText--bg {
	background-color: #999;
}

@media (min-width: 768px) {
	.is-bris .alternativeFeaturePanel-info .colText--bg {
		padding: 1rem 1.5rem !important;
	}
}

@media (min-width: 768px) {
	.is-bris .alternativeFeaturePanel-info--default .colText {
		margin-top: 0.5625rem;
	}
}

.is-bris .alternativeFeaturePanel-info--center .alternativeFeaturePanel-summary .readmore-link {
	color: #fff;
	display: block;
}

.is-bris .alternativeFeaturePanel-info--center .alternativeFeaturePanel-label {
	color: #fff;
}

@media (min-width: 768px) {
}

 {
	color: #fff;
}

.is-bris .alternativeFeaturePanel-info--right {
	padding: 1.25rem 0.625rem 1.25rem 0;
}

@media (min-width: 768px) {
	.is-bris .alternativeFeaturePanel-info--right {
		padding: 1.875rem 1.875rem 1.875rem 0;
	}
}

 {
	color: #71140f;
}

.is-bris .alternativeFeaturePanel-info--right .colText--bg {
	background-color: #fff;
}

.is-bris .alternativeFeaturePanel-info--bottom .colText--bg {
	background-color: #f7f7f7;
}

.is-bris .alternativeFeaturePanel-label {
	margin-bottom: 0.125rem;
}

.is-bris .alternativeFeaturePanel-label {
	color: #db0000;
}

@media (min-width: 768px) {
	.is-bris .alternativeFeaturePanel-label {
		#005ea7: ;
		font-size: 0.9375rem;
	}
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
	.is-bris .alternativeFeaturePanel-summary {
		#005ea7: ;
		font-size: 1.125rem;
	}
}

@media (max-width: 767.98px) {
	.is-bris .alternativeFeaturePanel-summary {
		#005ea7: ;
		font-size: 0.8125rem;
	}
}

.is-bris .alternativeFeaturePanel-summary .readmore-link {
	color: #005ea7;
}

.is-bris .alternativeFeaturePanel-summary .readmore-link {
	display: inline;
}

.is-bris .alternativeFeaturePanel--sale .alternativeFeaturePanel-summary {
	font-size: 0.9375rem;
}

.is-bris .alternativeFeaturePanel-note {
	color: #db0000;
	font-weight: bold;
}

.is-bris .alternativeFeaturePanel--sale .alternativeFeaturePanel-note {
	font-size: 1.125rem;
}

@media (min-width: 768px) {
	.is-bris .alternativeFeaturePanel-caption {
		font-size: 1.5rem;
	}
}

.is-bris .alternativeFeaturePanel--defaultPos .alternativeFeaturePanel-thumbImg {
	#005ea7: ;
}

.is-bris .alternativeFeaturePanel--rightPos .alternativeFeaturePanel-thumbImg {
	#005ea7: ;
}

@media (min-width: 768px) {
}

.is-bris .alternativeFeaturePanel--bottomPos .alternativeFeaturePanel-thumbImg {
	#005ea7: ;
}

.linkList li {
	padding: 0.25rem 0;
}

.linkList li a {
	color: #222;
	display: block;
	font-size: 0.8125rem;
}

.linkList-root {
	color: #000 !important;
	display: block;
	font-size: 0.875rem !important;
	font-weight: 700;
	line-height: 1.3125rem;
}

/* States */
.linkList--general a {
	text-transform: uppercase;
}

.linkList--general .linkList-root {
	border-bottom: 1px solid #dedede;
	display: block;
	padding-bottom: 0.625rem;
}

.menuItem {
	-webkit-box-flex: 1;
	display: inline-block;
	-ms-flex: 1;
	flex: 1;
	list-style: none;
}

.menuItem > a {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
	text-align: center;
}

.megaMenuTab {
	border: 1px solid #dedede;
	-webkit-box-shadow: inset 0 -1px 0 0 #dedede, 0 3px 8px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 -1px 0 0 #dedede, 0 3px 8px 0 rgba(0, 0, 0, 0.3);
	width: 100%;
}

.megaMenuTab.active {
	display: block;
}

.megaMenuTab-colLeft {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.megaMenuTab-colLeft .menuTab {
	padding-left: 0.9375rem;
	padding-top: 1.25rem;
}

.megaMenuTab-subcategory {
	padding: 0.9375rem 0 1.25rem;
}

.megaMenuTab-category-name {
	border-bottom: 1px solid #e1e1e1;
	font-size: 1.25rem;
	margin-bottom: 0.75rem;
	padding-bottom: 0.9375rem;
}

.megaMenuTab .tab-panel {
	display: none;
}

.megaMenuTab .tab-panel.active {
	display: block;
}

.megaMenuTab .linkList-wrapper {
	-webkit-column-count: 4;
	column-count: 4;
	margin: 0 -0.9375rem;
	margin-right: 0;
}

.megaMenuTab .linkList {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	margin-bottom: 0;
	padding: 0 0.9375rem 0.9375rem;
}

.megaMenuTab-nav-category {
	background-color: #f7f7f7;
	border-right: 1px solid #e1e1e1;
	margin-bottom: 0;
	padding-bottom: 1.25rem;
	padding-left: 0.9375rem;
	padding-top: 1.25rem;
	width: 100%;
}

.megaMenuTab-nav-category li {
	border-top: 1px solid #e1e1e1;
	list-style: none;
}

.megaMenuTab-nav-category li.has-children {
	position: relative;
}

.megaMenuTab-nav-category li.has-children a:after {
	color: #b0b0b0;
	content: '\e906';
	font-family: 'bris-icons';
	position: absolute;
	right: 0.375rem;
	top: 0.6875rem;
}

.megaMenuTab-nav-category li.has-children > a {
	cursor: default;
}

.megaMenuTab-nav-category li a {
	color: #000;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0.5625rem 0.75rem;
	padding-right: 1.5rem;
	text-decoration: none;
}

.megaMenuTab-nav-category li a.active,
.megaMenuTab-nav-category li a:hover {
	background: #fff;
}

.megaMenuTab-nav-category li a.active:after,
.megaMenuTab-nav-category li a:hover:after {
	color: #000;
}

.megaMenuTab .bgImg {
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -1.25rem;
	height: 7.5rem;
	margin-left: -2rem;
	margin-top: 3rem;
	position: relative;
}

.megaMenuTab .bgImg img {
	opacity: 0;
}

.megaMenuTab .bgImg-hasGift {
	background: #fff;
	border: 3px solid #b0b0b0;
	border-radius: 100%;
	bottom: -0.625rem;
	height: 10.9375rem;
	overflow: hidden;
	position: absolute;
	right: 2.5rem;
	width: 10.9375rem;
	z-index: 1;
}

@media (min-width: 992px) {
	.megaMenuTab .bgImg-hasGift {
		bottom: -1.875rem;
		height: 13.625rem;
		width: 13.625rem;
	}
}

.megaMenuTab .bgImg-hasGift:after {
	background-size: 100%;
	border-radius: 100%;
	content: '';
	height: 3.125rem;
	position: absolute;
	right: 1.375rem;
	top: 1.875rem;
	width: 3.125rem;
}

.megaMenuTab .bgImg-hasGift > div {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.megaMenuBrand {
	background: #fff;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	-webkit-box-shadow: inset 0 -1px 0 0 #e1e1e1, 0 3px 8px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 -1px 0 0 #e1e1e1, 0 3px 8px 0 rgba(0, 0, 0, 0.3);
	width: 100%;
}

.megaMenuBrand .listNav {
	background-color: #f7f7f7;
	border-bottom: 1px solid #e1e1e1;
	padding: 1.875rem 0.9375rem 0.9375rem;
}

@media (max-width: 1199.98px) {
	.megaMenuBrand .listNav {
		display: block !important;
		padding-top: 0.9375rem;
	}
}

.megaMenuBrand .listNav li {
	border-width: 0 !important;
	display: inline-block;
	margin-right: 0.3125rem;
}

.megaMenuBrand .listNav li a {
	border-width: 0 !important;
	color: #000 !important;
	font-size: 0.75rem;
	font-weight: 700;
	min-width: 2.125rem;
	padding: 0.75rem 0.3125rem;
	text-align: center;
}

.megaMenuBrand .listNav li a.letter-selected {
	background-color: #000 !important;
	color: #fff !important;
}

.megaMenuBrand .listNav li a:hover:not(.letter-selected) {
	background-color: #fff !important;
	color: #000 !important;
	text-decoration: underline;
}

.megaMenuBrand-resultList {
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
}

.megaMenuBrand-resultList ul {
	-webkit-column-count: 2;
	column-count: 2;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.megaMenuBrand-resultList ul {
		-webkit-column-count: 4;
		column-count: 4;
	}
}

.megaMenuBrand-resultList li a {
	color: #555;
	display: inline-block;
	font-size: 0.8125rem;
	padding: 0.3125rem 0.9375rem;
}

.megaMenuBrand .listNavHide {
	display: none;
}

.megaMenuBrand .listNavshow {
	display: block;
}

@media (max-width: 575.98px) {
	.megaMenuBrand-brandListing {
		padding-bottom: 3rem;
	}
}

.megaMenuBrand-brandListing > p {
	align-items: center;
	border-top: 1px solid #e1e1e1;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 1rem;
	padding: 1.5rem 0 1rem;
}

@media (min-width: 992px) {
	.megaMenuBrand-brandListing > p {
		margin: 0 3rem;
		padding: 1rem;
	}
}

@media (min-width: 1200px) {
	.megaMenuBrand-brandListing > p {
		margin: 0 5rem;
		padding: 1.5rem 3rem;
	}
}

.megaMenuBrand-brandBox {
	-webkit-box-flex: 0;
	display: block;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	height: 100%;
	max-width: 33.3333333333%;
	padding: 0.5rem 1rem;
	width: 100%;
}

@media (min-width: 992px) {
	.megaMenuBrand-brandBox {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
		padding: 1rem 1.5rem;
	}
}

.megaMenuBrand-brandImg {
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

/* States */
@media (max-width: 991.98px) {
	.megaMenuBrand {
		background: transparent;
		border-width: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.megaMenuBrand-resultList h1 {
		padding: 0.3125rem 2rem;
		text-align: left !important;
	}

	.megaMenuBrand .listNav {
		border-top: 1px solid #e1e1e1;
	}
}

@media (max-width: 767.98px) {
	.megaMenuBrand .letter-no-match {
		margin-left: 1rem;
	}
}

.megaMenu-navLinks .navbar {
	border-top: 1px solid #e1e1e1;
}

.megaMenu-navLinks .navbar-nav {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
}

.megaMenu-navLinks .container:first-of-type {
	padding: 0 !important;
}

.megaMenu .menuItem > a {
	color: #000;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0.875rem;
	position: relative;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.megaMenu-title {
	color: #fff;
}

.megaMenu .sub-container {
	background-color: #fff;
	display: none;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1100;
}

.megaMenu .sub-container.active {
	display: block;
}

.megaMenu .has-sub > a.active {
	display: block;
	position: relative;
	z-index: 1108;
}

.megaMenu .has-sub > a.active:after,
.megaMenu .has-sub > a.active::before {
	border-bottom: 12px solid #f7f7f7;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	bottom: -1px;
	content: '';
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 0;
	z-index: 1;
}

.megaMenu .has-sub > a.active::before {
	border-bottom: 14px solid #dadada;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
}

.megaMenu .has-sub:not(:first-child):not(:nth-child(2)) > a.active:after {
	border-bottom-color: #fff;
}

.megaMenu-nav-category {
	background-color: #231f20;
	border-right: 1px solid #e1e1e1;
	padding-left: 0;
}

.megaMenu-nav-category li {
	list-style: none;
}

.megaMenu-nav-category li.has-children a:after {
	color: #e1e1e1;
	content: '\e906';
	float: right;
	font-family: 'bris-icons';
}

.megaMenu-nav-category li a {
	color: #000;
	display: block;
	font-weight: 700;
	padding: 0.9375rem 0.75rem;
}

.megaMenu-nav-category li:not(:last-child) {
	border-bottom: 1px solid #e1e1e1;
}

.megaMenu-subcategory {
	padding: 1.25rem 0;
}

.megaMenu-subcategory ul {
	float: left;
	width: 25%;
}

.megaMenu-subcategory ul li {
	padding: 0.3125rem 0;
}

.megaMenu-subcategory ul li a {
	color: #222;
	display: block;
	font-size: 0.8125rem;
}

.megaMenu .title-submenu {
	color: #000;
	font-size: 0.875rem;
	font-weight: 700;
}

.megaMenu .tab-panel {
	display: none;
}

.megaMenu .tab-panel.active {
	display: block;
}

.megaMenu-btnClose {
	background: url('/Static/assets/css/svgs/close.svg');
	background-size: 100%;
	cursor: pointer;
	height: 0.9375rem;
	position: absolute;
	right: 0.9375rem;
	top: 0.9375rem;
	width: 0.9375rem;
	z-index: 1;
}

/* Menu mobile */
#slidingMenuMobile-wapper {
	left: 0;
	position: fixed;
	top: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
	z-index: 999;
}

#slidingMenuMobile-wapper.show {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	z-index: 9999;
}

#slidingMenuMobile-wapper:after {
	background-color: rgba(0, 0, 0, 0.8);
	content: '';
	height: 100vh;
	position: absolute;
	right: 0;
	top: 0;
	width: 2.8125rem;
	z-index: 999;
}

#slidingMenuMobile-wapper .slidingMenuMobile {
	background: #fff;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	padding-top: 0.9375rem;
	top: 0;
	width: calc(100% - 45px);
	z-index: 1000;
}

#slidingMenuMobile-wapper #closeMenuMobile {
	color: #fff;
	cursor: pointer;
	margin-left: 0.625rem;
	position: absolute;
	right: 0.25rem;
	text-indent: -999999px;
	top: 0.625rem;
	width: 2rem;
	z-index: 9999;
}

#slidingMenuMobile-wapper #closeMenuMobile:after,
#slidingMenuMobile-wapper #closeMenuMobile::before {
	background: #fff;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: 12px;
	width: 26px;
}

#slidingMenuMobile-wapper #closeMenuMobile:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#slidingMenuMobile-wapper #closeMenuMobile:before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#slidingMenuMobile-wapper .slider-menu__main {
	background: #f7f7f7;
	color: #666;
	display: block;
	display: none;
	font-size: 1rem;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	margin-top: -0.9375rem;
	padding: 0 0.9375rem;
	text-decoration: none;
}

#slidingMenuMobile-wapper .slider-menu__main.active {
	display: block;
}

#slidingMenuMobile-wapper .slider-menu__main i {
	color: #e1e1e1;
	margin-right: 0.625rem;
}

.slider-menu {
	background-color: #fff;
	font-size: 0.8125rem;
	font-weight: 500;
	overflow: hidden;
	text-transform: uppercase;
}

.slider-menu__container {
	left: 0;
	position: relative;
	top: 0;
	-webkit-transition: left 0.2s;
	transition: left 0.2s;
}

.slider-menu__container > .slider-menu__menu > .slider-menu__item > .slider-menu__link {
	text-transform: uppercase;
}

.slider-menu__menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.slider-menu__menu .slider-menu__menu {
	left: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	visibility: hidden;
	width: 100%;
}

.slider-menu__menu .slider-menu--active {
	opacity: 1;
	visibility: visible;
}

.slider-menu__item {
	border-bottom: 1px solid #e1e1e1;
	margin: 0 0.9375rem;
}

.slider-menu__item.has-sub > a {
	position: relative;
}

.slider-menu__item.has-sub > a:after {
	color: #e1e1e1;
	content: '\e906';
	font-family: 'bris-icons';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-menu__item--vertical.show {
	background: #fff !important;
}

.slider-menu__item--vertical.highlight.has-sub {
	background: #231f20;
	margin: 0;
	padding: 0 0.9375rem;
}

.slider-menu__item--vertical.highlight.has-sub > a {
	border-bottom: none;
	color: #d6d6d6;
	font-weight: normal;
}

.slider-menu__item--vertical.highlight.has-sub > a:after {
	color: #e1e1e1;
	content: '\e905';
	float: left;
	margin-right: 0.625rem;
}

.slider-menu__item--vertical .slider-menu__des {
	align-items: center;
	-webkit-box-align: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	height: 0;
	opacity: 0;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.slider-menu__item--vertical .slider-menu__des h2 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0;
	padding: 1.25rem 0;
	padding-right: 2.8125rem;
}

.slider-menu__item--vertical .slider-menu__des a {
	margin: 0;
	padding-left: 0;
}

.slider-menu__item--vertical .viewAllWrapper {
	display: none;
	margin-bottom: 0.625rem;
}

.slider-menu__item--vertical .viewAllWrapper a {
	color: #222;
	display: block;
	font-size: 0.8125rem;
	padding: 0.25rem 0;
}

.slider-menu__item--vertical.show > .slider-menu__link {
	display: none;
}

.slider-menu__item--vertical.show .slider-menu__des {
	height: auto;
	opacity: 1;
}

.slider-menu__item h2 {
	color: #666;
	font-size: 1.5rem;
	font-weight: normal;
	margin: 0;
	padding: 1.25rem 0;
}

.slider-menu__item .viewAll {
	align-items: center;
	border: 0;
	bottom: 0;
	-webkit-box-align: center;
	-webkit-box-pack: end;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	-ms-flex-align: center;
	-ms-flex-pack: end;
	font-size: 0;
	justify-content: flex-end;
	left: 0;
	margin-bottom: 1.25rem;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.slider-menu__item .viewAll:after {
	color: #d6d6d6;
	content: '\e906';
	font-family: 'bris-icons';
	font-size: 0.875rem;
	font-weight: 600;
}

.slider-menu__item .viewAll:hover,
.slider-menu__item .viewAll:focus,
.slider-menu__item .viewAll:active,
.slider-menu__item .viewAll.active {
	border-bottom: 0;
	text-decoration: none;
}

.slider-menu__item.goback {
	background: #f7f7f7;
	border-top: 1px solid #e1e1e1;
	margin: 0;
	padding: 0 0.9375rem;
}

.slider-menu__item.goback .slider-menu__back {
	color: #d6d6d6;
	font-weight: normal;
}

.slider-menu__item.goback .slider-menu__back:after {
	color: #e1e1e1;
	content: '\e905';
	float: left;
	font-family: 'bris-icons';
	margin-right: 0.625rem;
	margin-right: 0.625rem;
}

.slider-menu__link {
	color: #000;
	display: block;
	font-weight: 700;
	padding: 0.75rem 2.5rem 0.75rem 0;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.slider-menu .viewAll.slider-menu__link {
	padding-left: 0 !important;
}

.slider-menu__item--vertical .slider-menu__menu {
	display: none;
	left: auto;
	opacity: 1;
	position: relative;
	top: auto;
	visibility: visible;
}

.brand-nav .slider-menu__item {
	border-bottom-width: 0;
}

/* Menu mobile */
.new-pdp .mobile-menu-2022.has-region .slidingMenuMobile-container {
	height: calc(100vh - 130px);
	top: 130px;
}

.new-pdp .mobile-menu-2022.has-region.has-topPromo .slidingMenuMobile-container {
	height: calc(100vh - 163px);
	top: 163px;
}

.new-pdp .mobile-menu-2022.has-region.has-topPromo.has-top-rural .slidingMenuMobile-container {
	height: calc(100vh - 200px);
	top: 200px;
}

.new-pdp .mobile-menu-2022.has-region.has-top-rural .slidingMenuMobile-container {
	height: calc(100vh - 165px);
	top: 165px;
}

.new-pdp .mobile-menu-2022.has-topPromo .slidingMenuMobile-container {
	height: calc(100vh - 163px);
	top: 163px;
}

.new-pdp .mobile-menu-2022.has-topPromo.has-top-rural .slidingMenuMobile-container {
	height: calc(100vh - 200px);
	top: 200px;
}

.new-pdp .mobile-menu-2022.has-top-rural .slidingMenuMobile-container {
	height: calc(100vh - 165px);
	top: 165px;
}

.mobile-menu-2022.has-region .slidingMenuMobile-container {
	height: calc(100vh - 170px);
	top: 170px;
}

.mobile-menu-2022.has-region.has-topPromo .slidingMenuMobile-container {
	height: calc(100vh - 203px);
	top: 203px;
}

.mobile-menu-2022.has-topPromo .slidingMenuMobile-container {
	height: calc(100vh - 163px);
	top: 163px;
}

.mobile-menu-2022 .siteHeader-navLinks {
	position: initial;
}

.mobile-menu-2022 .slidingMenuMobile-container {
	display: none;
}

@media (max-width: 991.98px) {
	.mobile-menu-2022 .slidingMenuMobile-container {
		background-color: #f8f8f8;
		display: block;
		height: 0;
		left: 0;
		opacity: 0;
		overflow-y: auto;
		position: absolute;
		top: 130px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		visibility: hidden;
		width: 100%;
	}

	.mobile-menu-2022 .slidingMenuMobile-container.active {
		opacity: 1;
		visibility: visible;
		z-index: 9999;
	}

	.mobile-menu-2022 .slidingMenuMobile-container.open-level-2 .mobile-menu-container .go-back {
		display: block;
	}

	.mobile-menu-2022 .slidingMenuMobile-container.open-level-2 .mobile-menu-container ul.level-1 > li:not(.active) {
		display: none;
	}

	.mobile-menu-2022 .slidingMenuMobile-container.open-level-2 .mobile-menu-container ul.level-1 > li.active {
		border-bottom: none;
	}

	.mobile-menu-2022 .slidingMenuMobile-container.open-level-2 .mobile-menu-container ul.level-1 > li.active > .menu-item {
		display: none;
	}

	.mobile-menu-2022 .slidingMenuMobile-container.open-level-2 .mobile-menu-container ul.level-1 > li.active .level-2-outline {
		display: block;
	}

	.mobile-menu-2022 .slidingMenuMobile-container.open-level-2 .mobile-menu-container ul.level-sub {
		display: none;
	}

	.mobile-menu-2022 .slidingMenuMobile-container.open-level-2 .mobile-menu-container > .mobile-banner {
		display: none;
	}

	.mobile-menu-2022 .slidingMenuMobile-container.open-level-3 .mobile-menu-container .level-2-outline > .level-heading {
		display: none;
	}

	.mobile-menu-2022 .slidingMenuMobile-container.open-level-3 .mobile-menu-container ul.level-2 > li:not(.active) {
		display: none;
	}

	.mobile-menu-2022 .slidingMenuMobile-container.open-level-3 .mobile-menu-container ul.level-2 > li.active {
		border-bottom: none;
		padding: 0;
	}

	.mobile-menu-2022 .slidingMenuMobile-container.open-level-3 .mobile-menu-container ul.level-2 > li.active > .menu-item {
		display: none;
	}

	.mobile-menu-2022 .slidingMenuMobile-container.open-level-3 .mobile-menu-container ul.level-2 > li.active .level-3-outline {
		display: block;
	}

	.mobile-menu-2022 .slidingMenuMobile-container.open-level-3 .mobile-menu-container ul.level-2 + .mobile-banner {
		display: none;
	}
}

.mobile-menu-2022 .mobile-menu-container {
	background-color: #fff;
	padding: 0 16px;
	/* BRAND */
}

.mobile-menu-2022 .mobile-menu-container .go-back {
	display: none;
}

.mobile-menu-2022 .mobile-menu-container .go-back a {
	color: #707070;
	font-size: 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.mobile-menu-2022 .mobile-menu-container .level-heading {
	border-bottom: 3px solid #707070;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	font-size: 1.25rem;
	justify-content: space-between;
	padding-bottom: 20px;
}

.mobile-menu-2022 .mobile-menu-container .level-heading.brand {
	border-bottom: none;
}

.mobile-menu-2022 .mobile-menu-container .level-heading .level-heading-left {
	align-items: center;
	-webkit-box-align: center;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	font-weight: 700;
	text-transform: uppercase;
}

.mobile-menu-2022 .mobile-menu-container .level-heading .level-heading-right a {
	color: #707070;
	font-size: 1.25rem !important;
	text-transform: uppercase;
}

.mobile-menu-2022 .mobile-menu-container .tag {
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 0.6875rem;
	font-weight: 500;
	height: 20px;
	line-height: 20px;
	margin-left: 10px;
	padding: 0 8px;
	text-transform: none;
}

.mobile-menu-2022 .mobile-menu-container ul {
	margin: 0;
	padding: 0;
}

.mobile-menu-2022 .mobile-menu-container ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-menu-2022 .mobile-menu-container ul.level-1 li {
	border-bottom: 2px solid #f2f2f2;
	padding: 20px 0;
}

.mobile-menu-2022 .mobile-menu-container ul.level-1 li.no-child {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
}

.mobile-menu-2022 .mobile-menu-container ul.level-1 li.no-child a::after {
	display: none;
}

.mobile-menu-2022 .mobile-menu-container ul.level-1 li > a,
.mobile-menu-2022 .mobile-menu-container ul.level-1 li .menu-item {
	align-items: center;
	-webkit-box-align: center;
	color: #000;
	cursor: pointer;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	font-size: 1.125rem;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
}

.mobile-menu-2022 .mobile-menu-container ul.level-1 li > a::after,
.mobile-menu-2022 .mobile-menu-container ul.level-1 li .menu-item::after {
	background-image: url('/Static/assets/css/svgs/icon-arrow-right-black.svg');
	background-repeat: no-repeat;
	content: ' ';
	height: 14px;
	margin-top: -7px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 9px;
}

.mobile-menu-2022 .mobile-menu-container ul.level-1 li .level-2-outline {
	background-color: #fff;
	display: none;
	width: 100%;
}

.mobile-menu-2022 .mobile-menu-container ul.level-1 li .level-2-outline .level-2 li a,
.mobile-menu-2022 .mobile-menu-container ul.level-1 li .level-2-outline .level-2 li .menu-item {
	font-size: 1rem;
}

.mobile-menu-2022 .mobile-menu-container ul.level-1 li .level-2-outline .level-2 li a::after,
.mobile-menu-2022 .mobile-menu-container ul.level-1 li .level-2-outline .level-2 li .menu-item::after {
	background-image: url('/Static/assets/css/svgs/icon-arrow-right-gray.svg');
}

.mobile-menu-2022 .mobile-menu-container ul.level-1 li .level-3-outline {
	display: none;
}

.mobile-menu-2022 .mobile-menu-container ul.level-1 li .level-3-outline .level-3 li.active .menu-item::after {
	background-image: url('/Static/assets/css/svgs/icon-minus.svg');
}

.mobile-menu-2022 .mobile-menu-container ul.level-1 li .level-3-outline .level-3 li .menu-item::after {
	background-image: url('/Static/assets/css/svgs/icon-plus.svg');
	height: 11px;
	width: 11px;
}

.mobile-menu-2022 .mobile-menu-container ul.level-1 li .level-4 li {
	border-bottom: none;
	padding: 5px 0;
}

.mobile-menu-2022 .mobile-menu-container ul.level-1 li .level-4 li a {
	color: #707070;
	font-weight: normal;
	text-transform: none;
}

.mobile-menu-2022 .mobile-menu-container ul.level-1 li .level-4 li a::after {
	display: none;
}

.mobile-menu-2022 .mobile-menu-container ul.level-1 li .level-4 li a.shop-all {
	color: #000;
	font-weight: 500;
}

.mobile-menu-2022 .mobile-menu-container ul.level-sub {
	padding: 23px 0;
}

.mobile-menu-2022 .mobile-menu-container ul.level-sub li {
	padding: 7px 0;
}

.mobile-menu-2022 .mobile-menu-container ul.level-sub li a {
	color: #929292;
	font-size: 1rem;
	text-transform: uppercase;
}

.mobile-menu-2022 .mobile-menu-container .mobile-banner {
	padding-bottom: 40px;
}

.mobile-menu-2022 .mobile-menu-container .mobile-banner a {
	display: block;
	margin-bottom: 16px;
	overflow: hidden;
	padding-top: 42.1%;
	position: relative;
	width: 100%;
}

.mobile-menu-2022 .mobile-menu-container .mobile-banner a:last-child {
	margin-bottom: 0;
}

.mobile-menu-2022 .mobile-menu-container .mobile-banner a:before {
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.mobile-menu-2022 .mobile-menu-container .mobile-banner a img {
	height: auto;
	position: absolute;
	top: 0;
	width: 100%;
}

.mobile-menu-2022 .mobile-menu-container .mobile-banner a img.img-wide {
	height: 100%;
	width: auto;
}

.mobile-menu-2022 .mobile-menu-container .mobile-banner a span {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 1.5rem;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	left: 0;
	line-height: 29px;
	padding: 0 100px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	width: 100%;
	z-index: 10;
}

.mobile-menu-2022 .mobile-menu-container .mobile-banner.col-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -8px;
	padding-bottom: 20px;
}

.mobile-menu-2022 .mobile-menu-container .mobile-banner.col-type a {
	margin-bottom: 0;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 44.43%;
}

.mobile-menu-2022 .mobile-menu-container .mobile-banner.col-type a span {
	padding: 0 20px;
}

.mobile-menu-2022 .mobile-menu-container .menu-brand-outline {
	align-items: center;
	background-color: #ececec;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -16px;
	padding: 12px 8px;
}

.mobile-menu-2022 .mobile-menu-container .menu-brand-outline .menu-brand-item {
	align-items: center;
	background-color: #fff;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: 65px;
	justify-content: center;
	margin: 8px;
	padding: 20px 0;
	text-align: center;
	width: calc(33.33% - 16px);
}

.mobile-menu-2022 .mobile-menu-container .menu-brand-outline .menu-brand-item a {
	display: block;
}

.mobile-menu-2022 .mobile-menu-container .menu-brand-outline .menu-brand-item img {
	max-height: 30px;
	max-width: 80%;
}

.mobile-menu-2022 .mobile-menu-container .search-brand-outline {
	background-color: #f8f8f8;
	margin: 0 -16px -20px;
	padding: 20px 16px 100px;
}

.mobile-menu-2022 .mobile-menu-container .search-brand-outline form {
	position: relative;
}

.mobile-menu-2022 .mobile-menu-container .search-brand-outline input {
	border: 1px solid #c1c1c1;
	color: #999;
	font-size: 0.875rem;
	height: 46px;
	padding: 0 3rem;
	width: 100%;
}

.mobile-menu-2022 .mobile-menu-container .search-brand-outline input::-webkit-input-placeholder {
	color: #707070;
}

.mobile-menu-2022 .mobile-menu-container .search-brand-outline input:-ms-input-placeholder {
	color: #707070;
}

.mobile-menu-2022 .mobile-menu-container .search-brand-outline input::-ms-input-placeholder {
	color: #707070;
}

.mobile-menu-2022 .mobile-menu-container .search-brand-outline input::placeholder {
	color: #707070;
}

.mobile-menu-2022 .mobile-menu-container .search-brand-outline input:focus {
	outline: none;
}

.mobile-menu-2022 .mobile-menu-container .search-brand-outline button {
	align-items: center;
	background: none;
	border: 0;
	-webkit-box-align: center;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	left: 1rem;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mobile-menu-2022 .mobile-menu-container .search-brand-outline button .icon-search {
	height: 22px;
	width: 22px;
}

.mobile-menu-2022 .mobile-menu-container .search-brand-outline button .icon-search::before {
	background-image: url('/Static/assets/css/svgs/icon-search.svg');
	background-repeat: no-repeat;
	content: ' ';
	display: block;
	height: 22px;
	width: 22px;
}

.mobile-menu-2022 .mobile-menu-container .search-brand-outline ul.menu-brand-character {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -3px;
	padding: 17px 0;
}

.mobile-menu-2022 .mobile-menu-container .search-brand-outline ul.menu-brand-character li {
	align-items: center;
	background-color: #fff;
	border: 1px solid #ececec;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: 36px;
	justify-content: center;
	margin: 3px;
	padding: 0;
	width: calc((100% / 9) - 6px);
}

.mobile-menu-2022 .mobile-menu-container .search-brand-outline ul.menu-brand-character li.active {
	background-color: #000;
}

.mobile-menu-2022 .mobile-menu-container .search-brand-outline ul.menu-brand-character li.active a {
	color: #fff;
}

.mobile-menu-2022 .mobile-menu-container .search-brand-outline ul.menu-brand-character li a {
	text-decoration: none;
}

.mobile-menu-2022 .mobile-menu-container .search-brand-outline ul.menu-brand-character li a::after {
	display: none;
}

.mobile-menu-2022 .mobile-menu-container .search-brand-outline .menu-brand-list {
	padding-bottom: 35vh;
}

.mobile-menu-2022 .mobile-menu-container .search-brand-outline .menu-brand-list .menu-brand-heading {
	border-bottom: 2px solid #e5e5e5;
	font-size: 1.125rem;
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.mobile-menu-2022 .mobile-menu-container .search-brand-outline .menu-brand-list ul.menu-brand-listing {
	padding: 10px 0 0;
}

.mobile-menu-2022 .mobile-menu-container .search-brand-outline .menu-brand-list ul.menu-brand-listing li {
	border-bottom: none;
	padding: 3px 0;
}

.mobile-menu-2022 .mobile-menu-container .search-brand-outline .menu-brand-list ul.menu-brand-listing li a {
	color: #707070;
	font-size: 1rem;
	font-weight: normal;
	text-transform: none;
}

.mobile-menu-2022 .mobile-menu-container .search-brand-outline .menu-brand-list ul.menu-brand-listing li a::after {
	display: none;
}

/* THEME */
/* Menu mobile */
@media (max-width: 991.98px) {
	.is-bris .mobile-menu-2022 .slidingMenuMobile-container.open-level-2 .mobile-menu-container {
		padding-top: 20px;
	}
}

.is-bris .mobile-menu-2022 .mobile-menu-container {
	background-color: #f8f8f8;
}

.is-bris .mobile-menu-2022 .mobile-menu-container .go-back a {
	font-weight: 700;
}

.is-bris .mobile-menu-2022 .mobile-menu-container .level-heading .level-heading-left {
	text-transform: none;
}

.is-bris .mobile-menu-2022 .mobile-menu-container .level-heading .level-heading-right a {
	text-transform: none;
}

.is-bris .mobile-menu-2022 .mobile-menu-container ul.level-1 li > a,
.is-bris .mobile-menu-2022 .mobile-menu-container ul.level-1 li .menu-item {
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: none;
}

.is-bris .mobile-menu-2022 .mobile-menu-container ul.level-1 li > a::after,
.is-bris .mobile-menu-2022 .mobile-menu-container ul.level-1 li .menu-item::after {
	background-image: url('/Static/assets/css/svgs/icon-arrow-right-thin-gray.svg');
	width: 8px;
}

.is-bris .mobile-menu-2022 .mobile-menu-container ul.level-1 li .level-2-outline {
	background-color: #f8f8f8;
}

.is-bris .mobile-menu-2022 .mobile-menu-container ul.level-1 li .level-2-outline .level-2 li a::after,
.is-bris .mobile-menu-2022 .mobile-menu-container ul.level-1 li .level-2-outline .level-2 li .menu-item::after {
	background-image: url('/Static/assets/css/svgs/icon-arrow-right-thin-gray.svg');
}

.is-bris .mobile-menu-2022 .mobile-menu-container ul.level-1 li .level-3-outline {
	display: none;
}

.is-bris .mobile-menu-2022 .mobile-menu-container ul.level-1 li .level-3-outline .level-3 li.active .menu-item::after {
	background-image: url('/Static/assets/css/svgs/icon-minus.svg');
}

.is-bris .mobile-menu-2022 .mobile-menu-container ul.level-1 li .level-3-outline .level-3 li .menu-item::after {
	background-image: url('/Static/assets/css/svgs/icon-plus.svg');
}

.is-bris .mobile-menu-2022 .mobile-menu-container ul.level-1 li .level-4 li a.shop-all {
	font-weight: 700;
}

.is-bris .mobile-menu-2022 .mobile-menu-container ul.level-sub li a {
	color: #707070;
	font-weight: 700;
	text-transform: none;
}

.is-bris .mobile-menu-2022 .mobile-menu-container .mobile-banner a span {
	align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-pack: start;
	-ms-flex-align: start;
	-ms-flex-pack: start;
	font-size: 1.25rem;
	justify-content: flex-start;
	padding: 20px 0 0 20px;
	text-transform: none;
}

.is-bris .mobile-menu-2022 .mobile-menu-container .mobile-banner.col-type a span {
	padding: 20px 0 0 20px;
}

.is-bris .mobile-menu-2022 .mobile-menu-container .search-brand-outline input {
	border: 1px solid #ebebeb;
}

.is-bris .mobile-menu-2022 .mobile-menu-container .search-brand-outline button .icon-search {
	height: 18px;
	width: 18px;
}

.is-bris .mobile-menu-2022 .mobile-menu-container .search-brand-outline button .icon-search::before {
	background-image: url('/Static/assets/css/svgs/icon-search-thin.svg');
	height: 18px;
	width: 18px;
}

 {
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: none;
}

 {
	background-image: url('/Static/assets/css/svgs/icon-arrow-right-thin-gray.svg');
	width: 8px;
}

 {
	background-image: url('/Static/assets/css/svgs/icon-arrow-right-thin-gray.svg');
}

.is-bris .mobile-menu-2022 .mobile-menu-container .tag {
	background-color: #045ea6;
}

/* DARK BACKGROUND & FIXED BODY */
html {
	/*width: 100%;
	scroll-behavior: smooth;*/
}

@media (max-width: 991.98px) {
	body.show-backdrop {
		/*height: 100vh;
			overflow: hidden;*/
	}

	body.show-backdrop::after {
		background-color: rgba(0, 0, 0, 0.5);
		bottom: 0;
		content: '';
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 99;
	}
}

/* THEME */
/* DARK BACKGROUND */
@media (max-width: 991.98px) {
	body.is-bris.show-backdrop::after {
		background-color: rgba(3, 94, 167, 0.5);
	}
}

/* Mega Menu desktop */
.tag-format,
.d-level-2-outline .d-level-2 > li .tag,
.main-side-heading .main-side-heading-title .tag,
.main-side-outline .menu-group .menu-row .menu-col .tag {
	border-radius: 10px;
	color: #fff;
	font-size: 0.6875rem;
	height: 20px;
	line-height: 20px;
	margin: 0 5px 0 10px;
	padding: 0 8px;
	text-transform: none;
	white-space: nowrap;
}

.desktop-megaMenu {
	display: none;
	position: relative;
}

@media (min-width: 992px) {
	.desktop-megaMenu {
		display: block;
	}
}

.desktop-megaMenu ul,
.desktop-megaMenu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.desktop-megaMenu .d-level-1 {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 20px;
}

.desktop-megaMenu .d-level-1.align-left {
	-webkit-box-pack: initial;
	-ms-flex-pack: initial;
	justify-content: initial;
}

@media (min-width: 1480px) {
	.desktop-megaMenu .d-level-1 {
		padding: 0;
	}
}

.desktop-megaMenu .d-level-1 > li {
	padding-right: 28px;
}

.desktop-megaMenu .d-level-1 > li.is-hover .desktop-megaMenu-container {
	display: block;
}

.desktop-megaMenu .d-level-1 > li:last-child {
	padding-right: 0;
}

.desktop-megaMenu .d-level-1 > li.has-3-level .desktop-megaMenu-container .megaMenu-nav-side .d-level-2 li.active .megaMenu-main-side {
	display: block;
}

.desktop-megaMenu .d-level-1 > li.has-3-level .desktop-megaMenu-container .megaMenu-nav-side .megaMenu-main-side {
	background: #f8f8f8;
	display: none;
	left: 100%;
	padding-bottom: 20px;
	position: absolute;
	top: 0;
	width: calc(100% * 4);
	z-index: 99;
}

.desktop-megaMenu .d-level-1 > li.only-2-level .desktop-megaMenu-container .desktop-megaMenu-inner::before {
	display: none;
}

.desktop-megaMenu .d-level-1 > li.only-2-level .desktop-megaMenu-container .desktop-megaMenu-inner .megaMenu-main-side .main-side-bottom {
	width: 100%;
}

.desktop-megaMenu .d-level-1 > li.only-2-level .desktop-megaMenu-container .megaMenu-main-side {
	padding-left: 0;
	width: 100%;
}

.desktop-megaMenu .d-level-1 > li.only-2-level .desktop-megaMenu-container .megaMenu-main-side .main-side-outline .menu-group:first-child {
	width: calc(65% - 20px);
}

.desktop-megaMenu .d-level-1 > li.only-2-level .desktop-megaMenu-container .megaMenu-main-side .main-side-outline .menu-group:last-child {
	width: calc(35% - 20px);
}

.desktop-megaMenu .d-level-1 > li.only-for-brand .desktop-megaMenu-container .desktop-megaMenu-inner::before {
	right: 0;
	width: calc((100% - 40) / 3);
}

@media (min-width: 1480px) {
	.desktop-megaMenu .d-level-1 > li.only-for-brand .desktop-megaMenu-container .desktop-megaMenu-inner::before {
		width: calc(((100% - 1440px) / 2) + (1440px / 3));
	}
}

.desktop-megaMenu .d-level-1 > li.only-for-brand .desktop-megaMenu-container .megaMenu-nav-side {
	width: calc(100% / 3);
}

.desktop-megaMenu .d-level-1 > li.only-for-brand .desktop-megaMenu-container .megaMenu-main-side {
	padding-left: 0;
	width: calc((100% / 3) * 2);
}

.desktop-megaMenu .d-level-1 > li > a {
	border-bottom: 4px solid white;
	display: block;
	padding: 13px 0 9px;
}

.desktop-megaMenu .d-level-1 > li > a:hover {
	text-decoration: none;
}

.desktop-megaMenu .d-level-1 > li > span {
	cursor: pointer;
	display: block;
	padding: 13px 0 9px;
}

.desktop-megaMenu .d-level-1 > li .desktop-megaMenu-container {
	background-color: #f8f8f8;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	display: none;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 9;
}

.desktop-megaMenu .d-level-1 > li .desktop-megaMenu-container .desktop-megaMenu-inner {
	position: relative;
	width: 100%;
}

.desktop-megaMenu .d-level-1 > li .desktop-megaMenu-container .desktop-megaMenu-inner::before {
	background-color: #f0f0f0;
	content: '';
	height: 100%;
	position: absolute;
	width: calc((100% - 40) / 5);
}

@media (min-width: 1480px) {
	.desktop-megaMenu .d-level-1 > li .desktop-megaMenu-container .desktop-megaMenu-inner::before {
		width: calc(((100% - 1440px) / 2) + (1440px / 5));
	}
}

.desktop-megaMenu .d-level-1 > li .desktop-megaMenu-container .desktop-megaMenu-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 1440px;
	min-height: 380px;
	padding: 0 20px;
	position: relative;
	z-index: 99;
}

@media (min-width: 1480px) {
	.desktop-megaMenu .d-level-1 > li .desktop-megaMenu-container .desktop-megaMenu-wrapper {
		padding: 0;
	}
}

.desktop-megaMenu .d-level-1 > li .desktop-megaMenu-container .megaMenu-nav-side {
	width: 20%;
}

.desktop-megaMenu .d-level-1 > li .desktop-megaMenu-container .megaMenu-main-side {
	min-height: 300px;
	overflow: hidden;
	padding-bottom: 100px;
	padding-left: 40px;
	position: relative;
	width: 80%;
}

.desktop-megaMenu .d-level-1 > li .desktop-megaMenu-container .megaMenu-main-side .main-side-heading + .main-side-outline .menu-group .menu-banner:first-child {
	padding-top: 30px;
}

.d-level-2-outline {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	height: 100%;
	justify-content: space-between;
	padding: 20px 40px 30px 0;
	position: relative;
}

.d-level-2-outline .d-level-2-heading {
	align-content: center;
	align-items: baseline;
	border-bottom: 2px solid #c4c4c4;
	-webkit-box-align: baseline;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: baseline;
	-ms-flex-line-pack: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 20px;
	padding: 9px 0;
}

.d-level-2-outline .d-level-2-heading h3 {
	color: #000;
	margin: 0;
}

.d-level-2-outline .d-level-2-heading a {
	font-size: 0.875rem;
}

.d-level-2-outline .d-level-2 {
	padding: 13px 0 90px;
}

.d-level-2-outline .d-level-2 > li {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
}

.d-level-2-outline .d-level-2 > li.active::after {
	content: '';
	height: 15px;
	/*position: absolute;
					right: 0;
					top: 50%;
					margin-top: -7.5px;*/
	margin-left: auto;
	-webkit-mask-image: url('../../assets/images/mega-menu/icon-menu-right.svg');
	mask-image: url('../../assets/images/mega-menu/icon-menu-right.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	padding-left: 10px;
	width: 9px;
}

.d-level-2-outline .d-level-2 > li > a {
	color: #707070;
	display: block;
	font-size: 1rem;
	padding: 5px 0;
}

.d-level-2-outline .d-level-2-bottom {
	width: 100%;
}

.d-level-2-outline .d-level-2-bottom * {
	display: block;
	font-size: 1rem;
}

.d-level-2-outline .d-level-2-bottom > a,
.d-level-2-outline .d-level-2-bottom h4 {
	color: #707070;
	font-weight: normal;
}

.d-level-2-outline .d-level-2-bottom ul li:not(:last-child) {
	padding-bottom: 3px;
}

.d-level-2-outline .d-level-2-bottom span {
	color: #707070;
	display: block;
}

.main-side-heading {
	align-content: center;
	border-bottom: 2px solid #c4c4c4;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 29px 0 9px;
}

.main-side-heading .main-side-heading-title {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
}

.main-side-heading .main-side-heading-title h3 {
	font-size: 1rem;
	line-height: 20px;
	margin: 0;
}

.main-side-heading a {
	font-size: 0.875rem;
}

.main-side-outline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
}

.main-side-outline .menu-group {
	margin: 0 10px;
	width: calc(50% - 20px);
}

.main-side-outline .menu-group .menu-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
	padding: 20px 0 0;
}

.main-side-outline .menu-group .menu-row .menu-col {
	margin: 0 10px;
	width: calc(50% - 20px);
}

.main-side-outline .menu-group .menu-row .menu-col .tag {
	display: inline-block;
}

.main-side-outline .menu-group .menu-banner:first-child {
	padding-top: 40px;
}

.main-side-outline .menu-group .menu-banner a {
	display: block;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}

.main-side-outline .menu-group .menu-banner a:last-child {
	margin-bottom: 0;
}

.main-side-outline .menu-group .menu-banner a .menu-banner-img {
	height: 100%;
	overflow: hidden;
	padding-top: 50%;
	position: relative;
	top: 0;
	width: 100%;
}

.main-side-outline .menu-group .menu-banner a .menu-banner-img:before {
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.main-side-outline .menu-group .menu-banner a .menu-banner-img img {
	height: auto;
	position: absolute;
	top: 0;
	width: 100%;
}

.main-side-outline .menu-group .menu-banner a .menu-banner-img img.img-wide {
	height: 100%;
	width: auto;
}

.main-side-outline .menu-group .menu-banner a .menu-banner-text {
	align-content: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	justify-content: center;
	left: 0;
	padding: 0 100px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 10;
}

.main-side-outline .menu-group .menu-banner a .menu-banner-text * {
	color: #fff;
	font-weight: 700;
}

.main-side-outline .menu-group .menu-banner a .menu-banner-text h2,
.main-side-outline .menu-group .menu-banner a .menu-banner-text h3,
.main-side-outline .menu-group .menu-banner a .menu-banner-text h4 {
	display: block;
	text-transform: uppercase;
}

.main-side-outline .menu-group .menu-banner a .menu-banner-text h2 {
	font-size: 3.375rem;
}

.main-side-outline .menu-group .menu-banner a .menu-banner-text h3 {
	font-size: 2.1875rem;
}

.main-side-outline .menu-group .menu-banner a .menu-banner-text h4 {
	font-size: 1.9375rem;
}

.main-side-outline .menu-group .menu-banner a .menu-banner-text p {
	font-size: 1.875rem;
}

.main-side-outline .menu-group .menu-banner a.text-under {
	margin-bottom: 40px !important;
}

.main-side-outline .menu-group .menu-banner a.text-under .menu-banner-text {
	align-content: flex-start;
	-ms-flex-line-pack: start;
	height: auto;
	padding: 10px 0 0 !important;
	top: 100%;
}

.main-side-outline .menu-group .menu-banner a.text-under .menu-banner-text p {
	color: #000;
	font-size: 1rem;
}

.main-side-outline .menu-group .menu-banner.col-banner-1 {
	padding-bottom: 20px;
}

.main-side-outline .menu-group .menu-banner.col-banner-2,
.main-side-outline .menu-group .menu-banner.col-banner-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
	padding-bottom: 20px;
}

.main-side-outline .menu-group .menu-banner.col-banner-2 a,
.main-side-outline .menu-group .menu-banner.col-banner-4 a {
	margin-bottom: 40px;
	margin-left: 10px;
	margin-right: 10px;
}

.main-side-outline .menu-group .menu-banner.col-banner-2 a .menu-banner-img,
.main-side-outline .menu-group .menu-banner.col-banner-4 a .menu-banner-img {
	padding-top: 100%;
}

.main-side-outline .menu-group .menu-banner.col-banner-2 a .menu-banner-text,
.main-side-outline .menu-group .menu-banner.col-banner-4 a .menu-banner-text {
	padding: 0 20px;
}

.main-side-outline .menu-group .menu-banner.col-banner-2.two a,
.main-side-outline .menu-group .menu-banner.col-banner-4.two a {
	margin-bottom: 40px;
}

.main-side-outline .menu-group .menu-banner.col-banner-2.two a .menu-banner-img,
.main-side-outline .menu-group .menu-banner.col-banner-4.two a .menu-banner-img {
	padding-top: 50%;
}

.main-side-outline .menu-group .menu-banner.col-banner-2.three a,
.main-side-outline .menu-group .menu-banner.col-banner-4.three a {
	margin-bottom: 40px;
}

.main-side-outline .menu-group .menu-banner.col-banner-2.three a .menu-banner-img,
.main-side-outline .menu-group .menu-banner.col-banner-4.three a .menu-banner-img {
	padding-top: 62.5%;
}

.main-side-outline .menu-group .menu-banner.col-banner-2 a {
	width: calc(50% - 20px);
}

.main-side-outline .menu-group .menu-banner.col-banner-4 a {
	width: calc(50% - 20px);
}

.main-side-outline .menu-group.full-width {
	width: calc(100% - 20px);
}

.main-side-outline .menu-group.full-width .menu-banner.col-banner-2 .menu-banner-img {
	padding-top: 50%;
}

.main-side-outline .menu-group.full-width .menu-banner.col-banner-1 .menu-banner-img {
	padding-top: 23.65%;
}

.main-side-bottom {
	background-color: #f8f8f8;
	bottom: 0;
	height: 80px;
	position: absolute;
	width: calc(100% - 40px);
	z-index: 99;
}

.main-side-bottom ul {
	border-top: 2px solid #d9d9d9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 0 0;
}

.main-side-bottom ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 30px;
}

.main-side-bottom ul li:first-child .icon-bottom span {
	background-image: url('/Static/assets/images//mega-menu/icon-mega-store.png');
}

.main-side-bottom ul li:nth-child(2) .icon-bottom span {
	background-image: url('/Static/assets/images//mega-menu/icon-mega-contact.png');
}

.main-side-bottom ul li:nth-child(3) .icon-bottom span {
	background-image: url('/Static/assets/images//mega-menu/icon-mega-faq.png');
}

.main-side-bottom ul li:last-child {
	margin-right: 0;
}

.main-side-bottom ul li:last-child .icon-bottom span {
	background-image: url('/Static/assets/images//mega-menu/icon-mega-gift.png');
}

.main-side-bottom ul li .icon-bottom {
	height: 20px;
	width: 22px;
}

.main-side-bottom ul li .icon-bottom img {
	height: 100%;
	width: auto;
}

.main-side-bottom ul li .icon-bottom span {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 100%;
	width: auto;
}

.main-side-bottom ul li a {
	color: #707070;
	font-size: 0.875rem;
	margin-left: 8px;
}

.d-level-3 > li > a,
.d-level-3 > li > h4 {
	font-size: 0.9375rem;
}

.d-level-3 > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
}

.d-level-4 > li > a {
	color: #707070;
	display: block;
	font-size: 0.875rem;
}

/*******************************************************************************/
/******************************************************************************/
/* THEME */
/* Mega Menu desktop */
.is-bris .desktop-megaMenu .tag-format,
.is-bris .desktop-megaMenu .d-level-2-outline .d-level-2 > li .tag,
.d-level-2-outline .d-level-2 > li .is-bris .desktop-megaMenu .tag,
.is-bris .desktop-megaMenu .main-side-heading .main-side-heading-title .tag,
.main-side-heading .main-side-heading-title .is-bris .desktop-megaMenu .tag,
.is-bris .desktop-megaMenu .main-side-outline .menu-group .menu-row .menu-col .tag,
.main-side-outline .menu-group .menu-row .menu-col .is-bris .desktop-megaMenu .tag {
	background-color: #045ea6;
}

.is-bris .desktop-megaMenu .d-level-1 > li:hover > a,
.is-bris .desktop-megaMenu .d-level-1 > li:hover > span {
	border-bottom: 4px solid #035ea7;
	color: #035ea7;
}

.is-bris .desktop-megaMenu .d-level-1 > li > a,
.is-bris .desktop-megaMenu .d-level-1 > li > span {
	font-size: 0.9375rem;
	font-weight: bold;
}

 {
	background-color: #da0000;
}

 {
	border-bottom: 4px solid #000;
}

 {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: -0.15px;
	text-transform: capitalize;
}

 {
	background-color: #71140f;
}

 {
	border-bottom: 4px solid #71140f;
}

 {
	font-size: 0.8125rem;
}

.is-bris .d-level-2-outline .d-level-2-heading h3 {
	font-size: 20px;
}

.is-bris .d-level-2-outline .d-level-2-heading a {
	color: #035ea7;
}

.is-bris .d-level-2-outline .d-level-2 > li.active::after {
	background-color: #035ea7;
}

.is-bris .d-level-2-outline .d-level-2 > li.active > a {
	color: #035ea7;
	font-weight: 700;
}

.is-bris .d-level-2-outline .d-level-2 > li.active .main-side-heading {
	padding-top: 34px;
}

.is-bris .d-level-2-outline .d-level-2 > li.active .main-side-heading a {
	color: #035ea7;
}

.is-bris .d-level-2-outline .d-level-2-bottom ul li a {
	color: #035ea7;
}

.is-bris .main-side-heading a {
	color: #035ea7;
}

.is-bris .d-level-3 > li {
	padding: 0 0 10px;
}

.is-bris .d-level-3 > li > a,
.is-bris .d-level-3 > li > h4 {
	color: #191919;
	font-weight: 700;
}

 {
	color: #191919;
	font-weight: 700;
}

 {
	color: #3b3b3b;
	font-weight: 700;
	text-transform: uppercase;
}

.is-bris .d-level-4 > li > a {
	line-height: 20px;
}

.is-bris .d-level-4 > li > a.view-all {
	color: #035ea7;
}

.nav-brand-wrapper {
	padding: 30px 0 110px 40px;
}

.nav-brand-wrapper .nav-brand-outline {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.nav-brand-wrapper .nav-brand-outline .menu-brand-item {
	align-items: center;
	background-color: #fff;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: 120px;
	justify-content: center;
	margin: 10px;
	padding: 20px 0;
	text-align: center;
	width: calc(50% - 20px);
}

.nav-brand-wrapper .nav-brand-outline .menu-brand-item a {
	display: block;
}

.nav-brand-wrapper .nav-brand-outline .menu-brand-item img {
	max-height: 115px;
	max-width: 90%;
}

.search-brand-outline {
	padding: 30px 40px 0 0;
}

.search-brand-outline h3 {
	margin-bottom: 20px;
}

.search-brand-outline form {
	position: relative;
}

.search-brand-outline input {
	border: 1px solid #ebebeb;
	color: #707070;
	font-size: 0.875rem;
	height: 46px;
	padding: 0 3rem;
	width: 100%;
}

.search-brand-outline input::-webkit-input-placeholder {
	color: #707070;
}

.search-brand-outline input:-ms-input-placeholder {
	color: #707070;
}

.search-brand-outline input::-ms-input-placeholder {
	color: #707070;
}

.search-brand-outline input::placeholder {
	color: #707070;
}

.search-brand-outline input:focus {
	outline: none;
}

.search-brand-outline button {
	align-items: center;
	background: none;
	border: 0;
	-webkit-box-align: center;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	left: 1rem;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.search-brand-outline button .icon-search {
	height: 22px;
	width: 22px;
}

.search-brand-outline button .icon-search::before {
	background-image: url('../../assets/images/icons/icon-klevu-search.svg');
	background-repeat: no-repeat;
	content: ' ';
	display: block;
	height: 22px;
	width: 22px;
}

.search-brand-outline ul.menu-brand-character {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
	padding: 10px 0;
}

.search-brand-outline ul.menu-brand-character li {
	align-items: center;
	background-color: #fff;
	border: 1px solid #ececec;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: 55px;
	justify-content: center;
	margin: 5px;
	padding: 0;
	width: calc((100% / 10) - 10px);
}

@media (min-width: 1480px) {
	.search-brand-outline ul.menu-brand-character li {
		width: calc((100% / 14) - 10px);
	}
}

.search-brand-outline ul.menu-brand-character li.active {
	background-color: #000;
}

.search-brand-outline ul.menu-brand-character li.active a {
	color: #fff;
}

.search-brand-outline ul.menu-brand-character li a {
	font-size: 1.25rem;
	text-decoration: none;
}

.search-brand-outline ul.menu-brand-character li a::after {
	display: none;
}

.search-brand-outline .menu-brand-list .menu-brand-heading {
	border-bottom: 2px solid #e5e5e5;
	font-size: 1.25rem;
	font-weight: 700;
	padding: 12px 0;
	text-transform: uppercase;
}

.search-brand-outline .menu-brand-list ul.menu-brand-listing {
	padding: 10px 0 0;
}

.search-brand-outline .menu-brand-list ul.menu-brand-listing li {
	border-bottom: none;
	padding: 3px 0;
}

.search-brand-outline .menu-brand-list ul.menu-brand-listing li a {
	color: #707070;
	font-size: 1rem;
	font-weight: normal;
	text-transform: none;
}

.search-brand-outline .menu-brand-list ul.menu-brand-listing li a::after {
	display: none;
}

/** THEME **/
.is-bris .nav-brand-wrapper h3 {
	font-size: 1.25rem;
}

.is-bris .search-brand-outline h3 {
	font-size: 1.25rem;
}

.is-bris .search-brand-outline ul.menu-brand-character li a {
	font-weight: 700;
}

.productCarousel--labelLeft .productItem-labelWrap {
	text-align: left;
}

.productCarousel--labelRight .productItem-labelWrap {
	text-align: right;
}

.productCarousel--labelCenter .productItem-labelWrap {
	text-align: center;
}

.productCarousel-itemInner {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	position: relative;
}

.productCarousel-itemInner:hover,
.productCarousel-itemInner:focus,
.productCarousel-itemInner:active,
.productCarousel-itemInner.active {
	text-decoration: none;
}

.productCarousel-itemImgWrap {
	margin-bottom: 1rem;
	position: relative;
}

.productCarousel-itemImg {
	height: auto;
	width: 100%;
}

.productCarousel-itemInfo {
	-webkit-box-direction: normal;
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-grow: 1;
	-ms-flex-positive: 1;
	min-width: 0;
	width: 100%;
}

.productCarousel-itemInfo .button-btn {
	width: 100%;
}

.productCarousel-itemTitle,
.productCarousel-itemPrice {
	padding: 0 1rem;
}

.productCarousel-itemTitle {
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 0.875rem;
	font-weight: 500;
	-webkit-line-clamp: 2;
	margin-bottom: 1rem;
	min-width: 0;
	/* autoprefixer: on */
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
}

@media (min-width: 768px) {
	.productCarousel-itemTitle {
		font-size: 1rem;
	}
}

.productCarousel-itemPrice {
	font-size: 1rem;
	text-align: center;
}

.productCarousel .productItem-subTitle {
	font-size: 0.75rem;
	font-weight: normal;
	margin-bottom: 0;
}

.productCarousel .productItem-normalPrice,
.productCarousel .productItem-price--original {
	color: #4a4a4a;
	font-weight: 700;
}

/* Themes */
.is-bris .productCarousel-itemPrice {
	color: #444;
	font-size: 1rem;
	letter-spacing: 0.25px;
}

@media (max-width: 767.98px) {
}

.is-bris .productCarousel-itemTitle.productItem-title {
	margin-bottom: 0.5rem;
}

.is-bris .productCarousel-itemPrice {
	font-weight: bold;
}

@media (max-width: 767.98px) {
	.is-bris .productCarousel-itemPrice {
		font-size: 0.875rem;
	}
}

.is-bris .productCarousel .productItem-label {
	width: 100%;
}

@media (max-width: 767.98px) {
}

.is-bris .productCarousel-itemTitle.productItem-title {
	min-height: 45px;
}

@media (min-width: 768px) {
	.is-bris .productCarousel-itemTitle.productItem-title {
		min-height: 50px;
	}
}

@media (min-width: 768px) {
}

.productCarousel {
	opacity: 0;
	overflow: hidden;
	padding: 1rem 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.productCarousel.is-initialized {
	opacity: 1;
}

.productCarousel-header {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	font-size: 1.5rem;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.productCarousel-header {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
		font-size: 2.25rem;
		margin-bottom: 3rem;
	}
}

.productCarousel--single .productCarousel-header {
	align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-align: start;
	-ms-flex-direction: column;
	flex-direction: column;
}

.productCarousel-title {
	font-size: 1.5rem;
	font-weight: normal;
	margin-bottom: 0;
}

.productCarousel-ctaBtn {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 4px;
	height: 48px;
	line-height: 48px;
	padding: 0 3rem;
}

.productCarousel-sliderWrap {
	position: relative;
}

.productCarousel-slider {
	align-items: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	margin: 0 -0.25rem;
}

@media (min-width: 992px) {
	.productCarousel-slider {
		margin: 0 -0.5rem;
	}
}

.productCarousel-item {
	align-items: stretch;
	-webkit-box-align: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	height: auto !important;
}

.productCarousel-btnTopWrap {
	display: none;
	margin-left: 0.25rem;
}

@media (min-width: 768px) {
	.productCarousel-btnTopWrap {
		display: block;
	}

	.productCarousel--single .productCarousel-btnTopWrap {
		display: none;
	}
}

.productCarousel-btnTopWrap .button-btn {
	padding-left: 3rem;
	padding-right: 3rem;
}

.productCarousel-btnBottomWrap {
	margin-top: 1.5rem;
}

@media (min-width: 768px) {
	.productCarousel-btnBottomWrap {
		display: none;
	}

	.productCarousel--single .productCarousel-btnBottomWrap {
		display: block;
	}
}

.productCarousel-btnBottomWrap .button-btn {
	display: block;
}

@media (max-width: 767.98px) {
	.productCarousel-btnNav {
		display: none;
	}
}

.productCarousel-btn {
	background-color: #000;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 0.75rem;
	height: 25px;
	width: 25px;
}

@media (min-width: 768px) {
	.productCarousel-btn {
		font-size: 1.25rem;
		height: 50px;
		width: 50px;
	}
}

/* Themes*/
.is-bris .productCarousel-title {
	font-size: 1.125rem;
	font-weight: bold;
}

@media (min-width: 768px) {
	.is-bris .productCarousel-title {
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) {
}

.is-bris .productCarousel-btn {
	background-color: #00589f;
}

.recommendationsBlock {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding: 1.5rem 0;
}

.recommendationsBlock:last-of-type {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
	.recommendationsBlock {
		padding: 3rem 0;
	}
}

.recommendationsBlock--mini,
.recommendationsBlock--modal {
	border: 0 !important;
	padding: 0;
}

.recommendationsBlock.is-loading {
	max-height: 200px;
	overflow: hidden;
	position: relative;
}

.recommendationsBlock.is-loading::before {
	background-color: rgba(255, 255, 255, 0.8);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.recommendationsBlock.has-inited {
	max-height: unset;
}

.recommendationsBlock-header {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.recommendationsBlock-header {
		font-size: 2.25rem;
	}
}

.recommendationsBlock--mini .recommendationsBlock-header {
	margin-bottom: 1rem;
}

.recommendationsBlock--modal .recommendationsBlock-header {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.recommendationsBlock-title {
	font-size: 1.5rem;
	margin-bottom: 0;
}

.recommendationsBlock--mini .recommendationsBlock-title {
	font-size: 1rem;
}

.recommendationsBlock-btn {
	background-color: transparent;
	background-image: none;
}

.recommendationsBlock-btnTopWrap .recommendationsBlock-btn {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.recommendationsBlock-content .ui-loader {
	background-size: 100%;
	display: none;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.is-loading .recommendationsBlock-content .ui-loader {
	display: block;
}

.recommendationsBlock--mini .recommendationsBlock-content .ui-loader {
	height: 48px;
	width: 48px;
}

.recommendationsBlock--mini .recommendationsBlock-content {
	min-height: unset;
}

.recommendationsBlock--mini .recommendationsBlock-sliderWrap {
	margin: 0 1.5rem !important;
	padding-bottom: 1rem !important;
}

.recommendationsBlock-slider {
	align-items: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	margin-bottom: 0.25rem !important;
}

.recommendationsBlock--mini .recommendationsBlock-slider {
	margin-bottom: 12px;
	margin-left: 0;
}

.recommendationsBlock--mini .recommendationsBlock-btnNav {
	height: 24px !important;
	width: 24px !important;
}

.recommendationsBlock--mini .recommendationsBlock-btnNav:after {
	color: #000;
	font-size: 1rem;
}

@media (max-width: 575.98px) {
	.recommendationsBlock--mini .recommendationsBlock-btnNav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width: 767.98px) {
	.recommendationsBlock-btnNav {
		display: none;
	}
}

.recommendationsBlock-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto !important;
	overflow: hidden;
}

.recommendationsBlock--mini .recommendationsBlock-item {
	border: 1px solid #d6d6d6;
	padding: 0.5rem;
}

.recommendationsBlock-itemInner {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	position: relative;
}

.recommendationsBlock-itemInner:hover,
.recommendationsBlock-itemInner:focus,
.recommendationsBlock-itemInner:active,
.recommendationsBlock-itemInner.active {
	text-decoration: none;
}

@media (min-width: 992px) {
	.recommendationsBlock-itemInner:hover .recommendationsBlock-itemDetail {
		bottom: 48px;
	}
}

.recommendationsBlock--mini .recommendationsBlock-itemInner {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-ms-flex-align: center;
	-ms-flex-direction: row;
	flex-direction: row;
}

.recommendationsBlock--mini .recommendationsBlock-itemImgWrap {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-flex: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	-ms-flex-align: center;
	margin-right: 0.5rem;
}

.recommendationsBlock-itemImg {
	height: auto;
	width: 100%;
}

.recommendationsBlock-itemInfo {
	-webkit-box-direction: normal;
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-grow: 1;
	-ms-flex-positive: 1;
	min-width: 0;
	padding-top: 1rem;
	position: relative;
}

.recommendationsBlock--mini .recommendationsBlock-itemInfo {
	padding-top: 0;
}

.recommendationsBlock-itemTitle {
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 1rem;
	height: 44px;
	-webkit-line-clamp: 2;
	line-height: 22px;
	margin-bottom: 0;
	min-width: 0;
	/* autoprefixer: on */
	overflow: hidden;
	text-overflow: ellipsis;
}

.recommendationsBlock--mini .recommendationsBlock-itemTitle {
	font-size: 0.875rem;
	height: 28px;
	line-height: 0.875rem;
}

.recommendationsBlock-itemPriceWrap {
	margin-top: auto;
}

.recommendationsBlock--mini .recommendationsBlock-itemPriceWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.recommendationsBlock-itemPrice {
	color: #4a4a4a;
	font-size: 1rem;
}

.recommendationsBlock--mini .recommendationsBlock-itemPrice {
	font-size: 0.875rem;
}

.recommendationsBlock-itemDetail {
	background-color: #fff;
	bottom: -100%;
	left: 0;
	overflow: auto;
	position: absolute;
	right: 0;
	-webkit-transition: bottom 0.5s;
	transition: bottom 0.5s;
	z-index: 1;
}

.recommendationsBlock-itemDetail::-webkit-scrollbar {
	background-color: #f6f6f6;
	border-radius: 10px;
	width: 6px;
}

.recommendationsBlock-itemDetail::-webkit-scrollbar-track {
	background-color: #f6f6f6;
	border-radius: 10px;
}

.recommendationsBlock-itemDetail::-webkit-scrollbar-thumb {
	background-color: #d6d6d6;
	border-radius: 10px;
}

@media (max-width: 991.98px) {
	.recommendationsBlock-itemDetail {
		display: none;
	}
}

.recommendationsBlock--mini .recommendationsBlock-scrollbar {
	display: none;
}

.recommendationsBlock-btnTopWrap {
	display: none;
}

@media (min-width: 768px) {
	.recommendationsBlock-btnTopWrap {
		display: block;
	}
}

.recommendationsBlock--mini .recommendationsBlock-btnTopWrap {
	display: none;
}

.recommendationsBlock-btnBottomWrap {
	margin-top: 1rem;
}

@media (min-width: 768px) {
	.recommendationsBlock-btnBottomWrap {
		display: none;
	}
}

.recommendationsBlock .productItem-subTitle {
	font-size: 0.75rem;
	font-weight: normal;
	margin-bottom: 0;
}

.recommendationsBlock .productItem-price--original {
	margin: 0.375rem 0 0.625rem;
}

.recommendationsBlock--mini .recommendationsBlock-itemDetail,
.recommendationsBlock--mini .recommendationsBlock-btnBottomWrap {
	display: none;
}

.recommendationsBlock--mini .productItem-labelWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.recommendationsBlock--mini .productItem-label {
	font-size: 0.625rem;
	height: 20px;
	margin-left: 10px;
	padding: 0 0.25rem;
	text-align: left;
	width: 100%;
}

.recommendationsBlock--mini .productItem-label:first-child {
	margin-left: 0;
}

.recommendationsBlock--mini .productItem-price--discount {
	font-size: 0.875rem;
}

.recommendationsBlock--mini > .container {
	padding-left: 0;
	padding-right: 0;
}

/* Themes*/
.is-bris .recommendationsBlock-title {
	font-weight: normal;
}

.is-bris .recommendationsBlock-itemInfo .recommendationsBlock-btn {
	width: 100%;
}

.is-bris .recommendationsBlock-itemPrice {
	font-weight: 700;
}

.is-bris .recommendationsBlock-itemDetail {
	border-style: solid;
	border-width: 1px 1px 0;
	max-height: calc(100% - 48px);
}

.is-bris .recommendationsBlock-btn {
	background-color: #fff;
	border-color: #00589f;
	color: #00589f;
}

.is-bris .recommendationsBlock-btn:hover {
	background-color: #00589f;
	border-color: #00589f;
	color: #fff;
}

.is-bris .recommendationsBlock-itemDetail {
	border-color: #00589f;
}

.is-bris .recommendationsBlock--mini.has-badges .recommendationsBlock-itemInner {
	padding-top: 22px;
}

.is-bris .recommendationsBlock--mini .productItem-price--original {
	margin: 0.375rem 0;
}

.is-bris .recommendationsBlock--mini .productItem-subTitle {
	line-height: 15px;
}

@media (min-width: 992px) {
}

@media (min-width: 992px) {
}

@media (min-width: 992px) {
}

@media (min-width: 992px) {
}

 {
	font-size: 1rem;
	font-weight: normal;
}

 {
	text-align: left;
}

 {
	font-weight: bold;
}

.is-bris .recommendationsBlock .productItem-label {
	top: 0;
}

.is-bris .recommendationsBlock--mini .recommendationsBlock-item {
	padding: 0.5rem;
}

.is-bris .recommendationsBlock--mini .recommendationsBlock-title,
.is-bris .recommendationsBlock--mini .recommendationsBlock-itemTitle {
	font-weight: bold;
}

.is-bris .recommendationsBlock--mini .recommendationsBlock-itemInfo {
	text-align: left;
}

.is-bris .recommendationsBlock--mini .recommendationsBlock-btnNav {
	background-color: transparent;
}

 {
	font-weight: bold;
}

.tpl-HomePage .logoOverlay {
	margin: 1rem 0;
}

.logoOverlay-list.row {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}

.logoOverlay-itemWrap {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

@media (max-width: 767.98px) {
	.logoOverlay-itemWrap.col-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.logoOverlay-item {
	display: block;
	margin: 0.5rem 0;
	overflow: hidden;
	position: relative;
}

.logoOverlay-backgroundOverlay {
	background-color: #000;
	height: 100%;
	left: 0;
	opacity: 0.15;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.logoOverlay-backgroundImg,
.logoOverlay-logoImg {
	width: 100%;
}

.logoOverlay-backgroundImg {
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.logoOverlay-item:hover .logoOverlay-backgroundImg {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.logoOverlay-logo {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: 100%;
	justify-content: center;
	padding: 0 3rem;
	position: absolute;
	top: 0;
	width: 100%;
	width: 100%;
	z-index: 2;
}

.logoOverlay-text {
	bottom: 1.5rem;
	color: #fff;
	left: 0;
	padding: 1.5rem 3rem 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.logoOverlay-textInner {
	border-bottom: 1px solid #fff;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 16px;
	text-transform: uppercase;
}

.productTile--labelLeft .productItem-labelWrap {
	text-align: left;
}

.productTile--labelRight .productItem-labelWrap {
	text-align: right;
}

.productTile--labelCenter .productItem-labelWrap {
	text-align: center;
}

.productTile-itemInner {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	position: relative;
}

.productTile-itemInner:hover,
.productTile-itemInner:focus,
.productTile-itemInner:active,
.productTile-itemInner.active {
	text-decoration: none;
}

.productTile-itemImgWrap {
	margin-bottom: 1rem;
	position: relative;
}

.productTile-itemImg {
	height: auto;
	width: 100%;
}

.productTile-itemInfo {
	-webkit-box-direction: normal;
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-grow: 1;
	-ms-flex-positive: 1;
	min-width: 0;
	width: 100%;
}

.productTile-itemInfo .button-btn {
	width: 100%;
}

.productTile-itemTitle,
.productTile-itemPrice {
	padding: 0 1rem;
}

.productTile-itemTitle {
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 0.875rem;
	font-weight: 500;
	-webkit-line-clamp: 2;
	margin-bottom: 1rem;
	min-width: 0;
	/* autoprefixer: on */
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
}

@media (min-width: 768px) {
	.productTile-itemTitle {
		font-size: 1rem;
	}
}

.productTile-itemPrice {
	font-size: 1rem;
	text-align: center;
}

.productTile .productItem-subTitle {
	font-size: 0.75rem;
	font-weight: normal;
	margin-bottom: 0;
}

.productTile .productItem-normalPrice,
.productTile .productItem-price--original {
	color: #4a4a4a;
	font-weight: 700;
}

/* Themes */
.is-bris .productTile-itemPrice {
	color: #444;
	font-size: 1rem;
	letter-spacing: 0.25px;
}

@media (max-width: 767.98px) {
}

.is-bris .productTile-itemTitle.productItem-title {
	margin-bottom: 0.5rem;
}

.is-bris .productTile-itemPrice {
	font-weight: bold;
}

@media (max-width: 767.98px) {
	.is-bris .productTile-itemPrice {
		font-size: 0.875rem;
	}
}

.is-bris .productTile .productItem-label {
	width: 100%;
}

@media (max-width: 767.98px) {
}

.is-bris .productTile-itemTitle.productItem-title {
	min-height: 45px;
}

@media (min-width: 768px) {
	.is-bris .productTile-itemTitle.productItem-title {
		min-height: 50px;
	}
}

@media (min-width: 768px) {
}

.productTile-item {
	align-items: stretch;
	-webkit-box-align: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	height: auto;
}

.productTile-item:not(.no-imageHover) .productTile-itemInner:hover .productTile-itemImg {
	opacity: 0;
}

.productTile-item:not(.no-imageHover) .productTile-itemInner:hover .productTile-itemImgHover {
	opacity: 1;
}

.productTile-item .productItem-labelWrap {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.productTile-itemImg,
.productTile-itemImgHover {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
}

.productTile-itemImg {
	opacity: 1;
}

.productTile-itemImgHover {
	bottom: 0;
	left: 0;
	max-height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
}

.productTileList-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -0.25rem;
}

@media (min-width: 992px) {
	.productTileList-content {
		margin: -0.5rem;
	}
}

.productTileList-title {
	color: #000;
	font-size: 1.5rem;
	font-weight: normal;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.productTileList-title {
		margin-bottom: 3rem;
	}
}

.productTileList-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0.25rem;
}

@media (min-width: 768px) {
	[data-items-total="1"] .productTileList-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

[data-items-total="2"] .productTileList-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

@media (min-width: 768px) {
	[data-items-total="2"] .productTileList-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

[data-items-total="3"] .productTileList-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

@media (min-width: 768px) {
	[data-items-total="3"] .productTileList-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}

[data-items-total="4"] .productTileList-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

@media (min-width: 768px) {
	[data-items-total="4"] .productTileList-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

[data-items-total="5"] .productTileList-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

@media (min-width: 768px) {
	[data-items-total="5"] .productTileList-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (max-width: 767.98px) {
	.productTileList-item:last-child:nth-child(odd) {
		display: none;
	}
}

@media (min-width: 992px) {
	.productTileList-item {
		padding: 0 0.5rem;
	}
}

.productTileList .productTile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
}

/* Themes */

.klevuSearch {
	position: relative;
	width: inherit;
}

.klevuSearch-form {
	position: relative;
}

.klevuSearch-input {
	height: 36px;
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
	.klevuSearch-input {
		height: 50px;
		margin-bottom: 0;
	}
}

.klevuSearch-submitBtn,
.klevuSearch-closeBtn {
	align-items: center;
	background: none;
	border: 0;
	-webkit-box-align: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	-ms-flex-align: center;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.klevuSearch-closeBtn {
	display: none;
}

.klevuSearch--focus .klevuSearch-closeBtn {
	display: block;
}

@media (min-width: 992px) {
	.klevuSearch-closeBtn {
		display: none !important;
	}
}

.klevuSearch-closeBtn .icon-close {
	font-size: 0.75rem;
}

.klevuSearch-target {
	background-color: #f7f7f7;
	-webkit-box-shadow: 0 3px 5px rgba(50, 50, 50, 0.25);
	box-shadow: 0 3px 5px rgba(50, 50, 50, 0.25);
	left: 0;
	max-height: calc(100vh - 130px);
	overflow-y: auto;
	position: absolute;
	top: 36px;
	width: 100%;
	z-index: 1000;
}

@media (min-width: 992px) {
	.klevuSearch-target {
		max-height: unset;
		overflow-y: hidden;
		top: 50px;
	}
}

.klevuResultsListingBlock {
	padding: 1rem 0 3rem;
}

/* Themes */
@media (min-width: 992px) {
	.is-bris .klevuSearch-form {
		width: inherit !important;
	}
}

.is-bris .klevuSearch-input {
	background-color: transparent;
	letter-spacing: 0.5px;
	padding: 0 1.25rem;
}

@media (min-width: 992px) {
	.is-bris .klevuSearch-input {
		font-size: 14px;
		max-width: unset !important;
	}
}

.is-bris .klevuSearch-submitBtn {
	align-items: center;
	background-color: #00589f;
	border-radius: 50%;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: #fff;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: 25px;
	justify-content: center;
	right: 1rem;
	width: 25px;
}

.is-bris .klevuSearch-closeBtn {
	right: 3rem;
}

@media (min-width: 992px) {
	.is-bris .klevuSearch-target {
		left: auto;
		right: 0;
	}
}

@media (max-width: 991.98px) {
	.mobile-menu-2022 .klevuSearch-target {
		top: 46px;
	}

	.mobile-menu-2022 .klevuSearch-form .icon-search {
		height: 22px;
		width: 22px;
	}

	.mobile-menu-2022 .klevuSearch-form .icon-search::before {
		background-image: url('/Static/assets/css/svgs/icon-search.svg');
		background-repeat: no-repeat;
		content: ' ';
		display: block;
		height: 22px;
		width: 22px;
	}

	.mobile-menu-2022 .klevuSearch-input {
		border: 1px solid #c1c1c1;
		font-size: 0.875rem;
		height: 46px;
		padding: 0 3rem;
	}

	.mobile-menu-2022 .klevuSearch-input::-webkit-input-placeholder {
		color: #707070;
	}

	.mobile-menu-2022 .klevuSearch-input:-ms-input-placeholder {
		color: #707070;
	}

	.mobile-menu-2022 .klevuSearch-input::-ms-input-placeholder {
		color: #707070;
	}

	.mobile-menu-2022 .klevuSearch-input::placeholder {
		color: #707070;
	}
}

/* THEME */
@media (max-width: 991.98px) {
	.is-bris .mobile-menu-2022 .klevuSearch-form .icon-search {
		height: 18px;
		width: 18px;
	}

	.is-bris .mobile-menu-2022 .klevuSearch-form .icon-search::before {
		background-image: url('/Static/assets/css/svgs/icon-search-thin.svg');
		height: 18px;
		width: 18px;
	}

	.is-bris .mobile-menu-2022 .klevuSearch-input {
		border-radius: 30px;
	}

	.is-bris .mobile-menu-2022 .klevuSearch-submitBtn {
		background-color: transparent;
		border-radius: initial;
		height: 22px;
		left: 1rem;
		right: initial;
		width: 22px;
	}

	.is-bris .mobile-menu-2022 .klevuSearch-closeBtn {
		right: 1rem;
	}
}

.klevuAutoSuggestionsWrap.popular-searches .klevuSuggestionHeading {
	display: none;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevu-banner-ad {
	padding: 20px 0 0;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuCategory .klevuAutoSuggestionsWrap {
	padding-bottom: 0;
	padding-left: 0;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuCategory .klevuAutoSuggestionsWrap .klevuSuggestionHeading {
	border-bottom: 1px solid #ebebeb;
	color: #000;
	margin-bottom: 5px;
	margin-top: 12px;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuCategory .klevuAutoSuggestionsWrap .klevuSuggestionHeading .klevuHeadingText {
	color: #000;
	padding: 0;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuCategory .klevuAutoSuggestionsWrap .klevuSuggestionList li {
	border-bottom: 1px solid #ebebeb;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuCategory .klevuAutoSuggestionsWrap .klevuSuggestionList li .klevu-track-click {
	border: none;
	color: #707070;
	padding: 10px 0;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuCategory .klevuAutoSuggestionsWrap.popular-searches .klevuSuggestionHeading {
	display: block;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuCategory .klevuAutoSuggestionsWrap.popular-searches .klevuSuggestionLineItem {
	align-items: center;
	border-bottom: 1px solid #ebebeb;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuCategory .klevuAutoSuggestionsWrap.popular-searches .klevuSuggestionLineItem .klevuSuggestionIcon {
	background-image: url('/Static/assets/images//icons/icon-klevu-search.svg');
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 18px;
	margin-right: 8px;
	min-height: 18px;
	min-width: 18px;
	width: 18px;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickProductsWrap {
	border: none;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickProductsWrap .klevuResultsBlock {
	padding-bottom: 20px;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickProductsWrap .klevuResultsBlock .klevuSuggestionHeading {
	margin-top: 12px;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickProductsWrap .klevuResultsBlock .klevuSuggestionHeading .klevuHeadingText {
	color: #000;
	padding: 0;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickSearchResults ul li {
	margin-bottom: 12px;
	padding: 0 8px;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickSearchResults ul li:hover {
	background-color: unset;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickSearchResults ul li a {
	border: none;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickSearchResults ul li a.klevuQuickProductInnerBlock {
	background-color: transparent;
	padding: 0;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickSearchResults ul li a.klevuQuickProductInnerBlock:hover {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickSearchResults ul li .klevuQuickProductName {
	font-size: 12px;
	font-weight: 700;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickSearchResults ul li .klevuQuickProductPrice {
	margin-top: 3px;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickSearchResults ul li .klevuQuickProductPrice .productItem-price--original,
.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickSearchResults ul li .klevuQuickProductPrice .productItem-price--discount {
	font-size: 13px;
	font-weight: 500;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickSearchResults ul li .klevuQuickProductPrice .productItem-price--discount {
	color: #ed1b00;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickSearchResults ul li .productItem-labelWrap {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickSearchResults ul li .productItem-label {
	-webkit-box-flex: initial;
	flex-grow: initial;
	-ms-flex-positive: initial;
	font-weight: 700;
	margin-right: 10px;
	width: auto;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickSearchResults ul li .productItem-label:only-child {
	margin: 0;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickSearchResults ul li .productItem-label span {
	font-size: 12px;
	padding: 5px 8px;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickSearchResults .klevuProductItemTop {
	padding: 0 0 12px;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickSearchResults .klevuProductItemBottom {
	min-height: 45px;
	padding: 0;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickSearchResults .klevuProductsViewAll {
	height: 50px;
}

.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickSearchResults .klevuProductsViewAll a {
	font-size: 1rem;
	line-height: 50px;
}

@media (min-width: 992px) {
	.desktop-menu-2022 .klevuSearch-target {
		max-width: unset;
	}

	.desktop-menu-2022 .klevuSearch-target .klevu-fluid {
		overflow: hidden;
	}

	.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevu-banner-ad {
		background-color: #fff;
		padding: 20px;
	}

	.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuCategory .klevuAutoSuggestionsWrap {
		padding-bottom: 0;
		padding-left: 18px;
	}

	.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickProductsWrap {
		background-color: #ededed;
		padding-left: 12px;
	}

	.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickProductsWrap .klevuResultsBlock {
		padding-right: 12px;
	}

	.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickProductsWrap .klevuResultsBlock .klevuSuggestionHeading .klevuHeadingText {
		padding: 0 8px;
	}

	.desktop-menu-2022 .klevuSearch .klevuQuickSearchingArea .klevuQuickSearchResults .klevuProductsViewAll {
		margin-left: 8px;
		margin-right: 8px;
	}
}

/* THEME */
.is-bris .desktop-menu-2022 .klevuSearch-target .klevuQuickSearchingArea .klevuSuggestionHeading .klevuHeadingText {
	text-transform: initial;
}

.is-bris .desktop-menu-2022 .klevuSearch-target .klevuQuickSearchingArea .klevuQuickSearchResults .klevuProductsViewAll a {
	text-transform: initial;
}

@media (min-width: 992px) {
	.is-bris .desktop-menu-2022 .klevuSearch-form {
		max-width: unset;
	}

	.is-bris .desktop-menu-2022 .klevuSearch--focus .klevuSearch-input {
		background-color: #fff;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.is-bris .desktop-menu-2022 .klevuSearch--focus .klevuSearch-target {
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 30px;
	}

	.is-bris .desktop-menu-2022 .klevuSearch-form input {
		background-color: #fff;
		background-color: #f0f0f0;
		border: 2px solid #f0f0f0;
		border-radius: 30px;
		color: #707070;
		margin-top: 0;
		max-width: unset;
		padding: 14px 20px;
		-webkit-transition: 0s;
		transition: 0s;
	}

	.is-bris .desktop-menu-2022 .klevuSearch-submitBtn {
		background-color: unset;
	}

	.is-bris .desktop-menu-2022 .klevuSearch-submitBtn .icon-search {
		color: #707070;
		font-weight: 700;
	}
}

 {
	text-align: left;
}

.klevuResultsListingBlock {
	min-height: 250px;
	position: relative;
}

.klevuResultsListingBlock.is-loading .loading-spinner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.klevuResultsListingBlock .loading-spinner {
	align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	padding-top: 100px;
	position: absolute;
	z-index: 100;
}

.checkGiftCardBalance-inner {
	padding: 2.25rem 1.25rem;
	text-align: center;
}

.checkGiftCardBalance-title {
	margin-bottom: 1.5rem;
}

.checkGiftCardBalance-ctaWrap {
	margin: auto;
}

.is-bris .checkGiftCardBalance-result .checkGiftCardBalance-ctaWrap {
	max-width: 230px;
}

.checkGiftCardBalance-error-message {
	border: 1px solid #b84141;
	color: #b84141 !important;
	font-size: 0.8125rem;
	margin-bottom: 0.75rem;
	padding: 0.75rem;
	text-align: left;
}

.checkGiftCardBalance .has-error.api-return-error .error-message {
	background-color: #b84141;
	border: 1px solid #b84141;
	color: #fff;
	padding: 2px 10px;
	position: relative;
	text-align: center;
	top: -5px;
}

.checkGiftCardBalance .has-error.api-return-error .error-message .close-invalid-field {
	background-color: transparent;
	border: none;
	color: #b84141;
	cursor: pointer;
	position: absolute;
	right: 6px;
	top: -30px;
	z-index: 22;
}

/* States */
.checkGiftCardBalance .modal-dialog {
	max-width: 620px;
}

.checkGiftCardBalance .close {
	opacity: 1;
}

.checkGiftCardBalance .close .icon-close {
	font-size: 1rem;
}

.checkGiftCardBalance .error-message {
	text-align: left;
}

.mailingListBlock.block[class^="col-"],
.mailingListBlock.block[class*=" col-"],
.mailinglistblock.block[class^="col-"],
.mailinglistblock.block[class*=" col-"] {
	padding-left: 16px !important;
	padding-right: 16px !important;
}

/* States */
.mailingListBlock .btn-wrap .button--primary,
.mailinglistblock .btn-wrap .button--primary {
	width: 100% !important;
}

.mailingListBlock .styled-form,
.mailinglistblock .styled-form {
	margin-left: -8px;
	margin-right: -8px;
}

.mailingListBlock .styled-form .form-group:first-of-type,
.mailingListBlock .styled-form .form-group:last-of-type,
.mailinglistblock .styled-form .form-group:first-of-type,
.mailinglistblock .styled-form .form-group:last-of-type {
	display: none;
}

.mailingListBlock .styled-form .form-group:not(:first-of-type),
.mailingListBlock .styled-form .form-group:not(:last-of-type),
.mailinglistblock .styled-form .form-group:not(:first-of-type),
.mailinglistblock .styled-form .form-group:not(:last-of-type) {
	float: left;
	font-size: 0;
	padding: 0 8px;
	width: 25%;
}

.mailingListBlock .styled-form hr,
.mailinglistblock .styled-form hr {
	display: none;
}

.siteFooter-topContent .mailingListBlock .button--primary,
.siteFooter-topContent
.mailinglistblock .button--primary {
	margin-left: 8px;
	margin-top: 30px;
	width: calc(25% - 16px);
}

@media (max-width: 767.98px) {
	.siteFooter-topContent .mailingListBlock .button--primary,
.siteFooter-topContent
    .mailinglistblock .button--primary {
		margin-right: 8px;
		margin-top: 16px;
		width: calc(100% - 16px);
	}
}

@media (max-width: 991.98px) {
	.siteFooter-topContent .mailingListBlock .form-group:not(:first-of-type),
	.siteFooter-topContent .mailingListBlock .form-group:not(:last-of-type),
	.siteFooter-topContent
  .mailinglistblock .form-group:not(:first-of-type),
	.siteFooter-topContent
  .mailinglistblock .form-group:not(:last-of-type) {
		float: none;
		font-size: 0;
		padding: 0 8px;
		width: 100%;
	}
}

.mailingListBlock .message-mailing p,
.mailinglistblock .message-mailing p {
	text-transform: initial !important;
}

.main .mailinglistblock .button--primary {
	margin-left: 8px;
	margin-top: 30px;
	width: calc(25% - 16px);
}

@media (max-width: 991.98px) {
	.main .mailinglistblock .form-group:not(:last-of-type) {
		float: none;
		padding: 0 8px;
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.main .mailinglistblock .button--primary {
		margin-top: 20px;
		width: calc(50% - 16px);
	}
}

@media (max-width: 575.98px) {
	.main .mailinglistblock .button--primary {
		margin-top: 0;
		width: calc(100% - 16px);
	}
}

/* Theme */
@media (max-width: 767.98px) {
}

.giftCardPayment {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	margin-bottom: 30px;
	margin-top: -8px;
	padding: 0.75rem 1.5rem;
	width: 100%;
}

.m-portlet .giftCardPayment {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

.giftCardPayment-header {
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.giftCardPayment-title {
	font-size: 0.9375rem;
	font-weight: 700;
	text-transform: inherit !important;
}

.giftCardPayment-fields-wrapper {
	position: relative;
}

.giftCardPayment-fields {
	margin-left: 0.02rem;
	margin-right: -0.6rem;
	opacity: 1;
	position: relative;
}

.giftCardPayment-result {
	background-color: #fff;
	border: 1px solid #dee2e6;
	font-size: 1rem;
	left: 0;
	margin-top: 10px;
	padding: 0 20px;
	position: relative;
	right: 0;
	top: 0;
}

@media (max-width: 991.98px) {
	.giftCardPayment-result {
		padding: 10px 20px;
	}
}

.giftCardPayment-result--inner {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.giftCardPayment-result--icon,
.giftCardPayment-result--value,
.giftCardPayment-result--label,
.giftCardPayment-result--number {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 48px;
}

@media (max-width: 991.98px) {
	.giftCardPayment-result--icon,
	.giftCardPayment-result--value,
	.giftCardPayment-result--label,
	.giftCardPayment-result--number {
		line-height: 30px;
	}
}

.giftCardPayment-result--icon {
	background-color: #3cb27e;
	border-radius: 50%;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	margin-right: 14px;
	padding-left: 3px;
	text-align: center;
	width: 16px;
}

.giftCardPayment-result--value {
	font-weight: 600;
	padding-right: 50px;
}

@media (max-width: 991.98px) {
	.giftCardPayment-result--value {
		width: calc(100% - 30px);
	}
}

.giftCardPayment-result--value span {
	padding-right: 8px;
}

.giftCardPayment-result--label {
	padding-right: 10px;
}

.giftCardPayment-result .remove-giftCard-btn {
	background-color: transparent;
	border: none;
	font-size: 0.875rem;
	margin-top: -6px;
	position: absolute;
	right: 1rem;
	top: 50%;
}

.giftCardPayment-notification {
	background-color: #000;
	margin-bottom: 0.75rem;
}

.giftCardPayment-notification-inner {
	color: #fff;
	margin: auto;
	max-width: 650px;
}

.giftCardPayment-error-messages {
	border: 1px solid #b84141;
	color: #b84141;
	display: none;
	font-size: 0.875rem;
	margin-bottom: 1.5rem;
	padding: 0.75rem;
}

.giftCardPayment-error-messages.is-active {
	display: block;
}

/* States */
.giftCardPayment-disabled {
	background-color: #efefef;
}

.giftCardPayment-disabled .apply-balance-btn {
	opacity: 0.1;
}

.giftCardPayment-disabled .form-control {
	background-color: #efefef !important;
}

.giftCardPayment-checkBalance {
	background-color: transparent;
	border: none;
	cursor: pointer;
	margin-left: auto;
}

.giftCardPayment-checkBalance:hover {
	text-decoration: underline;
}

.giftCardPayment .has-error.api-return-error .error-message {
	background-color: #dc3545;
	border: 1px solid #dc3545;
	color: #fff;
	padding: 2px 10px;
	position: relative;
	text-align: center;
	top: -5px;
}

.giftCardPayment .has-error.api-return-error .error-message .close-invalid-field {
	background-color: transparent;
	border: none;
	color: #dc3545;
	cursor: pointer;
	position: absolute;
	right: 6px;
	top: -30px;
	z-index: 22;
}

@media (max-width: 767.98px) {
	.giftCardPayment .apply-balance-btn {
		margin-top: 0.625rem;
	}
}

.promoHeroCarousel {
	position: relative;
}

.promoHeroCarousel .promoHeroCarousel-sliderWrap {
	padding: 0;
}

.promoHeroCarousel-slider {
	-webkit-transition: opacity 0.3s, -webkit-transform 0.2s;
	transition: opacity 0.3s, -webkit-transform 0.2s;
	transition: opacity 0.3s, transform 0.2s;
	transition: opacity 0.3s, transform 0.2s, -webkit-transform 0.2s;
}

.promoHeroCarousel .swiper-container {
	opacity: 1;
}

.is-bris .promoHeroCarousel-item {
	background-color: transparent !important;
}

.promoHeroCarousel-itemInner {
	display: block;
}

.promoHeroCarousel-imgWrap {
	position: relative;
}

.promoHeroCarousel-imgBg {
	background-size: cover;
}

.promoHeroCarousel-img {
	height: auto;
	opacity: 0;
	width: 100%;
}

.promoHeroCarousel-pagination.swiper-pagination {
	bottom: 20px;
}

.promoHeroCarousel-pagination.swiper-pagination .swiper-pagination-bullet {
	border: 1px solid #fff;
	height: 10px;
	margin: 0 8px;
	width: 10px;
}

.promoHeroCarousel-pagination.swiper-pagination .swiper-pagination-bullet-active {
	border-color: #000;
}

.promoHeroCarousel-btnNav,
.promoHeroCarousel-btnPrev,
.promoHeroCarousel-btnNext {
	background-color: transparent !important;
	color: #fff !important;
	text-shadow: 0 0px #1f1f1f;
}

.promoHeroCarousel-btnNav::after,
.promoHeroCarousel-btnPrev::after,
.promoHeroCarousel-btnNext::after {
	font-size: 2rem;
}

.promoHeroCarousel-cta-button {
	bottom: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
}

.promoHeroCarousel-cta-button .buttonblock {
	max-width: -webkit-fit-content !important;
	max-width: -moz-fit-content !important;
	max-width: fit-content !important;
	width: -webkit-fit-content !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
}

/* States */
.main > .promoHeroCarousel:first-child {
	padding-top: 0;
}

@media (min-width: 768px) {
	.promoHeroCarousel {
		padding-bottom: 3rem;
		padding-top: 3rem;
	}
}

@media (max-width: 767.98px) {
	.promoHeroCarousel {
		padding-bottom: 2rem;
		padding-top: 2rem;
	}
}

.promoHeroCarousel-sliderWrap {
	overflow: hidden;
}

.promoHeroCarousel-sliderWrap.disabled {
	opacity: 1;
}

.promoHeroCarousel-sliderWrap.disabled .promoHeroCarousel-slider {
	opacity: 1;
}

.promoHeroCarousel-sliderWrap.swiper-container-initialized {
	opacity: 1;
}

.promoHeroCarousel-sliderWrap.swiper-container-initialized .promoHeroCarousel-slider {
	opacity: 1;
}

.promoHeroCarousel-pagination.disabled {
	display: none;
	opacity: 0;
}

@media (max-width: 575.98px) {
	.promoHeroCarousel-img--desktop {
		display: none;
	}
}

@media (min-width: 576px) {
	.promoHeroCarousel-img--desktop {
		opacity: 1;
	}
}

@media (max-width: 575.98px) {
	.promoHeroCarousel-img--mobile {
		opacity: 1;
	}
}

@media (min-width: 576px) {
	.promoHeroCarousel-img--mobile {
		display: none;
	}
}

@media (max-width: 575.98px) {
	.promoHeroCarousel-btnPrev,
	.promoHeroCarousel-btnNext,
	.promoHeroCarousel-btnNav {
		display: none;
	}
}

@media (max-width: 575.98px) {
	.promoHeroCarousel-pagination.swiper-pagination .swiper-pagination-bullet {
		height: 16px;
		margin: 0 14px;
		width: 16px;
	}
}

@media (min-width: 768px) {
	.categoryCarousel {
		padding-bottom: 2rem;
		padding-top: 2rem;
	}
}

@media (max-width: 767.98px) {
	.categoryCarousel {
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
}

.categoryCarousel-head {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	font-size: 1.5rem;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.categoryCarousel-head {
		font-size: 2.25rem;
		margin-bottom: 3rem;
	}
}

.categoryCarousel-title {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.categoryCarousel-title {
		font-size: 1.5rem;
	}
}

.categoryCarousel-slider {
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.is-initialized .categoryCarousel-slider {
	opacity: 1;
}

.categoryCarousel-itemInner:hover,
.categoryCarousel-itemInner:focus,
.categoryCarousel-itemInner:active {
	text-decoration: none;
}

.categoryCarousel-itemImgWrap {
	position: relative;
}

.categoryCarousel-itemImg {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.categoryCarousel-itemTitle {
	font-size: 0.8125rem;
	font-weight: bold;
	padding: 0.3125rem 0;
	text-align: center;
}

@media (min-width: 768px) {
	.categoryCarousel-itemTitle {
		font-size: 1rem;
	}
}

.categoryCarousel-sliderWrap {
	margin-bottom: 1.125rem;
	overflow: hidden;
	padding-bottom: 0;
	position: relative;
}

.categoryCarousel-btnTopWrap {
	display: none;
	margin-left: 0.25rem;
}

@media (min-width: 768px) {
	.categoryCarousel-btnTopWrap {
		display: block;
	}

	.categoryCarousel--single .categoryCarousel-btnTopWrap {
		display: none;
	}
}

.categoryCarousel-btnTopWrap .button-btn {
	padding-left: 3rem;
	padding-right: 3rem;
}

.categoryCarousel-btnBottomWrap {
	margin-top: 1.5rem;
}

@media (min-width: 768px) {
	.categoryCarousel-btnBottomWrap {
		display: none;
	}

	.categoryCarousel--single .categoryCarousel-btnBottomWrap {
		display: block;
	}
}

.categoryCarousel-btnBottomWrap .button-btn {
	display: block;
}

.categoryCarousel-btnPrev,
.categoryCarousel-btnNext,
.categoryCarousel-btnPrev:focus,
.categoryCarousel-btnNext:focus {
	color: #fff !important;
}

@media (min-width: 576px) {
	.categoryCarousel-btnPrev,
	.categoryCarousel-btnNext,
	.categoryCarousel-btnPrev:focus,
	.categoryCarousel-btnNext:focus {
		background-color: rgba(0, 0, 0, 0.3) !important;
		border-radius: 50%;
		height: 44px;
		width: 44px;
	}

	.categoryCarousel-btnPrev::after,
	.categoryCarousel-btnNext::after,
	.categoryCarousel-btnPrev:focus::after,
	.categoryCarousel-btnNext:focus::after {
		font-size: 1.125rem;
	}
}

@media (max-width: 575.98px) {
	.categoryCarousel-btnPrev,
	.categoryCarousel-btnNext,
	.categoryCarousel-btnPrev:focus,
	.categoryCarousel-btnNext:focus {
		background-color: transparent !important;
		text-shadow: 0 0px #1f1f1f;
	}

	.categoryCarousel-btnPrev::after,
	.categoryCarousel-btnNext::after,
	.categoryCarousel-btnPrev:focus::after,
	.categoryCarousel-btnNext:focus::after {
		font-size: 1.375rem;
	}
}

/* States */

@media (min-width: 576px) {
	.is-bris.tpl-FullWidthPage .categoryCarousel {
		padding-left: 0;
		padding-right: 0;
	}
}

.subscribeForm-content {
	background-color: #ccc;
	padding: 1.5rem;
}

/* States */
@media (max-width: 991.98px) {
	.subscribeForm {
		margin-top: 1rem;
	}
}

.is-bris .subscribeForm-content {
	background-color: #f5f9fc;
}

.productListingBundles-top-banner {
	height: 7.5rem;
	margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.productListingBundles-top-banner {
		height: 11.25rem;
		margin-bottom: 3.75rem;
	}
}

.productListingBundles-top-banner-text {
	border: 2px dashed #979797;
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
}

.productListingBundles-filter-option {
	border-bottom: 1px solid lightgray;
	padding: 0.75rem;
}

.productListingBundles-filter-option__heading {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
}

.productListingBundles-filter-option__link {
	padding: 0.375rem 0;
}

@media (max-width: 991.98px) {
	.productListingBundles-filter-option__link {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		width: 50%;
	}
}

.productListingBundles-filter-option:last-child {
	border-bottom: none;
}

.productListingBundles .filters-panel--top,
.productListingBundles .filters-panel--bottom .filters-panel-selectWrap {
	display: none;
}

@media (min-width: 992px) {
	.productListingBundles .filters-panel--top,
	.productListingBundles .filters-panel--bottom .filters-panel-selectWrap {
		display: block;
	}
}

@media (min-width: 768px) {
	.productListingBundles .filters-panel--bottom {
		margin-top: 1.125rem;
	}
}

@media (min-width: 768px) {
	.productListingBundles .filters-panel--top {
		margin-bottom: 1.125rem;
	}
}

@media (max-width: 991.98px) {
	.productListingBundles .filters-panel--top.showMobile {
		display: block !important;
	}

	.productListingBundles .filters-panel--top.showMobile .col-md-7 {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		max-width: 100%;
		width: 100%;
	}

	.productListingBundles .filters-panel--top.showMobile .col-md-7 .productListingBlock-select {
		margin-bottom: 0.9375rem;
	}

	.productListingBundles .filters-panel--top.showMobile .col-md-7 .productListingBlock-select .styled-select-wrap {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0;
		padding-right: 0.375rem;
		width: 50%;
	}

	.productListingBundles .filters-panel--top.showMobile .col-md-7 .productListingBlock-select .styled-select-wrap select {
		width: 100%;
	}

	.productListingBundles .filters-panel--top.showMobile .col-md-7 .productListingBlock-select .styled-select-wrap:last-child {
		padding-left: 0.375rem;
		padding-right: 0;
	}

	.productListingBundles .filters-panel--top.showMobile .pagination-group {
		display: none;
	}
}

.productListingBundles-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.productListingBundles-select select.form-control {
	margin-bottom: 0.75rem;
	margin-right: 0.75rem;
	width: auto;
}

.productListingBundles-select select.form-control:last-child {
	margin-bottom: 0;
	margin-right: 0;
}

.productListingBundles .list {
	border: none;
}

.productListingBundles .list .productListingBundles-item {
	margin: 1.125rem 0;
}

@media (max-width: 991.98px) {
	.productListingBundles .list {
		margin-left: -0.375rem;
		margin-right: -0.375rem;
	}

	.productListingBundles .list .productListingBundles-item {
		margin: 0.375rem 0;
		padding-left: 0.375rem;
		padding-right: 0.375rem;
	}
}

.productListingBundles-filter-control {
	margin: 0.75rem 0 0.375rem;
}

.productListingBundles-filter-control a {
	color: #000;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
}

@media (max-width: 991.98px) {
	.productListingBundles-filter {
		margin-bottom: 0.625rem;
	}
}

.productListingBundles-nowPrice {
	color: #db0000;
}

.productListingBundles-original {
	color: #000;
	font-size: 1rem;
}

@media (min-width: 768px) {
	.productListingBundles-original {
		font-size: 1.25rem;
	}
}

.productListingBundles-options {
	font-size: 0;
}

.productListingBundles-reviewsCount {
	margin-left: 0.625rem;
}

.productListingBundles-pinterestBtn {
	display: inline-block;
	margin-left: 0.375rem;
}

.productListingBundles-pinterestBtn span {
	vertical-align: 1px;
}

.productListingBundles-optionsWrapper {
	margin-bottom: 0.75rem;
}

.productListingBundles-optionsTextWrapper {
	margin-bottom: 0.375rem;
}

.productListingBundles-moreInfoLink {
	display: inline-block;
	margin-top: 0.375rem;
}

.productListingBundles .quantityInput {
	margin-top: 0.375rem;
}

.productListingBundles-subTitleLink {
	font-weight: 700;
}

.productListingBundles-productPhoto .productItem-label {
	left: 1rem;
	z-index: 1;
}

@media (min-width: 768px) {
	.productListingBundles-productPhoto .productItem-label {
		font-size: 0.9375rem;
	}
}

.productListingBundles-imgThumbs {
	font-size: 0;
	margin-top: 1rem;
}

.productListingBundles-imgThumbs .slick-slide {
	cursor: pointer;
	margin-right: 0.625rem;
	max-width: 4.375rem;
}

.productListingBundles-imgThumbs .slick-slide.slick-current {
	border: 1px solid #000;
}

.productListingBundles-imgThumbs .slick-slide img {
	width: 100%;
}

.productListingBundles img.lazy.loading {
	background: url('/Static/assets/css/svgs/three-dots.svg') no-repeat center center;
	background-size: 60px;
	height: 100%;
	width: 100%;
}

.productListingBundles-searchFilterInput .has-left-icon .styled-input {
	border-color: #d6d6d6;
	font-size: 0.9375rem;
	height: 2.25rem !important;
	line-height: 2.25rem !important;
	padding-left: 0.625rem;
	padding-right: 1.625rem;
}

.productListingBundles-searchFilterInput .has-left-icon .icon-search {
	cursor: pointer;
	font-size: 1rem;
	height: 6.25%rem;
	left: auto;
	line-height: 2.25rem;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transform: none;
	transform: none;
	width: 2rem;
}

.productListingBundles-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 0.75rem;
}

.productListingBundles-clickCollectMessage {
	color: #db0000;
	font-weight: bold;
}

.productListingBundles-promoWrap {
	display: block;
	height: calc(100% - 16px);
	min-height: 100px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.productListingBundles-promoImg {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
}

/* States */
.is-giftRegistryListing .productListingBundles-columnLeft {
	display: none;
}

.productListingBundles-modal .modal-header {
	border-bottom-width: 0;
	padding: 0.75rem 0.75rem 0;
}

.productListingBundles-modal .modal-body {
	margin-top: 0.375rem;
	padding: 0 1rem 1rem;
}

@media (min-width: 768px) {
	.productListingBundles-modal .modal-body {
		margin-top: 0;
		padding: 0 1.875rem 1.875rem;
	}
}

.productListingBundles-modal .modal-dialog {
	max-width: 95%;
}

@media (min-width: 992px) {
	.productListingBundles-modal .modal-dialog {
		max-width: 51.875rem;
	}
}

.productListingBundles-modal .starRating {
	display: inline-block;
}

.productListingBundles-modal .btn-details {
	display: block;
	font-weight: 700;
	line-height: 1.875rem;
	text-align: center;
}

.productListingBundles-modal .review-text {
	font-size: 0.8125rem;
}

.productListingBundles-modal .review-text.is-seperator {
	padding: 0 0.1875rem;
}

.productListingBundles-modal .variant-slider,
.productListingBundles-modal .variant-thumbs {
	display: none;
}

.productListingBundles-modal .variant-slider.is-active,
.productListingBundles-modal .variant-thumbs.is-active {
	display: block;
}

.productListingBundles-modal .addToGiftBtn.has-added .icon-gift:before {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0zMiwyNzEuNjkydjE5MmMwLDE3LjY2NCwxNC4zNjgsMzIsMzIsMzJoMTYwdi0yMjRIMzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00ODAsMTQzLjY5MkgzNzguNzUyYzcuMjY0LTQuOTYsMTMuNTA0LTkuODg4LDE3Ljg1Ni0xNC4zMDRjMjUuODI0LTI1Ljk1MiwyNS44MjQtNjguMTkyLDAtOTQuMTQ0DQoJCQljLTI1LjA4OC0yNS4yOC02OC44LTI1LjIxNi05My44NTYsMGMtMTMuODg4LDEzLjkyLTUwLjY4OCw3MC41OTItNDUuNiwxMDguNDQ4aC0yLjMwNGM1LjA1Ni0zNy44NTYtMzEuNzQ0LTk0LjUyOC00NS42LTEwOC40NDgNCgkJCWMtMjUuMDg4LTI1LjIxNi02OC44LTI1LjIxNi05My44NTYsMEM4OS42LDYxLjE5Niw4OS42LDEwMy40MzYsMTE1LjM2LDEyOS4zODhjNC4zODQsNC40MTYsMTAuNjI0LDkuMzQ0LDE3Ljg4OCwxNC4zMDRIMzINCgkJCWMtMTcuNjMyLDAtMzIsMTQuMzY4LTMyLDMydjQ4YzAsOC44MzIsNy4xNjgsMTYsMTYsMTZoMjA4di02NGg2NHY2NGgyMDhjOC44MzIsMCwxNi03LjE2OCwxNi0xNnYtNDgNCgkJCUM1MTIsMTU4LjA2LDQ5Ny42NjQsMTQzLjY5Miw0ODAsMTQzLjY5MnogTTIyMi4xMTIsMTQyLjYzNmMwLDAtMS4zNDQsMS4wNTYtNS45MiwxLjA1NmMtMjIuMTEyLDAtNjQuMzItMjIuOTc2LTc4LjExMi0zNi44NjQNCgkJCWMtMTMuNDA4LTEzLjUwNC0xMy40MDgtMzUuNTIsMC00OS4wMjRjNi40OTYtNi41MjgsMTUuMTA0LTEwLjExMiwyNC4yNTYtMTAuMTEyYzkuMTIsMCwxNy43MjgsMy41ODQsMjQuMjI0LDEwLjExMg0KCQkJQzIwOC4xMjgsNzkuNSwyMjkuNTY4LDEzNC45MjQsMjIyLjExMiwxNDIuNjM2eiBNMjk1Ljc3NiwxNDMuNjkyYy00LjU0NCwwLTUuODg4LTEuMDI0LTUuODg4LTEuMDU2DQoJCQljLTcuNDU2LTcuNzEyLDEzLjk4NC02My4xMzYsMzUuNTUyLTg0LjgzMmMxMi44OTYtMTMuMDI0LDM1LjQ1Ni0xMy4wODgsNDguNDgsMGMxMy40NCwxMy41MDQsMTMuNDQsMzUuNTIsMCw0OS4wMjQNCgkJCUMzNjAuMTI4LDEyMC43MTYsMzE3LjkyLDE0My42OTIsMjk1Ljc3NiwxNDMuNjkyeiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjg4LDI3MS42OTJ2MjI0aDE2MGMxNy42NjQsMCwzMi0xNC4zMzYsMzItMzJ2LTE5MkgyODh6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=');
	content: '';
	display: inline-block;
	height: 20px;
	width: 20px;
}

.productListingBundles-sliderNav .slick-slide {
	border: 1px solid #d6d6d6;
	cursor: pointer;
	height: 2.375rem;
	margin-right: 0.75rem;
	max-height: 2.375rem;
	max-width: 2.375rem;
	position: relative;
	width: 2.375rem;
}

.productListingBundles-sliderNav .slick-slide:last-of-type {
	margin-right: 0;
}

.productListingBundles-sliderNav .slick-slide.slick-current {
	border: 1px solid #000;
}

.productListingBundles-sliderNav .slick-slide.slick-current .productListingBundles-shadow {
	display: block;
}

.productListingBundles-shadow {
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 0.8);
	box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 0.8);
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.productListingBundles-shareButtons {
	margin-top: 0.625rem;
}

@media (min-width: 768px) {
	.productListingBundles-shareButtons {
		margin-top: 0;
	}
}

.productListingBundles-option {
	border: 1px solid #d6d6d6;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	line-height: 2.25rem;
	margin-bottom: 0.25rem;
	margin-right: 0.75rem;
	margin-top: 0.25rem;
	max-height: 2.375rem;
	max-width: 2.375rem;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 2.375rem;
}

.productListingBundles-option.is-active {
	position: relative;
}

.productListingBundles-option.is-active:before {
	background: #000;
	border-radius: 50%;
	content: ' ';
	height: 18px;
	position: absolute;
	right: -9px;
	top: -9px;
	width: 18px;
}

.productListingBundles-option.is-active:after {
	color: #fff;
	content: '\e903';
	font-family: 'bris-icons';
	font-size: 0.5625rem;
	line-height: 0;
	position: absolute;
	right: -5px;
	top: 1px;
}

.productListingBundles-option.is-hexColour:not(.is-active) {
	border: none;
}

.productListingBundles-option .hexColour {
	display: block;
	height: 2.375rem;
}

.productListingBundles-option img {
	max-height: 100%;
	max-width: 100%;
}

.productListingBundles-options.colors .productListingBundles-option {
	line-height: 0;
}

.productListingBundles-options.colors .productListingBundles-option img {
	max-width: 100%;
}

.productListingBundles-options.sizes .productListingBundles-option {
	font-size: 0.75rem;
	max-width: none;
	min-width: 2.375rem;
	padding: 0 0.375rem;
	width: auto;
}

.productListingBundles-modal__price-detail h4 {
	font-weight: normal;
}

.productListingBundles-modal__price-detail h4.isBold {
	font-weight: bold;
}

.productListingBundles-modal__price-detail .productItem-price--discount {
	color: #db0000;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0.375rem 0 0.625rem;
}

.productListingBundles-modal__price-detail .productItem-price--original {
	color: #000;
	font-size: 1.5rem;
	margin: 0.375rem 0;
}

.is-giftRegistryListing .productListingBundles-item {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.productListingBundles .gift-controlsWrap {
	margin-top: auto;
}

.productListingBundles .gift-controls {
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.productListingBundles .gift-controls.is-first {
	margin-top: 0.75rem;
}

.productListingBundles .gift-controls .button-btn {
	font-size: 0.6875rem;
	margin-bottom: 0.5rem;
}

.productListingBundles .gift-controls .button-btn:first-of-type {
	margin-right: 0.5rem;
}

.productListingBundles .gift-controls .button-btn[disabled] {
	background-color: #d6d6d6;
	border-color: #d6d6d6;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
	cursor: not-allowed;
	outline: none;
	pointer-events: none;
	text-decoration: none;
}

.productListingBundles .gift-controls .info-number-gift {
	margin-bottom: 0.5rem;
	margin-right: 0.5rem;
}

.productListingBundles .gift-controls select {
	background-position: calc(100% - 8px) calc(10px);
	background-size: 0.625rem;
	font-size: 0.8125rem !important;
	height: 1.5625rem !important;
	line-height: 1.5625rem !important;
	margin-bottom: 0.5rem;
	min-width: 4rem;
}

.productListingBundles .gift-controls select[disabled] {
	background: none;
	background-color: #d6d6d6;
}

.productListingBundles.is-giftRegistryListing .quickView-btn {
	display: none !important;
}

.productListingBundles.is-giftRegistryListing .filters-panel--top {
	display: block;
}

@media (max-width: 991.98px) {
	.productListingBundles.is-giftRegistryListing .filters-panel--top {
		margin-bottom: 1.25rem;
	}

	.productListingBundles.is-giftRegistryListing .filters-panel--top .pagination-group {
		display: none;
	}

	.productListingBundles.is-giftRegistryListing .filters-panel--bottom .pagination-group {
		margin-top: 1.25rem;
		padding-left: 0 !important;
	}
}

/* Themes */
.productListingBundles {
	/*&-item {
		.productItem .productItem-info .productItem-price--original,
		.productItem .productItem-info .productItem-price--discount {
			@include themeConfig("", ("is-bris")) {
				font-size: pxToRem(15);
				font-weight: 500;
				letter-spacing: -0.04em;
			}
		}

		.productItem .productItem-info .productItem-price--original {
			@include themeConfig("", ("is-bris")) {
				margin-right: 12px;
			}
		}

		.productItem-labelWrap {
			width: auto;

			.productItem-label {				
				@include themeConfig("", ("is-bris")) {
					font-size: 10px;
					font-weight: bold;
					padding: 0px 6px;
					letter-spacing: .5px;
				}
			}
		}
	}*/
}

.productListingBundles-select .styled-select-wrap {
	background-color: #fff;
	margin-right: 0.75rem;
	position: relative;
}

.productListingBundles-select .styled-select-wrap:before {
	font-family: 'bris-icons';
	font-size: 0.75rem;
	line-height: 1;
	position: absolute;
	right: 0.75rem;
	top: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.productListingBundles-select .styled-select-wrap:last-child {
	margin-right: 0;
}

.is-bris .productListingBundles-select .styled-select-wrap:before {
	color: #005ea7;
}

.productListingBundles-select .styled-select {
	background-color: transparent;
	background-image: none;
	font-size: 0.9375rem;
	height: 2.25rem !important;
	line-height: 2.25rem !important;
	position: relative;
}

.productListingBundles-pagination .pagination {
	padding: 0;
}

.is-bris .productListingBundles-pagination .pagination li a {
	color: #888 !important;
}

.is-bris .productListingBundles-pagination .pagination li.active a {
	color: #000 !important;
}

.is-bris .productListingBundles-pagination .pagination li.pagination-next a,
.is-bris .productListingBundles-pagination .pagination li.pagination-prev a {
	color: #005ea7 !important;
}

 {
	color: #000 !important;
}

 {
	color: #71140f !important;
}

.is-bris .productListingBundles-pagination .pagination li.pagination-next.disabled a,
.is-bris .productListingBundles-pagination .pagination li.pagination-prev.disabled a {
	color: #ccc !important;
}

 {
	color: #ccc !important;
}

 {
	color: #ccc !important;
}

.is-bris .productListingBundles-filter-mobile {
	color: #005ea7;
	font-size: 0.9375rem;
	font-weight: bold;
}

.is-bris .productListingBundles-modal .close {
	color: #005ea7;
}

.is-bris .productListingBundles-moreInfoLink {
	color: #005ea7;
}

.is-bris .productListingBundles-modal .addToGiftBtn.has-added .icon-gift:before {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGZpbGw9IiMwMDVFQTciIGQ9Ik0zMiwyNzEuNjkydjE5MmMwLDE3LjY2NCwxNC4zNjgsMzIsMzIsMzJoMTYwdi0yMjRIMzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGZpbGw9IiMwMDVFQTciIGQ9Ik00ODAsMTQzLjY5MkgzNzguNzUyYzcuMjY0LTQuOTYsMTMuNTA0LTkuODg4LDE3Ljg1Ni0xNC4zMDRjMjUuODI0LTI1Ljk1MiwyNS44MjQtNjguMTkyLDAtOTQuMTQ0DQoJCQljLTI1LjA4OC0yNS4yOC02OC44LTI1LjIxNi05My44NTYsMGMtMTMuODg4LDEzLjkyLTUwLjY4OCw3MC41OTItNDUuNiwxMDguNDQ4aC0yLjMwNGM1LjA1Ni0zNy44NTYtMzEuNzQ0LTk0LjUyOC00NS42LTEwOC40NDgNCgkJCWMtMjUuMDg4LTI1LjIxNi02OC44LTI1LjIxNi05My44NTYsMEM4OS42LDYxLjE5Niw4OS42LDEwMy40MzYsMTE1LjM2LDEyOS4zODhjNC4zODQsNC40MTYsMTAuNjI0LDkuMzQ0LDE3Ljg4OCwxNC4zMDRIMzINCgkJCWMtMTcuNjMyLDAtMzIsMTQuMzY4LTMyLDMydjQ4YzAsOC44MzIsNy4xNjgsMTYsMTYsMTZoMjA4di02NGg2NHY2NGgyMDhjOC44MzIsMCwxNi03LjE2OCwxNi0xNnYtNDgNCgkJCUM1MTIsMTU4LjA2LDQ5Ny42NjQsMTQzLjY5Miw0ODAsMTQzLjY5MnogTTIyMi4xMTIsMTQyLjYzNmMwLDAtMS4zNDQsMS4wNTYtNS45MiwxLjA1NmMtMjIuMTEyLDAtNjQuMzItMjIuOTc2LTc4LjExMi0zNi44NjQNCgkJCWMtMTMuNDA4LTEzLjUwNC0xMy40MDgtMzUuNTIsMC00OS4wMjRjNi40OTYtNi41MjgsMTUuMTA0LTEwLjExMiwyNC4yNTYtMTAuMTEyYzkuMTIsMCwxNy43MjgsMy41ODQsMjQuMjI0LDEwLjExMg0KCQkJQzIwOC4xMjgsNzkuNSwyMjkuNTY4LDEzNC45MjQsMjIyLjExMiwxNDIuNjM2eiBNMjk1Ljc3NiwxNDMuNjkyYy00LjU0NCwwLTUuODg4LTEuMDI0LTUuODg4LTEuMDU2DQoJCQljLTcuNDU2LTcuNzEyLDEzLjk4NC02My4xMzYsMzUuNTUyLTg0LjgzMmMxMi44OTYtMTMuMDI0LDM1LjQ1Ni0xMy4wODgsNDguNDgsMGMxMy40NCwxMy41MDQsMTMuNDQsMzUuNTIsMCw0OS4wMjQNCgkJCUMzNjAuMTI4LDEyMC43MTYsMzE3LjkyLDE0My42OTIsMjk1Ljc3NiwxNDMuNjkyeiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBmaWxsPSIjMDA1RUE3IiBkPSJNMjg4LDI3MS42OTJ2MjI0aDE2MGMxNy42NjQsMCwzMi0xNC4zMzYsMzItMzJ2LTE5MkgyODh6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=') !important;
}

.productListingBlock .list {
	border: none;
}

.productListingBlock .list .productListingBundles-item {
	margin: 1.125rem 0;
}

@media (max-width: 991.98px) {
	.productListingBlock .list {
		margin-left: -0.375rem;
		margin-right: -0.375rem;
	}

	.productListingBlock .list .productListingBundles-item {
		margin: 0.375rem 0;
		padding-left: 0.375rem;
		padding-right: 0.375rem;
	}
}

.selectbox {
	font-size: 1.125rem;
	position: relative;
}

.selectbox.show .icon-chevron-down,
.selectbox.show .productListingBlock-select .styled-select-wrap,
.productListingBlock-select .selectbox.show .styled-select-wrap,
.selectbox.show .productListingBundles-select .styled-select-wrap,
.productListingBundles-select .selectbox.show .styled-select-wrap {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.selectbox .icon-chevron-down,
.selectbox .productListingBlock-select .styled-select-wrap,
.productListingBlock-select .selectbox .styled-select-wrap,
.selectbox .productListingBundles-select .styled-select-wrap,
.productListingBundles-select .selectbox .styled-select-wrap {
	color: #707070;
	font-size: 1rem;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.selectbox .dropdown-toggle {
	background-color: #fff;
	border: 1px solid #d9d9d9;
	color: #000;
	font-size: 0.9375rem;
	font-weight: normal;
	height: 30px;
	outline: 0;
	overflow: hidden;
	padding: 0 0.75rem;
	position: relative;
	width: 100%;
}

@media (min-width: 768px) {
	.selectbox .dropdown-toggle {
		font-size: 1.125rem;
		height: 48px;
	}
}

.selectbox .dropdown-toggle .selectbox-title {
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-ms-flex: 1;
	flex: 1;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre-wrap;
}

.selectbox .dropdown-toggle:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.selectbox .dropdown-toggle:after {
	display: none;
}

.is-bris .selectbox .dropdown-toggle .icon-location-marker {
	color: #005ea7;
}

.selectbox .dropdown-menu {
	background-color: #f3f3f3;
	border: 1px solid #d9d9d9;
	border-bottom: 0;
	width: 100%;
}

.selectbox .dropdown-menu[x-placement^="top"] {
	-webkit-box-shadow: 0 -3px 5px rgba(50, 50, 50, 0.25);
	box-shadow: 0 -3px 5px rgba(50, 50, 50, 0.25);
	margin-top: 1px !important;
}

.selectbox .dropdown-menu[x-placement^="bottom"] {
	-webkit-box-shadow: 0 3px 5px rgba(50, 50, 50, 0.25);
	box-shadow: 0 3px 5px rgba(50, 50, 50, 0.25);
	margin-top: -1px !important;
}

.selectbox .dropdown-menu .dropdown-item {
	border-bottom: 1px solid #d9d9d9;
	font-size: 0.9375rem;
	padding: 0.5rem 0.75rem;
	white-space: normal;
}

.selectbox .dropdown-menu .dropdown-item:active {
	background: initial;
	color: #000;
}

.selectbox .dropdown-menu .dropdown-item.is-selected {
	background: #fff;
}

.selectbox .dropdown-menu .dropdown-item.disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.promotional-area {
	margin-bottom: 20px;
	max-height: 500px;
	overflow: hidden;
	padding-top: 26%;
	position: relative;
}

.promotional-area img {
	height: auto;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (min-width: 768px) {
	.promotional-area {
		margin-bottom: 30px;
	}
}

.videoTextBlock {
	margin: 20px 0;
}

.videoTextBlock-title {
	margin-bottom: 20px;
	padding: 30px;
	text-align: center;
}

.videoTextBlock-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.videoTextBlock-background {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.videoTextBlock-inner {
	padding: 40px 0;
	width: 100%;
	z-index: 2;
}

.videoTextBlock-left {
	margin-top: -64px;
}

.videoTextBlock-left video {
	height: auto;
	width: 100%;
}

.videoTextBlock-thumbnail {
	cursor: pointer;
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.videoTextBlock-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.videoTextBlock-thumbnail .icon-play {
	color: #fff;
	font-size: 3rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.videoTextBlock-right {
	margin-top: 30px;
	text-align: center;
}

.videoTextBlock-right .videoTextBlock-title {
	display: none;
}

.videoTextBlock-cta {
	margin-top: 20px;
}

.videoTextBlock-cta .buttonblock {
	display: inline-block;
	margin: 10px 10px 0 0;
	width: auto;
}

@media (min-width: 992px) {
	.videoTextBlock {
		margin: 30px 0;
	}

	.videoTextBlock.video-playback-right .videoTextBlock-container .videoTextBlock-background {
		left: 0;
		right: auto;
	}

	.videoTextBlock.video-playback-right .videoTextBlock-container .videoTextBlock-inner {
		-webkit-box-direction: reverse;
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.videoTextBlock.video-playback-right .videoTextBlock-container .videoTextBlock-inner .videoTextBlock-right {
		padding: 30px 30px 40px;
	}

	.videoTextBlock-title {
		display: none;
		margin-bottom: 0;
	}

	.videoTextBlock-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.videoTextBlock-background {
		left: auto;
		right: 0;
		width: 66.67%;
	}

	.videoTextBlock-left {
		align-items: center;
		-webkit-box-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		margin-top: 0;
		width: 55%;
	}

	.videoTextBlock-right {
		margin-top: 0;
		padding: 30px 30px 40px;
		width: 45%;
	}

	.videoTextBlock-right .videoTextBlock-title {
		display: block;
	}
}

.videoTextBlock.is-portrait .videoTextBlock-thumbnail {
	padding-top: calc(16 / 9 * 100%);
}

/* Themes */

.nearbyStores-toggle {
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: bold;
}

.nearbyStores-toggle::before {
	content: 'Show Nearby Stores';
}

.nearbyStores-toggle:not(.loading):after {
	content: '\e904';
	display: inline-block;
	font-family: 'bris-icons';
	padding: 0 5px;
}

.nearbyStores-toggle.active::before {
	content: 'Hide Nearby Stores';
}

.nearbyStores-toggle.active::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nearbyStores-toggle.loading:after {
	-webkit-animation: spinner-border 0.75s linear infinite;
	animation: spinner-border 0.75s linear infinite;
	border: 0.25em solid currentColor;
	border-radius: 50%;
	border-right-color: transparent;
	content: '';
	display: inline-block;
	height: 1rem;
	margin-left: 10px;
	vertical-align: text-bottom;
	width: 1rem;
}

.nearbyStores-list {
	display: none;
	list-style: none;
	margin-bottom: 5px;
	max-height: 150px;
	overflow: auto;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 10px;
}

.nearbyStores-list::-webkit-scrollbar {
	background-color: #d6d6d6;
	border-radius: 0;
	width: 6px;
}

.nearbyStores-list::-webkit-scrollbar-track {
	background-color: #d6d6d6;
	border-radius: 0;
}

.nearbyStores-list::-webkit-scrollbar-thumb {
	background-color: #707070;
	border-radius: 0;
}

.nearbyStores-list li {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 5px;
}

@media (max-width: 991.98px) {
	.tpl-CheckoutPage .nearbyStores-list li {
		display: block;
	}

	.tpl-CheckoutPage .nearbyStores-list li .same-day-status {
		padding-left: 34px;
		padding-top: 0 !important;
	}

	.tpl-CheckoutPage .nearbyStores-list li .form-check-label {
		padding-bottom: 0 !important;
	}
}

.nearbyStores-list li label {
	cursor: pointer;
	margin: 0;
	text-align: right;
}

.nearbyStores-list li .form-check {
	align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-flex: 1;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-align: start;
	margin: 0;
	padding-left: 0;
}

.nearbyStores-list li .form-check label {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-flex: 1;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-align: center;
	font-weight: bold;
	line-height: 20px;
	max-width: unset !important;
	min-width: 120px;
	padding-left: 26px;
}

.nearbyStores-list li .form-check input[type=radio]:not(:checked) ~ label::before,
.nearbyStores-list li .form-check input[type=radio]:checked ~ label::before {
	height: 18px;
	min-width: 18px;
	top: 1px;
	width: 18px;
}

.nearbyStores-list li .form-check input[type=radio]:checked ~ label::after {
	height: 8px;
	left: 5px;
	min-width: 8px;
	top: 6px;
	width: 8px;
}

.nearbyStores.loading-spinner {
	position: relative;
	z-index: 999;
}

.nearbyStores.loading-spinner::before {
	background-color: rgba(255, 255, 255, 0.8);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.nearbyStores.loading-spinner::after {
	-webkit-animation: spinner-border 0.75s linear infinite;
	animation: spinner-border 0.75s linear infinite;
	border: 0.25em solid #707070;
	border-radius: 50%;
	border-right-color: transparent;
	content: '';
	display: block;
	height: 1rem;
	left: 50%;
	position: absolute;
	top: 40%;
	width: 1rem;
	z-index: 2;
}

.nearbyStores .loading-stock {
	align-items: center;
	bottom: 0;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

/* Theme */
.is-bris .nearbyStores-toggle {
	color: #035ea7;
}

.is-bris .nearbyStores-list li .form-check input[type=radio]:checked ~ label::after {
	background: #035ea7;
}

.login-cdc-page .gigya-screen .gigya-layout-row:nth-child(2) .gigya-composite-control-label {
	padding-bottom: 10px;
	width: 100%;
}

.login-cdc-page .gigya-screen .gigya-layout-row:nth-child(3) .gigya-layout-cell:first-child {
	line-height: 25px;
}

.login-cdc-page .gigya-screen .gigya-layout-row:nth-child(3) .gigya-layout-cell:nth-child(2) {
	text-align: right;
}

.login-cdc-page .gigya-screen .gigya-layout-row:nth-child(3) .gigya-layout-cell:nth-child(2) a {
	color: #707070;
	font-size: 0.8125rem;
}

.login-cdc-page .gigya-screen .gigya-layout-row:nth-child(6) {
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.login-cdc-page .gigya-screen .gigya-layout-row:nth-child(6) .gigya-layout-cell {
	display: inline;
	margin: 0;
	width: auto;
}

.login-cdc-page .gigya-screen .gigya-layout-row:nth-child(6) .gigya-layout-cell:first-child label {
	color: #707070;
	font-size: 0.875rem;
}

.login-cdc-page .gigya-screen .gigya-layout-row:nth-child(6) .gigya-layout-cell:nth-child(2) {
	margin: 0 5px;
}

.login-cdc-page .gigya-screen .gigya-layout-row:nth-child(6) .gigya-layout-cell:nth-child(2) a {
	color: #000;
	font-size: 0.875rem;
	text-decoration: underline;
}

.login-cdc-page .gigya-screen .gigya-layout-row:nth-child(6) .gigya-clear {
	margin: 0;
}

.login-cdc-page .gigya-screen .gigya-composite-control-form-error .gigya-error-msg {
	display: none !important;
}

.login-cdc-page .gigya-screen .gigya-composite-control.gigya-composite-control-label {
	color: #707070;
	font-size: 0.875rem;
	width: 100%;
}

.login-cdc-page .gigya-screen .gigya-composite-control.gigya-composite-control-label a {
	color: #707070;
	font-size: 0.875rem;
	text-decoration: underline;
}

.login-cdc-page .gigya-input-submit[type="button"] {
	display: none;
}

.login-cdc-page.not-available-login .gigya-screen .gigya-layout-row:nth-child(3),
.login-cdc-page.not-available-login .gigya-screen .gigya-composite-control-password,
.login-cdc-page.not-available-login .gigya-screen .gigya-input-submit[type="submit"] {
	display: none;
}

.login-cdc-page.not-available-login .gigya-screen .gigya-input-submit[type="button"] {
	display: block;
}

/* Theme */

.login-cdc-page .gigya-screen-loader,
.register-cdc-page .gigya-screen-loader,
.updateProfileCdc .gigya-screen-loader,
.changePasswordCdc .gigya-screen-loader,
.communicationPreferences .gigya-screen-loader,
.checkoutLoginCard .gigya-screen-loader,
.forgotPasswordCdc .gigya-screen-loader,
.resetPasswordCdc .gigya-screen-loader,
.mailingListCdc .gigya-screen-loader,
.formCdc .gigya-screen-loader {
	z-index: 1 !important;
}

.login-cdc-page .gigya-screen,
.register-cdc-page .gigya-screen,
.updateProfileCdc .gigya-screen,
.changePasswordCdc .gigya-screen,
.communicationPreferences .gigya-screen,
.checkoutLoginCard .gigya-screen,
.forgotPasswordCdc .gigya-screen,
.resetPasswordCdc .gigya-screen,
.mailingListCdc .gigya-screen,
.formCdc .gigya-screen {
	font-family: inherit !important;
}

.login-cdc-page .gigya-screen *,
.register-cdc-page .gigya-screen *,
.updateProfileCdc .gigya-screen *,
.changePasswordCdc .gigya-screen *,
.communicationPreferences .gigya-screen *,
.checkoutLoginCard .gigya-screen *,
.forgotPasswordCdc .gigya-screen *,
.resetPasswordCdc .gigya-screen *,
.mailingListCdc .gigya-screen *,
.formCdc .gigya-screen * {
	font-family: inherit !important;
}

.login-cdc-page .gigya-screen.portrait,
.register-cdc-page .gigya-screen.portrait,
.updateProfileCdc .gigya-screen.portrait,
.changePasswordCdc .gigya-screen.portrait,
.communicationPreferences .gigya-screen.portrait,
.checkoutLoginCard .gigya-screen.portrait,
.forgotPasswordCdc .gigya-screen.portrait,
.resetPasswordCdc .gigya-screen.portrait,
.mailingListCdc .gigya-screen.portrait,
.formCdc .gigya-screen.portrait {
	padding: 0;
	width: 100%;
}

.login-cdc-page .gigya-screen.portrait.mobile,
.register-cdc-page .gigya-screen.portrait.mobile,
.updateProfileCdc .gigya-screen.portrait.mobile,
.changePasswordCdc .gigya-screen.portrait.mobile,
.communicationPreferences .gigya-screen.portrait.mobile,
.checkoutLoginCard .gigya-screen.portrait.mobile,
.forgotPasswordCdc .gigya-screen.portrait.mobile,
.resetPasswordCdc .gigya-screen.portrait.mobile,
.mailingListCdc .gigya-screen.portrait.mobile,
.formCdc .gigya-screen.portrait.mobile {
	padding: 0 !important;
}

.login-cdc-page .gigya-screen.portrait.mobile .gigya-input-text,
.login-cdc-page .gigya-screen.portrait.mobile .gigya-input-password,
.login-cdc-page .gigya-screen.portrait.mobile select,
.register-cdc-page .gigya-screen.portrait.mobile .gigya-input-text,
.register-cdc-page .gigya-screen.portrait.mobile .gigya-input-password,
.register-cdc-page .gigya-screen.portrait.mobile select,
.updateProfileCdc .gigya-screen.portrait.mobile .gigya-input-text,
.updateProfileCdc .gigya-screen.portrait.mobile .gigya-input-password,
.updateProfileCdc .gigya-screen.portrait.mobile select,
.changePasswordCdc .gigya-screen.portrait.mobile .gigya-input-text,
.changePasswordCdc .gigya-screen.portrait.mobile .gigya-input-password,
.changePasswordCdc .gigya-screen.portrait.mobile select,
.communicationPreferences .gigya-screen.portrait.mobile .gigya-input-text,
.communicationPreferences .gigya-screen.portrait.mobile .gigya-input-password,
.communicationPreferences .gigya-screen.portrait.mobile select,
.checkoutLoginCard .gigya-screen.portrait.mobile .gigya-input-text,
.checkoutLoginCard .gigya-screen.portrait.mobile .gigya-input-password,
.checkoutLoginCard .gigya-screen.portrait.mobile select,
.forgotPasswordCdc .gigya-screen.portrait.mobile .gigya-input-text,
.forgotPasswordCdc .gigya-screen.portrait.mobile .gigya-input-password,
.forgotPasswordCdc .gigya-screen.portrait.mobile select,
.resetPasswordCdc .gigya-screen.portrait.mobile .gigya-input-text,
.resetPasswordCdc .gigya-screen.portrait.mobile .gigya-input-password,
.resetPasswordCdc .gigya-screen.portrait.mobile select,
.mailingListCdc .gigya-screen.portrait.mobile .gigya-input-text,
.mailingListCdc .gigya-screen.portrait.mobile .gigya-input-password,
.mailingListCdc .gigya-screen.portrait.mobile select,
.formCdc .gigya-screen.portrait.mobile .gigya-input-text,
.formCdc .gigya-screen.portrait.mobile .gigya-input-password,
.formCdc .gigya-screen.portrait.mobile select {
	font-size: 0.875rem;
	height: 50px;
}

.login-cdc-page .gigya-screen .gigya-input-text,
.login-cdc-page .gigya-screen .gigya-input-password,
.login-cdc-page .gigya-screen select,
.register-cdc-page .gigya-screen .gigya-input-text,
.register-cdc-page .gigya-screen .gigya-input-password,
.register-cdc-page .gigya-screen select,
.updateProfileCdc .gigya-screen .gigya-input-text,
.updateProfileCdc .gigya-screen .gigya-input-password,
.updateProfileCdc .gigya-screen select,
.changePasswordCdc .gigya-screen .gigya-input-text,
.changePasswordCdc .gigya-screen .gigya-input-password,
.changePasswordCdc .gigya-screen select,
.communicationPreferences .gigya-screen .gigya-input-text,
.communicationPreferences .gigya-screen .gigya-input-password,
.communicationPreferences .gigya-screen select,
.checkoutLoginCard .gigya-screen .gigya-input-text,
.checkoutLoginCard .gigya-screen .gigya-input-password,
.checkoutLoginCard .gigya-screen select,
.forgotPasswordCdc .gigya-screen .gigya-input-text,
.forgotPasswordCdc .gigya-screen .gigya-input-password,
.forgotPasswordCdc .gigya-screen select,
.resetPasswordCdc .gigya-screen .gigya-input-text,
.resetPasswordCdc .gigya-screen .gigya-input-password,
.resetPasswordCdc .gigya-screen select,
.mailingListCdc .gigya-screen .gigya-input-text,
.mailingListCdc .gigya-screen .gigya-input-password,
.mailingListCdc .gigya-screen select,
.formCdc .gigya-screen .gigya-input-text,
.formCdc .gigya-screen .gigya-input-password,
.formCdc .gigya-screen select {
	border: 1px solid #d9d9d9;
	border-radius: 0;
	color: #707070;
	font-size: 1rem;
	height: 50px;
	margin-bottom: 7px;
	padding-right: 10px;
}

.login-cdc-page .gigya-screen .gigya-input-text[readonly],
.login-cdc-page .gigya-screen .gigya-input-password[readonly],
.login-cdc-page .gigya-screen select[readonly],
.register-cdc-page .gigya-screen .gigya-input-text[readonly],
.register-cdc-page .gigya-screen .gigya-input-password[readonly],
.register-cdc-page .gigya-screen select[readonly],
.updateProfileCdc .gigya-screen .gigya-input-text[readonly],
.updateProfileCdc .gigya-screen .gigya-input-password[readonly],
.updateProfileCdc .gigya-screen select[readonly],
.changePasswordCdc .gigya-screen .gigya-input-text[readonly],
.changePasswordCdc .gigya-screen .gigya-input-password[readonly],
.changePasswordCdc .gigya-screen select[readonly],
.communicationPreferences .gigya-screen .gigya-input-text[readonly],
.communicationPreferences .gigya-screen .gigya-input-password[readonly],
.communicationPreferences .gigya-screen select[readonly],
.checkoutLoginCard .gigya-screen .gigya-input-text[readonly],
.checkoutLoginCard .gigya-screen .gigya-input-password[readonly],
.checkoutLoginCard .gigya-screen select[readonly],
.forgotPasswordCdc .gigya-screen .gigya-input-text[readonly],
.forgotPasswordCdc .gigya-screen .gigya-input-password[readonly],
.forgotPasswordCdc .gigya-screen select[readonly],
.resetPasswordCdc .gigya-screen .gigya-input-text[readonly],
.resetPasswordCdc .gigya-screen .gigya-input-password[readonly],
.resetPasswordCdc .gigya-screen select[readonly],
.mailingListCdc .gigya-screen .gigya-input-text[readonly],
.mailingListCdc .gigya-screen .gigya-input-password[readonly],
.mailingListCdc .gigya-screen select[readonly],
.formCdc .gigya-screen .gigya-input-text[readonly],
.formCdc .gigya-screen .gigya-input-password[readonly],
.formCdc .gigya-screen select[readonly] {
	background-color: #f2f2f2;
	border-color: #d6d6d6;
}

.login-cdc-page .gigya-screen .gigya-input-text[readonly]:focus,
.login-cdc-page .gigya-screen .gigya-input-password[readonly]:focus,
.login-cdc-page .gigya-screen select[readonly]:focus,
.register-cdc-page .gigya-screen .gigya-input-text[readonly]:focus,
.register-cdc-page .gigya-screen .gigya-input-password[readonly]:focus,
.register-cdc-page .gigya-screen select[readonly]:focus,
.updateProfileCdc .gigya-screen .gigya-input-text[readonly]:focus,
.updateProfileCdc .gigya-screen .gigya-input-password[readonly]:focus,
.updateProfileCdc .gigya-screen select[readonly]:focus,
.changePasswordCdc .gigya-screen .gigya-input-text[readonly]:focus,
.changePasswordCdc .gigya-screen .gigya-input-password[readonly]:focus,
.changePasswordCdc .gigya-screen select[readonly]:focus,
.communicationPreferences .gigya-screen .gigya-input-text[readonly]:focus,
.communicationPreferences .gigya-screen .gigya-input-password[readonly]:focus,
.communicationPreferences .gigya-screen select[readonly]:focus,
.checkoutLoginCard .gigya-screen .gigya-input-text[readonly]:focus,
.checkoutLoginCard .gigya-screen .gigya-input-password[readonly]:focus,
.checkoutLoginCard .gigya-screen select[readonly]:focus,
.forgotPasswordCdc .gigya-screen .gigya-input-text[readonly]:focus,
.forgotPasswordCdc .gigya-screen .gigya-input-password[readonly]:focus,
.forgotPasswordCdc .gigya-screen select[readonly]:focus,
.resetPasswordCdc .gigya-screen .gigya-input-text[readonly]:focus,
.resetPasswordCdc .gigya-screen .gigya-input-password[readonly]:focus,
.resetPasswordCdc .gigya-screen select[readonly]:focus,
.mailingListCdc .gigya-screen .gigya-input-text[readonly]:focus,
.mailingListCdc .gigya-screen .gigya-input-password[readonly]:focus,
.mailingListCdc .gigya-screen select[readonly]:focus,
.formCdc .gigya-screen .gigya-input-text[readonly]:focus,
.formCdc .gigya-screen .gigya-input-password[readonly]:focus,
.formCdc .gigya-screen select[readonly]:focus {
	border-color: #d6d6d6 !important;
}

.login-cdc-page .gigya-screen .gigya-input-text:focus,
.login-cdc-page .gigya-screen .gigya-input-password:focus,
.login-cdc-page .gigya-screen select:focus,
.register-cdc-page .gigya-screen .gigya-input-text:focus,
.register-cdc-page .gigya-screen .gigya-input-password:focus,
.register-cdc-page .gigya-screen select:focus,
.updateProfileCdc .gigya-screen .gigya-input-text:focus,
.updateProfileCdc .gigya-screen .gigya-input-password:focus,
.updateProfileCdc .gigya-screen select:focus,
.changePasswordCdc .gigya-screen .gigya-input-text:focus,
.changePasswordCdc .gigya-screen .gigya-input-password:focus,
.changePasswordCdc .gigya-screen select:focus,
.communicationPreferences .gigya-screen .gigya-input-text:focus,
.communicationPreferences .gigya-screen .gigya-input-password:focus,
.communicationPreferences .gigya-screen select:focus,
.checkoutLoginCard .gigya-screen .gigya-input-text:focus,
.checkoutLoginCard .gigya-screen .gigya-input-password:focus,
.checkoutLoginCard .gigya-screen select:focus,
.forgotPasswordCdc .gigya-screen .gigya-input-text:focus,
.forgotPasswordCdc .gigya-screen .gigya-input-password:focus,
.forgotPasswordCdc .gigya-screen select:focus,
.resetPasswordCdc .gigya-screen .gigya-input-text:focus,
.resetPasswordCdc .gigya-screen .gigya-input-password:focus,
.resetPasswordCdc .gigya-screen select:focus,
.mailingListCdc .gigya-screen .gigya-input-text:focus,
.mailingListCdc .gigya-screen .gigya-input-password:focus,
.mailingListCdc .gigya-screen select:focus,
.formCdc .gigya-screen .gigya-input-text:focus,
.formCdc .gigya-screen .gigya-input-password:focus,
.formCdc .gigya-screen select:focus {
	border: 1px solid #707070 !important;
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
}

.login-cdc-page .gigya-screen .gigya-input-text.gigya-error,
.login-cdc-page .gigya-screen .gigya-input-password.gigya-error,
.login-cdc-page .gigya-screen select.gigya-error,
.register-cdc-page .gigya-screen .gigya-input-text.gigya-error,
.register-cdc-page .gigya-screen .gigya-input-password.gigya-error,
.register-cdc-page .gigya-screen select.gigya-error,
.updateProfileCdc .gigya-screen .gigya-input-text.gigya-error,
.updateProfileCdc .gigya-screen .gigya-input-password.gigya-error,
.updateProfileCdc .gigya-screen select.gigya-error,
.changePasswordCdc .gigya-screen .gigya-input-text.gigya-error,
.changePasswordCdc .gigya-screen .gigya-input-password.gigya-error,
.changePasswordCdc .gigya-screen select.gigya-error,
.communicationPreferences .gigya-screen .gigya-input-text.gigya-error,
.communicationPreferences .gigya-screen .gigya-input-password.gigya-error,
.communicationPreferences .gigya-screen select.gigya-error,
.checkoutLoginCard .gigya-screen .gigya-input-text.gigya-error,
.checkoutLoginCard .gigya-screen .gigya-input-password.gigya-error,
.checkoutLoginCard .gigya-screen select.gigya-error,
.forgotPasswordCdc .gigya-screen .gigya-input-text.gigya-error,
.forgotPasswordCdc .gigya-screen .gigya-input-password.gigya-error,
.forgotPasswordCdc .gigya-screen select.gigya-error,
.resetPasswordCdc .gigya-screen .gigya-input-text.gigya-error,
.resetPasswordCdc .gigya-screen .gigya-input-password.gigya-error,
.resetPasswordCdc .gigya-screen select.gigya-error,
.mailingListCdc .gigya-screen .gigya-input-text.gigya-error,
.mailingListCdc .gigya-screen .gigya-input-password.gigya-error,
.mailingListCdc .gigya-screen select.gigya-error,
.formCdc .gigya-screen .gigya-input-text.gigya-error,
.formCdc .gigya-screen .gigya-input-password.gigya-error,
.formCdc .gigya-screen select.gigya-error {
	border-radius: 0;
}

.login-cdc-page .gigya-screen .gigya-composite-control-link:focus,
.login-cdc-page .gigya-screen input[type=checkbox]:focus,
.register-cdc-page .gigya-screen .gigya-composite-control-link:focus,
.register-cdc-page .gigya-screen input[type=checkbox]:focus,
.updateProfileCdc .gigya-screen .gigya-composite-control-link:focus,
.updateProfileCdc .gigya-screen input[type=checkbox]:focus,
.changePasswordCdc .gigya-screen .gigya-composite-control-link:focus,
.changePasswordCdc .gigya-screen input[type=checkbox]:focus,
.communicationPreferences .gigya-screen .gigya-composite-control-link:focus,
.communicationPreferences .gigya-screen input[type=checkbox]:focus,
.checkoutLoginCard .gigya-screen .gigya-composite-control-link:focus,
.checkoutLoginCard .gigya-screen input[type=checkbox]:focus,
.forgotPasswordCdc .gigya-screen .gigya-composite-control-link:focus,
.forgotPasswordCdc .gigya-screen input[type=checkbox]:focus,
.resetPasswordCdc .gigya-screen .gigya-composite-control-link:focus,
.resetPasswordCdc .gigya-screen input[type=checkbox]:focus,
.mailingListCdc .gigya-screen .gigya-composite-control-link:focus,
.mailingListCdc .gigya-screen input[type=checkbox]:focus,
.formCdc .gigya-screen .gigya-composite-control-link:focus,
.formCdc .gigya-screen input[type=checkbox]:focus {
	border: 0 !important;
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
}

.login-cdc-page .gigya-screen select,
.register-cdc-page .gigya-screen select,
.updateProfileCdc .gigya-screen select,
.changePasswordCdc .gigya-screen select,
.communicationPreferences .gigya-screen select,
.checkoutLoginCard .gigya-screen select,
.forgotPasswordCdc .gigya-screen select,
.resetPasswordCdc .gigya-screen select,
.mailingListCdc .gigya-screen select,
.formCdc .gigya-screen select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('/Static/assets/css/svgs/arrow-down-cdc.svg');
	background-position-x: calc(100% - 10px);
	background-position-y: 20px;
	background-repeat: no-repeat;
	background-size: 16px;
	padding-left: 7px;
	padding-right: 7px;
}

.login-cdc-page .gigya-screen input[type=date],
.register-cdc-page .gigya-screen input[type=date],
.updateProfileCdc .gigya-screen input[type=date],
.changePasswordCdc .gigya-screen input[type=date],
.communicationPreferences .gigya-screen input[type=date],
.checkoutLoginCard .gigya-screen input[type=date],
.forgotPasswordCdc .gigya-screen input[type=date],
.resetPasswordCdc .gigya-screen input[type=date],
.mailingListCdc .gigya-screen input[type=date],
.formCdc .gigya-screen input[type=date] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('/Static/assets/css/svgs/calendar-cdc.svg');
	background-position-x: calc(100% - 10px);
	background-position-y: 14px;
	background-repeat: no-repeat;
	background-size: 17px;
}

.login-cdc-page .gigya-screen input[type=date]::-webkit-calendar-picker-indicator,
.register-cdc-page .gigya-screen input[type=date]::-webkit-calendar-picker-indicator,
.updateProfileCdc .gigya-screen input[type=date]::-webkit-calendar-picker-indicator,
.changePasswordCdc .gigya-screen input[type=date]::-webkit-calendar-picker-indicator,
.communicationPreferences .gigya-screen input[type=date]::-webkit-calendar-picker-indicator,
.checkoutLoginCard .gigya-screen input[type=date]::-webkit-calendar-picker-indicator,
.forgotPasswordCdc .gigya-screen input[type=date]::-webkit-calendar-picker-indicator,
.resetPasswordCdc .gigya-screen input[type=date]::-webkit-calendar-picker-indicator,
.mailingListCdc .gigya-screen input[type=date]::-webkit-calendar-picker-indicator,
.formCdc .gigya-screen input[type=date]::-webkit-calendar-picker-indicator {
	height: 100%;
	opacity: 0;
	width: 30px;
}

.login-cdc-page .gigya-screen input[type=date].gigya-show-checkmark.gigya-valid,
.register-cdc-page .gigya-screen input[type=date].gigya-show-checkmark.gigya-valid,
.updateProfileCdc .gigya-screen input[type=date].gigya-show-checkmark.gigya-valid,
.changePasswordCdc .gigya-screen input[type=date].gigya-show-checkmark.gigya-valid,
.communicationPreferences .gigya-screen input[type=date].gigya-show-checkmark.gigya-valid,
.checkoutLoginCard .gigya-screen input[type=date].gigya-show-checkmark.gigya-valid,
.forgotPasswordCdc .gigya-screen input[type=date].gigya-show-checkmark.gigya-valid,
.resetPasswordCdc .gigya-screen input[type=date].gigya-show-checkmark.gigya-valid,
.mailingListCdc .gigya-screen input[type=date].gigya-show-checkmark.gigya-valid,
.formCdc .gigya-screen input[type=date].gigya-show-checkmark.gigya-valid {
	padding-right: 0;
}

.login-cdc-page .gigya-screen input[type=checkbox]::before,
.register-cdc-page .gigya-screen input[type=checkbox]::before,
.updateProfileCdc .gigya-screen input[type=checkbox]::before,
.changePasswordCdc .gigya-screen input[type=checkbox]::before,
.communicationPreferences .gigya-screen input[type=checkbox]::before,
.checkoutLoginCard .gigya-screen input[type=checkbox]::before,
.forgotPasswordCdc .gigya-screen input[type=checkbox]::before,
.resetPasswordCdc .gigya-screen input[type=checkbox]::before,
.mailingListCdc .gigya-screen input[type=checkbox]::before,
.formCdc .gigya-screen input[type=checkbox]::before {
	border-radius: 0;
}

.login-cdc-page .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-label .gigya-label-text,
.register-cdc-page .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-label .gigya-label-text,
.updateProfileCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-label .gigya-label-text,
.changePasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-label .gigya-label-text,
.communicationPreferences .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-label .gigya-label-text,
.checkoutLoginCard .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-label .gigya-label-text,
.forgotPasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-label .gigya-label-text,
.resetPasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-label .gigya-label-text,
.mailingListCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-label .gigya-label-text,
.formCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-label .gigya-label-text {
	color: rgba(0, 0, 0, 0.9);
	font-size: 1rem;
	font-weight: bold;
}

.login-cdc-page .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::before,
.register-cdc-page .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::before,
.updateProfileCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::before,
.changePasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::before,
.communicationPreferences .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::before,
.checkoutLoginCard .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::before,
.forgotPasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::before,
.resetPasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::before,
.mailingListCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::before,
.formCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::before {
	background-color: #035ea7;
	border: none;
}

.login-cdc-page .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::after,
.register-cdc-page .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::after,
.updateProfileCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::after,
.changePasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::after,
.communicationPreferences .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::after,
.checkoutLoginCard .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::after,
.forgotPasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::after,
.resetPasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::after,
.mailingListCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::after,
.formCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::after {
	background-color: #fff;
	height: 15px;
	left: 5px;
	-webkit-mask-image: url('/Static/assets/css/svgs/check.svg');
	mask-image: url('/Static/assets/css/svgs/check.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 15px 15px;
	mask-size: 15px 15px;
	top: 5px;
	width: 15px;
}

.login-cdc-page .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label,
.register-cdc-page .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label,
.updateProfileCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label,
.changePasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label,
.communicationPreferences .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label,
.checkoutLoginCard .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label,
.forgotPasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label,
.resetPasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label,
.mailingListCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label,
.formCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label {
	-webkit-box-flex: 1;
	color: #707070;
	-ms-flex: auto;
	flex: auto;
	font-size: 1rem;
	margin-left: 0;
	padding-left: 36px;
}

.login-cdc-page .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label::before,
.register-cdc-page .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label::before,
.updateProfileCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label::before,
.changePasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label::before,
.communicationPreferences .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label::before,
.checkoutLoginCard .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label::before,
.forgotPasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label::before,
.resetPasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label::before,
.mailingListCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label::before,
.formCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item label::before {
	background: transparent;
	border: 2px solid #d9d9d9;
}

.login-cdc-page .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label,
.register-cdc-page .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label,
.updateProfileCdc .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label,
.changePasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label,
.communicationPreferences .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label,
.checkoutLoginCard .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label,
.forgotPasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label,
.resetPasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label,
.mailingListCdc .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label,
.formCdc .gigya-screen .gigya-composite-control.gigya-composite-control-checkbox .gigya-label {
	width: calc(100% - 26px);
}

.login-cdc-page .gigya-screen .gigya-label-text.gigya-checkbox-text,
.register-cdc-page .gigya-screen .gigya-label-text.gigya-checkbox-text,
.updateProfileCdc .gigya-screen .gigya-label-text.gigya-checkbox-text,
.changePasswordCdc .gigya-screen .gigya-label-text.gigya-checkbox-text,
.communicationPreferences .gigya-screen .gigya-label-text.gigya-checkbox-text,
.checkoutLoginCard .gigya-screen .gigya-label-text.gigya-checkbox-text,
.forgotPasswordCdc .gigya-screen .gigya-label-text.gigya-checkbox-text,
.resetPasswordCdc .gigya-screen .gigya-label-text.gigya-checkbox-text,
.mailingListCdc .gigya-screen .gigya-label-text.gigya-checkbox-text,
.formCdc .gigya-screen .gigya-label-text.gigya-checkbox-text {
	color: #707070;
	font-size: 0.875rem;
}

.login-cdc-page .gigya-screen .gigya-composite-control-submit,
.register-cdc-page .gigya-screen .gigya-composite-control-submit,
.updateProfileCdc .gigya-screen .gigya-composite-control-submit,
.changePasswordCdc .gigya-screen .gigya-composite-control-submit,
.communicationPreferences .gigya-screen .gigya-composite-control-submit,
.checkoutLoginCard .gigya-screen .gigya-composite-control-submit,
.forgotPasswordCdc .gigya-screen .gigya-composite-control-submit,
.resetPasswordCdc .gigya-screen .gigya-composite-control-submit,
.mailingListCdc .gigya-screen .gigya-composite-control-submit,
.formCdc .gigya-screen .gigya-composite-control-submit {
	padding-bottom: 20px;
}

.login-cdc-page .gigya-screen .gigya-composite-control .gigya-error-msg.gigya-error-msg-active,
.register-cdc-page .gigya-screen .gigya-composite-control .gigya-error-msg.gigya-error-msg-active,
.updateProfileCdc .gigya-screen .gigya-composite-control .gigya-error-msg.gigya-error-msg-active,
.changePasswordCdc .gigya-screen .gigya-composite-control .gigya-error-msg.gigya-error-msg-active,
.communicationPreferences .gigya-screen .gigya-composite-control .gigya-error-msg.gigya-error-msg-active,
.checkoutLoginCard .gigya-screen .gigya-composite-control .gigya-error-msg.gigya-error-msg-active,
.forgotPasswordCdc .gigya-screen .gigya-composite-control .gigya-error-msg.gigya-error-msg-active,
.resetPasswordCdc .gigya-screen .gigya-composite-control .gigya-error-msg.gigya-error-msg-active,
.mailingListCdc .gigya-screen .gigya-composite-control .gigya-error-msg.gigya-error-msg-active,
.formCdc .gigya-screen .gigya-composite-control .gigya-error-msg.gigya-error-msg-active {
	font-size: 0.875rem;
	font-weight: bold;
}

.login-cdc-page .gigya-screen input[type=submit],
.login-cdc-page .gigya-screen input[type=button],
.register-cdc-page .gigya-screen input[type=submit],
.register-cdc-page .gigya-screen input[type=button],
.updateProfileCdc .gigya-screen input[type=submit],
.updateProfileCdc .gigya-screen input[type=button],
.changePasswordCdc .gigya-screen input[type=submit],
.changePasswordCdc .gigya-screen input[type=button],
.communicationPreferences .gigya-screen input[type=submit],
.communicationPreferences .gigya-screen input[type=button],
.checkoutLoginCard .gigya-screen input[type=submit],
.checkoutLoginCard .gigya-screen input[type=button],
.forgotPasswordCdc .gigya-screen input[type=submit],
.forgotPasswordCdc .gigya-screen input[type=button],
.resetPasswordCdc .gigya-screen input[type=submit],
.resetPasswordCdc .gigya-screen input[type=button],
.mailingListCdc .gigya-screen input[type=submit],
.mailingListCdc .gigya-screen input[type=button],
.formCdc .gigya-screen input[type=submit],
.formCdc .gigya-screen input[type=button] {
	border-radius: 0;
	font-size: 0.875rem;
	font-weight: bold;
	height: 50px;
}

.login-cdc-page .gigya-screen .gigya-error-msg,
.register-cdc-page .gigya-screen .gigya-error-msg,
.updateProfileCdc .gigya-screen .gigya-error-msg,
.changePasswordCdc .gigya-screen .gigya-error-msg,
.communicationPreferences .gigya-screen .gigya-error-msg,
.checkoutLoginCard .gigya-screen .gigya-error-msg,
.forgotPasswordCdc .gigya-screen .gigya-error-msg,
.resetPasswordCdc .gigya-screen .gigya-error-msg,
.mailingListCdc .gigya-screen .gigya-error-msg,
.formCdc .gigya-screen .gigya-error-msg {
	text-align: left;
}

.login-cdc-page .gigya-screen .gigya-error-msg a,
.register-cdc-page .gigya-screen .gigya-error-msg a,
.updateProfileCdc .gigya-screen .gigya-error-msg a,
.changePasswordCdc .gigya-screen .gigya-error-msg a,
.communicationPreferences .gigya-screen .gigya-error-msg a,
.checkoutLoginCard .gigya-screen .gigya-error-msg a,
.forgotPasswordCdc .gigya-screen .gigya-error-msg a,
.resetPasswordCdc .gigya-screen .gigya-error-msg a,
.mailingListCdc .gigya-screen .gigya-error-msg a,
.formCdc .gigya-screen .gigya-error-msg a {
	color: inherit !important;
	text-decoration: underline;
}

.login-cdc-page .gigya-screen .hide-label .gigya-label,
.register-cdc-page .gigya-screen .hide-label .gigya-label,
.updateProfileCdc .gigya-screen .hide-label .gigya-label,
.changePasswordCdc .gigya-screen .hide-label .gigya-label,
.communicationPreferences .gigya-screen .hide-label .gigya-label,
.checkoutLoginCard .gigya-screen .hide-label .gigya-label,
.forgotPasswordCdc .gigya-screen .hide-label .gigya-label,
.resetPasswordCdc .gigya-screen .hide-label .gigya-label,
.mailingListCdc .gigya-screen .hide-label .gigya-label,
.formCdc .gigya-screen .hide-label .gigya-label {
	display: none;
}

.login-cdc-page *,
.register-cdc-page *,
.updateProfileCdc *,
.changePasswordCdc *,
.communicationPreferences *,
.checkoutLoginCard *,
.forgotPasswordCdc *,
.resetPasswordCdc *,
.mailingListCdc *,
.formCdc * {
	font-family: inherit !important;
}

/* Theme */
.is-bris .login-cdc-page .gigya-screen input[type=submit],
.is-bris .login-cdc-page .gigya-screen input[type=button],
.is-bris
.register-cdc-page .gigya-screen input[type=submit],
.is-bris
.register-cdc-page .gigya-screen input[type=button],
.is-bris
.updateProfileCdc .gigya-screen input[type=submit],
.is-bris
.updateProfileCdc .gigya-screen input[type=button],
.is-bris
.changePasswordCdc .gigya-screen input[type=submit],
.is-bris
.changePasswordCdc .gigya-screen input[type=button],
.is-bris
.communicationPreferences .gigya-screen input[type=submit],
.is-bris
.communicationPreferences .gigya-screen input[type=button],
.is-bris
.checkoutLoginCard .gigya-screen input[type=submit],
.is-bris
.checkoutLoginCard .gigya-screen input[type=button],
.is-bris
.forgotPasswordCdc .gigya-screen input[type=submit],
.is-bris
.forgotPasswordCdc .gigya-screen input[type=button],
.is-bris
.resetPasswordCdc .gigya-screen input[type=submit],
.is-bris
.resetPasswordCdc .gigya-screen input[type=button],
.is-bris
.formCdc .gigya-screen input[type=submit],
.is-bris
.formCdc .gigya-screen input[type=button] {
	background-color: #035ea7;
}

.is-bris .login-cdc-page .gigya-screen input[type=submit]:hover,
.is-bris .login-cdc-page .gigya-screen input[type=button]:hover,
.is-bris
  .register-cdc-page .gigya-screen input[type=submit]:hover,
.is-bris
  .register-cdc-page .gigya-screen input[type=button]:hover,
.is-bris
  .updateProfileCdc .gigya-screen input[type=submit]:hover,
.is-bris
  .updateProfileCdc .gigya-screen input[type=button]:hover,
.is-bris
  .changePasswordCdc .gigya-screen input[type=submit]:hover,
.is-bris
  .changePasswordCdc .gigya-screen input[type=button]:hover,
.is-bris
  .communicationPreferences .gigya-screen input[type=submit]:hover,
.is-bris
  .communicationPreferences .gigya-screen input[type=button]:hover,
.is-bris
  .checkoutLoginCard .gigya-screen input[type=submit]:hover,
.is-bris
  .checkoutLoginCard .gigya-screen input[type=button]:hover,
.is-bris
  .forgotPasswordCdc .gigya-screen input[type=submit]:hover,
.is-bris
  .forgotPasswordCdc .gigya-screen input[type=button]:hover,
.is-bris
  .resetPasswordCdc .gigya-screen input[type=submit]:hover,
.is-bris
  .resetPasswordCdc .gigya-screen input[type=button]:hover,
.is-bris
  .formCdc .gigya-screen input[type=submit]:hover,
.is-bris
  .formCdc .gigya-screen input[type=button]:hover {
	background-color: #004881;
	border-color: #004881;
}

.is-bris .login-cdc-page .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::before,
.is-bris
.register-cdc-page .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::before,
.is-bris
.updateProfileCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::before,
.is-bris
.changePasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::before,
.is-bris
.communicationPreferences .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::before,
.is-bris
.checkoutLoginCard .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::before,
.is-bris
.forgotPasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::before,
.is-bris
.resetPasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::before,
.is-bris
.formCdc .gigya-screen .gigya-composite-control.gigya-composite-control-multi-choice .gigya-multi-choice-item input[type=radio]:checked ~ label::before {
	background-color: #035ea7;
}

 {
	background-color: #000;
}

 {
	background-color: #000;
}

.register-cdc-page .gigya-screen .gigya-label-text.gigya-checkbox-text font {
	color: #707070;
	font-size: 0.75rem;
}

.register-cdc-page .gigya-screen .gigya-layout-row:first-child label {
	color: #707070;
	font-size: 0.875rem;
}

.register-cdc-page .gigya-screen .gigya-layout-row:nth-child(3) > .gigya-layout-cell,
.register-cdc-page .gigya-screen .gigya-layout-row:nth-child(4) > .gigya-layout-cell {
	width: calc(50% - 6px);
}

.register-cdc-page .gigya-screen .gigya-layout-row:nth-child(3) > .gigya-layout-cell:first-child,
.register-cdc-page .gigya-screen .gigya-layout-row:nth-child(4) > .gigya-layout-cell:first-child {
	margin-right: 12px;
}

.register-cdc-page .gigya-screen .gigya-layout-row:nth-child(4) .gigya-layout-cell .gigya-layout-cell {
	max-width: 100%;
	width: 100%;
}

.register-cdc-page .gigya-screen .gigya-layout-row:nth-child(5) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.register-cdc-page .gigya-screen .gigya-layout-row:nth-child(5) .gigya-composite-control:not(.gigya-composite-control-dropdown) {
	min-width: 100%;
	width: 100%;
}

.register-cdc-page .gigya-screen .gigya-layout-row:nth-child(5) .gigya-composite-control.gigya-composite-control-dropdown {
	width: calc(50% - 6px);
}

.register-cdc-page .gigya-screen .gigya-layout-row:nth-child(5) .gigya-composite-control.gigya-composite-control-dropdown:nth-child(2) {
	margin-right: 12px;
}

.register-cdc-page .gigya-screen .gigya-layout-row:nth-child(5) .gigya-composite-control.gigya-composite-control-dropdown:nth-child(4) {
	width: 100%;
}

.register-cdc-page .gigya-screen .gigya-layout-row:nth-child(5) .gigya-composite-control.gigya-composite-control-dropdown:nth-child(4) .gigya-label {
	display: none;
}

.register-cdc-page .gigya-screen .gigya-layout-row:nth-child(5) .gigya-composite-control.gigya-composite-control-label {
	color: #707070;
	display: block;
	font-size: 0.875rem;
}

.register-cdc-page .gigya-screen .gigya-layout-row:nth-child(5) .gigya-composite-control.gigya-composite-control-label a {
	color: #707070;
	font-size: 0.875rem;
	text-decoration: underline;
}

.register-cdc-page .gigya-screen .gigya-layout-row:nth-child(5) .gigya-composite-control.gigya-composite-control-submit {
	padding-bottom: 20px;
}

.register-cdc-page .gigya-screen .gigya-layout-row:nth-child(5) a[title="PROCEED TO LOGIN"] {
	align-content: center;
	align-items: center;
	border: 0;
	border-radius: 0;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-line-pack: center;
	-ms-flex-pack: center;
	font-size: 0.875rem;
	font-weight: bold;
	height: 50px;
	justify-content: center;
	margin: 0 0 20px;
	text-decoration: none;
}

.is-bris .register-cdc-page .gigya-screen .gigya-layout-row:nth-child(5) a[title="PROCEED TO LOGIN"] {
	background-color: #035ea7;
}

.is-bris .register-cdc-page .gigya-screen .gigya-layout-row:nth-child(5) a[title="PROCEED TO LOGIN"]:hover {
	background-color: #004881;
}

.register-cdc-page .gigya-screen .gigya-layout-row:nth-child(6) {
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.register-cdc-page .gigya-screen .gigya-layout-row:nth-child(6) .gigya-layout-cell {
	display: inline;
	margin: 0;
	width: auto;
}

.register-cdc-page .gigya-screen .gigya-layout-row:nth-child(6) .gigya-layout-cell:first-child label {
	color: #707070;
	font-size: 0.875rem;
}

.register-cdc-page .gigya-screen .gigya-layout-row:nth-child(6) .gigya-layout-cell:nth-child(2) {
	margin: 0 5px;
}

.register-cdc-page .gigya-screen .gigya-layout-row:nth-child(6) .gigya-layout-cell:nth-child(2) a {
	color: #000;
	font-size: 0.875rem;
	text-decoration: underline;
}

.register-cdc-page .gigya-screen .gigya-layout-row:nth-child(6) .gigya-clear {
	margin: 0;
}

.register-cdc-page .gigya-screen .gigya-composite-control {
	padding-bottom: 10px;
}

.register-cdc-page:not(.already-registered) .show-if-already-registered {
	display: none !important;
}

.register-cdc-page.already-registered .hide-if-already-registered {
	display: none !important;
}

.register-cdc-page.already-registered .hide-if-already-registered.gigya-composite-control.gigya-composite-control-checkbox {
	display: none !important;
}

/* Theme */

.updateProfileCdc {
	padding-bottom: 40px;
}

.updateProfileCdc:after {
	content: '';
	display: block;
	height: 2px;
	margin-top: 35px;
	width: 100%;
}

.is-bris .updateProfileCdc:after {
	background-color: #dfdfdf;
}

.updateProfileCdc.is-commercial .gigya-screen .gigya-layout-row:first-child .gigya-layout-cell:first-child {
	display: none;
}

.updateProfileCdc h1.gigya-screen-caption {
	border-bottom: unset;
	font-size: 1.25rem;
	padding-bottom: 20px;
	padding-left: 0;
	padding-top: 0;
}

@media (min-width: 768px) {
	.updateProfileCdc h1.gigya-screen-caption {
		font-size: 1.5rem;
	}
}

.updateProfileCdc .gigya-screen .gigya-label-text {
	color: #000;
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
}

.updateProfileCdc .gigya-screen .gigya-layout-row:first-child .gigya-layout-cell,
.updateProfileCdc .gigya-screen .gigya-layout-row:nth-child(7) .gigya-layout-cell,
.updateProfileCdc .gigya-screen .gigya-layout-row:nth-child(8) .gigya-layout-cell {
	width: 100%;
}

@media (min-width: 768px) {
	.updateProfileCdc .gigya-screen .gigya-layout-row:first-child .gigya-layout-cell,
	.updateProfileCdc .gigya-screen .gigya-layout-row:nth-child(7) .gigya-layout-cell,
	.updateProfileCdc .gigya-screen .gigya-layout-row:nth-child(8) .gigya-layout-cell {
		width: calc(50% - 10px);
	}

	.updateProfileCdc .gigya-screen .gigya-layout-row:first-child .gigya-layout-cell:first-child,
	.updateProfileCdc .gigya-screen .gigya-layout-row:nth-child(7) .gigya-layout-cell:first-child,
	.updateProfileCdc .gigya-screen .gigya-layout-row:nth-child(8) .gigya-layout-cell:first-child {
		margin-right: 20px;
	}

	.updateProfileCdc .gigya-screen .gigya-required-display {
		line-height: 23px;
	}
}

.updateProfileCdc .gigya-composite-control-submit {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.updateProfileCdc .gigya-composite-control-submit .gigya-input-submit {
	height: 48px;
	margin: 0 0 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
}

.gigya-screen .profile-success-message {
	background-repeat: no-repeat;
	background-size: 40px;
	color: rgba(0, 0, 0, 0.9);
	font-size: 1rem;
	font-weight: 600;
	height: 40px;
	letter-spacing: -0.03rem;
	padding-left: 50px !important;
	width: -moz-fit-content;
	width: fit-content;
	width: -webkit-fit-content;
}

.is-bris .gigya-screen .profile-success-message {
	background-image: url('/Static/assets/css/svgs/icon-success-cdc.svg');
}

/* States */
.changePasswordCdc h1.gigya-screen-caption {
	border-bottom: unset;
	font-size: 1.25rem;
	padding-bottom: 20px;
	padding-left: 0;
	padding-top: 0;
}

@media (min-width: 768px) {
	.changePasswordCdc h1.gigya-screen-caption {
		font-size: 1.5rem;
	}
}

.changePasswordCdc .gigya-screen .gigya-label-text {
	color: #000;
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
}

.changePasswordCdc .gigya-screen .gigya-layout-row:first-child .gigya-layout-cell,
.changePasswordCdc .gigya-screen .gigya-layout-row:nth-child(7) .gigya-layout-cell,
.changePasswordCdc .gigya-screen .gigya-layout-row:nth-child(8) .gigya-layout-cell {
	width: 100%;
}

.changePasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-label {
	color: #707070;
	font-size: 0.75rem;
	letter-spacing: -0.0075rem;
	line-height: 1rem;
}

@media (min-width: 768px) {
	.changePasswordCdc .gigya-screen .gigya-layout-row:first-child .gigya-layout-cell,
	.changePasswordCdc .gigya-screen .gigya-layout-row:nth-child(7) .gigya-layout-cell,
	.changePasswordCdc .gigya-screen .gigya-layout-row:nth-child(8) .gigya-layout-cell {
		width: calc(50% - 10px);
	}

	.changePasswordCdc .gigya-screen .gigya-layout-row:first-child .gigya-layout-cell:first-child,
	.changePasswordCdc .gigya-screen .gigya-layout-row:nth-child(7) .gigya-layout-cell:first-child,
	.changePasswordCdc .gigya-screen .gigya-layout-row:nth-child(8) .gigya-layout-cell:first-child {
		margin-right: 20px;
	}
}

.changePasswordCdc .gigya-composite-control-submit {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.changePasswordCdc .gigya-composite-control-submit .gigya-input-submit {
	height: 48px;
	margin: 0 0 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
}

/* States */
.checkoutLoginCard {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
	height: 100%;
	max-width: 590px;
	padding: 2rem 2rem 0;
}

.checkoutLoginCard__logo {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 1rem;
}

.checkoutLoginCard__logo__img {
	max-width: 150px;
	width: 150px;
}

@media (min-width: 768px) {
	.checkoutLoginCard__logo__img {
		max-width: 200px;
		width: 200px;
	}
}

.checkoutLoginCard .nav {
	margin-bottom: 2rem;
}

.checkoutLoginCard .nav .nav-item {
	width: calc(100% / 3);
}

.checkoutLoginCard .nav .nav-item .nav-item-link {
	border-bottom: 2px solid #d9d9d9;
	color: #707070;
	display: block;
	font-size: 1.125rem;
	height: 46px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

.checkoutLoginCard .nav .nav-item .nav-item-link.active {
	border-width: 5px;
	color: #000;
	font-weight: bold;
}

.checkoutLoginCard .tab-content {
	min-height: 70px;
}

.checkoutLoginCard .tab-content .login-tab-content {
	padding-bottom: 0.4375rem;
}

.checkoutLoginCard .tab-content .join-tab-content {
	padding-bottom: 1.375rem;
}

.checkoutLoginCard .tab-content .guest-tab-content {
	padding-bottom: 1rem;
}

.checkoutLoginCard .tab-content .guest-tab-content .guest-email .error-message {
	font-size: 0.875rem;
	font-weight: bold;
}

.checkoutLoginCard .tab-content .styled-form .styled-input {
	font-size: 1rem;
	height: 52px;
}

.checkoutLoginCard .tab-content .cartStep_2Page-btnGuest {
	height: 50px;
}

.checkoutLoginCard .d-checkout-none {
	display: none !important;
}

.checkoutLoginCard input[type="checkbox"]:checked::before {
	background-color: #fff !important;
	border: 1px solid #d9d9d9;
}

.checkoutLoginCard input[type="checkbox"]:checked::after {
	color: #000;
}

.checkoutLoginCard .intro-list .intro-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}

.checkoutLoginCard .intro-list .intro-item__image {
	height: 50px;
	margin-right: 15px;
	width: 50px;
}

.checkoutLoginCard .intro-list .intro-item__title {
	font-size: 1rem;
	font-weight: bold;
}

.checkoutLoginCard .intro-list .intro-item__sub {
	color: #707070;
	font-size: 0.875rem;
}

.checkoutLoginCard .intro-list .intro-item__sub > * {
	margin-bottom: 0;
}

.checkoutLoginCard .cdc-loading {
	color: rgba(0, 0, 0, 0.2);
	margin-left: calc(50% - 16px);
}

.checkoutLoginCard .gigya-composite-control-form-error .gigya-error-msg {
	display: none;
}

.checkoutLoginCard .loginCdc .gigya-layout-row:nth-child(3) .gigya-checkbox-text {
	color: #000;
	font-size: 0.8125rem;
	font-weight: bold;
}

.is-bris .checkoutLoginCard .loginCdc .gigya-layout-row:nth-child(3) .gigya-layout-cell .gigya-composite-control-link {
	color: #035ea7;
}

.checkoutLoginCard .register-cdc-page .gigya-layout-row:nth-child(6) .gigya-layout-cell:first-child .gigya-composite-control-label,
.checkoutLoginCard .register-cdc-page .gigya-layout-row:nth-child(6) .gigya-layout-cell:nth-child(2) .gigya-composite-control-link {
	font-size: 0.875rem;
	font-weight: bold;
}

/* Theme */

.is-bris .checkoutLoginCard .nav-item .nav-item-link.active {
	border-color: #035ea7;
}

.addressBookCdc {
	padding-bottom: 40px;
}

.addressBookCdc::after {
	content: '';
	display: block;
	height: 2px;
	margin-top: 35px;
	width: 100%;
}

.is-bris .addressBookCdc::after {
	background-color: #dfdfdf;
}

.addressBookCdc h4 {
	font-size: 1.25rem;
	padding-bottom: 30px;
}

.addressBookCdc .billing-undefined {
	margin-bottom: 10px;
}

.addressBookCdc .address-item {
	background-color: #ececec;
	color: rgba(112, 112, 112, 0.9);
	font-size: 1rem;
	margin-bottom: 20px;
	padding: 20px;
}

.addressBookCdc .address-item .address-name {
	color: rgba(0, 0, 0, 0.9);
	font-weight: bold;
	margin-bottom: 10px;
}

.addressBookCdc .address-edit,
.addressBookCdc .address-delete {
	background-color: #f0f0f0;
	border: 1px solid #d3d3d3;
	cursor: pointer;
	margin-left: 10px;
	padding: 7px;
}

.addressBookCdc .address-edit::before,
.addressBookCdc .address-delete::before {
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 20px;
	width: 20px;
}

.addressBookCdc .address-edit::before {
	background-image: url('/Static/assets/images/icons/pencil.svg');
}

.addressBookCdc .address-delete::before {
	background-image: url('/Static/assets/images/icons/icon-delete.svg');
}

.addressBookCdc .btn-default-billing,
.addressBookCdc .btn-default-shipping {
	background-color: #f0f0f0;
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: bold;
	margin-right: 12px;
	margin-top: 16px;
}

.is-bris .addressBookCdc .btn-default-billing,
.is-bris
    .addressBookCdc .btn-default-shipping {
	color: rgba(112, 112, 112, 0.6);
}

 {
	color: #000;
}

.is-bris .addressBookCdc .btn-default-billing,
.is-bris
    .addressBookCdc .btn-default-shipping {
	border: 1px solid rgba(112, 112, 112, 0.6);
}

 {
	border: 1px solid #000;
}

.addressBookCdc .btn-default-billing.selected,
.addressBookCdc .btn-default-shipping.selected {
	color: rgba(255, 255, 255, 0.9);
}

.is-bris .addressBookCdc .btn-default-billing.selected,
.is-bris
      .addressBookCdc .btn-default-shipping.selected {
	background-color: #707070;
}

 {
	background-color: #000;
}

.addressBookCdc .btn-default-billing::before {
	content: 'MAKE DEFAULT BILLING';
}

.addressBookCdc .btn-default-billing.selected::before {
	content: 'DEFAULT BILLING';
}

.addressBookCdc .btn-default-shipping::before {
	content: 'MAKE DEFAULT SHIPPING';
}

.addressBookCdc .btn-default-shipping.selected::before {
	content: 'DEFAULT SHIPPING';
}

.addressBookCdc .button--primary {
	display: block;
	font-size: 0.875rem;
	height: 50px;
	margin: 30px 0 0 auto;
}

@media (min-width: 768px) {
	.addressBookCdc h4 {
		font-size: 1.5rem;
	}

	.addressBookCdc .address-action {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-box-pack: justify;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-box;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-align: right;
	}

	.addressBookCdc .btn-default-billing,
	.addressBookCdc .btn-default-shipping {
		margin-left: 12px;
		margin-right: 0;
	}
}

.addressBookCdc .address-book-loading {
	color: rgba(0, 0, 0, 0.2);
}

/* Address Book Modal Add/Edit */
.updateAddressBook .close,
.deleteAddressModal .close {
	font-size: 1.125rem;
}

.updateAddressBook .form-header,
.deleteAddressModal .form-header {
	border-bottom: 2px solid #a9a9a9;
	font-size: 1.25rem;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

 {
	text-transform: uppercase;
}

.is-bris .updateAddressBook .form-header,
.is-bris
  .deleteAddressModal .form-header {
	text-transform: unset;
}

.updateAddressBook .modal-footer,
.deleteAddressModal .modal-footer {
	border-top: none;
}

.updateAddressBook .modal-body {
	padding: 20px;
}

.updateAddressBook form.styled-form .row {
	margin-left: -10px;
	margin-right: -10px;
}

.updateAddressBook form.styled-form .row > [class^="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.updateAddressBook form.styled-form .form-group {
	margin-bottom: 20px;
}

.updateAddressBook form.styled-form .form-group label {
	font-size: 0.875rem;
	font-weight: bold;
}

.updateAddressBook form.styled-form input[type=text] {
	font-size: 1rem;
	height: 50px !important;
}

.updateAddressBook form.styled-form select.styled-select {
	background-position: calc(100% - 12px) calc(22px);
	font-size: 1rem;
	height: 50px !important;
}

.updateAddressBook form.styled-form .form-check {
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding-left: 0;
}

.updateAddressBook form.styled-form .form-check input {
	height: 24px;
	width: 24px;
}

.updateAddressBook form.styled-form .form-check input::before {
	border-radius: unset;
	height: 24px;
	width: 24px;
}

.updateAddressBook form.styled-form .form-check input:checked::before {
	background-color: #035ea7;
	border: 1px solid #035ea7;
}

.updateAddressBook form.styled-form .form-check input:checked::after {
	font-size: 0.9375rem;
	left: 5px;
	top: 3px;
}

.updateAddressBook form.styled-form .form-check .form-check-label {
	color: #707070;
	font-size: 1rem;
	line-height: 16px;
}

.updateAddressBook .button--primary {
	display: block;
	font-size: 0.875rem;
	height: 50px;
	margin-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
}

@media (max-width: 767.98px) {
	.updateAddressBook .modal-dialog {
		margin: 16px;
	}
}

@media (min-width: 768px) {
	.updateAddressBook .button--primary {
		margin-left: auto;
		margin-top: 30px;
	}

	.updateAddressBook .modal-dialog {
		max-width: 688px;
	}
}

.mailingListCdc h1.gigya-screen-caption {
	display: none;
}

.mailingListCdc .gigya-screen.portrait.mobile .gigya-input-text {
	color: #000;
	font-size: 0.9375rem;
	height: 30px;
	line-height: 30px;
}

.mailingListCdc .gigya-screen.portrait .gigya-input-text {
	color: #000;
	font-size: 0.9375rem;
	height: 30px;
	line-height: 30px;
}

.mailingListCdc .gigya-screen .gigya-label-text {
	font-size: 0.8125rem;
}

.mailingListCdc .gigya-screen input[type=submit],
.mailingListCdc .gigya-screen input[type=button] {
	font-size: 0.6875rem;
	height: 34px;
}

.mailingListCdc .gigya-screen .gigya-error-msg {
	display: none;
}

.mailingListCdc .gigya-screen .gigya-label {
	height: 22px;
}

.mailingListCdc #gigya-subscribe-thank-you-screen .subscribe-thank-you p {
	color: #fff;
}

.mailingListCdc #gigya-subscribe-thank-you-screen input[type=button] {
	padding: 0 55px;
	width: auto;
}

@media (min-width: 768px) {
	.mailingListCdc .gigya-screen.portrait .gigya-input-text {
		font-size: 1rem;
		height: 50px;
		line-height: 50px;
	}

	.mailingListCdc .gigya-screen .gigya-label-text {
		font-size: 0.9375rem;
	}

	.mailingListCdc .gigya-screen input[type=submit],
	.mailingListCdc .gigya-screen input[type=button] {
		font-size: 0.875rem;
		height: 50px;
		padding: 0 54px;
		width: auto;
	}
}

@media (min-width: 992px) {
	.mailingListCdc {
		margin: 0 -16px;
		padding-bottom: 30px;
	}

	.mailingListCdc .gigya-screen form > .gigya-layout-row:first-child > .gigya-layout-row:nth-child(2) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.mailingListCdc .gigya-screen form > .gigya-layout-row:first-child > .gigya-layout-row:nth-child(2) .gigya-composite-control-textbox,
	.mailingListCdc .gigya-screen form > .gigya-layout-row:first-child > .gigya-layout-row:nth-child(2) .gigya-composite-control-submit {
		padding: 0 8px;
		width: 25%;
	}

	.mailingListCdc .gigya-screen input[type=submit],
	.mailingListCdc .gigya-screen input[type=button] {
		margin-top: 28px;
		padding: 0;
		width: 100%;
	}

	.mailingListCdc .gigya-screen .gigya-error-msg {
		height: 20px;
	}

	.mailingListCdc .gigya-screen .gigya-composite-control-label {
		bottom: 0;
		margin-bottom: 10px;
		padding-bottom: 0 !important;
		position: absolute;
		text-align: center;
	}
}

/* States */
.is-bris .mailingListCdc .gigya-screen .gigya-label-text,
.is-bris .mailingListCdc .gigya-screen .gigya-composite-control-label {
	color: #fff;
	width: 100%;
}

.is-bris .mailingListCdc .gigya-screen .gigya-label-text a,
.is-bris .mailingListCdc .gigya-screen .gigya-composite-control-label a {
	color: #fff;
	text-decoration: underline;
}

.is-bris .mailingListCdc .gigya-screen input[type=submit],
.is-bris .mailingListCdc .gigya-screen input[type=button] {
	background-color: #072369;
}

.is-bris .mailingListCdc .gigya-screen input[type=submit]:hover,
.is-bris .mailingListCdc .gigya-screen input[type=button]:hover {
	background-color: #072369;
	border-color: #072369;
}

 {
	color: #000;
	width: 100%;
}

 {
	color: #000;
	text-decoration: underline;
}

 {
	background-color: #000;
}

.wishCart {
	padding-bottom: 30px;
}

.wishCartItem {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: relative;
}

.wishCartItem-image {
	background: #ccc;
	display: block;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
	width: 100%;
}

.wishCartItem-image-img {
	height: auto;
	left: 0;
	max-width: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.wishCartItem-image-img.loading {
	background-image: url('/Static/assets/css/svgs/three-dots.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60px;
	height: 100%;
	width: 100%;
}

.wishCartItem-top {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.wishCartItem-top .favorite-button {
	margin: 10px;
}

.wishCartItem-bottom {
	-webkit-box-direction: normal;
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wishCartItem-title {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wishCartItem-title-link {
	font-size: 0.875rem;
	font-weight: normal;
	margin: 0;
}

.wishCartItem-prices {
	color: #4d4d4d;
	font-size: 0.875rem;
	font-weight: bold;
}

.wishCartItem-prices * {
	font-size: 0.875rem !important;
	text-align: left !important;
}

.wishCartItem-add-to-cart {
	align-items: center;
	background-color: #035ea7;
	border-color: #035ea7;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: flex;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 0.875rem;
	height: 50px;
	justify-content: center;
	line-height: unset !important;
	margin-top: 1rem;
	padding: 0 5px !important;
	text-transform: uppercase;
	width: 100%;
}

.wishCartItem-space {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.wishCartItem-variant {
	color: #7f7f7f;
	font-size: 0.875rem;
}

@media (min-width: 768px) {
	.wishCartItem-variant {
		-webkit-box-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.wishCartItem-badge {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wishCartItem-badge .productItem-label {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 0.75rem;
	font-weight: bold !important;
	height: fit-content !important;
	height: -moz-fit-content !important;
	height: -webkit-fit-content !important;
	justify-content: center;
	line-height: unset;
	line-height: unset !important;
	margin: 0 10px 5px 0;
	min-height: 1.5rem !important;
	min-height: 24px;
	padding: 0 0.5rem !important;
	text-transform: uppercase !important;
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
}

.is-bris .wishCartItem-badge .productItem-label.productItem-label--clearance {
	color: #035ea7 !important;
}

.wishCartItem-badge .productItem-label:nth-child(n+3) {
	display: none;
}

.wishCartItem-in-store-only {
	align-items: center;
	-webkit-box-align: center;
	color: #4d4d4d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	font-size: 0.9375rem;
	font-weight: bold;
	height: 50px;
}

@media (min-width: 768px) {
	.wishCartItem-itemColour,
	.wishCartItem-itemSize {
		width: 50%;
	}
}

.wishCartItem .favorite-button {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	height: 16px;
	min-height: 16px;
	min-width: 16px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	width: 16px;
}

.wishCartItem .favorite-button:hover {
	opacity: 0.8;
}

/* Theme */

.is-bris .wishCartItem .wishCartItem-bottom {
	padding-top: 1rem;
}

.is-bris .wishCartItem .wishCartItem-bottom .favorite-button {
	display: none;
}

@media (min-width: 768px) {
	.is-bris .wishCartItem .wishCartItem-top .favorite-button {
		display: none;
	}

	.is-bris .wishCartItem .wishCartItem-bottom .favorite-button {
		background-image: url('/Static/assets/css/svgs/favorite-blue.svg');
		display: block;
		margin-left: 10px;
		margin-top: 5px;
	}
}

.is-bris .wishCartItem .favorite-button {
	background-image: url('/Static/assets/css/svgs/favorite-white.svg');
	display: block;
}

.relatedProducts__head-title {
	border-bottom: 1px solid #d9d9d9;
	color: #4d4d4d;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 5px 0;
	text-transform: uppercase;
}

.relatedProducts.loading {
	min-height: 20px;
	position: relative;
}

.relatedProducts.loading:after {
	-webkit-animation: spinner-border 0.75s linear infinite;
	animation: spinner-border 0.75s linear infinite;
	border: 0.25em solid #d9d9d9;
	border-radius: 50%;
	border-right-color: transparent;
	content: '';
	display: inline-block;
	height: 1rem;
	position: absolute;
	right: calc(50% - 0.5rem);
	top: calc(50% - 0.5rem);
	vertical-align: text-bottom;
	width: 1rem;
}

.relatedProducts.loading * {
	display: none;
}

.relatedProducts__infor {
	align-items: flex-start;
	align-items: center;
	-webkit-box-align: start;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	-ms-flex-align: center;
}

.relatedProducts__image {
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	height: 30px;
	margin-right: 10px;
	min-width: 30px;
	width: 30px;
}

.relatedProducts__title {
	align-items: center;
	-webkit-box-align: center;
	color: #000;
	cursor: pointer;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-align: center;
	font-size: 0.875rem;
	font-weight: bold;
	margin-right: 10px;
	min-height: 30px;
}

.relatedProducts__title:hover {
	text-decoration: underline;
}

.relatedProducts__badge {
	align-items: flex-end;
	-webkit-box-align: end;
	-webkit-box-flex: 1;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-align: end;
	margin-right: 10px;
	white-space: nowrap;
}

.relatedProducts__price {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: end;
	color: #000;
	display: flex;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: end;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	font-size: 0.875rem;
	font-weight: bold;
	justify-content: flex-end;
	margin-right: 10px;
	min-height: 30px;
	white-space: nowrap;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.relatedProducts__price * {
	font-size: 0.875rem !important;
}

.relatedProducts__price .relatedProducts__badge {
	margin-left: auto;
	margin-right: 0;
}

.relatedProducts__input {
	min-width: 96px;
	width: 96px;
}

.relatedProducts__input .quantityInput {
	align-items: center;
	border: 1px solid #ebeef0;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	height: 32px;
	width: 96px;
}

.relatedProducts__input .quantityInput .icon {
	background-color: #ebeef0;
	cursor: pointer;
	height: 32px;
	position: relative;
	width: 32px;
}

.relatedProducts__input .quantityInput .icon.plus::before {
	background-color: #707070;
	content: '';
	display: block;
	height: 12px;
	left: 50%;
	-webkit-mask-image: url(/Static/assets/images/icons/plus.svg);
	mask-image: url(/Static/assets/images/icons/plus.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 12px 12px;
	mask-size: 12px 12px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
}

.relatedProducts__input .quantityInput .icon.minus::before {
	background-color: #707070;
	content: '';
	display: block;
	height: 12px;
	left: 50%;
	-webkit-mask-image: url(/Static/assets/images/icons/minus.svg);
	mask-image: url(/Static/assets/images/icons/minus.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 12px 12px;
	mask-size: 12px 12px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
}

.relatedProducts__input .quantityInput .icon.disabled {
	cursor: not-allowed;
	opacity: 0.67;
}

.relatedProducts__input .quantityInput input {
	border: unset;
	color: #4d4d4d;
	font-size: 0.875rem;
	font-weight: 500;
	font-weight: bold;
	height: 30px;
	text-align: center;
	width: 32px;
}

.relatedProducts__input .quantityInput input:focus {
	outline: none;
}

.relatedProducts__input .label-only-instore {
	color: darkgray;
	display: none;
	font-size: 0.75rem;
	font-weight: bold;
	text-align: right;
}

.relatedProducts__add-to-cart {
	display: none;
}

.relatedProducts__add-to-cart .btn-add-to-cart {
	align-items: center;
	background: #fff;
	border: 2px solid;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: #005ea7;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 0.875rem;
	height: 30px;
	justify-content: center;
	line-height: unset;
	margin-left: 0.5rem;
	padding: 0 10px;
	text-transform: uppercase;
}

.is-bris .relatedProducts__add-to-cart .btn-add-to-cart {
	color: #005ea7;
}

.is-bris .relatedProducts__add-to-cart .btn-add-to-cart {
	border-color: #005ea7;
}

@media (max-width: 1199.98px) {
	.relatedProducts__add-to-cart .btn-add-to-cart {
		font-size: 0.8125rem;
		padding: 0 5px;
	}
}

.relatedProducts__add-to-cart .btn-add-to-cart:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

.relatedProducts__variants {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
}

.relatedProducts__variants .selectbox .dropdown-toggle {
	height: 40px;
}

.relatedProducts__variants .selectbox .dropdown-toggle:disabled {
	background-color: rgba(0, 0, 0, 0.05);
	cursor: not-allowed;
}

.relatedProducts__variants .selectbox .dropdown-menu {
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
}

.relatedProducts__variants .selectbox .dropdown-menu::-webkit-scrollbar {
	background-color: #f8f8f8;
	border-radius: 0;
	width: 6px;
}

.relatedProducts__variants .selectbox .dropdown-menu::-webkit-scrollbar-track {
	background-color: #f8f8f8;
	border-radius: 0;
}

.relatedProducts__variants .selectbox .dropdown-menu::-webkit-scrollbar-thumb {
	background-color: #e5e5e5;
	border-radius: 0;
}

.relatedProducts__variants .selectbox:not([data-value]) .selectbox-title {
	color: #707070;
}

.relatedProducts__variants .selectbox[select-box="size"] .item-color-swatch {
	display: none;
}

.relatedProducts__variants .selectbox .selectbox-title {
	font-size: 0.875rem;
}

.relatedProducts__variants .selectbox .dropdown-item {
	background: #fff;
}

.relatedProducts__variants .selectbox .dropdown-item:hover {
	background: transparent !important;
}

.relatedProducts__variants .selectbox .dropdown-item[data-oos="true"] {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.relatedProducts__variants .selectbox .dropdown-item[data-oos="true"] .item-badge,
.relatedProducts__variants .selectbox .dropdown-item[data-oos="true"] .item-price,
.relatedProducts__variants .selectbox .dropdown-item[data-oos="true"] .item-color-swatch {
	display: none;
}

.relatedProducts__variants .selectbox .dropdown-item[data-oos="true"] .item-oos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.relatedProducts__variants .selectbox .dropdown-item:not([data-oos="true"]) .item-oos {
	display: none;
}

.relatedProducts__variants .selectbox .dropdown-item:not([data-oos="true"]) .item-badge,
.relatedProducts__variants .selectbox .dropdown-item:not([data-oos="true"]) .item-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.relatedProducts__variants .selectbox .dropdown-item .content-item {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
}

.relatedProducts__variants .selectbox .dropdown-item .content-item .item-description {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 0.875rem;
	margin-right: auto;
	margin-right: 0.5rem;
}

.relatedProducts__variants .selectbox .dropdown-item .content-item .item-badge {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 0.5rem;
	white-space: nowrap;
}

.relatedProducts__variants .selectbox .dropdown-item .content-item .item-price {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.relatedProducts__variants .selectbox .dropdown-item .content-item .item-price .price-old {
	background-color: transparent;
	color: darkgrey;
	font-size: 0.875rem;
	height: 1rem;
	line-height: 1rem;
	margin-right: 0.5rem;
}

.relatedProducts__variants .selectbox .dropdown-item .content-item .item-price .price-discount,
.relatedProducts__variants .selectbox .dropdown-item .content-item .item-price .price-original {
	font-size: 0.875rem;
	font-weight: bold;
	height: 1rem;
	line-height: 1rem;
}

.relatedProducts__variants .selectbox .dropdown-item .content-item .item-price .price-discount {
	color: #db0000;
}

@media (max-width: 575.98px) {
	.relatedProducts__variants .selectbox .dropdown-item .content-item .item-price {
		width: -webkit-min-content;
		width: -moz-min-content;
		width: min-content;
	}

	.relatedProducts__variants .selectbox .dropdown-item .content-item .item-price .price-old {
		margin-right: 0;
	}
}

.relatedProducts__variants .selectbox .dropdown-item .content-item .item-oos {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: darkgrey;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 0.625rem;
	font-weight: bold;
	justify-content: center;
}

.relatedProducts__variants .selectbox .dropdown-item .content-item .item-color-swatch {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 22px;
	margin-left: 0.5rem;
	min-width: 22px;
	width: 22px;
}

.relatedProducts__variants .relatedProducts__add-to-cart .btn-add-to-cart {
	height: 40px;
	margin-left: 10px !important;
	margin-right: 0;
	width: 100px;
}

.relatedProducts__options {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	width: 100%;
}

.relatedProducts__size {
	width: 100%;
}

.relatedProducts__colour {
	width: 100%;
}

.relatedProducts__item {
	border-bottom: 1px solid #d9d9d9;
	padding: 16px 0;
}

.relatedProducts__item.colorsize .relatedProducts__variants {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.relatedProducts__item.colorsize .relatedProducts__variants .relatedProducts__colour,
.relatedProducts__item.colorsize .relatedProducts__variants .relatedProducts__size {
	width: calc(50% - 5px);
}

@media (max-width: 1199.98px) {
	.relatedProducts__item.colorsize .relatedProducts__variants .relatedProducts__colour .dropdown-menu,
	.relatedProducts__item.colorsize .relatedProducts__variants .relatedProducts__size .dropdown-menu {
		min-width: 215px !important;
	}
}

.relatedProducts__item.colorsize .relatedProducts__variants .relatedProducts__colour .item-badge,
.relatedProducts__item.colorsize .relatedProducts__variants .relatedProducts__colour .item-price {
	display: none;
}

.relatedProducts__item.colorsize .relatedProducts__variants .item-price {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: end;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
	width: min-content;
	width: -webkit-min-content;
	width: -moz-min-content;
}

.relatedProducts__item.colorsize .relatedProducts__variants .item-price .price-old {
	margin-right: 0 !important;
}

.relatedProducts__item.generic .relatedProducts__variants .relatedProducts__colour,
.relatedProducts__item.generic .relatedProducts__variants .relatedProducts__size {
	display: none;
}

.relatedProducts__item.generic .relatedProducts__price {
	min-width: 65px;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
}

.relatedProducts__item.generic .relatedProducts__price .price-old {
	background-color: transparent;
	color: #000;
	font-size: 0.875rem;
	font-weight: normal;
	margin-left: auto;
}

.relatedProducts__item.generic .relatedProducts__price .price-discount,
.relatedProducts__item.generic .relatedProducts__price .price-original {
	font-size: 0.875rem;
	font-weight: bold;
	margin-left: auto;
}

.relatedProducts__item.generic .relatedProducts__price .price-discount {
	color: #db0000;
	font-size: 0.875rem;
}

.relatedProducts__item.color .relatedProducts__variants .relatedProducts__size {
	display: none;
}

.relatedProducts__item.size .relatedProducts__variants .relatedProducts__colour {
	display: none;
}

@media (max-width: 1199.98px) {
	.relatedProducts__item.enable-add-cart .relatedProducts__options {
		width: calc(100% - 110px);
	}
}

@media (max-width: 991.98px) {
	.relatedProducts__item.enable-add-cart .relatedProducts__options {
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.relatedProducts__item.enable-add-cart .relatedProducts__options {
		width: calc(100% - 110px);
	}
}

.relatedProducts__item.enable-add-cart .relatedProducts__add-to-cart {
	display: block;
}

.relatedProducts__item.enable-add-cart .relatedProducts__badge {
	display: none !important;
}

.relatedProducts__item.enable-add-cart .relatedProducts__price .relatedProducts__badge {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.relatedProducts__item[data-sale-availability="ISONP"] .relatedProducts__variants,
.relatedProducts__item[data-sale-availability="ISOOP"] .relatedProducts__variants {
	display: none;
}

.relatedProducts__item[data-sale-availability="ISONP"] .relatedProducts__input,
.relatedProducts__item[data-sale-availability="ISOOP"] .relatedProducts__input {
	min-width: 175px;
	width: 175px;
}

.relatedProducts__item[data-sale-availability="ISONP"] .relatedProducts__input .quantityInput,
.relatedProducts__item[data-sale-availability="ISOOP"] .relatedProducts__input .quantityInput {
	display: none;
}

.relatedProducts__item[data-sale-availability="ISONP"] .relatedProducts__input .label-only-instore,
.relatedProducts__item[data-sale-availability="ISOOP"] .relatedProducts__input .label-only-instore {
	display: block;
}

.relatedProducts__item[data-sale-availability="ISONP"] .relatedProducts__price,
.relatedProducts__item[data-sale-availability="ISOOP"] .relatedProducts__price {
	display: none;
}

.relatedProducts__item .productItem-label {
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	font-size: 0.625rem;
	font-weight: bold !important;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	justify-content: center;
	line-height: 15px !important;
	margin-left: auto;
	padding: 0 5px !important;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.relatedProducts__item .productItem-label:only-child {
	margin: unset;
	margin-left: auto;
}

.relatedProducts__item .productItem-label * {
	font-size: 0.625rem !important;
}

.relatedProducts__item .productItem-label:not(:first-child) {
	margin-top: 2px;
}

.productQuiz {
	margin: auto;
}

.productQuiz-content {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	min-height: 100vh;
	padding-bottom: 30px;
	padding-top: 30px;
}

@media (min-width: 576px) {
	.productQuiz-content {
		padding: 20px;
	}
}

.productQuiz-overview {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 452px;
	min-height: 800px;
}

.productQuiz-overview-logo img {
	height: auto;
	width: 125px;
}

.productQuiz-overview-sub-title {
	color: #000;
	text-align: center;
}

.productQuiz-overview-description {
	font-size: 0.875rem;
	margin-bottom: 30px;
	text-align: center;
}

.productQuiz-overview-start {
	font-size: 0.875rem;
	height: 50px;
}

@media (min-width: 768px) {
	.productQuiz-overview-description {
		font-size: 1rem;
	}
}

.productQuiz-title {
	color: #000;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	max-width: 924px;
	text-align: center;
}

.productQuiz-result {
	color: #707070;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 10px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

.productQuiz-page {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: auto;
	max-width: 975px;
	width: 100%;
}

.productQuiz-page-title {
	color: #000;
	font-size: 1.625rem;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}

.productQuiz-page-title.has-optional {
	margin-bottom: 0.9375rem !important;
}

@media (min-width: 768px) {
	.productQuiz-page-title {
		font-size: 2rem;
	}
}

.productQuiz-page .show-is-active-dropdown {
	display: none;
}

.productQuiz-page.active-dropdown-type .show-is-active-dropdown {
	display: block;
}

.productQuiz-page.active-dropdown-type .show-not-active-dropdown {
	display: none;
}

.productQuiz-quesions {
	padding-left: 10px;
	padding-right: 10px;
}

.productQuiz-quesions .col-md-4 {
	margin-bottom: 0;
}

.productQuiz-card {
	background-color: #fff;
	border: 3px solid transparent;
	-webkit-box-flex: 1;
	cursor: pointer;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 1.25rem;
	padding: 1.6875rem;
	position: relative;
}

.productQuiz-card-image {
	height: auto;
	overflow: hidden;
	padding-top: calc(140 / 235 * 100%);
	position: relative;
	width: 100%;
}

.productQuiz-card-image .img-main {
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.productQuiz-card-image-default {
	height: 50px;
	margin-bottom: 15px;
	overflow: hidden;
	width: 50px;
}

.productQuiz-card-image-default .img-default {
	border: 2px solid #707070;
	border-radius: 50%;
	height: 100%;
	width: 100%;
}

.productQuiz-card-title {
	margin-top: 20px;
}

.productQuiz-card-description {
	font-size: 14px;
}

@media (min-width: 768px) {
	.productQuiz-card-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.productQuiz .button-btn {
	font-size: 0.875rem;
	margin-bottom: 0;
}

.productQuiz-list {
	align-items: center;
	background: #fff;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	padding: 1.6875rem;
	position: relative;
}

.productQuiz-list-wrap {
	margin: 0 0 1.25rem;
}

@media (min-width: 768px) {
	.productQuiz-list-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.productQuiz-list-title {
	font-weight: bold;
}

.productQuiz-optinal-text {
	color: #3b3b3b;
	font-size: 14px;
	margin-bottom: 2.8125rem;
	text-align: center;
}

.productQuiz-title-common {
	color: #000;
	font-weight: bold;
}

.productQuiz-recommendation.is-loading .productQuiz-result,
.productQuiz-recommendation.is-loading .productQuiz-page-title,
.productQuiz-recommendation.is-loading .productQuiz-start-again {
	opacity: 0;
}

.productQuiz input:checked + .productQuiz-answer:before {
	color: #fff;
	content: '';
	display: block;
	font-size: 0.625rem;
	height: 20px;
	line-height: 18px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 20px;
}

.productQuiz input:checked + .productQuiz-answer:after {
	border: 2px solid #fff;
	border-left: none;
	border-top: none;
	content: '';
	height: 11px;
	margin: 2px 5px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 7px;
	z-index: 100;
}

.productQuiz-answer {
	border: 3px solid #fff;
	cursor: pointer;
}

.productQuiz-answer span {
	display: none;
}

@media (min-width: 768px) {
	.productQuiz-footer {
		margin-top: 40px;
	}

	.productQuiz-footer-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.productQuiz-footer-inner {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.productQuiz-start-again {
	background: transparent;
	border: 2px solid #707070;
	color: #707070;
	display: block;
	font-weight: bold;
	height: 50px;
	margin: auto;
	margin-bottom: 1.5625rem !important;
	padding: 0 30px;
}

.productQuiz-back {
	background: transparent;
	border: 2px solid #707070;
	color: #707070;
	height: 50px;
	margin-right: 20px;
	padding: 0 30px;
}

.productQuiz-footer-inner .productQuiz-back {
	max-width: 140px;
}

@media (min-width: 576px) {
	.productQuiz-back {
		-webkit-box-flex: unset;
		-ms-flex: unset;
		flex: unset;
		margin-right: unset;
		max-width: unset;
	}
}

.productQuiz-continue {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 50px;
	padding: 0 30px;
}

.productQuiz-continue:disabled {
	opacity: 0.56;
}

@media (min-width: 576px) {
	.productQuiz-continue {
		-webkit-box-flex: unset;
		-ms-flex: unset;
		flex: unset;
	}
}

.productQuiz-continue.skip {
	background: none;
	border: none;
	color: #707070;
	margin-left: auto;
	text-decoration: underline;
}

.productQuiz-progress {
	background: #cacaca;
	height: 6px;
	width: 100%;
}

.productQuiz-progress-bar {
	height: 100%;
	-webkit-transition: 0.35s;
	transition: 0.35s;
	width: 0;
}

.productQuizResult .swiper-scrollbar-drag,
.productQuizResult .swiper-scrollbar {
	border-radius: 0;
}

.productQuizResult-slider.row {
	margin-left: -8px;
	margin-right: -8px;
}

.productQuizResult-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto !important;
	margin-top: 16px;
	overflow: hidden;
}

.productQuizResult-item.col-6 {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.productQuizResult-itemInner {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	position: relative;
}

.productQuizResult-itemInner .productItem-label,
.productQuizResult-itemInner .productItem-label * {
	font-size: 0.75rem;
}

.productQuizResult-itemInner:hover,
.productQuizResult-itemInner:focus,
.productQuizResult-itemInner:active,
.productQuizResult-itemInner.active {
	text-decoration: none;
}

.productQuizResult-itemImg {
	max-height: 100%;
	width: 100%;
}

.productQuizResult-itemInfo {
	-webkit-box-direction: normal;
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex: 1;
	flex: 1;
	flex-direction: column;
	-ms-flex-direction: column;
	padding-top: 1rem;
}

.productQuizResult-itemTitle {
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-ms-flex: 1;
	flex: 1;
	font-size: 0.875rem;
	-webkit-line-clamp: 2;
	max-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.productQuizResult-itemPrice,
.productQuizResult-itemPrice * {
	font-size: 0.9375rem !important;
	font-weight: bold !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

.productQuizResult-itemPrice .productItem-subTitle,
.productQuizResult-itemPrice * .productItem-subTitle {
	font-size: 0.75rem !important;
}

.productQuizResult-sliderWrap {
	padding-bottom: 2.5rem;
}

.productQuizResult .productItem-labelWrap .productItem-label {
	font-size: 0.75rem;
	line-height: 1em !important;
	padding: 0.375rem;
}

.productQuiz .productQuiz-selectbox {
	margin-bottom: 20px;
}

.productQuiz .productQuiz-selectbox .dropdown-toggle {
	border: 1px solid #707070;
	height: 50px;
}

.productQuiz .productQuiz-selectbox .productQuiz-dropdown-menu {
	background-color: #fff;
	border: 1px solid #707070;
	border-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 0 !important;
	max-height: 179px;
	overflow-y: auto;
	-webkit-transform: translate3d(0px, 50px, 0px) !important;
	transform: translate3d(0px, 50px, 0px) !important;
}

.productQuiz .productQuiz-selectbox .productQuiz-dropdown-menu::-webkit-scrollbar {
	background-color: #f8f8f8;
	border-radius: 0;
	width: 6px;
}

.productQuiz .productQuiz-selectbox .productQuiz-dropdown-menu::-webkit-scrollbar-track {
	background-color: #f8f8f8;
	border-radius: 0;
}

.productQuiz .productQuiz-selectbox .productQuiz-dropdown-menu::-webkit-scrollbar-thumb {
	background-color: #e5e5e5;
	border-radius: 0;
}

.productQuiz .productQuiz-selectbox .productQuiz-dropdown-menu .productQuiz-list-wrap {
	margin: 1px 0 0;
	padding: 0;
}

.productQuiz .productQuiz-selectbox .productQuiz-dropdown-menu .productQuiz-list-wrap:first-child {
	margin-top: 0;
}

.productQuiz .productQuiz-selectbox .productQuiz-dropdown-menu .productQuiz-list-wrap .productQuiz-answer:hover {
	background: rgba(0, 0, 0, 0.04);
}

.productQuiz .productQuiz-selectbox .productQuiz-dropdown-menu .productQuiz-list-wrap .productQuiz-list {
	padding: 10px 16px;
}

.productQuiz .productQuiz-selectbox .selectbox-title {
	color: #707070;
	font-size: 1.125rem;
	font-weight: bold;
	text-transform: uppercase;
}

/* States */
.is-bris .productQuiz {
	background: #f3f4f6;
}

.is-bris .productQuiz-overview-sub-title {
	font-size: 1.375rem;
	margin-bottom: 16px;
	text-transform: capitalize;
}

.is-bris .productQuiz-overview-description {
	color: #4d4d4d;
	line-height: 24px;
}

.is-bris .productQuiz-overview-start {
	width: 160px;
}

.is-bris .productQuiz-title {
	font-size: 2.25rem;
	margin-bottom: 28px;
}

.is-bris .productQuiz-page-title {
	margin-bottom: 2.5rem;
	margin-top: 1.5625rem;
}

@media (min-width: 768px) {
	.is-bris .productQuiz-page-title {
		margin-top: 2.8125rem;
	}
}

.is-bris .productQuiz-title-common {
	font-size: 1.375rem;
}

.is-bris .productQuiz-card-title {
	color: #000;
	font-size: 1.375rem;
	margin-bottom: 10px;
}

.is-bris .productQuiz-card-description {
	color: #3b3b3b;
}

.is-bris .productQuiz-progress-bar {
	background: #ffcb05;
}

.is-bris .productQuiz input:checked + .productQuiz-answer {
	border-color: #035ea7;
}

.is-bris .productQuiz input:checked + .productQuiz-answer:before {
	background-color: #035ea7;
}

.is-bris .productQuizResult-itemInfo {
	padding: 0.5rem;
}

@media (min-width: 576px) {
	.is-bris .productQuizResult-itemInfo {
		padding: 0;
		padding-top: 1rem;
	}
}

.is-bris .productQuizPage {
	background-color: #f3f4f6 !important;
	max-width: unset !important;
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (min-width: 576px) {
}

.formCdc .gigya-layout-row {
	display: block;
}

.formCdc .gigya-layout-row .gigya-layout-cell {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.relatedBundle__head-title {
	border-bottom: 1px solid #d9d9d9;
	color: #4d4d4d;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 5px 0;
	text-transform: uppercase;
}

.relatedBundle.loading {
	min-height: 20px;
	position: relative;
}

.relatedBundle.loading:after {
	-webkit-animation: spinner-border 0.75s linear infinite;
	animation: spinner-border 0.75s linear infinite;
	border: 0.25em solid #d9d9d9;
	border-radius: 50%;
	border-right-color: transparent;
	content: '';
	display: inline-block;
	height: 1rem;
	position: absolute;
	right: calc(50% - 0.5rem);
	top: calc(50% - 0.5rem);
	vertical-align: text-bottom;
	width: 1rem;
}

.relatedBundle.loading * {
	display: none;
}

.relatedBundle__infor {
	align-items: flex-start;
	align-items: center;
	-webkit-box-align: start;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	-ms-flex-align: center;
}

.relatedBundle__image {
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	height: 30px;
	margin-right: 10px;
	min-width: 30px;
	width: 30px;
}

.relatedBundle__title {
	align-items: center;
	-webkit-box-align: center;
	color: #000;
	cursor: pointer;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-align: center;
	font-size: 0.875rem;
	font-weight: bold;
	margin-right: 10px;
	min-height: 30px;
}

.relatedBundle__title:hover {
	text-decoration: underline;
}

.relatedBundle__badge {
	align-items: flex-end;
	-webkit-box-align: end;
	-webkit-box-flex: 1;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-align: end;
	margin-right: 10px;
	white-space: nowrap;
}

.relatedBundle__price {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: end;
	color: #000;
	display: flex;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: end;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	font-size: 0.875rem;
	font-weight: bold;
	justify-content: flex-end;
	margin-right: 10px;
	min-height: 30px;
	white-space: nowrap;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.relatedBundle__price * {
	font-size: 0.875rem !important;
}

.relatedBundle__price .relatedBundle__badge {
	margin-left: auto;
	margin-right: 0;
}

.relatedBundle__input {
	min-width: 96px;
	width: 96px;
}

.relatedBundle__input .quantityInput {
	align-items: center;
	border: 1px solid #ebeef0;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	height: 32px;
	width: 96px;
}

.relatedBundle__input .quantityInput .icon {
	background-color: #ebeef0;
	cursor: pointer;
	height: 32px;
	position: relative;
	width: 32px;
}

.relatedBundle__input .quantityInput .icon.plus::before {
	background-color: #707070;
	content: '';
	display: block;
	height: 12px;
	left: 50%;
	-webkit-mask-image: url(/Static/assets/images/icons/plus.svg);
	mask-image: url(/Static/assets/images/icons/plus.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 12px 12px;
	mask-size: 12px 12px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
}

.relatedBundle__input .quantityInput .icon.minus::before {
	background-color: #707070;
	content: '';
	display: block;
	height: 12px;
	left: 50%;
	-webkit-mask-image: url(/Static/assets/images/icons/minus.svg);
	mask-image: url(/Static/assets/images/icons/minus.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 12px 12px;
	mask-size: 12px 12px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
}

.relatedBundle__input .quantityInput .icon.disabled {
	cursor: not-allowed;
	opacity: 0.67;
}

.relatedBundle__input .quantityInput input {
	border: unset;
	color: #4d4d4d;
	font-size: 0.875rem;
	font-weight: 500;
	font-weight: bold;
	height: 30px;
	text-align: center;
	width: 32px;
}

.relatedBundle__input .quantityInput input:focus {
	outline: none;
}

.relatedBundle__input .label-only-instore {
	color: darkgray;
	display: none;
	font-size: 0.75rem;
	font-weight: bold;
	text-align: right;
}

.relatedBundle__add-to-cart {
	display: none;
}

.relatedBundle__add-to-cart .btn-add-to-cart {
	align-items: center;
	background: #fff;
	border: 2px solid;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: #005ea7;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 0.875rem;
	height: 30px;
	justify-content: center;
	line-height: unset;
	margin-left: 0.5rem;
	padding: 0 10px;
	text-transform: uppercase;
}

.is-bris .relatedBundle__add-to-cart .btn-add-to-cart {
	color: #005ea7;
}

.is-bris .relatedBundle__add-to-cart .btn-add-to-cart {
	border-color: #005ea7;
}

@media (max-width: 1199.98px) {
	.relatedBundle__add-to-cart .btn-add-to-cart {
		font-size: 0.8125rem;
		padding: 0 5px;
	}
}

.relatedBundle__add-to-cart .btn-add-to-cart:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

.relatedBundle__variants {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
}

.relatedBundle__variants .selectbox .dropdown-toggle {
	height: 40px;
}

.relatedBundle__variants .selectbox .dropdown-toggle:disabled {
	background-color: rgba(0, 0, 0, 0.05);
	cursor: not-allowed;
}

.relatedBundle__variants .selectbox .dropdown-menu {
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
}

.relatedBundle__variants .selectbox .dropdown-menu::-webkit-scrollbar {
	background-color: #f8f8f8;
	border-radius: 0;
	width: 6px;
}

.relatedBundle__variants .selectbox .dropdown-menu::-webkit-scrollbar-track {
	background-color: #f8f8f8;
	border-radius: 0;
}

.relatedBundle__variants .selectbox .dropdown-menu::-webkit-scrollbar-thumb {
	background-color: #e5e5e5;
	border-radius: 0;
}

.relatedBundle__variants .selectbox:not([data-value]) .selectbox-title {
	color: #707070;
}

.relatedBundle__variants .selectbox[select-box="size"] .item-color-swatch {
	display: none;
}

.relatedBundle__variants .selectbox .selectbox-title {
	font-size: 0.875rem;
}

.relatedBundle__variants .selectbox .dropdown-item {
	background: #fff;
}

.relatedBundle__variants .selectbox .dropdown-item:hover {
	background: transparent !important;
}

.relatedBundle__variants .selectbox .dropdown-item[data-oos="true"] {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.relatedBundle__variants .selectbox .dropdown-item[data-oos="true"] .item-badge,
.relatedBundle__variants .selectbox .dropdown-item[data-oos="true"] .item-price,
.relatedBundle__variants .selectbox .dropdown-item[data-oos="true"] .item-color-swatch {
	display: none;
}

.relatedBundle__variants .selectbox .dropdown-item[data-oos="true"] .item-oos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.relatedBundle__variants .selectbox .dropdown-item:not([data-oos="true"]) .item-oos {
	display: none;
}

.relatedBundle__variants .selectbox .dropdown-item:not([data-oos="true"]) .item-badge,
.relatedBundle__variants .selectbox .dropdown-item:not([data-oos="true"]) .item-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.relatedBundle__variants .selectbox .dropdown-item .content-item {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
}

.relatedBundle__variants .selectbox .dropdown-item .content-item .item-description {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 0.875rem;
	margin-right: auto;
	margin-right: 0.5rem;
}

.relatedBundle__variants .selectbox .dropdown-item .content-item .item-badge {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 0.5rem;
	white-space: nowrap;
}

.relatedBundle__variants .selectbox .dropdown-item .content-item .item-price {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.relatedBundle__variants .selectbox .dropdown-item .content-item .item-price .price-old {
	background-color: transparent;
	color: darkgrey;
	font-size: 0.875rem;
	height: 1rem;
	line-height: 1rem;
	margin-right: 0.5rem;
}

.relatedBundle__variants .selectbox .dropdown-item .content-item .item-price .price-discount,
.relatedBundle__variants .selectbox .dropdown-item .content-item .item-price .price-original {
	font-size: 0.875rem;
	font-weight: bold;
	height: 1rem;
	line-height: 1rem;
}

.relatedBundle__variants .selectbox .dropdown-item .content-item .item-price .price-discount {
	color: #db0000;
}

@media (max-width: 575.98px) {
	.relatedBundle__variants .selectbox .dropdown-item .content-item .item-price {
		width: -webkit-min-content;
		width: -moz-min-content;
		width: min-content;
	}

	.relatedBundle__variants .selectbox .dropdown-item .content-item .item-price .price-old {
		margin-right: 0;
	}
}

.relatedBundle__variants .selectbox .dropdown-item .content-item .item-oos {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: darkgrey;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 0.625rem;
	font-weight: bold;
	justify-content: center;
}

.relatedBundle__variants .selectbox .dropdown-item .content-item .item-color-swatch {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 22px;
	margin-left: 0.5rem;
	min-width: 22px;
	width: 22px;
}

.relatedBundle__variants .relatedBundle__add-to-cart .btn-add-to-cart {
	height: 40px;
	margin-left: 10px !important;
	margin-right: 0;
	width: 100px;
}

.relatedBundle__options {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	width: 100%;
}

.relatedBundle__size {
	width: 100%;
}

.relatedBundle__colour {
	width: 100%;
}

.relatedBundle__item {
	border-bottom: 1px solid #d9d9d9;
	padding: 16px 0;
}

.relatedBundle__item.colorsize .relatedBundle__variants {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.relatedBundle__item.colorsize .relatedBundle__variants .relatedBundle__colour,
.relatedBundle__item.colorsize .relatedBundle__variants .relatedBundle__size {
	width: calc(50% - 5px);
}

@media (max-width: 1199.98px) {
	.relatedBundle__item.colorsize .relatedBundle__variants .relatedBundle__colour .dropdown-menu,
	.relatedBundle__item.colorsize .relatedBundle__variants .relatedBundle__size .dropdown-menu {
		min-width: 215px !important;
	}
}

.relatedBundle__item.colorsize .relatedBundle__variants .relatedBundle__colour .item-badge,
.relatedBundle__item.colorsize .relatedBundle__variants .relatedBundle__colour .item-price {
	display: none;
}

.relatedBundle__item.colorsize .relatedBundle__variants .item-price {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: end;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
	width: min-content;
	width: -webkit-min-content;
	width: -moz-min-content;
}

.relatedBundle__item.colorsize .relatedBundle__variants .item-price .price-old {
	margin-right: 0 !important;
}

.relatedBundle__item.generic .relatedBundle__variants .relatedBundle__colour,
.relatedBundle__item.generic .relatedBundle__variants .relatedBundle__size {
	display: none;
}

.relatedBundle__item.generic .relatedBundle__price {
	min-width: 65px;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
}

.relatedBundle__item.generic .relatedBundle__price .price-old {
	background-color: transparent;
	color: #000;
	font-size: 0.875rem;
	font-weight: normal;
	margin-left: auto;
}

.relatedBundle__item.generic .relatedBundle__price .price-discount,
.relatedBundle__item.generic .relatedBundle__price .price-original {
	font-size: 0.875rem;
	font-weight: bold;
	margin-left: auto;
}

.relatedBundle__item.generic .relatedBundle__price .price-discount {
	color: #db0000;
	font-size: 0.875rem;
}

.relatedBundle__item.color .relatedBundle__variants .relatedBundle__size {
	display: none;
}

.relatedBundle__item.size .relatedBundle__variants .relatedBundle__colour {
	display: none;
}

@media (max-width: 1199.98px) {
	.relatedBundle__item.enable-add-cart .relatedBundle__options {
		width: calc(100% - 110px);
	}
}

@media (max-width: 991.98px) {
	.relatedBundle__item.enable-add-cart .relatedBundle__options {
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.relatedBundle__item.enable-add-cart .relatedBundle__options {
		width: calc(100% - 110px);
	}
}

.relatedBundle__item.enable-add-cart .relatedBundle__add-to-cart {
	display: block;
}

.relatedBundle__item.enable-add-cart .relatedBundle__badge {
	display: none !important;
}

.relatedBundle__item.enable-add-cart .relatedBundle__price .relatedBundle__badge {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.relatedBundle__item[data-sale-availability="ISONP"] .relatedBundle__variants,
.relatedBundle__item[data-sale-availability="ISOOP"] .relatedBundle__variants,
.relatedBundle__item[data-sale-availability="ISOOS"] .relatedBundle__variants {
	display: none;
}

.relatedBundle__item[data-sale-availability="ISONP"] .relatedBundle__input,
.relatedBundle__item[data-sale-availability="ISOOP"] .relatedBundle__input,
.relatedBundle__item[data-sale-availability="ISOOS"] .relatedBundle__input {
	margin-left: auto;
	min-width: 175px;
	width: 175px;
}

.relatedBundle__item[data-sale-availability="ISONP"] .relatedBundle__input .quantityInput,
.relatedBundle__item[data-sale-availability="ISOOP"] .relatedBundle__input .quantityInput,
.relatedBundle__item[data-sale-availability="ISOOS"] .relatedBundle__input .quantityInput {
	display: none;
}

.relatedBundle__item[data-sale-availability="ISONP"] .relatedBundle__input .label-only-instore,
.relatedBundle__item[data-sale-availability="ISOOP"] .relatedBundle__input .label-only-instore,
.relatedBundle__item[data-sale-availability="ISOOS"] .relatedBundle__input .label-only-instore {
	display: block;
}

.relatedBundle__item[data-sale-availability="ISONP"] .relatedBundle__price,
.relatedBundle__item[data-sale-availability="ISOOP"] .relatedBundle__price,
.relatedBundle__item[data-sale-availability="ISOOS"] .relatedBundle__price {
	display: none;
}

.relatedBundle__item[data-sale-availability="ISOOS"] {
	pointer-events: none;
}

.relatedBundle__item .productItem-label {
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	font-size: 0.625rem;
	font-weight: bold !important;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	justify-content: center;
	line-height: 15px !important;
	margin-left: auto;
	padding: 0 5px !important;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.relatedBundle__item .productItem-label:only-child {
	margin: unset;
	margin-left: auto;
}

.relatedBundle__item .productItem-label * {
	font-size: 0.625rem !important;
}

.relatedBundle__item .productItem-label:not(:first-child) {
	margin-top: 2px;
}

.address-options_title {
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	margin: 20px 0;
}

.address-options_item.form-check {
	background: #f3f4f6;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10px 0 !important;
	padding: 15px;
}

.address-options_radio {
	padding-right: 15px;
	position: relative;
}

.address-options_radio::before {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 50%;
	color: #fff;
	content: '';
	display: block;
	height: 24px;
	width: 24px;
}

.address-options_radio::after {
	border-radius: 50%;
	content: '';
	display: none;
	height: 1.5rem;
	left: 0;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	width: 1.5rem;
}

.address-options input[type="radio"]:checked + .address-options_radio::after {
	display: block;
}

.address-options_information {
	-webkit-box-direction: normal;
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	color: #707070;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 0.9375rem;
}

.address-options_name {
	color: #000;
	font-size: 1rem;
	font-weight: bold;
}

.address-options_action {
	border: 2px solid #a6a6a6;
	color: #a6a6a6;
	font-size: 0.75rem;
	font-weight: bold;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin-left: 5px;
	padding: 0 6px;
	text-transform: uppercase;
	width: -webkit-fit-content;
	width: fit-content;
	width: -moz-fit-content;
}

.address-options_action.default {
	background: #707070;
	border-color: #707070;
	color: #fff;
}

.address-options_add-new {
	color: #035ea7;
	cursor: pointer;
	font-size: 1rem;
	margin: 20px 0;
}

.address-options_loading {
	height: 1.2rem;
	opacity: 0.65;
	width: 1.2rem;
}

.address-options_add-new-title {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 20px;
}

/* Theme */

.is-bris .address-options_radio::after {
	background: #005ea7;
}

.is-bris .address-options_add-new {
	font-weight: bold;
}

.ctaButtonCarousel {
	opacity: 0;
}

.ctaButtonCarousel.is-initialized {
	opacity: unset;
}

.ctaButtonCarousel .swiper-slide {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	width: auto;
}

.ctaButtonCarousel_top {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 16px;
	padding-right: 16px;
}

@media (min-width: 768px) {
	.ctaButtonCarousel_top {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.ctaButtonCarousel_buttons {
	-webkit-box-flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
}

.ctaButtonCarousel_button {
	align-items: center;
	border: 1px solid #000;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: #000;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 1rem;
	font-weight: bold;
	height: 3rem;
	justify-content: center;
	margin-right: 8px;
	padding: 0 15px;
	text-align: center;
	white-space: nowrap;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.ctaButtonCarousel_button:last-child {
	margin-right: 4px;
}

@media (min-width: 768px) {
	.ctaButtonCarousel_links {
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-pack: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.ctaButtonCarousel_link {
	display: none;
}

.ctaButtonCarousel_link > * {
	margin: 10px 0;
}

@media (min-width: 768px) {
	.ctaButtonCarousel_link > * {
		margin: 0 0 0 20px;
	}
}

.ctaButtonCarousel_link.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ctaButtonCarousel_content.active {
	display: block;
}

.ctaButtonCarousel_content.active .is-initialized {
	display: block;
}

.ctaButtonCarousel_content.col-12 {
	min-height: 0;
}

.ctaButtonCarousel .is-initialized {
	display: none;
}

.ctaButtonCarousel .productCarousel-header,
.ctaButtonCarousel .productCarousel-btnBottomWrap {
	display: none;
}

/* States */
.promotionalList {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.promotionalList .promotional-cart-item .promotional-left {
		padding-bottom: 16px;
	}

	.promotionalList .promotional-cart-item .promotional-right.col-12 {
		-webkit-box-flex: calc(100% + 60px);
		-ms-flex: calc(100% + 60px);
		flex: calc(100% + 60px);
		margin-left: -60px;
		max-width: unset;
		padding-top: 16px;
	}

	.promotionalList .promotional-cart-item .promotional-right.col-12::before {
		background-color: #d9d9d9;
		content: '';
		display: block;
		height: 1px;
		position: absolute;
		top: 0;
		width: calc(100% - 32px);
	}
}

.promotionalList .promotional-cart-item .promotion-label {
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 14px;
	margin-bottom: 8px;
	padding: 5px 10px;
	width: auto;
}

.promotionalList .promotional-cart-item .promotional-head-title {
	margin-bottom: 8px;
}

.promotionalList .promotional-cart-item .promotional-head-title .promotional-title {
	font-size: 1rem;
	font-weight: 700;
	margin-right: 5px;
	vertical-align: middle;
}

.promotionalList .promotional-cart-item .promotional-head-title .promotional-rrp {
	color: #707070;
	vertical-align: middle;
}

.promotionalList .promotional-cart-item .promotional-content {
	color: #707070;
}

.promotionalList .promotional-cart-item .promotional-content a {
	color: #707070;
	text-decoration: underline;
}

.promotionalList .promotional-cart-item .button-btn .icon-gift {
	font-size: 1.125rem;
	line-height: 17px;
	margin-right: 10px;
	vertical-align: middle;
}

@media (min-width: 768px) {
	.promotionalList .promotional-cart-item .promotional-right {
		border-left: 1px solid #d9d9d9;
	}

	.promotionalList .promotional-cart-item .promotional-head-title .promotional-title {
		font-size: 1.125rem;
		line-height: 20px;
	}
}

.promotionalList .promotional-cart-item .promotion-progressbar {
	background: #cacaca;
	border-radius: 20px;
	display: block;
	height: 8px;
	margin: 10px 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.promotionalList .promotional-cart-item .promotion-progressbar .progress-state {
	height: 100%;
	-webkit-transition: 0.75s;
	transition: 0.75s;
	width: 0;
}

.promotionalList .promotional-cart-item .promotion-add-to-cart {
	margin-right: auto;
	text-transform: uppercase;
	width: 100%;
}

@media (min-width: 768px) {
	.promotionalList .promotional-cart-item .promotion-add-to-cart {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
}

.promotionalList .promotional-cart-item .d-added-to-cart,
.promotionalList .promotional-cart-item .d-add-to-cart,
.promotionalList .promotional-cart-item .d-qualify,
.promotionalList .promotional-cart-item .d-no-qualify,
.promotionalList .promotional-cart-item .d-free-gift,
.promotionalList .promotional-cart-item .d-free-item {
	display: none;
}

.promotionalList .promotional-cart-item.is-added-to-cart .d-added-to-cart {
	display: block;
}

.promotionalList .promotional-cart-item.is-add-to-cart .d-add-to-cart {
	display: block;
}

.promotionalList .promotional-cart-item.is-qualify .d-qualify {
	display: block;
}

.promotionalList .promotional-cart-item.no-qualify .d-no-qualify {
	display: block;
}

.promotionalList .promotional-cart-item.is-free-gift .d-free-gift {
	display: inline;
}

.promotionalList .promotional-cart-item.is-free-item .d-free-item {
	display: inline;
}

/* Themes */
.is-bris .promotionalList .promotional-cart-item {
	border: 3px solid #035ea7 !important;
}

.is-bris .promotionalList .promotional-cart-item .promotion-progressbar .progress-state {
	background-color: #ffcb05;
}

.accountDashboardPage {
	background-color: #fff;
}

.accountDashboardPage-boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* States */
.accountDashboardPage {
	padding: 1.5625rem 0;
}

@media (min-width: 768px) {
	.accountDashboardPage {
		padding: 3.75rem 0;
	}
}

@media (max-width: 767.98px) {
	.accountDashboardPage-title {
		font-size: 1.125rem;
	}
}

@media (min-width: 768px) {
	.accountDashboardPage-title {
		margin-bottom: 1.25rem;
	}
}

.accountDashboardPage-desc {
	font-size: 0.8125rem;
	line-height: calc(18 / 13);
}

@media (min-width: 768px) {
	.accountDashboardPage-desc {
		font-size: 1.125rem;
		line-height: calc(5 / 3);
		margin-bottom: 1.25rem;
	}
}

.accountDashboardPage-box {
	align-items: center;
	border: 1px solid lightgrey;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	height: 100%;
	justify-content: center;
	padding: 1.125rem;
	width: calc(50% - 6px);
}

@media (max-width: 991.98px) {
	.accountDashboardPage-box:nth-child(2n + 1) {
		margin-right: 0.75rem;
	}
}

@media (max-width: 991.98px) {
	.accountDashboardPage-box {
		margin-bottom: 0.75rem;
	}
}

@media (min-width: 992px) {
	.accountDashboardPage-box {
		padding: 1.875rem;
		width: calc(33.333333% - 22px);
	}
}

.accountDashboardPage-boxImg {
	height: 24px;
	margin-bottom: 0.625rem;
	max-width: 24px;
}

@media (min-width: 768px) {
	.accountDashboardPage-boxImg {
		height: 60px;
		margin-bottom: 1.875rem;
		max-width: 60px;
	}
}

.accountDashboardPage-boxTitle {
	font-size: 0.9375rem;
	text-align: center;
}

@media (min-width: 768px) {
	.accountDashboardPage-boxTitle {
		font-size: 1.125rem;
	}
}

@media (min-width: 992px) {
	.accountDashboardPage-box + .accountDashboardPage-box {
		margin-left: 2rem;
	}
}

/* Themes */
.is-bris .accountDashboardPage-boxTitle {
	color: #005ea7;
}

.myAccountCdc-left {
	display: none;
}

.myAccountCdc-right--header {
	background: #fff;
	font-size: 1.875rem;
	font-weight: bold;
	padding: 30px 16px;
}

@media (min-width: 768px) {
	.myAccountCdc-right--header {
		padding: 70px 0 40px 60px;
	}
}

.myAccountCdc-right--main {
	background-color: #f8f8f8;
}

.myAccountCdc-right--desc {
	padding: 60px;
}

.myAccountCdc .accountDashboardPage-desc {
	margin-bottom: 0;
	padding: 40px 16px;
}

@media (min-width: 768px) {
	.myAccountCdc .accountDashboardPage-desc {
		padding: 60px 0 60px 60px;
	}
}

@media only screen and (min-width: 1441px) {
	.myAccountCdc .accountDashboardPage-desc {
		padding-right: 0;
	}
}

@media (min-width: 768px) {
	.myAccountCdc {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.myAccountCdc-left {
		background-color: #ececec;
		display: block;
		padding-left: 20px;
		width: 30%;
	}

	.myAccountCdc-left--accountName {
		font-size: 1.875rem;
		font-weight: bold;
		margin-bottom: 30px;
	}

	.myAccountCdc-left--sidebar {
		padding: 0;
	}

	.myAccountCdc-left--sidebar li {
		border-left: 4px solid transparent;
		display: block;
		line-height: 45px;
		padding-left: 14px;
	}

	.myAccountCdc-left--sidebar li a {
		font-size: 1rem;
		text-decoration: unset;
	}

	.myAccountCdc-left--sidebar li.active {
		border-left-color: #035ea7;
	}

	.myAccountCdc-left--sidebar li.active a {
		color: #035ea7;
		font-weight: bold;
	}

	.myAccountCdc-right {
		width: 70%;
	}

	.myAccountCdc-right--header,
	.myAccountCdc-right--main {
		padding-right: 60px;
	}
}

@media only screen and (min-width: 1480px) {
	.myAccountCdc-left {
		padding-left: calc((100% - 1440px) / 2);
	}

	.myAccountCdc-right--header,
	.myAccountCdc-right--main {
		padding-right: calc((100vw - 1440px) / 2);
	}
}

/* Themes */

.cartStep_1Page {
	background-color: #fff;
}

.cartStep_1Page-title {
	margin: 0;
}

.cartStep_1Page-separator {
	border-top: 1px solid #000;
	margin: 0;
}

.cartStep_1Page-detailsTitles {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 0.75rem 0;
	text-transform: uppercase;
}

.cartStep_1Page-separatorLight {
	border-top: 1px solid #d6d6d6;
	display: none;
	margin: 0;
}

@media (min-width: 768px) {
	.cartStep_1Page-separatorLight {
		display: block;
	}
}

.cartStep_1Page-itemDetailsLink {
	width: 6.375rem;
}

.cartStep_1Page-itemsDetailsDes {
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
	text-align: center;
}

.cartStep_1Page .shoppingCartItem {
	border-bottom: 1px solid #d6d6d6;
}

.cartStep_1Page .placeholder {
	border: 1px dashed #d6d6d6;
	height: 100%;
	min-height: 200px;
}

.cartStep_1Page .donate {
	background-color: #4b2b87;
	background-position: center;
	background-size: cover;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: end;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 24px 0;
	padding: 25px 35px;
}

@media (max-width: 991.98px) {
	.cartStep_1Page .donate {
		margin: 10px 0;
		padding: 17px 20px 20px;
	}
}

.cartStep_1Page .donate .donate-logo {
	height: auto;
	width: 108px;
}

@media (min-width: 992px) {
	.cartStep_1Page .donate .donate-logo {
		width: 150px;
	}
}

.cartStep_1Page .donate .donate-title {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.cartStep_1Page .donate .donate-title {
		align-items: initial;
		-webkit-box-align: initial;
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-ms-flex-align: initial;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-bottom: 12px;
	}

	.cartStep_1Page .donate .donate-title .donate-title-text {
		margin-top: 20px;
	}
}

.cartStep_1Page .donate .donate-body * {
	font-size: 1rem;
	line-height: 1.375rem;
	margin: 0;
	padding: 0;
}

@media (max-width: 991.98px) {
	.cartStep_1Page .donate .donate-body {
		font-size: 0.875rem;
		line-height: 1.1875rem;
	}
}

.cartStep_1Page .donate .donate-body img {
	max-width: 100%;
}

.cartStep_1Page .donate .donate-box-amount {
	align-items: flex-end;
	-webkit-box-align: end;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: end;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: end;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: end;
}

@media (max-width: 991.98px) {
	.cartStep_1Page .donate .donate-box-amount {
		padding-bottom: 0;
	}
}

.cartStep_1Page .donate .donate-list-amount {
	-webkit-box-pack: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 14px;
	width: 100%;
}

.cartStep_1Page .donate .donate-list-amount .donate-label {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 0;
}

.cartStep_1Page .donate .donate-list-amount .donate-label:not(:last-child) {
	margin-right: 16px;
}

.cartStep_1Page .donate .donate-list-amount .donate-label:not(:last-child) {
	margin-right: 14px;
}

.cartStep_1Page .donate .donate-list-amount .donate-label .donate-option {
	padding: 0;
}

.cartStep_1Page .donate .donate-radio:checked + .donate-option {
	background: #a3248f;
	border: none;
	color: #fff;
}

.cartStep_1Page .donate .donate-radio:checked + .donate-option .donate-option-add {
	display: none;
}

.cartStep_1Page .donate .donate-radio:checked + .donate-option .donate-option-added {
	display: block;
}

.cartStep_1Page .donate .donate-option {
	align-items: center;
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.6);
	-webkit-box-align: center;
	-webkit-box-pack: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 0.875rem;
	font-weight: bold;
	height: 50px;
	justify-content: center;
	padding: 0 1.5rem;
	text-transform: uppercase;
	white-space: nowrap;
}

.cartStep_1Page .donate .donate-option .donate-option-added {
	display: none;
}

.cartStep_1Page .donate .donate-option:hover {
	background: rgba(0, 0, 0, 0.076);
}

.cartStep_1Page .coupon-text {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
}

.cartStep_1Page .coupon-text::after {
	content: ':';
}

.cartStep_1Page .coupon-text:not(.d-none) + span {
	display: none;
}

.cartStep_1Page .discounttotal-label.d-none {
	display: none !important;
}

.cartStep_1Page .btn-apply {
	align-items: center;
	background-color: transparent;
	border: 2px solid;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	cursor: pointer;
	display: -webkit-box;
	display: flex;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 0.875rem;
	font-weight: bold;
	height: 48px;
	justify-content: center;
	margin-left: 14px;
	padding: 0 0.75rem;
	text-transform: uppercase;
	white-space: nowrap;
	width: calc(100% / 3 - 14px);
}

@media (min-width: 768px) {
	.cartStep_1Page .btn-apply {
		width: 115px;
	}
}

.cartStep_1Page .coupon-control {
	border: 1px solid #d6d6d6;
	border-radius: 0;
	height: 48px;
}

.cartStep_1Page .coupon-control.invalid,
.cartStep_1Page .coupon-control.has-error {
	border: 2px solid #b64244;
}

.cartStep_1Page .coupon-group {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* States */
.cartStep_1Page {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.cartStep_1Page {
		padding-bottom: 3.75rem;
	}
}

.cartStep_1Page-titleRow {
	padding: 1.875rem 0;
}

@media (min-width: 768px) {
	.cartStep_1Page-titleRow {
		padding: 3.75rem 0;
	}
}

.cartStep_1Page .contentAreaTop {
	margin-bottom: 1.5rem;
	margin-top: -0.75rem;
}

@media (min-width: 768px) {
	.cartStep_1Page .contentAreaTop {
		margin-bottom: 2rem;
		margin-top: -2rem;
	}
}

.cartStep_1Page .contentAreaBottom {
	margin-top: 1.5rem;
}

@media (min-width: 768px) {
	.cartStep_1Page .contentAreaBottom {
		margin-top: 2rem;
	}
}

.cartStep_1Page .continue-shopping {
	margin-bottom: 0.75rem;
	padding: 0;
}

@media (min-width: 768px) {
	.cartStep_1Page .continue-shopping {
		margin: 0;
	}
}

.cartStep_1Page .continue-shopping.is-cartSummary {
	font-weight: normal;
	margin-top: 0.75rem;
	text-align: center;
	width: 100%;
}

@media (min-width: 768px) {
	.cartStep_1Page .continue-shopping.is-cartSummary {
		margin: 0;
		text-align: left;
		width: auto;
	}
}

.cartStep_1Page .secondary-btn {
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: normal;
}

@media (min-width: 768px) {
	.cartStep_1Page .secondary-btn {
		font-size: 0.9375rem;
		margin: 0;
	}
}

.cartStep_1Page-coupon {
	background: #fff;
	-webkit-box-direction: normal;
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-pack: end;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 24px 0;
	padding: 25px 35px;
}

@media (max-width: 991.98px) {
	.cartStep_1Page-coupon {
		margin: 10px 0;
		padding: 17px 20px 20px;
	}
}

.cartStep_1Page-coupon .coupon-title {
	-webkit-box-direction: reverse;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	font-size: 1.25rem;
	font-weight: bold;
}

.cartStep_1Page-coupon .coupon-title .donate-title-text {
	margin-bottom: 10px;
	margin-top: 20px;
}

.cartStep_1Page-coupon .error-messages {
	border: 0;
	color: #b64244;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.cartStep_1Page-coupon .coupon-body {
	font-size: 1rem;
	line-height: 1.375rem;
}

.cartStep_1Page-coupon .coupon-body * {
	font-size: 1rem;
	line-height: 1.375rem;
	margin: 0;
	padding: 0;
}

@media (min-width: 768px) {
	.cartStep_1Page-couponCode {
		text-align: right;
	}
}

.cartStep_1Page-delivery {
	padding: 1.125rem 0;
}

@media (min-width: 768px) {
	.cartStep_1Page-delivery {
		padding: 1.5rem 0;
	}
}

.cartStep_1Page-deliveryTitle {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
	.cartStep_1Page-deliveryTitle {
		color: #000;
		font-size: 1.125rem;
		font-weight: 700;
		margin-bottom: 1.5rem;
	}
}

.cartStep_1Page-learnMore {
	color: #005ea7;
	font-weight: 700;
}

.cartStep_1Page-learnMore:hover,
.cartStep_1Page-learnMore:focus,
.cartStep_1Page-learnMore:active,
.cartStep_1Page-learnMore.active {
	color: #005ea7;
}

.cartStep_1Page-deliveryText {
	font-size: 0.8125rem;
}

@media (min-width: 768px) {
	.cartStep_1Page-deliveryText {
		font-size: 0.9375rem;
	}
}

.cartStep_1Page-cartSummary {
	color: #000;
	font-size: 0.8125rem;
	font-weight: 700;
	padding: 1.125rem 0;
}

@media (min-width: 768px) {
	.cartStep_1Page-cartSummary {
		color: #000;
		font-size: 0.9375rem;
		font-weight: 700;
		padding: 1.5rem 0;
	}
}

.cartStep_1Page-cartSummary .giftOrders {
	font-weight: normal;
}

.cartStep_1Page-separator.is-cartSummary {
	margin: 0.375rem 0;
}

@media (min-width: 768px) {
	.cartStep_1Page-separator.is-cartSummary {
		margin: 0.75rem 0;
	}
}

.cartStep_1Page-totalLabel {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.cartStep_1Page-totalLabel {
		color: #000;
		font-size: 1.375rem;
		font-weight: 700;
	}
}

.cartStep_1Page-totalValue {
	color: #000;
	font-size: 1.25rem;
	font-weight: 700;
}

@media (min-width: 768px) {
	.cartStep_1Page-totalValue {
		color: #000;
		font-size: 1.875rem;
		font-weight: 700;
	}
}

.cartStep_1Page-deliveryOption {
	display: block;
	font-size: 0.9375rem;
	margin-top: -0.0625rem;
}

@media (min-width: 768px) {
	.cartStep_1Page-deliveryOption {
		margin-top: 0;
	}
}

.cartStep_1Page .no-cart-items a {
	text-decoration: underline;
}

@media (min-width: 768px) {
	.cartStep_1Page .no-cart-items {
		font-size: 1.375rem;
	}
}

.cartStep_1Page .stock-status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
}

/** Theme */
@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

.is-bris .cartStep_1Page .btn-apply {
	border-color: #005ea7;
	color: #005ea7;
}

.coupon-faq .close {
	font-size: 16px;
	margin: 4px;
	opacity: 0.65;
	position: absolute;
	right: 0;
	top: 0;
}

.orderHistoryPage {
	background-color: #fff;
}

/* States */
.orderHistoryPage {
	padding: 1.5625rem 0;
}

@media (min-width: 768px) {
	.orderHistoryPage {
		padding: 3.75rem 0;
	}
}

.orderHistoryPage-title {
	margin-bottom: 0.625rem;
}

@media (min-width: 768px) {
	.orderHistoryPage-title {
		margin-bottom: 1.25rem;
	}
}

.orderHistoryPage .list-group-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 991.98px) {
	.orderHistoryPage .list-group-item {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 991.98px) {
	.orderHistoryPage .list-group-item-filter {
		display: none;
	}
}

@media (min-width: 992px) {
	.orderHistoryPage .filter-id,
	.orderHistoryPage .order-id {
		width: 12%;
	}

	.orderHistoryPage .filter-address,
	.orderHistoryPage .order-address {
		width: 17%;
	}

	.orderHistoryPage .filter-subtotal,
	.orderHistoryPage .order-subtotal {
		text-align: right;
		width: 12%;
	}

	.orderHistoryPage .filter-freight,
	.orderHistoryPage .order-freight {
		text-align: right;
		width: 12%;
	}

	.orderHistoryPage .filter-total,
	.orderHistoryPage .order-total {
		text-align: right;
		width: 12%;
	}

	.orderHistoryPage .filter-status,
	.orderHistoryPage .order-status {
		padding-left: 2%;
		width: 14%;
	}

	.orderHistoryPage .filter-action,
	.orderHistoryPage .order-action {
		width: 4%;
	}

	.orderHistoryPage .filter-date,
	.orderHistoryPage .order-date {
		width: 15%;
	}
}

.orderHistoryPage .order-caption {
	color: #000;
	font-weight: bold;
}

@media (min-width: 992px) {
	.orderHistoryPage .order-caption {
		display: none;
	}
}

.orderHistoryPage .pagination-group {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.orderHistoryPage .order-more {
	display: block;
	vertical-align: top;
	width: 100%;
}

@media (min-width: 992px) {
	.orderHistoryPage .order-more {
		display: inline-block;
		margin-top: 0.25rem;
		text-align: right;
		width: auto;
	}
}

@media (min-width: 1200px) {
	.orderHistoryPage .order-more {
		margin-left: 0.75rem;
	}
}

.orderHistoryPage .order-more .dropdown-item {
	color: #000;
	font-size: 0.8125rem;
	line-height: 1.125rem;
}

.orderHistoryPage .order-more .dropdown-item:hover,
.orderHistoryPage .order-more .dropdown-item:focus,
.orderHistoryPage .order-more .dropdown-item:active,
.orderHistoryPage .order-more .dropdown-item.active {
	background-color: transparent;
}

.orderHistoryPage .order-more .dropdown-item:hover a,
.orderHistoryPage .order-more .dropdown-item:focus a,
.orderHistoryPage .order-more .dropdown-item:active a,
.orderHistoryPage .order-more .dropdown-item.active a {
	text-decoration: none;
}

@media (min-width: 992px) {
	.orderHistoryPage .order-more .dropdown-item {
		color: #000;
		font-size: 0.9375rem;
	}
}

.orderHistoryPage .order-more .order-more-btn {
	display: none;
}

@media (min-width: 992px) {
	.orderHistoryPage .order-more .order-more-btn {
		align-items: center;
		border: 2px solid #005ea7;
		-webkit-box-align: center;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-align: center;
		height: auto;
		line-height: 1;
		padding: 0 0.375rem;
		text-align: center;
		text-decoration: none !important;
		width: auto;
	}
}

.orderHistoryPage .order-more .order-more-btn:hover [class^="icon-"],
.orderHistoryPage .order-more .order-more-btn:hover [class*=" icon-"],
.orderHistoryPage .order-more .order-more-btn:focus [class^="icon-"],
.orderHistoryPage .order-more .order-more-btn:focus [class*=" icon-"],
.orderHistoryPage .order-more .order-more-btn:active [class^="icon-"],
.orderHistoryPage .order-more .order-more-btn:active [class*=" icon-"],
.orderHistoryPage .order-more .order-more-btn.active [class^="icon-"],
.orderHistoryPage .order-more .order-more-btn.active [class*=" icon-"] {
	color: #fff;
}

@media (max-width: 991.98px) {
	.orderHistoryPage .order-more .order-more-content {
		background: transparent;
		border-width: 0;
		display: block;
		float: none;
		padding: 0;
		position: relative;
	}

	.orderHistoryPage .order-more .order-more-content .dropdown-item {
		padding-left: 0;
	}

	.orderHistoryPage .order-more .order-more-content a {
		border-bottom: 2px solid #005ea7;
		font-weight: 700;
	}
}

/* Themes */
.is-bris .orderHistoryPage .order-more-btn {
	border-color: #005ea7;
}

.is-bris .orderHistoryPage .order-more-btn .icon-action {
	color: #005ea7;
}

.is-bris .orderHistoryPage .order-more-btn:hover,
.is-bris .orderHistoryPage .order-more-btn:focus,
.is-bris .orderHistoryPage .order-more-btn:active,
.is-bris .orderHistoryPage .order-more-btn.active {
	background-color: #005ea7;
}

 {
	background-color: #000;
}

 {
	background-color: #71140f;
}

.is-bris .orderHistoryPage .show > .order-more-btn {
	background-color: #005ea7;
	color: #fff;
}

.orderHistoryPage .show > .order-more-btn [class^="icon-"],
.orderHistoryPage .show > .order-more-btn [class*=" icon-"] {
	color: #fff;
}

.is-bris .orderHistoryPage .dropdown-item {
	font-weight: bold;
}

.wishlistPage {
	background-color: #fff;
}

.wishlistPage-separator {
	border-top: 1px solid #000;
	margin: 0;
}

.wishlistPage-detailsTitles {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 0.75rem 0 0;
	text-transform: uppercase;
}

.wishlistPage-itemDetailsLink {
	width: 6.375rem;
}

.wishlistPage-itemsDetailsDes {
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
}

.wishlistPage-empty a {
	text-decoration: underline;
}

@media (min-width: 768px) {
	.wishlistPage-empty {
		font-size: 1.375rem;
	}
}

.wishlistPage-moveAllOverlay {
	background-color: rgba(255, 255, 255, 0.9);
	color: #000;
	display: none;
	font-size: 0.9375rem;
	font-weight: 700;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (min-width: 768px) {
	.wishlistPage-moveAllOverlay {
		color: #000;
		font-size: 1.125rem;
		font-weight: 700;
	}
}

.wishlistPage-moveAllOverlay.is-active {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

.wishlistPage .list-wishlistItem {
	position: relative;
}

/* States */
.wishlistPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.wishlistPage {
		padding-bottom: 3.75rem;
	}
}

.wishlistPage-titleRow {
	padding: 1.875rem 0;
}

@media (min-width: 768px) {
	.wishlistPage-titleRow {
		padding: 3.75rem 0;
	}
}

.wishlistPage .continue-shopping {
	font-size: 0.8125rem;
	margin-bottom: 0.75rem;
	padding: 0;
}

@media (min-width: 768px) {
	.wishlistPage .continue-shopping {
		font-size: 1.125rem;
		margin: 0;
	}
}

.wishlistPage .list-wishlistItem {
	margin-bottom: 1.125rem;
}

@media (min-width: 768px) {
	.wishlistPage .list-wishlistItem {
		margin-bottom: 1.875rem;
	}
}

.cartStep_5LoggedInPage {
	background-color: #fff;
}

/* States */
.cartStep_5LoggedInPage .hr {
	border-bottom: 1px solid #000;
	border-top: 0;
}

@media (min-width: 768px) {
	.cartStep_5LoggedInPage .hr {
		margin-bottom: 1.875rem;
	}
}

.cartStep_5LoggedInPage-title {
	margin-bottom: 1.5625rem;
	text-align: center;
}

@media (min-width: 768px) {
	.cartStep_5LoggedInPage-title {
		margin-bottom: 3.4375rem;
	}
}

.cartStep_5LoggedInPage-title span {
	display: block;
}

.cartStep_5LoggedInPage-title span:first-child {
	margin-bottom: 0.625rem;
}

@media (min-width: 768px) {
	.cartStep_5LoggedInPage-title span:first-child {
		margin-bottom: 0.9375rem;
	}
}

.cartStep_5LoggedInPage-info {
	margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
	.cartStep_5LoggedInPage-info {
		margin-bottom: 4.375rem;
	}
}

.cartStep_5LoggedInPage-infoHeading {
	font-size: 0.8125rem;
	text-transform: uppercase;
}

@media (max-width: 767.98px) {
	.cartStep_5LoggedInPage-infoHeading {
		margin-bottom: 0.3125rem;
	}
}

@media (min-width: 768px) {
	.cartStep_5LoggedInPage-infoHeading {
		font-size: 0.9375rem;
	}
}

.cartStep_5LoggedInPage-infoContent {
	color: #444;
}

@media (max-width: 767.98px) {
	.cartStep_5LoggedInPage-infoContent {
		font-size: 0.8125rem;
	}
}

.cartStep_5LoggedInPage-cart {
	margin-bottom: 0.9375rem;
}

.cartStep_5LoggedInPage-cartHeading {
	font-size: 0.8125rem;
	margin-bottom: 0.9375rem;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.cartStep_5LoggedInPage-cartHeading {
		font-size: 0.9375rem;
		margin-bottom: 1.25rem;
	}
}

.cartStep_5LoggedInPage-finalTotal {
	font-weight: bold;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.cartStep_5LoggedInPage-finalTotal {
		font-size: 1.125rem;
	}
}

@media (max-width: 767.98px) {
	.cartStep_5LoggedInPage-finalPrice {
		font-size: 1.25rem;
	}
}

.cartStep_5LoggedInPage .shoppingCartItem {
	border-top: 1px solid lightgrey;
}

.cartStep_5LoggedInPage .shoppingCartItem:last-child {
	border-bottom: 1px solid lightgrey;
}

.cartStep_5LoggedInPage-cta {
	margin-bottom: 1.875rem;
}

.cartStep_2Page {
	background-color: #fff;
}

.cartStep_2Page-title {
	font-size: 1.5rem;
	margin-bottom: 1.25rem;
}

.cartStep_2Page .hr {
	border-bottom: 1px solid #ddd;
	border-top: 0;
}

.cartStep_2Page form {
	width: 100%;
}

.cartStep_2Page-forgot {
	color: #005ea7;
}

.cartStep_2Page-forgot:hover,
.cartStep_2Page-forgot:focus,
.cartStep_2Page-forgot:active,
.cartStep_2Page-forgot.active {
	color: #005ea7;
}

.cartStep_2Page.mode-cdc {
	background: #f8f8f8;
}

@media (min-width: 768px) {
	.cartStep_2Page.mode-cdc {
		min-height: 850px;
	}
}

/* States */
.cartStep_2Page {
	padding: 1.875rem 0;
}

@media (max-width: 767.98px) {
	.cartStep_2Page {
		font-size: 0.8125rem;
	}
}

@media (min-width: 768px) {
	.cartStep_2Page {
		padding: 3.75rem 0;
	}
}

@media (max-width: 991.98px) {
	.cartStep_2Page .py-18-bottom {
		margin-bottom: 1.125rem;
	}
}

.cartStep_2Page-box {
	border: 1px solid #d6d6d6;
	height: 100%;
	padding: 1.125rem 0.75rem;
}

@media (min-width: 768px) {
	.cartStep_2Page-box {
		padding-bottom: 1.5625rem;
		padding-left: 0;
		padding-right: 0;
		padding-top: 1.5625rem;
	}
}

.cartStep_2Page-box--no-col {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 768px) {
	.cartStep_2Page-box--no-col {
		padding-left: 3.125rem;
		padding-right: 3.125rem;
	}
}

.cartStep_2Page-boxTitle {
	margin-bottom: 0.625rem;
}

@media (min-width: 768px) {
	.cartStep_2Page-boxTitle {
		margin-bottom: 1rem;
	}
}

@media (max-width: 767.98px) {
	.cartStep_2Page-text {
		font-size: 0.8125rem;
	}
}

.cartStep_2Page-btnGuest,
.cartStep_2Page-btnCreateAccount {
	display: block;
	font-size: 0.875rem;
	width: 100%;
}

.cartStep_2Page .guest-email {
	margin-bottom: 18px;
}

/* Themes */
.is-bris .cartStep_2Page-forgot {
	color: #005ea7;
}

.tpl-CheckoutPage.mode-cdc {
	background: #f8f8f8;
}

.cartStep_5GuestPage {
	background-color: #fff;
}

/* States */
.cartStep_5GuestPage .hr {
	border-bottom: 1px solid #000;
	border-top: 0;
}

@media (min-width: 768px) {
	.cartStep_5GuestPage .hr {
		margin-bottom: 1.875rem;
	}
}

.cartStep_5GuestPage-title {
	margin-bottom: 1.5625rem;
	text-align: center;
}

@media (min-width: 768px) {
	.cartStep_5GuestPage-title {
		margin-bottom: 3.4375rem;
	}
}

.cartStep_5GuestPage-title span {
	display: block;
}

.cartStep_5GuestPage-title span:first-child {
	margin-bottom: 0.625rem;
}

@media (min-width: 768px) {
	.cartStep_5GuestPage-title span:first-child {
		margin-bottom: 0.9375rem;
	}
}

.cartStep_5GuestPage-cta {
	margin-bottom: 1.875rem;
}

.cartStep_5GuestPage .callToAction + .callToAction {
	margin-top: 1.125rem;
}

@media (min-width: 768px) {
	.cartStep_5GuestPage .callToAction + .callToAction {
		margin-top: 0.75rem;
	}
}

.cartStep_5GuestPage-info {
	margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
	.cartStep_5GuestPage-info {
		margin-bottom: 4.375rem;
	}
}

.cartStep_5GuestPage-infoHeading {
	font-size: 0.8125rem;
	text-transform: uppercase;
}

@media (max-width: 767.98px) {
	.cartStep_5GuestPage-infoHeading {
		margin-bottom: 0.3125rem;
	}
}

@media (min-width: 768px) {
	.cartStep_5GuestPage-infoHeading {
		font-size: 0.9375rem;
	}
}

.cartStep_5GuestPage-infoContent {
	color: #444;
}

@media (max-width: 767.98px) {
	.cartStep_5GuestPage-infoContent {
		font-size: 0.8125rem;
	}
}

.cartStep_5GuestPage-cart {
	margin-bottom: 0.9375rem;
}

.cartStep_5GuestPage-cartHeading {
	font-size: 0.8125rem;
	margin-bottom: 0.9375rem;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.cartStep_5GuestPage-cartHeading {
		font-size: 0.9375rem;
		margin-bottom: 1.25rem;
	}
}

.cartStep_5GuestPage-finalTotal {
	font-weight: bold;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.cartStep_5GuestPage-finalTotal {
		font-size: 1.125rem;
	}
}

@media (max-width: 767.98px) {
	.cartStep_5GuestPage-finalPrice {
		font-size: 1.25rem;
	}
}

.cartStep_5GuestPage .shoppingCartItem {
	border-top: 1px solid lightgrey;
}

.cartStep_5GuestPage .shoppingCartItem:last-child {
	border-bottom: 1px solid lightgrey;
}

.cartStep_4PaymentPage {
	background-color: #fff;
	min-height: 37.5rem;
}

/* States */
.loading {
	padding-right: 35px;
	position: relative;
}

.loading::after {
	-webkit-animation: spinner-border 0.75s linear infinite;
	animation: spinner-border 0.75s linear infinite;
	border: 0.25em solid #d9d9d9;
	border-radius: 50%;
	border-right-color: transparent;
	content: '';
	display: inline-block;
	height: 1rem;
	position: absolute;
	right: 0.5rem;
	top: calc(50% - 0.5rem);
	vertical-align: text-bottom;
	width: 1rem;
}

.cartStep_4PaymentPage {
	padding: 1.875rem 0;
}

@media (min-width: 768px) {
	.cartStep_4PaymentPage {
		padding: 3.75rem 0;
	}
}

.cartStep_4PaymentPage .progressBar {
	margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.cartStep_4PaymentPage .progressBar {
		margin-bottom: 3.75rem;
	}
}

.cartStep_4PaymentPage-subTitle {
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

@media (min-width: 768px) {
	.cartStep_4PaymentPage-subTitle {
		margin-bottom: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

.cartStep_4PaymentPage-lightSeparator {
	border-top: 1px solid #d6d6d6;
	margin: 1rem 0;
}

@media (min-width: 768px) {
	.cartStep_4PaymentPage-lightSeparator {
		margin: 1.5rem 0;
	}
}

.cartStep_4PaymentPage-lightSeparator.is-form {
	margin: 0.25rem 0 1rem;
}

@media (min-width: 768px) {
	.cartStep_4PaymentPage-lightSeparator.is-form {
		margin: 0.5rem 0 1.5rem;
	}
}

.cartStep_4PaymentPage-secTitle {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.cartStep_4PaymentPage-secTitle {
		color: #000;
		font-size: 1.125rem;
		font-weight: 700;
		margin-bottom: 1.625rem;
	}
}

.cartStep_4PaymentPage-total-cart {
	font-size: 1.125rem;
	margin-bottom: 0.75rem !important;
}

@media (min-width: 768px) {
	.cartStep_4PaymentPage-total-cart {
		font-size: 1.5rem;
		margin-bottom: 1.5625rem !important;
	}
}

.cartStep_4PaymentPage-helpText {
	color: #005ea7;
	cursor: pointer;
}

.cartStep_4PaymentPage .secondary-btn {
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: normal;
}

@media (min-width: 768px) {
	.cartStep_4PaymentPage .secondary-btn {
		font-size: 0.9375rem;
		margin: 0;
	}
}

.cartStep_4PaymentPage .continue-btn {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

@media (min-width: 768px) {
	.cartStep_4PaymentPage .continue-btn {
		width: auto;
	}
}

.cartStep_4PaymentPage #apple-pay-container .windcave-payments-apple-pay {
	width: 100%;
}

@media (min-width: 768px) {
	.cartStep_4PaymentPage #apple-pay-container {
		text-align: right;
	}

	.cartStep_4PaymentPage #apple-pay-container .windcave-payments-apple-pay {
		width: auto;
	}
}

.cartStep_4PaymentPage .widget-aside {
	margin-bottom: 0.75rem;
}

.cartStep_4PaymentPage-tooltipContent {
	font-size: 0.75rem;
	padding: 0.75rem;
	text-align: left;
}

@media (min-width: 768px) {
	.cartStep_4PaymentPage-tooltipContent {
		font-size: 0.9375rem;
	}
}

.cartStep_4PaymentPage .payment-methods {
	padding-top: 10px;
}

.cartStep_4PaymentPage .payment-methods img:not(:last-child) {
	margin-right: 5px;
}

.cartStep_4PaymentPage .payment-methods-sp {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 10px;
}

.cartStep_4PaymentPage .payment-methods-sp .payment-methods-item {
	align-items: center;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: 34px;
	justify-content: center;
	padding: 8px;
	width: calc(100% / 5 - 8px);
}

.cartStep_4PaymentPage .payment-methods-sp .payment-methods-item img {
	height: auto;
	max-height: 100%;
	width: 100%;
}

.cartStep_4PaymentPage .payment-methods-sp.has-farmlands .payment-methods-item {
	width: calc(100% / 6 - 8px);
}

.cartStep_4PaymentPage .payment-options.loading {
	min-height: 100px;
}

.cartStep_4PaymentPage .payment-options.loading::after {
	height: 3rem;
	top: calc(50% - 1.5rem);
	width: 3rem;
}

.cartStep_4PaymentPage .payment-options li {
	align-items: center;
	border: 1px solid #d6d6d6;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0.75rem;
	min-height: 84px;
	width: 100%;
}

.cartStep_4PaymentPage .payment-options li .form-group-radio,
.cartStep_4PaymentPage .payment-options li .form-check {
	margin-bottom: 0;
}

.cartStep_4PaymentPage .payment-options li .form-check-label.is-radio-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	padding-left: 2.1875rem;
	padding-right: 0;
	width: 100%;
}

.cartStep_4PaymentPage .payment-options li .form-check-label.is-radio-label:before,
.cartStep_4PaymentPage .payment-options li .form-check-label.is-radio-label:after {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 768px) {
	.cartStep_4PaymentPage .payment-options li .form-check-label.is-radio-label {
		padding-left: 3rem;
	}
}

.cartStep_4PaymentPage .payment-options li .form-check-label.is-radio-label > div {
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
}

.cartStep_4PaymentPage .payment-options li .credit-card-number {
	font-weight: bold;
}

.cartStep_4PaymentPage .payment-options li .payment-options-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: normal !important;
	padding-right: 0;
}

.cartStep_4PaymentPage .payment-options li .otherCardSection {
	padding-bottom: 1.5rem;
	width: 100%;
}

@media (min-width: 768px) {
	.cartStep_4PaymentPage .payment-options li .otherCardSection {
		padding-left: 3rem;
	}
}

.cartStep_4PaymentPage .payment-options li .otherCardSection .otherCardSection-des {
	padding: 0 12px;
}

@media (min-width: 1200px) {
	.cartStep_4PaymentPage .payment-options li .otherCardSection .otherCardSection-des {
		padding: 0 32px;
	}
}

.cartStep_4PaymentPage .payment-options .payment-item {
	padding: 0 1.25rem;
}

@media (min-width: 768px) {
	.cartStep_4PaymentPage .payment-options .payment-item {
		padding: 0 1.5625rem;
	}
}

.cartStep_4PaymentPage .payment-options .payment-label {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-flex: 1;
	-webkit-box-pack: start;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-ms-flex-align: center;
	flex-grow: 1;
	-ms-flex-pack: start;
	-ms-flex-positive: 1;
	font-size: 15px !important;
	justify-content: flex-start;
	padding-bottom: 1.5rem;
	padding-right: 1rem;
	padding-top: 1.5rem;
}

.cartStep_4PaymentPage .payment-options .payment-label .expiry {
	align-self: flex-end;
	-ms-flex-item-align: end;
	margin-left: auto;
}

.cartStep_4PaymentPage .payment-options .payment-logoWrap {
	align-self: flex-end;
	-ms-flex-item-align: end;
	margin-left: auto;
	padding-left: 0.75rem;
	text-align: right;
}

.cartStep_4PaymentPage .payment-options .payment-logo {
	height: 24px;
	max-width: 100%;
}

.cartStep_4PaymentPage .payment-options .payment-logo.apple-pay {
	width: auto;
}

.cartStep_4PaymentPage .payment-options .payment-note {
	padding-bottom: 1.5rem;
	padding-left: 2.1875rem;
}

@media (min-width: 768px) {
	.cartStep_4PaymentPage .payment-options .payment-note {
		padding-left: 3rem;
	}
}

.cartStep_4PaymentPage .payment-options .payment-link {
	text-decoration: underline;
}

.cartStep_4PaymentPage .payment-options .payment-link:hover,
.cartStep_4PaymentPage .payment-options .payment-link:focus,
.cartStep_4PaymentPage .payment-options .payment-link:active,
.cartStep_4PaymentPage .payment-options .payment-link.active {
	text-decoration: none;
}

.cartStep_4PaymentPage .payment-options .payment-disabled {
	background-color: #efefef;
}

.cartStep_4PaymentPage .payment-options .payment-disabled label {
	cursor: default !important;
}

.cartStep_4PaymentPage .payment-options .payment-disabled img {
	opacity: 0.4;
}

.cartStep_4PaymentPage .payment-options .payment-disabled input[type="radio"]:checked ~ label::before,
.cartStep_4PaymentPage .payment-options .payment-disabled input[type="radio"]:not(:checked) ~ label::before {
	background-color: #efefef;
}

.cartStep_4PaymentPage .payment-options .payment-disabled-message {
	font-size: 15px;
	margin-top: 8px;
}

.cartStep_4PaymentPage .payment-btn-logo {
	height: 20px;
	margin-left: 5px;
}

.cartStep_4PaymentPage .form-group.has-error .error-message {
	padding-left: 0;
}

.cartStep_4PaymentPage .form-check.has-error .error-message {
	padding-left: 0.75rem;
}

@media (min-width: 768px) {
	.cartStep_4PaymentPage .form-check.has-error .error-message {
		padding-left: 1.6875rem;
	}
}

.cartStep_4PaymentPage-windcave {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	padding-left: 26px;
}

@media (min-width: 992px) {
	.cartStep_4PaymentPage-windcave {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-left: 0;
	}
}

.cartStep_4PaymentPage-windcave span {
	font-size: 12px;
	padding-right: 2px;
}

.cartStep_4PaymentPage-windcave img {
	flex-basis: 120px;
	-ms-flex-negative: 0;
	-ms-flex-preferred-size: 120px;
	flex-shrink: 0;
	height: 38px;
	height: auto;
	min-height: 38px;
	min-width: 120px;
	width: 120px;
}

.cartStep_4PaymentPage-windcave.in-label {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
	margin-right: -7px;
	margin-top: -20px;
}

.cartStep_4PaymentPage-iframeWrap {
	position: relative;
	width: 100%;
}

.cartStep_4PaymentPage-iframeWrap iframe {
	height: 100%;
	min-height: 100px;
	width: 100% !important;
}

.cartStep_4PaymentPage-iframeWrap::before {
	background-color: #efefef;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.cartStep_4PaymentPage-iframeWrap.has-inited::before {
	content: none;
}

.cartStep_4PaymentPage-iframeWrap.has-inited iframe {
	min-height: 500px;
}

@media (min-width: 992px) {
	.cartStep_4PaymentPage-iframeWrap.has-inited iframe {
		min-height: 382px;
	}
}

@media (max-width: 1199.98px) {
	.cartStep_4PaymentPage-iframeWrap.has-inited iframe {
		margin: 0 -20px !important;
		width: calc(100% + 40px) !important;
	}
}

.cartStep_4PaymentPage-iframeWrap.has-error iframe {
	min-height: 560px;
}

@media (min-width: 992px) {
	.cartStep_4PaymentPage-iframeWrap.has-error iframe {
		min-height: 420px;
	}
}

.cartStep_4PaymentPage-iframeWrap .spinner-border {
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}

.cartStep_4PaymentPage .smartfuel-cart {
	margin-bottom: 30px;
}

.cartStep_4PaymentPage .smartfuel-cart-head {
	background: #ee6c0d;
	font-size: 13px;
	height: 50px;
}

.cartStep_4PaymentPage .smartfuel-cart-head-title {
	color: #fff;
	font-weight: bold;
}

@media (min-width: 576px) {
	.cartStep_4PaymentPage .smartfuel-cart-head-title {
		font-size: 17px;
	}
}

.cartStep_4PaymentPage .smartfuel-cart-input-group .apply-button {
	background: #fff;
	border-color: #000;
	color: #000;
	height: 3rem;
	line-height: 3rem;
}

.cartStep_4PaymentPage .smartfuel-cart-input-group .apply-button:hover {
	background: #000;
	color: #fff;
}

.cartStep_4PaymentPage .smartfuel-cart-input-group .styled-input {
	border-color: #cecece;
	height: 3rem;
	line-height: 3rem;
}

.cartStep_4PaymentPage .smartfuel-cart-input-group .styled-input.is-success {
	border-color: #36b37e;
}

.cartStep_4PaymentPage .smartfuel-cart-input-group .styled-input.is-success + .apply-button {
	background: #cecece;
	border: none;
	color: #707070;
}

.cartStep_4PaymentPage .smartfuel-cart-input-group .styled-input:focus {
	border-color: #000;
}

.cartStep_4PaymentPage .smartfuel-cart-input-group .styled-input.invalid {
	border-color: #b84141;
}

.cartStep_4PaymentPage .smartfuel-cart-body {
	border: 1px solid #d6d6d6;
	border-top: 0;
}

.cartStep_4PaymentPage .smartfuel-cart-body .per-image {
	height: 1.875rem;
	height: 3rem;
}

.cartStep_4PaymentPage .smartfuel-cart-body .per-line {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 50px;
}

.cartStep_4PaymentPage .smartfuel-cart-body .per-line .per-line-number {
	align-items: center;
	background-image: linear-gradient(#000, #515456, #000);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(#515456), to(#000));
	-webkit-box-align: center;
	-webkit-box-flex: 1;
	-webkit-box-pack: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 28px;
	font-weight: bold;
	height: calc(100% - 14px);
	justify-content: center;
}

.cartStep_4PaymentPage .smartfuel-cart-body .per-line .per-line-number .per-line-number-item {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	height: 100%;
	padding: 0 2px;
}

.cartStep_4PaymentPage .smartfuel-cart-body .per-line .per-line-number .per-line-number-item:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.cartStep_4PaymentPage .smartfuel-cart-body .per-line .per-line-number .per-line-number-item.unit {
	align-items: flex-start;
	-webkit-box-align: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	font-size: 60%;
	padding-top: 5px;
}

.cartStep_4PaymentPage .smartfuel-cart-body .per-line .per-line-number .per-line-number-item:nth-child(2):not(:last-child)::after {
	content: '.';
}

.cartStep_4PaymentPage .smartfuel-cart-body .per-line .per-line-text {
	background: #ee6c0d;
	color: #fff;
	font-size: 8px;
	margin-top: 1px;
	padding: 0 5px;
	text-align: center;
}

.cartStep_4PaymentPage .smartfuel-cart-body .error-message {
	color: #b84141;
	font-size: 0.8125rem;
}

@media (min-width: 992px) {
	.cartStep_4PaymentPage .box-aside {
		max-width: 356px;
	}
}

.cartStep_4PaymentPage .box-container {
	margin-right: auto;
}

@media (min-width: 992px) {
	.cartStep_4PaymentPage .box-container {
		max-width: 710px;
	}
}

.cartStep_4PaymentPage .button-back-secondary {
	background: none;
	border: 2px solid #707070;
	color: #707070;
}

/* Themes */
.is-bris .cartStep_4PaymentPage-helpText {
	color: #005ea7;
}

.is-bris .cartStep_4PaymentPage .smartfuel-cart {
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
}

.is-bris .cartStep_4PaymentPage .smartfuel-cart-body {
	border: none;
}

.is-bris .cartStep_4PaymentPage .giftCardPayment {
	border: 0;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
}

.is-bris .cartStep_4PaymentPage .form-group-radio .form-check-input[type="radio"]:checked ~ label::after {
	background: #005ea7;
}

.cartStep_3GuestPage {
	background-color: #f8f8f8;
}

.cartStep_3GuestPage .user-location-check-wrapper {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
}

.cartStep_3GuestPage #user-location-error-msg {
	color: #b84141;
	display: none;
}

.cartStep_3GuestPage .nearbyStores {
	position: relative;
}

/* States */
.cartStep_3GuestPage {
	padding: 1.875rem 0;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage {
		padding: 3.75rem 0;
	}
}

.cartStep_3GuestPage .progressBar {
	margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage .progressBar {
		margin-bottom: 3.75rem;
	}
}

.cartStep_3GuestPage-subTitle {
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage-subTitle {
		margin-bottom: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

.cartStep_3GuestPage-secTitle {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage-secTitle {
		color: #000;
		font-size: 1.125rem;
		font-weight: 700;
		margin-bottom: 1.5rem;
	}
}

.cartStep_3GuestPage-learnMore {
	color: #005ea7;
	font-weight: 700;
}

.cartStep_3GuestPage-learnMore:hover,
.cartStep_3GuestPage-learnMore:focus,
.cartStep_3GuestPage-learnMore:active,
.cartStep_3GuestPage-learnMore.active {
	color: #005ea7;
}

.cartStep_3GuestPage-deliveryText {
	font-size: 0.8125rem;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage-deliveryText {
		font-size: 0.9375rem;
	}
}

.cartStep_3GuestPage-lightSeparator {
	border-top: 1px solid #d6d6d6;
	margin: 1rem 0;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage-lightSeparator {
		margin: 1.5rem 0;
	}
}

.cartStep_3GuestPage-lightSeparator.is-form {
	margin: 0.25rem 0 1rem;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage-lightSeparator.is-form {
		margin: 0.5rem 0 1.5rem;
	}
}

.cartStep_3GuestPage-secPadding {
	padding-top: 0.75rem;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage-secPadding {
		padding-top: 1.5rem;
	}
}

.cartStep_3GuestPage-buttonsWrapper {
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage-buttonsWrapper {
		margin-bottom: 0;
	}
}

.cartStep_3GuestPage .secondary-btn {
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: normal;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage .secondary-btn {
		font-size: 0.9375rem;
		margin: 0;
	}
}

.cartStep_3GuestPage .continue-btn {
	width: 100%;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage .continue-btn {
		width: auto;
	}
}

.cartStep_3GuestPage .regionStoreSelector-toggle {
	border: 1px solid #d6d6d6;
	color: #000;
}

@media (max-width: 991.98px) {
}

.cartStep_3GuestPage .regionStoreSelector .dropdown-menu {
	left: 50% !important;
	margin-top: 0 !important;
	top: 100% !important;
	-webkit-transform: translate(-50%, 0) !important;
	transform: translate(-50%, 0) !important;
}

.cartStep_3GuestPage .regionStoreSelector-storeList {
	max-height: 300px;
	overflow: auto;
}

.cartStep_3GuestPage-branch {
	display: none;
	margin-top: 0.375rem;
}

.cartStep_3GuestPage-branch.is-active {
	display: block;
}

.cartStep_3GuestPage-branch .error-message {
	margin-bottom: 16px;
	margin-top: -12px;
}

.cartStep_3GuestPage-assignSomeone {
	display: none;
}

.cartStep_3GuestPage-assignSomeone.is-active {
	display: block;
}

.cartStep_3GuestPage-branchItem {
	border: 1px solid #d6d6d6;
	cursor: pointer;
	font-size: 0;
	margin-top: 0.75rem;
	padding: 0.75rem 1rem;
	position: relative;
	width: 100%;
}

.cartStep_3GuestPage-branchItem:first-of-type {
	margin-top: 0;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage-branchItem {
		padding: 1rem 1.125rem;
	}
}

.cartStep_3GuestPage-branchItem .icon-wrapper {
	display: inline-block;
	margin-right: 10px;
}

.cartStep_3GuestPage-branchItem .icon-wrapper .icon-inner-wrapper {
	align-items: center;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 50%;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: 1rem;
	justify-content: center;
	position: relative;
	width: 1rem;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage-branchItem .icon-wrapper .icon-inner-wrapper {
		height: 1.5rem;
		width: 1.5rem;
	}
}

.cartStep_3GuestPage-branchItem .icon-wrapper .icon-inner-wrapper .icon-checked {
	background-color: transparent;
	border-radius: 50%;
	display: block;
	height: 50%;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 50%;
}

.cartStep_3GuestPage-branchItem .name-address {
	-webkit-box-flex: 2;
	color: #000;
	display: inline-block;
	-ms-flex: 2;
	flex: 2;
	font-size: 0.8125rem;
	vertical-align: top;
	width: 83%;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage-branchItem .name-address {
		color: #000;
		font-size: 0.9375rem;
	}
}

.cartStep_3GuestPage-branchItem .distance-stock {
	color: #000;
	display: block;
	font-size: 0.8125rem;
	padding-left: 12%;
	text-align: left;
	width: 100%;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage-branchItem .distance-stock {
		color: #000;
		display: inline-block;
		font-size: 0.9375rem;
		padding-left: 0;
		text-align: right;
		vertical-align: top;
		width: 25%;
	}
}

.cartStep_3GuestPage-branchItem .distance-stock .out-of-stock {
	color: #b84141;
	padding-left: 0.625rem;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage-branchItem .distance-stock .out-of-stock {
		display: block;
		margin-top: 1.125rem;
		padding-left: 0;
	}
}

.cartStep_3GuestPage-branchItem.is-selected {
	background: #f5f5f5;
	pointer-events: none !important;
}

.cartStep_3GuestPage-branchItem.is-selected .icon-inner-wrapper {
	border-color: #000;
}

.cartStep_3GuestPage-branchItem.is-selected .icon-inner-wrapper .icon-checked {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cartStep_3GuestPage-branchItem.is-out-of-stock {
	cursor: default;
}

.cartStep_3GuestPage-branchItem.is-out-of-stock .name-address,
.cartStep_3GuestPage-branchItem.is-out-of-stock .distance-stock {
	color: #999;
}

.cartStep_3GuestPage-branchItem:hover:not(.is-selected) {
	background-color: #f6f6f6;
}

.cartStep_3GuestPage-branchItem .loading-stock {
	align-items: center;
	background: rgba(0, 0, 0, 0.05);
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: 100%;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.cartStep_3GuestPage .status-stock {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cartStep_3GuestPage .status-stock .status-stock-label {
	border-radius: 4px;
	color: #fff;
	font-size: 0.75rem;
	padding: 0 10px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage .status-stock .status-stock-label {
		font-size: 0.875rem;
	}
}

.cartStep_3GuestPage .status-stock .status-stock-label.all-item {
	background: #8cbf54;
}

.cartStep_3GuestPage .status-stock .status-stock-label.some-item {
	background: #eb8d3c;
}

.cartStep_3GuestPage .status-stock .status-stock-label.none-item {
	background: #eb3636;
}

.cartStep_3GuestPage .status-stock .status-stock-text {
	font-size: 0.875rem;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage .status-stock .status-stock-text {
		text-align: right;
	}
}

.cartStep_3GuestPage .status-stock a {
	display: none;
}

.cartStep_3GuestPage .form-group.has-error-custom .styled-input,
.cartStep_3GuestPage .form-group.has-error-custom .styled-select {
	border: 1px solid #b84141;
}

.cartStep_3GuestPage .styled-input.is-grey {
	background-color: #f8f8f8;
}

.cartStep_3GuestPage-deliveryOption {
	display: block;
	font-size: 0.9375rem;
	margin-top: -0.0625rem;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage-deliveryOption {
		margin-top: 0;
	}
}

.cartStep_3GuestPage .delivery-tab .delivery-tab-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cartStep_3GuestPage .delivery-tab .delivery-tab-box:first-child .delivery-tab-item {
	border-left: 1px solid #d6d6d6;
}

.cartStep_3GuestPage .delivery-tab .delivery-tab-box:last-child .delivery-tab-item {
	border-right: 1px solid #d6d6d6;
}

.cartStep_3GuestPage .delivery-tab .delivery-tab-box .delivery-tab-item {
	background-color: #fff;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	-webkit-box-flex: 1;
	color: #707070;
	-ms-flex: 1;
	flex: 1;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: initial;
	min-height: 2.25rem;
	padding: 0 0.75rem;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage .delivery-tab .delivery-tab-box .delivery-tab-item {
		font-size: 0.875rem;
		font-weight: 700;
		min-height: 3rem;
	}
}

@media (min-width: 992px) {
	.cartStep_3GuestPage .delivery-tab .delivery-tab-box .delivery-tab-item {
		font-size: 1rem;
	}
}

.cartStep_3GuestPage .delivery-tab .delivery-tab-box .delivery-tab-item .delivery-tab-item-icon {
	height: 20px;
	width: 20px;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage .delivery-tab .delivery-tab-box .delivery-tab-item .delivery-tab-item-icon {
		height: 26px;
		width: 26px;
	}
}

.cartStep_3GuestPage .delivery-tab .delivery-tab-box .delivery-tab-item .delivery-tab-item-icon path {
	fill: #707070;
	stroke: #707070;
}

.cartStep_3GuestPage .delivery-tab .delivery-radio + .delivery-tab-item::before,
.cartStep_3GuestPage .delivery-tab .delivery-radio + .delivery-tab-item::after {
	content: none;
	display: none;
}

.cartStep_3GuestPage .delivery-tab .delivery-radio:checked + .delivery-tab-item {
	color: #fff;
}

.cartStep_3GuestPage .delivery-tab .delivery-radio:checked + .delivery-tab-item .delivery-tab-item-icon path {
	fill: #fff;
	stroke: #fff;
}

.cartStep_3GuestPage .delivery-list-description .delivery-description {
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	cursor: pointer;
	margin-top: 1.5rem;
	position: relative;
}

.cartStep_3GuestPage .delivery-list-description .delivery-description:hover {
	background: rgba(0, 0, 0, 0.015);
}

.cartStep_3GuestPage .delivery-list-description .delivery-description.clickCollect,
.cartStep_3GuestPage .delivery-list-description .delivery-description.standard-rural {
	padding-left: 35px;
}

.cartStep_3GuestPage .delivery-list-description .delivery-description.clickCollect:after,
.cartStep_3GuestPage .delivery-list-description .delivery-description.standard-rural:after {
	border-radius: 50%;
	content: '';
	display: block;
	height: 1.5rem;
	left: 0;
	margin: 16px 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	width: 1.5rem;
}

.is-bris .cartStep_3GuestPage .delivery-list-description .delivery-description.clickCollect:after,
.is-bris .cartStep_3GuestPage .delivery-list-description .delivery-description.standard-rural:after {
	background-color: #005ea7;
}

 {
	background-color: #000;
}

.cartStep_3GuestPage .delivery-list-description .delivery-description.clickCollect:before,
.cartStep_3GuestPage .delivery-list-description .delivery-description.standard-rural:before {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 50%;
	color: #fff;
	content: '';
	display: block;
	height: 1.5rem;
	left: 0;
	margin: 16px 0;
	position: absolute;
	top: 0;
	width: 1.5rem;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage .delivery-list-description .delivery-description.clickCollect:before,
	.cartStep_3GuestPage .delivery-list-description .delivery-description.standard-rural:before {
		height: 1.5rem;
		width: 1.5rem;
	}
}

.cartStep_3GuestPage .delivery-list-description .delivery-description.clickCollect {
	border-bottom: 0;
	padding-bottom: 5px !important;
}

@media (min-width: 992px) {
	.cartStep_3GuestPage .delivery-list-description .delivery-description .delivery-description-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.cartStep_3GuestPage .delivery-list-description .delivery-description .delivery-description-title {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
}

.cartStep_3GuestPage .delivery-list-description .delivery-description .delivery-description-content {
	color: #707070;
	font-size: 0.9375rem;
}

.cartStep_3GuestPage .delivery-list-description .delivery-description .delivery-description-status {
	padding: 0 10px;
}

.cartStep_3GuestPage .delivery-list-description .delivery-description .delivery-description-info {
	-webkit-box-flex: 1;
	color: #000;
	-ms-flex: 1;
	flex: 1;
	font-size: 1rem;
	min-width: 270px;
}

.cartStep_3GuestPage .search-click-collect-stores .search-click-collect-title {
	font-weight: 500;
}

.cartStep_3GuestPage .search-click-collect-stores .styled-input {
	padding-left: 0.75rem;
	padding-right: calc(54px + 0.75rem);
}

@media (min-width: 768px) {
	.cartStep_3GuestPage .search-click-collect-stores .styled-input {
		padding-right: calc(72px + 0.75rem);
	}
}

.cartStep_3GuestPage .search-click-collect-stores .icon-search {
	align-items: center;
	background: #707070;
	bottom: 0;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 16px;
	height: 100%;
	justify-content: center;
	left: unset;
	right: 0;
	width: 30px;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage .search-click-collect-stores .icon-search {
		width: 48px;
	}
}

.cartStep_3GuestPage .search-click-collect-stores .icon-spinner {
	right: 40px;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage .search-click-collect-stores .icon-spinner {
		right: 58px;
	}
}

.cartStep_3GuestPage .card-delivery-option {
	margin-right: auto;
}

@media (min-width: 992px) {
	.cartStep_3GuestPage .card-delivery-option {
		max-width: calc(710px + 32px);
	}
}

@media (max-width: 767.98px) {
	.cartStep_3GuestPage .row-gutters {
		margin-left: 0;
		margin-right: 0;
	}

	.cartStep_3GuestPage .row-gutters > [class*="col-"] {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 992px) {
	.cartStep_3GuestPage .card-order-summary {
		max-width: 356px;
	}
}

.cartStep_3GuestPage .button-back-secondary {
	background: none;
	border: 2px solid #707070;
	color: #707070;
}

.cartStep_3GuestPage .branches-results {
	max-height: 350px;
	overflow-y: auto;
	padding-right: 8px;
}

.cartStep_3GuestPage .branches-results::-webkit-scrollbar {
	background-color: #d6d6d6;
	border-radius: 0;
	width: 6px;
}

.cartStep_3GuestPage .branches-results::-webkit-scrollbar-track {
	background-color: #d6d6d6;
	border-radius: 0;
}

.cartStep_3GuestPage .branches-results::-webkit-scrollbar-thumb {
	background-color: #707070;
	border-radius: 0;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage .branches-results {
		padding-right: 15px;
	}
}

.cartStep_3GuestPage .nearbyStores {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 15px;
	padding-top: 5px;
}

.cartStep_3GuestPage .nearbyStores.show {
	border-top: 1px solid #d6d6d6;
	margin-top: 10px;
	padding-top: 15px;
}

.cartStep_3GuestPage .nearbyStores .nearbyStores-list {
	margin-bottom: 0;
}

.cartStep_3GuestPage .nearbyStores .nearbyStores-list li {
	font-size: 0.875rem;
	margin-bottom: 0;
	padding: 0;
}

.cartStep_3GuestPage .nearbyStores .nearbyStores-list li:hover {
	background: rgba(0, 0, 0, 0.015);
}

.cartStep_3GuestPage .nearbyStores .nearbyStores-list li .form-check {
	margin: 0;
}

.cartStep_3GuestPage .nearbyStores .nearbyStores-list li .form-check-label {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-align: center;
	font-size: 0.9375rem;
	margin-right: 0;
	min-height: 24px;
	padding-left: 34px;
}

.cartStep_3GuestPage .nearbyStores .nearbyStores-list li .form-check input[type=radio]:checked ~ label::before {
	height: 1.5rem;
	width: 1.5rem;
}

.cartStep_3GuestPage .nearbyStores .nearbyStores-list li label {
	padding-bottom: 5px;
	padding-top: 5px;
}

.cartStep_3GuestPage .nearbyStores .nearbyStores-list li input[type="radio"]:checked ~ label::before,
.cartStep_3GuestPage .nearbyStores .nearbyStores-list li input[type="radio"]:not(:checked) ~ label::before {
	border: 1px solid #d6d6d6;
	height: 1.5rem;
	left: 0;
	min-width: 1.5rem;
	top: 5px;
	width: 1.5rem;
}

.cartStep_3GuestPage .nearbyStores .nearbyStores-list li input[type="radio"]:checked ~ label::before {
	border-color: #000;
}

.cartStep_3GuestPage .nearbyStores .nearbyStores-list li input[type="radio"]:checked ~ label::after,
.cartStep_3GuestPage .nearbyStores .nearbyStores-list li input[type="radio"]:not(:checked) ~ label::after {
	height: 1.5rem;
	left: 0;
	min-width: 1.5rem;
	top: 5px;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	width: 1.5rem;
}

.cartStep_3GuestPage .nearbyStores .nearbyStores-toggle {
	padding-left: 35px;
}

.cartStep_3GuestPage .nearbyStores .nearbyStores-toggle.active {
	padding-top: 10px;
}

.cartStep_3GuestPage .button-toggle-nearby-store {
	align-items: center;
	background-color: #fff;
	border: 2px solid;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: #005ea7;
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 0.875rem;
	font-weight: bold;
	height: 2.25rem;
	justify-content: center;
	margin-top: 24px;
	padding: 0 12px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

@media (min-width: 768px) {
	.cartStep_3GuestPage .button-toggle-nearby-store {
		height: 3rem;
	}
}

.is-bris .cartStep_3GuestPage .button-toggle-nearby-store {
	color: #005ea7;
}

.is-bris .cartStep_3GuestPage .button-toggle-nearby-store {
	border-color: #005ea7;
}

.cartStep_3GuestPage .newsletterSubscribeCard.d-none + .cartStep_3GuestPage-lightSeparator {
	display: none;
}

.cartStep_3GuestPage .show-is-rural-selected {
	display: none;
}

.cartStep_3GuestPage .delivery-tab .delivery-tab-box.show-is-standard .delivery-tab-item,
.cartStep_3GuestPage .delivery-tab .delivery-tab-box.show-is-nextday .delivery-tab-item,
.cartStep_3GuestPage .delivery-tab .delivery-tab-box.show-is-sameday .delivery-tab-item,
.cartStep_3GuestPage .delivery-tab .delivery-tab-box.show-is-rural .delivery-tab-item {
	border-left: 1px solid #d6d6d6;
}

.cartStep_3GuestPage .total-without-shipping {
	display: none;
}

.cartStep_3GuestPage .total-value {
	display: block;
}

.cartStep_3GuestPage.rural-or-standard-selected .total-without-shipping {
	display: block;
}

.cartStep_3GuestPage.rural-or-standard-selected .total-value {
	display: none;
}

.cartStep_3GuestPage.rural-or-standard-selected .show-is-rural-selected {
	display: block;
}

.cartStep_3GuestPage.rural-or-standard-selected .init-none {
	display: none;
}

.cartStep_3GuestPage.rural-or-standard-selected.active-rural-step-1 .rural-step-1 {
	display: block;
}

.cartStep_3GuestPage.rural-or-standard-selected.active-rural-step-1 .shipping-value,
.cartStep_3GuestPage.rural-or-standard-selected.active-rural-step-1 .tax-value {
	font-size: 0;
	line-height: 0.9375rem;
}

.cartStep_3GuestPage.rural-or-standard-selected.active-rural-step-1 .shipping-value::before,
.cartStep_3GuestPage.rural-or-standard-selected.active-rural-step-1 .tax-value::before {
	content: 'Calculated at Next Step';
	font-size: 0.9375rem;
	line-height: 0.9375rem;
	text-transform: none;
}

.cartStep_3GuestPage.rural-or-standard-selected.active-rural-step-1 .coupon-shipping-js {
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.cartStep_3GuestPage.rural-or-standard-selected.active-rural-step-1 .coupon-shipping-js .shipping-value {
	margin-left: auto;
}

.cartStep_3GuestPage.rural-or-standard-selected.active-rural-step-1 .coupon-shipping-js .shipping-value::before {
	line-height: 1.875rem;
}

@media (max-width: 1199.98px) {
	.cartStep_3GuestPage.rural-or-standard-selected.active-rural-step-1 .coupon-shipping-js .shipping-value::before {
		font-size: 0.86rem;
	}
}

.cartStep_3GuestPage.rural-or-standard-selected.active-rural-step-1 .coupon-shipping-js .col-8,
.cartStep_3GuestPage.rural-or-standard-selected.active-rural-step-1 .coupon-shipping-js .col-4 {
	-webkit-box-flex: unset;
	-ms-flex: unset;
	flex: unset;
	max-width: unset;
	width: unset;
}

.cartStep_3GuestPage.rural-or-standard-selected.active-rural-step-1 .coupon-shipping-js .col-8 {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cartStep_3GuestPage.rural-or-standard-selected.active-rural-step-2 .rural-step-2 {
	display: block;
}

.cartStep_3GuestPage.rural-or-standard-selected.active-rural-step-2 .total-without-shipping {
	display: none;
}

.cartStep_3GuestPage.rural-or-standard-selected.active-rural-step-2 .total-value {
	display: block;
}

.cartStep_3GuestPage.is-standard-delivery .show-is-standard {
	display: block;
}

.cartStep_3GuestPage.is-standard-delivery .show-is-rural:not(.show-is-standard),
.cartStep_3GuestPage.is-standard-delivery .show-is-nextday:not(.show-is-standard),
.cartStep_3GuestPage.is-standard-delivery .show-is-sameday:not(.show-is-standard) {
	display: none;
}

.cartStep_3GuestPage.is-standard-delivery .delivery-list-description .delivery-description:not([shipping-type="standard"]):not(.clickCollect):after {
	background: none;
}

.cartStep_3GuestPage.is-standard-delivery .delivery-list-description .delivery-description:not([shipping-type="standard"]):not(.clickCollect):before {
	border-color: #d6d6d6;
}

.cartStep_3GuestPage.is-rural-delivery .show-is-rural {
	display: block;
}

.cartStep_3GuestPage.is-rural-delivery .show-is-nextday {
	display: none !important;
}

.cartStep_3GuestPage.is-rural-delivery .show-is-standard:not(.show-is-rural),
.cartStep_3GuestPage.is-rural-delivery .show-is-sameday:not(.show-is-rural),
.cartStep_3GuestPage.is-rural-delivery .show-is-nextday:not(.show-is-rural) {
	display: none;
}

.cartStep_3GuestPage.is-nextday-delivery .show-is-nextday {
	display: block;
}

.cartStep_3GuestPage.is-nextday-delivery .show-is-rural:not(.show-is-nextday),
.cartStep_3GuestPage.is-nextday-delivery .show-is-sameday:not(.show-is-nextday),
.cartStep_3GuestPage.is-nextday-delivery .show-is-standard:not(.show-is-nextday) {
	display: none;
}

.cartStep_3GuestPage.is-nextday-delivery .delivery-list-description .delivery-description[shipping-type="standard"]:after {
	background: none;
}

.cartStep_3GuestPage.is-nextday-delivery .delivery-list-description .delivery-description[shipping-type="standard"]:before {
	border-color: #d6d6d6;
}

.cartStep_3GuestPage.is-nextday-delivery .delivery-list-description .delivery-description:not([shipping-type="nextday"]):not(.clickCollect):after {
	background: none;
}

.cartStep_3GuestPage.is-nextday-delivery .delivery-list-description .delivery-description:not([shipping-type="nextday"]):not(.clickCollect):before {
	border-color: #d6d6d6;
}

.cartStep_3GuestPage.is-sameday-delivery .show-is-sameday {
	display: block;
}

.cartStep_3GuestPage.is-sameday-delivery .show-is-rural:not(.show-is-sameday),
.cartStep_3GuestPage.is-sameday-delivery .show-is-nextday:not(.show-is-sameday),
.cartStep_3GuestPage.is-sameday-delivery .show-is-standard:not(.show-is-sameday) {
	display: none;
}

.cartStep_3GuestPage.is-sameday-delivery .delivery-list-description .delivery-description:not([shipping-type="sameday"]):not(.clickCollect):after {
	background: none;
}

.cartStep_3GuestPage.is-sameday-delivery .delivery-list-description .delivery-description:not([shipping-type="sameday"]):not(.clickCollect):before {
	border-color: #d6d6d6;
}

.cartStep_3GuestPage .rural-title {
	-webkit-box-pack: justify;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	font-size: 1rem;
	font-weight: bold;
	justify-content: space-between;
}

.cartStep_3GuestPage .rural-title.address {
	font-size: 1.125rem;
	margin-top: 30px;
}

.cartStep_3GuestPage .rural-address {
	background-color: #f3f4f6;
	margin-bottom: 30px;
	margin-top: 20px;
	padding: 20px;
}

.cartStep_3GuestPage .rural-address-location {
	align-items: flex-start;
	-webkit-box-align: start;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: start;
	justify-items: center;
	min-width: -moz-fit-content;
	min-width: fit-content;
	min-width: -webkit-fit-content;
	padding-right: 10px;
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
}

.cartStep_3GuestPage .rural-address-location svg {
	fill: #035ea7;
	width: 24px;
}

.cartStep_3GuestPage .rural-address-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cartStep_3GuestPage .rural-address-store {
	-webkit-box-pack: justify;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	font-size: 1rem;
	font-weight: bold;
	justify-content: space-between;
	margin-bottom: 10px;
}

.cartStep_3GuestPage .rural-address-store .button-action {
	background: none;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
}

.cartStep_3GuestPage .rural-address-store .button-action svg {
	fill: #707070;
	height: 20px;
	width: 20px;
}

.cartStep_3GuestPage .rural-address-store .button-action.edit {
	margin-right: 5px;
}

.cartStep_3GuestPage .rural-address-store .button-action.edit svg {
	fill: #000;
}

.cartStep_3GuestPage .rural-address-text {
	color: #707070;
	font-size: 0.9375rem;
}

.cartStep_3GuestPage .heavy-item-price {
	display: none;
}

.cartStep_3GuestPage .normal-item-price {
	display: block;
}

.cartStep_3GuestPage.include-heavy-item .heavy-item-price {
	display: block;
}

.cartStep_3GuestPage.include-heavy-item .normal-item-price {
	display: none;
}

.predictions-results {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	display: none;
	font-size: 0.875rem;
	left: 0;
	max-height: 15.625rem;
	overflow-y: auto;
	padding: 0.375rem 1rem;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 1000;
}

.predictions-results .predictions-title {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 600;
	padding: 0.375rem 0;
}

.predictions-results .powered-by {
	margin: 0.375rem 0;
	text-align: right;
}

.predictions-results .powered-by img {
	max-width: 100%;
	width: 8.75rem;
}

.predictions-results.is-active {
	display: block;
}

.predictions-results ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.predictions-results li {
	cursor: pointer;
	padding: 0.375rem;
}

.predictions-results li.empty-result {
	cursor: default;
}

.predictions-results li:hover:not(.empty-result) {
	background-color: #f6f6f6;
}

/* Themes */
.is-bris .cartStep_3GuestPage-branchItem .icon-wrapper .icon-inner-wrapper .icon-checked {
	background-color: #005ea7;
}

.is-bris .cartStep_3GuestPage .delivery-tab .delivery-radio:checked + .delivery-tab-item {
	background: #005ea7;
	border-color: #005ea7;
}

.mode-cdc .cartStep_3GuestPage-pgSection:nth-of-type(6) .form-check:before {
	content: '';
	display: none;
}

.is-bris .card-delivery-option .delivery-description-info .australian-vendor .au-desc {
	line-height: 16px;
}

@media (min-width: 576px) {
	.is-bris .card-delivery-option .delivery-description-info .australian-vendor .au-desc {
		line-height: 17px;
	}

	.is-bris .card-delivery-option .delivery-description-info .australian-vendor .au-desc {
		font-size: 0.9375rem;
	}
}

.cartStep_3LoggedInPage {
	background-color: #f8f8f8;
}

.cartStep_3LoggedInPage .user-location-check-wrapper {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
}

.cartStep_3LoggedInPage #user-location-error-msg {
	color: #b84141;
	display: none;
}

.cartStep_3LoggedInPage .nearbyStores {
	position: relative;
}

/* States */
.cartStep_3LoggedInPage {
	padding: 1.875rem 0;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage {
		padding: 3.75rem 0;
	}
}

.cartStep_3LoggedInPage .progressBar {
	margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage .progressBar {
		margin-bottom: 3.75rem;
	}
}

.cartStep_3LoggedInPage-subTitle {
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage-subTitle {
		margin-bottom: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

.cartStep_3LoggedInPage-secTitle {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage-secTitle {
		color: #000;
		font-size: 1.125rem;
		font-weight: 700;
		margin-bottom: 1.5rem;
	}
}

.cartStep_3LoggedInPage-learnMore {
	color: #005ea7;
	font-weight: 700;
}

.cartStep_3LoggedInPage-learnMore:hover,
.cartStep_3LoggedInPage-learnMore:focus,
.cartStep_3LoggedInPage-learnMore:active,
.cartStep_3LoggedInPage-learnMore.active {
	color: #005ea7;
}

.cartStep_3LoggedInPage-deliveryText {
	font-size: 0.8125rem;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage-deliveryText {
		font-size: 0.9375rem;
	}
}

.cartStep_3LoggedInPage-lightSeparator {
	border-top: 1px solid #d6d6d6;
	margin: 1rem 0;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage-lightSeparator {
		margin: 1.5rem 0;
	}
}

.cartStep_3LoggedInPage-lightSeparator.is-form {
	margin: 0.25rem 0 1rem;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage-lightSeparator.is-form {
		margin: 0.5rem 0 1.5rem;
	}
}

.cartStep_3LoggedInPage-secPadding {
	padding-top: 0.75rem;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage-secPadding {
		padding-top: 1.5rem;
	}
}

.cartStep_3LoggedInPage-buttonsWrapper {
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage-buttonsWrapper {
		margin-bottom: 0;
	}
}

.cartStep_3LoggedInPage .secondary-btn {
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: normal;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage .secondary-btn {
		font-size: 0.9375rem;
		margin: 0;
	}
}

.cartStep_3LoggedInPage .continue-btn {
	width: 100%;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage .continue-btn {
		width: auto;
	}
}

.cartStep_3LoggedInPage .regionStoreSelector-toggle {
	border: 1px solid #d6d6d6;
	color: #000;
}

@media (max-width: 991.98px) {
}

.cartStep_3LoggedInPage .regionStoreSelector .dropdown-menu {
	left: 50% !important;
	margin-top: 0 !important;
	top: 100% !important;
	-webkit-transform: translate(-50%, 0) !important;
	transform: translate(-50%, 0) !important;
}

.cartStep_3LoggedInPage .regionStoreSelector-storeList {
	max-height: 300px;
	overflow: auto;
}

.cartStep_3LoggedInPage-branch {
	display: none;
	margin-top: 0.375rem;
}

.cartStep_3LoggedInPage-branch.is-active {
	display: block;
}

.cartStep_3LoggedInPage-branch .error-message {
	margin-bottom: 16px;
	margin-top: -12px;
}

.cartStep_3LoggedInPage-assignSomeone {
	display: none;
}

.cartStep_3LoggedInPage-assignSomeone.is-active {
	display: block;
}

.cartStep_3LoggedInPage-branchItem {
	border: 1px solid #d6d6d6;
	cursor: pointer;
	font-size: 0;
	margin-top: 0.75rem;
	padding: 0.75rem 1rem;
	position: relative;
	width: 100%;
}

.cartStep_3LoggedInPage-branchItem:first-of-type {
	margin-top: 0;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage-branchItem {
		padding: 1rem 1.125rem;
	}
}

.cartStep_3LoggedInPage-branchItem .icon-wrapper {
	display: inline-block;
	margin-right: 10px;
}

.cartStep_3LoggedInPage-branchItem .icon-wrapper .icon-inner-wrapper {
	align-items: center;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 50%;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: 1rem;
	justify-content: center;
	position: relative;
	width: 1rem;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage-branchItem .icon-wrapper .icon-inner-wrapper {
		height: 1.5rem;
		width: 1.5rem;
	}
}

.cartStep_3LoggedInPage-branchItem .icon-wrapper .icon-inner-wrapper .icon-checked {
	background-color: transparent;
	border-radius: 50%;
	display: block;
	height: 50%;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 50%;
}

.cartStep_3LoggedInPage-branchItem .name-address {
	-webkit-box-flex: 2;
	color: #000;
	display: inline-block;
	-ms-flex: 2;
	flex: 2;
	font-size: 0.8125rem;
	vertical-align: top;
	width: 83%;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage-branchItem .name-address {
		color: #000;
		font-size: 0.9375rem;
	}
}

.cartStep_3LoggedInPage-branchItem .distance-stock {
	color: #000;
	display: block;
	font-size: 0.8125rem;
	padding-left: 12%;
	text-align: left;
	width: 100%;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage-branchItem .distance-stock {
		color: #000;
		display: inline-block;
		font-size: 0.9375rem;
		padding-left: 0;
		text-align: right;
		vertical-align: top;
		width: 25%;
	}
}

.cartStep_3LoggedInPage-branchItem .distance-stock .out-of-stock {
	color: #b84141;
	padding-left: 0.625rem;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage-branchItem .distance-stock .out-of-stock {
		display: block;
		margin-top: 1.125rem;
		padding-left: 0;
	}
}

.cartStep_3LoggedInPage-branchItem.is-selected {
	background: #f5f5f5;
	pointer-events: none !important;
}

.cartStep_3LoggedInPage-branchItem.is-selected .icon-inner-wrapper {
	border-color: #000;
}

.cartStep_3LoggedInPage-branchItem.is-selected .icon-inner-wrapper .icon-checked {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cartStep_3LoggedInPage-branchItem.is-out-of-stock {
	cursor: default;
}

.cartStep_3LoggedInPage-branchItem.is-out-of-stock .name-address,
.cartStep_3LoggedInPage-branchItem.is-out-of-stock .distance-stock {
	color: #999;
}

.cartStep_3LoggedInPage-branchItem:hover:not(.is-selected) {
	background-color: #f6f6f6;
}

.cartStep_3LoggedInPage-branchItem .loading-stock {
	align-items: center;
	background: rgba(0, 0, 0, 0.05);
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: 100%;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.cartStep_3LoggedInPage .status-stock {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cartStep_3LoggedInPage .status-stock .status-stock-label {
	border-radius: 4px;
	color: #fff;
	font-size: 0.75rem;
	padding: 0 10px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage .status-stock .status-stock-label {
		font-size: 0.875rem;
	}
}

.cartStep_3LoggedInPage .status-stock .status-stock-label.all-item {
	background: #8cbf54;
}

.cartStep_3LoggedInPage .status-stock .status-stock-label.some-item {
	background: #eb8d3c;
}

.cartStep_3LoggedInPage .status-stock .status-stock-label.none-item {
	background: #eb3636;
}

.cartStep_3LoggedInPage .status-stock .status-stock-text {
	font-size: 0.875rem;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage .status-stock .status-stock-text {
		text-align: right;
	}
}

.cartStep_3LoggedInPage .status-stock a {
	display: none;
}

.cartStep_3LoggedInPage .form-group.has-error-custom .styled-input,
.cartStep_3LoggedInPage .form-group.has-error-custom .styled-select {
	border: 1px solid #b84141;
}

.cartStep_3LoggedInPage .styled-input.is-grey {
	background-color: #f8f8f8;
}

.cartStep_3LoggedInPage-deliveryOption {
	display: block;
	font-size: 0.9375rem;
	margin-top: -0.0625rem;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage-deliveryOption {
		margin-top: 0;
	}
}

.cartStep_3LoggedInPage .predictions-results {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	display: none;
	font-size: 0.875rem;
	left: 0;
	max-height: 15.625rem;
	overflow-y: auto;
	padding: 0.375rem 1rem;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 1000;
}

.cartStep_3LoggedInPage .predictions-results .predictions-title {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 600;
	padding: 0.375rem 0;
}

.cartStep_3LoggedInPage .predictions-results .powered-by {
	margin: 0.375rem 0;
	text-align: right;
}

.cartStep_3LoggedInPage .predictions-results .powered-by img {
	max-width: 100%;
	width: 8.75rem;
}

.cartStep_3LoggedInPage .predictions-results.is-active {
	display: block;
}

.cartStep_3LoggedInPage .predictions-results ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cartStep_3LoggedInPage .predictions-results li {
	cursor: pointer;
	padding: 0.375rem;
}

.cartStep_3LoggedInPage .predictions-results li.empty-result {
	cursor: default;
}

.cartStep_3LoggedInPage .predictions-results li:hover:not(.empty-result) {
	background-color: #f6f6f6;
}

.cartStep_3LoggedInPage .delivery-tab .delivery-tab-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cartStep_3LoggedInPage .delivery-tab .delivery-tab-box:first-child .delivery-tab-item {
	border-left: 1px solid #d6d6d6;
}

.cartStep_3LoggedInPage .delivery-tab .delivery-tab-box:last-child .delivery-tab-item {
	border-right: 1px solid #d6d6d6;
}

.cartStep_3LoggedInPage .delivery-tab .delivery-tab-box .delivery-tab-item {
	background-color: #fff;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	-webkit-box-flex: 1;
	color: #707070;
	-ms-flex: 1;
	flex: 1;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: initial;
	min-height: 2.25rem;
	padding: 0 0.75rem;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage .delivery-tab .delivery-tab-box .delivery-tab-item {
		font-size: 0.875rem;
		font-weight: 700;
		min-height: 3rem;
	}
}

@media (min-width: 992px) {
	.cartStep_3LoggedInPage .delivery-tab .delivery-tab-box .delivery-tab-item {
		font-size: 1rem;
	}
}

.cartStep_3LoggedInPage .delivery-tab .delivery-tab-box .delivery-tab-item .delivery-tab-item-icon {
	height: 20px;
	width: 20px;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage .delivery-tab .delivery-tab-box .delivery-tab-item .delivery-tab-item-icon {
		height: 26px;
		width: 26px;
	}
}

.cartStep_3LoggedInPage .delivery-tab .delivery-tab-box .delivery-tab-item .delivery-tab-item-icon path {
	fill: #707070;
	stroke: #707070;
}

.cartStep_3LoggedInPage .delivery-tab .delivery-radio + .delivery-tab-item::before,
.cartStep_3LoggedInPage .delivery-tab .delivery-radio + .delivery-tab-item::after {
	content: none;
	display: none;
}

.cartStep_3LoggedInPage .delivery-tab .delivery-radio:checked + .delivery-tab-item {
	color: #fff;
}

.cartStep_3LoggedInPage .delivery-tab .delivery-radio:checked + .delivery-tab-item .delivery-tab-item-icon path {
	fill: #fff;
	stroke: #fff;
}

.cartStep_3LoggedInPage .delivery-list-description .delivery-description {
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	cursor: pointer;
	margin-top: 1.5rem;
	position: relative;
}

.cartStep_3LoggedInPage .delivery-list-description .delivery-description:hover {
	background: rgba(0, 0, 0, 0.015);
}

.cartStep_3LoggedInPage .delivery-list-description .delivery-description.clickCollect,
.cartStep_3LoggedInPage .delivery-list-description .delivery-description.standard-rural {
	padding-left: 35px;
}

.cartStep_3LoggedInPage .delivery-list-description .delivery-description.clickCollect:after,
.cartStep_3LoggedInPage .delivery-list-description .delivery-description.standard-rural:after {
	border-radius: 50%;
	content: '';
	display: block;
	height: 1.5rem;
	left: 0;
	margin: 16px 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	width: 1.5rem;
}

.is-bris .cartStep_3LoggedInPage .delivery-list-description .delivery-description.clickCollect:after,
.is-bris .cartStep_3LoggedInPage .delivery-list-description .delivery-description.standard-rural:after {
	background-color: #005ea7;
}

 {
	background-color: #000;
}

.cartStep_3LoggedInPage .delivery-list-description .delivery-description.clickCollect:before,
.cartStep_3LoggedInPage .delivery-list-description .delivery-description.standard-rural:before {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 50%;
	color: #fff;
	content: '';
	display: block;
	height: 1.5rem;
	left: 0;
	margin: 16px 0;
	position: absolute;
	top: 0;
	width: 1.5rem;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage .delivery-list-description .delivery-description.clickCollect:before,
	.cartStep_3LoggedInPage .delivery-list-description .delivery-description.standard-rural:before {
		height: 1.5rem;
		width: 1.5rem;
	}
}

.cartStep_3LoggedInPage .delivery-list-description .delivery-description.clickCollect {
	border-bottom: 0;
	padding-bottom: 5px !important;
}

@media (min-width: 992px) {
	.cartStep_3LoggedInPage .delivery-list-description .delivery-description .delivery-description-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.cartStep_3LoggedInPage .delivery-list-description .delivery-description .delivery-description-title {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
}

.cartStep_3LoggedInPage .delivery-list-description .delivery-description .delivery-description-content {
	color: #707070;
	font-size: 0.9375rem;
}

.cartStep_3LoggedInPage .delivery-list-description .delivery-description .delivery-description-status {
	padding: 0 10px;
}

.cartStep_3LoggedInPage .delivery-list-description .delivery-description .delivery-description-info {
	-webkit-box-flex: 1;
	color: #000;
	-ms-flex: 1;
	flex: 1;
	font-size: 1rem;
	min-width: 270px;
}

.cartStep_3LoggedInPage .search-click-collect-stores .search-click-collect-title {
	font-weight: 500;
}

.cartStep_3LoggedInPage .search-click-collect-stores .styled-input {
	padding-left: 0.75rem;
	padding-right: calc(54px + 0.75rem);
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage .search-click-collect-stores .styled-input {
		padding-right: calc(72px + 0.75rem);
	}
}

.cartStep_3LoggedInPage .search-click-collect-stores .icon-search {
	align-items: center;
	background: #707070;
	bottom: 0;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 16px;
	height: 100%;
	justify-content: center;
	left: unset;
	right: 0;
	width: 30px;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage .search-click-collect-stores .icon-search {
		width: 48px;
	}
}

.cartStep_3LoggedInPage .search-click-collect-stores .icon-spinner {
	right: 40px;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage .search-click-collect-stores .icon-spinner {
		right: 58px;
	}
}

.cartStep_3LoggedInPage .card-delivery-option {
	margin-right: auto;
}

@media (min-width: 992px) {
	.cartStep_3LoggedInPage .card-delivery-option {
		max-width: calc(710px + 32px);
	}
}

@media (max-width: 767.98px) {
	.cartStep_3LoggedInPage .row-gutters {
		margin-left: 0;
		margin-right: 0;
	}

	.cartStep_3LoggedInPage .row-gutters > [class*="col-"] {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 992px) {
	.cartStep_3LoggedInPage .card-order-summary {
		max-width: calc(340px + 16px);
	}
}

.cartStep_3LoggedInPage .button-back-secondary {
	background: none;
	border: 2px solid #707070;
	color: #707070;
}

.cartStep_3LoggedInPage .branches-results {
	max-height: 350px;
	overflow-y: auto;
	padding-right: 8px;
}

.cartStep_3LoggedInPage .branches-results::-webkit-scrollbar {
	background-color: #d6d6d6;
	border-radius: 0;
	width: 6px;
}

.cartStep_3LoggedInPage .branches-results::-webkit-scrollbar-track {
	background-color: #d6d6d6;
	border-radius: 0;
}

.cartStep_3LoggedInPage .branches-results::-webkit-scrollbar-thumb {
	background-color: #707070;
	border-radius: 0;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage .branches-results {
		padding-right: 15px;
	}
}

.cartStep_3LoggedInPage .nearbyStores {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 15px;
	padding-top: 5px;
}

.cartStep_3LoggedInPage .nearbyStores.show {
	border-top: 1px solid #d6d6d6;
	margin-top: 10px;
	padding-top: 15px;
}

.cartStep_3LoggedInPage .nearbyStores .nearbyStores-list {
	margin-bottom: 0;
}

.cartStep_3LoggedInPage .nearbyStores .nearbyStores-list li {
	font-size: 0.875rem;
	margin-bottom: 0;
	padding: 0;
}

.cartStep_3LoggedInPage .nearbyStores .nearbyStores-list li:hover {
	background: rgba(0, 0, 0, 0.015);
}

.cartStep_3LoggedInPage .nearbyStores .nearbyStores-list li .form-check {
	margin: 0;
}

.cartStep_3LoggedInPage .nearbyStores .nearbyStores-list li .form-check-label {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-align: center;
	font-size: 0.9375rem;
	margin-right: 0;
	min-height: 24px;
	padding-left: 34px;
}

.cartStep_3LoggedInPage .nearbyStores .nearbyStores-list li label {
	padding-bottom: 5px;
	padding-top: 5px;
}

.cartStep_3LoggedInPage .nearbyStores .nearbyStores-list li .form-check input[type=radio]:checked ~ label::before {
	height: 1.5rem;
	width: 1.5rem;
}

.cartStep_3LoggedInPage .nearbyStores .nearbyStores-list li input[type="radio"]:checked ~ label::before,
.cartStep_3LoggedInPage .nearbyStores .nearbyStores-list li input[type="radio"]:not(:checked) ~ label::before {
	border: 1px solid #d6d6d6;
	height: 1.5rem;
	left: 0;
	min-width: 1.5rem;
	top: 5px;
	width: 1.5rem;
}

.cartStep_3LoggedInPage .nearbyStores .nearbyStores-list li input[type="radio"]:checked ~ label::before {
	border-color: #000;
}

.cartStep_3LoggedInPage .nearbyStores .nearbyStores-list li input[type="radio"]:checked ~ label::after,
.cartStep_3LoggedInPage .nearbyStores .nearbyStores-list li input[type="radio"]:not(:checked) ~ label::after {
	height: 1.5rem;
	left: 0;
	min-width: 1.5rem;
	top: 5px;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	width: 1.5rem;
}

.cartStep_3LoggedInPage .nearbyStores .nearbyStores-toggle {
	padding-left: 35px;
}

.cartStep_3LoggedInPage .nearbyStores .nearbyStores-toggle.active {
	padding-top: 10px;
}

.cartStep_3LoggedInPage .button-toggle-nearby-store {
	align-items: center;
	background-color: #fff;
	border: 2px solid;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: #005ea7;
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 0.875rem;
	font-weight: bold;
	height: 2.25rem;
	justify-content: center;
	margin-top: 24px;
	padding: 0 12px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

@media (min-width: 768px) {
	.cartStep_3LoggedInPage .button-toggle-nearby-store {
		height: 3rem;
	}
}

.is-bris .cartStep_3LoggedInPage .button-toggle-nearby-store {
	color: #005ea7;
}

.is-bris .cartStep_3LoggedInPage .button-toggle-nearby-store {
	border-color: #005ea7;
}

.cartStep_3LoggedInPage .newsletterSubscribeCard.d-none + .cartStep_3LoggedInPage-lightSeparator {
	display: none;
}

.cartStep_3LoggedInPage .show-is-rural-selected {
	display: none;
}

.cartStep_3LoggedInPage .delivery-tab .delivery-tab-box.show-is-standard .delivery-tab-item,
.cartStep_3LoggedInPage .delivery-tab .delivery-tab-box.show-is-nextday .delivery-tab-item,
.cartStep_3LoggedInPage .delivery-tab .delivery-tab-box.show-is-sameday .delivery-tab-item,
.cartStep_3LoggedInPage .delivery-tab .delivery-tab-box.show-is-rural .delivery-tab-item {
	border-left: 1px solid #d6d6d6;
}

.cartStep_3LoggedInPage .total-without-shipping {
	display: none;
}

.cartStep_3LoggedInPage .total-value {
	display: block;
}

.cartStep_3LoggedInPage.rural-or-standard-selected .total-without-shipping {
	display: block;
}

.cartStep_3LoggedInPage.rural-or-standard-selected .total-value {
	display: none;
}

.cartStep_3LoggedInPage.rural-or-standard-selected .show-is-rural-selected {
	display: block;
}

.cartStep_3LoggedInPage.rural-or-standard-selected .init-none {
	display: none;
}

.cartStep_3LoggedInPage.rural-or-standard-selected.active-rural-step-1 .rural-step-1 {
	display: block;
}

.cartStep_3LoggedInPage.rural-or-standard-selected.active-rural-step-1 .shipping-value,
.cartStep_3LoggedInPage.rural-or-standard-selected.active-rural-step-1 .tax-value {
	font-size: 0;
	line-height: 0.9375rem;
}

.cartStep_3LoggedInPage.rural-or-standard-selected.active-rural-step-1 .shipping-value::before,
.cartStep_3LoggedInPage.rural-or-standard-selected.active-rural-step-1 .tax-value::before {
	content: 'Calculated at Next Step';
	font-size: 0.9375rem;
	line-height: 0.9375rem;
	text-transform: none;
}

.cartStep_3LoggedInPage.rural-or-standard-selected.active-rural-step-1 .coupon-shipping-js {
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.cartStep_3LoggedInPage.rural-or-standard-selected.active-rural-step-1 .coupon-shipping-js .shipping-value {
	margin-left: auto;
}

.cartStep_3LoggedInPage.rural-or-standard-selected.active-rural-step-1 .coupon-shipping-js .shipping-value::before {
	line-height: 1.875rem;
}

@media (max-width: 1199.98px) {
	.cartStep_3LoggedInPage.rural-or-standard-selected.active-rural-step-1 .coupon-shipping-js .shipping-value::before {
		font-size: 0.86rem;
	}
}

.cartStep_3LoggedInPage.rural-or-standard-selected.active-rural-step-1 .coupon-shipping-js .col-8,
.cartStep_3LoggedInPage.rural-or-standard-selected.active-rural-step-1 .coupon-shipping-js .col-4 {
	-webkit-box-flex: unset;
	-ms-flex: unset;
	flex: unset;
	max-width: unset;
	width: unset;
}

.cartStep_3LoggedInPage.rural-or-standard-selected.active-rural-step-1 .coupon-shipping-js .col-8 {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cartStep_3LoggedInPage.rural-or-standard-selected.active-rural-step-2 .rural-step-2 {
	display: block;
}

.cartStep_3LoggedInPage.rural-or-standard-selected.active-rural-step-2 .total-without-shipping {
	display: none;
}

.cartStep_3LoggedInPage.rural-or-standard-selected.active-rural-step-2 .total-value {
	display: block;
}

.cartStep_3LoggedInPage.is-standard-delivery .show-is-standard {
	display: block;
}

.cartStep_3LoggedInPage.is-standard-delivery .show-is-rural:not(.show-is-standard),
.cartStep_3LoggedInPage.is-standard-delivery .show-is-nextday:not(.show-is-standard),
.cartStep_3LoggedInPage.is-standard-delivery .show-is-sameday:not(.show-is-standard) {
	display: none;
}

.cartStep_3LoggedInPage.is-standard-delivery .delivery-list-description .delivery-description:not([shipping-type="standard"]):not(.clickCollect):after {
	background: none;
}

.cartStep_3LoggedInPage.is-standard-delivery .delivery-list-description .delivery-description:not([shipping-type="standard"]):not(.clickCollect):before {
	border-color: #d6d6d6;
}

.cartStep_3LoggedInPage.is-rural-delivery .show-is-rural {
	display: block;
}

.cartStep_3LoggedInPage.is-rural-delivery .show-is-nextday {
	display: none !important;
}

.cartStep_3LoggedInPage.is-rural-delivery .show-is-standard:not(.show-is-rural),
.cartStep_3LoggedInPage.is-rural-delivery .show-is-sameday:not(.show-is-rural),
.cartStep_3LoggedInPage.is-rural-delivery .show-is-nextday:not(.show-is-rural) {
	display: none;
}

.cartStep_3LoggedInPage.is-nextday-delivery .show-is-nextday {
	display: block;
}

.cartStep_3LoggedInPage.is-nextday-delivery .show-is-rural:not(.show-is-nextday),
.cartStep_3LoggedInPage.is-nextday-delivery .show-is-sameday:not(.show-is-nextday),
.cartStep_3LoggedInPage.is-nextday-delivery .show-is-standard:not(.show-is-nextday) {
	display: none;
}

.cartStep_3LoggedInPage.is-nextday-delivery .delivery-list-description .delivery-description[shipping-type="standard"]:after {
	background: none;
}

.cartStep_3LoggedInPage.is-nextday-delivery .delivery-list-description .delivery-description[shipping-type="standard"]:before {
	border-color: #d6d6d6;
}

.cartStep_3LoggedInPage.is-nextday-delivery .delivery-list-description .delivery-description:not([shipping-type="nextday"]):not(.clickCollect):after {
	background: none;
}

.cartStep_3LoggedInPage.is-nextday-delivery .delivery-list-description .delivery-description:not([shipping-type="nextday"]):not(.clickCollect):before {
	border-color: #d6d6d6;
}

.cartStep_3LoggedInPage.is-sameday-delivery .show-is-sameday {
	display: block;
}

.cartStep_3LoggedInPage.is-sameday-delivery .show-is-rural:not(.show-is-sameday),
.cartStep_3LoggedInPage.is-sameday-delivery .show-is-nextday:not(.show-is-sameday),
.cartStep_3LoggedInPage.is-sameday-delivery .show-is-standard:not(.show-is-sameday) {
	display: none;
}

.cartStep_3LoggedInPage.is-sameday-delivery .delivery-list-description .delivery-description:not([shipping-type="sameday"]):not(.clickCollect):after {
	background: none;
}

.cartStep_3LoggedInPage.is-sameday-delivery .delivery-list-description .delivery-description:not([shipping-type="sameday"]):not(.clickCollect):before {
	border-color: #d6d6d6;
}

.cartStep_3LoggedInPage .rural-title {
	-webkit-box-pack: justify;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	font-size: 1rem;
	font-weight: bold;
	justify-content: space-between;
}

.cartStep_3LoggedInPage .rural-title.address {
	font-size: 1.125rem;
	margin-top: 30px;
}

.cartStep_3LoggedInPage .rural-address {
	background-color: #f3f4f6;
	margin-bottom: 30px;
	margin-top: 20px;
	padding: 20px;
}

.cartStep_3LoggedInPage .rural-address-location {
	align-items: flex-start;
	-webkit-box-align: start;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: start;
	justify-items: center;
	min-width: -moz-fit-content;
	min-width: fit-content;
	min-width: -webkit-fit-content;
	padding-right: 10px;
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
}

.cartStep_3LoggedInPage .rural-address-location svg {
	fill: #035ea7;
	width: 24px;
}

.cartStep_3LoggedInPage .rural-address-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cartStep_3LoggedInPage .rural-address-store {
	-webkit-box-pack: justify;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	font-size: 1rem;
	font-weight: bold;
	justify-content: space-between;
	margin-bottom: 10px;
}

.cartStep_3LoggedInPage .rural-address-store .button-action {
	background: none;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
}

.cartStep_3LoggedInPage .rural-address-store .button-action svg {
	fill: #707070;
	height: 20px;
	width: 20px;
}

.cartStep_3LoggedInPage .rural-address-store .button-action.edit {
	margin-right: 5px;
}

.cartStep_3LoggedInPage .rural-address-store .button-action.edit svg {
	fill: #000;
}

.cartStep_3LoggedInPage .rural-address-text {
	color: #707070;
	font-size: 0.9375rem;
}

.cartStep_3LoggedInPage .heavy-item-price {
	display: none;
}

.cartStep_3LoggedInPage .normal-item-price {
	display: block;
}

.cartStep_3LoggedInPage.include-heavy-item .heavy-item-price {
	display: block;
}

.cartStep_3LoggedInPage.include-heavy-item .normal-item-price {
	display: none;
}

/* Themes */
.is-bris .cartStep_3LoggedInPage-branchItem .icon-wrapper .icon-inner-wrapper .icon-checked {
	background-color: #005ea7;
}

.is-bris .cartStep_3LoggedInPage .delivery-tab .delivery-radio:checked + .delivery-tab-item {
	background: #005ea7;
	border-color: #005ea7;
}

.mode-cdc .cartStep_3LoggedInPage-pgSection:nth-of-type(6) .form-check:before {
	content: '';
	display: none;
}

.orderHistoryDetailsPage {
	background-color: #fff;
}

.orderHistoryDetailsPage-options {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	right: 0;
	top: 0;
}

@media (min-width: 768px) {
	.orderHistoryDetailsPage-options {
		position: absolute;
	}
}

.orderHistoryDetailsPage-options .button-btn {
	background-color: #005ea7;
	border-color: #005ea7;
	color: #fff;
	display: inline-block;
	font-size: 0.6875rem;
	height: auto;
	line-height: 2.25rem;
	margin-right: 0.75rem;
	padding: 0 1.875rem;
	text-transform: uppercase;
}

.orderHistoryDetailsPage-options .button-btn:hover {
	background-color: #004881;
	border-color: #004174;
	color: #fff;
}

.orderHistoryDetailsPage-options .button-btn:focus,
.orderHistoryDetailsPage-options .button-btn.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
}

.orderHistoryDetailsPage-options .button-btn.disabled,
.orderHistoryDetailsPage-options .button-btn:disabled {
	background-color: #005ea7;
	border-color: #005ea7;
	color: #fff;
}

.orderHistoryDetailsPage-options .button-btn:not(:disabled):not(.disabled):active,
.orderHistoryDetailsPage-options .button-btn:not(:disabled):not(.disabled).active,
.show > .orderHistoryDetailsPage-options .button-btn.dropdown-toggle {
	background-color: #004174;
	border-color: #003a67;
	color: #fff;
}

.orderHistoryDetailsPage-options .button-btn:not(:disabled):not(.disabled):active:focus,
.orderHistoryDetailsPage-options .button-btn:not(:disabled):not(.disabled).active:focus,
.show > .orderHistoryDetailsPage-options .button-btn.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
}

.orderHistoryDetailsPage-optionsMore {
	border: 2px solid #005ea7;
	display: inline-block;
	height: 2.25rem;
	line-height: 2.25rem;
	text-align: center;
	width: 2.25rem;
}

@media (min-width: 768px) {
	.orderHistoryDetailsPage .shoppingCartItem-img {
		margin-right: 0.625rem;
		max-width: 3.75rem;
		min-width: 3.75rem;
	}
}

/* States */
.orderHistoryDetailsPage {
	padding: 1.875rem 0;
}

@media (min-width: 768px) {
	.orderHistoryDetailsPage {
		padding: 3.75rem 0;
	}
}

.orderHistoryDetailsPage .hr {
	border-bottom: 1px solid #000;
	border-top: 0;
}

@media (min-width: 768px) {
	.orderHistoryDetailsPage .hr {
		margin-bottom: 1.875rem;
	}
}

@media (min-width: 768px) {
	.orderHistoryDetailsPage-info {
		margin-bottom: 1.25rem;
	}
}

.orderHistoryDetailsPage-infoHeading {
	font-size: 0.8125rem;
	text-transform: uppercase;
}

@media (max-width: 767.98px) {
	.orderHistoryDetailsPage-infoHeading {
		margin-bottom: 0.3125rem;
	}
}

@media (min-width: 768px) {
	.orderHistoryDetailsPage-infoHeading {
		font-size: 0.9375rem;
	}
}

.orderHistoryDetailsPage-infoContent {
	color: #444;
}

@media (max-width: 767.98px) {
	.orderHistoryDetailsPage-infoContent {
		font-size: 0.8125rem;
	}
}

.orderHistoryDetailsPage-cart {
	margin-bottom: 0.9375rem;
}

.orderHistoryDetailsPage-cartHeading {
	font-size: 0.8125rem;
	margin-bottom: 0.9375rem;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.orderHistoryDetailsPage-cartHeading {
		font-size: 0.9375rem;
		margin-bottom: 1.25rem;
	}
}

.orderHistoryDetailsPage-finalTotal {
	font-weight: bold;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.orderHistoryDetailsPage-finalTotal {
		font-size: 1.125rem;
	}
}

@media (max-width: 767.98px) {
	.orderHistoryDetailsPage-finalPrice {
		font-size: 1.25rem;
	}
}

.orderHistoryDetailsPage .shoppingCartItem {
	border-top: 1px solid lightgrey;
}

.orderHistoryDetailsPage-backLink {
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.orderHistoryDetailsPage-backLink {
		font-size: 1.125rem;
		margin-bottom: 1.5rem;
	}
}

.orderHistoryDetailsPage-backLink span {
	display: inline-block;
	margin-right: 0.3125rem;
	vertical-align: -0.0625rem;
}

.giftRegistryLandingPage {
	background-color: #fff;
}

/* States */
.giftRegistryLandingPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.giftRegistryLandingPage {
		padding-bottom: 1.875rem;
	}
}

@media (min-width: 768px) {
	.giftRegistryLandingPage .pageHeader-info {
		min-height: 20rem;
	}

	.giftRegistryLandingPage .pageHeader-title {
		font-size: 3rem;
	}
}

@media (min-width: 768px) {
	.giftRegistryLandingPage .categoryTile {
		margin-bottom: 1.875rem;
		min-height: 23.125rem;
	}

	.giftRegistryLandingPage .categoryTile-title {
		font-size: 1.875rem;
	}
}

.giftRegistryLandingPage-list-gift {
	margin-top: 1.875rem;
}

@media (min-width: 768px) {
	.giftRegistryLandingPage-list-gift {
		margin-top: 3.75rem;
	}
}

.findGiftRegistryPage {
	background-color: #fff;
}

.findGiftRegistryPage .list-group-item-head {
	color: #000;
}

.findGiftRegistryPage .filter-name,
.findGiftRegistryPage .filter-coname,
.findGiftRegistryPage .filter-event {
	width: 23%;
}

.findGiftRegistryPage .filter-date {
	width: 18%;
}

.findGiftRegistryPage-eventDate .error-message {
	flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	margin-top: 0.25rem;
}

/* States */
.findGiftRegistryPage {
	padding: 1.875rem 0;
}

@media (min-width: 768px) {
	.findGiftRegistryPage {
		padding: 3.75rem 0;
	}
}

.findGiftRegistryPage .hr {
	border-bottom: 1px solid #000;
	border-top: 0;
	margin-bottom: 1.875rem;
}

@media (max-width: 991.98px) {
	.findGiftRegistryPage .giftRegistrySidebar {
		margin-bottom: 1.5rem;
	}
}

.findGiftRegistryPage-text {
	font-size: 0.9375rem;
}

@media (min-width: 768px) {
	.findGiftRegistryPage-text {
		font-size: 1.125rem;
	}
}

.findGiftRegistryPage-searchForm {
	margin-bottom: 1.875rem;
}

@media (min-width: 992px) {
	.findGiftRegistryPage-searchForm {
		margin-bottom: 3rem;
	}
}

.findGiftRegistryPage-searchResults {
	display: none;
}

.findGiftRegistryPage-dateBtn {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.findGiftRegistryPage .list-group-item-filter {
	border-top-color: rgba(0, 0, 0, 0.125) !important;
	display: none;
}

@media (min-width: 992px) {
	.findGiftRegistryPage .list-group-item-filter {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.findGiftRegistryPage .list .list-group-item:first-child {
	border-top-color: rgba(0, 0, 0, 0.125) !important;
}

@media (min-width: 992px) {
	.findGiftRegistryPage .list .list-group-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.findGiftRegistryPage .reg-actions .button-btn,
.findGiftRegistryPage .reg-actions .reg-actions-closed {
	font-size: 0.75rem;
	font-weight: 700;
	height: auto;
	line-height: 1.125rem;
	margin-top: 0.625rem;
	padding-left: 0;
	padding-right: 0;
	text-decoration: none;
}

@media (min-width: 992px) {
	.findGiftRegistryPage .reg-actions .button-btn,
	.findGiftRegistryPage .reg-actions .reg-actions-closed {
		margin-top: 0;
		padding: 0;
	}
}

.is-bris .findGiftRegistryPage .reg-actions .button-btn {
	text-transform: uppercase;
}

.findGiftRegistryPage .reg-actions a {
	text-decoration: underline !important;
}

@media (min-width: 992px) {
	.findGiftRegistryPage .reg-name,
	.findGiftRegistryPage .reg-coname,
	.findGiftRegistryPage .reg-event {
		width: 23%;
	}

	.findGiftRegistryPage .reg-ddate {
		width: 18%;
	}

	.findGiftRegistryPage .reg-actions {
		width: 13%;
	}
}

.giftRegistryRegisterAndSetupPage {
	background-color: #fff;
}

/* States */
.giftRegistryRegisterAndSetupPage {
	padding: 1.875rem 0;
}

@media (min-width: 768px) {
	.giftRegistryRegisterAndSetupPage {
		padding: 3.75rem 0;
	}
}

.giftRegistryRegisterAndSetupPage-text {
	color: #444;
	font-size: 0.8125rem;
	line-height: 1.125rem;
	margin: 1rem 0;
}

@media (min-width: 768px) {
	.giftRegistryRegisterAndSetupPage-text {
		color: #444;
		font-size: 1.125rem;
		line-height: 1.875rem;
		margin: 1.5rem 0;
	}
}

.giftRegistryRegisterAndSetupPage-secText {
	color: #444;
	font-size: 0.8125rem;
	line-height: 1.125rem;
	margin: 0 0 0.75rem;
}

@media (min-width: 768px) {
	.giftRegistryRegisterAndSetupPage-secText {
		color: #444;
		font-size: 0.9375rem;
		line-height: 1.875rem;
		margin: 0 0 1.5rem;
	}
}

.giftRegistryRegisterAndSetupPage-separator {
	border-top: 1px solid #d6d6d6;
	margin: 1rem 0;
}

@media (min-width: 768px) {
	.giftRegistryRegisterAndSetupPage-separator {
		margin: 1.5rem 0;
	}
}

.giftRegistryRegisterAndSetupPage-separator.is-form {
	margin: 0.25rem 0 1rem;
}

@media (min-width: 768px) {
	.giftRegistryRegisterAndSetupPage-separator.is-form {
		margin: 0.5rem 0 1.5rem;
	}
}

.giftRegistryRegisterAndSetupPage-secTitle {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
	.giftRegistryRegisterAndSetupPage-secTitle {
		color: #000;
		font-size: 1.125rem;
		font-weight: 700;
		margin-bottom: 1.5rem;
	}
}

.giftRegistryRegisterAndSetupPage .giftRegistrySidebar {
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.giftRegistryRegisterAndSetupPage .giftRegistrySidebar {
		margin-bottom: 0;
		margin-top: 0.375rem;
	}
}

.giftRegistryRegisterAndSetupPage-formSecTitle {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
	.giftRegistryRegisterAndSetupPage-formSecTitle {
		color: #000;
		font-size: 1.125rem;
		font-weight: 700;
		margin-bottom: 1.5rem;
	}
}

.giftRegistryItemDetailsPage {
	background-color: #fff;
}

/* States */
.giftRegistryItemDetailsPage-content {
	padding: 1.875rem 0;
}

@media (min-width: 768px) {
	.giftRegistryItemDetailsPage-content {
		padding: 3.75rem 0;
	}
}

@media (min-width: 768px) {
	.giftRegistryItemDetailsPage .pageHeader-info {
		min-height: 20rem;
	}

	.giftRegistryItemDetailsPage .pageHeader-title {
		font-size: 3rem;
	}
}

.giftRegistryItemDetailsPage-list-gift {
	margin-bottom: 1.25rem;
	margin-top: 0.9375rem;
}

@media (max-width: 991.98px) {
	.giftRegistryItemDetailsPage-list-gift {
		margin-left: -0.75rem;
		margin-right: -0.75rem;
	}
}

@media (min-width: 768px) {
	.giftRegistryItemDetailsPage-list-gift {
		margin-bottom: 0;
		margin-top: 1.875rem;
	}
}

.giftRegistryItemDetailsPage .group-filters-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.giftRegistryItemDetailsPage .group-filters-select select.form-control {
	background-position: calc(100% - 12px) center;
	font-size: 0.9375rem;
	height: 2.25rem !important;
	line-height: 1.5rem;
	margin-bottom: 0.75rem;
	margin-bottom: 0;
	margin-right: 0.75rem;
	width: auto;
}

.giftRegistryItemDetailsPage .group-filters-select select.form-control:last-child {
	margin-bottom: 0;
	margin-right: 0;
}

.giftRegistryItemDetailsPage .info-number-gift {
	border: 1px solid #005ea7;
	display: inline-block;
	font-size: 0.8125rem;
	padding: 0.125rem 0.375rem;
}

.giftRegistryItemDetailsPage .info-number-gift .icon-gift {
	margin-right: 0.0625rem;
}

.giftRegistryItemDetailsPage .btn-addtobag[disabled] {
	background-color: #d6d6d6;
	border-color: #d6d6d6;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
	cursor: not-allowed;
	outline: none;
	pointer-events: none;
	text-decoration: none;
}

.giftRegistryItemDetailsPage .btn-addtobag:focus,
.giftRegistryItemDetailsPage .btn-addtobag:active {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-decoration: none;
}

@media (min-width: 768px) {
	.giftRegistryItemDetailsPage .productListingBlock-item,
	.giftRegistryItemDetailsPage .productListingBundles-item {
		margin-bottom: 1.875rem;
	}
}

@media (max-width: 991.98px) {
	.giftRegistryItemDetailsPage .productListingBlock-item,
	.giftRegistryItemDetailsPage .productListingBundles-item {
		margin: 0.375rem 0;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}

@media (max-width: 991.98px) {
	.giftRegistryItemDetailsPage-columnLeft {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		margin-top: 1.875rem;
		order: 2;
	}
}

.giftRegistryItemDetailsPage-filter-control {
	margin: 0 0 0.375rem;
}

.giftRegistryItemDetailsPage-filter-control a {
	color: #000;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
}

/* Themes */
.is-bris .giftRegistryItemDetailsPage .info-number-gift {
	border-color: #005ea7;
}

.is-bris .giftRegistryItemDetailsPage .info-number-gift .icon-gift {
	color: #005ea7;
}

.addressBookPage {
	background-color: #fff;
}

/* States */
.addressBookPage {
	padding: 1.875rem 0;
}

@media (min-width: 768px) {
	.addressBookPage {
		padding: 3.75rem 0;
	}
}

.addressBookPage-top {
	margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
	.addressBookPage-top {
		margin-bottom: 1.875rem;
	}
}

.addressBookPage .list-group-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0.5rem 0.75rem !important;
}

@media (max-width: 991.98px) {
	.addressBookPage .list-group-item {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.addressBookPage .list-group-item-filter {
	line-height: 0.75rem;
	padding: 0.75rem !important;
}

@media (max-width: 991.98px) {
	.addressBookPage .list-group-item-filter {
		display: none;
	}
}

@media (min-width: 768px) {
	.addressBookPage .list .list-group-item {
		min-height: 3.875rem;
	}
}

@media (min-width: 992px) {
	.addressBookPage .cell-name {
		width: 15%;
	}

	.addressBookPage .cell-company {
		padding-right: 2%;
		width: 18%;
	}

	.addressBookPage .cell-address {
		padding-right: 2%;
		width: 32%;
	}

	.addressBookPage .cell-action {
		align-items: flex-start;
		-webkit-box-align: start;
		-webkit-box-pack: end;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-align: start;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 15%;
	}

	.addressBookPage .cell-defaults {
		width: 20%;
	}
}

@media (max-width: 991.98px) {
	.addressBookPage .cell-action {
		margin-top: 0.5rem;
	}
}

.addressBookPage .cell-action-deleteBtn {
	color: #000;
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: 700;
	margin-left: 1.25rem;
}

@media (min-width: 992px) {
	.addressBookPage .cell-action-deleteBtn {
		border: 1px solid #d6d6d6;
		border-radius: 50%;
		cursor: pointer;
		display: inline-block;
		font-size: 0.5625rem;
		height: 1.25rem;
		line-height: 1.25rem;
		margin-left: 0.3125rem;
		text-align: center;
		width: 1.25rem;
	}

	.addressBookPage .cell-action-deleteBtn .btnText {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.addressBookPage .cell-action-deleteBtn {
		float: left;
	}

	.addressBookPage .cell-action-deleteBtn i {
		display: none;
	}
}

.addressBookPage .cell-action-editBtn {
	color: #000;
	float: left;
	font-size: 0.75rem;
	font-weight: 700;
	height: auto;
	line-height: 1.25rem;
	margin-right: 0.9375rem;
	text-decoration: none;
}

.addressBookPage-search {
	position: relative;
}

@media (min-width: 768px) {
	.addressBookPage-search {
		margin-right: 0.75rem;
	}
}

.addressBookPage-search .styled-input {
	padding-left: 3.5rem;
}

@media (max-width: 767.98px) {
	.addressBookPage-search .styled-input {
		height: 2.25rem;
		padding-left: 2.625rem;
	}
}

.addressBookPage-searchIcon {
	font-size: 1.0625rem;
	left: 0.75rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 768px) {
	.addressBookPage-searchIcon {
		font-size: 1.25rem;
		left: 1rem;
	}
}

.addressBookPage .cell-defaults label {
	font-size: 0.75rem !important;
}

.addressBookPage .cell-defaults .is-active label {
	font-weight: 700;
}

/* Themes */
.addressBookPage .list .cell-action-editBtn {
	font-size: 0.8125rem;
}

.is-bris .addressBookPage .list .cell-action-editBtn {
	color: #005ea7;
}

.giftRegistriesPage {
	background-color: #fff;
}

.giftRegistriesPage-empty {
	font-size: 1rem;
	padding-top: 1.25rem;
}

/* States */
.giftRegistriesPage {
	padding: 1.875rem 0;
}

@media (min-width: 768px) {
	.giftRegistriesPage {
		padding: 3.75rem 0;
	}
}

.giftRegistriesPage-title {
	margin-bottom: 0.625rem;
}

@media (min-width: 768px) {
	.giftRegistriesPage-title {
		margin-bottom: 1.25rem;
	}
}

.giftRegistriesPage-intro {
	margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
	.giftRegistriesPage-intro {
		font-size: 1.125rem;
	}
}

.giftRegistriesPage .list-group-item-filter {
	line-height: 0.75rem;
}

.giftRegistriesPage .list-group-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0.5rem 0.75rem !important;
}

@media (max-width: 991.98px) {
	.giftRegistriesPage .list-group-item {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.is-bris .giftRegistriesPage .list-group-item.is-active {
	background-color: #ffca04;
}

.is-bris .giftRegistriesPage .list-group-item.is-active {
	color: #000;
}

 {
	color: #fff !important;
}

 {
	color: #fff !important;
}

.is-bris .giftRegistriesPage .list-group-item.is-active .cell-action-deleteBtn {
	border-color: #000;
}

.giftRegistriesPage .list-group-item.is-active .cell-action-activateBtn {
	display: none;
}

@media (min-width: 992px) {
	.giftRegistriesPage .list-group-item > div {
		padding: 0.3125rem 0.375rem;
	}
}

.giftRegistriesPage .list-group-item .filter-caption,
.giftRegistriesPage .list-group-item .cell-caption {
	color: #000;
	font-weight: bold;
}

@media (min-width: 992px) {
	.giftRegistriesPage .list-group-item .filter-caption,
	.giftRegistriesPage .list-group-item .cell-caption {
		display: none;
	}
}

@media (min-width: 992px) {
	.giftRegistriesPage .list-group-item .filter-id,
	.giftRegistriesPage .list-group-item .cell-id {
		width: 12%;
	}

	.giftRegistriesPage .list-group-item .filter-date,
	.giftRegistriesPage .list-group-item .cell-date {
		width: 20%;
	}

	.giftRegistriesPage .list-group-item .filter-type,
	.giftRegistriesPage .list-group-item .cell-type {
		width: 20%;
	}

	.giftRegistriesPage .list-group-item .filter-coRegistrants,
	.giftRegistriesPage .list-group-item .cell-coRegistrants {
		width: 36%;
	}

	.giftRegistriesPage .list-group-item .filter-action,
	.giftRegistriesPage .list-group-item .cell-action {
		margin-left: auto;
	}
}

@media (max-width: 991.98px) {
	.giftRegistriesPage .list-group-item .filter-action,
	.giftRegistriesPage .list-group-item .cell-action {
		align-items: center;
		-webkit-box-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		margin-top: 0.5rem;
	}
}

.giftRegistriesPage .list-group-item .filter-action-deleteBtn,
.giftRegistriesPage .list-group-item .cell-action-deleteBtn {
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	margin-left: 1.25rem;
}

@media (min-width: 992px) {
	.giftRegistriesPage .list-group-item .filter-action-deleteBtn,
	.giftRegistriesPage .list-group-item .cell-action-deleteBtn {
		border: 1px solid #d6d6d6;
		border-radius: 50%;
		cursor: pointer;
		display: inline-block;
		font-size: 0.5625rem;
		height: 1.25rem;
		line-height: 1.25rem;
		margin-left: 0.3125rem;
		text-align: center;
		width: 1.25rem;
	}

	.giftRegistriesPage .list-group-item .filter-action-deleteBtn .btnText,
	.giftRegistriesPage .list-group-item .cell-action-deleteBtn .btnText {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.giftRegistriesPage .list-group-item .filter-action-deleteBtn,
	.giftRegistriesPage .list-group-item .cell-action-deleteBtn {
		color: #005ea7;
	}

	.giftRegistriesPage .list-group-item .filter-action-deleteBtn i,
	.giftRegistriesPage .list-group-item .cell-action-deleteBtn i {
		display: none;
	}
}

.giftRegistriesPage .list-group-item .filter-action-viewBtn,
.giftRegistriesPage .list-group-item .filter-action-activateBtn,
.giftRegistriesPage .list-group-item .cell-action-viewBtn,
.giftRegistriesPage .list-group-item .cell-action-activateBtn {
	font-size: 0.8125rem;
	height: auto;
	line-height: 1.125rem;
	text-decoration: none;
}

.pimDashboardPromotionsPage {
	background-color: #fff;
}

.pimDashboardPromotionsPage .pimDashboardFilters.is-open .pimDashboardFilters-container {
	padding-right: 2.5rem;
	width: 290px;
}

.pimDashboardPromotionsPage-displayFilter {
	align-items: center;
	border-top: 1px solid #d6d6d6;
	-webkit-box-align: center;
	color: #444;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	height: 50px;
}

.pimDashboardPromotionsPage-displayFilter .form-check {
	margin-left: 1.25rem;
}

.pimDashboardPromotionsPage-displayFilter .form-check-input:checked::after {
	top: auto;
}

.pimDashboardPromotionsPage .pagination-group {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pimDashboardPromotionsPage-headerWrapper {
	background-color: #fff;
}

.pimDashboardPromotionsPage-table {
	padding: 0 1.5625rem 0 2.5rem;
}

.pimDashboardPromotionsPage .form-check-inline .form-check-input {
	margin-top: 0.125rem;
}

/* States */
.pimDashboardPromotionsPage {
	padding: 1.5625rem 0;
}

@media (min-width: 768px) {
	.pimDashboardPromotionsPage {
		padding: 3.75rem 0;
	}
}

.pimDashboardPromotionsPage-title {
	margin-bottom: 3.125rem;
}

@media (max-width: 991.98px) {
	.pimDashboardPromotionsPage-title {
		margin-bottom: 1.875rem;
	}
}

.pimDashboardPromotionsPage .list-group-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pimDashboardPromotionsPage .list-group-item-filter {
	background-color: #f3f3f3 !important;
	border-top: 0;
}

@media (max-width: 991.98px) {
	.pimDashboardPromotionsPage .list-group-item-filter {
		display: none;
	}
}

.pimDashboardPromotionsPage .list-group-item-head {
	color: #666;
	text-transform: none;
}

@media (min-width: 992px) {
	.pimDashboardPromotionsPage .filter-key,
	.pimDashboardPromotionsPage .filter-variant,
	.pimDashboardPromotionsPage .filter-discountprice,
	.pimDashboardPromotionsPage .filter-wasnow,
	.pimDashboardPromotionsPage .filter-to,
	.pimDashboardPromotionsPage .promotion-key,
	.pimDashboardPromotionsPage .promotion-variant,
	.pimDashboardPromotionsPage .promotion-discountprice,
	.pimDashboardPromotionsPage .promotion-wasnow,
	.pimDashboardPromotionsPage .promotion-to {
		width: 10%;
	}

	.pimDashboardPromotionsPage .filter-promocode,
	.pimDashboardPromotionsPage .promotion-promocode {
		width: 12%;
	}

	.pimDashboardPromotionsPage .filter-category,
	.pimDashboardPromotionsPage .promotion-category {
		width: 16%;
	}

	.pimDashboardPromotionsPage .filter-discount,
	.pimDashboardPromotionsPage .promotion-discount {
		width: 11%;
	}

	.pimDashboardPromotionsPage .filter-from,
	.pimDashboardPromotionsPage .promotion-from {
		width: 11%;
	}
}

.pimDashboardPromotionsPage .list .list-group-item {
	font-size: 0.875rem;
	padding: 0.75rem !important;
}

.pimDashboardPromotionsPage .list .list-group-item:first-child {
	border-top-color: #d6d6d6;
}

@media (max-width: 991.98px) {
	.pimDashboardPromotionsPage .list .list-group-item {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.pimDashboardPromotionsPage .form-check-inline {
	align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
}

@media (max-width: 767.98px) {
	.pimDashboardPromotionsPage .form-check-inline {
		margin-top: 0.3125rem;
	}
}

.pimDashboardPromotionsPage .form-check-inline .fomr-check-input {
	margin-top: 1px;
}

.pimDashboardBuyerPage {
	background-color: #fff;
}

.pimDashboardBuyerPage .pimDashboardFilters.is-open .pimDashboardFilters-container {
	padding-right: 2.5rem;
	width: 290px;
}

.pimDashboardBuyerPage-table {
	-webkit-box-flex: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex: 1;
	flex: 1;
	padding: 0 1.5625rem;
}

.pimDashboardBuyerPage .pagination-group {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pimDashboardBuyerPage-headerWrapper {
	background-color: #fff;
}

/* States */
.pimDashboardBuyerPage {
	padding: 1.5625rem 0;
}

@media (min-width: 768px) {
	.pimDashboardBuyerPage {
		padding: 3.75rem 0;
	}
}

.pimDashboardBuyerPage-title {
	margin-bottom: 3.125rem;
}

@media (max-width: 991.98px) {
	.pimDashboardBuyerPage-title {
		margin-bottom: 1.875rem;
	}
}

.pimDashboardBuyerPage .list-group-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pimDashboardBuyerPage .list-group-item-filter {
	background-color: #f3f3f3 !important;
	border-top: 0;
}

@media (max-width: 991.98px) {
	.pimDashboardBuyerPage .list-group-item-filter {
		display: none;
	}
}

.pimDashboardBuyerPage .list-group-item-head {
	color: #666;
	text-transform: none;
}

.pimDashboardBuyerPage .filter-actions::after,
.pimDashboardBuyerPage .buyer-actions::after {
	content: none;
}

@media (min-width: 992px) {
	.pimDashboardBuyerPage .filter-buyer,
	.pimDashboardBuyerPage .buyer-buyer {
		width: 10%;
	}

	.pimDashboardBuyerPage .filter-category,
	.pimDashboardBuyerPage .buyer-category {
		width: 14%;
	}

	.pimDashboardBuyerPage .filter-article,
	.pimDashboardBuyerPage .buyer-article {
		width: 14%;
	}

	.pimDashboardBuyerPage .filter-name,
	.pimDashboardBuyerPage .buyer-name {
		width: 14%;
	}

	.pimDashboardBuyerPage .filter-brand,
	.pimDashboardBuyerPage .buyer-brand {
		width: 14%;
	}

	.pimDashboardBuyerPage .filter-vendor,
	.pimDashboardBuyerPage .buyer-vendor {
		width: 14%;
	}

	.pimDashboardBuyerPage .filter-actions,
	.pimDashboardBuyerPage .buyer-actions {
		width: 20%;
	}
}

.pimDashboardBuyerPage .buyer-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 0.625rem;
}

@media (min-width: 992px) {
	.pimDashboardBuyerPage .buyer-actions {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 0;
	}
}

.pimDashboardBuyerPage .buyer-actions .button-btn {
	font-weight: normal;
	height: auto;
	line-height: 1.125rem;
	padding: 0;
}

@media (max-width: 991.98px) {
	.pimDashboardBuyerPage .buyer-actions .button-btn + .button-btn {
		margin-left: 0.625rem;
	}
}

.pimDashboardBuyerPage .list .list-group-item {
	font-size: 0.875rem;
	padding: 0.75rem !important;
}

.pimDashboardBuyerPage .list .list-group-item:first-child {
	border-top-color: #d6d6d6;
}

@media (max-width: 991.98px) {
	.pimDashboardBuyerPage .list .list-group-item {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.updateEmailPage {
	background-color: #fff;
}

/* States */
.updateEmailPage {
	padding: 1.875rem 0;
}

.updateEmailPage .accountSidebar {
	border-bottom: none;
}

@media (min-width: 768px) {
	.updateEmailPage {
		padding: 3.75rem 0;
	}
}

@media (max-width: 767.98px) {
	.updateEmailPage-title {
		font-size: 1.125rem;
	}
}

@media (min-width: 768px) {
	.updateEmailPage-title {
		margin-bottom: 1.25rem;
	}
}

.updateEmailPage-leadTxt {
	color: #444;
	font-size: 1.125rem;
	margin: 0.625rem 0;
}

.updateEmailPage-afterFormSubmit {
	display: none;
}

.updatePasswordPage {
	background-color: #fff;
}

.updatePasswordPage {
	padding: 1.875rem 0;
}

.updatePasswordPage .accountSidebar {
	border-bottom: none;
}

@media (min-width: 768px) {
	.updatePasswordPage {
		padding: 3.75rem 0;
	}
}

@media (max-width: 767.98px) {
	.updatePasswordPage-title {
		font-size: 1.125rem;
	}
}

@media (min-width: 768px) {
	.updatePasswordPage-title {
		margin-bottom: 1.25rem;
	}
}

.updatePasswordPage-leadTxt {
	color: #444;
	font-size: 1.125rem;
	margin: 0.625rem 0;
}

.updatePasswordPage-afterFormSubmit {
	display: none;
}

.createAccountPage {
	background-color: #fff;
}

.createAccountPage-separator {
	margin: 1.875rem 0;
}

/* States */
.createAccountPage {
	padding: 1.875rem 0;
}

@media (min-width: 768px) {
	.createAccountPage {
		padding: 3.75rem 0;
	}
}

.createAccountPage-title {
	font-size: 3rem;
	margin: 0 0 3.125rem;
	text-transform: capitalize;
}

@media (max-width: 991.98px) {
	.createAccountPage-title {
		font-size: 2.25rem;
	}
}

.createAccountPage-intro {
	color: #444;
	line-height: 2;
	margin-bottom: 3.125rem;
}

.createAccountPage-form {
	margin-bottom: 1.5625rem;
}

.createAccountPage-formHeading {
	font-size: 0.9375rem;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}

.createAccountPage-loginText {
	font-size: 1.125rem;
	text-align: center;
}

@media (max-width: 991.98px) {
	.createAccountPage-loginText {
		font-size: 0.9375rem;
	}
}

.createAccountPage-loginText .underline-link {
	color: #000;
	font-size: 1.125rem;
}

@media (max-width: 991.98px) {
	.createAccountPage-loginText .underline-link {
		font-size: 0.9375rem;
	}
}

.createAccountPage .form-check .form-check-input,
.createAccountPage .form-check .form-check-label {
	cursor: pointer;
}

.forgotPasswordPage {
	background-color: #fff;
}

/* States */
.forgotPasswordPage {
	padding: 1.875rem 0;
}

@media (min-width: 768px) {
	.forgotPasswordPage {
		padding: 3.75rem 0;
	}
}

@media (min-width: 768px) {
	.forgotPasswordPage-title {
		margin-bottom: 1.25rem;
	}
}

.forgotPasswordPage-intro {
	color: #444;
	margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
	.forgotPasswordPage-intro {
		margin-bottom: 2.5rem;
		margin-top: 1.25rem;
	}
}

.forgotPasswordPage-formHeading {
	font-size: 0.9375rem;
	margin-bottom: 1.25rem;
}

.loginPage {
	background-color: #fff;
}

.loginPage-separator {
	border-top: 1px solid #d6d6d6;
	margin: 1.5rem 0;
}

/* States */
.loginPage {
	padding: 1.875rem 0;
}

@media (min-width: 768px) {
	.loginPage {
		padding: 3.75rem 0;
	}
}

.loginPage-title {
	font-size: 3rem;
	margin-bottom: 3.125rem;
	text-transform: capitalize;
}

@media (max-width: 991.98px) {
	.loginPage-title {
		font-size: 2.25rem;
	}
}

.loginPage-intro {
	color: #444;
	line-height: 2;
	margin-bottom: 3.125rem;
}

.loginPage-form {
	margin-bottom: 1.5625rem;
}

.loginPage-formHeading {
	font-size: 0.9375rem;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}

.loginPage-form .form-check {
	margin-bottom: 0;
}

.loginPage-loginText {
	color: #000;
	font-size: 1.125rem;
	text-align: center;
}

@media (max-width: 991.98px) {
	.loginPage-loginText {
		color: #000;
		font-size: 0.9375rem;
	}
}

.loginPage-loginText .underline-link {
	color: #000;
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
}

@media (max-width: 991.98px) {
	.loginPage-loginText .underline-link {
		color: #000;
		font-size: 0.9375rem;
		font-weight: 700;
	}
}

.loginPage-forgotPass {
	color: #000;
	font-size: 0.9375rem;
}

@media (max-width: 991.98px) {
	.loginPage-forgotPass {
		color: #000;
		font-size: 0.8125rem;
	}
}

.loginPage-forgotPass .underline-link {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
}

@media (max-width: 991.98px) {
	.loginPage-forgotPass .underline-link {
		color: #000;
		font-size: 0.8125rem;
		font-weight: 700;
	}
}

.account-page {
	width: 1440px;
}

.account-page.main {
	background: #f3f4f6;
	max-width: unset !important;
	width: 100% !important;
}

.account-page .account-content .account-text {
	font-size: 0.875rem;
	text-align: center;
}

.account-page .account-content .form-content {
	padding: 60px 16px;
}

.account-page .account-content .form-content .form-box {
	background: #fff;
	display: none;
	margin: 20px 0;
	padding: 30px;
}

.account-page .account-content .form-content .form-box .form-image {
	height: 50px;
	width: auto;
}

.account-page .account-content .form-content .form-box .form-image img {
	height: 100%;
	width: inherit;
}

.account-page .account-content .form-content .form-box .account-tab {
	padding: 0 0 20px;
}

.account-page .account-content .form-content .form-box .account-tab .account-tab-item {
	border-bottom: 2px solid #e8e8e8;
	color: #000;
	font-size: 16px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 50%;
}

.account-page .account-content .form-content .form-box .account-tab .account-tab-item.active {
	border-color: #000;
	font-weight: bold;
}

.account-page .account-content .form-content .form-box .account-note {
	font-size: 0.875rem;
	margin-bottom: 20px;
	text-align: center;
}

.account-page .account-content .form-content .cdc-loading {
	color: rgba(0, 0, 0, 0.2);
	margin-left: calc(50% - 16px);
}

.account-page .account-content .form-content input[type="checkbox"]:checked::before {
	background-color: #fff;
	border: 1px solid #d9d9d9;
}

.account-page .account-content .form-content input[type="checkbox"]:checked::after {
	color: #000;
}

.account-page .account-content .info-content .info-content-banner {
	align-items: center;
	background-position: center;
	background-size: cover;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	min-height: 400px;
	width: 100%;
}

.account-page .account-content .info-content .info-content-text {
	padding-left: 30px;
	padding-right: 30px;
}

.account-page .account-content .info-content .info-content-text h1,
.account-page .account-content .info-content .info-content-text h2,
.account-page .account-content .info-content .info-content-text h3,
.account-page .account-content .info-content .info-content-text h4,
.account-page .account-content .info-content .info-content-text h5,
.account-page .account-content .info-content .info-content-text h6 {
	color: #fff;
}

.account-page .account-content .info-content .info-content-text h1 {
	font-size: 3.25rem;
	line-height: 52px;
	margin: 0;
}

.account-page .account-content .info-content .info-content-text h2 {
	font-size: 2.125rem;
	line-height: 40px;
}

.account-page .account-content .info-content .info-content-text h3 {
	font-size: 1.75rem;
	line-height: 32px;
}

.account-page .account-content .info-content .info-content-text h4 {
	font-size: 1.5rem;
	line-height: 26px;
}

.account-page .account-content .info-content .info-content-text p {
	font-size: 0.75rem;
	font-weight: bold;
}

.account-page .account-content .info-content .info-content-text sup {
	font-size: 50%;
	top: -0.75em;
}

.account-page .account-content .info-content .info-content-text ul,
.account-page .account-content .info-content .info-content-text ol {
	padding-left: 20px;
}

.account-page .account-content .info-content .info-content-text .buttonblock .button-btn {
	height: 50px;
	line-height: 50px;
	max-width: 370px;
	width: 100%;
}

@media (min-width: 992px) {
	.account-page .account-content .info-content .info-content-text h1 {
		font-size: 5.375rem;
		line-height: 86px;
	}

	.account-page .account-content .info-content .info-content-text h2 {
		font-size: 3.5625rem;
		line-height: 60px;
	}

	.account-page .account-content .info-content .info-content-text h3 {
		font-size: 2.8125rem;
		line-height: 48px;
	}

	.account-page .account-content .info-content .info-content-text h4 {
		font-size: 2.5rem;
		line-height: 42px;
	}

	.account-page .account-content .info-content .info-content-text p {
		font-size: 1.25rem;
	}
}

.account-page .account-content .info-content .info-benefit--header {
	font-size: 1.375rem;
	font-weight: bold;
	padding-bottom: 30px;
	padding-top: 60px;
	text-align: center;
}

.account-page .account-content .info-content .info-benefit--container {
	margin: 0 auto;
	max-width: 470px;
}

.account-page .account-content .info-content .info-benefit--item {
	margin-bottom: 30px;
	text-align: center;
}

.account-page .account-content .info-content .info-benefit--item img {
	height: 60px;
	width: auto;
}

.account-page .account-content .info-content .info-benefit--title {
	font-size: 1rem;
	font-weight: bold;
	margin-top: 10px;
}

.account-page .account-content .info-content .info-benefit--desc {
	font-size: 0.875rem;
}

@media (min-width: 992px) {
	.account-page .account-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.account-page .account-content .form-content {
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-pack: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-width: 50%;
		padding: 40px 0;
		width: 50%;
	}

	.account-page .account-content .form-content .cdc-loading {
		margin-left: auto;
		margin-right: auto;
	}

	.account-page .account-content .form-content .form-box {
		margin: 0;
		width: 452px;
	}

	.account-page .account-content .form-content .form-box .form-image {
		margin-bottom: 30px;
	}

	.account-page .account-content .info-content {
		min-width: 50%;
		width: 50%;
	}

	.account-page .account-content .info-content .info-content-banner {
		min-height: 900px;
	}

	.account-page .account-content .info-content .info-content-text {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media only screen and (min-width: 1601px) {
	.account-page .account-content .info-content .info-content-text {
		padding-left: 160px;
		padding-right: calc(100% - 720px);
	}
}

@media only screen and (min-width: 1920px) {
	.account-page .account-content .form-content {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
		padding-left: calc((100% - 1440px) / 2);
	}

	.account-page .account-content .form-content .cdc-loading {
		margin-left: 210px;
	}
}

@media (min-width: 992px) {
	.account-page.register .account-content .info-content {
		-webkit-box-pack: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 130px;
	}

	.account-page.register .account-content .info-content .info-benefit--header {
		padding-top: 0;
	}
}

@media only screen and (min-width: 1920px) {
	.account-page.register .account-content .info-content {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
		padding-right: calc((100% - 1440px) / 2);
	}
}

/* Theme */
.is-bris .account-page.register .info-content {
	background-color: #035ea7;
}

.is-bris .account-page.register .info-content .info-benefit--header {
	color: #fff;
}

.is-bris .account-page.register .info-content .info-benefit--item {
	color: #fff;
}

.is-bris .account-page.register .info-content .info-benefit--desc a {
	color: #fff;
}

@media (min-width: 992px) {
}

.blankPage {
	background-color: #fff;
}

/* States */
.twoColumnPage {
	background-color: #fff;
}

/* States */
.threeColumnPage {
	background-color: #fff;
}

/* States */
.emptyCartPage {
	background-color: #fff;
}

/* States */
.emptyCartPage-emptyCart {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	min-height: 15.625rem;
	padding: 1.5625rem 1rem;
	text-align: center;
}

@media (min-width: 768px) {
	.emptyCartPage-emptyCart {
		min-height: 21.875rem;
		padding: 5rem 1rem;
	}
}

.updatePersonalDetailsPage {
	background-color: #fff;
}

.updatePersonalDetailsPage {
	padding: 1.875rem 0;
}

.updatePersonalDetailsPage .accountSidebar {
	border-bottom: none;
}

@media (min-width: 768px) {
	.updatePersonalDetailsPage {
		padding: 3.75rem 0;
	}
}

.updatePersonalDetailsPage-title {
	padding-left: 0 !important;
}

@media (max-width: 767.98px) {
	.updatePersonalDetailsPage-title {
		font-size: 1.125rem;
	}
}

@media (min-width: 768px) {
	.updatePersonalDetailsPage-title {
		margin-bottom: 1.25rem;
	}
}

.updatePersonalDetailsPage-leadTxt {
	color: #444;
	font-size: 1.125rem;
	margin: 0.625rem 0;
}

.updatePersonalDetailsPage-afterFormSubmit {
	display: none;
}

.updatePersonalDetailsPage .form-check .form-check-input,
.updatePersonalDetailsPage .form-check .form-check-label {
	cursor: pointer;
}

.giftRegistryManagementDetailsPage {
	background-color: #fff;
}

/* States */
.giftRegistryManagementDetailsPage {
	padding: 1.875rem 0;
}

@media (min-width: 768px) {
	.giftRegistryManagementDetailsPage {
		padding: 3.75rem 0;
	}
}

.giftRegistryManagementDetailsPage-pgTitle {
	margin-top: 1.5rem;
}

@media (min-width: 768px) {
	.giftRegistryManagementDetailsPage-pgTitle {
		margin-top: 0;
	}
}

.giftRegistryManagementDetailsPage-text {
	color: #444;
	font-size: 0.8125rem;
	line-height: 1.125rem;
	margin: 1rem 0 0;
}

@media (min-width: 768px) {
	.giftRegistryManagementDetailsPage-text {
		color: #444;
		font-size: 1.125rem;
		line-height: 1.875rem;
		margin: 1.5rem 0 0;
	}
}

.giftRegistryManagementDetailsPage-backLink {
	color: #005ea7;
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 700;
	margin-top: 1.5rem;
}

@media (min-width: 768px) {
	.giftRegistryManagementDetailsPage-backLink {
		color: #005ea7;
		font-size: 0.9375rem;
		font-weight: 700;
		margin-bottom: 1.5rem;
		margin-top: 0;
	}
}

.giftRegistryManagementDetailsPage-backLink:hover,
.giftRegistryManagementDetailsPage-backLink:focus,
.giftRegistryManagementDetailsPage-backLink:active,
.giftRegistryManagementDetailsPage-backLink.active {
	color: #005ea7;
}

.giftRegistryManagementDetailsPage-backLink .link-icon {
	display: inline-block;
	font-size: 90%;
	margin-right: 0.375rem;
}

.giftRegistryManagementDetailsPage-tabsWrapper .nav-item {
	margin-bottom: -0.125rem;
	margin-right: 0.375rem;
	margin-top: 0.75rem;
}

.giftRegistryManagementDetailsPage-tabsWrapper .nav-item:last-of-type {
	margin-right: 0;
}

.giftRegistryManagementDetailsPage-tabsWrapper .nav-link {
	border: 1px solid #005ea7;
	border-bottom-width: 0;
	color: #005ea7;
	font-size: 0.9375rem;
	font-weight: 700;
	padding: 0.75rem 1rem;
}

@media (min-width: 768px) {
	.giftRegistryManagementDetailsPage-tabsWrapper .nav-link {
		color: #005ea7;
		font-size: 1.125rem;
		font-weight: 700;
		min-width: 13.75rem;
		padding: 0.75rem 1.5rem;
	}
}

.giftRegistryManagementDetailsPage-tabsWrapper .nav-link:hover,
.giftRegistryManagementDetailsPage-tabsWrapper .nav-link:focus,
.giftRegistryManagementDetailsPage-tabsWrapper .nav-link:active,
.giftRegistryManagementDetailsPage-tabsWrapper .nav-link.active {
	border: 1px solid #005ea7;
	border-bottom-width: 0;
	color: #000;
	text-decoration: none;
}

.giftRegistryManagementDetailsPage-tabsWrapper .nav-tabs {
	border-bottom: 2px solid #000;
}

.giftRegistryManagementDetailsPage-tabsWrapper .nav-tabs .nav-link.active,
.giftRegistryManagementDetailsPage-tabsWrapper .nav-tabs .nav-item.show .nav-link {
	border-bottom: none;
	border-color: #000;
	border-width: 2px;
	-webkit-box-shadow: 0 2px 0px 0px #fff;
	box-shadow: 0 2px 0px 0px #fff;
	color: #000;
}

.giftRegistryManagementDetailsPage-tabsWrapper .tab-content {
	font-size: 0.8125rem;
	padding: 0.75rem 0;
}

@media (min-width: 768px) {
	.giftRegistryManagementDetailsPage-tabsWrapper .tab-content {
		font-size: 0.9375rem;
	}
}

.giftRegistryManagementDetailsPage-sortOpt {
	margin: 1.875rem 0 1rem;
}

@media (min-width: 768px) {
	.giftRegistryManagementDetailsPage-sortOpt {
		margin: 3.75rem 0 1.875rem;
	}
}

.giftRegistryManagementDetailsPage-separator {
	height: 0.0625rem;
}

.giftRegistryManagementDetailsPage-separator.is-black {
	border-top: 1px solid #000;
	margin: 1rem 0;
}

@media (min-width: 768px) {
	.giftRegistryManagementDetailsPage-separator.is-black {
		margin: 1.5rem 0;
	}
}

.giftRegistryManagementDetailsPage-separator.is-form {
	border-top: 1px solid #d6d6d6;
	margin: 0.25rem 0 1rem;
}

@media (min-width: 768px) {
	.giftRegistryManagementDetailsPage-separator.is-form {
		margin: 0.5rem 0 1.5rem;
	}
}

.giftRegistryManagementDetailsPage-groupTitle {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
	.giftRegistryManagementDetailsPage-groupTitle {
		color: #000;
		font-size: 1.125rem;
		font-weight: 700;
		margin-bottom: 1rem;
	}
}

.giftRegistryManagementDetailsPage .list-group-item {
	background-color: #fff !important;
	margin-top: -0.125rem;
	padding: 1.125rem !important;
}

.giftRegistryManagementDetailsPage .list-group-item:last-of-type {
	border-bottom: 1px solid transparent !important;
}

.giftRegistryManagementDetailsPage .list-group-item-filter {
	border-top-width: 0;
	padding: 0.375rem 1.125rem !important;
}

@media (min-width: 768px) {
	.giftRegistryManagementDetailsPage .list-group-item-head:first-of-type {
		float: left;
		width: 4.375rem;
	}
}

.giftRegistryManagementDetailsPage .pagination-next {
	margin-left: 0.25rem;
}

.giftRegistryManagementDetailsPage .order-more-btn {
	height: auto;
	line-height: 0.75rem;
	width: 2rem;
}

.giftRegistryManagementDetailsPage .order-more-btn:hover [class^="icon-"],
.giftRegistryManagementDetailsPage .order-more-btn:hover [class*=" icon-"],
.giftRegistryManagementDetailsPage .order-more-btn:focus [class^="icon-"],
.giftRegistryManagementDetailsPage .order-more-btn:focus [class*=" icon-"],
.giftRegistryManagementDetailsPage .order-more-btn:active [class^="icon-"],
.giftRegistryManagementDetailsPage .order-more-btn:active [class*=" icon-"],
.giftRegistryManagementDetailsPage .order-more-btn.active [class^="icon-"],
.giftRegistryManagementDetailsPage .order-more-btn.active [class*=" icon-"] {
	color: #000;
}

.giftRegistryManagementDetailsPage .order-more-content .dropdown-item {
	font-weight: 700;
}

.giftRegistryManagementDetailsPage-giftItems {
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.giftRegistryManagementDetailsPage-giftItems {
		margin-bottom: 1rem;
	}
}

.giftRegistryManagementDetailsPage-giftItemsWrapper > div.giftRegistryManagementDetailsPage-giftItems:last-of-type ~ hr {
	display: none;
}

.giftRegistryManagementDetailsPage-formSecTitle {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
	.giftRegistryManagementDetailsPage-formSecTitle {
		color: #000;
		font-size: 1.125rem;
		font-weight: 700;
		margin-bottom: 1.5rem;
	}
}

.is-bris .giftRegistryManagementDetailsPage-tabsWrapper .nav-link {
	color: #005ea7;
}

.is-bris .giftRegistryManagementDetailsPage-tabsWrapper .nav-link {
	border-color: #005ea7;
}

.is-bris .giftRegistryManagementDetailsPage-backLink {
	color: #005ea7;
}

.updateCreditCard {
	background-color: #fff;
}

/* States */
.updateCreditCard {
	padding: 1.875rem 0;
}

@media (min-width: 768px) {
	.updateCreditCard {
		padding: 3.75rem 0;
	}
}

.updateCreditCard-top {
	margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
	.updateCreditCard-top {
		margin-bottom: 1.875rem;
	}
}

.updateCreditCard .list-group-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0.5rem 0.75rem !important;
}

@media (max-width: 991.98px) {
	.updateCreditCard .list-group-item {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.updateCreditCard .list-group-item-filter {
	line-height: 0.75rem;
	padding: 0.75rem !important;
}

@media (max-width: 991.98px) {
	.updateCreditCard .list-group-item-filter {
		display: none;
	}
}

@media (min-width: 768px) {
	.updateCreditCard .list .list-group-item {
		min-height: 3.875rem;
	}
}

.updateCreditCard .cell-caption {
	color: #000;
	font-weight: bold;
}

@media (min-width: 992px) {
	.updateCreditCard .cell-caption {
		display: none;
	}
}

@media (min-width: 992px) {
	.updateCreditCard .cell-cardNumber {
		width: 25%;
	}

	.updateCreditCard .cell-expiry {
		width: 15%;
	}

	.updateCreditCard .cell-type {
		width: 20%;
	}

	.updateCreditCard .cell-cardName {
		width: 30%;
	}

	.updateCreditCard .cell-action {
		align-items: flex-start;
		-webkit-box-align: start;
		-webkit-box-pack: end;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-align: start;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 14%;
	}
}

@media (max-width: 991.98px) {
	.updateCreditCard .cell-action {
		margin-top: 0.5rem;
	}
}

.updateCreditCard .cell-action-deleteBtn {
	color: #000;
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: 700;
	margin-left: 1.25rem;
}

@media (min-width: 992px) {
	.updateCreditCard .cell-action-deleteBtn {
		border: 1px solid #d6d6d6;
		border-radius: 50%;
		cursor: pointer;
		display: inline-block;
		font-size: 0.5625rem;
		height: 1.25rem;
		line-height: 1.25rem;
		margin-left: 0.3125rem;
		text-align: center;
		width: 1.25rem;
	}

	.updateCreditCard .cell-action-deleteBtn .btnText {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.updateCreditCard .cell-action-deleteBtn {
		float: left;
	}

	.updateCreditCard .cell-action-deleteBtn i {
		display: none;
	}
}

.updateCreditCard .cell-action-editBtn {
	color: #000;
	float: left;
	font-size: 0.75rem;
	font-weight: 700;
	height: auto;
	line-height: 1.25rem;
	margin-right: 0.9375rem;
	text-decoration: none;
}

.updateCreditCard-secTitle {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
	.updateCreditCard-secTitle {
		color: #000;
		font-size: 1.125rem;
		font-weight: 700;
		margin-bottom: 1rem;
	}
}

.productDetailsPage {
	background-color: #fff;
}

.productDetailsPage-nowPrice {
	color: #db0000;
}

.productDetailsPage-normalPrice {
	color: #000;
	font-size: 1.25rem;
}

.productDetailsPage-options {
	font-size: 0;
}

.productDetailsPage .starRating {
	display: inline-block;
}

.productDetailsPage-reviewsCount {
	margin-left: 0.625rem;
}

.productDetailsPage-pinterestBtn {
	display: inline-block;
	margin-left: 0.375rem;
}

.productDetailsPage-optionsWrapper {
	margin-bottom: 0.75rem;
}

.productDetailsPage-optionsTextWrapper {
	margin-bottom: 0.375rem;
}

.productDetailsPage-moreInfoLink {
	display: inline-block;
	margin-top: 0.375rem;
}

.productDetailsPage .quantityInput {
	margin-top: 0.375rem;
}

.productDetailsPage-subTitleLink {
	font-weight: 700;
}

.productDetailsPage .productItem {
	margin-bottom: 1rem;
}

.productDetailsPage-newsletterSub {
	background-color: #0d426c;
}

.productDetailsPage-productPhoto .productItem-labelWrap {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	left: 1rem;
	white-space: pre;
	width: auto;
}

.productDetailsPage-productPhoto .productItem-label + .productItem-label {
	margin-left: 0.25rem;
}

.productDetailsPage-productPhoto .productItem-label--custom {
	position: static;
}

.productDetailsPage-productPhoto .productDetailsPage-slide {
	position: relative;
}

.productDetailsPage-productPhoto .productDetailsPage-slide:after {
	background-image: url('/Static/assets/css/svgs/zoom-in-white.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
	cursor: pointer;
	height: 0.9375rem;
	position: absolute;
	right: 0.25rem;
	top: 0.5rem;
	width: 0.9375rem;
}

.productDetailsPage-productPhoto .productDetailsPage-slide:before {
	border-left: 2.8125rem solid transparent;
	border-top: 2.8125rem solid rgba(0, 0, 0, 0.75);
	content: '';
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
}

.productDetailsPage-imgThumbs {
	font-size: 0;
	margin-top: 1rem;
}

.productDetailsPage-imgThumbs .slick-slide {
	border: 1px solid #d6d6d6;
	cursor: pointer;
	margin-bottom: 0.625rem;
	margin-right: 0.625rem;
	width: 3.125rem !important;
}

.productDetailsPage-imgThumbs .slick-slide.slick-current {
	border: 1px solid #000;
}

.productDetailsPage-imgThumbs .slick-slide img {
	width: 100%;
}

.productDetailsPage .variant-slider,
.productDetailsPage .variant-thumbs {
	display: none;
}

.productDetailsPage .variant-slider.is-active,
.productDetailsPage .variant-thumbs.is-active {
	display: block;
}

.productDetailsPage-options.colors .productDetailsPage-option {
	line-height: 0;
}

.productDetailsPage-options.colors .productDetailsPage-option img {
	max-width: 100%;
}

.productDetailsPage-options.colors--style-2 .productDetailsPage-option {
	border: 2px solid transparent !important;
	height: auto;
	margin: 0;
	padding: 3px;
	width: auto;
}

.productDetailsPage-options.colors--style-2 .productDetailsPage-option::before,
.productDetailsPage-options.colors--style-2 .productDetailsPage-option::after {
	display: none;
}

.productDetailsPage-options.colors--style-2 .productDetailsPage-option.is-active,
.productDetailsPage-options.colors--style-2 .productDetailsPage-option.is-active-variant {
	border-color: #000 !important;
}

.productDetailsPage-options.colors--style-2 .productDetailsPage-option img,
.productDetailsPage-options.colors--style-2 .productDetailsPage-option .hexColour {
	height: 24px;
	width: 24px;
}

.productDetailsPage-options.colors--style-2 .productDetailsPage-option.is-notInStock .hexColour,
.productDetailsPage-options.colors--style-2 .productDetailsPage-option.is-notInStock .image-variant {
	border: 2px solid #000;
}

.productDetailsPage-options.colors--style-2 .productDetailsPage-option.is-notInStock .hexColour img,
.productDetailsPage-options.colors--style-2 .productDetailsPage-option.is-notInStock .image-variant img {
	height: 20px;
	width: 20px;
}

.productDetailsPage-options.colors--style-2 .productDetailsPage-option.is-notInStock .hexColour::before,
.productDetailsPage-options.colors--style-2 .productDetailsPage-option.is-notInStock .hexColour::after,
.productDetailsPage-options.colors--style-2 .productDetailsPage-option.is-notInStock .image-variant::before,
.productDetailsPage-options.colors--style-2 .productDetailsPage-option.is-notInStock .image-variant::after {
	background-color: #000;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 14px;
	width: 30px;
}

.productDetailsPage-options.colors--style-2 .productDetailsPage-option.is-notInStock .hexColour::before,
.productDetailsPage-options.colors--style-2 .productDetailsPage-option.is-notInStock .image-variant::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.productDetailsPage-options.colors--style-2 .productDetailsPage-option.is-notInStock .hexColour::after,
.productDetailsPage-options.colors--style-2 .productDetailsPage-option.is-notInStock .image-variant::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.productDetailsPage-options.colors--style-2 .productDetailsPage-option.is-notInStock::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.productDetailsPage .product-img {
	cursor: pointer;
}

.productDetailsPage .slick-slide img {
	cursor: pointer;
}

.productDetailsPage-imageViewer {
	background-color: rgba(255, 255, 255, 0.97);
	display: none;
	height: 100vh;
	left: 0;
	opacity: 0;
	overflow-y: visible;
	position: fixed;
	top: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	width: 100%;
	z-index: 9999;
}

.productDetailsPage-imageViewer.is-active {
	display: block;
	opacity: 1;
}

.productDetailsPage-imageViewer .message-zoom {
	display: none;
	font-size: 0.8125rem;
	margin-bottom: 0.625rem;
	padding: 0 0.75rem;
	text-align: center;
	width: 100%;
}

@media (max-width: 767.98px) {
	.productDetailsPage-imageViewer .message-zoom {
		display: block;
		padding-top: 2.25rem;
	}
}

.productDetailsPage-imageViewer .icon-close {
	background-color: #fff;
	cursor: pointer;
	font-size: 1.5rem;
	padding: 1rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
}

.productDetailsPage-imageViewer .slider-holder {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	cursor: url('/Static/assets/css/svgs/close_small.svg'), auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: calc(100vh - 100px);
	justify-content: center;
	min-height: 300px;
	padding: 1rem;
	width: 100%;
}

.productDetailsPage-imageViewer .slider-holder.is-fullHeight {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: 100%;
	justify-content: center;
}

.productDetailsPage-imageViewer .slider-holder img:not(.zoomImg) {
	height: auto;
	margin: auto;
	max-height: calc(100vh - 135px);
	max-width: 100%;
	width: auto;
}

@media (max-width: 991.98px) {
	.productDetailsPage-imageViewer .slider-holder img:not(.zoomImg) {
		max-height: calc(100vh - 166px);
	}
}

.productDetailsPage-imageViewer .slider-holder .zoom {
	display: inline-block;
}

.productDetailsPage-imageViewer .slider-holder div {
	text-align: center;
}

.productDetailsPage-imageViewer .slider-holder .slick-list {
	max-height: 100%;
	max-width: 100%;
}

.productDetailsPage-imageViewer .slider-holder .slick-track {
	max-height: 100%;
}

.productDetailsPage-imageViewer .thumbs-holder {
	border-top: 1px solid #d6d6d6;
	font-size: 0;
	height: 100px;
	min-height: 100px;
	padding: 0.875rem;
	width: 100%;
}

.productDetailsPage-imageViewer .thumbs-holder .slick-slide {
	cursor: pointer;
	height: 4.375rem;
	margin: 0 0.625rem;
	width: 4.375rem;
}

.productDetailsPage-imageViewer .thumbs-holder .slick-slide.slick-current img {
	border: 1px solid #000;
}

.productDetailsPage-imageViewer .thumbs-holder .slick-slide img {
	max-width: 4.375rem;
}

.productDetailsPage__price-detail h4 {
	font-weight: normal;
}

.productDetailsPage__price-detail h4.isBold {
	font-weight: bold;
}

.productDetailsPage-paymentInfo {
	margin-bottom: 1rem;
}

.productDetailsPage-videoThumb {
	cursor: pointer;
	float: left;
	margin-bottom: 0.625rem;
	margin-right: 0.625rem;
	position: relative;
	width: 3.125rem;
}

.productDetailsPage-videoThumb img {
	border: 1px solid #d6d6d6;
	max-width: 100%;
	width: 100%;
}

.productDetailsPage-videoThumb span {
	align-items: center;
	bottom: 0;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: #fff;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 1.5rem;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.productDetailsPage-videoPlayer .close {
	position: absolute;
	right: 1rem;
	top: 1rem;
	z-index: 99;
}

.is-bris .productDetailsPage-videoPlayer .close {
	color: #005ea7;
}

.productDetailsPage-videoPlayer .modal-body {
	padding: 3.75rem 1rem 1rem;
}

@media (min-width: 768px) {
	.productDetailsPage-videoPlayer .modal-body {
		padding: 3.75rem 1.875rem 1.875rem;
	}
}

.productDetailsPage-videoPlayer .modal-dialog {
	max-width: 95%;
}

@media (min-width: 768px) {
	.productDetailsPage-videoPlayer .modal-dialog {
		max-width: 51.875rem;
	}
}

.productDetailsPage-videoPlayer video {
	max-width: 100%;
}

.productDetailsPage .productItem-price--discount {
	color: #db0000;
	font-size: 100.125%;
	font-weight: 700;
	margin: 0.375rem 0 0.625rem;
}

.productDetailsPage-bundles {
	background-color: #f6f6f6;
	border-radius: 2px;
	margin: 1.5rem 0 1rem;
	padding: 1rem;
}

.productDetailsPage-bundles .productDetailsPage-productPhoto .productItem-labelWrap {
	display: none;
}

.productDetailsPage-bundles-item {
	align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.productDetailsPage-bundles-item:not(:last-of-type) {
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 1rem;
	padding-bottom: 16px;
}

.productDetailsPage-bundles-item-img {
	margin-right: 1rem;
	min-width: 3.125rem;
}

@media (min-width: 992px) {
	.productDetailsPage-bundles-item-img {
		min-width: 3.75rem;
	}
}

.productDetailsPage-bundles-item-img img {
	border-radius: 2px;
	height: auto;
	width: 3.125rem;
}

@media (min-width: 992px) {
	.productDetailsPage-bundles-item-img img {
		width: 3.75rem;
	}
}

.productDetailsPage-bundles-item-titleCheckPrice {
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
	margin-top: 0.5rem;
}

.productDetailsPage-bundles-item-check {
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
	padding-right: 0.625rem !important;
}

.productDetailsPage-bundles-item-price {
	align-items: flex-end;
	-webkit-box-align: end;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-ms-flex-align: end;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1;
	margin-top: 0.25rem;
}

.productDetailsPage-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 0.75rem;
}

.productDetailsPage-clickCollectMessage {
	color: #db0000;
	font-weight: bold;
}

.productDetailsPage .addToGiftBtn.has-added .icon-gift:before {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0zMiwyNzEuNjkydjE5MmMwLDE3LjY2NCwxNC4zNjgsMzIsMzIsMzJoMTYwdi0yMjRIMzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00ODAsMTQzLjY5MkgzNzguNzUyYzcuMjY0LTQuOTYsMTMuNTA0LTkuODg4LDE3Ljg1Ni0xNC4zMDRjMjUuODI0LTI1Ljk1MiwyNS44MjQtNjguMTkyLDAtOTQuMTQ0DQoJCQljLTI1LjA4OC0yNS4yOC02OC44LTI1LjIxNi05My44NTYsMGMtMTMuODg4LDEzLjkyLTUwLjY4OCw3MC41OTItNDUuNiwxMDguNDQ4aC0yLjMwNGM1LjA1Ni0zNy44NTYtMzEuNzQ0LTk0LjUyOC00NS42LTEwOC40NDgNCgkJCWMtMjUuMDg4LTI1LjIxNi02OC44LTI1LjIxNi05My44NTYsMEM4OS42LDYxLjE5Niw4OS42LDEwMy40MzYsMTE1LjM2LDEyOS4zODhjNC4zODQsNC40MTYsMTAuNjI0LDkuMzQ0LDE3Ljg4OCwxNC4zMDRIMzINCgkJCWMtMTcuNjMyLDAtMzIsMTQuMzY4LTMyLDMydjQ4YzAsOC44MzIsNy4xNjgsMTYsMTYsMTZoMjA4di02NGg2NHY2NGgyMDhjOC44MzIsMCwxNi03LjE2OCwxNi0xNnYtNDgNCgkJCUM1MTIsMTU4LjA2LDQ5Ny42NjQsMTQzLjY5Miw0ODAsMTQzLjY5MnogTTIyMi4xMTIsMTQyLjYzNmMwLDAtMS4zNDQsMS4wNTYtNS45MiwxLjA1NmMtMjIuMTEyLDAtNjQuMzItMjIuOTc2LTc4LjExMi0zNi44NjQNCgkJCWMtMTMuNDA4LTEzLjUwNC0xMy40MDgtMzUuNTIsMC00OS4wMjRjNi40OTYtNi41MjgsMTUuMTA0LTEwLjExMiwyNC4yNTYtMTAuMTEyYzkuMTIsMCwxNy43MjgsMy41ODQsMjQuMjI0LDEwLjExMg0KCQkJQzIwOC4xMjgsNzkuNSwyMjkuNTY4LDEzNC45MjQsMjIyLjExMiwxNDIuNjM2eiBNMjk1Ljc3NiwxNDMuNjkyYy00LjU0NCwwLTUuODg4LTEuMDI0LTUuODg4LTEuMDU2DQoJCQljLTcuNDU2LTcuNzEyLDEzLjk4NC02My4xMzYsMzUuNTUyLTg0LjgzMmMxMi44OTYtMTMuMDI0LDM1LjQ1Ni0xMy4wODgsNDguNDgsMGMxMy40NCwxMy41MDQsMTMuNDQsMzUuNTIsMCw0OS4wMjQNCgkJCUMzNjAuMTI4LDEyMC43MTYsMzE3LjkyLDE0My42OTIsMjk1Ljc3NiwxNDMuNjkyeiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjg4LDI3MS42OTJ2MjI0aDE2MGMxNy42NjQsMCwzMi0xNC4zMzYsMzItMzJ2LTE5MkgyODh6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=');
	content: '';
	display: inline-block;
	height: 20px;
	width: 20px;
}

.productDetailsPage .add-to-cart:disabled {
	background-color: #707070 !important;
}

.productDetailsPage-readWriteReviews {
	padding-top: 10px;
}

.productDetailsPage-readWriteReviews span {
	cursor: pointer;
}

.productDetailsPage-readWriteReviews span:nth-child(2) {
	color: #d6d6d6;
	cursor: default;
	padding: 0 8px;
}

.productDetailsPage-reviewsSec {
	border: 1px solid #dadada;
	color: #444;
	margin-top: 32px;
}

.productDetailsPage-reviewsSec-summary {
	border-bottom: 1px solid #dadada;
	padding: 24px;
}

.productDetailsPage-reviewsSec-title {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 12px;
}

.productDetailsPage-reviewsSec-count {
	font-size: 15px;
	margin-top: 10px;
}

.productDetailsPage-reviewsSec-ratingGroup {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	font-size: 12px;
	margin-bottom: 5px;
}

.productDetailsPage-reviewsSec-bar {
	border: 1px solid #dadada;
	flex-basis: 100px;
	-ms-flex-preferred-size: 100px;
	height: 12px;
	margin: 0 7px;
	max-width: 100px;
	min-width: 100px;
	position: relative;
	width: 100px;
}

.productDetailsPage-reviewsSec-bar::after {
	background-color: #ffefb2;
	content: '';
	height: 10px;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.productDetailsPage-reviewsSec-bar.percent-10::after {
	width: calc(10 * 1%);
}

.productDetailsPage-reviewsSec-bar.percent-20::after {
	width: calc(20 * 1%);
}

.productDetailsPage-reviewsSec-bar.percent-30::after {
	width: calc(30 * 1%);
}

.productDetailsPage-reviewsSec-bar.percent-40::after {
	width: calc(40 * 1%);
}

.productDetailsPage-reviewsSec-bar.percent-50::after {
	width: calc(50 * 1%);
}

.productDetailsPage-reviewsSec-bar.percent-60::after {
	width: calc(60 * 1%);
}

.productDetailsPage-reviewsSec-bar.percent-70::after {
	width: calc(70 * 1%);
}

.productDetailsPage-reviewsSec-bar.percent-80::after {
	width: calc(80 * 1%);
}

.productDetailsPage-reviewsSec-bar.percent-90::after {
	width: calc(90 * 1%);
}

.productDetailsPage-reviewsSec-bar.percent-100::after {
	width: calc(100 * 1%);
}

.productDetailsPage-reviewsSec-percentage {
	min-width: 40px;
}

.productDetailsPage-reviewsSec-ratingCount {
	text-align: right;
}

.productDetailsPage-reviewsSec-paging {
	border-bottom: 1px solid #dadada;
	margin: 24px;
	padding-bottom: 24px;
}

.productDetailsPage-reviewsSec-paging.bottom {
	border-bottom-width: 0;
	border-top: 1px solid #dadada;
	padding-bottom: 0;
	padding-top: 24px;
}

.productDetailsPage-reviewsSec-list-item {
	border-bottom: 1px solid #dadada;
	margin: 24px;
	padding-bottom: 24px;
}

.productDetailsPage-reviewsSec-list-item-avatar {
	align-self: flex-start;
	flex-basis: 48px;
	-ms-flex-item-align: start;
	-ms-flex-preferred-size: 48px;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	margin-right: 14px;
	min-width: 48px;
	position: relative;
	text-align: center;
	width: 48px;
	z-index: 1;
}

.productDetailsPage-reviewsSec-list-item-avatar::after {
	background-color: #dadada;
	border-radius: 50%;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.productDetailsPage-reviewsSec-list-item .starRating {
	margin-right: 12px;
}

.productDetailsPage-reviewsSec-list-item-reviewer {
	font-size: 18px;
	margin-top: 2px;
}

.productDetailsPage-reviewsSec-list-item-review {
	font-size: 15px;
	line-height: 24px;
	margin-top: 20px;
}

.productDetailsPage-reviewsSec-list-item:last-of-type {
	border-bottom-width: 0;
	padding-bottom: 0;
}

.productDetailsPage-reviewsSec .pagination {
	margin: 0;
	padding: 0;
}

.productDetailsPage-reviewsSec .pagination li a {
	background-color: transparent !important;
	color: darkgrey !important;
	text-shadow: none !important;
}

.productDetailsPage-reviewsSec .pagination li a:hover {
	color: #000 !important;
}

.productDetailsPage-reviewsSec .pagination li.active a {
	background-color: transparent;
	color: #000 !important;
}

.productDetailsPage-reviewsSec .pagination-next,
.productDetailsPage-reviewsSec .pagination-prev {
	cursor: pointer;
}

.productDetailsPage-videoZoomWrap {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: calc(100vh - 100px - 16px);
	justify-content: center;
	margin: 0 auto;
}

@media (min-width: 992px) {
	.productDetailsPage-videoZoomWrap {
		width: 80%;
	}
}

.productDetailsPage-videoZoom {
	cursor: pointer;
	max-width: 800px;
	width: 100%;
}

.productDetailsPage-bundlesItem {
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 0 !important;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.productDetailsPage-bundlesItem:first-of-type {
	border-top: 1px solid #d6d6d6;
	margin-top: 0.625rem;
}

.productDetailsPage-bundlesItem .is-outOfStock .productItem-label:not(.productItem-label-outofstock) {
	display: none;
}

.productDetailsPage-bundlesItem .is-outOfStock .productDetailsPage-bundlesItem-quantity {
	display: none;
}

.productDetailsPage-bundlesItem-label {
	align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.productDetailsPage-bundlesItem-label .productItem-labelWrap {
	padding-right: 4px;
}

.productDetailsPage-bundlesItem-label-name {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	width: 60%;
}

.productDetailsPage-bundlesItem-price {
	text-align: right;
}

.productDetailsPage-bundlesItem-price--discount {
	color: #db0000 !important;
}

.productDetailsPage-bundlesItem-price--original.is-line-through {
	color: darkgrey;
}

.productDetailsPage-bundlesItem .productItem-labelWrap {
	align-items: flex-start;
	align-self: self-start;
	-webkit-box-align: start;
	display: inline-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-box;
	-ms-flex-align: start;
	-ms-flex-item-align: self-start;
	left: inherit;
	position: inherit;
	top: inherit;
	white-space: initial;
	width: auto;
}

.productDetailsPage-bundlesItem .productItem-labelWrap .productItem-label {
	font-size: 10px;
	font-weight: bold;
	line-height: inherit;
	padding: 0 5px;
	width: auto;
}

.productDetailsPage-bundlesItem .quantityInput {
	margin: 0 !important;
}

.productDetailsPage-bundlesItem .quantityInput input {
	border: none;
	height: inherit;
	padding: 0;
}

/* States */
.productDetailsPage-content {
	font-size: 0.8125rem;
	padding-bottom: 1.875rem;
	padding-top: 0.75rem;
}

@media (min-width: 768px) {
	.productDetailsPage-content {
		padding-bottom: 3.75rem;
		padding-top: 1.5rem;
	}
}

.productDetailsPage-sliderNav .slick-track {
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

.productDetailsPage-sliderNav .slick-slide {
	border: 1px solid #d6d6d6;
	height: 2.375rem;
	margin-right: 0.75rem;
	max-height: 2.375rem;
	max-width: 2.375rem;
	position: relative;
	width: 2.375rem;
}

.productDetailsPage-sliderNav .slick-slide:last-of-type {
	margin-right: 0;
}

.productDetailsPage-sliderNav .slick-slide.slick-current {
	border: 1px solid #000;
}

.productDetailsPage-sliderNav .slick-slide.slick-current .productDetailsPage-shadow {
	display: block;
}

.productDetailsPage-shadow {
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 0.8);
	box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 0.8);
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.productDetailsPage-shareButtons {
	margin-top: 0.625rem;
}

@media (min-width: 768px) {
	.productDetailsPage-shareButtons {
		margin-top: 0;
	}
}

.productDetailsPage-option {
	border: 1px solid #d6d6d6;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	line-height: 2.25rem;
	margin-bottom: 0.25rem;
	margin-right: 0.75rem;
	margin-top: 0.25rem;
	max-height: 2.375rem;
	max-width: 2.375rem;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 2.375rem;
}

.productDetailsPage-option.is-active {
	position: relative;
}

.productDetailsPage-option.is-active:before {
	background: #000;
	border-radius: 50%;
	content: ' ';
	height: 18px;
	position: absolute;
	right: -9px;
	top: -9px;
	width: 18px;
}

.productDetailsPage-option.is-active:after {
	color: #fff;
	content: '\e903';
	font-family: 'bris-icons';
	font-size: 0.5625rem;
	line-height: 0;
	position: absolute;
	right: -5px;
	top: 1px;
}

.productDetailsPage-option.is-hexColour:not(.is-active) {
	border: none;
}

.productDetailsPage-option .hexColour {
	display: block;
	height: 2.375rem;
}

.productDetailsPage-option img {
	max-height: 100%;
	max-width: 100%;
}

.productDetailsPage-options.sizes .productDetailsPage-option {
	font-size: 0.75rem;
	max-width: none;
	min-width: 2.375rem;
	padding: 0 0.375rem;
	width: auto;
}

.productDetailsPage-subTitle {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	margin-bottom: 0.375rem;
}

@media (min-width: 768px) {
	.productDetailsPage-subTitle {
		color: #000;
		font-size: 1.125rem;
		font-weight: 700;
	}
}

.productDetailsPage .propositionTile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem;
}

.productDetailsPage .propositionTile-text {
	margin: 0;
}

.productDetailsPage .propositionTile-title {
	font-size: 0.9375rem;
}

@media (min-width: 768px) {
	.productDetailsPage .propositionTile-title {
		font-size: 1.125rem;
	}
}

.productDetailsPage .propositionTile-subTitle {
	font-size: 0.8125rem;
}

@media (min-width: 768px) {
	.productDetailsPage .propositionTile-subTitle {
		font-size: 0.9375rem;
	}
}

.productDetailsPage-newsletterSub {
	align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-pack: center;
	display: block;
	-ms-flex-align: start;
	-ms-flex-pack: center;
	font-size: 0;
	justify-content: center;
	padding: 1.125rem;
	text-align: center;
}

.productDetailsPage-newsletterSub img {
	margin-top: 0.125rem;
	max-width: 1.875rem;
}

.productDetailsPage-newsletterSub span {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 700;
	padding: 0 1rem;
}

.productDetailsPage-newsletterSub input {
	height: 2.25rem !important;
}

.productDetailsPage-newsletterSub * {
	vertical-align: top;
}

.productDetailsPage-newsletterSub .seperator {
	height: 0.625rem;
}

@media (min-width: 768px) {
	.productDetailsPage-newsletterSub {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 1.875rem;
	}

	.productDetailsPage-newsletterSub span {
		color: #fff;
		font-size: 1.125rem;
		font-weight: 700;
		margin-top: 0.625rem;
	}

	.productDetailsPage-newsletterSub input {
		height: 3rem !important;
		min-width: 21.875rem;
	}

	.productDetailsPage-newsletterSub img {
		margin-top: 0.75rem;
	}

	.productDetailsPage-newsletterSub .seperator {
		height: 0;
	}

	.productDetailsPage-newsletterSub .error-messages,
	.productDetailsPage-newsletterSub .success-messages {
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
	}
}

.productDetailsPage-slide .zoom {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	height: 100%;
	width: 100%;
}

.productDetailsPage-slide,
.productDetailsPage-thumb,
.productDetailsPage-imgZoomWrap {
	position: relative;
}

.productDetailsPage-slide .icon-play,
.productDetailsPage-thumb .icon-play,
.productDetailsPage-imgZoomWrap .icon-play {
	color: #fff;
	cursor: pointer;
	font-size: 1.5rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.productDetailsPage-slide .icon-play {
	font-size: 3.75rem;
}

.productDetailsPage .zoomIcon {
	position: absolute;
	right: 1rem;
	top: 0;
}

.productDetailsPage .zoomIcon:after {
	background-image: url('/Static/assets/css/svgs/zoom-in-white.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
	cursor: pointer;
	height: 0.9375rem;
	position: absolute;
	right: 0.25rem;
	top: 0.5rem;
	width: 0.9375rem;
}

.productDetailsPage .zoomIcon:before {
	border-left: 2.8125rem solid transparent;
	border-top: 2.8125rem solid rgba(0, 0, 0, 0.75);
	content: '';
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
}

 {
	text-align: left;
}

.is-bris .productDetailsPage-content .productItem-subTitle {
	font-size: 0.8125rem;
}

.is-bris .productDetailsPage .addToGiftBtn.has-added .icon-gift:before {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGZpbGw9IiMwMDVFQTciIGQ9Ik0zMiwyNzEuNjkydjE5MmMwLDE3LjY2NCwxNC4zNjgsMzIsMzIsMzJoMTYwdi0yMjRIMzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGZpbGw9IiMwMDVFQTciIGQ9Ik00ODAsMTQzLjY5MkgzNzguNzUyYzcuMjY0LTQuOTYsMTMuNTA0LTkuODg4LDE3Ljg1Ni0xNC4zMDRjMjUuODI0LTI1Ljk1MiwyNS44MjQtNjguMTkyLDAtOTQuMTQ0DQoJCQljLTI1LjA4OC0yNS4yOC02OC44LTI1LjIxNi05My44NTYsMGMtMTMuODg4LDEzLjkyLTUwLjY4OCw3MC41OTItNDUuNiwxMDguNDQ4aC0yLjMwNGM1LjA1Ni0zNy44NTYtMzEuNzQ0LTk0LjUyOC00NS42LTEwOC40NDgNCgkJCWMtMjUuMDg4LTI1LjIxNi02OC44LTI1LjIxNi05My44NTYsMEM4OS42LDYxLjE5Niw4OS42LDEwMy40MzYsMTE1LjM2LDEyOS4zODhjNC4zODQsNC40MTYsMTAuNjI0LDkuMzQ0LDE3Ljg4OCwxNC4zMDRIMzINCgkJCWMtMTcuNjMyLDAtMzIsMTQuMzY4LTMyLDMydjQ4YzAsOC44MzIsNy4xNjgsMTYsMTYsMTZoMjA4di02NGg2NHY2NGgyMDhjOC44MzIsMCwxNi03LjE2OCwxNi0xNnYtNDgNCgkJCUM1MTIsMTU4LjA2LDQ5Ny42NjQsMTQzLjY5Miw0ODAsMTQzLjY5MnogTTIyMi4xMTIsMTQyLjYzNmMwLDAtMS4zNDQsMS4wNTYtNS45MiwxLjA1NmMtMjIuMTEyLDAtNjQuMzItMjIuOTc2LTc4LjExMi0zNi44NjQNCgkJCWMtMTMuNDA4LTEzLjUwNC0xMy40MDgtMzUuNTIsMC00OS4wMjRjNi40OTYtNi41MjgsMTUuMTA0LTEwLjExMiwyNC4yNTYtMTAuMTEyYzkuMTIsMCwxNy43MjgsMy41ODQsMjQuMjI0LDEwLjExMg0KCQkJQzIwOC4xMjgsNzkuNSwyMjkuNTY4LDEzNC45MjQsMjIyLjExMiwxNDIuNjM2eiBNMjk1Ljc3NiwxNDMuNjkyYy00LjU0NCwwLTUuODg4LTEuMDI0LTUuODg4LTEuMDU2DQoJCQljLTcuNDU2LTcuNzEyLDEzLjk4NC02My4xMzYsMzUuNTUyLTg0LjgzMmMxMi44OTYtMTMuMDI0LDM1LjQ1Ni0xMy4wODgsNDguNDgsMGMxMy40NCwxMy41MDQsMTMuNDQsMzUuNTIsMCw0OS4wMjQNCgkJCUMzNjAuMTI4LDEyMC43MTYsMzE3LjkyLDE0My42OTIsMjk1Ljc3NiwxNDMuNjkyeiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBmaWxsPSIjMDA1RUE3IiBkPSJNMjg4LDI3MS42OTJ2MjI0aDE2MGMxNy42NjQsMCwzMi0xNC4zMzYsMzItMzJ2LTE5MkgyODh6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=') !important;
}

.new-pdp.product-sticky {
	overflow: unset;
}

.pdp-desc {
	margin: 0 16px;
}

.pdp-desc .product-hide {
	display: none;
}

.pdp-desc-inner {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
}

@media (min-width: 992px) {
	.pdp-desc-inner {
		-webkit-box-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 60px;
	}
}

@media (min-width: 992px) {
	.pdp-desc-left {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		max-width: 900px;
		position: -webkit-sticky;
		position: sticky;
		top: 20px;
		width: 62.5%;
	}
}

.pdp-desc-left .img-container .variant-slider,
.pdp-desc-left .img-container .variant-thumbs {
	display: none;
}

.pdp-desc-left .img-container .productItem-labelWrap {
	white-space: pre;
	width: auto;
}

.pdp-desc-left .img-container .productItem-labelWrap .productItem-label + .productItem-label {
	margin-left: 0.25rem;
}

.pdp-desc-left .img-container .productItem-labelWrap .productItem-label:nth-child(n+3) {
	display: none;
}

.pdp-desc-left .img-container .img-zoom-outline {
	position: relative;
}

.pdp-desc-left .img-container .img-zoom-outline img {
	cursor: pointer;
	height: auto;
	width: 100%;
}

.pdp-desc-left .img-container .img-listing .slick-list .slick-slide {
	height: 50px;
	margin: 0 10px 8px 0;
	padding: 0;
	width: 50px !important;
}

.pdp-desc-left .img-container .img-listing .slick-list .slick-slide.slick-current {
	position: relative;
}

.pdp-desc-left .img-container .img-listing .slick-list .slick-slide.slick-current::after {
	border: 3px solid #4d4d4d;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.pdp-desc-left .img-container .img-listing .slick-list .slick-slide div {
	height: inherit;
}

.pdp-desc-left .img-container .img-listing .slick-list .slick-slide .pdp-thumb {
	cursor: pointer;
}

.pdp-desc-left .img-container .img-listing .slick-list .slick-slide .pdp-thumb .icon-play {
	font-size: 1.5rem;
}

.pdp-desc-left .img-container .img-listing .slick-list .slick-slide img {
	height: inherit;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.pdp-desc-left .img-container .pdp-slide,
.pdp-desc-left .img-container .pdp-thumb {
	position: relative;
}

.pdp-desc-left .img-container .pdp-slide .icon-play,
.pdp-desc-left .img-container .pdp-thumb .icon-play {
	color: #fff;
	cursor: pointer;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pdp-desc-left .img-container .pdp-slide .icon-play {
	font-size: 3.75rem;
}

@media (min-width: 992px) {
	.pdp-desc-left .img-container {
		-webkit-box-direction: reverse;
		-webkit-box-orient: horizontal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.pdp-desc-left .img-container .img-zoom-outline {
		width: calc(100% - 120px);
	}

	.pdp-desc-left .img-container .img-listing {
		margin-right: 5px;
		max-height: 740px;
		overflow-y: auto;
		width: 115px;
	}

	.pdp-desc-left .img-container .img-listing::-webkit-scrollbar-track {
		background-color: #f5f5f5;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	}

	.pdp-desc-left .img-container .img-listing::-webkit-scrollbar {
		background-color: #f5f5f5;
		width: 6px;
	}

	.pdp-desc-left .img-container .img-listing::-webkit-scrollbar-thumb {
		background-color: #8a8a8a;
		border-radius: 5px;
	}

	.pdp-desc-left .img-container .img-listing .slick-list .slick-track {
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
		width: 120px !important;
	}

	.pdp-desc-left .img-container .img-listing .slick-list .slick-slide {
		height: 100px;
		margin-bottom: 20px;
		width: 100px !important;
	}

	.pdp-desc-left .img-container .pdp-imgSlider .slick-track {
		margin: 0 -5px;
	}

	.pdp-desc-left .img-container .pdp-imgSlider .slick-slide {
		margin: 0 5px;
		max-height: 740px;
		overflow: hidden;
	}

	.pdp-desc-left .img-container .pdp-imgSlider .slick-slide .pdp-slide {
		align-items: center;
		-webkit-box-align: center;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-align: center;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}
}

@media (max-width: 991.98px) {
	.pdp-desc-right {
		margin-bottom: 40px;
	}
}

@media (min-width: 992px) {
	.pdp-desc-right {
		max-width: 480px;
		width: 33.5%;
	}
}

.pdp-desc-right h1.prod-title {
	font-size: 1.375rem;
	line-height: 33px;
	margin: 0;
	padding: 10px 50px 10px 0;
}

@media (min-width: 992px) {
	.pdp-desc-right h1.prod-title {
		font-size: 1.875rem;
		line-height: 40px;
		padding: 0 50px 16px 0;
	}
}

.pdp-desc-right .productDetailsPage-paymentInfo {
	margin: 0;
	padding: 16px 0;
}

.pdp-desc-right .productDetailsPage-paymentInfo .paymentInfo-detail {
	margin-bottom: 0;
}

.pdp-desc-right .productDetailsPage-paymentInfo .paymentInfo-detail p {
	margin-bottom: 0;
}

.pdp-desc-right .productDetailsPage-paymentInfo .paymentInfo-detail .payment-desc {
	color: #4d4d4d;
	display: contents;
	font-size: 0.8125rem;
}

.pdp-desc-right .productDetailsPage-paymentInfo .paymentInfo-detail .payment-desc strong {
	color: #000;
}

.pdp-desc-right .productDetailsPage-paymentInfo .paymentInfo-detail .paymentInfo-info {
	display: contents;
}

.pdp-desc-right .productDetailsPage-paymentInfo .paymentInfo-detail .paymentInfo-info img {
	height: 14px;
	width: auto;
}

.pdp-desc-right .pdp-desc-price {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 21px;
}

.pdp-desc-right .pdp-desc-price .productItem-price--original,
.pdp-desc-right .pdp-desc-price .pdp-defaultPrice {
	font-weight: 700;
}

.pdp-desc-right .pdp-desc-price .pdp-nowPrice,
.pdp-desc-right .pdp-desc-price .productItem-price--discount {
	color: #db0000;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 0;
}

.pdp-desc-right .pdp-desc-price .productItem-subTitle {
	font-size: 0.8125rem;
	font-weight: normal;
	margin: 0;
}

@media (min-width: 992px) {
	.pdp-desc-right .pdp-desc-price {
		font-size: 1.25rem;
		line-height: 28px;
	}

	.pdp-desc-right .pdp-desc-price .pdp-nowPrice,
	.pdp-desc-right .pdp-desc-price .productItem-price--discount {
		font-size: 1.375rem;
	}
}

.pdp-desc-right .pdp-desc-review {
	font-size: 0.875rem;
	padding-bottom: 16px;
}

.pdp-desc-right .pdp-desc-review .starRating {
	display: inline-block;
}

.pdp-desc-right .pdp-desc-review .review-number {
	margin-left: 6px;
	margin-right: 23px;
}

.pdp-desc-right .pdp-desc-review .read-write-review {
	padding-top: 10px;
}

.pdp-desc-right .pdp-desc-review .read-write-review span {
	color: #d6d6d6;
	color: #4d4d4d;
}

.pdp-desc-right .pdp-variant {
	padding-bottom: 16px;
}

.pdp-desc-right .pdp-variant .variant-heading {
	-webkit-box-pack: justify;
	color: #4d4d4d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	font-size: 0.8125rem;
	justify-content: space-between;
}

.pdp-desc-right .pdp-variant .variant-heading .variant-heading-left {
	font-weight: 500;
}

.pdp-desc-right .pdp-variant .variant-heading .variant-heading-left span {
	font-size: 0.875rem;
	font-weight: normal;
	padding-left: 10px;
}

.pdp-desc-right .pdp-variant ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.pdp-desc-right .pdp-variant ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pdp-desc-right .pdp-desc-color ul li {
	border: 2px solid #fff;
	cursor: pointer;
	padding: 3px;
}

.pdp-desc-right .pdp-desc-color ul li:first-child {
	margin-left: 0;
}

.pdp-desc-right .pdp-desc-color ul li.active {
	border-color: #000;
}

.pdp-desc-right .pdp-desc-color ul li.is-notInStock span {
	border: 2px solid;
	position: relative;
}

.pdp-desc-right .pdp-desc-color ul li.is-notInStock span::before,
.pdp-desc-right .pdp-desc-color ul li.is-notInStock span::after {
	background-color: #000;
	content: '';
	display: block;
	height: 1px;
	left: -6px;
	position: absolute;
	top: 11px;
	width: 36px;
}

.pdp-desc-right .pdp-desc-color ul li.is-notInStock span::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pdp-desc-right .pdp-desc-color ul li.is-notInStock span::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pdp-desc-right .pdp-desc-color ul li span {
	display: block;
	height: 28px;
	width: 28px;
}

.pdp-desc-right .pdp-desc-color ul li span img {
	height: 100%;
	width: 100%;
}

.pdp-desc-right .pdp-desc-size ul li {
	border: 1px solid #d9d9d9;
	color: #4d4d4d;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	margin: 4px 8px 4px 0;
	padding: 0 14px;
}

.pdp-desc-right .pdp-desc-size ul li.active {
	background-color: #707070;
	border: none;
	color: #fff;
}

.pdp-desc-right .pdp-desc-size .variant-size-guide {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.pdp-desc-right .pdp-desc-size .variant-size-guide .size-guide {
	align-items: center;
	background-color: #404040;
	border-radius: 20px;
	-webkit-box-align: center;
	color: #fff;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-ms-flex-align: center;
	font-size: 0.875rem;
	font-weight: normal;
	height: 25px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 0 14px 0 12px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.pdp-desc-right .pdp-desc-size .variant-size-guide .size-guide::before {
	background-image: url('/Static/assets/images/icons/size-guide.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	display: block;
	height: 14px;
	margin-right: 6px;
	width: 14px;
}

.pdp-desc-right .pdp-desc-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 16px;
}

.pdp-desc-right .pdp-desc-action .pdp-desc-qty {
	align-items: center;
	border: 1px solid #d9d9d9;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	height: 50px;
	margin-right: 10px;
	width: 90px;
}

.pdp-desc-right .pdp-desc-action .pdp-desc-qty .icon {
	cursor: pointer;
	height: inherit;
	position: relative;
	width: 30px;
}

.pdp-desc-right .pdp-desc-action .pdp-desc-qty .icon.plus::before {
	background-color: #a9a9a9;
	content: '';
	display: block;
	height: 12px;
	-webkit-mask-image: url(/Static/assets/images/icons/plus.svg);
	mask-image: url(/Static/assets/images/icons/plus.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 12px 12px;
	mask-size: 12px 12px;
	position: absolute;
	right: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
}

.pdp-desc-right .pdp-desc-action .pdp-desc-qty .icon.minus::before {
	background-color: #a9a9a9;
	content: '';
	display: block;
	height: 12px;
	left: 14px;
	-webkit-mask-image: url(/Static/assets/images/icons/minus.svg);
	mask-image: url(/Static/assets/images/icons/minus.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 12px 12px;
	mask-size: 12px 12px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
}

.pdp-desc-right .pdp-desc-action .pdp-desc-qty input {
	border: unset;
	color: #4d4d4d;
	font-size: pxTorem(16);
	font-weight: 700;
	height: 48px;
	text-align: center;
	width: 35px;
}

.pdp-desc-right .pdp-desc-action .pdp-desc-qty input:focus {
	outline: none;
}

.pdp-desc-right .pdp-desc-action .pdp-desc-button {
	-webkit-box-flex: 2;
	flex-grow: 2;
	-ms-flex-positive: 2;
}

.pdp-desc-right .pdp-desc-action .pdp-desc-button .button--primary {
	font-size: 0.875rem;
	height: 50px;
	line-height: 50px;
}

.pdp-desc-right .pdp-desc-action .pdp-desc-button .add-to-cart:disabled {
	background-color: #707070 !important;
}

.pdp-desc-right .pdp-desc-action .pdp-desc-wishlist.wishlistBtn.has-added .icon-heart-outline {
	display: none;
}

.pdp-desc-right .pdp-desc-action .pdp-desc-wishlist.wishlistBtn.has-added .icon-heart {
	display: block;
}

.pdp-desc-right .pdp-desc-action .pdp-desc-wishlist.wishlistBtn .wishlist-icon {
	font-size: 1.375rem;
	font-weight: 500;
}

.pdp-desc-right .pdp-desc-action .pdp-desc-wishlist.wishlistBtn .icon-heart {
	display: none;
}

.pdp-desc-right .pdp-desc-action .pdp-desc-gift .icon-gift {
	font-size: 1.375rem;
}

.pdp-desc-right .pdp-desc-action .wishlistBtn,
.pdp-desc-right .pdp-desc-action .addToGiftBtn {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-flex: 0;
	-webkit-box-pack: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	height: 50px;
	justify-content: center;
	margin-left: 10px;
	width: 50px;
}

.pdp-desc-right .pdp-extra-info .extra-info-heading {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	font-size: 0.875rem;
	justify-content: space-between;
	padding: 18px 0 6px;
}

.pdp-desc-right .pdp-extra-info .extra-info-heading .extra-info-left {
	color: #000;
	font-weight: 500;
}

.pdp-desc-right .pdp-extra-info .extra-info-heading .extra-info-right {
	align-items: center;
	-webkit-box-align: center;
	color: #5f5f5f;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
}

.pdp-desc-right .pdp-extra-info .extra-info-heading .extra-info-right::before {
	background-image: url('/Static/assets/images/icons/pencil.svg');
	content: '';
	display: block;
	height: 16px;
	margin-bottom: 5px;
	margin-right: 4px;
	width: 16px;
}

.pdp-desc-right .pdp-extra-info .change-delivery {
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	padding: 10px 0 20px;
}

.pdp-desc-right .pdp-extra-info .change-delivery .change-delivery-title {
	color: #000;
	font-size: 0.75rem;
	font-weight: 500;
}

.pdp-desc-right .pdp-extra-info .change-delivery .change-delivery-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pdp-desc-right .pdp-extra-info .change-delivery .change-delivery-form form input {
	border: 1px solid #d9d9d9;
	-webkit-box-flex: 2;
	flex-grow: 2;
	-ms-flex-positive: 2;
}

.pdp-desc-right .pdp-extra-info .change-delivery .change-delivery-form form button {
	background-color: #d9d9d9;
	border: none;
	font-size: 0.875rem;
	font-weight: 700;
	height: 50px;
	width: 110px;
}

.pdp-desc-right .pdp-extra-info ul {
	margin: 0;
	padding: 0;
}

.pdp-desc-right .pdp-extra-info ul li {
	display: block;
	margin: 0;
	padding: 0;
}

.pdp-desc-right .pdp-desc-delivery > ul {
	padding: 12px 0 0;
}

.pdp-desc-right .pdp-desc-delivery > ul > li {
	margin-bottom: 10px;
}

.pdp-desc-right .pdp-desc-delivery > ul > li .initial:not(.d-none) + .rural-delivery:not(.d-none) .pdp-desc-delivery-detail {
	border-top: unset;
}

.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-title {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	font-size: 0.875rem;
	font-weight: 700;
}

.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-title .text-contents {
	display: contents;
}

.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-title .store-name,
.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-title .postcode-number {
	display: contents;
}

.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-title .storeAvailability-changeStore,
.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-title .rural-changePostcode {
	color: #035ea7;
	cursor: pointer;
	font-weight: normal;
	margin-left: auto;
	padding-left: 15px;
	text-decoration: underline;
	white-space: nowrap;
}

.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-title .storeAvailability-changeStore:hover,
.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-title .rural-changePostcode:hover {
	text-decoration: none;
}

.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-icon {
	height: auto;
	margin-bottom: 3px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	width: 36px;
}

.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-icon img {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}

.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-detail {
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 8px;
}

.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-info {
	color: #7d7d7d;
	font-size: 0.75rem;
	width: 55%;
}

.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-info#pdp-clickCollectMessage {
	width: 100%;
}

.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-info .pdp-clickCollectMessage {
	padding: 0;
}

.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-info > * {
	margin-bottom: 8px;
}

.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-info h1,
.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-info h2,
.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-info h3,
.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-info h4,
.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-info h5,
.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-info h6 {
	color: #000;
	font-weight: 700;
}

.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-info h4,
.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-info h5,
.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-info h6 {
	font-size: 0.875rem;
	line-height: 18px;
	margin-bottom: 0;
}

.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-info ul,
.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-info ol {
	margin-left: 25px;
	padding: 0;
}

.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-info ul li,
.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-info ol li {
	display: list-item;
	padding-bottom: 5px;
}

.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-info .shipping-promotion p {
	margin-bottom: 6px;
}

.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-cost {
	font-size: 0.875rem;
	margin-left: 10px;
	text-align: right;
	width: 45%;
}

.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-cost .price,
.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-cost .rural-disclaimerText {
	font-size: 0.75rem;
}

.pdp-desc-right .pdp-desc-delivery > ul > li .pdp-desc-delivery-cost .rural-disclaimerText {
	color: #7d7d7d;
	line-height: 12px;
}

.pdp-desc-right .pdp-desc-store ul li {
	background-color: #f5f5f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 20px 15px 10px;
}

.pdp-desc-right .pdp-desc-store ul li .pdp-desc-store-icon {
	height: 28px;
	margin-right: 10px;
	width: 28px;
}

.pdp-desc-right .pdp-desc-store ul li .pdp-desc-store-icon img {
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	width: inherit;
}

.pdp-desc-right .pdp-desc-store ul li .pdp-desc-store-info {
	-webkit-box-flex: 2;
	color: #000;
	flex-grow: 2;
	-ms-flex-positive: 2;
	font-size: 0.875rem;
	font-weight: 700;
	padding-right: 30px;
	position: relative;
}

.pdp-desc-right .pdp-desc-store ul li .pdp-desc-store-info span {
	color: #7d7d7d;
	display: block;
	font-size: 0.75rem;
	font-weight: normal;
}

.pdp-desc-right .pdp-desc-store ul li .pdp-desc-store-info::after {
	background-image: url('/Static/assets/images/icons/check-store-arrow.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 20px;
	margin-top: -10px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 24px;
}

.pdp-desc-right .pdp-clickCollectMessage {
	color: #db0000;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 16px 0 24px;
}

.pdp-desc-right .nearbyStores {
	display: none;
}

.pdp-desc-right .nearbyStores ul {
	border-bottom: 1px solid #d9d9d9;
}

@media (min-width: 768px) {
	.pdp-desc-right .nearbyStores ul li .form-check label {
		width: 190px;
	}
}

.pdp-bundles .bundle-hide {
	display: none;
}

.pdp-bundles .pdp-desc .product-hide {
	display: block;
}

.pdp-bundles .selectbox[data-name=""] .dropdown-toggle .selectbox-title {
	color: #707070;
}

.pdp-bundles .selectbox .dropdown-toggle {
	height: 40px;
}

.pdp-bundles .selectbox .dropdown-toggle .selectbox-title {
	font-size: 1rem;
}

.pdp-bundles .selectbox .dropdown-item {
	color: #000;
	font-size: 0.875rem;
}

.pdp-bundles .selectbox .dropdown-item:hover {
	background: transparent !important;
}

.pdp-bundles .pdp-desc-inner {
	padding-bottom: 16px;
}

.pdp-bundles .pdp-desc-left .img-container .productItem-labelWrap {
	display: none;
}

.pdp-bundles .pdp-desc-right .productDetailsPage-paymentInfo {
	padding-top: 0;
}

.pdp-bundles .pdp-bundlesItem.productItem {
	margin-bottom: 0;
}

.pdp-bundles .pdp-bundlesItem .is-outOfStock .productItem-label:not(.productItem-label-outofstock) {
	display: none;
}

.pdp-bundles .pdp-bundlesItem .is-outOfStock .pdp-bundlesItem_quantity {
	display: none;
}

.pdp-bundles .pdp-bundlesItem_text {
	border-bottom: 1px solid #d9d9d9;
	color: #4d4d4d;
	font-size: 0.8125rem;
	font-weight: 500;
	padding-bottom: 16px;
}

.pdp-bundles .pdp-bundlesItem ul {
	margin: 0;
	padding: 0;
}

.pdp-bundles .pdp-bundlesItem ul li {
	align-items: center;
	border-bottom: 1px solid #d9d9d9;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	list-style: none;
	padding: 22px 0;
}

@media (min-width: 992px) {
	.pdp-bundles .pdp-bundlesItem ul li {
		padding: 16px 0;
	}
}

.pdp-bundles .pdp-bundlesItem ul li[data-variant-only-color="false"] .pdp-bundlesItem_product-label {
	margin-right: auto;
	width: auto;
}

.pdp-bundles .pdp-bundlesItem ul li[data-variant-only-color="false"] .pdp-bundlesItem_product-label .product-name {
	width: auto;
}

.pdp-bundles .pdp-bundlesItem ul li[data-variant-only-color="false"] .pdp-bundlesItem_product-label .productItem-labelWrap {
	display: none;
}

.pdp-bundles .pdp-bundlesItem ul li[data-variant-only-color="false"] .pdp-bundlesItem-price--original {
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.pdp-bundles .pdp-bundlesItem ul li[data-variant-only-color="false"] .pdp-bundlesItem_price {
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.pdp-bundles .pdp-bundlesItem_product-label {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	font-weight: 500;
	line-height: 20px;
	width: calc(100% - 176px);
}

@media (min-width: 992px) {
	.pdp-bundles .pdp-bundlesItem_product-label {
		width: calc(100% - 196px);
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.pdp-bundles .pdp-bundlesItem_product-label {
		width: calc(100% - 296px);
	}
}

.pdp-bundles .pdp-bundlesItem_product-label .product-name {
	color: #000;
	font-size: 0.875rem;
	width: 70%;
}

.pdp-bundles .pdp-bundlesItem_product-label .productItem-labelWrap {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	position: inherit;
	width: 30%;
}

.pdp-bundles .pdp-bundlesItem_product-label .productItem-labelWrap .productItem-label {
	font-size: 10px;
	font-weight: 700;
	line-height: 15px;
	margin-left: auto;
	margin-right: 0;
	padding: 0 5px;
	width: auto;
}

.pdp-bundles .pdp-bundlesItem_product-label .productItem-labelWrap .productItem-label:not(:first-child) {
	margin-top: 0.25rem;
}

.pdp-bundles .pdp-bundlesItem_product-label .productItem-labelWrap .productItem-label.productItem-label--knockdown {
	white-space: nowrap;
}

.pdp-bundles .pdp-bundlesItem_price {
	color: #000;
	font-size: 0.875rem;
	font-weight: 500;
	padding-right: 14px;
	text-align: right;
	width: 80px;
}

@media (min-width: 992px) {
	.pdp-bundles .pdp-bundlesItem_price {
		width: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.pdp-bundles .pdp-bundlesItem_price {
		width: 200px;
	}
}

.pdp-bundles .pdp-bundlesItem_price .pdp-bundlesItem-price--discount {
	color: #db0000;
}

.pdp-bundles .pdp-bundlesItem_price .is-line-through {
	font-weight: normal;
}

.pdp-bundles .pdp-bundlesItem_quantity {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	height: 32px;
	width: 96px;
}

@media (max-width: 1199.98px) {
	.pdp-bundles .pdp-bundlesItem_quantity {
		border: 1px solid #d9d9d9;
	}

	.pdp-bundles .pdp-bundlesItem_quantity .icon {
		background-color: #d9d9d9;
	}
}

.pdp-bundles .pdp-bundlesItem_quantity .icon {
	cursor: pointer;
	height: 32px;
	position: relative;
	width: 32px;
}

.pdp-bundles .pdp-bundlesItem_quantity .icon.plus::before {
	background-color: #707070;
	content: '';
	display: block;
	height: 12px;
	left: 50%;
	-webkit-mask-image: url(/Static/assets/images/icons/plus.svg);
	mask-image: url(/Static/assets/images/icons/plus.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 12px 12px;
	mask-size: 12px 12px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
}

.pdp-bundles .pdp-bundlesItem_quantity .icon.minus::before {
	background-color: #707070;
	content: '';
	display: block;
	height: 12px;
	left: 50%;
	-webkit-mask-image: url(/Static/assets/images/icons/minus.svg);
	mask-image: url(/Static/assets/images/icons/minus.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 12px 12px;
	mask-size: 12px 12px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
}

.pdp-bundles .pdp-bundlesItem_quantity input {
	border: unset;
	color: #4d4d4d;
	font-size: 0.875rem;
	font-weight: 500;
	height: 30px;
	text-align: center;
	width: 32px;
}

.pdp-bundles .pdp-bundlesItem_quantity input:focus {
	outline: none;
}

.pdp-bundles .pdp-bundle-items {
	padding-bottom: 16px;
}

.loading {
	min-height: 20px;
	position: relative;
}

.loading:after {
	-webkit-animation: spinner-border 0.75s linear infinite;
	animation: spinner-border 0.75s linear infinite;
	border: 0.25em solid #d9d9d9;
	border-radius: 50%;
	border-right-color: transparent;
	content: '';
	display: inline-block;
	height: 1rem;
	position: absolute;
	right: calc(50% - 0.5rem);
	top: calc(50% - 0.5rem);
	vertical-align: text-bottom;
	width: 1rem;
}

/* Dilivery Status */
.is-heavy-uncheck .in-stock .status {
	color: #8cbf54;
}

.is-bris .is-heavy-uncheck .in-stock .status {
	color: #035ea7;
}

.in-stock .status {
	color: #8cbf54;
	font-weight: bold;
}

.out-of-stock .status {
	font-weight: bold;
}

.is-bris .out-of-stock .status {
	color: #035ea7;
}

.store-noData {
	color: #db0000;
	font-weight: bold;
}

.australian-vendor .au-desc {
	align-items: baseline;
	-webkit-box-align: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: baseline;
	font-weight: 700;
}

.is-bris .australian-vendor .au-desc {
	color: #005ea7;
}

.is-bris .australian-vendor .au-desc {
	line-height: 13px;
}

.australian-vendor .au-desc .icon-exclamation-circle {
	margin-right: 4px;
}

.pdp-update-2022 .australian-vendor {
	display: none;
}

.pdp-update-2022 .heavy-product {
	display: none;
}

.pdp-update-2022.is-au-vendor .d-mode:not(.australian-vendor) {
	display: none;
}

.pdp-update-2022.is-au-vendor .d-mode.australian-vendor {
	display: block;
}

.pdp-update-2022.is-au-vendor.is-heavy-product .d-mode.normal-product {
	display: none;
}

.pdp-update-2022.is-au-vendor.is-heavy-product .d-mode.heavy-product {
	display: block;
}

.pdp-update-2022.is-au-vendor:not(.is-heavy-product) .d-mode.normal-product {
	display: block;
}

.pdp-update-2022.is-au-vendor:not(.is-heavy-product) .d-mode.heavy-product {
	display: none;
}

.pdp-update-2022.is-au-vendor .pdp-desc-delivery-info .shipping-default .d-mode:not(.australian-vendor) {
	display: none;
}

.pdp-update-2022.is-heavy-product .d-mode.normal-product {
	display: none;
}

.pdp-update-2022.is-heavy-product .d-mode.heavy-product {
	display: block;
}

.pdp-update-2022.is-heavy-product:not(.is-au-vendor) .d-mode.australian-vendor {
	display: none;
}

.pdp-update-2022 .show-is-not-store {
	display: none;
}

.pdp-update-2022 .show-is-not-product-option {
	display: none;
}

.pdp-update-2022.is-not-store .show-is-not-store {
	display: block;
}

.pdp-update-2022.is-not-product-option .show-is-not-product-option {
	display: block;
}

.pdp-update-2022.is-not-product-option .show-is-not-store {
	display: none;
}

/* THEME */
.is-bris .pdp-desc-right .pdp-desc-size ul li {
	font-weight: 700;
}

.is-bris .pdp-desc-right .pdp-variant .variant-heading .variant-heading-left {
	font-weight: 700;
}

.is-bris .pdp-desc-right .pdp-desc-action .pdp-desc-quantity input {
	font-weight: 700;
}

.is-bris .pdp-desc-right .pdp-desc-action .pdp-desc-wishlist.wishlistBtn .wishlist-icon {
	font-weight: 700;
}

.is-bris .pdp-desc-right .pdp-extra-info .extra-info-heading .extra-info-left {
	font-weight: 700;
}

.is-bris .pdp-desc-right .pdp-extra-info .extra-info-heading .change-delivery .change-delivery-title {
	font-weight: 700;
}

.is-bris .pdp-bundles .pdp-bundlesItem_text,
.is-bris .pdp-bundles .pdp-bundlesItem_price,
.is-bris .pdp-bundles .pdp-bundlesItem_quantity input {
	font-weight: 700;
}

.is-bris .pdp-bundles .pdp-bundlesItem_product-label .product-name {
	font-weight: 700;
}

.is-bris .pdp-bundles .pdp-bundlesItem .productItem-label {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	font-size: 0.625rem;
	font-weight: 700;
	justify-content: center;
	margin-left: auto;
	margin-right: 0;
	padding: 0 5px;
	width: auto;
}

.is-bris .pdp-bundles .pdp-bundlesItem_size-price-old {
	background-color: transparent;
	color: darkgrey;
}

.is-bris .pdp-bundles .pdp-bundlesItem_size-price-discount {
	color: #db0000;
	font-weight: 700;
}

.is-bris .pdp-bundles .pdp-bundlesItem_size-price-original {
	font-weight: 700;
}

 {
	font-weight: 700;
}

.is-bris .pdp-desc-right .pdp-desc-action .pdp-desc-wishlist.wishlistBtn .wishlist-icon {
	color: #035ea7;
}

.is-bris .pdp-desc-right .pdp-desc-action .pdp-desc-gift .icon-gift {
	color: #035ea7;
}

.is-bris .pdp-desc-right .pdp-desc-action .pdp-desc-gift.has-added .icon-gift:before {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGZpbGw9IiMwMDVFQTciIGQ9Ik0zMiwyNzEuNjkydjE5MmMwLDE3LjY2NCwxNC4zNjgsMzIsMzIsMzJoMTYwdi0yMjRIMzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGZpbGw9IiMwMDVFQTciIGQ9Ik00ODAsMTQzLjY5MkgzNzguNzUyYzcuMjY0LTQuOTYsMTMuNTA0LTkuODg4LDE3Ljg1Ni0xNC4zMDRjMjUuODI0LTI1Ljk1MiwyNS44MjQtNjguMTkyLDAtOTQuMTQ0DQoJCQljLTI1LjA4OC0yNS4yOC02OC44LTI1LjIxNi05My44NTYsMGMtMTMuODg4LDEzLjkyLTUwLjY4OCw3MC41OTItNDUuNiwxMDguNDQ4aC0yLjMwNGM1LjA1Ni0zNy44NTYtMzEuNzQ0LTk0LjUyOC00NS42LTEwOC40NDgNCgkJCWMtMjUuMDg4LTI1LjIxNi02OC44LTI1LjIxNi05My44NTYsMEM4OS42LDYxLjE5Niw4OS42LDEwMy40MzYsMTE1LjM2LDEyOS4zODhjNC4zODQsNC40MTYsMTAuNjI0LDkuMzQ0LDE3Ljg4OCwxNC4zMDRIMzINCgkJCWMtMTcuNjMyLDAtMzIsMTQuMzY4LTMyLDMydjQ4YzAsOC44MzIsNy4xNjgsMTYsMTYsMTZoMjA4di02NGg2NHY2NGgyMDhjOC44MzIsMCwxNi03LjE2OCwxNi0xNnYtNDgNCgkJCUM1MTIsMTU4LjA2LDQ5Ny42NjQsMTQzLjY5Miw0ODAsMTQzLjY5MnogTTIyMi4xMTIsMTQyLjYzNmMwLDAtMS4zNDQsMS4wNTYtNS45MiwxLjA1NmMtMjIuMTEyLDAtNjQuMzItMjIuOTc2LTc4LjExMi0zNi44NjQNCgkJCWMtMTMuNDA4LTEzLjUwNC0xMy40MDgtMzUuNTIsMC00OS4wMjRjNi40OTYtNi41MjgsMTUuMTA0LTEwLjExMiwyNC4yNTYtMTAuMTEyYzkuMTIsMCwxNy43MjgsMy41ODQsMjQuMjI0LDEwLjExMg0KCQkJQzIwOC4xMjgsNzkuNSwyMjkuNTY4LDEzNC45MjQsMjIyLjExMiwxNDIuNjM2eiBNMjk1Ljc3NiwxNDMuNjkyYy00LjU0NCwwLTUuODg4LTEuMDI0LTUuODg4LTEuMDU2DQoJCQljLTcuNDU2LTcuNzEyLDEzLjk4NC02My4xMzYsMzUuNTUyLTg0LjgzMmMxMi44OTYtMTMuMDI0LDM1LjQ1Ni0xMy4wODgsNDguNDgsMGMxMy40NCwxMy41MDQsMTMuNDQsMzUuNTIsMCw0OS4wMjQNCgkJCUMzNjAuMTI4LDEyMC43MTYsMzE3LjkyLDE0My42OTIsMjk1Ljc3NiwxNDMuNjkyeiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBmaWxsPSIjMDA1RUE3IiBkPSJNMjg4LDI3MS42OTJ2MjI0aDE2MGMxNy42NjQsMCwzMi0xNC4zMzYsMzItMzJ2LTE5MkgyODh6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=') !important;
}

.is-bris .pdp-desc-right .pdp-desc-action .wishlistBtn,
.is-bris .pdp-desc-right .pdp-desc-action .addToGiftBtn {
	border: 2px solid #035ea7;
}

.is-bris .pdp-desc-right .pdp-desc-size .variant-size-guide .size-guide {
	background-color: #035ea7;
}

@media (min-width: 992px) {
}

 {
	border: 2px solid #000;
}

 {
	font-weight: 500;
}

 {
	font-weight: 500;
}

 {
	border: 2px solid #71140f;
}

.pdp-info-heading {
	background-color: #fff;
	border-bottom: 2px solid #d9d9d9;
	border-top: 2px solid #d9d9d9;
	overflow: auto;
	width: 100%;
}

.pdp-info-heading.fixed {
	border-top: unset;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 99;
}

.pdp-info-heading ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0 6px;
}

.pdp-info-heading ul li {
	list-style: none;
	margin: 0;
	padding: 16px 10px;
}

.pdp-info-heading ul li.active a {
	text-decoration: underline;
}

.pdp-info-heading ul li a {
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

@media (min-width: 768px) {
	.pdp-info-heading ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 992px) {
	.pdp-info-heading ul li {
		padding: 15px 25px;
	}

	.pdp-info-heading ul li a {
		font-size: 1.125rem;
	}
}

.pdp-info-wrapper .productItem-price--discount {
	color: #db0000;
}

.pdp-info-item {
	padding: 60px 16px;
}

.pdp-info-item.bg-gray {
	background-color: #f3f4f6;
}

.pdp-info-item .pdp-info-item-inner {
	color: #4d4d4d;
	font-size: 0.875rem;
	line-height: 20px;
	margin: 0 auto;
	max-width: 1396px;
	overflow: hidden;
}

.pdp-info-item .pdp-info-item-inner.narrow {
	max-width: 924px;
}

.pdp-info-item .pdp-info-item-inner h2 {
	font-size: 1.375rem;
	line-height: 33px;
	margin-bottom: 20px;
	text-align: center;
}

.pdp-info-item .pdp-info-item-inner h2.text-left {
	text-align: left;
}

.pdp-info-item .pdp-info-item-inner .pdp-info-spec-item {
	padding-bottom: 20px;
}

.pdp-info-item .pdp-info-item-inner .pdp-info-spec-item:last-child {
	padding-bottom: 0;
}

.pdp-info-item .pdp-info-item-inner .pdp-info-spec-item h3 {
	font-size: 1rem;
	font-weight: 700;
}

.pdp-info-item .pdp-info-item-inner .pdp-info-spec-item ul {
	border-top: 1px solid #d9d9d9;
	color: #000;
	margin: 0;
	padding: 0;
}

.pdp-info-item .pdp-info-item-inner .pdp-info-spec-item ul li {
	align-items: center;
	border-bottom: 1px solid #d9d9d9;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	list-style: none;
	margin: 0;
	padding: 8px 0;
}

.pdp-info-item .pdp-info-item-inner .pdp-info-spec-item ul li .pdp-info-spec-left {
	width: 30%;
}

.pdp-info-item .pdp-info-item-inner .pdp-info-spec-item ul li .pdp-info-spec-right {
	color: #4d4d4d;
	width: 70%;
}

.pdp-info-item .pdp-info-item-inner .pdp-info-spec-item ul li .pdp-info-spec-right ol,
.pdp-info-item .pdp-info-item-inner .pdp-info-spec-item ul li .pdp-info-spec-right ul {
	border-top: none;
	color: #4d4d4d;
	margin-bottom: 10px;
	padding-left: 20px;
}

.pdp-info-item .pdp-info-item-inner .pdp-info-spec-item ul li .pdp-info-spec-right ol li,
.pdp-info-item .pdp-info-item-inner .pdp-info-spec-item ul li .pdp-info-spec-right ul li {
	border-bottom: none;
	display: list-item;
	padding: 0;
}

.pdp-info-item .pdp-info-item-inner .pdp-info-spec-item ul li .pdp-info-spec-right ul li {
	list-style: disc;
}

.pdp-info-item .pdp-info-item-inner .pdp-info-spec-item ul li .pdp-info-spec-right ol li {
	list-style: decimal;
}

@media (min-width: 992px) {
	.pdp-info-item .pdp-info-item-inner .pdp-info-spec-item h3 {
		font-size: 1.125rem;
	}

	.pdp-info-item .pdp-info-item-inner .pdp-info-spec-item ul li {
		align-items: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
	}
}

.pdp-info-item .pdp-info-item-inner .pdp-info-spec-general .general-header {
	margin-bottom: 20px;
}

.pdp-info-item .pdp-info-item-inner .pdp-info-spec-general .general-header .general-container .general-title {
	color: #000;
	font-size: 0.875rem;
	font-weight: bold;
	min-width: 93px;
}

.pdp-info-item .pdp-info-item-inner .pdp-info-spec-general .general-header .general-container .general-collection span {
	border: 1px solid #d9d9d9;
	cursor: pointer;
	display: inline-block;
	margin-left: 10px;
	margin-top: 5px;
	padding: 5px 10px;
}

.pdp-info-item .pdp-info-item-inner .pdp-info-spec-general .general-header .general-container .general-collection span:first-child {
	margin-left: 0;
}

.pdp-info-item .pdp-info-item-inner .pdp-info-spec-general .general-header .general-container .general-collection span.selected {
	background-color: #035ea7;
	border-color: #035ea7;
	color: #fff;
}

@media (min-width: 768px) {
	.pdp-info-item .pdp-info-item-inner .pdp-info-spec-general .general-header {
		align-items: baseline;
		-webkit-box-align: baseline;
		-webkit-box-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: baseline;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 0;
	}

	.pdp-info-item .pdp-info-item-inner .pdp-info-spec-general .general-header h3 {
		width: 40%;
	}

	.pdp-info-item .pdp-info-item-inner .pdp-info-spec-general .general-header .general-container {
		align-items: baseline;
		-webkit-box-align: baseline;
		-webkit-box-pack: end;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: baseline;
		-ms-flex-pack: end;
		justify-content: end;
		width: 60%;
	}

	.pdp-info-item .pdp-info-item-inner .pdp-info-spec-general .general-header .general-container .general-title {
		font-size: 1rem;
		min-width: 100px;
	}

	.pdp-info-item .pdp-info-item-inner .pdp-info-spec-general .general-header .general-container .general-collection span {
		margin-bottom: 5px;
		margin-top: 0;
	}

	.pdp-info-item .pdp-info-item-inner .pdp-info-spec-general .general-header .general-container .general-collection span:first-child {
		margin-left: 10px;
	}
}

.pdp-info-item .pdp-info-item-inner .pdp-info-spec-general .general-info-list .general-info-item {
	padding-bottom: 20px;
}

.pdp-info-item .pdp-info-item-inner .pdp-info-spec-general .general-info-list .general-info-item .title {
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	padding-bottom: 12px;
}

.pdp-info-item .pdp-info-item-inner .pdp-info-overview {
	line-height: 20px;
}

.pdp-info-item .pdp-info-item-inner .pdp-info-gallery {
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.pdp-info-item .pdp-info-item-inner .pdp-info-gallery a {
	display: block;
	height: 100%;
	width: 100%;
}

.pdp-info-item .pdp-info-item-inner .pdp-info-gallery .pdp-info-gallery_wrapper {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-flow: column-reverse;
	flex-flow: column-reverse;
}

@media (min-width: 768px) {
	.pdp-info-item .pdp-info-item-inner .pdp-info-gallery .pdp-info-gallery_wrapper {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-flow: row;
		flex-flow: row;
	}

	.pdp-info-item .pdp-info-item-inner .pdp-info-gallery .pdp-info-gallery_wrapper:nth-child(2n) {
		margin-left: 16px;
	}
}

@media (max-width: 1199.98px) {
	.pdp-info-item .pdp-info-item-inner .pdp-info-gallery .pdp-info-gallery_wrapper:not(:first-child) {
		display: none;
	}
}

.pdp-info-item .pdp-info-item-inner .pdp-info-gallery .pdp-info-gallery_left img {
	height: inherit;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.pdp-info-item .pdp-info-item-inner .pdp-info-gallery .pdp-info-gallery_right {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 16px;
}

.pdp-info-item .pdp-info-item-inner .pdp-info-gallery .pdp-info-gallery_right > * {
	height: auto;
	width: calc(50% - 8px);
}

.pdp-info-item .pdp-info-item-inner .pdp-info-gallery .pdp-info-gallery_right > *:first-child {
	margin-top: 0;
}

@media (min-width: 768px) {
	.pdp-info-item .pdp-info-item-inner .pdp-info-gallery .pdp-info-gallery_right {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0;
		margin-left: 16px;
	}

	.pdp-info-item .pdp-info-item-inner .pdp-info-gallery .pdp-info-gallery_right > * {
		margin-top: 16px;
		width: 216px;
	}
}

.pdp-info-item#guidesAdviceTab .containerblock {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.pdp-info-item#guidesAdviceTab .containerblock > .row {
	margin: 0;
}

.pdp-info-item#guidesAdviceTab .containerblock.col-12,
.pdp-info-item#guidesAdviceTab .containerblock .col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	overflow-x: auto;
	overflow-y: hidden;
}

.pdp-info-item#guidesAdviceTab .containerblock > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: initial;
	flex-wrap: initial;
}

.pdp-info-item#guidesAdviceTab .containerblock .buttonblock {
	margin-top: 0;
}

.pdp-info-item .recommendationsBlock {
	border-top: unset;
	overflow: hidden;
	padding: unset;
}

.pdp-info-item .recommendationsBlock:last-of-type {
	border-bottom: unset;
}

.pdp-info-item .recommendationsBlock .container {
	max-width: unset;
}

.pdp-info-item .recommendationsBlock .recommendationsBlock-header {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pdp-info-item .recommendationsBlock .recommendationsBlock-header h2 {
	font-weight: 700;
}

.pdp-info-item .featurepanelblock {
	margin-bottom: 0;
}

.pdp-info-item .featurepanelblock .featurePanel-summary h5 {
	font-size: 1.125rem;
	line-height: 26px;
	margin-bottom: 10px;
}

.pdp-info-item .featurepanelblock .featurePanel-summary p {
	margin-bottom: 12px;
}

.pdp-info-item .featurepanelblock .featurePanel-summary p,
.pdp-info-item .featurepanelblock .featurePanel-summary ul,
.pdp-info-item .featurepanelblock .featurePanel-summary ol {
	color: #4d4d4d;
	font-size: 0.875rem;
	line-height: 18px;
}

.pdp-info-item .featurepanelblock .featurePanel-ctaWrap {
	padding: 0;
}

.pdp-info-item .featurepanelblock .featurePanel-ctaWrap a {
	font-size: 0.875rem;
	height: auto;
	line-height: 18px;
}

.pdp-info-item .featurepanelblock .featurePanel-ctaWrap a:hover {
	text-decoration: none;
}

.pdp-info-item .featurepanelblock .featurePanel-thumbImgWrap {
	height: unset !important;
	padding-top: 64.28%;
}

.pdp-info-item .featurepanelblock .featurePanel-thumbImgWrap .featurePanel-thumbImg {
	bottom: 0;
	height: auto !important;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transform: unset;
	transform: unset;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100% !important;
}

.pdp-info-item .featurepanelblock .featurePanel:not(.zoom-off):hover .featurePanel-thumbImg {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (min-width: 992px) {
	.pdp-info-item .featurepanelblock {
		margin-bottom: 0;
	}

	.pdp-info-item .featurepanelblock .featurePanel-summary h5 {
		font-size: 1.375rem;
	}

	.pdp-info-item .featurepanelblock .featurePanel-summary ul,
	.pdp-info-item .featurepanelblock .featurePanel-summary ol,
	.pdp-info-item .featurepanelblock .featurePanel-summary p {
		line-height: 20px;
	}

	.pdp-info-item .featurepanelblock .featurePanel-summary p {
		margin-bottom: 20px;
	}

	.pdp-info-item .featurepanelblock .featurePanel-thumbImgWrap {
		padding-top: 66.66%;
	}

	.pdp-info-item .featurepanelblock .featurePanel-thumbImgWrap .featurePanel-thumbImg {
		height: 300px !important;
		width: 450px !important;
	}

	.pdp-info-item .featurepanelblock .featurePanel:not(.zoom-off):hover .featurePanel-thumbImg {
		height: 340px !important;
		width: 490px !important;
	}
}

.pdp-info-item .featurepanelblock .featurePanel-info--default .colText {
	padding: 0;
}

.pdp-info-item .productDetailsPage-reviewsSec-title {
	font-size: 1.375rem;
}

.pdp-info-item .productDetailsPage-reviewsSec-summary button {
	font-size: 0.875rem;
}

.pdp-info-item:nth-child(even) {
	background: #f3f4f6;
}

.pdp-info-item:nth-child(even) + * .pdp-info-item:nth-child(even) {
	background: #f3f4f6;
}

.pdp-info-item:nth-child(even) + * .pdp-info-item:nth-child(odd) {
	background: unset;
}

.pdp-info-item:nth-child(odd) {
	background: unset;
}

.pdp-info-item:nth-child(odd) + * .pdp-info-item:nth-child(odd) {
	background: #f3f4f6;
}

.pdp-info-item:nth-child(odd) + * .pdp-info-item:nth-child(even) {
	background: unset;
}

.slash {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	height: 20px;
	position: relative;
	width: 12px;
}

.slash::before,
.slash::after {
	background-color: #4d4d4d;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 12px;
}

.slash::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.slash::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* THEME */

@media (max-width: 767.98px) {
	.pdp-popup .modal-dialog {
		margin: auto 1rem;
	}
}

.pdp-popup .modal-header {
	border-bottom: 1px solid #3f3e3e;
}

.pdp-popup_postcode button {
	background-color: #d9d9d9;
}

.pdp-popup_detail {
	background-color: #f3f4f6;
}

.pdp-popup_detail .store-container {
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}

.pdp-popup_detail .store-container .store-detail {
	border-top: 1px solid;
	margin-bottom: 20px;
	padding-top: 15px;
}

.pdp-popup_detail .store-container .store-detail_top {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.pdp-popup_detail .store-container .store-detail_bottom {
		-webkit-box-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.pdp-popup_detail .store-container .store-detail_bottom .open-time {
		width: 70%;
	}
}

.pdp-popup_detail .store-container .store-detail_bottom button {
	background-color: inherit;
	border: 2px solid #035ea7;
	color: #035ea7;
	text-transform: uppercase;
	width: 100%;
}

@media (min-width: 768px) {
	.pdp-popup_detail .store-container .store-detail_bottom button {
		width: auto;
	}
}

.pdp-update-2022 .productDetailsPage-imageViewer .slick-slider {
	cursor: default;
}

.error-messages.add-to-cart-errors {
	margin-left: 16px;
	margin-right: 16px;
	width: auto;
}

@media only screen and (min-width: 1440px) {
	.error-messages.add-to-cart-errors {
		margin-left: auto;
		margin-right: auto;
		max-width: 1440px;
	}
}

.storeFinderPage {
	background-color: #fff;
}

.storeFinderPage-predictions {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 99;
}

.storeFinderPage-predictions li {
	cursor: pointer;
	font-size: 1rem;
	padding: 0.75rem 1rem;
}

.storeFinderPage-predictions li.no-result {
	cursor: default;
}

/* States */
.storeFinderPage-content {
	padding-bottom: 1.5rem;
	padding-top: 0.75rem;
	position: relative;
}

@media (min-width: 768px) {
	.storeFinderPage-content {
		padding-bottom: 3.125rem;
		padding-top: 1.5rem;
	}
}

.storeFinderPage-content-top {
	padding-top: 1.5rem;
}

.storeFinderPage-content-top + .storeFinderPage-content {
	padding-top: 1rem;
}

.storeFinderPage-content-bottom {
	padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.storeFinderPage-content-bottom {
		margin-top: -1.5rem;
	}
}

.storeFinderPage-content-area-item:last-child {
	margin-bottom: 0;
}

.storeFinderPage-map {
	min-height: 21.875rem;
}

@media (min-width: 768px) {
	.storeFinderPage-map {
		min-height: 30rem;
	}
}

.storeFinderPage .map-details {
	padding: 1rem 0.375rem;
}

.storeFinderPage .map-details span {
	display: block;
	font-weight: 700;
	margin: 0.625rem 0 0.25rem;
}

.storeFinderPage .map-details a {
	display: block;
	font-weight: 700;
	margin-top: 0.25rem;
}

.storeFinderPage-search {
	margin-top: 1rem;
}

.storeFinderPage-searchLabel {
	font-size: 1.125rem;
}

@media (min-width: 768px) {
	.storeFinderPage-searchLabel {
		font-size: 1.5rem;
	}
}

.storeFinderPage-searchData {
	display: none;
	margin-top: -0.5rem;
	padding: 0 0 1.875rem;
}

@media (min-width: 768px) {
	.storeFinderPage-searchData {
		margin-top: -1.5rem;
	}
}

.storeFinderPage-searchData.is-active {
	display: block;
}

.storeFinderPage-searchData.is-empty .list-group {
	display: none;
}

.storeFinderPage-searchData.is-empty h3 {
	line-height: 1.5;
}

.storeFinderPage .list-group-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 991.98px) {
	.storeFinderPage .list-group-item {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.storeFinderPage .list-group-item-filter {
	border-top: 1px solid #000 !important;
}

@media (max-width: 991.98px) {
	.storeFinderPage .list-group-item-filter {
		display: none;
	}
}

@media (min-width: 768px) {
	.storeFinderPage .filter-store-name,
	.storeFinderPage .filter-store-address,
	.storeFinderPage .store-name,
	.storeFinderPage .store-address {
		padding-right: 1%;
		width: 29%;
	}
}

.storeFinderPage .filter-store-name a,
.storeFinderPage .filter-store-address a,
.storeFinderPage .store-name a,
.storeFinderPage .store-address a {
	display: block;
	font-weight: 700;
	margin-top: 0.375rem;
}

.storeFinderPage .store-name {
	font-weight: 700;
}

.storeFinderPage .store-name .cell-label {
	display: none;
}

@media (min-width: 768px) {
	.storeFinderPage .filter-store-hours,
	.storeFinderPage .store-hours {
		padding-right: 1%;
		width: 39%;
	}
}

.storeFinderPage .cell-label {
	font-weight: 700;
}

@media (min-width: 768px) {
	.storeFinderPage .cell-label {
		display: none;
	}
}

.storeFinderPage .list .list-group-item {
	padding: 0.75rem !important;
}

.storeFinderPage .list .list-group-item:first-of-type {
	border-top: 1px solid #d6d6d6 !important;
}

.storeFinderPage .list .list-group-item:last-of-type {
	border-bottom: 0 !important;
}

.storeFinderPage .list-group-item-head:after {
	content: '';
	display: none;
}

/* Themes */
.is-bris .storeFinderPage .list .store-address a {
	color: #005ea7;
}

.orderInvoiceTemplate {
	background-color: #fff;
}

.orderInvoiceTemplate-options {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	right: 0;
	top: 0;
}

@media (min-width: 768px) {
	.orderInvoiceTemplate-options {
		position: absolute;
	}
}

.orderInvoiceTemplate-options .button-btn {
	background-color: #005ea7;
	border-color: #005ea7;
	color: #fff;
	display: inline-block;
	font-size: 0.6875rem;
	height: auto;
	line-height: 2.25rem;
	margin-right: 0.75rem;
	padding: 0 1.875rem;
	text-transform: uppercase;
}

.orderInvoiceTemplate-options .button-btn:hover {
	background-color: #004881;
	border-color: #004174;
	color: #fff;
}

.orderInvoiceTemplate-options .button-btn:focus,
.orderInvoiceTemplate-options .button-btn.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
}

.orderInvoiceTemplate-options .button-btn.disabled,
.orderInvoiceTemplate-options .button-btn:disabled {
	background-color: #005ea7;
	border-color: #005ea7;
	color: #fff;
}

.orderInvoiceTemplate-options .button-btn:not(:disabled):not(.disabled):active,
.orderInvoiceTemplate-options .button-btn:not(:disabled):not(.disabled).active,
.show > .orderInvoiceTemplate-options .button-btn.dropdown-toggle {
	background-color: #004174;
	border-color: #003a67;
	color: #fff;
}

.orderInvoiceTemplate-options .button-btn:not(:disabled):not(.disabled):active:focus,
.orderInvoiceTemplate-options .button-btn:not(:disabled):not(.disabled).active:focus,
.show > .orderInvoiceTemplate-options .button-btn.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 94, 167, 0.5);
}

.orderInvoiceTemplate-optionsMore {
	border: 2px solid #005ea7;
	display: inline-block;
	height: 2.25rem;
	line-height: 2.25rem;
	text-align: center;
	width: 2.25rem;
}

@media (min-width: 768px) {
	.orderInvoiceTemplate .shoppingCartItem-img {
		margin-right: 0.625rem;
		max-width: 3.75rem;
		min-width: 3.75rem;
	}
}

.orderInvoiceTemplate-companyInfo,
.orderInvoiceTemplate-orderInfo {
	line-height: 1.5rem;
}

.orderInvoiceTemplate-companyInfo .is-lead,
.orderInvoiceTemplate-orderInfo .is-lead {
	font-size: 105%;
	line-height: 1.75rem;
}

@media (min-width: 768px) {
	.orderInvoiceTemplate-companyInfo .is-lead,
	.orderInvoiceTemplate-orderInfo .is-lead {
		font-size: 115%;
	}
}

.orderInvoiceTemplate-colWrapper {
	display: block;
	margin-bottom: 0.25rem;
	margin-top: 1rem;
}

@media (min-width: 768px) {
	.orderInvoiceTemplate-colWrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.orderInvoiceTemplate-firstCol {
		margin-right: 1rem;
	}
}

@media (min-width: 768px) {
	.orderInvoiceTemplate-secondCol {
		margin-left: auto;
	}
}

/* States */
.orderInvoiceTemplate {
	padding: 1.875rem 0;
}

@media (min-width: 768px) {
	.orderInvoiceTemplate {
		padding: 3.75rem 0;
	}
}

.orderInvoiceTemplate .hr {
	border-bottom: 1px solid #000;
	border-top: 0;
}

@media (min-width: 768px) {
	.orderInvoiceTemplate .hr {
		margin-bottom: 1.875rem;
	}
}

@media (min-width: 768px) {
	.orderInvoiceTemplate-info {
		margin-bottom: 1.25rem;
	}
}

.orderInvoiceTemplate-infoHeading {
	font-size: 0.8125rem;
	text-transform: uppercase;
}

@media (max-width: 767.98px) {
	.orderInvoiceTemplate-infoHeading {
		margin-bottom: 0.3125rem;
	}
}

@media (min-width: 768px) {
	.orderInvoiceTemplate-infoHeading {
		font-size: 0.9375rem;
	}
}

.orderInvoiceTemplate-infoContent {
	color: #444;
}

@media (max-width: 767.98px) {
	.orderInvoiceTemplate-infoContent {
		font-size: 0.8125rem;
	}
}

.orderInvoiceTemplate-cart {
	margin-bottom: 0.9375rem;
}

.orderInvoiceTemplate-cartHeading {
	font-size: 0.8125rem;
	margin-bottom: 0.9375rem;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.orderInvoiceTemplate-cartHeading {
		font-size: 0.9375rem;
		margin-bottom: 1.25rem;
	}
}

.orderInvoiceTemplate-finalTotal {
	font-weight: bold;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.orderInvoiceTemplate-finalTotal {
		font-size: 1.125rem;
	}
}

@media (max-width: 767.98px) {
	.orderInvoiceTemplate-finalPrice {
		font-size: 1.25rem;
	}
}

.orderInvoiceTemplate .shoppingCartItem {
	border-top: 1px solid lightgrey;
	min-height: 130px;
	padding: 1.125rem 0;
}

.searchResultsPage .categoryFilters {
	display: none;
}

.searchResultsPage .search-summary-info-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 0.8125rem;
	padding: 0.5rem 0;
	text-align: right;
}

@media (min-width: 768px) {
	.searchResultsPage .search-summary-info-wrapper {
		font-size: 0.9375rem;
	}
}

@media (min-width: 1200px) {
	.searchResultsPage .container {
		max-width: 1440px;
		padding-left: 0;
		padding-right: 0;
	}
}

/* States */
.searchResultsPage-content {
	padding: 1.875rem 0;
}

@media (min-width: 768px) {
	.searchResultsPage-content {
		padding: 3.75rem 0;
	}
}

.searchResultsPage .nav-tabs {
	margin-bottom: 1.5rem;
}

.searchResultsPage .nav-tabs .nav-link {
	color: #005ea7;
	font-size: 0.9375rem;
	font-weight: 700;
}

@media (min-width: 768px) {
	.searchResultsPage .nav-tabs .nav-link {
		font-size: 1rem;
	}
}

.searchResultsPage .nav-tabs .nav-link:hover,
.searchResultsPage .nav-tabs .nav-link:focus,
.searchResultsPage .nav-tabs .nav-link:active,
.searchResultsPage .nav-tabs .nav-link.active {
	text-decoration: none;
}

.searchResultsPage .nav-tabs .nav-link:hover:not(.active),
.searchResultsPage .nav-tabs .nav-link:focus:not(.active) {
	border-color: #fff #fff transparent;
	text-decoration: underline;
}

.searchResultsPage-resultsText {
	font-size: 0.8125rem;
	margin-bottom: 1.875rem;
}

.searchResultsPage-resultsText .searchResultsPage-resultsText {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.searchResultsPage-resultsText {
		font-size: 0.9375rem;
		margin-bottom: 3.75rem;
	}
}

.searchResultsPage-searchFilterInput {
	background-color: #f6f6f6 !important;
}

.searchResultsPage-searchFilterInput:focus {
	background-color: #fff !important;
}

@media (max-width: 767.98px) {
	.searchResultsPage-btnSearch {
		height: 1.875rem;
		line-height: 1.875rem;
	}
}

/* Themes */
.is-bris .searchResultsPage .nav-tabs .nav-link {
	color: #005ea7;
}

.notFoundPage {
	background-color: #fff;
	padding: 1.875rem 0;
}

@media (min-width: 768px) {
	.notFoundPage {
		padding: 3.75rem 0;
	}
}

.notFoundPage-content {
	margin: 0 auto;
	max-width: 768px;
	text-align: center;
}

@media (min-width: 768px) {
	.notFoundPage-title {
		font-size: 3rem;
	}
}

.notFoundPage-summaryText {
	margin-bottom: 1.5rem;
	margin-top: 0.5rem;
}

@media (min-width: 768px) {
	.notFoundPage-summaryText {
		font-size: 1.5rem;
	}
}

.notFoundPage-iconClose {
	height: 1.875rem;
	margin: 0 auto 1.25rem;
	position: relative;
	width: 1.875rem;
}

@media (min-width: 768px) {
	.notFoundPage-iconClose {
		height: 3.75rem;
		width: 3.75rem;
	}
}

@media (min-width: 768px) {
	.notFoundPage-iconClose {
		margin-bottom: 3.125rem;
	}
}

.notFoundPage-iconClose:before,
.notFoundPage-iconClose:after {
	background: #000;
	content: '';
	height: 100%;
	opacity: 0.75;
	position: absolute;
	width: 0.3125rem;
}

@media (min-width: 768px) {
	.notFoundPage-iconClose:before,
	.notFoundPage-iconClose:after {
		width: 0.75rem;
	}
}

.notFoundPage-iconClose::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.notFoundPage-iconClose:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* States */
/* Themes */
.is-bris .notFoundPage-iconClose:before,
.is-bris .notFoundPage-iconClose:after {
	background-color: #005ea7;
}

 {
	background-color: #000;
}

 {
	background-color: #71140f;
}

.is-bris .notFoundPage-iconClose:before,
.is-bris .notFoundPage-iconClose:after {
	background-color: #dc0032;
}

.giftCardLandingPage {
	background-color: #fff;
}

.giftCardLandingPage-listing {
	padding-top: 1rem;
}

.giftCardLandingPage-checkBalance-inner {
	margin: auto;
	max-width: 560px;
	padding: 1.5rem;
}

.giftCardLandingPage-checkBalance-ctaWrap {
	margin: auto;
	max-width: 300px;
}

/* States */
.giftCardLandingPage {
	padding: 1.875rem 0;
}

@media (min-width: 768px) {
	.giftCardLandingPage {
		padding: 3.75rem 0;
	}
}

@media (min-width: 1200px) {
	.giftCardLandingPage-listing .row {
		margin-left: -60px;
		margin-right: -60px;
	}

	.giftCardLandingPage-listing .row > [class*="col-"],
	.giftCardLandingPage-listing .row > [class^="col-"] {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.giftCardLandingPage-listing .row {
		margin-left: -40px;
		margin-right: -40px;
	}

	.giftCardLandingPage-listing .row > [class*="col-"],
	.giftCardLandingPage-listing .row > [class^="col-"] {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.is-bris .giftCardLandingPage-checkBalance {
	background-color: #f5f9fc;
}

.eGiftCardDetailsPage-secTitle {
	color: #000;
	font-size: 0.875rem;
	font-weight: 700;
	margin-bottom: 0.375rem;
	margin-top: 1.375rem;
}

@media (min-width: 768px) {
	.eGiftCardDetailsPage-secTitle {
		margin-top: 1.75rem;
	}
}

.eGiftCardDetailsPage-label {
	font-size: 0.875rem;
	font-weight: 600;
	margin-bottom: 6px;
	margin-top: 15px;
}

.eGiftCardDetailsPage-giftCardAmount > div {
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
}

.eGiftCardDetailsPage-giftCardAmount > div:last-child {
	margin-bottom: 0;
}

.eGiftCardDetailsPage-giftCardAmount-option {
	height: 40px;
}

.eGiftCardDetailsPage-giftCardAmount-label {
	display: block;
	height: 100%;
	width: 100%;
}

.eGiftCardDetailsPage-giftCardAmount-label span {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	cursor: pointer;
	display: block;
	font-size: 0.875rem;
	height: 100%;
	line-height: 2.5rem;
	padding: 0 12px;
	text-align: center;
	width: 70px;
}

.eGiftCardDetailsPage-giftCardAmount-label input[type="radio"]:checked ~ span {
	background-color: #707070;
	border-color: #707070;
	color: #fff;
}

.eGiftCardDetailsPage-giftCardAmount-label input.custom + span {
	width: auto;
}

.eGiftCardDetailsPage-giftCardAmount-custom {
	padding-top: 1rem;
}

.eGiftCardDetailsPage-giftCardAmount.mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}

.eGiftCardDetailsPage-giftCardAmount.mobile .eGiftCardDetailsPage-giftCardAmount-option {
	margin-bottom: 0;
}

.eGiftCardDetailsPage-giftCardAmount.mobile .eGiftCardDetailsPage-giftCardAmount-option span {
	padding: 0 10px;
}

.eGiftCardDetailsPage .delivery-date-field {
	position: relative;
}

.eGiftCardDetailsPage .delivery-date-field .icon-chevron-down,
.eGiftCardDetailsPage .delivery-date-field .productListingBlock-select .styled-select-wrap,
.productListingBlock-select .eGiftCardDetailsPage .delivery-date-field .styled-select-wrap,
.eGiftCardDetailsPage .delivery-date-field .productListingBundles-select .styled-select-wrap,
.productListingBundles-select .eGiftCardDetailsPage .delivery-date-field .styled-select-wrap {
	color: #707070;
	font-size: 0.75rem;
	position: absolute;
	right: 13px;
	top: 9px;
}

@media (min-width: 768px) {
	.eGiftCardDetailsPage .delivery-date-field .icon-chevron-down,
	.eGiftCardDetailsPage .delivery-date-field .productListingBlock-select .styled-select-wrap,
	.productListingBlock-select .eGiftCardDetailsPage .delivery-date-field .styled-select-wrap,
	.eGiftCardDetailsPage .delivery-date-field .productListingBundles-select .styled-select-wrap,
	.productListingBundles-select .eGiftCardDetailsPage .delivery-date-field .styled-select-wrap {
		cursor: pointer;
		font-size: 0.9375rem;
		right: 14px;
		top: 18px;
	}
}

.eGiftCardDetailsPage .custom-amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.eGiftCardDetailsPage .custom-amount label {
	font-size: 1rem;
	left: 12px;
	line-height: 48px;
	margin: 0;
	position: absolute;
}

.eGiftCardDetailsPage .custom-amount input {
	padding-left: 32px;
	width: 100%;
}

.eGiftCardDetailsPage textarea.styled-textarea {
	height: 200px;
}

@media (min-width: 992px) {
	.eGiftCardDetailsPage .pdp-desc-inner {
		padding-bottom: 0;
	}
}

.eGiftCardDetailsPage-FormWrapper .form-group {
	margin-bottom: 10px;
}

.eGiftCardDetailsPage-FormWrapper .form-group .styled-input {
	font-size: 0.875rem;
	height: 50px;
}

/* States */
.physicalGiftCardDetailsPage-optionsWrapper h6 {
	color: #000;
	font-size: 0.875rem;
	font-weight: 700;
	margin-bottom: 0.375rem;
	margin-top: 1.375rem;
}

@media (min-width: 768px) {
	.physicalGiftCardDetailsPage-optionsWrapper h6 {
		margin-top: 1.75rem;
	}
}

.physicalGiftCardDetailsPage-optionsWrapper .physicalGiftCardDetailsPage-giftCardAmount.desktop > div {
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
}

.physicalGiftCardDetailsPage-optionsWrapper .physicalGiftCardDetailsPage-giftCardAmount.desktop > div:last-child {
	margin-bottom: 0;
}

.physicalGiftCardDetailsPage-optionsWrapper .physicalGiftCardDetailsPage-giftCardAmount.mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}

.physicalGiftCardDetailsPage-optionsWrapper .physicalGiftCardDetailsPage-giftCardAmount.mobile .physicalGiftCardDetailsPage-option {
	margin-bottom: 0;
}

.physicalGiftCardDetailsPage-optionsWrapper .physicalGiftCardDetailsPage-giftCardAmount.mobile .physicalGiftCardDetailsPage-option span {
	padding: 0 10px;
}

.physicalGiftCardDetailsPage-optionsWrapper .physicalGiftCardDetailsPage-option {
	height: 40px;
}

.physicalGiftCardDetailsPage-optionsWrapper .physicalGiftCardDetailsPage-optionLabel {
	display: block;
	height: 100%;
	width: 100%;
}

.physicalGiftCardDetailsPage-optionsWrapper .physicalGiftCardDetailsPage-optionLabel span {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	cursor: pointer;
	display: block;
	font-size: 0.875rem;
	height: 100%;
	line-height: 2.5rem;
	padding: 0 12px;
	text-align: center;
	width: 70px;
}

.physicalGiftCardDetailsPage-optionsWrapper .physicalGiftCardDetailsPage-optionLabel input[type="radio"]:checked ~ span {
	background-color: #707070;
	border-color: #707070;
	color: #fff;
}

.physicalGiftCardDetailsPage-optionsWrapper .physicalGiftCardDetailsPage-optionLabel input.custom + span {
	width: auto;
}

.physicalGiftCardDetailsPage-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.physicalGiftCardDetailsPage-btns .quantityInput {
	margin-right: 10px;
}

.physicalGiftCardDetailsPage-btns .quantityInput input {
	height: 48px;
}

.physicalGiftCardDetailsPage .custom-amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.physicalGiftCardDetailsPage .custom-amount label {
	font-size: 1rem;
	left: 12px;
	line-height: 50px;
	margin: 0;
	position: absolute;
}

.physicalGiftCardDetailsPage .custom-amount input {
	font-size: 0.875rem;
	height: 50px;
	padding-left: 32px;
	width: 100%;
}

/* States */
.orderConfirmationPage {
	background-color: #fff;
}

.orderConfirmationPage .pageheaderblock .pageHeader-info {
	padding: 6.25rem 0;
	text-align: center;
}

.orderConfirmationPage .pageheaderblock .pageHeader-subTitle {
	font-size: 1.25rem;
	line-height: initial;
	margin-left: auto;
	margin-right: auto;
	max-width: 643px;
}

.orderConfirmationPage .pageheaderblock .pageHeader-title {
	font-size: 3.125rem;
	line-height: 3.125rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 643px;
	text-transform: initial;
}

.orderConfirmationPage .pageheaderblock .pageHeader-summary {
	font-size: 1rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.625rem;
	max-width: 643px;
}

.orderConfirmationPage .pageheaderblock .pageHeader-summary > *:last-child {
	margin-bottom: 0;
}

.orderConfirmationPage .productrecsblock.my-4 {
	margin-top: 0 !important;
}

/* Theme */

.orderConfirmationPage .orderConfirmation-detailValue .australian-vendor .au-desc {
	font-size: 0.9375rem;
}

.is-bris .orderConfirmationPage .orderConfirmation-detailValue .australian-vendor .au-desc {
	line-height: 17px;
}

@media (min-width: 576px) {
	.is-bris .orderConfirmationPage .orderConfirmation-detailValue .australian-vendor .au-desc {
		line-height: 18px;
	}
}

.orderConfirmationPage .orderConfirmation-orderDesc .australian-vendor .au-desc {
	font-size: 0.8125rem;
}

.is-bris .orderConfirmationPage .orderConfirmation-orderDesc .australian-vendor .au-desc {
	line-height: 16px;
}

.communicationPreferences .gigya-screen form > div:nth-child(2),
.communicationPreferences .gigya-screen form > div:nth-child(5) {
	text-align: left;
}

.communicationPreferences .gigya-screen form > div:nth-child(2) .gigya-composite-control-label,
.communicationPreferences .gigya-screen form > div:nth-child(5) .gigya-composite-control-label {
	color: rgba(0, 0, 0, 0.9);
	font-size: 1.25rem;
	font-weight: bold;
}

.communicationPreferences .gigya-screen form > div:nth-child(5),
.communicationPreferences .gigya-screen form > div:nth-child(7) {
	border-top: 1px solid #dfdfdf;
	margin-top: 20px;
	padding-top: 20px;
}

.communicationPreferences .gigya-screen form > div:nth-child(7) .gigya-layout-cell {
	text-align: left;
	width: 100%;
}

.communicationPreferences .gigya-screen form > div:nth-child(7) .gigya-layout-cell:first-child .gigya-composite-control-label {
	color: rgba(0, 0, 0, 0.9);
	font-size: 1.25rem;
	font-weight: bold;
}

.communicationPreferences .gigya-screen form > div:nth-child(7) .gigya-layout-cell:nth-child(2) {
	display: none;
}

.communicationPreferences .gigya-screen form > div:nth-child(8) .gigya-layout-cell {
	width: 100%;
}

.communicationPreferences .gigya-screen .gigya-composite-control-checkbox input[type=checkbox] {
	height: 24px;
	line-height: 24px;
}

.communicationPreferences .gigya-screen .gigya-composite-control-checkbox input[type=checkbox]::before {
	background-color: transparent;
	border: 1px solid #d9d9d9;
	height: 24px;
	width: 24px;
}

.communicationPreferences .gigya-screen .gigya-composite-control-checkbox input[type=checkbox]:checked::after {
	font-size: 1rem;
	left: 4px;
}

.communicationPreferences .gigya-screen .gigya-composite-control-checkbox .gigya-label {
	margin-left: 12px;
	margin-top: 4px;
}

.communicationPreferences .gigya-screen .gigya-composite-control-checkbox .gigya-label-text {
	color: #707070;
	font-size: 1rem;
}

@media (min-width: 768px) {
	.communicationPreferences .gigya-screen .gigya-layout-row:nth-child(7) .gigya-layout-cell {
		width: calc(50% - 10px);
	}

	.communicationPreferences .gigya-screen .gigya-layout-row:nth-child(7) .gigya-layout-cell:first-child {
		margin-right: 20px;
	}

	.communicationPreferences .gigya-screen .gigya-layout-row:nth-child(7) .gigya-layout-cell:nth-child(2) .gigya-layout-row:first-child {
		display: block;
		height: 51px;
	}

	.communicationPreferences .gigya-screen .gigya-composite-control-submit {
		text-align: right;
	}

	.communicationPreferences .gigya-screen .gigya-composite-control-submit .gigya-input-submit {
		height: 48px;
		padding-left: 32px;
		padding-right: 32px;
		width: auto;
	}
}

@media (min-width: 992px) {
	.communicationPreferences .gigya-screen form > div:nth-child(3),
	.communicationPreferences .gigya-screen form > div:nth-child(6) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.communicationPreferences .gigya-screen form > div:nth-child(3) > div,
	.communicationPreferences .gigya-screen form > div:nth-child(6) > div {
		margin: 0;
		width: 33.33%;
	}

	.communicationPreferences .gigya-screen form > div:nth-child(8) .gigya-layout-cell {
		width: 50%;
	}
}

/* Themes */
.is-bris .communicationPreferences .gigya-screen .gigya-composite-control-checkbox input[type=checkbox]:checked::before {
	background-color: #035ea7;
	border: 1px solid #035ea7;
}

.myAccountCdc.orderListingCdc .myAccountCdc-right--main {
	margin-top: 35px;
}

.myAccountCdc.orderListingCdc .accountDashboardPage-desc {
	padding-top: 0;
}

#orderHistoryTab {
	border-bottom: unset;
	position: relative;
	top: -50px;
}

#orderHistoryTab .nav-link {
	background-color: initial;
	border: unset;
	color: #000;
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 17px 24px;
	text-transform: uppercase;
}

#orderHistoryTab .nav-link.active {
	background-color: #f8f8f8;
	text-decoration: underline;
}

.is-bris #orderHistoryTab .nav-link.active {
	color: #035ea7;
}

.orderListingCdc-container .pagination-group {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.orderListingCdc-item {
	background-color: #ececec;
	margin-bottom: 20px;
	padding: 20px;
}

.orderListingCdc-content-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.orderListingCdc-content-row .button-btn {
	margin-right: 20px;
	margin-top: 10px;
}

.orderListingCdc-content-row a.button--primary {
	color: #fff;
}

.orderListingCdc-content .order-info {
	color: #707070;
	font-size: 0.75rem;
	font-weight: bold;
	text-transform: uppercase;
}

.orderListingCdc-content .order-info .order-id {
	color: rgba(0, 0, 0, 0.9);
	font-size: 1.25rem;
	padding-bottom: 10px;
}

.orderListingCdc-content .order-status {
	padding-bottom: 10px;
}

.orderListingCdc-content .order-price {
	color: rgba(112, 112, 112, 0.9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
}

.orderListingCdc-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 20px;
}

.orderListingCdc-images img,
.orderListingCdc-images .more-images {
	height: 95px;
	margin-top: 10px;
}

.orderListingCdc-images img {
	margin-right: 15px;
	width: auto;
}

.orderListingCdc-images .more-images {
	background-color: #cfcfcf;
	color: rgba(0, 0, 0, 0.9);
	display: inline-block;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 95px;
	text-align: center;
	width: 95px;
}

.orderListingCdc .loading-spinner {
	background-color: inherit;
	display: block;
	margin: 0 auto;
	position: relative;
	width: 100px;
	z-index: 999;
}

.orderListingCdc .loading-spinner::after {
	-webkit-animation: spinner-border 0.75s linear infinite;
	animation: spinner-border 0.75s linear infinite;
	border: 0.25em solid #707070;
	border-radius: 50%;
	border-right-color: transparent;
	content: '';
	content: '';
	display: block;
	height: 30px;
	left: 35%;
	position: absolute;
	top: 25%;
	width: 30px;
	z-index: 2;
}

@media (min-width: 768px) {
	.orderListingCdc-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.orderListingCdc-content {
		width: 40%;
	}

	.orderListingCdc-images {
		padding-top: 0;
		width: 60%;
	}

	.orderListingCdc-images img,
	.orderListingCdc-images .more-images {
		height: 175px;
		margin-top: 0;
	}

	.orderListingCdc-images img {
		margin-bottom: 15px;
		margin-right: 20px;
	}

	.orderListingCdc-images .more-images {
		line-height: 175px;
		width: 175px;
	}
}

@media (min-width: 1600px) {
	.orderListingCdc-images img {
		margin-bottom: 0;
	}
}

#inStorePurchase .orderListingCdc-content .order-price {
	color: #707070;
	display: block;
	font-size: 0.75rem;
	font-weight: bold;
}

/* ORDER STATUS */
.order-status span {
	font-size: 0.75rem;
	font-weight: bold;
	padding: 4px 8px;
	text-transform: uppercase;
}

.processing,
.on-its-way,
.ready-to-collect,
.partially-collected,
.out-for-delivery {
	background-color: #ffcb05;
}

 {
	color: #000;
}

.is-bris .processing,
.is-bris
  .on-its-way,
.is-bris
  .ready-to-collect,
.is-bris
  .partially-collected,
.is-bris
  .out-for-delivery {
	color: rgba(3, 94, 167, 0.9);
}

.collected,
.delivered,
.completed {
	background-color: #2cac4a;
	color: rgba(255, 255, 255, 0.9);
}

.cancelled {
	background-color: #eb3636;
	color: rgba(255, 255, 255, 0.9);
}

.partially-cancelled {
	background-color: #eb8d3c;
	color: rgba(255, 255, 255, 0.9);
}

.button-btn.order-btn-format,
.button-btn.load-more-instore {
	font-size: 0.875rem;
	height: 50px;
	line-height: 50px;
}

@media (min-width: 768px) {
	.button-btn.order-btn-format,
	.button-btn.load-more-instore {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.button-btn.order-btn-format.button--btnOutline-primary,
.button-btn.load-more-instore.button--btnOutline-primary {
	border: 2px solid;
}

 {
	font-weight: bold;
}

.is-bris .button-btn.load-more-instore {
	color: #fff;
}

.is-bris .button-btn.load-more-instore:hover {
	color: #fff;
}

/* Theme */

a.download {
	color: #707070;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
}

a.download span {
	margin-right: 5px;
	vertical-align: middle;
}

.orderDetailCdc.instore-detail .orderDetailCdc-header-left .orderDetailCdc-col:last-child {
	display: block;
}

.orderDetailCdc.instore-detail .orderDetailCdc-header-right {
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.orderDetailCdc.instore-detail .orderDetailCdc-header-right .download {
	margin-right: 15px;
}

.orderDetailCdc-header {
	background-color: #ececec;
	margin-bottom: 30px;
	padding: 20px;
}

.orderDetailCdc-header-left,
.orderDetailCdc-header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.orderDetailCdc-header-left {
	margin-bottom: 20px;
}

.orderDetailCdc-header-left .orderDetailCdc-col:not(:first-child) {
	margin-left: 20px;
}

.orderDetailCdc-header-left .orderDetailCdc-col:last-child {
	display: none;
}

.orderDetailCdc-header-right {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.orderDetailCdc--title {
	color: #707070;
	font-size: 0.75rem;
	text-transform: uppercase;
}

.orderDetailCdc--content {
	color: rgba(0, 0, 0, 0.9);
	font-size: 0.875rem;
	font-weight: bold;
}

.orderDetailCdc-address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.orderDetailCdc-address .orderDetailCdc--title {
	margin-bottom: 5px;
}

.orderDetailCdc-address-billing,
.orderDetailCdc-address-shipping,
.orderDetailCdc-address-collectionStore {
	margin-bottom: 15px;
	width: 50%;
}

.orderDetailCdc-address.click-collect .order-status {
	align-items: flex-end;
	-webkit-box-align: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	margin-bottom: 15px;
	margin-top: 0;
	width: 50%;
}

.orderDetailCdc-address .order-status {
	margin-top: 15px;
}

.orderDetailCdc-shipment-item {
	margin-bottom: 30px;
}

.orderDetailCdc-shipmentList .shipment-header {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.orderDetailCdc-shipmentList .shipment-number {
	font-size: 1.25rem;
	margin-bottom: 10px;
	margin-top: 5px;
}

.orderDetailCdc-shipmentList .shipment-action {
	-webkit-box-direction: reverse;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.orderDetailCdc-shipmentList .shipment-action .download {
	margin-top: 15px;
}

.orderDetailCdc-shipmentList .shipment-action .track-delivery::before {
	content: 'TRACK';
}

.orderDetailCdc-shipmentList .shipment-detail.has-discount .shipment-qty,
.orderDetailCdc-shipmentList .shipment-detail.has-discount .shipment-price,
.orderDetailCdc-shipmentList .shipment-detail.has-discount .shipment-discount,
.orderDetailCdc-shipmentList .shipment-detail.has-discount .shipment-total {
	width: 25%;
}

.orderDetailCdc-shipmentList .shipment-detail.has-discount .shipment-discount {
	font-size: 0.75rem;
}

.orderDetailCdc-shipmentList .shipment-detail .shipment-header-row {
	border-bottom: 2px solid #acacac;
	padding-bottom: 10px;
}

.orderDetailCdc-shipmentList .shipment-detail .shipment-header-row .shipment-heading {
	font-size: 0.8125rem;
}

.orderDetailCdc-shipmentList .shipment-detail .shipment-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 20px;
	padding-top: 20px;
}

.orderDetailCdc-shipmentList .shipment-detail .shipment-row:not(:last-child) {
	border-bottom: 2px solid #f0efed;
}

.orderDetailCdc-shipmentList .shipment-detail .shipment-row:last-child {
	border-bottom: 2px solid #acacac;
}

.orderDetailCdc-shipmentList .shipment-detail .shipment-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.orderDetailCdc-shipmentList .shipment-detail .shipment-item img {
	height: 80px;
	margin-bottom: 20px;
	margin-right: 20px;
	width: auto;
}

.orderDetailCdc-shipmentList .shipment-detail .shipment-qty,
.orderDetailCdc-shipmentList .shipment-detail .shipment-price {
	font-size: 0.75rem;
	width: 30%;
}

.orderDetailCdc-shipmentList .shipment-detail .shipment-total {
	font-size: 0.75rem;
	text-align: right;
	width: 40%;
}

.orderDetailCdc-shipmentList .shipment-detail .shipment-heading {
	color: #4d4d4d;
	font-size: 0.75rem;
	font-weight: bold;
}

.orderDetailCdc-shipmentList .shipment-detail .shipment-value {
	color: #4d4d4d;
}

.orderDetailCdc-shipmentList .shipment-detail .product-name {
	color: #000;
	font-size: 1rem;
	font-weight: bold;
}

.orderDetailCdc-shipmentList .shipment-detail .product-desc {
	color: #707070;
	font-size: 0.875rem;
}

.orderDetailCdc-footer {
	-webkit-box-direction: reverse;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.orderDetailCdc-footer-total {
	padding-top: 20px;
}

.orderDetailCdc-footer-total > div {
	padding-bottom: 8px;
}

.orderDetailCdc-footer-total > div:last-child {
	border-top: 2px solid #acacac;
	margin-bottom: 30px;
	margin-top: 4px;
	padding-bottom: 0;
	padding-top: 20px;
}

.orderDetailCdc-footer-text {
	color: #4d4d4d;
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
}

.orderDetailCdc-footer-textHighlight {
	color: #000;
	font-size: 1rem;
	font-weight: bold;
}

.orderDetailCdc-footer .contactUs {
	padding-left: 25px;
	padding-right: 25px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.orderDetailCdc-grandTotal {
	border-bottom: 2px solid #acacac;
	border-top: 2px solid #acacac;
	padding-bottom: 20px;
	padding-top: 20px;
}

.orderDetailCdc-grandTotal-item {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.orderDetailCdc {
		padding-right: 16px;
	}
}

@media (min-width: 992px) {
	.orderDetailCdc-header {
		-webkit-box-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.orderDetailCdc-header-left {
		margin-bottom: 0;
	}

	.orderDetailCdc-header-left .orderDetailCdc-col:not(:first-child) {
		margin-left: 40px;
	}

	.orderDetailCdc-header-left .orderDetailCdc-col:last-child {
		display: block;
	}

	.orderDetailCdc-header-right .orderDetailCdc-col {
		display: none;
	}

	.orderDetailCdc-shipment-item {
		margin-bottom: 60px;
	}

	.orderDetailCdc-address .orderDetailCdc-address-billing,
	.orderDetailCdc-address .orderDetailCdc-address-shipping,
	.orderDetailCdc-address .orderDetailCdc-address-collectionStore {
		margin-bottom: 0;
		margin-right: 15px;
		width: 20%;
	}

	.orderDetailCdc-address .order-status {
		margin-left: auto;
		margin-top: 0;
	}

	.orderDetailCdc-address.click-collect .order-status {
		align-items: baseline;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		width: auto;
	}

	.orderDetailCdc-shipmentList .shipment-action {
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-align: center;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.orderDetailCdc-shipmentList .shipment-action .download {
		margin-right: 20px;
		margin-top: 0;
	}

	.orderDetailCdc-shipmentList .shipment-action .track-delivery::before {
		content: 'TRACK DELIVERY';
	}

	.orderDetailCdc-shipmentList .shipment-detail.has-discount .shipment-item {
		width: 45%;
	}

	.orderDetailCdc-shipmentList .shipment-detail.has-discount .shipment-qty {
		width: 10%;
	}

	.orderDetailCdc-shipmentList .shipment-detail.has-discount .shipment-price,
	.orderDetailCdc-shipmentList .shipment-detail.has-discount .shipment-discount,
	.orderDetailCdc-shipmentList .shipment-detail.has-discount .shipment-total {
		width: 15%;
	}

	.orderDetailCdc-shipmentList .shipment-detail .shipment-header-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.orderDetailCdc-shipmentList .shipment-detail .shipment-header-row .shipment-heading {
		font-size: 0.8125rem;
	}

	.orderDetailCdc-shipmentList .shipment-detail .shipment-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.orderDetailCdc-shipmentList .shipment-detail .shipment-row:not(:last-child) {
		border-bottom: 2px solid #f0efed;
	}

	.orderDetailCdc-shipmentList .shipment-detail .shipment-row:last-child {
		border-bottom: 2px solid #acacac;
	}

	.orderDetailCdc-shipmentList .shipment-detail .shipment-item {
		width: 55%;
	}

	.orderDetailCdc-shipmentList .shipment-detail .shipment-item img {
		height: 140px;
		margin-bottom: 0;
		margin-right: 30px;
	}

	.orderDetailCdc-shipmentList .shipment-detail .shipment-qty,
	.orderDetailCdc-shipmentList .shipment-detail .shipment-price,
	.orderDetailCdc-shipmentList .shipment-detail .shipment-discount {
		font-size: 0.875rem;
		text-align: right;
	}

	.orderDetailCdc-shipmentList .shipment-detail .shipment-qty {
		width: 10%;
	}

	.orderDetailCdc-shipmentList .shipment-detail .shipment-price {
		width: 15%;
	}

	.orderDetailCdc-shipmentList .shipment-detail .shipment-total {
		width: 20%;
	}

	.orderDetailCdc-shipmentList .shipment-detail .shipment-value {
		font-size: 0.875rem;
	}

	.orderDetailCdc-footer {
		align-items: flex-end;
		-webkit-box-align: end;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: justify;
		-ms-flex-align: end;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.orderDetailCdc-footer-total {
		width: 40%;
	}

	.orderDetailCdc-footer-total > div:last-child {
		margin-bottom: 0;
	}
}

.forgotPasswordCdc {
	padding-top: 20px;
}

@media (min-width: 992px) {
	.forgotPasswordCdc {
		padding-top: 0;
	}
}

.forgotPasswordCdc h1.gigya-screen-caption {
	border-bottom: unset;
	line-height: 24px;
	margin-bottom: 20px;
	padding-left: 0;
}

.forgotPasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-label.main-text {
	padding-bottom: 20px;
}

.forgotPasswordCdc-sent {
	display: none;
}

.forgotPasswordCdc-sent h4 {
	font-size: 1rem;
}

.forgotPasswordCdc-sent p,
.forgotPasswordCdc-sent a {
	color: rgba(112, 112, 112, 0.9);
	font-size: 0.875rem;
}

.forgotPasswordCdc-sent a {
	text-decoration: underline;
}

/* States */
.resetPasswordCdc {
	padding-top: 20px;
}

@media (min-width: 992px) {
	.resetPasswordCdc {
		padding-top: 0;
	}
}

.resetPasswordCdc h1.gigya-screen-caption {
	border-bottom: unset;
	line-height: 24px;
	margin-bottom: 20px;
	padding-left: 0;
}

.resetPasswordCdc .gigya-screen .gigya-composite-control.gigya-composite-control-label.main-text {
	color: #000;
	padding-bottom: 20px;
}

.resetPasswordCdc-sent {
	display: none;
}

/* States */
.wishlistCdc {
	background: #fff;
}

.wishlistCdc .row {
	margin-left: -10px !important;
	margin-right: -10px !important;
}

.wishlistCdc .row .col-6,
.wishlistCdc .row .col-md-4,
.wishlistCdc .row .col-sm-4,
.wishlistCdc .row .col-md-3 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

@media only screen and (min-width: 1441px) {
	.wishlistCdc .myAccountCdc-right--header {
		padding-right: calc((100vw - 1440px) / 2);
	}
}

.wishlistCdc-content .content-empty {
	display: none;
}

.wishlistCdc-content .content-not-empty {
	display: block;
}

.wishlistCdc-content.is-empty .content-empty {
	display: block;
}

.wishlistCdc-content.is-empty .content-not-empty {
	display: none;
}

.wishlistCdc.is-guest .myAccountCdc-left {
	display: none;
}

.wishlistCdc.is-guest .myAccountCdc-right--main,
.wishlistCdc.is-guest .myAccountCdc-right {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.wishlistCdc.is-guest .myAccountCdc-right--header,
.wishlistCdc.is-guest .accountDashboardPage-desc {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	padding-left: 16px;
	padding-right: 16px;
}

@media only screen and (min-width: 1441px) {
	.wishlistCdc.is-guest .myAccountCdc-right--header,
	.wishlistCdc.is-guest .accountDashboardPage-desc {
		padding-left: 0;
		padding-right: 0;
	}
}

/* General Styles */
body {
	background: #fff;
}

.siteHeader {
	z-index: 1;
}

.featurepanelblock {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.featurepanelblock {
		margin-bottom: 1.5rem;
	}
}

.featurePanel {
	cursor: unset;
	width: 100%;
}

.featurePanel:hover {
	text-decoration: none;
}

.featurePanel[href] {
	cursor: pointer;
}

.is-bris .featurePanel--bottomPos .featurePanel-thumbImgWrap {
	height: 14rem;
}

.is-bris .siteFooter-topContent.bg-white {
	color: #fff;
	text-align: left;
}

.is-bris .siteFooter-topContent.bg-white .styled-form .form-label {
	color: #fff;
}

.is-bris .siteFooter-topContent.bg-white .styled-form .button--primary {
	background-color: #072369;
	border: 1px solid #072369;
}

@media (min-width: 768px) {
	.is-bris .siteFooter-topContent.bg-white .styled-form .button--primary {
		height: 3.125rem;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.is-bris .siteFooter-topContent.bg-white .styled-form .button--primary {
		height: 2.5rem;
	}
}

@media (max-width: 575.98px) {
	.is-bris .siteFooter-topContent.bg-white .styled-form .button--primary {
		height: 2.125rem;
		line-height: 1em;
	}
}

.featurePanel-info--center.featurePanel-info--bgOverlay {
	background: rgba(0, 0, 0, 0.3);
}

.is-group-briscoes.tpl-FullWidthPage .container-fluid {
	max-width: 1600px;
}

.is-bris > .container-fluid {
	max-width: 1440px;
}

@media only screen and (min-width: 1472px) {
	.is-bris > .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
}

.tpl-FullWidthPage .pageheaderblock {
	max-width: unset !important;
}

.is-bris > .container-fluid {
	max-width: 1440px;
}

 {
	background-color: #fff !important;
}

 {
	background-color: #fff !important;
}

.is-bris.tpl-HomePage .main,
.is-bris.tpl-FullWidthPage .main,
.is-bris.tpl-KlevuSearchResultsPage .main {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media only screen and (min-width: 1472px) {
	.is-bris.tpl-HomePage .main,
	.is-bris.tpl-FullWidthPage .main,
	.is-bris.tpl-KlevuSearchResultsPage .main {
		padding-left: 0;
		padding-right: 0;
	}
}

.is-bris.tpl-HomePage .main > .container,
.is-bris.tpl-FullWidthPage .main > .container,
.is-bris.tpl-KlevuSearchResultsPage .main > .container {
	max-width: 1440px;
	padding-left: 0;
	padding-right: 0;
}

.is-bris.tpl-HomePage .main > .container > .row > .containerblock .featuredProduct-carousel .row,
.is-bris.tpl-FullWidthPage .main > .container > .row > .containerblock .featuredProduct-carousel .row,
.is-bris.tpl-KlevuSearchResultsPage .main > .container > .row > .containerblock .featuredProduct-carousel .row {
	margin-left: 0;
	margin-right: 0;
}

.is-bris.tpl-HomePage .main .recommendationsBlock .container,
.is-bris.tpl-FullWidthPage .main .recommendationsBlock .container,
.is-bris.tpl-KlevuSearchResultsPage .main .recommendationsBlock .container {
	max-width: unset;
	padding-left: 0;
	padding-right: 0;
}

.is-bris.tpl-HomePage .main .recommendationsBlock > .categorycarouselcontainerblock > .categoryCarousel,
.is-bris.tpl-FullWidthPage .main .recommendationsBlock > .categorycarouselcontainerblock > .categoryCarousel,
.is-bris.tpl-KlevuSearchResultsPage .main .recommendationsBlock > .categorycarouselcontainerblock > .categoryCarousel {
	padding-left: 0;
	padding-right: 0;
}

/* Site Header */
@media (min-width: 992px) {
	.siteHeader-innerWrapper {
		padding: 1.25rem 0;
	}

	.is-bris .siteHeader-innerWrapper .siteHeader-siteLogo {
		max-height: 4rem;
		width: auto;
	}

	.is-bris .siteHeader-innerWrapper .siteHeader-searchWrapper,
	.is-bris .siteHeader-innerWrapper .siteHeader-cartInfoWrapper {
		margin-top: 0;
	}
}

@media (max-width: 767.99px) {
	.siteHeader .siteHeader-innerWrapper .row {
		width: calc(100% + 32px);
	}
}

@media (max-width: 991.99px) {
	.siteHeader-innerWrapper .siteHeader-proposition {
		margin-left: -1rem;
		margin-right: -1rem;
	}
}

/* Main Menu Styles */
.megaMenu .menuItem > a {
	font-size: 0.8rem;
	height: 100%;
	text-align: center;
}

.megaMenu .has-sub > a.active::after,
.megaMenu .has-sub > a.active::before {
	display: none;
}

.is-bris .menuItem:nth-last-of-type(2) {
	background-color: #e1e1e1;
	border-right: 1px solid #fff;
}

.is-bris .menuItem:nth-last-of-type(2) a {
	color: #005ea7;
}

.is-bris .menuItem:last-of-type {
	background-color: #e1e1e1;
	border-right: 1px solid #e1e1e1;
	color: #970f1f;
}

.is-bris .siteHeader-navLinks {
	border-top: 1px solid #e1e1e1;
}

.is-bris .menuItem:last-of-type a {
	color: #970f1f;
}

.is-bris .megaMenu-navLinks .navbar {
	border-top-width: 0;
}

@media (min-width: 992px) {
}

.megaMenuTab .linkList li {
	padding: 0.125rem 0;
}

.megaMenuBrand-resultList li a {
	color: #555 !important;
	font-size: 1rem;
}

@media (min-width: 992px) {
	.siteHeader .navbar-nav .nav-item .nav-link {
		min-width: auto;
		padding: 0.4rem 0.65rem;
		text-align: center;
	}
}

@media (min-width: 1200px) {
	.siteHeader .navbar-nav .nav-item .nav-link {
		padding: 0.75rem 0.9rem;
	}
}

@media (min-width: 992px) {
}

/* Header Promo Bar */
.siteHeader-promoBar {
	padding: 0.75rem 0;
}

.siteHeader-promoBar h2 {
	font-size: 1rem;
	font-weight: 700 !important;
	line-height: 1rem;
	text-transform: uppercase;
}

.is-bris .siteHeader-promoBar {
	background-color: #0d426c;
	color: #fff;
}

.headerPromoBar {
	padding: 0 !important;
}

 {
	background: transparent;
}

.is-bris .headerPromoBar-content a {
	color: #fff;
}

 {
	color: #fff;
	font-size: 0.75rem;
}

.headerPromoBar-content {
	margin-top: 0;
	width: 100%;
}

.headerPromoBar-content ul {
	list-style: none;
	margin-bottom: 0;
	width: 100%;
}

.headerPromoBar-content ul li {
	display: inline;
	font-weight: 700;
	padding: 0 0.5rem;
	text-transform: uppercase;
}

.headerPromoBar-content ul li::before {
	content: '|';
	margin-right: 1.1rem;
}

.headerPromoBar-content ul li:first-of-type::before {
	display: none;
}

.megaMenuTab .bgImg {
	height: auto;
	margin-top: 0;
}

/* Breadcrumbs */
 {
	max-width: none;
}

@media (min-width: 992px) {
	 {
		/*margin-top: -45px;*/
		background: transparent;
		z-index: 900;
	}
}

.container .breadcrumbs {
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.is-bris .container.container-lg {
	max-width: 1440px;
}

@media (min-width: 1440px) {
	.is-bris .container.container-lg {
		padding-left: 0;
		padding-right: 0;
	}
}

/* Page Header Styles */
.is-bris.tpl-FullWidthPage .container .pageheaderblock.col-md-9 {
	max-width: 1440px;
}

.tpl-FullWidthPage .pageheaderblock {
	display: block;
	left: 0;
	position: absolute;
	width: 100vw;
}

.tpl-FullWidthPage .main .pageheaderblock:not(.tall):not(.small) {
	position: initial !important;
}

.tpl-FullWidthPage .main .pageheaderblock:not(.tall):not(.small) .pageHeader-content {
	min-height: 65px;
	padding-top: 10px;
}

.tpl-FullWidthPage .main .pageheaderblock:not(.tall):not(.small) .pageHeader-info {
	min-height: 65px;
	padding: 0;
}

.tpl-FullWidthPage .main .pageheaderblock:not(.tall):not(.small) .pageHeader-info h1 {
	margin-bottom: 0;
}

.pageHeader-title {
	font-size: 2.5rem;
	margin-bottom: 0 !important;
	text-transform: uppercase;
}

@media (max-width: 767.99px) {
	.pageHeader-title {
		font-size: 2rem;
	}
}

.pageheaderblock .pageHeader-subTitle {
	font-size: 1.4rem;
	margin-bottom: 0;
}

.pageheaderblock .pageHeader-content {
	background-position: center center;
	background-size: cover;
	min-height: 180px;
}

.pageheaderblock.small .pageHeader-content {
	min-height: 120px;
}

.pageheaderblock.tall .pageHeader-content {
	min-height: 300px;
}

.pageheaderblock .pageHeader-info {
	min-height: 180px;
	padding: 2rem 0;
}

.pageheaderblock .pageHeader-summary h1 {
	margin: 0;
}

.pageheaderblock.tall .pageHeader-info {
	min-height: 300px;
}

.pageheaderblock.small .pageHeader-info {
	min-height: 120px;
}

@media (min-width: 992px) {
	.pageHeader-info .col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.pageheaderblock + .block {
	margin-top: 3rem;
}

@media (max-width: 767.99px) {
	.pageheaderblock + .promocontainerblock {
		margin-top: 1.5rem;
	}
}

.tpl-FullWidthPage .pageheaderblock + .block {
	margin-top: 30px;
}

.tpl-FullWidthPage .pageheaderblock + .block.productlistingblock {
	margin-top: 0;
}

@media (max-width: 767.98px) {
	.tpl-FullWidthPage .pageheaderblock + .block.promoherocarouselblock .promoHeroCarousel {
		padding-top: 0;
	}
}

@media (min-width: 768px) {
	.tpl-FullWidthPage .pageheaderblock + .block.promoherocarouselblock {
		margin-top: 15px;
	}

	.tpl-FullWidthPage .pageheaderblock + .block.promoherocarouselblock .promoHeroCarousel {
		padding-top: 1rem;
	}
}

.tpl-FullWidthPage .pageheaderblock + .brand-letter-section {
	margin-top: 200px;
}

@media (max-width: 767.99px) {
	.tpl-FullWidthPage .pageheaderblock + .productlistingblock {
		margin-top: 0;
	}
}

.tpl-FullWidthPage .pageheaderblock.tall + .block {
	margin-top: 300px;
}

.tpl-FullWidthPage .pageheaderblock.tall + .productlistingblock {
	margin-top: 320px;
}

@media (max-width: 767.99px) {
}

.tpl-FullWidthPage .pageheaderblock.small + .block {
	margin-top: 120px;
}

@media (max-width: 767.99px) {
	.tpl-FullWidthPage .pageheaderblock.small + .productlistingblock {
		margin-top: 160px;
	}
}

@media (min-width: 992px) {
}

/* Footer */

 {
	color: #fff;
}

.siteFooter-bottom .copyright::after {
	display: none;
}

.siteFooter-menuFooter li {
	float: left;
	margin: 0 0.5rem 0 0;
}

 {
	color: #fff;
}

.siteFooter-social-list {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.siteFooter-social-item {
	margin-left: 1rem;
}

.siteFooter .nav-item,
.siteFooter-block {
	border-top: 0;
	padding-top: 0;
}

.siteFooter-content img {
	margin-right: 0.5rem;
}

.siteFooter-content {
	padding: 1rem 0;
}

.siteFooter .dropdown-item:hover {
	font-weight: normal;
	text-decoration: underline;
}

@media (max-width: 767.99px) {
	.siteFooter {
		padding-top: 1rem;
	}

	.siteFooter-content.container .col-12 {
		margin: 0 15px;
		max-width: calc(100% - 30px);
	}

	.siteFooter .nav-item {
		padding: 1.25rem 0;
	}

	.siteFooter .dropdown-item {
		font-size: 0.9375rem;
		padding: 0.5rem 0;
	}
}

 {
	float: left;
	font-size: 0;
	padding: 0 8px;
	width: 25%;
}

@media (max-width: 767.99px) {
}

@media (max-width: 575.99px) {
}

@media (min-width: 992px) {
	.siteFooter-menuFooter li {
		margin: 0 0.5rem;
	}

	.siteFooter-menuFooter li:first-of-type {
		margin-left: 0;
	}
}

.siteFooter-bottom .copyright {
	margin-right: 0.5rem;
}

.siteFooter-bottom .copyright,
.siteFooter-menuFooter li a {
	font-size: 0.9375rem;
}

.siteFooter-bottom .copyright::after,
.siteFooter-menuFooter li a::after {
	content: '|';
	margin-left: 0.5rem;
}

.siteFooter-menuFooter li:last-of-type a::after {
	display: none;
}

/* Container Block */
.containerblock {
	margin-bottom: 1rem;
}

.containerblock .block {
	float: left;
}

.containerblock .block.buttonblock {
	float: none;
}

.containerblock.fullWidth.col-12 {
	-webkit-box-flex: inherit;
	-ms-flex: inherit;
	flex: inherit;
	max-width: none !important;
}

.containerblock.fullWidth.col-12 .containerblock {
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

/* Proposition Tile Blocks */
.containerblock .propositionTile {
	background: transparent;
}

@media (max-width: 767.99px) {
	.propositiontileblock.displaymode-one-quarter {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.propositionTile-text {
	margin-bottom: 0;
}

.propositionTile-title:first-child,
.propositionTile-subTitle:first-child {
	margin-bottom: 0;
}

/* WYSIWYG Styles */
.wysiwygblock {
	padding-bottom: 10px;
}

.wysiwygblock.fullHomePromo {
	padding-bottom: 0;
}

.wysiwygblock .wysiwyg-content {
	padding-left: 0;
	padding-right: 0;
}

.wysiwygblock .wysiwyg-content iframe {
	max-width: 100%;
}

.wysiwygblock .wysiwyg-content img {
	margin-bottom: 0;
}

.wysiwygblock .wysiwyg-content h1 {
	margin-top: 2rem;
}

.wysiwygblock .wysiwyg-content p {
	margin-bottom: 1rem;
}

.wysiwygblock .noPadding .wysiwyg-content {
	overflow: hidden;
	padding-bottom: 0;
	padding-top: 0;
}

.wysiwygblock .noPadding .wysiwyg-content img {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.wysiwygblock .is-bris .wysiwyg-content {
		padding-top: 0;
	}
}

@media (max-width: 991.99px) {
	.wysiwygblock .wysiwyg-content {
		font-size: 0.9375rem;
	}
}

.wysiwygblock .p-0 .wysiwyg-content {
	padding-left: 0;
	padding-right: 0;
}

.tpl-HomePage .wysiwygblock .wysiwyg-content p {
	margin-bottom: 0;
}

.block[class^="col-"].producttilesblock,
.block[class*=" col-"].producttilesblock {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.productrecsblock {
	margin: 1.5rem 0;
}

.tpl-HomePage .main .productcarouselblock {
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px !important;
	padding-right: 16px !important;
}

.wysiwygblock .wysiwyg-content p + h2 {
	margin-top: 1.5rem;
}

.wysiwygblock h2,
.wysiwygblock h3 {
	margin-bottom: 1.5rem;
}

@media (max-width: 767.99px) {
	.wysiwygblock h2 {
		font-size: 1.5rem;
	}
}

.wysiwygblock [class*="mb-"] .wysiwyg-content {
	padding-bottom: 0;
}

 {
	text-transform: capitalize;
}

/* Brand Banner Block */
.brandBanner {
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;
	padding: 1rem 0 0.25rem;
}

.brandBanner .block.wysiwygblock {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

@media (min-width: 768px) {
	.brandBanner .block.wysiwygblock {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}

.brandBanner .buttonblock {
	text-align: center;
}

.brandBanner .buttonblock a {
	height: 60px;
	line-height: 60px;
	max-width: 100%;
	overflow: hidden;
}

.brandBanner p {
	text-align: center;
}

/* Category Tile Block Styles */
.categorytilesblock {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.categorytilesblock.displaymode-half {
		max-width: calc(50% - 10px);
	}

	.categorytilesblock.displaymode-half:nth-of-type(odd) {
		margin-right: 10px;
	}

	.categorytilesblock.displaymode-half:nth-of-type(even) {
		margin-left: 10px;
	}

	.categorytilesblock.displaymode-one-third {
		max-width: calc(33.33333% - 10px);
	}

	.categorytilesblock.displaymode-one-third:nth-of-type(1n + 3) {
		margin-right: 15px;
	}

	.categorytilesblock.displaymode-one-third:nth-of-type(3n + 3) {
		margin-left: 7.5px;
		margin-right: 7.5px;
	}
}

/* Feature Panel */
@media (max-width: 767.99px) {
	.featurePanel-thumbImgWrap {
		height: 20rem !important;
	}

	.featurepanelblock.small .featurePanel-thumbImgWrap {
		height: 12rem !important;
	}

	.mobile-5050 .featurepanelblock.small .featurePanel-thumbImgWrap {
		height: 7rem !important;
	}

	.featurepanelblock.tall .featurePanel-thumbImgWrap {
		height: 30.375rem !important;
	}
}

@media (min-width: 768px) {
	.featurePanel-thumbImgWrap {
		height: 20rem !important;
	}

	.featurepanelblock.small .featurePanel-thumbImgWrap {
		height: 12rem !important;
	}

	.featurepanelblock.tall .featurePanel-thumbImgWrap {
		height: 30.375rem !important;
	}
}

@media (max-width: 767.99px) {
}

.featurePanel-summary,
.featurePanel-summary p {
	margin-bottom: 0;
}

.featurePanel .button {
	margin-top: 1rem;
}

.featurePanel-info--lightText .button--btnLink-black {
	color: #fff;
	height: auto;
	text-decoration: none;
}

.featurePanel-info--lightText .button--btnLink-black i {
	font-size: 0.7rem;
	top: 0.0425rem;
}

.is-bris .featurePanel-info--right .colText--bg {
	background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767.99px) {
	.mobile-5050 .featurePanel-info .colText--bg {
		padding: 0 0.75rem 0.5rem !important;
	}

	.mobile-5050 .featurePanel-info .button--btnLink-black {
		height: auto;
		line-height: 1.5rem !important;
	}
}

.featurePanel-clickableBlk:hover {
	opacity: 0.8;
}

/* Button Blocks */

.buttoncontainerblock {
	margin-bottom: 1.5rem;
}

.buttoncontainerblock .buttonContainer.spacing-1 {
	margin: 0 -0.25rem;
}

.buttoncontainerblock .buttonContainer.spacing-2 {
	margin: 0 -0.5rem;
}

.buttoncontainerblock .buttonContainer.spacing-3 {
	margin: 0 -1rem;
}

.buttoncontainerblock .buttonContainer.spacing-4 {
	margin: 0 -1.5rem;
}

.buttoncontainerblock .buttonContainer.spacing-5 {
	margin: 0 -3rem;
}

a.button-btn:hover {
	opacity: 0.9;
	text-decoration: none;
}

.button-red {
	background-color: #ed1c25 !important;
	border-color: #ed1c25 !important;
	color: #fff !important;
}

.button--btnLink-black {
	padding: 0 !important;
	text-decoration: none;
}

.button--btnLink-black i {
	font-size: 0.75rem !important;
}

/* FAQ Tiles */
@media (max-width: 991.99px) {
	.faqTiles .wysiwygblock.displaymode-one-quarter {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.faqTiles .wysiwygblock.displaymode-one-quarter .border-small {
	border-width: 0;
	padding: 0 0.5rem;
}

.faqTiles .wysiwygblock.displaymode-one-quarter .border-small .wysiwyg-content {
	border: 1px solid;
}

.faqTiles .wysiwygblock.displaymode-one-quarter .border-grey .wysiwyg-content {
	border-color: #efefef;
}

.faqTiles .wysiwygblock.displaymode-one-quarter .wysiwyg-content {
	padding: 1.5rem 1rem;
	text-align: center;
}

.faqTiles .wysiwygblock.displaymode-one-quarter .wysiwyg-content:hover {
	opacity: 0.8;
}

.faqTiles .wysiwygblock.displaymode-one-quarter .wysiwyg-content h4 {
	font-size: 1.1rem;
	margin-bottom: 0.2rem;
	text-transform: uppercase;
}

.faqTiles .wysiwygblock.displaymode-one-quarter .wysiwyg-content img {
	margin-bottom: 1rem;
	max-width: 50px;
}

.faqTiles .wysiwygblock.displaymode-one-quarter .wysiwyg-content a {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.faqTiles .wysiwygblock.displaymode-one-quarter .wysiwyg-content h4 a {
	font-size: 1.1rem !important;
}

.faqTiles .wysiwygblock.displaymode-one-quarter .wysiwyg-content a:hover {
	text-decoration: none;
}

/* My Account Tiles */
.myaccountTiles .wysiwygblock.displaymode-one-quarter {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333333%;
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%;
}

@media (max-width: 991.99px) {
	.myaccountTiles .wysiwygblock.displaymode-one-quarter {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.myaccountTiles .wysiwygblock.displaymode-one-quarter .border-small {
	border-width: 0;
	padding: 0 0.5rem;
}

.myaccountTiles .wysiwygblock.displaymode-one-quarter .border-small .wysiwyg-content {
	border: 1px solid;
}

.myaccountTiles .wysiwygblock.displaymode-one-quarter .border-grey .wysiwyg-content {
	border-color: #efefef;
}

.myaccountTiles .wysiwygblock.displaymode-one-quarter .wysiwyg-content {
	padding: 1.5rem 1rem;
	text-align: center;
}

.myaccountTiles .wysiwygblock.displaymode-one-quarter .wysiwyg-content:hover {
	opacity: 0.8;
}

.myaccountTiles .wysiwygblock.displaymode-one-quarter .wysiwyg-content h4 {
	font-size: 1.1rem;
	margin-bottom: 0.2rem;
	text-transform: uppercase;
}

.myaccountTiles .wysiwygblock.displaymode-one-quarter .wysiwyg-content img {
	margin-bottom: 1rem;
	max-width: 50px;
}

.myaccountTiles .wysiwygblock.displaymode-one-quarter .wysiwyg-content a {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.myaccountTiles .wysiwygblock.displaymode-one-quarter .wysiwyg-content h4 a {
	font-size: 1.1rem !important;
}

.myaccountTiles .wysiwygblock.displaymode-one-quarter .wysiwyg-content a:hover {
	text-decoration: none;
}

/* Account Dashboard */
@media (max-width: 575.99px) {
}

@media (max-width: 991.99px) {
	.accountDashboardPage-boxes .propositiontileblock.displaymode-one-quarter {
		max-width: calc(50% - 15px);
	}

	.accountDashboardPage-boxes .propositiontileblock.displaymode-one-quarter:nth-of-type(odd) {
		margin-left: 0;
	}

	.accountDashboardPage-boxes .propositiontileblock.displaymode-one-quarter:nth-of-type(even) {
		margin-right: 0;
	}
}

@media (min-width: 992px) {
	.accountDashboardPage-boxes .propositiontileblock.displaymode-one-quarter {
		max-width: calc(33.33333% - 20px);
	}

	.accountDashboardPage-boxes .propositiontileblock.displaymode-one-quarter:nth-of-type(3n + 1) {
		margin-left: 0;
	}

	.accountDashboardPage-boxes .propositiontileblock.displaymode-one-quarter:nth-of-type(3n + 3) {
		margin-right: 0;
	}

	.accountDashboardPage-boxes .propositiontileblock.displaymode-one-quarter .propositionTile--separator::after {
		display: none;
	}
}

/* Address Book Styles */
@media (min-width: 992px) {
	.addressBookPage .cell-action {
		width: 35%;
	}
}

/* Order History */
@media (min-width: 992px) {
	.orderHistoryPage .filter-id,
	.orderHistoryPage .order-id,
	.orderHistoryPage .filter-date,
	.orderHistoryPage .order-date,
	.orderHistoryPage .filter-address,
	.orderHistoryPage .order-address,
	.orderHistoryPage .order-status {
		width: 25%;
	}
}

/* Gift Registry - Manage */
.giftRegistryManagementDetailsPage-tabsWrapper .nav-tabs .nav-link {
	text-align: center;
}

.giftRegistryManagementDetailsPage-tabsWrapper + .tab-content p {
	margin-top: 2rem;
}

.giftRegistryManagementDetailsPage-sortOpt {
	margin: 0;
}

/* Gift Registry - Search */
.findGiftRegistryPage-searchForm .col-12,
.findGiftRegistryPage-eventDate .col-12 {
	padding: 0;
}

.findGiftRegistryPage-date .col-4:first-of-type {
	padding-left: 0 !important;
}

/* Payment Tiles */
.containerblock.paymentTiles div {
	margin-left: auto;
	margin-right: auto;
}

.paymentTiles .wysiwygblock.displaymode-one-quarter {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

@media (max-width: 991.99px) {
	.paymentTiles .wysiwygblock.displaymode-one-quarter {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.paymentTiles .wysiwygblock.displaymode-one-quarter .border-small {
	border-width: 0;
	padding: 0 0.5rem;
}

.paymentTiles .wysiwygblock.displaymode-one-quarter .border-small .wysiwyg-content {
	border: 1px solid;
}

.paymentTiles .wysiwygblock.displaymode-one-quarter .border-grey .wysiwyg-content {
	border-color: #efefef;
}

.paymentTiles .wysiwygblock.displaymode-one-quarter .wysiwyg-content {
	padding: 1.5rem 0.5rem;
	text-align: center;
}

.paymentTiles .wysiwygblock.displaymode-one-quarter .wysiwyg-content:hover {
	opacity: 0.8;
}

.paymentTiles .wysiwygblock.displaymode-one-quarter .wysiwyg-content h4 {
	font-size: 0.8rem;
	margin-bottom: 0.2rem;
	text-transform: uppercase;
}

.paymentTiles .wysiwygblock.displaymode-one-quarter .wysiwyg-content img {
	margin-bottom: 1rem;
	max-height: 40px;
	width: auto;
}

.paymentTiles .wysiwygblock.displaymode-one-quarter .wysiwyg-content p {
	margin-bottom: 0;
}

.paymentTiles .wysiwygblock.displaymode-one-quarter .wysiwyg-content a {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.paymentTiles .wysiwygblock.displaymode-one-quarter .wysiwyg-content h4 a {
	font-size: 0.8rem !important;
}

.paymentTiles .wysiwygblock.displaymode-one-quarter .wysiwyg-content a:hover {
	text-decoration: none;
}

/* Shipping Tiles */
.shippingTiles .wysiwygblock.displaymode-half.border-small {
	border-width: 0;
	padding: 0 0.5rem;
}

.shippingTiles .wysiwygblock.displaymode-half.m-15 {
	max-width: calc(50% - 30px);
}

.shippingTiles .wysiwygblock.displaymode-half.border-small .wysiwyg-content {
	border: 1px solid;
}

.shippingTiles .wysiwygblock.displaymode-half.border-grey .wysiwyg-content {
	border-color: #efefef;
}

.shippingTiles .wysiwygblock.displaymode-half .wysiwyg-content {
	padding: 1.5rem 1rem;
	text-align: center;
}

.shippingTiles .wysiwygblock.displaymode-half .wysiwyg-content:hover {
	opacity: 0.8;
}

.shippingTiles .wysiwygblock.displaymode-half .wysiwyg-content h4 {
	font-size: 1.1rem;
	margin-bottom: 0.2rem;
	text-transform: uppercase;
}

.shippingTiles .wysiwygblock.displaymode-half .wysiwyg-content img {
	margin-bottom: 1rem;
	max-width: 50px;
}

.shippingTiles .wysiwygblock.displaymode-half .wysiwyg-content a {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.shippingTiles .wysiwygblock.displaymode-half .wysiwyg-content h4 a {
	font-size: 1.1rem !important;
}

.shippingTiles .wysiwygblock.displaymode-half .wysiwyg-content a:hover {
	text-decoration: none;
}

/* Intro Text Blocks */
@media (min-width: 768px) {
	.is-bris .introText-content {
		padding: 1.75rem 0;
	}

	.border-top-small .introText-content {
		padding-top: 0;
	}
}

.introtextblock.border-top-small {
	padding-top: 2rem;
}

.introtextblock {
	margin-bottom: 1.5rem;
}

/* Link List Block Styles */
.linkList li {
	padding: 0.125rem 0;
}

.twoColumnPage .linklistblock {
	border: 1px solid #efefef;
	margin-bottom: 20px;
	padding: 0;
}

.twoColumnPage .linklistblock h4 {
	background: #eee;
	font-size: 1rem;
	padding: 20px;
	text-transform: uppercase;
}

@media (max-width: 991.99px) {
	.twoColumnPage .linklistblock h4 {
		font-size: 0.75rem;
		padding: 12px 20px;
	}
}

 {
	background: #111;
	color: #fff;
}

 {
	background: #560905;
	color: #fff;
}

.twoColumnPage .linklistblock ul {
	font-size: 12px;
	list-style: none;
	margin-bottom: 5px;
	padding-left: 20px;
}

/* Contact Us Left Column Block */
.contactUs .wysiwyg-content {
	overflow-wrap: break-word;
	padding-bottom: 0.5rem;
	padding-left: 0;
	padding-right: 0;
}

.contactUs h4 {
	background: #eee;
	font-size: 16px;
	padding: 20px;
	text-transform: uppercase;
}

.contactUs p {
	margin-bottom: 1rem;
	padding: 0 1.25rem;
}

.contactUs p:first-of-type {
	margin-top: 1.5rem;
}

.contactUs hr {
	padding: 0 0.075rem;
}

/* Custom styles for Overdose blocks */
.cus-afterPayFeature {
	border: 1px solid #ccc;
}

.cus-afterPayFeature .featurePanel-info--bottom .colText--bg {
	background: transparent;
}

.is-bris .cus-afterPayFeature .featurePanel-thumbImgWrap {
	height: 7rem;
}

.cus-afterPayFeature .featurePanel-caption {
	font-size: 16px;
}

.cus-afterPayFeature .featurePanel-summary {
	font-size: 12px;
	margin-bottom: 0;
}

.cus-afterPayFeature .featurePanel-summary p {
	margin-bottom: 0;
}

.cus-afterPayFeature .button-btn {
	line-height: auto;
	padding: 0;
}

.cus-brandLogoBlock .wysiwygblock {
	-webkit-box-flex: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.cus-brandLogoBlock .wysiwygblock .wysiwyg {
	border: 1px solid #ccc;
	margin-right: 10px;
	max-width: calc(25%-10px);
}

.cus-brandLogoBlock .wysiwyg-content {
	padding: 0;
	width: 100%;
}

.cus-brandLogoBlock .wysiwyg-content p {
	margin-bottom: 0;
}

.cus-brandLogoBlock .wysiwyg-content img {
	margin-bottom: 0;
}

/* Promo Container */
.promoContainer-content {
	margin-bottom: 1.5rem;
	padding: 0;
}

@media (max-width: 767.99px) {
	.promoContainer-content {
		margin-bottom: 1rem;
	}
}

[class*="mb-"] .promoContainer-content {
	margin-bottom: 0;
}

@media (max-width: 767.99px) {
	.promoContainer-content .col-md-8.mx-auto.text-center {
		margin-bottom: 2rem;
	}

	.promoContainer-list .mx-3 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media (min-width: 768px) {
	.is-bris .promoContainer-content {
		padding: 1.5rem 0;
	}

	.border-top-small .promoContainer-content {
		padding: 0;
	}

	.promoContainer-btn-group {
		margin-top: 1rem !important;
	}
}

.promocontainerblock[class*="border-top"] {
	padding-top: 2rem;
}

.promocontainerblock .promoContainer-label {
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
}

.is-bris .promocontainerblock .promoContainer-label {
	color: #666;
}

.is-bris .promoContainer-title {
	color: #005ea7;
	text-transform: uppercase;
}

.promoContainer-btn-group .buttonblock {
	margin: 0 0.5rem;
}

@media (max-width: 767.99px) {
	.mobile-5050 .featurepanelblock {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		margin-bottom: 0.5rem;
		max-width: 50%;
		padding: 0 0.25rem;
	}

	.mobile-5050 .featurepanelblock:has(.featurePanel--bottomPos) {
		margin: 0.25rem 0;
	}

	.mobile-5050 .featurepanelblock:nth-child(odd) {
		padding: 0 0.25rem 0 1rem;
	}

	.mobile-5050 .featurepanelblock:nth-child(even) {
		padding: 0 1rem 0 0.25rem;
	}
}

@media (min-width: 768px) {
	.promocontainerblock .featurePanel .colText--overlay {
		width: 80%;
	}
}

.promocontainerblock .featurePanel .colText--overlay p {
	font-size: 0.8rem;
}

.mt-0 .promoContainer-content {
	padding-top: 0;
}

.promocontainerblock + .productlistingblock .py-4 {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.promocontainerblock .wysiwygblock.displaymode-half + .wysiwygblock.displaymode-full {
	margin-top: 1rem;
}

/* Video Block */
.videofeatureblock .tall .videoFeature-content {
	min-height: 500px;
}

@media (min-width: 768px) {
	.videofeatureblock .tall .videoFeature-content {
		min-height: 700px;
	}
}

 {
	background-color: #fff;
}

 {
	display: none;
}

/* Newsletter Signup Form */
.pg-Join-Our-Mailing-List .formcontainerblock {
	margin-top: 45px;
}

.pg-Join-Our-Mailing-List .formcontainerblock .Form__Title,
.pg-Join-Our-Mailing-List .formcontainerblock .Form__Description {
	text-align: center;
}

/* Shop by Brand Page */
.pg-Shop-By-Brand .main {
	background-color: #f6f6f6 !important;
}

.brand-anchors {
	margin-bottom: 1.5rem;
	margin-top: 2rem;
}

.brand-anchors .wysiwygblock .wysiwyg-content {
	background-color: #fff;
}

.brand-anchors .wysiwygblock ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	text-align: center;
}

.brand-anchors .wysiwygblock ul li {
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	padding: 0.5rem 0.25rem;
}

.brand-anchors .wysiwygblock ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

.brand-anchors .wysiwygblock ul li a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

.brand-letter-section {
	background: #fff;
	margin-bottom: 1.5rem;
}

.brand-letter-section .heading-text,
.brand-letter-section .logo-section {
	margin: 2rem 0;
}

.brand-letter-section .heading-text .wysiwygblock,
.brand-letter-section .logo-section .wysiwygblock {
	padding: 0 2rem !important;
}

.brand-letter-section .heading-text p {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 3.5rem;
}

@media (max-width: 767.99px) {
	.brand-letter-section .heading-text p {
		font-size: 1.5rem;
		line-height: 1.5rem;
		margin-top: 1rem;
	}
}

.brand-letter-section .logo-section img {
	height: auto !important;
	margin: 0.5rem 3rem 0.25rem 0;
	max-height: 40px;
	max-width: 150px;
	width: auto !important;
}

@media (max-width: 767.99px) {
	.brand-letter-section .logo-section img {
		margin: 0.5rem 1.5rem 1.5rem 0;
		max-height: 35px;
	}

	.brand-letter-section,
	.brand-anchors {
		margin-left: 15px;
		margin-right: 15px;
		max-width: calc(100% - 30px) !important;
	}

	.brand-letter-section .heading-text {
		margin: 1rem 0 0;
	}

	.brand-letter-section .logo-section {
		margin: 0.5rem 0 1rem;
	}

	.brand-letter-section .logo-section p {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.brand-letter-section .heading-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.brand-letter-section .logo-section {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
}

@media (min-width: 992px) {
	.brand-letter-section .heading-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 10%;
	}

	.brand-letter-section .logo-section {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%;
	}
}

/* Brands Feature Tiles */
.block.featuredBrandTiles {
	background: #fff;
	margin-bottom: 1.5rem;
	padding: 1.5rem 1rem 1rem !important;
}

.block.featuredBrandTiles h4 {
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}

@media (max-width: 767.99px) {
	.block.featuredBrandTiles .wysiwygblock.displaymode-one-quarter {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/* Brand Tiles */
.brandTiles {
	padding-bottom: 3rem;
}

.brandTiles .brandLogos {
	margin-left: auto;
	margin-right: auto;
}

.brandLogos .wysiwygblock {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.brandLogos .wysiwygblock {
	margin-bottom: 1rem;
}

@media (max-width: 767.99px) {
	.brandLogos .wysiwygblock :nth-of-type(odd) a {
		margin-left: auto;
		margin-right: 0;
	}

	.brandLogos .wysiwygblock:nth-of-type(even) a {
		margin-left: 0;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.brandLogos .wysiwygblock {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.brandLogos a {
	background: #fff;
	display: block;
	line-height: 150px;
	max-width: 150px;
	min-height: 150px;
	padding: 0 1rem;
	text-align: center;
}

.brandLogos a:hover {
	opacity: 0.8;
}

@media (min-width: 768px) {
	.brandTiles .brandLogos {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 66.6666666667% !important;
		flex: 0 0 66.6666666667% !important;
		max-width: 66.6666666667% !important;
	}
}

/* Brands  Navigation Header */
.brandNavigation-logo {
	background-position: center center;
}

.brandAdidas .brandNavigation-logo {
	min-height: 250px !important;
}

@media (min-width: 768px) {
	.brandAdidas .brandNavigation-logo {
		min-height: 400px !important;
	}
}

@media (min-width: 992px) {
	.brandAdidas .brandNavigation-logo {
		min-height: 450px !important;
	}
}

@media (min-width: 992px) {
	.brandAdidas .brandNavigation-menu {
		background: rgba(0, 0, 0, 0.6);
		border-bottom: 0;
		border-top: 0;
		/*border-top:1px solid #666666;
		border-bottom:1px solid #666666;*/
	}

	.brandAdidas .brandNavigation-navLink {
		color: #fff !important;
	}
}

.brandAdidas .brandNavigation--default .brandNavigation-navLink {
	border-right: 0;
	/*border-right:1px solid #666666;*/
}

.brandAdidas .brandNavigation--default .brandNavigation-navItem:first-child .brandNavigation-navLink {
	background: #fff;
	border-left: 0;
}

.brandAdidas .brandNavigation--default .brandNavigation-navItem:first-child a {
	color: #000 !important;
}

.brandAdidas .brandNavigation--default .brandNavigation-navItem:last-child .brandNavigation-navLink {
	border-right: 0;
}

.brandAdidas .brandNavigation-navList {
	margin: 0;
}

.brandNavigation--default .brandNavigation-menu--justify {
	min-height: 0 !important;
}

/* Canterbury Brands Header */
.brandNavigation-menu.brandNavigation-menu--light {
	border: 1px solid #db0000;
	display: block;
	height: 6.25rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 75%;
}

/* Product Listing Block  */
.productlistingblock .py-4 {
	background: transparent !important;
}

.productlistingblock .py-4 .container {
	padding: 0;
}

.productlistingblock .py-4 .container .kuResults {
	margin-left: -4px;
	margin-right: -4px;
}

.pagination > li + li > span {
	border-left: 0;
}

@media (min-width: 992px) {
	.wideplp .container {
		max-width: none;
	}

	.wideplp .productlistingblock .container {
		max-width: none;
	}

	.wideplp .productListingBlock-columnRight .filters-panel .col-12.col-md-7,
	.wideplp .productListingBlock-columnRight .filters-panel .col-12.col-md-12.col-lg-7,
	.searchResultsPage .productListingBlock-columnRight .filters-panel .col-12.col-md-7,
	.searchResultsPage .productListingBlock-columnRight .filters-panel .col-12.col-md-12.col-lg-7 {
		padding-left: 4px;
	}

	.wideplp .productlistingblock .productListingBlock-columnRight .col-md-4,
	.searchResultsPage .productListingBlock .productListingBlock-columnRight .col-md-4 {
		margin: 0.25rem 0;
		padding-left: 4px;
		padding-right: 4px;
	}
}

@media (min-width: 1200px) {
	.wideplp .block.wysiwygblock {
		margin-left: auto;
		margin-right: auto;
		max-width: none;
	}

	.wideplp .productlistingblock .productListingBlock-columnRight .col-md-4,
	.searchResultsPage .productListingBlock .productListingBlock-columnRight .col-md-4 {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 25% !important;
		flex: 0 0 25% !important;
		margin: 0.25rem 0;
		max-width: 25% !important;
		padding-left: 4px;
		padding-right: 4px;
	}

	.wideplp .productListingBlock-columnLeft,
	.searchResultsPage .productListingBlock-columnLeft {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.wideplp .productListingBlock-columnRight,
	.searchResultsPage .productListingBlock-columnRight {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
}

@media (max-width: 991.99px) {
	.wideplp .container .container {
		padding-left: 0;
		padding-right: 0;
	}
}

.productListingBlock-top-banner-text {
	border-width: 0;
	height: auto !important;
}

.productListingBlock-top-banner {
	height: auto !important;
	margin-bottom: 0;
}

.productItem-image.img_ef {
	min-height: none;
}

@media (min-width: 992px) {
}

.plpDisclaimer {
	background: #efefef;
	border: 2px solid #970f1f;
	margin-top: 2rem;
	padding: 1rem 2rem;
	text-align: center;
}

.plpDisclaimer p {
	font-size: 1.1rem;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.styled-form .form-check {
		margin-bottom: 0.5rem;
		margin-top: 0;
	}

	.styled-form .form-check .form-check-label {
		font-size: 0.75rem;
	}
}

.productListingBlock-reviews {
	display: none;
}

.productListingBlock-modal .productListingBlock-addThis {
	display: none;
}

.productListingBlock-modal .productListingBlock-modal__paymentInfo {
	padding-top: 10px;
}

 {
	text-align: left;
}

@media (max-width: 767.99px) {
	.productItem {
		margin-bottom: 1rem;
	}
}

@media (max-width: 767.99px) {
	.listingFilters-filter:last-of-type {
		padding-bottom: 100px;
	}
}

@media (min-width: 992px) {
}

 {
	background: transparent;
}

 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

 {
	font-size: 0.835rem;
	margin-bottom: 0;
	text-align: center;
}

/* Feature Product Listing Conversion */
.featureProduct .productListingBlock-columnRight {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (max-width: 767.99px) {
	.featureProduct .productListingBlock-columnRight .productListingBlock-row .col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) {
	.featureProduct .productListingBlock-columnRight .productListingBlock-row .col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.featureProduct .productListingBlock-columnLeft {
	display: none !important;
}

.featureProduct .filters-panel {
	display: none !important;
}

/* Size Guide Modal */
.productDetailsPage-sizeGuideModal h5 {
	margin-bottom: 1.5rem;
}

.productDetailsPage-sizeGuideModal table {
	border-width: 0;
	margin-bottom: 1.5rem;
}

.productDetailsPage-sizeGuideModal .modal-body {
	overflow: auto;
}

.productDetailsPage-sizeGuideModal img {
	height: auto;
	width: 100%;
}

/* Product Details Styles */

 {
	font-size: 1.25rem;
	margin-bottom: 0.25rem;
}

.productDetailsPage-options.sizes .productDetailsPage-option.is-active {
	font-weight: 700;
}

@media (min-width: 992px) {
}

.productDetailsPage-productDes ul {
	padding-left: 1rem;
}

.productDetailsPage .quantityInput {
	margin-left: -15px;
}

@media (max-width: 767.99px) {
	h1.prod-title {
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
	 {
		width: 100% !important;
	}
}

.productDetailsPage-shippingInfo .productDetailsPage-subTitle {
	font-size: 0.8125rem;
	font-weight: 300;
}

.productDetailsPage-shippingInfo .productDetailsPage-subTitleLink {
	float: right;
	margin-top: -25px;
}

@media (min-width: 768px) {
	.productDetailsPage-readWriteReviews {
		margin-left: -16px;
	}

	.productDetailsPage-reviews {
		margin-left: -16px;
	}
}

/* Login Page */
.loginPage-form .row .col-12,
.loginPage-form .row .col-6 {
	padding: 0;
}

@media (min-width: 768px) {
	.loginPage-form .row .col-12:nth-of-type(odd) {
		padding: 0 15px 0 0;
	}

	.loginPage-form .row .col-12:nth-of-type(even) {
		padding: 0 0 0 15px;
	}
}

/* Cart */

@media (max-width: 575.99px) {
}

@media (max-width: 767.99px) {
	.shoppingCartItem-removeBtn {
		padding-left: 4rem;
	}

	.cartStep_1Page-titleRow {
		padding-top: 0;
	}

	.checkout-btn,
	.cartStep_2Page-box .button--primary {
		height: 3rem;
		line-height: 3rem;
	}

	.cartStep_1Page-titleRow .checkout-btn {
		height: 2.25rem;
		line-height: 2.25rem;
	}

	.giftOrders {
		border-top: 1px solid #d6d6d6;
		padding-top: 15px;
	}

	h4.giftOrders-title {
		font-size: 0.8125rem;
	}
}

 {
	color: #71140f;
}

.cartStep_5LoggedInPage-infoContent {
	overflow-wrap: break-word;
}

.addressAutocomplete .row {
	margin-left: -16px;
	margin-right: -16px;
	width: calc(100% + 32px);
}

.addressAutocomplete .row .form-group [class*="col-"] {
	margin-left: 16px;
	max-width: calc(50% - 16px);
}

.addressAutocomplete .row .form-group .label-flag {
	margin-left: 0;
	margin-right: 16px;
}

@media (min-width: 992px) {
	.addressAutocomplete .col-6.col-lg-3,
	.addressAutocomplete .col-6.productListingBlock-columnLeft,
	.addressAutocomplete .col-6.productListingBundles-columnLeft,
	.billing-details-section .col-6.col-lg-3,
	.billing-details-section .col-6.productListingBlock-columnLeft,
	.billing-details-section .col-6.productListingBundles-columnLeft {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

 {
	font-size: 0.75rem;
	margin-top: 0;
	text-transform: none;
}

@media (min-width: 768px) {
	.cartStep_4PaymentPage .payment-options li .otherCardSection {
		padding-left: 0;
	}

	.is-bris #couponCodeForm .col-12.offset-md-4.col-md-8 {
		padding-right: 16px !important;
	}
}

.progressBar-content {
	border-color: #ddd;
	border-width: 2px;
}

.progressBar-content .progressBar-item {
	margin-bottom: -2px;
}

@media (max-width: 767.99px) {
	.cartStep_3LoggedInPage .addressAutocomplete .row {
		margin-left: -16px !important;
	}

	.cartStep_3LoggedInPage .row .col-12.col-md-8 {
		padding-left: 0;
		padding-right: 0;
	}

	.shoppingCartItem-quantityInput .quantityInput {
		max-width: 200px;
	}
}

/* Wishlist */
@media (min-width: 768px) {
	.wishlistPage-titleRow {
		padding: 3.75rem 0 1.5rem;
	}
}

 {
	border-color: #71140f;
	color: #71140f;
}

 {
	background: #71140f;
	color: #fff;
}

/* Two Column Template */
@media (max-width: 767.99px) {
	.twoColumnPage .container.py-5 {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
}

/* Full Width blocks */
.fullWidth {
	left: 50%;
	position: relative;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
}

.wysiwyg .fullWidth,
.wysiwyg .fullWidth div {
	margin-bottom: 0 !important;
}

.fullWidth .container {
	padding-left: 0;
	padding-right: 0;
}

.fullWidth .row {
	margin-left: 0;
	margin-right: 0;
}

/* Search Results */
@media (min-width: 992px) {
}

.searchResultsPage-content {
	padding: 0 !important;
}

/* Forms */
.styled-form .form-label .label-flag {
	font-size: 0.75rem;
}

/* Episerver Forms */
.EPiServerForms input {
	border: 1px solid #d6d6d6;
	line-height: 3rem;
	padding: 0 15px;
	width: 100%;
}

.EPiServerForms textarea {
	border: 1px solid #d6d6d6;
	min-height: 6.5rem;
	width: 100%;
}

.EPiServerForms input.ValidationFail,
.EPiServerForms textarea.ValidationFail {
	border: 1px solid #db0000;
}

.EPiServerForms .FormSubmitButton {
	border: 0;
	font-weight: 700;
	padding: 1rem 3rem;
	text-transform: uppercase;
}

.EPiServerForms .Form__Status .Form__Status__Message.hide {
	display: none;
}

.is-bris .EPiServerForms .FormSubmitButton {
	background: #0d426c;
	color: #fff;
}

/* Margin - Top */
.mt-0 {
	margin-top: 0;
}

.mt-15 {
	margin-top: 15px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-75 {
	margin-top: 75px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-105 {
	margin-top: 105px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-135 {
	margin-top: 135px;
}

.mt-150 {
	margin-top: 150px;
}

/* Margin - Bottom */
.mb-0 {
	margin-bottom: 0;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-105 {
	margin-bottom: 105px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mb-135 {
	margin-bottom: 135px;
}

.mb-150 {
	margin-bottom: 150px;
}

/* Margin - A Sizes */
.m-0 {
	margin: 0;
}

.m-15 {
	margin: 15px;
}

.m-30 {
	margin: 30px;
}

.m-45 {
	margin: 45px;
}

.m-60 {
	margin: 60px;
}

.m-75 {
	margin: 75px;
}

.m-90 {
	margin: 90px;
}

.m-105 {
	margin: 105px;
}

.m-120 {
	margin: 120px;
}

.m-135 {
	margin: 135px;
}

.m-150 {
	margin: 150px;
}

/* Padding settings */
.p-0 {
	padding: 0;
}

.p-15 {
	padding: 15px;
}

.p-30 {
	padding: 30px;
}

.p-45 {
	padding: 45px;
}

.p-60 {
	padding: 60px;
}

.p-75 {
	padding: 75px;
}

/* Padding Top Settings */
.pt-0 {
	padding-top: 0 !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-45 {
	padding-top: 45px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pt-75 {
	padding-top: 75px !important;
}

.pt-90 {
	padding-top: 90px !important;
}

.pt-105 {
	padding-top: 105px !important;
}

.pt-120 {
	padding-top: 120px !important;
}

/* Padding Bottom Settings */
.pb-0 {
	padding-bottom: 0 !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-45 {
	padding-bottom: 45px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pb-75 {
	padding-bottom: 75px !important;
}

/* Background Colours */
.bg-grey {
	background-color: #efefef;
}

.bg-black {
	background-color: #000;
}

.bg-blue {
	background-color: #0d426c;
}

.bg-lightblue {
	background-color: #dbeaf1;
}

.bg-lightgreen {
	background-color: #f4f9f0;
}

.bg-mint {
	background-color: #e0ecef;
}

/* Borders */
.border-small {
	border: 1px solid;
}

.border-medium {
	border: 3px solid;
}

.border-large {
	border: 5px solid;
}

.border-top-small {
	border-top: 1px solid;
	padding-top: 3rem;
}

.border-top-medium {
	border-top: 3px solid;
}

.border-top-large {
	border-top: 5px solid;
}

.border-bottom-small {
	border-bottom: 1px solid;
}

.border-bottom-medium {
	border-bottom: 3px solid;
}

.border-bottom-large {
	border-bottom: 5px solid;
}

.border-grey {
	border-color: #efefef;
}

.border-darkgrey {
	border-color: #999;
}

.border-blue {
	border-color: #0d426c;
}

.border-lightblue {
	border-color: #dbeaf1;
}

.border-lightgreen {
	border-color: #f4f9f0;
}

.border-mint {
	border-color: #e0ecef;
}

/* Text Sizes */
.text-small {
	font-size: 80%;
}

h1 {
	font-size: 2.5rem;
	margin-bottom: 1.5rem;
}

 {
	text-transform: uppercase;
}

h2 {
	font-size: 2.25rem;
}

.tpl-TwoColumnPage h1,
.searchResultsPage h1 {
	font-size: 2.25rem;
	margin-bottom: 1.5rem;
	margin-top: 0;
}

@media (max-width: 767.99px) {
	.tpl-TwoColumnPage h1,
	.searchResultsPage h1 {
		font-size: 1.5rem;
	}
}

/* Display Settings */
@media (max-width: 575.99px) {
	.hide-mobile {
		display: none !important;
	}
}

@media (max-width: 992px) {
	.hide-tablet {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.hide-desktop {
		display: none !important;
	}
}

/* Address Book Styles */
@media (min-width: 992px) {
	.addressBookPage .cell-action {
		width: 35%;
	}

	.addressBookPage .cell-defaults {
		width: 25%;
	}
}

/*========== Givex Global Styles ============*/
.is-givex {
	/*------- carousel components -----*/
	/* feature panel */
}

.is-givex .productCarousel-itemInfo .button-btn {
	margin: auto;
	max-width: 140px;
}

.is-givex h1.prod-title {
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.is-givex .accordion > .row > [class^="col-"],
.is-givex .accordion > .row > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.is-givex .accordion-content {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	width: 100%;
}

.is-givex .accordion-title {
	font-size: 1rem;
	font-weight: 500;
	text-transform: capitalize;
}

.is-givex .accordion-title::before {
	border-top: 1px solid #000;
	content: '';
	top: 1.625rem;
	width: 1rem;
}

.is-givex .accordion-title.collapsed::before {
	border: none;
	top: 0.5rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.is-givex .row > .block.featurepanelblock {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.is-givex .row > .block.featurepanelblock .buttonblock {
	width: 100%;
}

.is-givex .row > .block.featurepanelblock .buttonblock .button-btn {
	width: 100%;
}

@media (min-width: 1200px) {
	.is-givex .row.large-gutters {
		margin-left: -60px;
		margin-right: -60px;
	}

	.is-givex .row.large-gutters > [class*="col-"],
	.is-givex .row.large-gutters > [class^="col-"] {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.is-givex .row.large-gutters {
		margin-left: -40px;
		margin-right: -40px;
	}

	.is-givex .row.large-gutters > [class*="col-"],
	.is-givex .row.large-gutters > [class^="col-"] {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
}

.is-givex .featurePanel {
	height: 100%;
}

.is-givex .featurePanel-thumbImgWrap {
	height: auto !important;
	padding-top: 75%;
	position: relative;
}

.is-bris .is-givex .featurePanel-thumbImgWrap {
	background-color: #f3f3f3;
}

.is-givex .featurePanel-thumbImg {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	width: 100%;
}

.is-givex .featurePanel-content {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.is-givex .featurePanel-info {
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
	position: relative;
}

.is-givex .featurePanel-info .colText {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.is-givex .featurePanel-caption {
	font-size: 1.125rem;
	margin-bottom: 1.125rem;
}

.is-givex .featurePanel-summary {
	font-size: 0.875rem;
	line-height: 1.5em;
}

.is-givex .featurePanel-ctaWrap {
	margin-top: auto;
	padding-top: 2.5rem;
}

.siteHeader-promoBar .block.headerpromobarblock {
	flex-basis: auto;
	-ms-flex-preferred-size: auto;
}

.orderHistoryDetailsPage-infoContent img {
	height: auto;
	max-height: 20px;
}

.row.orderHistoryDetailsPage-info {
	flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
}

.row {
	flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
}
