/*!
Theme Name: Bosch Merch Store
Theme URI: 
Author:
Author URI:
Description:
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 7.x
Text Domain: bosch-merch-store
*/
/* inter-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: url("fonts/inter-v12-latin-regular.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	src: url("fonts/inter-v12-latin-500.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	src: url("fonts/inter-v12-latin-600.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	src: url("fonts/inter-v12-latin-700.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-900 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 900;
	src: url("fonts/inter-v12-latin-900.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
	--color-bcs-blue-medium: #00538b;
	--color-bcs-blue-deep: #003253;
	--color-bcs-blue-dark: #006EAD;
	--color-bcs-blue: #4C90CD;
	--color-bcs-blue-bright: #56B0FF;
	--color-bcs-blue-bright2: #9DC9FF;
	--color-bcs-blue-light: #D1E4FF;
	--color-bcs-grey-dark: #586878;
	--color-bcs-grey: #C1C7CC;
	--color-bcs-grey-light: #EFF1F1;
	--color-bcs-grey-light-2: #DFDFDF;
	--color-bcs-grey-light-3: #F7F7F7;
	--color-bcs-succes: #2E7D32;
	--color-bcs-red: #D50005;
	--divider: 1px solid rgba(0, 0, 0, .12);
}

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

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

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

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

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

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

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

@media (min-width: 1200px) {
	h1 {
		font-size: 2.5rem;
	}
}

h2 {
	font-size: calc(1.275rem + 0.3vw);
}

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

h3 {
	font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
	h3 {
		font-size: 1.75rem;
	}
}

h4 {
	font-size: calc(1.275rem + 0.3vw);
}

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

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

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

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

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

ol,
ul {
	padding-left: 2rem;
}

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

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

dt {
	font-weight: 700;
}

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

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 0.875em;
}

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

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

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

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

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

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

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

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

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

a > code {
	color: inherit;
}

kbd {
	padding: 0.1875rem 0.375rem;
	font-size: 0.875em;
	color: var(--bs-body-bg);
	background-color: var(--bs-body-color);
	border-radius: 0.25rem;
}

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

figure {
	margin: 0 0 1rem;
}

img,
svg {
	vertical-align: middle;
}

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

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

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

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

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

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

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

button,
select {
	text-transform: none;
}

[role="button"] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

select:disabled {
	opacity: 1;
}

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

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

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

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

textarea {
	resize: vertical;
}

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

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

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

legend + * {
	clear: left;
}

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

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

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

output {
	display: inline-block;
}

iframe {
	border: 0;
}

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

progress {
	vertical-align: baseline;
}

[hidden] {
	display: none !important;
}

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

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

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

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

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

@media (min-width: 1400px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 1320px;
	}
}

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

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

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

.col {
	flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
	.col-sm {
		flex: 1 0 0%;
	}
	.row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0;
	}
	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0;
	}
	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem;
	}
	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem;
	}
	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem;
	}
	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex: 1 0 0%;
	}
	.row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0;
	}
	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0;
	}
	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem;
	}
	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem;
	}
	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem;
	}
	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0%;
	}
	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0;
	}
	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0;
	}
	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem;
	}
	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem;
	}
	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem;
	}
	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex: 1 0 0%;
	}
	.row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0;
	}
	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0;
	}
	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}
	.row-cols-xxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xxl-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-xxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xxl-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.33333%;
	}
	.offset-xxl-2 {
		margin-left: 16.66667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.33333%;
	}
	.offset-xxl-5 {
		margin-left: 41.66667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.33333%;
	}
	.offset-xxl-8 {
		margin-left: 66.66667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.33333%;
	}
	.offset-xxl-11 {
		margin-left: 91.66667%;
	}
	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0;
	}
	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0;
	}
	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}

.table, .woocommerce-orders-table,
.woocommerce-table--order-details,
.woocommerce-checkout-review-order-table {
	--bs-table-color-type: initial;
	--bs-table-bg-type: initial;
	--bs-table-color-state: initial;
	--bs-table-bg-state: initial;
	--bs-table-color: var(--bs-body-color);
	--bs-table-bg: var(--bs-body-bg);
	--bs-table-border-color: var(--bs-border-color);
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: var(--bs-body-color);
	--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
	--bs-table-active-color: var(--bs-body-color);
	--bs-table-active-bg: rgba(0, 0, 0, 0.1);
	--bs-table-hover-color: var(--bs-body-color);
	--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
	width: 100%;
	margin-bottom: 1rem;
	vertical-align: top;
	border-color: var(--bs-table-border-color);
}

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

.table > tbody, .woocommerce-orders-table > tbody, .woocommerce-table--order-details > tbody, .woocommerce-checkout-review-order-table > tbody {
	vertical-align: inherit;
}

.table > thead, .woocommerce-orders-table > thead, .woocommerce-table--order-details > thead, .woocommerce-checkout-review-order-table > thead {
	vertical-align: bottom;
}

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

.caption-top {
	caption-side: top;
}

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

.table-bordered > :not(caption) > *, .woocommerce-orders-table > :not(caption) > *, .woocommerce-table--order-details > :not(caption) > *, .woocommerce-checkout-review-order-table > :not(caption) > * {
	border-width: var(--bs-border-width) 0;
}

.table-bordered > :not(caption) > * > *, .woocommerce-orders-table > :not(caption) > * > *, .woocommerce-table--order-details > :not(caption) > * > *, .woocommerce-checkout-review-order-table > :not(caption) > * > * {
	border-width: 0 var(--bs-border-width);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h2 {
	font-weight: 700;
}

input,
textarea {
	border: 1px solid var(--color-bcs-grey);
	border-radius: 0.25rem;
	display: inline-block;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
	width: 100%;
	padding-inline: 1rem;
	min-height: 40px;
}

input[type=number] {
	width: 100%;
	min-width: 100px;
	padding-inline: 1rem;
	min-height: 40px;
}

select {
	border: 1px solid var(--color-bcs-grey);
	border-radius: 0.25rem;
	min-height: 40px;
	padding-inline: 1rem;
	padding-block: calc(0.5rem - 1px);
	padding-right: 2.5rem;
	width: 100%;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
	background-color: transparent;
}

fieldset legend {
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 2rem;
}

.bsc-form-group {
	margin-bottom: 1.5rem;
	position: relative;
}

.bsc-form-group input::placeholder {
	color: rgba(0, 0, 0, 0);
}

.bsc-form-group input + label,
.bsc-form-group.floating-label label {
	position: absolute;
	top: 0.75rem;
	left: 1.75rem;
	transform-origin: left center;
	font-size: 1rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.6);
	background-color: white;
	padding: 0 0.25rem;
	transition: transform 250ms;
}

.bsc-form-group input:focus + label,
.bsc-form-group input:not(:placeholder-shown) + label,
.bsc-form-group.floating-label.make-it-float label {
	transform: translateY(-122%) scale(0.75);
}

.form-footer {
	border-top: var(--divider);
	padding-top: 1.5rem;
	margin-top: 1.5rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

p.hint {
	font-size: 80%;
	font-weight: 500;
	opacity: 0.8;
	margin-top: 0.25rem;
	margin-bottom: 0;
}

.header-auxiliary-nav .menu {
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #E0E2E5;
	display: flex;
	gap: 1rem;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
}

.header-auxiliary-nav .menu .phone-number {
	margin-right: auto;
}

.header-auxiliary-nav .menu a {
	padding: 0.5rem 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.header-auxiliary-nav .menu a[href^=tel]::before {
	content: url(ui/phone.svg);
	margin-right: 4px;
}

.header-nav {
	background-color: var(--color-bcs-blue-deep);
	color: white;
}

.header-nav a {
	color: inherit;
}

.header-nav .menu {
	display: flex;
	margin-inline: calc(var(--bs-gutter-x) * -0.5);
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 768px) {
	.header-nav .menu {
		gap: 1.5rem;
	}
}

@media (max-width: 767.98px) {
	.header-nav .menu {
		flex-direction: column;
		overflow: hidden;
		max-height: 0;
		transition: all, ease, 500ms;
	}
}

.header-nav .menu > .menu-item {
	position: relative;
}

.header-nav .menu > .menu-item:hover .sub-menu, .header-nav .menu > .menu-item.focus .sub-menu {
	display: block;
}

.header-nav .menu > .menu-item > a {
	line-height: 1;
	padding: 1.0625rem calc(var(--bs-gutter-x) * .5) 0.9375rem;
	display: inline-block;
}

.header-nav .menu > .menu-item.menu-item-has-children > a::after {
	content: url(ui/carret.svg);
	position: relative;
	top: -2px;
	margin-left: 0.5rem;
}

.header-nav .menu .sub-menu {
	display: none;
	min-width: 100%;
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.5rem;
	padding: 0.5rem 0;
	font-size: 0.875rem;
	font-weight: 400;
}

@media (min-width: 768px) {
	.header-nav .menu .sub-menu {
		position: absolute;
		z-index: 10;
	}
}

.header-nav .menu .sub-menu a {
	display: block;
	color: #006EAD;
	padding: 0.25rem calc(var(--bs-gutter-x) * .5);
}

.site-header .container.branding {
	display: flex;
	justify-content: space-between;
	padding-block: 1rem;
}

@media (max-width: 767.98px) {
	.site-header .container.branding .custom-logo {
		width: 60px;
		height: auto;
	}
}

.site-header .container.branding .shop-toolbox {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	color: var(--color-bcs-blue-deep);
}

.site-header .container.branding .wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
	padding: 0;
	width: 0.75rem;
	height: 0.875rem;
	margin-right: 0.5rem;
	color: currentColor;
}

.site-header .container.branding .wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon a, .site-header .container.branding .wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon button {
	color: inherit;
}

.site-header .container.branding .wc-block-mini-cart__button {
	padding: 0;
}

.site-header .container.branding .wc-block-mini-cart__badge {
	background-color: var(--color-bcs-red);
	color: white;
}

.button.menu-toggle {
	background-color: transparent;
	border: transparent;
	width: 100px;
	min-height: 40px;
	text-align: left;
	position: relative;
}

.button.menu-toggle span {
	padding-left: 0.875rem;
}

@media (min-width: 768px) {
	.button.menu-toggle {
		display: none;
	}
}

.toggled.header-nav .menu {
	max-height: 9999px;
}

.toggled.header-nav .button.menu-toggle::before {
	transform: rotate(45deg);
}

.toggled.header-nav .button.menu-toggle::after {
	transform: rotate(-45deg);
}

.toggled.header-nav .button.menu-toggle span:before {
	opacity: 0;
}

.toggled.header-nav .container {
	padding-bottom: 1rem;
}

.button.menu-toggle::before,
.button.menu-toggle::after,
.button.menu-toggle span::before {
	content: "";
	display: block;
	height: 2px;
	width: 0.875rem;
	position: absolute;
	top: 50%;
	left: 6px;
	transition: all,ease,.2s;
	border-radius: 3px;
	background-color: white;
}

.button.menu-toggle:before {
	transform: translateY(-4px);
}

.button.menu-toggle:after {
	transform: translateY(4px);
}

.site-footer {
	background-color: var(--color-bcs-grey-light);
}

.site-footer .menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.auxiliary-footer {
	font-size: 0.9375rem;
	padding-block: 4rem 2.375rem;
	margin-top: 5rem;
}

.auxiliary-footer .widget-title {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0.75rem;
}

.auxiliary-footer .menu {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.copyright-footer {
	font-size: 0.875rem;
	line-height: 1.5rem;
	padding-block: 3.375rem 3.125rem;
}

.copyright-footer .copyright {
	margin: 0;
}

.copyright-footer .menu {
	display: flex;
	gap: 2rem;
}

.bcs-notice {
	border: var(--divider);
	border-radius: 0.5rem;
	margin-top: 3rem;
}

.bcs-notice header {
	border-bottom: var(--divider);
	padding: 0.75rem 1.5rem;
}

.bcs-notice .bcs-notice-title {
	font-size: 1rem;
	font-weight: bold;
	margin: 0;
}

.bcs-notice .bcs-notice-body {
	padding: 1.5rem;
	font-size: 0.875rem;
	font-weight: 400;
}

.bcs-notice .bcs-notice-body a {
	font-weight: 700;
}

.bcs-notice .bcs-notice-body p {
	margin: 0;
}

.default-page {
	margin-top: 2.5rem;
}

.home.page .site-main .banner {
	margin-top: -2.5rem;
}

.home.page .site-main .banner .wp-block-heading {
	margin: 0;
	margin-bottom: 1rem;
}

.home.page .site-main .banner p a {
	color: inherit;
}

.home.page .site-main .banner .wp-block-button__link {
	background-color: var(--color-bcs-blue-dark);
}

@media (max-width: 1199.98px) {
	.home.page .site-main .banner .wp-block-cover {
		padding: 3.75rem !important;
		min-height: auto !important;
	}
}

.home.page .site-main .wp-block-heading {
	color: var(--color-bcs-blue-medium);
	margin-top: 3.75rem;
	margin-bottom: 2rem;
}

.bsc-card {
	border: 1px solid var(--color-bcs-grey-light-2);
	border-radius: 0.25rem;
	padding: 1.5rem 2rem;
	font-size: 1rem;
}

.bsc-card h4 {
	font-size: 0.875rem;
	color: #006EAD;
}

.bsc-card .product-price {
	font-size: 0.875rem;
	font-weight: 700;
}

.bsc-card .quantity {
	font-size: 0.875rem;
	opacity: 0.6;
}

.bsc-card .date-n-status {
	color: #006EAD;
}

.bsc-card.completed .date-n-status {
	color: var(--color-bcs-succes);
}

.bsc-card .order-number {
	color: inherit;
}

.bsc-card .bsc-card-header {
	border-bottom: 1px solid var(--color-bcs-grey-light-2);
	padding-bottom: 1.25rem;
	margin-bottom: 2rem;
}

.bsc-card .bsc-card {
	padding: 1rem;
}

.bsc-card .bsc-card .bsc-card-header {
	padding-bottom: 1rem;
	margin-bottom: 0.5rem;
}

.woocommerce-page-zone {
	padding-block: 2.5rem;
}

.woocommerce-breadcrumb {
	font-size: 0.75rem;
	margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
	.woocommerce-breadcrumb {
		margin-bottom: 1rem;
	}
}

.woocommerce-breadcrumb a {
	color: currentColor;
}

.woocommerce-products-header {
	border-bottom: var(--divider);
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.woocommerce .page-title,
.woocommerce .entry-title,
.woocommerce-page-zone .page-title,
.woocommerce-page-zone .entry-title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0;
}

.woocommerce-sidebar .widget_block .wp-block-group,
.woocommerce-sidebar .widget_block .wc-blocks-filter-wrapper {
	border: 1px solid var(--color-bcs-grey-light-2);
	border-radius: 0.5rem;
	overflow: hidden;
	margin-bottom: 2rem;
}

.woocommerce-sidebar .widget_block .wp-block-heading {
	background-color: var(--color-bcs-grey-light-3);
	border-bottom: 1px solid var(--color-bcs-grey-light-2);
	font-size: 1rem;
	font-weight: 500;
	padding: 0.75rem 1.25rem;
	margin: 0;
}

.woocommerce-sidebar .widget_block .wc-block-product-categories:last-child,
.woocommerce-sidebar .widget_block .wc-block-stock-filter,
.woocommerce-sidebar .widget_block .wc-block-components-price-slider {
	margin-bottom: 0;
}

.woocommerce-sidebar .widget_block .wc-block-stock-filter.is-loading {
	min-height: 20px;
}

.woocommerce-sidebar .widget_block .wc-block-stock-filter__actions {
	padding-inline: 1.25rem;
}

.woocommerce-sidebar .widget_block .wc-block-stock-filter__actions,
.woocommerce-sidebar .widget_block .wc-block-components-price-slider__actions {
	justify-content: flex-start;
	padding-bottom: 1rem;
}

.woocommerce-sidebar .widget_block .wc-block-stock-filter__actions:empty,
.woocommerce-sidebar .widget_block .wc-block-components-price-slider__actions:empty {
	display: none;
}

.woocommerce-sidebar .widget_block .wc-block-price-slider {
	padding-inline: 1.25rem;
}

.woocommerce-sidebar .widget_block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce-sidebar .widget_block ul li > * {
	display: block;
	font-size: 0.9375rem;
	border-bottom: 1px solid var(--color-bcs-grey-light-2);
	padding: 0.6875rem 1.25rem;
	margin: 0;
}

.woocommerce-sidebar .widget_block ul li:last-child > * {
	border-bottom: 0;
}

.woocommerce-sidebar .widget_block .wc-block-components-checkbox > label {
	color: #006EAD;
}

.button,
.wc-block-components-filter-reset-button {
	border: 1px solid var(--color-bcs-blue-dark);
	background-color: var(--color-bcs-blue-dark);
	text-decoration: none;
	font-size: 0.8125rem;
	padding: 0.25rem 1rem;
	outline: none;
	color: white;
	cursor: pointer;
}

.button-block {
	display: block;
	width: 100%;
	font-size: 1rem;
	padding-block: 0.5rem;
}

.button-text {
	padding-inline: 0;
	background-color: transparent;
	color: var(--color-bcs-blue-dark);
	border-color: transparent;
}

.button-text:hover {
	text-decoration: underline;
}

.button-secondary {
	background-color: transparent;
	color: var(--color-bcs-blue-dark);
}

.button-secondary:hover {
	background-color: var(--color-bcs-blue-dark);
	color: white;
}

.cart-header {
	margin-top: 2rem;
	margin-bottom: 2.5rem;
	display: flex;
}

.header-credits {
	margin-left: auto;
	font-weight: bold;
	border-left: 4px solid var(--color-bcs-blue-dark);
	padding-left: 1rem;
}

.header-credits p {
	margin: 0;
}

.header-credits .customer-name {
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
}

.header-credits .customer-allocated-credits {
	font-size: 1rem;
	color: var(--color-bcs-succes);
}

.shop_table th {
	white-space: nowrap;
}

.shop_table th + th {
	border-left-color: transparent;
}

.shop_table th:not(:last-child) {
	border-right-color: transparent;
}

.shop_table td.product-name {
	width: 100%;
}

.shop_table td.product-name a {
	color: inherit;
	font-weight: bold;
}

.shop_table td {
	vertical-align: middle;
}

.shop_table th,
.shop_table td {
	padding: 1.25rem 1.875rem;
}

@media (max-width: 991.98px) {
	.shop_table th,
	.shop_table td {
		padding: 1rem 1.25rem;
	}
}

.shop_table .product-thumbnail {
	width: 48px;
	border-right-color: transparent;
	padding-right: 0;
}

.shop_table .product-thumbnail a {
	display: block;
}

.shop_table .product-thumbnail img {
	height: 60px;
	width: auto;
	display: block;
}

.shop_table .product-price,
.shop_table .product-subtotal,
.shop_table .cart-total {
	text-align: right;
}

.shop_table .product-remove {
	padding-block: 1.25rem;
}

.shop_table .product-remove a {
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.shop_table .product-remove .icon-trash-bin {
	content: url("ui/icon-trash-bin.svg");
}

.shop_table tr.actions {
	border-color: transparent;
}

.shop_table tr.actions .border {
	border-bottom: 1px solid var(--bs-table-border-color);
}

.shop_table tr.actions .button-back {
	margin-right: 0.5rem;
}

@media (min-width: 768px) {
	.shop_table tr.actions .responsive-label {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.shop_table tr.actions .cart-total-label,
	.shop_table tr.actions td:empty {
		display: none;
	}
}

.shop_table td.checkout-cell {
	padding-inline: 0;
}

.shop_table .use-credit-info p {
	margin: 0;
}

.cart-subtotal td {
	text-align: right;
}
.cart-discount td {
	text-align: right;
}

.shop_table .woocommerce-shipping-methods {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

.shop_table .checkout-button,
.single_add_to_cart_button {
	font-size: 0.9375rem;
	font-weight: 500;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.shop_table .checkout-button::after,
.single_add_to_cart_button::after {
	content: url(ui/icon-cart.svg);
	position: relative;
	top: 2px;
}

.lost_reset_password,
.woocommerce-form-login {
	max-width: 560px;
	margin: 0 auto;
}

.woocommerce-form-login h3 {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

.woocommerce-form-login .lost-password {
	font-size: 0.75rem;
	margin-inline: 1rem;
}

.woocommerce-form-login .form-actions {
	margin-block: 1.5rem;
}

.woocommerce-form-login .form-actions .button {
	display: flex;
	width: 100%;
	padding-block: 0.875rem;
	text-transform: uppercase;
	font-weight: 500;
	align-items: center;
	justify-content: center;
	gap: 0.625rem;
}

.woocommerce-form-login .form-actions .button::after {
	content: url(ui/user-avatar.svg);
	position: relative;
	top: 2px;
}

.woocommerce-pagination {
	margin-top: var(--bs-gutter-x);
}

.woocommerce-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-end;
}

.woocommerce-pagination ul li {
	flex-basis: 2rem;
	text-align: center;
	border: var(--divider);
}

.woocommerce-pagination ul li:first-child {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.woocommerce-pagination ul li:last-child {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.woocommerce-pagination ul a {
	display: block;
}

.woocommerce-pagination ul li + li {
	margin-left: -1px;
}

.woocommerce-account .default-page .woocommerce {
	display: flex;
	gap: 2rem;
	align-items: flex-start;
}

@media (max-width: 991.98px) {
	.woocommerce-account .default-page .woocommerce {
		flex-direction: column;
	}
}

@media (max-width: 767.98px) {
	.woocommerce-MyAccount-navigation {
		margin-inline: calc( var(--bs-gutter-x) * -.5);
		width: calc( 100% + var(--bs-gutter-x));
		overflow-x: auto;
	}
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: var(--divider);
	border-radius: 0 0 0.5rem 0.5rem;
}

@media (max-width: 991.98px) {
	.woocommerce-MyAccount-navigation ul {
		display: inline-flex;
	}
}

@media (max-width: 767.98px) {
	.woocommerce-MyAccount-navigation ul {
		margin-inline: 15px;
	}
}

.woocommerce-MyAccount-navigation li > * {
	display: block;
	font-size: 0.9375rem;
	border-bottom: 1px solid var(--color-bcs-grey-light-2);
	padding: 0.6875rem 1.25rem;
	margin: 0;
	white-space: nowrap;
}

@media (max-width: 991.98px) {
	.woocommerce-MyAccount-navigation li > * {
		border-bottom: none;
		padding: 0.6875rem;
	}
}

@media (max-width: 991.98px) {
	.woocommerce-MyAccount-navigation li + li > * {
		border-left: 1px solid var(--color-bcs-grey-light-2);
	}
}

.woocommerce-MyAccount-navigation li:last-child > * {
	border-bottom: none;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--store-credit {
	display: none;
}

.woocommerce-MyAccount-content {
	width: 100%;
}

.woocommerce-MyAccount-content form > h3 {
	font-size: 1.5rem;
	font-weight: bold;
}

.woocommerce-Addresses.u-columns .woocommerce-Address {
	flex: 1;
}

.form-row > label {
	margin-top: 0.5rem;
}

.woocommerce-customer-details .woocommerce-columns {
	display: flex;
}

.woocommerce-customer-details .woocommerce-columns div[class*='col-'] {
	width: auto;
	flex: 1;
}

form.woocommerce-checkout {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
}

@media (max-width: 767.98px) {
	form.woocommerce-checkout {
		flex-direction: column;
	}
}

form.woocommerce-checkout .woocommerce-NoticeGroup {
	width: 100%;
	color: white;
}

form.woocommerce-checkout h3 {
	font-size: 1.25rem;
	font-weight: bold;
}

form.woocommerce-checkout #customer_details {
	flex: 1;
}

form.woocommerce-checkout #order_review {
	flex: 1;
}

form.woocommerce-checkout .col-1,
form.woocommerce-checkout .col-2 {
	width: auto;
}

table.shop_table_responsive tr:not(.woocommerce-cart-form__cart-item) td::before {
	content: none;
}

.bsc-navigation-sidebar .wp-block-heading {
	background-color: var(--color-bcs-grey-light-3);
	border: 1px solid var(--color-bcs-grey-light-2);
	border-bottom: 0;
	font-size: 1rem;
	font-weight: 500;
	padding: 0.75rem 1.25rem;
	margin: 0;
	border-radius: 0.5rem 0.5rem 0 0;
}

.woocommerce-variation.single_variation {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.woocommerce-variation.single_variation .woocommerce-variation-description:empty {
	display: none;
}

/* 
 * Customizing the popup shown after product added to cart
 */
.xoo-cp-container {
	border: none;
	border-radius: 0.25rem;
	padding-top: 0;
}

.xoo-cp-container td.xoo-cp-remove,
.xoo-cp-container td.xoo-cp-pprice,
.xoo-cp-container td.xoo-cp-pqty,
.xoo-cp-container .xoo-cp-ptotal,
.xoo-cp-container .xoo-cp-icon-check {
	display: none;
}

.xoo-cp-container .xoo-cp-icon-cross {
	top: 0.875rem;
	right: 0.875rem;
	color: #000;
	opacity: .54;
	border-radius: 0;
}

.xoo-cp-container .xoo-cp-icon-cross::before {
	content: "\0000d7";
	font-family: inherit;
	font-weight: bold;
	background-color: transparent;
}

.xoo-cp-container .xoo-cp-atcn {
	background-color: transparent;
	color: inherit;
	font-size: 1.25rem;
	line-height: 2rem;
	font-weight: bold;
	padding: 1rem 0;
	margin-bottom: 0.5rem;
	border-bottom: var(--divider);
}

.xoo-cp-container .xoo-cp-btns {
	display: flex;
	gap: 0.5rem;
	margin-top: 1.875rem;
}

.xoo-cp-container .xcp-btn {
	text-transform: capitalize;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
	padding: 0.75rem 1rem;
	margin: 0;
	border: 1px solid transparent;
	border-radius: 0;
	width: auto;
}

.xoo-cp-container .xcp-btn.xoo-cp-close {
	order: 1;
	margin-right: auto;
	color: var(--color-bcs-blue-dark);
	background-color: transparent;
}

.xoo-cp-container .xcp-btn.xoo-cp-btn-vc {
	order: 2;
	color: var(--color-bcs-blue-dark);
	border-color: var(--color-bcs-blue-dark);
	background-color: transparent;
}

.xoo-cp-container .xcp-btn.xoo-cp-btn-ch {
	order: 3;
	color: white;
	background-color: var(--color-bcs-blue-dark);
}

.webui-popover-content #acfw-store-credits-redeem-form.checkout {
	display: flex !important;
	flex-wrap: wrap;
}

@media (max-width: 767.98px) {
	#block-16,
	#block-20 {
		display: none;
	}
}

.wcmca_address_container {
	background: transparent !important;
	padding: 0 !important;
}

.acfw-checkout-ui-block .acfw-accordion .acfw-accordion-inner {
	height: auto;
}

.select2-container--default .select2-selection--single {
	height: 40px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-block: 5px;
	padding-inline: 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 37px;
}

.select2-results__option {
	padding-inline: 1rem;
}

#acfw-checkout-ui-block {
    height: 0;
    overflow: hidden;
    margin: 0;
}

.coupon-store-credit .woocommerce-remove-coupon {
    display: none;
}

.woocommerce-checkout-review-order-table .budget-discount-row td:first-child {
	border-right-color: transparent;
}

.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table .order-total td:last-child {
	text-align: right;
}

/*# sourceMappingURL=style.css.map */