/*!
Theme Name: wp-tsw
Theme URI: https://starboxtech.com/
Author: StarBox Technologies
Author URI: https://starboxtech.com/
Description: A custom theme developed by StarBox Technologies Ltd. for The Skin Workshop
Version: 1.0.0
License: LICENSE
License URI: LICENSE
Text Domain: wp-tsw
Tags: sbx, starboxtech, starbox-technologies

wp-tsw is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/**
 *
 * The variables.scss file contains default style variables for
 * the project theme and also for overriding Bootstrap.
 *
 */
:root {
	--primary: $primary;
	--secondary: $secondary;
	--tertiary: $tertiary;
	--quaternary: $quaternary;
}

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

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

body {
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: 0.25;
}

hr:not([size]) {
	height: 1px;
}

h1,
.h1,
h2,
.h2,
.testimonial-cards__image-text,
h3,
.h3,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-heading,
.woocommerce-order-received
	.woocommerce-customer-details
	.woocommerce-column__title,
.woocommerce-account .woocommerce-customer-details .woocommerce-column__title,
h4,
.h4,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-account-name,
h5,
.h5,
h6,
.h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}

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

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

h2,
.h2,
.testimonial-cards__image-text {
	font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
	h2,
	.h2,
	.testimonial-cards__image-text {
		font-size: 2rem;
	}
}

h3,
.h3,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-heading,
.woocommerce-order-received
	.woocommerce-customer-details
	.woocommerce-column__title,
.woocommerce-account .woocommerce-customer-details .woocommerce-column__title {
	font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
	h3,
	.h3,
	.woocommerce-order-received
		.woocommerce-bacs-bank-details
		.wc-bacs-bank-details-heading,
	.woocommerce-order-received
		.woocommerce-customer-details
		.woocommerce-column__title,
	.woocommerce-account
		.woocommerce-customer-details
		.woocommerce-column__title {
		font-size: 1.75rem;
	}
}

h4,
.h4,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-account-name {
	font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
	h4,
	.h4,
	.woocommerce-order-received
		.woocommerce-bacs-bank-details
		.wc-bacs-bank-details-account-name {
		font-size: 1.5rem;
	}
}

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

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

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

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

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

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

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

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

dt {
	font-weight: 700;
}

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

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small,
.small {
	font-size: 0.875em;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: #C9A96E ;
	text-decoration: underline;
}

a:hover {
	color: #965a36;
}

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;
	direction: ltr /* rtl:ignore */;
	unicode-bidi: bidi-override;
}

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: #d63384;
	word-wrap: break-word;
}

a > code {
	color: inherit;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 0.875em;
	color: #ffffff;
	background-color: #212529;
	border-radius: 0.2rem;
}

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

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: #6c757d;
	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]::-webkit-calendar-picker-indicator {
	display: none;
}

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"] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

/* 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-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

iframe {
	border: 0;
}

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

progress {
	vertical-align: baseline;
}

[hidden] {
	display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
	display: inline-block;
}

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

.figure-caption {
	font-size: 0.875em;
	color: #6c757d;
}

.container,
.woocommerce-account form.woocommerce-ResetPassword,
.container-fluid,
.container-sm,
.woocommerce-account .entry-header,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container,
	.woocommerce-account form.woocommerce-ResetPassword,
	.container-sm,
	.woocommerce-account .entry-header {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container,
	.woocommerce-account form.woocommerce-ResetPassword,
	.container-sm,
	.woocommerce-account .entry-header,
	.container-md {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container,
	.woocommerce-account form.woocommerce-ResetPassword,
	.container-sm,
	.woocommerce-account .entry-header,
	.container-md,
	.container-lg {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container,
	.woocommerce-account form.woocommerce-ResetPassword,
	.container-sm,
	.woocommerce-account .entry-header,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.container,
	.woocommerce-account form.woocommerce-ResetPassword,
	.container-sm,
	.woocommerce-account .entry-header,
	.container-md,
	.container-lg,
	.container-xl,
	.container-xxl {
		max-width: 1320px;
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) / -2);
	margin-left: calc(var(--bs-gutter-x) / -2);
}

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

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

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

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

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

.row-cols-3 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
	.col-sm {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}
	.row-cols-sm-auto > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-sm-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-sm-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-sm-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-sm-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-sm-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-sm-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.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%;
	}
	.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: 1rem;
	}
	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 1rem;
	}
	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 2rem;
	}
	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 2rem;
	}
	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 3rem;
	}
	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 3rem;
	}
	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 4rem;
	}
	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 4rem;
	}
	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 5rem;
	}
	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 5rem;
	}
	.g-sm-6,
	.gx-sm-6 {
		--bs-gutter-x: 6rem;
	}
	.g-sm-6,
	.gy-sm-6 {
		--bs-gutter-y: 6rem;
	}
	.g-sm-7,
	.gx-sm-7 {
		--bs-gutter-x: 7rem;
	}
	.g-sm-7,
	.gy-sm-7 {
		--bs-gutter-y: 7rem;
	}
	.g-sm-8,
	.gx-sm-8 {
		--bs-gutter-x: 8rem;
	}
	.g-sm-8,
	.gy-sm-8 {
		--bs-gutter-y: 8rem;
	}
	.g-sm-9,
	.gx-sm-9 {
		--bs-gutter-x: 9rem;
	}
	.g-sm-9,
	.gy-sm-9 {
		--bs-gutter-y: 9rem;
	}
	.g-sm-10,
	.gx-sm-10 {
		--bs-gutter-x: 10rem;
	}
	.g-sm-10,
	.gy-sm-10 {
		--bs-gutter-y: 10rem;
	}
}

@media (min-width: 768px) {
	.col-md {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}
	.row-cols-md-auto > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-md-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-md-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-md-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-md-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-md-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-md-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.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%;
	}
	.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: 1rem;
	}
	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 1rem;
	}
	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 2rem;
	}
	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 2rem;
	}
	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 3rem;
	}
	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 3rem;
	}
	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 4rem;
	}
	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 4rem;
	}
	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 5rem;
	}
	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 5rem;
	}
	.g-md-6,
	.gx-md-6 {
		--bs-gutter-x: 6rem;
	}
	.g-md-6,
	.gy-md-6 {
		--bs-gutter-y: 6rem;
	}
	.g-md-7,
	.gx-md-7 {
		--bs-gutter-x: 7rem;
	}
	.g-md-7,
	.gy-md-7 {
		--bs-gutter-y: 7rem;
	}
	.g-md-8,
	.gx-md-8 {
		--bs-gutter-x: 8rem;
	}
	.g-md-8,
	.gy-md-8 {
		--bs-gutter-y: 8rem;
	}
	.g-md-9,
	.gx-md-9 {
		--bs-gutter-x: 9rem;
	}
	.g-md-9,
	.gy-md-9 {
		--bs-gutter-y: 9rem;
	}
	.g-md-10,
	.gx-md-10 {
		--bs-gutter-x: 10rem;
	}
	.g-md-10,
	.gy-md-10 {
		--bs-gutter-y: 10rem;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}
	.row-cols-lg-auto > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-lg-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-lg-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-lg-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-lg-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-lg-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-lg-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.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%;
	}
	.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: 1rem;
	}
	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 1rem;
	}
	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 2rem;
	}
	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 2rem;
	}
	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 3rem;
	}
	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 3rem;
	}
	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 4rem;
	}
	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 4rem;
	}
	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 5rem;
	}
	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 5rem;
	}
	.g-lg-6,
	.gx-lg-6 {
		--bs-gutter-x: 6rem;
	}
	.g-lg-6,
	.gy-lg-6 {
		--bs-gutter-y: 6rem;
	}
	.g-lg-7,
	.gx-lg-7 {
		--bs-gutter-x: 7rem;
	}
	.g-lg-7,
	.gy-lg-7 {
		--bs-gutter-y: 7rem;
	}
	.g-lg-8,
	.gx-lg-8 {
		--bs-gutter-x: 8rem;
	}
	.g-lg-8,
	.gy-lg-8 {
		--bs-gutter-y: 8rem;
	}
	.g-lg-9,
	.gx-lg-9 {
		--bs-gutter-x: 9rem;
	}
	.g-lg-9,
	.gy-lg-9 {
		--bs-gutter-y: 9rem;
	}
	.g-lg-10,
	.gx-lg-10 {
		--bs-gutter-x: 10rem;
	}
	.g-lg-10,
	.gy-lg-10 {
		--bs-gutter-y: 10rem;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}
	.row-cols-xl-auto > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xl-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xl-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xl-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-xl-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xl-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xl-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.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%;
	}
	.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: 1rem;
	}
	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 1rem;
	}
	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 2rem;
	}
	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 2rem;
	}
	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 3rem;
	}
	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 3rem;
	}
	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 4rem;
	}
	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 4rem;
	}
	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 5rem;
	}
	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 5rem;
	}
	.g-xl-6,
	.gx-xl-6 {
		--bs-gutter-x: 6rem;
	}
	.g-xl-6,
	.gy-xl-6 {
		--bs-gutter-y: 6rem;
	}
	.g-xl-7,
	.gx-xl-7 {
		--bs-gutter-x: 7rem;
	}
	.g-xl-7,
	.gy-xl-7 {
		--bs-gutter-y: 7rem;
	}
	.g-xl-8,
	.gx-xl-8 {
		--bs-gutter-x: 8rem;
	}
	.g-xl-8,
	.gy-xl-8 {
		--bs-gutter-y: 8rem;
	}
	.g-xl-9,
	.gx-xl-9 {
		--bs-gutter-x: 9rem;
	}
	.g-xl-9,
	.gy-xl-9 {
		--bs-gutter-y: 9rem;
	}
	.g-xl-10,
	.gx-xl-10 {
		--bs-gutter-x: 10rem;
	}
	.g-xl-10,
	.gy-xl-10 {
		--bs-gutter-y: 10rem;
	}
}

@media (min-width: 1400px) {
	.col-xxl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}
	.row-cols-xxl-auto > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xxl-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xxl-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xxl-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-xxl-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xxl-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xxl-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xxl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-xxl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-xxl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xxl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-xxl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-xxl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xxl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-xxl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-xxl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xxl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.col-xxl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.col-xxl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.3333333333%;
	}
	.offset-xxl-2 {
		margin-left: 16.6666666667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.3333333333%;
	}
	.offset-xxl-5 {
		margin-left: 41.6666666667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.3333333333%;
	}
	.offset-xxl-8 {
		margin-left: 66.6666666667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.3333333333%;
	}
	.offset-xxl-11 {
		margin-left: 91.6666666667%;
	}
	.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: 1rem;
	}
	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 1rem;
	}
	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 2rem;
	}
	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 2rem;
	}
	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 3rem;
	}
	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 3rem;
	}
	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 4rem;
	}
	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 4rem;
	}
	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 5rem;
	}
	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 5rem;
	}
	.g-xxl-6,
	.gx-xxl-6 {
		--bs-gutter-x: 6rem;
	}
	.g-xxl-6,
	.gy-xxl-6 {
		--bs-gutter-y: 6rem;
	}
	.g-xxl-7,
	.gx-xxl-7 {
		--bs-gutter-x: 7rem;
	}
	.g-xxl-7,
	.gy-xxl-7 {
		--bs-gutter-y: 7rem;
	}
	.g-xxl-8,
	.gx-xxl-8 {
		--bs-gutter-x: 8rem;
	}
	.g-xxl-8,
	.gy-xxl-8 {
		--bs-gutter-y: 8rem;
	}
	.g-xxl-9,
	.gx-xxl-9 {
		--bs-gutter-x: 9rem;
	}
	.g-xxl-9,
	.gy-xxl-9 {
		--bs-gutter-y: 9rem;
	}
	.g-xxl-10,
	.gx-xxl-10 {
		--bs-gutter-x: 10rem;
	}
	.g-xxl-10,
	.gy-xxl-10 {
		--bs-gutter-y: 10rem;
	}
}

.btn,
.pagination ul.pagination .page-link.prev,
.pagination ul.pagination .page-link.next,
.cart-dropdown p.woocommerce-mini-cart__buttons a:first-of-type,
.cart-dropdown p.woocommerce-mini-cart__buttons a:last-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button,
.sbx-product .summary form.cart .single_add_to_cart_button,
.woocommerce ul.products li.product a.sbx-view-product,
.woocommerce .products ul li.product a.sbx-view-product,
.woocommerce-cart .return-to-shop a.button,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button[name="apply_coupon"],
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button[name="update_cart"],
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button[type="submit"],
.woocommerce-order-received .sbx-woo-subscribe-cta form button,
.woocommerce-order-pay #wc-paystack-form #paystack-payment-button,
.woocommerce-order-pay #wc-paystack-form #paystack-cancel-payment-button,
.woocommerce-account form.woocommerce-form button,
.woocommerce-account form.woocommerce-EditAccountForm button,
.woocommerce-account form .woocommerce-address-fields button,
.woocommerce-account form.woocommerce-ResetPassword button,
.woocommerce-account .woocommerce-MyAccount-greeting span:last-of-type a,
.woocommerce-account table.woocommerce-MyAccount-orders a.button,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a,
.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account #add_payment_method .button,
.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button,
.sbx-contact-form-1 form .sbx-contact-form-btn {
	display: inline-block;
	font-family: "AR", sans-serif;
	font-weight: "AB";
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.9rem 1.2rem;
	font-size: 0.8rem;
	border-radius: 0.625rem;
	-webkit-transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.btn,
	.pagination ul.pagination .page-link.prev,
	.pagination ul.pagination .page-link.next,
	.cart-dropdown p.woocommerce-mini-cart__buttons a:first-of-type,
	.cart-dropdown p.woocommerce-mini-cart__buttons a:last-of-type,
	.sbx-product
		.summary
		.woocommerce-variation-add-to-cart
		.single_add_to_cart_button,
	.sbx-product .summary form.cart .single_add_to_cart_button,
	.woocommerce ul.products li.product a.sbx-view-product,
	.woocommerce .products ul li.product a.sbx-view-product,
	.woocommerce-cart .return-to-shop a.button,
	.woocommerce-cart
		.cart.shop_table.shop_table_responsive
		.coupon
		button[name="apply_coupon"],
	.woocommerce-cart
		.cart.shop_table.shop_table_responsive
		button[name="update_cart"],
	.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-checkout
		#payment.woocommerce-checkout-payment
		button[name="woocommerce_checkout_place_order"],
	.woocommerce-checkout .woocommerce-form-login button[type="submit"],
	.woocommerce-checkout .woocommerce-form-coupon button[type="submit"],
	.woocommerce-order-received .sbx-woo-subscribe-cta form button,
	.woocommerce-order-pay #wc-paystack-form #paystack-payment-button,
	.woocommerce-order-pay #wc-paystack-form #paystack-cancel-payment-button,
	.woocommerce-account form.woocommerce-form button,
	.woocommerce-account form.woocommerce-EditAccountForm button,
	.woocommerce-account form .woocommerce-address-fields button,
	.woocommerce-account form.woocommerce-ResetPassword button,
	.woocommerce-account .woocommerce-MyAccount-greeting span:last-of-type a,
	.woocommerce-account table.woocommerce-MyAccount-orders a.button,
	.woocommerce-account .woocommerce-Address .woocommerce-Address-title a,
	.woocommerce-account .woocommerce-MyAccount-content .button,
	.woocommerce-account #add_payment_method .button,
	.woocommerce-error a.button,
	.woocommerce-info a.button,
	.woocommerce-message a.button,
	.sbx-contact-form-1 form .sbx-contact-form-btn {
		-webkit-transition: none;
		transition: none;
	}
}

.btn:hover,
.pagination ul.pagination .page-link.prev:hover,
.pagination ul.pagination .page-link.next:hover,
.cart-dropdown p.woocommerce-mini-cart__buttons a:hover:first-of-type,
.cart-dropdown p.woocommerce-mini-cart__buttons a:hover:last-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button:hover,
.sbx-product .summary form.cart .single_add_to_cart_button:hover,
.woocommerce ul.products li.product a.sbx-view-product:hover,
.woocommerce .products ul li.product a.sbx-view-product:hover,
.woocommerce-cart .return-to-shop a.button:hover,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button:hover[name="apply_coupon"],
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button:hover[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.checkout-button:hover,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button:hover[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button:hover[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button:hover[type="submit"],
.woocommerce-order-received .sbx-woo-subscribe-cta form button:hover,
.woocommerce-order-pay #wc-paystack-form #paystack-payment-button:hover,
.woocommerce-order-pay #wc-paystack-form #paystack-cancel-payment-button:hover,
.woocommerce-account form.woocommerce-form button:hover,
.woocommerce-account form.woocommerce-EditAccountForm button:hover,
.woocommerce-account form .woocommerce-address-fields button:hover,
.woocommerce-account form.woocommerce-ResetPassword button:hover,
.woocommerce-account .woocommerce-MyAccount-greeting span:last-of-type a:hover,
.woocommerce-account table.woocommerce-MyAccount-orders a.button:hover,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a:hover,
.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-account #add_payment_method .button:hover,
.woocommerce-error a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-message a.button:hover,
.sbx-contact-form-1 form .sbx-contact-form-btn:hover {
	color: #212529;
}

.btn-check:focus + .btn,
.pagination ul.pagination .btn-check:focus + .page-link.prev,
.pagination ul.pagination .btn-check:focus + .page-link.next,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.btn-check:focus
	+ a:first-of-type,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.btn-check:focus
	+ a:last-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.btn-check:focus
	+ .single_add_to_cart_button,
.sbx-product .summary form.cart .btn-check:focus + .single_add_to_cart_button,
.woocommerce ul.products li.product .btn-check:focus + a.sbx-view-product,
.woocommerce .products ul li.product .btn-check:focus + a.sbx-view-product,
.woocommerce-cart .return-to-shop .btn-check:focus + a.button,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	.btn-check:focus
	+ button[name="apply_coupon"],
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.btn-check:focus
	+ button[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	.btn-check:focus
	+ a.checkout-button,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	.btn-check:focus
	+ button[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	.woocommerce-form-login
	.btn-check:focus
	+ button[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	.btn-check:focus
	+ button[type="submit"],
.woocommerce-order-received
	.sbx-woo-subscribe-cta
	form
	.btn-check:focus
	+ button,
.woocommerce-order-pay
	#wc-paystack-form
	.btn-check:focus
	+ #paystack-payment-button,
.woocommerce-order-pay
	#wc-paystack-form
	.btn-check:focus
	+ #paystack-cancel-payment-button,
.woocommerce-account form.woocommerce-form .btn-check:focus + button,
.woocommerce-account form.woocommerce-EditAccountForm .btn-check:focus + button,
.woocommerce-account form .woocommerce-address-fields .btn-check:focus + button,
.woocommerce-account form.woocommerce-ResetPassword .btn-check:focus + button,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	.btn-check:focus
	+ a,
.woocommerce-account
	table.woocommerce-MyAccount-orders
	.btn-check:focus
	+ a.button,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	.btn-check:focus
	+ a,
.woocommerce-account .woocommerce-MyAccount-content .btn-check:focus + .button,
.woocommerce-account #add_payment_method .btn-check:focus + .button,
.woocommerce-error .btn-check:focus + a.button,
.woocommerce-info .btn-check:focus + a.button,
.woocommerce-message .btn-check:focus + a.button,
.sbx-contact-form-1 form .btn-check:focus + .sbx-contact-form-btn,
.btn:focus,
.pagination ul.pagination .page-link.prev:focus,
.pagination ul.pagination .page-link.next:focus,
.cart-dropdown p.woocommerce-mini-cart__buttons a:focus:first-of-type,
.cart-dropdown p.woocommerce-mini-cart__buttons a:focus:last-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button:focus,
.sbx-product .summary form.cart .single_add_to_cart_button:focus,
.woocommerce ul.products li.product a.sbx-view-product:focus,
.woocommerce .products ul li.product a.sbx-view-product:focus,
.woocommerce-cart .return-to-shop a.button:focus,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button:focus[name="apply_coupon"],
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button:focus[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.checkout-button:focus,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button:focus[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button:focus[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button:focus[type="submit"],
.woocommerce-order-received .sbx-woo-subscribe-cta form button:focus,
.woocommerce-order-pay #wc-paystack-form #paystack-payment-button:focus,
.woocommerce-order-pay #wc-paystack-form #paystack-cancel-payment-button:focus,
.woocommerce-account form.woocommerce-form button:focus,
.woocommerce-account form.woocommerce-EditAccountForm button:focus,
.woocommerce-account form .woocommerce-address-fields button:focus,
.woocommerce-account form.woocommerce-ResetPassword button:focus,
.woocommerce-account .woocommerce-MyAccount-greeting span:last-of-type a:focus,
.woocommerce-account table.woocommerce-MyAccount-orders a.button:focus,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a:focus,
.woocommerce-account .woocommerce-MyAccount-content .button:focus,
.woocommerce-account #add_payment_method .button:focus,
.woocommerce-error a.button:focus,
.woocommerce-info a.button:focus,
.woocommerce-message a.button:focus,
.sbx-contact-form-1 form .sbx-contact-form-btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(201, 169, 110, 0.25);
	box-shadow: 0 0 0 0.25rem rgba(201, 169, 110, 0.25);
}

.btn:disabled,
.pagination ul.pagination .page-link.prev:disabled,
.pagination ul.pagination .page-link.next:disabled,
.cart-dropdown p.woocommerce-mini-cart__buttons a:disabled:first-of-type,
.cart-dropdown p.woocommerce-mini-cart__buttons a:disabled:last-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button:disabled,
.sbx-product .summary form.cart .single_add_to_cart_button:disabled,
.woocommerce ul.products li.product a.sbx-view-product:disabled,
.woocommerce .products ul li.product a.sbx-view-product:disabled,
.woocommerce-cart .return-to-shop a.button:disabled,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button:disabled[name="apply_coupon"],
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button:disabled[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.checkout-button:disabled,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button:disabled[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button:disabled[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button:disabled[type="submit"],
.woocommerce-order-received .sbx-woo-subscribe-cta form button:disabled,
.woocommerce-order-pay #wc-paystack-form #paystack-payment-button:disabled,
.woocommerce-order-pay
	#wc-paystack-form
	#paystack-cancel-payment-button:disabled,
.woocommerce-account form.woocommerce-form button:disabled,
.woocommerce-account form.woocommerce-EditAccountForm button:disabled,
.woocommerce-account form .woocommerce-address-fields button:disabled,
.woocommerce-account form.woocommerce-ResetPassword button:disabled,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	a:disabled,
.woocommerce-account table.woocommerce-MyAccount-orders a.button:disabled,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a:disabled,
.woocommerce-account .woocommerce-MyAccount-content .button:disabled,
.woocommerce-account #add_payment_method .button:disabled,
.woocommerce-error a.button:disabled,
.woocommerce-info a.button:disabled,
.woocommerce-message a.button:disabled,
.sbx-contact-form-1 form .sbx-contact-form-btn:disabled,
.btn.disabled,
.pagination ul.pagination .disabled.page-link.prev,
.pagination ul.pagination .disabled.page-link.next,
.cart-dropdown p.woocommerce-mini-cart__buttons a.disabled:first-of-type,
.cart-dropdown p.woocommerce-mini-cart__buttons a.disabled:last-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.disabled.single_add_to_cart_button,
.sbx-product .summary form.cart .disabled.single_add_to_cart_button,
.woocommerce ul.products li.product a.disabled.sbx-view-product,
.woocommerce .products ul li.product a.disabled.sbx-view-product,
.woocommerce-cart .return-to-shop a.disabled.button,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button.disabled[name="apply_coupon"],
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button.disabled[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.disabled.checkout-button,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button.disabled[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button.disabled[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button.disabled[type="submit"],
.woocommerce-order-received .sbx-woo-subscribe-cta form button.disabled,
.woocommerce-order-pay #wc-paystack-form .disabled#paystack-payment-button,
.woocommerce-order-pay
	#wc-paystack-form
	.disabled#paystack-cancel-payment-button,
.woocommerce-account form.woocommerce-form button.disabled,
.woocommerce-account form.woocommerce-EditAccountForm button.disabled,
.woocommerce-account form .woocommerce-address-fields button.disabled,
.woocommerce-account form.woocommerce-ResetPassword button.disabled,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	a.disabled,
.woocommerce-account table.woocommerce-MyAccount-orders a.disabled.button,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a.disabled,
.woocommerce-account .woocommerce-MyAccount-content .disabled.button,
.woocommerce-account #add_payment_method .disabled.button,
.woocommerce-error a.disabled.button,
.woocommerce-info a.disabled.button,
.woocommerce-message a.disabled.button,
.sbx-contact-form-1 form .disabled.sbx-contact-form-btn,
fieldset:disabled .btn,
fieldset:disabled .pagination ul.pagination .page-link.prev,
.pagination ul.pagination fieldset:disabled .page-link.prev,
fieldset:disabled .pagination ul.pagination .page-link.next,
.pagination ul.pagination fieldset:disabled .page-link.next,
fieldset:disabled
	.cart-dropdown
	p.woocommerce-mini-cart__buttons
	a:first-of-type,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	fieldset:disabled
	a:first-of-type,
fieldset:disabled
	.cart-dropdown
	p.woocommerce-mini-cart__buttons
	a:last-of-type,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	fieldset:disabled
	a:last-of-type,
fieldset:disabled
	.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	fieldset:disabled
	.single_add_to_cart_button,
fieldset:disabled .sbx-product .summary form.cart .single_add_to_cart_button,
.sbx-product .summary form.cart fieldset:disabled .single_add_to_cart_button,
fieldset:disabled .woocommerce ul.products li.product a.sbx-view-product,
.woocommerce ul.products li.product fieldset:disabled a.sbx-view-product,
fieldset:disabled .woocommerce .products ul li.product a.sbx-view-product,
.woocommerce .products ul li.product fieldset:disabled a.sbx-view-product,
fieldset:disabled .woocommerce-cart .return-to-shop a.button,
.woocommerce-cart .return-to-shop fieldset:disabled a.button,
fieldset:disabled
	.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button[name="apply_coupon"],
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	fieldset:disabled
	button[name="apply_coupon"],
fieldset:disabled
	.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button[name="update_cart"],
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	fieldset:disabled
	button[name="update_cart"],
fieldset:disabled
	.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.checkout-button,
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	fieldset:disabled
	a.checkout-button,
fieldset:disabled
	.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	fieldset:disabled
	button[name="woocommerce_checkout_place_order"],
fieldset:disabled
	.woocommerce-checkout
	.woocommerce-form-login
	button[type="submit"],
.woocommerce-checkout
	.woocommerce-form-login
	fieldset:disabled
	button[type="submit"],
fieldset:disabled
	.woocommerce-checkout
	.woocommerce-form-coupon
	button[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	fieldset:disabled
	button[type="submit"],
fieldset:disabled
	.woocommerce-order-received
	.sbx-woo-subscribe-cta
	form
	button,
.woocommerce-order-received
	.sbx-woo-subscribe-cta
	form
	fieldset:disabled
	button,
fieldset:disabled
	.woocommerce-order-pay
	#wc-paystack-form
	#paystack-payment-button,
.woocommerce-order-pay
	#wc-paystack-form
	fieldset:disabled
	#paystack-payment-button,
fieldset:disabled
	.woocommerce-order-pay
	#wc-paystack-form
	#paystack-cancel-payment-button,
.woocommerce-order-pay
	#wc-paystack-form
	fieldset:disabled
	#paystack-cancel-payment-button,
fieldset:disabled .woocommerce-account form.woocommerce-form button,
.woocommerce-account form.woocommerce-form fieldset:disabled button,
fieldset:disabled .woocommerce-account form.woocommerce-EditAccountForm button,
.woocommerce-account form.woocommerce-EditAccountForm fieldset:disabled button,
fieldset:disabled .woocommerce-account form .woocommerce-address-fields button,
.woocommerce-account form .woocommerce-address-fields fieldset:disabled button,
fieldset:disabled .woocommerce-account form.woocommerce-ResetPassword button,
.woocommerce-account form.woocommerce-ResetPassword fieldset:disabled button,
fieldset:disabled
	.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	a,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	fieldset:disabled
	a,
fieldset:disabled
	.woocommerce-account
	table.woocommerce-MyAccount-orders
	a.button,
.woocommerce-account
	table.woocommerce-MyAccount-orders
	fieldset:disabled
	a.button,
fieldset:disabled
	.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	a,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	fieldset:disabled
	a,
fieldset:disabled .woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce-MyAccount-content fieldset:disabled .button,
fieldset:disabled .woocommerce-account #add_payment_method .button,
.woocommerce-account #add_payment_method fieldset:disabled .button,
fieldset:disabled .woocommerce-error a.button,
.woocommerce-error fieldset:disabled a.button,
fieldset:disabled .woocommerce-info a.button,
.woocommerce-info fieldset:disabled a.button,
fieldset:disabled .woocommerce-message a.button,
.woocommerce-message fieldset:disabled a.button,
fieldset:disabled .sbx-contact-form-1 form .sbx-contact-form-btn,
.sbx-contact-form-1 form fieldset:disabled .sbx-contact-form-btn {
	pointer-events: none;
	opacity: 0.65;
}

.btn-primary,
.woocommerce-order-received .sbx-woo-subscribe-cta form button,
.sbx-contact-form-1 form .sbx-contact-form-btn {
	color: #000000;
	background-color: #2C2C2C;
	border-color: #C9A96E ;
}

.btn-primary:hover,
.woocommerce-order-received .sbx-woo-subscribe-cta form button:hover,
.sbx-contact-form-1 form .sbx-contact-form-btn:hover {
	color: #000000;
	background-color: #2C2C2C;
	border-color: #C9A96E ;
}

.btn-check:focus + .btn-primary,
.woocommerce-order-received
	.sbx-woo-subscribe-cta
	form
	.btn-check:focus
	+ button,
.sbx-contact-form-1 form .btn-check:focus + .sbx-contact-form-btn,
.btn-primary:focus,
.woocommerce-order-received .sbx-woo-subscribe-cta form button:focus,
.sbx-contact-form-1 form .sbx-contact-form-btn:focus {
	color: #ffffff;
	background-color: #C9A96E;
	border-color: #C9A96E ;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(159, 96, 58, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(159, 96, 58, 0.5);
}

.btn-check:checked + .btn-primary,
.woocommerce-order-received
	.sbx-woo-subscribe-cta
	form
	.btn-check:checked
	+ button,
.sbx-contact-form-1 form .btn-check:checked + .sbx-contact-form-btn,
.btn-check:active + .btn-primary,
.woocommerce-order-received
	.sbx-woo-subscribe-cta
	form
	.btn-check:active
	+ button,
.sbx-contact-form-1 form .btn-check:active + .sbx-contact-form-btn,
.btn-primary:active,
.woocommerce-order-received .sbx-woo-subscribe-cta form button:active,
.sbx-contact-form-1 form .sbx-contact-form-btn:active,
.btn-primary.active,
.woocommerce-order-received .sbx-woo-subscribe-cta form button.active,
.sbx-contact-form-1 form .active.sbx-contact-form-btn,
.show > .btn-primary.dropdown-toggle,
.woocommerce-order-received
	.sbx-woo-subscribe-cta
	form
	.show
	> button.dropdown-toggle,
.sbx-contact-form-1 form .show > .dropdown-toggle.sbx-contact-form-btn {
	color: #000000;
	background-color: #c98d69;
	border-color: #C9A96E ;
}

.btn-check:checked + .btn-primary:focus,
.woocommerce-order-received
	.sbx-woo-subscribe-cta
	form
	.btn-check:checked
	+ button:focus,
.sbx-contact-form-1 form .btn-check:checked + .sbx-contact-form-btn:focus,
.btn-check:active + .btn-primary:focus,
.woocommerce-order-received
	.sbx-woo-subscribe-cta
	form
	.btn-check:active
	+ button:focus,
.sbx-contact-form-1 form .btn-check:active + .sbx-contact-form-btn:focus,
.btn-primary:active:focus,
.woocommerce-order-received .sbx-woo-subscribe-cta form button:active:focus,
.sbx-contact-form-1 form .sbx-contact-form-btn:active:focus,
.btn-primary.active:focus,
.woocommerce-order-received .sbx-woo-subscribe-cta form button.active:focus,
.sbx-contact-form-1 form .active.sbx-contact-form-btn:focus,
.show > .btn-primary.dropdown-toggle:focus,
.woocommerce-order-received
	.sbx-woo-subscribe-cta
	form
	.show
	> button.dropdown-toggle:focus,
.sbx-contact-form-1 form .show > .dropdown-toggle.sbx-contact-form-btn:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(159, 96, 58, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(159, 96, 58, 0.5);
}

.btn-primary:disabled,
.woocommerce-order-received .sbx-woo-subscribe-cta form button:disabled,
.sbx-contact-form-1 form .sbx-contact-form-btn:disabled,
.btn-primary.disabled,
.woocommerce-order-received .sbx-woo-subscribe-cta form button.disabled,
.sbx-contact-form-1 form .disabled.sbx-contact-form-btn {
	color: #000000;
	background-color: #C9A96E ;
	border-color: #C9A96E ;
}

.btn-secondary {
	color: #000000;
	background-color: #F7F5F2;
	border-color: #F7F5F2;
}

.btn-secondary:hover {
	color: #000000;
	background-color: #faf6f1;
	border-color: #faf5f1;
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
	color: #000000;
	background-color: #faf6f1;
	border-color: #faf5f1;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(212, 207, 203, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(212, 207, 203, 0.5);
}

.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
	color: #000000;
	background-color: #faf6f2;
	border-color: #faf5f1;
}

.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(212, 207, 203, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(212, 207, 203, 0.5);
}

.btn-secondary:disabled,
.btn-secondary.disabled {
	color: #000000;
	background-color: #F7F5F2;
	border-color: #F7F5F2;
}

.btn-success {
	color: #ffffff;
	background-color: #198754;
	border-color: #198754;
}

.btn-success:hover {
	color: #ffffff;
	background-color: #157347;
	border-color: #146c43;
}

.btn-check:focus + .btn-success,
.btn-success:focus {
	color: #ffffff;
	background-color: #157347;
	border-color: #146c43;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked + .btn-success,
.btn-check:active + .btn-success,
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
	color: #ffffff;
	background-color: #146c43;
	border-color: #13653f;
}

.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success:disabled,
.btn-success.disabled {
	color: #ffffff;
	background-color: #198754;
	border-color: #198754;
}

.btn-info {
	color: #000000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-info:hover {
	color: #000000;
	background-color: #31d2f2;
	border-color: #25cff2;
}

.btn-check:focus + .btn-info,
.btn-info:focus {
	color: #000000;
	background-color: #31d2f2;
	border-color: #25cff2;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:checked + .btn-info,
.btn-check:active + .btn-info,
.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
	color: #000000;
	background-color: #3dd5f3;
	border-color: #25cff2;
}

.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info:disabled,
.btn-info.disabled {
	color: #000000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

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

.btn-warning:hover {
	color: #000000;
	background-color: #ffca2c;
	border-color: #ffc720;
}

.btn-check:focus + .btn-warning,
.btn-warning:focus {
	color: #000000;
	background-color: #ffca2c;
	border-color: #ffc720;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning,
.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
	color: #000000;
	background-color: #ffcd39;
	border-color: #ffc720;
}

.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

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

.btn-danger {
	color: #ffffff;
	background-color: #d50032;
	border-color: #d50032;
}

.btn-danger:hover {
	color: #ffffff;
	background-color: #b5002b;
	border-color: #aa0028;
}

.btn-check:focus + .btn-danger,
.btn-danger:focus {
	color: #ffffff;
	background-color: #b5002b;
	border-color: #aa0028;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(219, 38, 81, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(219, 38, 81, 0.5);
}

.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger,
.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
	color: #ffffff;
	background-color: #aa0028;
	border-color: #a00026;
}

.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(219, 38, 81, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(219, 38, 81, 0.5);
}

.btn-danger:disabled,
.btn-danger.disabled {
	color: #ffffff;
	background-color: #d50032;
	border-color: #d50032;
}

.btn-light,
.woocommerce-order-pay #wc-paystack-form #paystack-cancel-payment-button {
	color: #000000;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}

.btn-light:hover,
.woocommerce-order-pay #wc-paystack-form #paystack-cancel-payment-button:hover {
	color: #000000;
	background-color: #f7f7f7;
	border-color: #f6f6f6;
}

.btn-check:focus + .btn-light,
.woocommerce-order-pay
	#wc-paystack-form
	.btn-check:focus
	+ #paystack-cancel-payment-button,
.btn-light:focus,
.woocommerce-order-pay #wc-paystack-form #paystack-cancel-payment-button:focus {
	color: #000000;
	background-color: #f7f7f7;
	border-color: #f6f6f6;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(208, 208, 208, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(208, 208, 208, 0.5);
}

.btn-check:checked + .btn-light,
.woocommerce-order-pay
	#wc-paystack-form
	.btn-check:checked
	+ #paystack-cancel-payment-button,
.btn-check:active + .btn-light,
.woocommerce-order-pay
	#wc-paystack-form
	.btn-check:active
	+ #paystack-cancel-payment-button,
.btn-light:active,
.woocommerce-order-pay #wc-paystack-form #paystack-cancel-payment-button:active,
.btn-light.active,
.woocommerce-order-pay #wc-paystack-form .active#paystack-cancel-payment-button,
.show > .btn-light.dropdown-toggle,
.woocommerce-order-pay
	#wc-paystack-form
	.show
	> .dropdown-toggle#paystack-cancel-payment-button {
	color: #000000;
	background-color: #f7f7f7;
	border-color: #f6f6f6;
}

.btn-check:checked + .btn-light:focus,
.woocommerce-order-pay
	#wc-paystack-form
	.btn-check:checked
	+ #paystack-cancel-payment-button:focus,
.btn-check:active + .btn-light:focus,
.woocommerce-order-pay
	#wc-paystack-form
	.btn-check:active
	+ #paystack-cancel-payment-button:focus,
.btn-light:active:focus,
.woocommerce-order-pay
	#wc-paystack-form
	#paystack-cancel-payment-button:active:focus,
.btn-light.active:focus,
.woocommerce-order-pay
	#wc-paystack-form
	.active#paystack-cancel-payment-button:focus,
.show > .btn-light.dropdown-toggle:focus,
.woocommerce-order-pay
	#wc-paystack-form
	.show
	> .dropdown-toggle#paystack-cancel-payment-button:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(208, 208, 208, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(208, 208, 208, 0.5);
}

.btn-light:disabled,
.woocommerce-order-pay
	#wc-paystack-form
	#paystack-cancel-payment-button:disabled,
.btn-light.disabled,
.woocommerce-order-pay
	#wc-paystack-form
	.disabled#paystack-cancel-payment-button {
	color: #000000;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}

.btn-dark,
.cart-dropdown p.woocommerce-mini-cart__buttons a:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button,
.sbx-product .summary form.cart .single_add_to_cart_button,
.woocommerce ul.products li.product a.sbx-view-product,
.woocommerce .products ul li.product a.sbx-view-product,
.woocommerce-cart .return-to-shop a.button,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button[name="update_cart"],
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button[type="submit"],
.woocommerce-order-pay #wc-paystack-form #paystack-payment-button,
.woocommerce-account form.woocommerce-form button,
.woocommerce-account form.woocommerce-EditAccountForm button,
.woocommerce-account form .woocommerce-address-fields button,
.woocommerce-account form.woocommerce-ResetPassword button,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a,
.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account #add_payment_method .button,
.woocommerce-error a.button,
.woocommerce-message a.button,
.woocommerce-info a.button {
	color: #ffffff;
	background-color: #1b1c1d;
	border-color: #1b1c1d;
}

.btn-dark:hover,
.cart-dropdown p.woocommerce-mini-cart__buttons a:hover:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button:hover,
.sbx-product .summary form.cart .single_add_to_cart_button:hover,
.woocommerce ul.products li.product a.sbx-view-product:hover,
.woocommerce .products ul li.product a.sbx-view-product:hover,
.woocommerce-cart .return-to-shop a.button:hover,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button:hover[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.checkout-button:hover,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button:hover[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button:hover[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button:hover[type="submit"],
.woocommerce-order-pay #wc-paystack-form #paystack-payment-button:hover,
.woocommerce-account form.woocommerce-form button:hover,
.woocommerce-account form.woocommerce-EditAccountForm button:hover,
.woocommerce-account form .woocommerce-address-fields button:hover,
.woocommerce-account form.woocommerce-ResetPassword button:hover,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a:hover,
.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-account #add_payment_method .button:hover,
.woocommerce-error a.button:hover,
.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover {
	color: #ffffff;
	background-color: #171819;
	border-color: #161617;
}

.btn-check:focus + .btn-dark,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.btn-check:focus
	+ a:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.btn-check:focus
	+ .single_add_to_cart_button,
.sbx-product .summary form.cart .btn-check:focus + .single_add_to_cart_button,
.woocommerce ul.products li.product .btn-check:focus + a.sbx-view-product,
.woocommerce .products ul li.product .btn-check:focus + a.sbx-view-product,
.woocommerce-cart .return-to-shop .btn-check:focus + a.button,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.btn-check:focus
	+ button[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	.btn-check:focus
	+ a.checkout-button,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	.btn-check:focus
	+ button[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	.woocommerce-form-login
	.btn-check:focus
	+ button[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	.btn-check:focus
	+ button[type="submit"],
.woocommerce-order-pay
	#wc-paystack-form
	.btn-check:focus
	+ #paystack-payment-button,
.woocommerce-account form.woocommerce-form .btn-check:focus + button,
.woocommerce-account form.woocommerce-EditAccountForm .btn-check:focus + button,
.woocommerce-account form .woocommerce-address-fields .btn-check:focus + button,
.woocommerce-account form.woocommerce-ResetPassword .btn-check:focus + button,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	.btn-check:focus
	+ a,
.woocommerce-account .woocommerce-MyAccount-content .btn-check:focus + .button,
.woocommerce-account #add_payment_method .btn-check:focus + .button,
.woocommerce-error .btn-check:focus + a.button,
.woocommerce-message .btn-check:focus + a.button,
.woocommerce-info .btn-check:focus + a.button,
.btn-dark:focus,
.cart-dropdown p.woocommerce-mini-cart__buttons a:focus:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button:focus,
.sbx-product .summary form.cart .single_add_to_cart_button:focus,
.woocommerce ul.products li.product a.sbx-view-product:focus,
.woocommerce .products ul li.product a.sbx-view-product:focus,
.woocommerce-cart .return-to-shop a.button:focus,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button:focus[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.checkout-button:focus,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button:focus[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button:focus[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button:focus[type="submit"],
.woocommerce-order-pay #wc-paystack-form #paystack-payment-button:focus,
.woocommerce-account form.woocommerce-form button:focus,
.woocommerce-account form.woocommerce-EditAccountForm button:focus,
.woocommerce-account form .woocommerce-address-fields button:focus,
.woocommerce-account form.woocommerce-ResetPassword button:focus,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a:focus,
.woocommerce-account .woocommerce-MyAccount-content .button:focus,
.woocommerce-account #add_payment_method .button:focus,
.woocommerce-error a.button:focus,
.woocommerce-message a.button:focus,
.woocommerce-info a.button:focus {
	color: #ffffff;
	background-color: #171819;
	border-color: #161617;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(61, 62, 63, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(61, 62, 63, 0.5);
}

.btn-check:checked + .btn-dark,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.btn-check:checked
	+ a:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.btn-check:checked
	+ .single_add_to_cart_button,
.sbx-product .summary form.cart .btn-check:checked + .single_add_to_cart_button,
.woocommerce ul.products li.product .btn-check:checked + a.sbx-view-product,
.woocommerce .products ul li.product .btn-check:checked + a.sbx-view-product,
.woocommerce-cart .return-to-shop .btn-check:checked + a.button,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.btn-check:checked
	+ button[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	.btn-check:checked
	+ a.checkout-button,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	.btn-check:checked
	+ button[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	.woocommerce-form-login
	.btn-check:checked
	+ button[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	.btn-check:checked
	+ button[type="submit"],
.woocommerce-order-pay
	#wc-paystack-form
	.btn-check:checked
	+ #paystack-payment-button,
.woocommerce-account form.woocommerce-form .btn-check:checked + button,
.woocommerce-account
	form.woocommerce-EditAccountForm
	.btn-check:checked
	+ button,
.woocommerce-account
	form
	.woocommerce-address-fields
	.btn-check:checked
	+ button,
.woocommerce-account form.woocommerce-ResetPassword .btn-check:checked + button,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	.btn-check:checked
	+ a,
.woocommerce-account
	.woocommerce-MyAccount-content
	.btn-check:checked
	+ .button,
.woocommerce-account #add_payment_method .btn-check:checked + .button,
.woocommerce-error .btn-check:checked + a.button,
.woocommerce-message .btn-check:checked + a.button,
.woocommerce-info .btn-check:checked + a.button,
.btn-check:active + .btn-dark,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.btn-check:active
	+ a:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.btn-check:active
	+ .single_add_to_cart_button,
.sbx-product .summary form.cart .btn-check:active + .single_add_to_cart_button,
.woocommerce ul.products li.product .btn-check:active + a.sbx-view-product,
.woocommerce .products ul li.product .btn-check:active + a.sbx-view-product,
.woocommerce-cart .return-to-shop .btn-check:active + a.button,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.btn-check:active
	+ button[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	.btn-check:active
	+ a.checkout-button,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	.btn-check:active
	+ button[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	.woocommerce-form-login
	.btn-check:active
	+ button[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	.btn-check:active
	+ button[type="submit"],
.woocommerce-order-pay
	#wc-paystack-form
	.btn-check:active
	+ #paystack-payment-button,
.woocommerce-account form.woocommerce-form .btn-check:active + button,
.woocommerce-account
	form.woocommerce-EditAccountForm
	.btn-check:active
	+ button,
.woocommerce-account
	form
	.woocommerce-address-fields
	.btn-check:active
	+ button,
.woocommerce-account form.woocommerce-ResetPassword .btn-check:active + button,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	.btn-check:active
	+ a,
.woocommerce-account .woocommerce-MyAccount-content .btn-check:active + .button,
.woocommerce-account #add_payment_method .btn-check:active + .button,
.woocommerce-error .btn-check:active + a.button,
.woocommerce-message .btn-check:active + a.button,
.woocommerce-info .btn-check:active + a.button,
.btn-dark:active,
.cart-dropdown p.woocommerce-mini-cart__buttons a:active:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button:active,
.sbx-product .summary form.cart .single_add_to_cart_button:active,
.woocommerce ul.products li.product a.sbx-view-product:active,
.woocommerce .products ul li.product a.sbx-view-product:active,
.woocommerce-cart .return-to-shop a.button:active,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button:active[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.checkout-button:active,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button:active[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button:active[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button:active[type="submit"],
.woocommerce-order-pay #wc-paystack-form #paystack-payment-button:active,
.woocommerce-account form.woocommerce-form button:active,
.woocommerce-account form.woocommerce-EditAccountForm button:active,
.woocommerce-account form .woocommerce-address-fields button:active,
.woocommerce-account form.woocommerce-ResetPassword button:active,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a:active,
.woocommerce-account .woocommerce-MyAccount-content .button:active,
.woocommerce-account #add_payment_method .button:active,
.woocommerce-error a.button:active,
.woocommerce-message a.button:active,
.woocommerce-info a.button:active,
.btn-dark.active,
.cart-dropdown p.woocommerce-mini-cart__buttons a.active:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.active.single_add_to_cart_button,
.sbx-product .summary form.cart .active.single_add_to_cart_button,
.woocommerce ul.products li.product a.active.sbx-view-product,
.woocommerce .products ul li.product a.active.sbx-view-product,
.woocommerce-cart .return-to-shop a.active.button,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button.active[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.active.checkout-button,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button.active[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button.active[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button.active[type="submit"],
.woocommerce-order-pay #wc-paystack-form .active#paystack-payment-button,
.woocommerce-account form.woocommerce-form button.active,
.woocommerce-account form.woocommerce-EditAccountForm button.active,
.woocommerce-account form .woocommerce-address-fields button.active,
.woocommerce-account form.woocommerce-ResetPassword button.active,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a.active,
.woocommerce-account .woocommerce-MyAccount-content .active.button,
.woocommerce-account #add_payment_method .active.button,
.woocommerce-error a.active.button,
.woocommerce-message a.active.button,
.woocommerce-info a.active.button,
.show > .btn-dark.dropdown-toggle,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.show
	> a.dropdown-toggle:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.show
	> .dropdown-toggle.single_add_to_cart_button,
.sbx-product
	.summary
	form.cart
	.show
	> .dropdown-toggle.single_add_to_cart_button,
.woocommerce ul.products li.product .show > a.dropdown-toggle.sbx-view-product,
.woocommerce .products ul li.product .show > a.dropdown-toggle.sbx-view-product,
.woocommerce-cart .return-to-shop .show > a.dropdown-toggle.button,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.show
	> button.dropdown-toggle[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	.show
	> a.dropdown-toggle.checkout-button,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	.show
	> button.dropdown-toggle[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	.woocommerce-form-login
	.show
	> button.dropdown-toggle[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	.show
	> button.dropdown-toggle[type="submit"],
.woocommerce-order-pay
	#wc-paystack-form
	.show
	> .dropdown-toggle#paystack-payment-button,
.woocommerce-account form.woocommerce-form .show > button.dropdown-toggle,
.woocommerce-account
	form.woocommerce-EditAccountForm
	.show
	> button.dropdown-toggle,
.woocommerce-account
	form
	.woocommerce-address-fields
	.show
	> button.dropdown-toggle,
.woocommerce-account
	form.woocommerce-ResetPassword
	.show
	> button.dropdown-toggle,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	.show
	> a.dropdown-toggle,
.woocommerce-account
	.woocommerce-MyAccount-content
	.show
	> .dropdown-toggle.button,
.woocommerce-account #add_payment_method .show > .dropdown-toggle.button,
.woocommerce-error .show > a.dropdown-toggle.button,
.woocommerce-message .show > a.dropdown-toggle.button,
.woocommerce-info .show > a.dropdown-toggle.button {
	color: #ffffff;
	background-color: #161617;
	border-color: #141516;
}

.btn-check:checked + .btn-dark:focus,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.btn-check:checked
	+ a:focus:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.btn-check:checked
	+ .single_add_to_cart_button:focus,
.sbx-product
	.summary
	form.cart
	.btn-check:checked
	+ .single_add_to_cart_button:focus,
.woocommerce
	ul.products
	li.product
	.btn-check:checked
	+ a.sbx-view-product:focus,
.woocommerce
	.products
	ul
	li.product
	.btn-check:checked
	+ a.sbx-view-product:focus,
.woocommerce-cart .return-to-shop .btn-check:checked + a.button:focus,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.btn-check:checked
	+ button:focus[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	.btn-check:checked
	+ a.checkout-button:focus,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	.btn-check:checked
	+ button:focus[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	.woocommerce-form-login
	.btn-check:checked
	+ button:focus[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	.btn-check:checked
	+ button:focus[type="submit"],
.woocommerce-order-pay
	#wc-paystack-form
	.btn-check:checked
	+ #paystack-payment-button:focus,
.woocommerce-account form.woocommerce-form .btn-check:checked + button:focus,
.woocommerce-account
	form.woocommerce-EditAccountForm
	.btn-check:checked
	+ button:focus,
.woocommerce-account
	form
	.woocommerce-address-fields
	.btn-check:checked
	+ button:focus,
.woocommerce-account
	form.woocommerce-ResetPassword
	.btn-check:checked
	+ button:focus,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	.btn-check:checked
	+ a:focus,
.woocommerce-account
	.woocommerce-MyAccount-content
	.btn-check:checked
	+ .button:focus,
.woocommerce-account #add_payment_method .btn-check:checked + .button:focus,
.woocommerce-error .btn-check:checked + a.button:focus,
.woocommerce-message .btn-check:checked + a.button:focus,
.woocommerce-info .btn-check:checked + a.button:focus,
.btn-check:active + .btn-dark:focus,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.btn-check:active
	+ a:focus:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.btn-check:active
	+ .single_add_to_cart_button:focus,
.sbx-product
	.summary
	form.cart
	.btn-check:active
	+ .single_add_to_cart_button:focus,
.woocommerce
	ul.products
	li.product
	.btn-check:active
	+ a.sbx-view-product:focus,
.woocommerce
	.products
	ul
	li.product
	.btn-check:active
	+ a.sbx-view-product:focus,
.woocommerce-cart .return-to-shop .btn-check:active + a.button:focus,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.btn-check:active
	+ button:focus[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	.btn-check:active
	+ a.checkout-button:focus,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	.btn-check:active
	+ button:focus[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	.woocommerce-form-login
	.btn-check:active
	+ button:focus[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	.btn-check:active
	+ button:focus[type="submit"],
.woocommerce-order-pay
	#wc-paystack-form
	.btn-check:active
	+ #paystack-payment-button:focus,
.woocommerce-account form.woocommerce-form .btn-check:active + button:focus,
.woocommerce-account
	form.woocommerce-EditAccountForm
	.btn-check:active
	+ button:focus,
.woocommerce-account
	form
	.woocommerce-address-fields
	.btn-check:active
	+ button:focus,
.woocommerce-account
	form.woocommerce-ResetPassword
	.btn-check:active
	+ button:focus,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	.btn-check:active
	+ a:focus,
.woocommerce-account
	.woocommerce-MyAccount-content
	.btn-check:active
	+ .button:focus,
.woocommerce-account #add_payment_method .btn-check:active + .button:focus,
.woocommerce-error .btn-check:active + a.button:focus,
.woocommerce-message .btn-check:active + a.button:focus,
.woocommerce-info .btn-check:active + a.button:focus,
.btn-dark:active:focus,
.cart-dropdown p.woocommerce-mini-cart__buttons a:active:focus:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button:active:focus,
.sbx-product .summary form.cart .single_add_to_cart_button:active:focus,
.woocommerce ul.products li.product a.sbx-view-product:active:focus,
.woocommerce .products ul li.product a.sbx-view-product:active:focus,
.woocommerce-cart .return-to-shop a.button:active:focus,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button:active:focus[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.checkout-button:active:focus,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button:active:focus[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	.woocommerce-form-login
	button:active:focus[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	button:active:focus[type="submit"],
.woocommerce-order-pay #wc-paystack-form #paystack-payment-button:active:focus,
.woocommerce-account form.woocommerce-form button:active:focus,
.woocommerce-account form.woocommerce-EditAccountForm button:active:focus,
.woocommerce-account form .woocommerce-address-fields button:active:focus,
.woocommerce-account form.woocommerce-ResetPassword button:active:focus,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	a:active:focus,
.woocommerce-account .woocommerce-MyAccount-content .button:active:focus,
.woocommerce-account #add_payment_method .button:active:focus,
.woocommerce-error a.button:active:focus,
.woocommerce-message a.button:active:focus,
.woocommerce-info a.button:active:focus,
.btn-dark.active:focus,
.cart-dropdown p.woocommerce-mini-cart__buttons a.active:focus:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.active.single_add_to_cart_button:focus,
.sbx-product .summary form.cart .active.single_add_to_cart_button:focus,
.woocommerce ul.products li.product a.active.sbx-view-product:focus,
.woocommerce .products ul li.product a.active.sbx-view-product:focus,
.woocommerce-cart .return-to-shop a.active.button:focus,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button.active:focus[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.active.checkout-button:focus,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button.active:focus[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	.woocommerce-form-login
	button.active:focus[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	button.active:focus[type="submit"],
.woocommerce-order-pay #wc-paystack-form .active#paystack-payment-button:focus,
.woocommerce-account form.woocommerce-form button.active:focus,
.woocommerce-account form.woocommerce-EditAccountForm button.active:focus,
.woocommerce-account form .woocommerce-address-fields button.active:focus,
.woocommerce-account form.woocommerce-ResetPassword button.active:focus,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	a.active:focus,
.woocommerce-account .woocommerce-MyAccount-content .active.button:focus,
.woocommerce-account #add_payment_method .active.button:focus,
.woocommerce-error a.active.button:focus,
.woocommerce-message a.active.button:focus,
.woocommerce-info a.active.button:focus,
.show > .btn-dark.dropdown-toggle:focus,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.show
	> a.dropdown-toggle:focus:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.show
	> .dropdown-toggle.single_add_to_cart_button:focus,
.sbx-product
	.summary
	form.cart
	.show
	> .dropdown-toggle.single_add_to_cart_button:focus,
.woocommerce
	ul.products
	li.product
	.show
	> a.dropdown-toggle.sbx-view-product:focus,
.woocommerce
	.products
	ul
	li.product
	.show
	> a.dropdown-toggle.sbx-view-product:focus,
.woocommerce-cart .return-to-shop .show > a.dropdown-toggle.button:focus,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.show
	> button.dropdown-toggle:focus[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	.show
	> a.dropdown-toggle.checkout-button:focus,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	.show
	> button.dropdown-toggle:focus[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	.woocommerce-form-login
	.show
	> button.dropdown-toggle:focus[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	.show
	> button.dropdown-toggle:focus[type="submit"],
.woocommerce-order-pay
	#wc-paystack-form
	.show
	> .dropdown-toggle#paystack-payment-button:focus,
.woocommerce-account form.woocommerce-form .show > button.dropdown-toggle:focus,
.woocommerce-account
	form.woocommerce-EditAccountForm
	.show
	> button.dropdown-toggle:focus,
.woocommerce-account
	form
	.woocommerce-address-fields
	.show
	> button.dropdown-toggle:focus,
.woocommerce-account
	form.woocommerce-ResetPassword
	.show
	> button.dropdown-toggle:focus,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	.show
	> a.dropdown-toggle:focus,
.woocommerce-account
	.woocommerce-MyAccount-content
	.show
	> .dropdown-toggle.button:focus,
.woocommerce-account #add_payment_method .show > .dropdown-toggle.button:focus,
.woocommerce-error .show > a.dropdown-toggle.button:focus,
.woocommerce-message .show > a.dropdown-toggle.button:focus,
.woocommerce-info .show > a.dropdown-toggle.button:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(61, 62, 63, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(61, 62, 63, 0.5);
}

.btn-dark:disabled,
.cart-dropdown p.woocommerce-mini-cart__buttons a:disabled:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button:disabled,
.sbx-product .summary form.cart .single_add_to_cart_button:disabled,
.woocommerce ul.products li.product a.sbx-view-product:disabled,
.woocommerce .products ul li.product a.sbx-view-product:disabled,
.woocommerce-cart .return-to-shop a.button:disabled,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button:disabled[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.checkout-button:disabled,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button:disabled[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button:disabled[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button:disabled[type="submit"],
.woocommerce-order-pay #wc-paystack-form #paystack-payment-button:disabled,
.woocommerce-account form.woocommerce-form button:disabled,
.woocommerce-account form.woocommerce-EditAccountForm button:disabled,
.woocommerce-account form .woocommerce-address-fields button:disabled,
.woocommerce-account form.woocommerce-ResetPassword button:disabled,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a:disabled,
.woocommerce-account .woocommerce-MyAccount-content .button:disabled,
.woocommerce-account #add_payment_method .button:disabled,
.woocommerce-error a.button:disabled,
.woocommerce-message a.button:disabled,
.woocommerce-info a.button:disabled,
.btn-dark.disabled,
.cart-dropdown p.woocommerce-mini-cart__buttons a.disabled:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.disabled.single_add_to_cart_button,
.sbx-product .summary form.cart .disabled.single_add_to_cart_button,
.woocommerce ul.products li.product a.disabled.sbx-view-product,
.woocommerce .products ul li.product a.disabled.sbx-view-product,
.woocommerce-cart .return-to-shop a.disabled.button,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button.disabled[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.disabled.checkout-button,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button.disabled[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button.disabled[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button.disabled[type="submit"],
.woocommerce-order-pay #wc-paystack-form .disabled#paystack-payment-button,
.woocommerce-account form.woocommerce-form button.disabled,
.woocommerce-account form.woocommerce-EditAccountForm button.disabled,
.woocommerce-account form .woocommerce-address-fields button.disabled,
.woocommerce-account form.woocommerce-ResetPassword button.disabled,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a.disabled,
.woocommerce-account .woocommerce-MyAccount-content .disabled.button,
.woocommerce-account #add_payment_method .disabled.button,
.woocommerce-error a.disabled.button,
.woocommerce-message a.disabled.button,
.woocommerce-info a.disabled.button {
	color: #ffffff;
	background-color: #1b1c1d;
	border-color: #1b1c1d;
}

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

.btn-outline-primary:hover {
	color: #000000;
	background-color: #C9A96E ;
	border-color: #C9A96E ;
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(201, 169, 110, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(201, 169, 110, 0.5);
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
	color: #000000;
	background-color: #C9A96E ;
	border-color: #C9A96E ;
}

.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(201, 169, 110, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(201, 169, 110, 0.5);
}

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

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

.btn-outline-secondary:hover {
	color: #000000;
	background-color: #F7F5F2;
	border-color: #F7F5F2;
}

.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(249, 244, 239, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(249, 244, 239, 0.5);
}

.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
	color: #000000;
	background-color: #F7F5F2;
	border-color: #F7F5F2;
}

.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(249, 244, 239, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(249, 244, 239, 0.5);
}

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

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

.btn-outline-success:hover {
	color: #ffffff;
	background-color: #198754;
	border-color: #198754;
}

.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
	color: #ffffff;
	background-color: #198754;
	border-color: #198754;
}

.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

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

.btn-outline-info {
	color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-outline-info:hover {
	color: #000000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
	color: #000000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
	color: #0dcaf0;
	background-color: transparent;
}

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

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

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

.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
	color: #000000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

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

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

.btn-outline-danger:hover {
	color: #ffffff;
	background-color: #d50032;
	border-color: #d50032;
}

.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(213, 0, 50, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(213, 0, 50, 0.5);
}

.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
	color: #ffffff;
	background-color: #d50032;
	border-color: #d50032;
}

.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(213, 0, 50, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(213, 0, 50, 0.5);
}

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

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

.btn-outline-light:hover {
	color: #000000;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}

.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(245, 245, 245, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(245, 245, 245, 0.5);
}

.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
	color: #000000;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}

.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(245, 245, 245, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(245, 245, 245, 0.5);
}

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

.btn-outline-dark,
.pagination ul.pagination .page-link.prev,
.pagination ul.pagination .page-link.next,
.cart-dropdown p.woocommerce-mini-cart__buttons a:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button[name="apply_coupon"],
.woocommerce-account .woocommerce-MyAccount-navigation .navbar-toggler,
.woocommerce-account .woocommerce-MyAccount-greeting span:last-of-type a,
.woocommerce-account table.woocommerce-MyAccount-orders a.button,
.woocommerce-account .woocommerce-MyAccount-paymentMethods .button.delete {
	color: #1b1c1d;
	border-color: #1b1c1d;
}

.btn-outline-dark:hover,
.pagination ul.pagination .page-link.prev:hover,
.pagination ul.pagination .page-link.next:hover,
.cart-dropdown p.woocommerce-mini-cart__buttons a:hover:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button:hover[name="apply_coupon"],
.woocommerce-account .woocommerce-MyAccount-navigation .navbar-toggler:hover,
.woocommerce-account .woocommerce-MyAccount-greeting span:last-of-type a:hover,
.woocommerce-account table.woocommerce-MyAccount-orders a.button:hover,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.button.delete:hover {
	color: #ffffff;
	background-color: #1b1c1d;
	border-color: #1b1c1d;
}

.btn-check:focus + .btn-outline-dark,
.pagination ul.pagination .btn-check:focus + .page-link.prev,
.pagination ul.pagination .btn-check:focus + .page-link.next,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.btn-check:focus
	+ a:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	.btn-check:focus
	+ button[name="apply_coupon"],
.woocommerce-account
	.woocommerce-MyAccount-navigation
	.btn-check:focus
	+ .navbar-toggler,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	.btn-check:focus
	+ a,
.woocommerce-account
	table.woocommerce-MyAccount-orders
	.btn-check:focus
	+ a.button,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.btn-check:focus
	+ .button.delete,
.btn-outline-dark:focus,
.pagination ul.pagination .page-link.prev:focus,
.pagination ul.pagination .page-link.next:focus,
.cart-dropdown p.woocommerce-mini-cart__buttons a:focus:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button:focus[name="apply_coupon"],
.woocommerce-account .woocommerce-MyAccount-navigation .navbar-toggler:focus,
.woocommerce-account .woocommerce-MyAccount-greeting span:last-of-type a:focus,
.woocommerce-account table.woocommerce-MyAccount-orders a.button:focus,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.button.delete:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(27, 28, 29, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(27, 28, 29, 0.5);
}

.btn-check:checked + .btn-outline-dark,
.pagination ul.pagination .btn-check:checked + .page-link.prev,
.pagination ul.pagination .btn-check:checked + .page-link.next,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.btn-check:checked
	+ a:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	.btn-check:checked
	+ button[name="apply_coupon"],
.woocommerce-account
	.woocommerce-MyAccount-navigation
	.btn-check:checked
	+ .navbar-toggler,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	.btn-check:checked
	+ a,
.woocommerce-account
	table.woocommerce-MyAccount-orders
	.btn-check:checked
	+ a.button,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.btn-check:checked
	+ .button.delete,
.btn-check:active + .btn-outline-dark,
.pagination ul.pagination .btn-check:active + .page-link.prev,
.pagination ul.pagination .btn-check:active + .page-link.next,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.btn-check:active
	+ a:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	.btn-check:active
	+ button[name="apply_coupon"],
.woocommerce-account
	.woocommerce-MyAccount-navigation
	.btn-check:active
	+ .navbar-toggler,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	.btn-check:active
	+ a,
.woocommerce-account
	table.woocommerce-MyAccount-orders
	.btn-check:active
	+ a.button,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.btn-check:active
	+ .button.delete,
.btn-outline-dark:active,
.pagination ul.pagination .page-link.prev:active,
.pagination ul.pagination .page-link.next:active,
.cart-dropdown p.woocommerce-mini-cart__buttons a:active:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button:active[name="apply_coupon"],
.woocommerce-account .woocommerce-MyAccount-navigation .navbar-toggler:active,
.woocommerce-account .woocommerce-MyAccount-greeting span:last-of-type a:active,
.woocommerce-account table.woocommerce-MyAccount-orders a.button:active,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.button.delete:active,
.btn-outline-dark.active,
.pagination ul.pagination .active.page-link.prev,
.pagination ul.pagination .active.page-link.next,
.cart-dropdown p.woocommerce-mini-cart__buttons a.active:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button.active[name="apply_coupon"],
.woocommerce-account .woocommerce-MyAccount-navigation .active.navbar-toggler,
.woocommerce-account .woocommerce-MyAccount-greeting span:last-of-type a.active,
.woocommerce-account table.woocommerce-MyAccount-orders a.active.button,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.active.button.delete,
.btn-outline-dark.dropdown-toggle.show,
.pagination ul.pagination .dropdown-toggle.show.page-link.prev,
.pagination ul.pagination .dropdown-toggle.show.page-link.next,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	a.dropdown-toggle.show:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button.dropdown-toggle.show[name="apply_coupon"],
.woocommerce-account
	.woocommerce-MyAccount-navigation
	.dropdown-toggle.show.navbar-toggler,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	a.dropdown-toggle.show,
.woocommerce-account
	table.woocommerce-MyAccount-orders
	a.dropdown-toggle.show.button,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.dropdown-toggle.show.button.delete {
	color: #ffffff;
	background-color: #1b1c1d;
	border-color: #1b1c1d;
}

.btn-check:checked + .btn-outline-dark:focus,
.pagination ul.pagination .btn-check:checked + .page-link.prev:focus,
.pagination ul.pagination .btn-check:checked + .page-link.next:focus,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.btn-check:checked
	+ a:focus:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	.btn-check:checked
	+ button:focus[name="apply_coupon"],
.woocommerce-account
	.woocommerce-MyAccount-navigation
	.btn-check:checked
	+ .navbar-toggler:focus,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	.btn-check:checked
	+ a:focus,
.woocommerce-account
	table.woocommerce-MyAccount-orders
	.btn-check:checked
	+ a.button:focus,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.btn-check:checked
	+ .button.delete:focus,
.btn-check:active + .btn-outline-dark:focus,
.pagination ul.pagination .btn-check:active + .page-link.prev:focus,
.pagination ul.pagination .btn-check:active + .page-link.next:focus,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.btn-check:active
	+ a:focus:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	.btn-check:active
	+ button:focus[name="apply_coupon"],
.woocommerce-account
	.woocommerce-MyAccount-navigation
	.btn-check:active
	+ .navbar-toggler:focus,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	.btn-check:active
	+ a:focus,
.woocommerce-account
	table.woocommerce-MyAccount-orders
	.btn-check:active
	+ a.button:focus,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.btn-check:active
	+ .button.delete:focus,
.btn-outline-dark:active:focus,
.pagination ul.pagination .page-link.prev:active:focus,
.pagination ul.pagination .page-link.next:active:focus,
.cart-dropdown p.woocommerce-mini-cart__buttons a:active:focus:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button:active:focus[name="apply_coupon"],
.woocommerce-account
	.woocommerce-MyAccount-navigation
	.navbar-toggler:active:focus,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	a:active:focus,
.woocommerce-account table.woocommerce-MyAccount-orders a.button:active:focus,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.button.delete:active:focus,
.btn-outline-dark.active:focus,
.pagination ul.pagination .active.page-link.prev:focus,
.pagination ul.pagination .active.page-link.next:focus,
.cart-dropdown p.woocommerce-mini-cart__buttons a.active:focus:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button.active:focus[name="apply_coupon"],
.woocommerce-account
	.woocommerce-MyAccount-navigation
	.active.navbar-toggler:focus,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	a.active:focus,
.woocommerce-account table.woocommerce-MyAccount-orders a.active.button:focus,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.active.button.delete:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.pagination ul.pagination .dropdown-toggle.show.page-link.prev:focus,
.pagination ul.pagination .dropdown-toggle.show.page-link.next:focus,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	a.dropdown-toggle.show:focus:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button.dropdown-toggle.show:focus[name="apply_coupon"],
.woocommerce-account
	.woocommerce-MyAccount-navigation
	.dropdown-toggle.show.navbar-toggler:focus,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	a.dropdown-toggle.show:focus,
.woocommerce-account
	table.woocommerce-MyAccount-orders
	a.dropdown-toggle.show.button:focus,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.dropdown-toggle.show.button.delete:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(27, 28, 29, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(27, 28, 29, 0.5);
}

.btn-outline-dark:disabled,
.pagination ul.pagination .page-link.prev:disabled,
.pagination ul.pagination .page-link.next:disabled,
.cart-dropdown p.woocommerce-mini-cart__buttons a:disabled:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button:disabled[name="apply_coupon"],
.woocommerce-account .woocommerce-MyAccount-navigation .navbar-toggler:disabled,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	a:disabled,
.woocommerce-account table.woocommerce-MyAccount-orders a.button:disabled,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.button.delete:disabled,
.btn-outline-dark.disabled,
.pagination ul.pagination .disabled.page-link.prev,
.pagination ul.pagination .disabled.page-link.next,
.cart-dropdown p.woocommerce-mini-cart__buttons a.disabled:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button.disabled[name="apply_coupon"],
.woocommerce-account .woocommerce-MyAccount-navigation .disabled.navbar-toggler,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	a.disabled,
.woocommerce-account table.woocommerce-MyAccount-orders a.disabled.button,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.disabled.button.delete {
	color: #1b1c1d;
	background-color: transparent;
}

.btn-link {
	font-weight: 400;
	color: #C9A96E ;
	text-decoration: underline;
}

.btn-link:hover {
	color: #965a36;
}

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

.btn-lg {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 0.3rem;
}

.btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
}

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

@media (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;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

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

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

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
	color: #C9A96E ;
	text-decoration: none;
	-webkit-transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out;
	transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out;
}

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

.nav-link:hover,
.nav-link:focus {
	color: #965a36;
}

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

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

.nav-tabs .nav-link {
	margin-bottom: -1px;
	background: none;
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

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

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

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

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

.nav-pills .nav-link {
	background: none;
	border: 0;
	border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #ffffff;
	background-color: #C9A96E ;
}

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

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

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

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

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

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

.navbar > .container,
.woocommerce-account .navbar > form.woocommerce-ResetPassword,
.navbar > .container-fluid,
.navbar > .container-sm,
.woocommerce-account .navbar > .entry-header,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: inherit;
	flex-wrap: inherit;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-brand {
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap;
}

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

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

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

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

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

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.625rem;
	-webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
	transition: -webkit-box-shadow 0.15s ease-in-out;
	transition: box-shadow 0.15s ease-in-out;
	transition:
		box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}

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

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

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem;
	box-shadow: 0 0 0 0.25rem;
}

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

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

@media (min-width: 576px) {
	.navbar-expand-sm {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-sm .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-md .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-xl .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

@media (min-width: 1400px) {
	.navbar-expand-xxl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-xxl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-xxl .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-xxl .navbar-toggler {
		display: none;
	}
}

.navbar-expand {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

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

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

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

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

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

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

.navbar-light .navbar-brand {
	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.55);
}

.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 .nav-link.active {
	color: rgba(0, 0, 0, 0.9);
}

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

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

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

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

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

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

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

.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 .nav-link.active {
	color: #ffffff;
}

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

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

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

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

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

.page-link {
	position: relative;
	display: block;
	color: #C9A96E ;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dee2e6;
	-webkit-transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}

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

.page-link:hover {
	z-index: 2;
	color: #965a36;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 3;
	color: #965a36;
	background-color: #e9ecef;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(201, 169, 110, 0.25);
	box-shadow: 0 0 0 0.25rem rgba(201, 169, 110, 0.25);
}

.page-item:not(:first-child) .page-link {
	margin-left: -1px;
}

.page-item.active .page-link {
	z-index: 3;
	color: #ffffff;
	background-color: #C9A96E ;
	border-color: #C9A96E ;
}

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

.page-link {
	padding: 0.375rem 0.75rem;
}

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

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

.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
}

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

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

.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
}

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

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

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.float-start {
	float: left !important;
}

.float-end {
	float: right !important;
}

.float-none {
	float: none !important;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-visible {
	overflow: visible !important;
}

.overflow-scroll {
	overflow: scroll !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-grid {
	display: grid !important;
}

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

.d-none {
	display: none !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-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-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;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: sticky !important;
}

.top-0 {
	top: 0 !important;
}

.top-50 {
	top: 50% !important;
}

.top-100 {
	top: 100% !important;
}

.bottom-0 {
	bottom: 0 !important;
}

.bottom-50 {
	bottom: 50% !important;
}

.bottom-100 {
	bottom: 100% !important;
}

.start-0 {
	left: 0 !important;
}

.start-50 {
	left: 50% !important;
}

.start-100 {
	left: 100% !important;
}

.end-0 {
	right: 0 !important;
}

.end-50 {
	right: 50% !important;
}

.end-100 {
	right: 100% !important;
}

.translate-middle {
	-webkit-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}

.translate-middle-y {
	-webkit-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-end {
	border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
	border-right: 0 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-start {
	border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #C9A96E  !important;
}

.border-secondary {
	border-color: #F7F5F2 !important;
}

.border-success {
	border-color: #198754 !important;
}

.border-info {
	border-color: #0dcaf0 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #d50032 !important;
}

.border-light {
	border-color: #f5f5f5 !important;
}

.border-dark {
	border-color: #1b1c1d !important;
}

.border-white {
	border-color: #ffffff !important;
}

.border-1 {
	border-width: 1px !important;
}

.border-2 {
	border-width: 2px !important;
}

.border-3 {
	border-width: 3px !important;
}

.border-4 {
	border-width: 4px !important;
}

.border-5 {
	border-width: 5px !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.vw-100 {
	width: 100vw !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mh-100 {
	max-height: 100% !important;
}

.vh-100 {
	height: 100vh !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

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

.gap-0 {
	gap: 0 !important;
}

.gap-1 {
	gap: 1rem !important;
}

.gap-2 {
	gap: 2rem !important;
}

.gap-3 {
	gap: 3rem !important;
}

.gap-4 {
	gap: 4rem !important;
}

.gap-5 {
	gap: 5rem !important;
}

.gap-6 {
	gap: 6rem !important;
}

.gap-7 {
	gap: 7rem !important;
}

.gap-8 {
	gap: 8rem !important;
}

.gap-9 {
	gap: 9rem !important;
}

.gap-10 {
	gap: 10rem !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;
}

.justify-content-evenly {
	-webkit-box-pack: space-evenly !important;
	-ms-flex-pack: space-evenly !important;
	justify-content: space-evenly !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

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

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

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

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

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

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

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

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

.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: 1rem !important;
}

.m-2 {
	margin: 2rem !important;
}

.m-3 {
	margin: 3rem !important;
}

.m-4 {
	margin: 4rem !important;
}

.m-5 {
	margin: 5rem !important;
}

.m-6 {
	margin: 6rem !important;
}

.m-7 {
	margin: 7rem !important;
}

.m-8 {
	margin: 8rem !important;
}

.m-9 {
	margin: 9rem !important;
}

.m-10 {
	margin: 10rem !important;
}

.m-auto {
	margin: auto !important;
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-1 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.mx-2 {
	margin-right: 2rem !important;
	margin-left: 2rem !important;
}

.mx-3 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.mx-4 {
	margin-right: 4rem !important;
	margin-left: 4rem !important;
}

.mx-5 {
	margin-right: 5rem !important;
	margin-left: 5rem !important;
}

.mx-6 {
	margin-right: 6rem !important;
	margin-left: 6rem !important;
}

.mx-7 {
	margin-right: 7rem !important;
	margin-left: 7rem !important;
}

.mx-8 {
	margin-right: 8rem !important;
	margin-left: 8rem !important;
}

.mx-9 {
	margin-right: 9rem !important;
	margin-left: 9rem !important;
}

.mx-10 {
	margin-right: 10rem !important;
	margin-left: 10rem !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-1 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-2 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}

.my-3 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-4 {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important;
}

.my-5 {
	margin-top: 5rem !important;
	margin-bottom: 5rem !important;
}

.my-6 {
	margin-top: 6rem !important;
	margin-bottom: 6rem !important;
}

.my-7 {
	margin-top: 7rem !important;
	margin-bottom: 7rem !important;
}

.my-8 {
	margin-top: 8rem !important;
	margin-bottom: 8rem !important;
}

.my-9 {
	margin-top: 9rem !important;
	margin-bottom: 9rem !important;
}

.my-10 {
	margin-top: 10rem !important;
	margin-bottom: 10rem !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 1rem !important;
}

.mt-2 {
	margin-top: 2rem !important;
}

.mt-3 {
	margin-top: 3rem !important;
}

.mt-4 {
	margin-top: 4rem !important;
}

.mt-5 {
	margin-top: 5rem !important;
}

.mt-6 {
	margin-top: 6rem !important;
}

.mt-7 {
	margin-top: 7rem !important;
}

.mt-8 {
	margin-top: 8rem !important;
}

.mt-9 {
	margin-top: 9rem !important;
}

.mt-10 {
	margin-top: 10rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.me-0 {
	margin-right: 0 !important;
}

.me-1 {
	margin-right: 1rem !important;
}

.me-2 {
	margin-right: 2rem !important;
}

.me-3 {
	margin-right: 3rem !important;
}

.me-4 {
	margin-right: 4rem !important;
}

.me-5 {
	margin-right: 5rem !important;
}

.me-6 {
	margin-right: 6rem !important;
}

.me-7 {
	margin-right: 7rem !important;
}

.me-8 {
	margin-right: 8rem !important;
}

.me-9 {
	margin-right: 9rem !important;
}

.me-10 {
	margin-right: 10rem !important;
}

.me-auto {
	margin-right: auto !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 1rem !important;
}

.mb-2 {
	margin-bottom: 2rem !important;
}

.mb-3 {
	margin-bottom: 3rem !important;
}

.mb-4 {
	margin-bottom: 4rem !important;
}

.mb-5 {
	margin-bottom: 5rem !important;
}

.mb-6 {
	margin-bottom: 6rem !important;
}

.mb-7 {
	margin-bottom: 7rem !important;
}

.mb-8 {
	margin-bottom: 8rem !important;
}

.mb-9 {
	margin-bottom: 9rem !important;
}

.mb-10 {
	margin-bottom: 10rem !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ms-0 {
	margin-left: 0 !important;
}

.ms-1 {
	margin-left: 1rem !important;
}

.ms-2 {
	margin-left: 2rem !important;
}

.ms-3 {
	margin-left: 3rem !important;
}

.ms-4 {
	margin-left: 4rem !important;
}

.ms-5 {
	margin-left: 5rem !important;
}

.ms-6 {
	margin-left: 6rem !important;
}

.ms-7 {
	margin-left: 7rem !important;
}

.ms-8 {
	margin-left: 8rem !important;
}

.ms-9 {
	margin-left: 9rem !important;
}

.ms-10 {
	margin-left: 10rem !important;
}

.ms-auto {
	margin-left: auto !important;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: 1rem !important;
}

.p-2 {
	padding: 2rem !important;
}

.p-3 {
	padding: 3rem !important;
}

.p-4 {
	padding: 4rem !important;
}

.p-5 {
	padding: 5rem !important;
}

.p-6 {
	padding: 6rem !important;
}

.p-7 {
	padding: 7rem !important;
}

.p-8 {
	padding: 8rem !important;
}

.p-9 {
	padding: 9rem !important;
}

.p-10 {
	padding: 10rem !important;
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.px-1 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.px-2 {
	padding-right: 2rem !important;
	padding-left: 2rem !important;
}

.px-3 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.px-4 {
	padding-right: 4rem !important;
	padding-left: 4rem !important;
}

.px-5 {
	padding-right: 5rem !important;
	padding-left: 5rem !important;
}

.px-6 {
	padding-right: 6rem !important;
	padding-left: 6rem !important;
}

.px-7 {
	padding-right: 7rem !important;
	padding-left: 7rem !important;
}

.px-8 {
	padding-right: 8rem !important;
	padding-left: 8rem !important;
}

.px-9 {
	padding-right: 9rem !important;
	padding-left: 9rem !important;
}

.px-10 {
	padding-right: 10rem !important;
	padding-left: 10rem !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-1 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-2 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

.py-3 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.py-4 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}

.py-5 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

.py-6 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}

.py-7 {
	padding-top: 7rem !important;
	padding-bottom: 7rem !important;
}

.py-8 {
	padding-top: 8rem !important;
	padding-bottom: 8rem !important;
}

.py-9 {
	padding-top: 9rem !important;
	padding-bottom: 9rem !important;
}

.py-10 {
	padding-top: 10rem !important;
	padding-bottom: 10rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-1 {
	padding-top: 1rem !important;
}

.pt-2 {
	padding-top: 2rem !important;
}

.pt-3 {
	padding-top: 3rem !important;
}

.pt-4 {
	padding-top: 4rem !important;
}

.pt-5 {
	padding-top: 5rem !important;
}

.pt-6 {
	padding-top: 6rem !important;
}

.pt-7 {
	padding-top: 7rem !important;
}

.pt-8 {
	padding-top: 8rem !important;
}

.pt-9 {
	padding-top: 9rem !important;
}

.pt-10 {
	padding-top: 10rem !important;
}

.pe-0 {
	padding-right: 0 !important;
}

.pe-1 {
	padding-right: 1rem !important;
}

.pe-2 {
	padding-right: 2rem !important;
}

.pe-3 {
	padding-right: 3rem !important;
}

.pe-4 {
	padding-right: 4rem !important;
}

.pe-5 {
	padding-right: 5rem !important;
}

.pe-6 {
	padding-right: 6rem !important;
}

.pe-7 {
	padding-right: 7rem !important;
}

.pe-8 {
	padding-right: 8rem !important;
}

.pe-9 {
	padding-right: 9rem !important;
}

.pe-10 {
	padding-right: 10rem !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-1 {
	padding-bottom: 1rem !important;
}

.pb-2 {
	padding-bottom: 2rem !important;
}

.pb-3 {
	padding-bottom: 3rem !important;
}

.pb-4 {
	padding-bottom: 4rem !important;
}

.pb-5 {
	padding-bottom: 5rem !important;
}

.pb-6 {
	padding-bottom: 6rem !important;
}

.pb-7 {
	padding-bottom: 7rem !important;
}

.pb-8 {
	padding-bottom: 8rem !important;
}

.pb-9 {
	padding-bottom: 9rem !important;
}

.pb-10 {
	padding-bottom: 10rem !important;
}

.ps-0 {
	padding-left: 0 !important;
}

.ps-1 {
	padding-left: 1rem !important;
}

.ps-2 {
	padding-left: 2rem !important;
}

.ps-3 {
	padding-left: 3rem !important;
}

.ps-4 {
	padding-left: 4rem !important;
}

.ps-5 {
	padding-left: 5rem !important;
}

.ps-6 {
	padding-left: 6rem !important;
}

.ps-7 {
	padding-left: 7rem !important;
}

.ps-8 {
	padding-left: 8rem !important;
}

.ps-9 {
	padding-left: 9rem !important;
}

.ps-10 {
	padding-left: 10rem !important;
}

.font-monospace {
	font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
	font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
	font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
	font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
	font-size: 1.25rem !important;
}

.fs-6 {
	font-size: 1rem !important;
}

.fst-italic {
	font-style: italic !important;
}

.fst-normal {
	font-style: normal !important;
}

.fw-light {
	font-weight: 300 !important;
}

.fw-lighter {
	font-weight: lighter !important;
}

.fw-normal {
	font-weight: 400 !important;
}

.fw-bold {
	font-weight: 700 !important;
}

.fw-bolder {
	font-weight: bolder !important;
}

.lh-1 {
	line-height: 1 !important;
}

.lh-sm {
	line-height: 1.25 !important;
}

.lh-base {
	line-height: 1.5 !important;
}

.lh-lg {
	line-height: 2 !important;
}

.text-start {
	text-align: left !important;
}

.text-end {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-decoration-underline {
	text-decoration: underline !important;
}

.text-decoration-line-through {
	text-decoration: line-through !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
	color: #C9A96E  !important;
}

.text-secondary {
	color: #F7F5F2 !important;
}

.text-success {
	color: #198754 !important;
}

.text-info {
	color: #0dcaf0 !important;
}

.text-warning {
	color: #ffc107 !important;
}

.text-danger {
	color: #d50032 !important;
}

.text-light {
	color: #f5f5f5 !important;
}

.text-dark {
	color: #1b1c1d !important;
}

.text-white {
	color: #ffffff !important;
}

.text-body {
	color: #212529 !important;
}

.text-muted {
	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-reset {
	color: inherit !important;
}

.bg-primary {
	background-color: #C9A96E  !important;
}

.bg-secondary {
	background-color: #F7F5F2 !important;
}

.bg-success {
	background-color: #198754 !important;
}

.bg-info {
	background-color: #0dcaf0 !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

.bg-danger {
	background-color: #d50032 !important;
}

.bg-light {
	background-color: #f5f5f5 !important;
}

.bg-dark {
	background-color: #1b1c1d !important;
}

.bg-body {
	background-color: #ffffff !important;
}

.bg-white {
	background-color: #ffffff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.bg-gradient {
	background-image: var(--bs-gradient) !important;
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	-ms-user-select: all !important;
	user-select: all !important;
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important;
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

.pe-none {
	pointer-events: none !important;
}

.pe-auto {
	pointer-events: auto !important;
}

.rounded {
	border-radius: 0.25rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.rounded-1 {
	border-radius: 0.2rem !important;
}

.rounded-2 {
	border-radius: 0.25rem !important;
}

.rounded-3 {
	border-radius: 0.3rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.rounded-end {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
	border-bottom-left-radius: 0.25rem !important;
	border-top-left-radius: 0.25rem !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media (min-width: 576px) {
	.float-sm-start {
		float: left !important;
	}
	.float-sm-end {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-grid {
		display: grid !important;
	}
	.d-sm-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;
	}
	.d-sm-none {
		display: none !important;
	}
	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.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;
	}
	.gap-sm-0 {
		gap: 0 !important;
	}
	.gap-sm-1 {
		gap: 1rem !important;
	}
	.gap-sm-2 {
		gap: 2rem !important;
	}
	.gap-sm-3 {
		gap: 3rem !important;
	}
	.gap-sm-4 {
		gap: 4rem !important;
	}
	.gap-sm-5 {
		gap: 5rem !important;
	}
	.gap-sm-6 {
		gap: 6rem !important;
	}
	.gap-sm-7 {
		gap: 7rem !important;
	}
	.gap-sm-8 {
		gap: 8rem !important;
	}
	.gap-sm-9 {
		gap: 9rem !important;
	}
	.gap-sm-10 {
		gap: 10rem !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;
	}
	.justify-content-sm-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}
	.m-sm-0 {
		margin: 0 !important;
	}
	.m-sm-1 {
		margin: 1rem !important;
	}
	.m-sm-2 {
		margin: 2rem !important;
	}
	.m-sm-3 {
		margin: 3rem !important;
	}
	.m-sm-4 {
		margin: 4rem !important;
	}
	.m-sm-5 {
		margin: 5rem !important;
	}
	.m-sm-6 {
		margin: 6rem !important;
	}
	.m-sm-7 {
		margin: 7rem !important;
	}
	.m-sm-8 {
		margin: 8rem !important;
	}
	.m-sm-9 {
		margin: 9rem !important;
	}
	.m-sm-10 {
		margin: 10rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-sm-1 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-sm-2 {
		margin-right: 2rem !important;
		margin-left: 2rem !important;
	}
	.mx-sm-3 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-sm-4 {
		margin-right: 4rem !important;
		margin-left: 4rem !important;
	}
	.mx-sm-5 {
		margin-right: 5rem !important;
		margin-left: 5rem !important;
	}
	.mx-sm-6 {
		margin-right: 6rem !important;
		margin-left: 6rem !important;
	}
	.mx-sm-7 {
		margin-right: 7rem !important;
		margin-left: 7rem !important;
	}
	.mx-sm-8 {
		margin-right: 8rem !important;
		margin-left: 8rem !important;
	}
	.mx-sm-9 {
		margin-right: 9rem !important;
		margin-left: 9rem !important;
	}
	.mx-sm-10 {
		margin-right: 10rem !important;
		margin-left: 10rem !important;
	}
	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-sm-1 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-sm-2 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}
	.my-sm-3 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-sm-4 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}
	.my-sm-5 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}
	.my-sm-6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important;
	}
	.my-sm-7 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important;
	}
	.my-sm-8 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important;
	}
	.my-sm-9 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important;
	}
	.my-sm-10 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important;
	}
	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	.mt-sm-1 {
		margin-top: 1rem !important;
	}
	.mt-sm-2 {
		margin-top: 2rem !important;
	}
	.mt-sm-3 {
		margin-top: 3rem !important;
	}
	.mt-sm-4 {
		margin-top: 4rem !important;
	}
	.mt-sm-5 {
		margin-top: 5rem !important;
	}
	.mt-sm-6 {
		margin-top: 6rem !important;
	}
	.mt-sm-7 {
		margin-top: 7rem !important;
	}
	.mt-sm-8 {
		margin-top: 8rem !important;
	}
	.mt-sm-9 {
		margin-top: 9rem !important;
	}
	.mt-sm-10 {
		margin-top: 10rem !important;
	}
	.mt-sm-auto {
		margin-top: auto !important;
	}
	.me-sm-0 {
		margin-right: 0 !important;
	}
	.me-sm-1 {
		margin-right: 1rem !important;
	}
	.me-sm-2 {
		margin-right: 2rem !important;
	}
	.me-sm-3 {
		margin-right: 3rem !important;
	}
	.me-sm-4 {
		margin-right: 4rem !important;
	}
	.me-sm-5 {
		margin-right: 5rem !important;
	}
	.me-sm-6 {
		margin-right: 6rem !important;
	}
	.me-sm-7 {
		margin-right: 7rem !important;
	}
	.me-sm-8 {
		margin-right: 8rem !important;
	}
	.me-sm-9 {
		margin-right: 9rem !important;
	}
	.me-sm-10 {
		margin-right: 10rem !important;
	}
	.me-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	.mb-sm-1 {
		margin-bottom: 1rem !important;
	}
	.mb-sm-2 {
		margin-bottom: 2rem !important;
	}
	.mb-sm-3 {
		margin-bottom: 3rem !important;
	}
	.mb-sm-4 {
		margin-bottom: 4rem !important;
	}
	.mb-sm-5 {
		margin-bottom: 5rem !important;
	}
	.mb-sm-6 {
		margin-bottom: 6rem !important;
	}
	.mb-sm-7 {
		margin-bottom: 7rem !important;
	}
	.mb-sm-8 {
		margin-bottom: 8rem !important;
	}
	.mb-sm-9 {
		margin-bottom: 9rem !important;
	}
	.mb-sm-10 {
		margin-bottom: 10rem !important;
	}
	.mb-sm-auto {
		margin-bottom: auto !important;
	}
	.ms-sm-0 {
		margin-left: 0 !important;
	}
	.ms-sm-1 {
		margin-left: 1rem !important;
	}
	.ms-sm-2 {
		margin-left: 2rem !important;
	}
	.ms-sm-3 {
		margin-left: 3rem !important;
	}
	.ms-sm-4 {
		margin-left: 4rem !important;
	}
	.ms-sm-5 {
		margin-left: 5rem !important;
	}
	.ms-sm-6 {
		margin-left: 6rem !important;
	}
	.ms-sm-7 {
		margin-left: 7rem !important;
	}
	.ms-sm-8 {
		margin-left: 8rem !important;
	}
	.ms-sm-9 {
		margin-left: 9rem !important;
	}
	.ms-sm-10 {
		margin-left: 10rem !important;
	}
	.ms-sm-auto {
		margin-left: auto !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.p-sm-1 {
		padding: 1rem !important;
	}
	.p-sm-2 {
		padding: 2rem !important;
	}
	.p-sm-3 {
		padding: 3rem !important;
	}
	.p-sm-4 {
		padding: 4rem !important;
	}
	.p-sm-5 {
		padding: 5rem !important;
	}
	.p-sm-6 {
		padding: 6rem !important;
	}
	.p-sm-7 {
		padding: 7rem !important;
	}
	.p-sm-8 {
		padding: 8rem !important;
	}
	.p-sm-9 {
		padding: 9rem !important;
	}
	.p-sm-10 {
		padding: 10rem !important;
	}
	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-sm-1 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-sm-2 {
		padding-right: 2rem !important;
		padding-left: 2rem !important;
	}
	.px-sm-3 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.px-sm-4 {
		padding-right: 4rem !important;
		padding-left: 4rem !important;
	}
	.px-sm-5 {
		padding-right: 5rem !important;
		padding-left: 5rem !important;
	}
	.px-sm-6 {
		padding-right: 6rem !important;
		padding-left: 6rem !important;
	}
	.px-sm-7 {
		padding-right: 7rem !important;
		padding-left: 7rem !important;
	}
	.px-sm-8 {
		padding-right: 8rem !important;
		padding-left: 8rem !important;
	}
	.px-sm-9 {
		padding-right: 9rem !important;
		padding-left: 9rem !important;
	}
	.px-sm-10 {
		padding-right: 10rem !important;
		padding-left: 10rem !important;
	}
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-sm-1 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-sm-2 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	.py-sm-3 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.py-sm-4 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}
	.py-sm-5 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
	.py-sm-6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
	.py-sm-7 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important;
	}
	.py-sm-8 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important;
	}
	.py-sm-9 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important;
	}
	.py-sm-10 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important;
	}
	.pt-sm-0 {
		padding-top: 0 !important;
	}
	.pt-sm-1 {
		padding-top: 1rem !important;
	}
	.pt-sm-2 {
		padding-top: 2rem !important;
	}
	.pt-sm-3 {
		padding-top: 3rem !important;
	}
	.pt-sm-4 {
		padding-top: 4rem !important;
	}
	.pt-sm-5 {
		padding-top: 5rem !important;
	}
	.pt-sm-6 {
		padding-top: 6rem !important;
	}
	.pt-sm-7 {
		padding-top: 7rem !important;
	}
	.pt-sm-8 {
		padding-top: 8rem !important;
	}
	.pt-sm-9 {
		padding-top: 9rem !important;
	}
	.pt-sm-10 {
		padding-top: 10rem !important;
	}
	.pe-sm-0 {
		padding-right: 0 !important;
	}
	.pe-sm-1 {
		padding-right: 1rem !important;
	}
	.pe-sm-2 {
		padding-right: 2rem !important;
	}
	.pe-sm-3 {
		padding-right: 3rem !important;
	}
	.pe-sm-4 {
		padding-right: 4rem !important;
	}
	.pe-sm-5 {
		padding-right: 5rem !important;
	}
	.pe-sm-6 {
		padding-right: 6rem !important;
	}
	.pe-sm-7 {
		padding-right: 7rem !important;
	}
	.pe-sm-8 {
		padding-right: 8rem !important;
	}
	.pe-sm-9 {
		padding-right: 9rem !important;
	}
	.pe-sm-10 {
		padding-right: 10rem !important;
	}
	.pb-sm-0 {
		padding-bottom: 0 !important;
	}
	.pb-sm-1 {
		padding-bottom: 1rem !important;
	}
	.pb-sm-2 {
		padding-bottom: 2rem !important;
	}
	.pb-sm-3 {
		padding-bottom: 3rem !important;
	}
	.pb-sm-4 {
		padding-bottom: 4rem !important;
	}
	.pb-sm-5 {
		padding-bottom: 5rem !important;
	}
	.pb-sm-6 {
		padding-bottom: 6rem !important;
	}
	.pb-sm-7 {
		padding-bottom: 7rem !important;
	}
	.pb-sm-8 {
		padding-bottom: 8rem !important;
	}
	.pb-sm-9 {
		padding-bottom: 9rem !important;
	}
	.pb-sm-10 {
		padding-bottom: 10rem !important;
	}
	.ps-sm-0 {
		padding-left: 0 !important;
	}
	.ps-sm-1 {
		padding-left: 1rem !important;
	}
	.ps-sm-2 {
		padding-left: 2rem !important;
	}
	.ps-sm-3 {
		padding-left: 3rem !important;
	}
	.ps-sm-4 {
		padding-left: 4rem !important;
	}
	.ps-sm-5 {
		padding-left: 5rem !important;
	}
	.ps-sm-6 {
		padding-left: 6rem !important;
	}
	.ps-sm-7 {
		padding-left: 7rem !important;
	}
	.ps-sm-8 {
		padding-left: 8rem !important;
	}
	.ps-sm-9 {
		padding-left: 9rem !important;
	}
	.ps-sm-10 {
		padding-left: 10rem !important;
	}
	.text-sm-start {
		text-align: left !important;
	}
	.text-sm-end {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.float-md-start {
		float: left !important;
	}
	.float-md-end {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-grid {
		display: grid !important;
	}
	.d-md-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;
	}
	.d-md-none {
		display: none !important;
	}
	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.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;
	}
	.gap-md-0 {
		gap: 0 !important;
	}
	.gap-md-1 {
		gap: 1rem !important;
	}
	.gap-md-2 {
		gap: 2rem !important;
	}
	.gap-md-3 {
		gap: 3rem !important;
	}
	.gap-md-4 {
		gap: 4rem !important;
	}
	.gap-md-5 {
		gap: 5rem !important;
	}
	.gap-md-6 {
		gap: 6rem !important;
	}
	.gap-md-7 {
		gap: 7rem !important;
	}
	.gap-md-8 {
		gap: 8rem !important;
	}
	.gap-md-9 {
		gap: 9rem !important;
	}
	.gap-md-10 {
		gap: 10rem !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;
	}
	.justify-content-md-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}
	.order-md-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}
	.m-md-0 {
		margin: 0 !important;
	}
	.m-md-1 {
		margin: 1rem !important;
	}
	.m-md-2 {
		margin: 2rem !important;
	}
	.m-md-3 {
		margin: 3rem !important;
	}
	.m-md-4 {
		margin: 4rem !important;
	}
	.m-md-5 {
		margin: 5rem !important;
	}
	.m-md-6 {
		margin: 6rem !important;
	}
	.m-md-7 {
		margin: 7rem !important;
	}
	.m-md-8 {
		margin: 8rem !important;
	}
	.m-md-9 {
		margin: 9rem !important;
	}
	.m-md-10 {
		margin: 10rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-md-1 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-md-2 {
		margin-right: 2rem !important;
		margin-left: 2rem !important;
	}
	.mx-md-3 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-md-4 {
		margin-right: 4rem !important;
		margin-left: 4rem !important;
	}
	.mx-md-5 {
		margin-right: 5rem !important;
		margin-left: 5rem !important;
	}
	.mx-md-6 {
		margin-right: 6rem !important;
		margin-left: 6rem !important;
	}
	.mx-md-7 {
		margin-right: 7rem !important;
		margin-left: 7rem !important;
	}
	.mx-md-8 {
		margin-right: 8rem !important;
		margin-left: 8rem !important;
	}
	.mx-md-9 {
		margin-right: 9rem !important;
		margin-left: 9rem !important;
	}
	.mx-md-10 {
		margin-right: 10rem !important;
		margin-left: 10rem !important;
	}
	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-md-1 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-md-2 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}
	.my-md-3 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-md-4 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}
	.my-md-5 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}
	.my-md-6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important;
	}
	.my-md-7 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important;
	}
	.my-md-8 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important;
	}
	.my-md-9 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important;
	}
	.my-md-10 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important;
	}
	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-md-0 {
		margin-top: 0 !important;
	}
	.mt-md-1 {
		margin-top: 1rem !important;
	}
	.mt-md-2 {
		margin-top: 2rem !important;
	}
	.mt-md-3 {
		margin-top: 3rem !important;
	}
	.mt-md-4 {
		margin-top: 4rem !important;
	}
	.mt-md-5 {
		margin-top: 5rem !important;
	}
	.mt-md-6 {
		margin-top: 6rem !important;
	}
	.mt-md-7 {
		margin-top: 7rem !important;
	}
	.mt-md-8 {
		margin-top: 8rem !important;
	}
	.mt-md-9 {
		margin-top: 9rem !important;
	}
	.mt-md-10 {
		margin-top: 10rem !important;
	}
	.mt-md-auto {
		margin-top: auto !important;
	}
	.me-md-0 {
		margin-right: 0 !important;
	}
	.me-md-1 {
		margin-right: 1rem !important;
	}
	.me-md-2 {
		margin-right: 2rem !important;
	}
	.me-md-3 {
		margin-right: 3rem !important;
	}
	.me-md-4 {
		margin-right: 4rem !important;
	}
	.me-md-5 {
		margin-right: 5rem !important;
	}
	.me-md-6 {
		margin-right: 6rem !important;
	}
	.me-md-7 {
		margin-right: 7rem !important;
	}
	.me-md-8 {
		margin-right: 8rem !important;
	}
	.me-md-9 {
		margin-right: 9rem !important;
	}
	.me-md-10 {
		margin-right: 10rem !important;
	}
	.me-md-auto {
		margin-right: auto !important;
	}
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
	.mb-md-1 {
		margin-bottom: 1rem !important;
	}
	.mb-md-2 {
		margin-bottom: 2rem !important;
	}
	.mb-md-3 {
		margin-bottom: 3rem !important;
	}
	.mb-md-4 {
		margin-bottom: 4rem !important;
	}
	.mb-md-5 {
		margin-bottom: 5rem !important;
	}
	.mb-md-6 {
		margin-bottom: 6rem !important;
	}
	.mb-md-7 {
		margin-bottom: 7rem !important;
	}
	.mb-md-8 {
		margin-bottom: 8rem !important;
	}
	.mb-md-9 {
		margin-bottom: 9rem !important;
	}
	.mb-md-10 {
		margin-bottom: 10rem !important;
	}
	.mb-md-auto {
		margin-bottom: auto !important;
	}
	.ms-md-0 {
		margin-left: 0 !important;
	}
	.ms-md-1 {
		margin-left: 1rem !important;
	}
	.ms-md-2 {
		margin-left: 2rem !important;
	}
	.ms-md-3 {
		margin-left: 3rem !important;
	}
	.ms-md-4 {
		margin-left: 4rem !important;
	}
	.ms-md-5 {
		margin-left: 5rem !important;
	}
	.ms-md-6 {
		margin-left: 6rem !important;
	}
	.ms-md-7 {
		margin-left: 7rem !important;
	}
	.ms-md-8 {
		margin-left: 8rem !important;
	}
	.ms-md-9 {
		margin-left: 9rem !important;
	}
	.ms-md-10 {
		margin-left: 10rem !important;
	}
	.ms-md-auto {
		margin-left: auto !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.p-md-1 {
		padding: 1rem !important;
	}
	.p-md-2 {
		padding: 2rem !important;
	}
	.p-md-3 {
		padding: 3rem !important;
	}
	.p-md-4 {
		padding: 4rem !important;
	}
	.p-md-5 {
		padding: 5rem !important;
	}
	.p-md-6 {
		padding: 6rem !important;
	}
	.p-md-7 {
		padding: 7rem !important;
	}
	.p-md-8 {
		padding: 8rem !important;
	}
	.p-md-9 {
		padding: 9rem !important;
	}
	.p-md-10 {
		padding: 10rem !important;
	}
	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-md-1 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-md-2 {
		padding-right: 2rem !important;
		padding-left: 2rem !important;
	}
	.px-md-3 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.px-md-4 {
		padding-right: 4rem !important;
		padding-left: 4rem !important;
	}
	.px-md-5 {
		padding-right: 5rem !important;
		padding-left: 5rem !important;
	}
	.px-md-6 {
		padding-right: 6rem !important;
		padding-left: 6rem !important;
	}
	.px-md-7 {
		padding-right: 7rem !important;
		padding-left: 7rem !important;
	}
	.px-md-8 {
		padding-right: 8rem !important;
		padding-left: 8rem !important;
	}
	.px-md-9 {
		padding-right: 9rem !important;
		padding-left: 9rem !important;
	}
	.px-md-10 {
		padding-right: 10rem !important;
		padding-left: 10rem !important;
	}
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-md-1 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-md-2 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	.py-md-3 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.py-md-4 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}
	.py-md-5 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
	.py-md-6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
	.py-md-7 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important;
	}
	.py-md-8 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important;
	}
	.py-md-9 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important;
	}
	.py-md-10 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important;
	}
	.pt-md-0 {
		padding-top: 0 !important;
	}
	.pt-md-1 {
		padding-top: 1rem !important;
	}
	.pt-md-2 {
		padding-top: 2rem !important;
	}
	.pt-md-3 {
		padding-top: 3rem !important;
	}
	.pt-md-4 {
		padding-top: 4rem !important;
	}
	.pt-md-5 {
		padding-top: 5rem !important;
	}
	.pt-md-6 {
		padding-top: 6rem !important;
	}
	.pt-md-7 {
		padding-top: 7rem !important;
	}
	.pt-md-8 {
		padding-top: 8rem !important;
	}
	.pt-md-9 {
		padding-top: 9rem !important;
	}
	.pt-md-10 {
		padding-top: 10rem !important;
	}
	.pe-md-0 {
		padding-right: 0 !important;
	}
	.pe-md-1 {
		padding-right: 1rem !important;
	}
	.pe-md-2 {
		padding-right: 2rem !important;
	}
	.pe-md-3 {
		padding-right: 3rem !important;
	}
	.pe-md-4 {
		padding-right: 4rem !important;
	}
	.pe-md-5 {
		padding-right: 5rem !important;
	}
	.pe-md-6 {
		padding-right: 6rem !important;
	}
	.pe-md-7 {
		padding-right: 7rem !important;
	}
	.pe-md-8 {
		padding-right: 8rem !important;
	}
	.pe-md-9 {
		padding-right: 9rem !important;
	}
	.pe-md-10 {
		padding-right: 10rem !important;
	}
	.pb-md-0 {
		padding-bottom: 0 !important;
	}
	.pb-md-1 {
		padding-bottom: 1rem !important;
	}
	.pb-md-2 {
		padding-bottom: 2rem !important;
	}
	.pb-md-3 {
		padding-bottom: 3rem !important;
	}
	.pb-md-4 {
		padding-bottom: 4rem !important;
	}
	.pb-md-5 {
		padding-bottom: 5rem !important;
	}
	.pb-md-6 {
		padding-bottom: 6rem !important;
	}
	.pb-md-7 {
		padding-bottom: 7rem !important;
	}
	.pb-md-8 {
		padding-bottom: 8rem !important;
	}
	.pb-md-9 {
		padding-bottom: 9rem !important;
	}
	.pb-md-10 {
		padding-bottom: 10rem !important;
	}
	.ps-md-0 {
		padding-left: 0 !important;
	}
	.ps-md-1 {
		padding-left: 1rem !important;
	}
	.ps-md-2 {
		padding-left: 2rem !important;
	}
	.ps-md-3 {
		padding-left: 3rem !important;
	}
	.ps-md-4 {
		padding-left: 4rem !important;
	}
	.ps-md-5 {
		padding-left: 5rem !important;
	}
	.ps-md-6 {
		padding-left: 6rem !important;
	}
	.ps-md-7 {
		padding-left: 7rem !important;
	}
	.ps-md-8 {
		padding-left: 8rem !important;
	}
	.ps-md-9 {
		padding-left: 9rem !important;
	}
	.ps-md-10 {
		padding-left: 10rem !important;
	}
	.text-md-start {
		text-align: left !important;
	}
	.text-md-end {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.float-lg-start {
		float: left !important;
	}
	.float-lg-end {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-grid {
		display: grid !important;
	}
	.d-lg-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;
	}
	.d-lg-none {
		display: none !important;
	}
	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.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;
	}
	.gap-lg-0 {
		gap: 0 !important;
	}
	.gap-lg-1 {
		gap: 1rem !important;
	}
	.gap-lg-2 {
		gap: 2rem !important;
	}
	.gap-lg-3 {
		gap: 3rem !important;
	}
	.gap-lg-4 {
		gap: 4rem !important;
	}
	.gap-lg-5 {
		gap: 5rem !important;
	}
	.gap-lg-6 {
		gap: 6rem !important;
	}
	.gap-lg-7 {
		gap: 7rem !important;
	}
	.gap-lg-8 {
		gap: 8rem !important;
	}
	.gap-lg-9 {
		gap: 9rem !important;
	}
	.gap-lg-10 {
		gap: 10rem !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;
	}
	.justify-content-lg-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}
	.m-lg-0 {
		margin: 0 !important;
	}
	.m-lg-1 {
		margin: 1rem !important;
	}
	.m-lg-2 {
		margin: 2rem !important;
	}
	.m-lg-3 {
		margin: 3rem !important;
	}
	.m-lg-4 {
		margin: 4rem !important;
	}
	.m-lg-5 {
		margin: 5rem !important;
	}
	.m-lg-6 {
		margin: 6rem !important;
	}
	.m-lg-7 {
		margin: 7rem !important;
	}
	.m-lg-8 {
		margin: 8rem !important;
	}
	.m-lg-9 {
		margin: 9rem !important;
	}
	.m-lg-10 {
		margin: 10rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-lg-1 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-lg-2 {
		margin-right: 2rem !important;
		margin-left: 2rem !important;
	}
	.mx-lg-3 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-lg-4 {
		margin-right: 4rem !important;
		margin-left: 4rem !important;
	}
	.mx-lg-5 {
		margin-right: 5rem !important;
		margin-left: 5rem !important;
	}
	.mx-lg-6 {
		margin-right: 6rem !important;
		margin-left: 6rem !important;
	}
	.mx-lg-7 {
		margin-right: 7rem !important;
		margin-left: 7rem !important;
	}
	.mx-lg-8 {
		margin-right: 8rem !important;
		margin-left: 8rem !important;
	}
	.mx-lg-9 {
		margin-right: 9rem !important;
		margin-left: 9rem !important;
	}
	.mx-lg-10 {
		margin-right: 10rem !important;
		margin-left: 10rem !important;
	}
	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-lg-1 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-lg-2 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}
	.my-lg-3 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-lg-4 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}
	.my-lg-5 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}
	.my-lg-6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important;
	}
	.my-lg-7 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important;
	}
	.my-lg-8 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important;
	}
	.my-lg-9 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important;
	}
	.my-lg-10 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important;
	}
	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	.mt-lg-1 {
		margin-top: 1rem !important;
	}
	.mt-lg-2 {
		margin-top: 2rem !important;
	}
	.mt-lg-3 {
		margin-top: 3rem !important;
	}
	.mt-lg-4 {
		margin-top: 4rem !important;
	}
	.mt-lg-5 {
		margin-top: 5rem !important;
	}
	.mt-lg-6 {
		margin-top: 6rem !important;
	}
	.mt-lg-7 {
		margin-top: 7rem !important;
	}
	.mt-lg-8 {
		margin-top: 8rem !important;
	}
	.mt-lg-9 {
		margin-top: 9rem !important;
	}
	.mt-lg-10 {
		margin-top: 10rem !important;
	}
	.mt-lg-auto {
		margin-top: auto !important;
	}
	.me-lg-0 {
		margin-right: 0 !important;
	}
	.me-lg-1 {
		margin-right: 1rem !important;
	}
	.me-lg-2 {
		margin-right: 2rem !important;
	}
	.me-lg-3 {
		margin-right: 3rem !important;
	}
	.me-lg-4 {
		margin-right: 4rem !important;
	}
	.me-lg-5 {
		margin-right: 5rem !important;
	}
	.me-lg-6 {
		margin-right: 6rem !important;
	}
	.me-lg-7 {
		margin-right: 7rem !important;
	}
	.me-lg-8 {
		margin-right: 8rem !important;
	}
	.me-lg-9 {
		margin-right: 9rem !important;
	}
	.me-lg-10 {
		margin-right: 10rem !important;
	}
	.me-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	.mb-lg-1 {
		margin-bottom: 1rem !important;
	}
	.mb-lg-2 {
		margin-bottom: 2rem !important;
	}
	.mb-lg-3 {
		margin-bottom: 3rem !important;
	}
	.mb-lg-4 {
		margin-bottom: 4rem !important;
	}
	.mb-lg-5 {
		margin-bottom: 5rem !important;
	}
	.mb-lg-6 {
		margin-bottom: 6rem !important;
	}
	.mb-lg-7 {
		margin-bottom: 7rem !important;
	}
	.mb-lg-8 {
		margin-bottom: 8rem !important;
	}
	.mb-lg-9 {
		margin-bottom: 9rem !important;
	}
	.mb-lg-10 {
		margin-bottom: 10rem !important;
	}
	.mb-lg-auto {
		margin-bottom: auto !important;
	}
	.ms-lg-0 {
		margin-left: 0 !important;
	}
	.ms-lg-1 {
		margin-left: 1rem !important;
	}
	.ms-lg-2 {
		margin-left: 2rem !important;
	}
	.ms-lg-3 {
		margin-left: 3rem !important;
	}
	.ms-lg-4 {
		margin-left: 4rem !important;
	}
	.ms-lg-5 {
		margin-left: 5rem !important;
	}
	.ms-lg-6 {
		margin-left: 6rem !important;
	}
	.ms-lg-7 {
		margin-left: 7rem !important;
	}
	.ms-lg-8 {
		margin-left: 8rem !important;
	}
	.ms-lg-9 {
		margin-left: 9rem !important;
	}
	.ms-lg-10 {
		margin-left: 10rem !important;
	}
	.ms-lg-auto {
		margin-left: auto !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.p-lg-1 {
		padding: 1rem !important;
	}
	.p-lg-2 {
		padding: 2rem !important;
	}
	.p-lg-3 {
		padding: 3rem !important;
	}
	.p-lg-4 {
		padding: 4rem !important;
	}
	.p-lg-5 {
		padding: 5rem !important;
	}
	.p-lg-6 {
		padding: 6rem !important;
	}
	.p-lg-7 {
		padding: 7rem !important;
	}
	.p-lg-8 {
		padding: 8rem !important;
	}
	.p-lg-9 {
		padding: 9rem !important;
	}
	.p-lg-10 {
		padding: 10rem !important;
	}
	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-lg-1 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-lg-2 {
		padding-right: 2rem !important;
		padding-left: 2rem !important;
	}
	.px-lg-3 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.px-lg-4 {
		padding-right: 4rem !important;
		padding-left: 4rem !important;
	}
	.px-lg-5 {
		padding-right: 5rem !important;
		padding-left: 5rem !important;
	}
	.px-lg-6 {
		padding-right: 6rem !important;
		padding-left: 6rem !important;
	}
	.px-lg-7 {
		padding-right: 7rem !important;
		padding-left: 7rem !important;
	}
	.px-lg-8 {
		padding-right: 8rem !important;
		padding-left: 8rem !important;
	}
	.px-lg-9 {
		padding-right: 9rem !important;
		padding-left: 9rem !important;
	}
	.px-lg-10 {
		padding-right: 10rem !important;
		padding-left: 10rem !important;
	}
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-lg-1 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-lg-2 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	.py-lg-3 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.py-lg-4 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}
	.py-lg-5 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
	.py-lg-6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
	.py-lg-7 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important;
	}
	.py-lg-8 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important;
	}
	.py-lg-9 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important;
	}
	.py-lg-10 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important;
	}
	.pt-lg-0 {
		padding-top: 0 !important;
	}
	.pt-lg-1 {
		padding-top: 1rem !important;
	}
	.pt-lg-2 {
		padding-top: 2rem !important;
	}
	.pt-lg-3 {
		padding-top: 3rem !important;
	}
	.pt-lg-4 {
		padding-top: 4rem !important;
	}
	.pt-lg-5 {
		padding-top: 5rem !important;
	}
	.pt-lg-6 {
		padding-top: 6rem !important;
	}
	.pt-lg-7 {
		padding-top: 7rem !important;
	}
	.pt-lg-8 {
		padding-top: 8rem !important;
	}
	.pt-lg-9 {
		padding-top: 9rem !important;
	}
	.pt-lg-10 {
		padding-top: 10rem !important;
	}
	.pe-lg-0 {
		padding-right: 0 !important;
	}
	.pe-lg-1 {
		padding-right: 1rem !important;
	}
	.pe-lg-2 {
		padding-right: 2rem !important;
	}
	.pe-lg-3 {
		padding-right: 3rem !important;
	}
	.pe-lg-4 {
		padding-right: 4rem !important;
	}
	.pe-lg-5 {
		padding-right: 5rem !important;
	}
	.pe-lg-6 {
		padding-right: 6rem !important;
	}
	.pe-lg-7 {
		padding-right: 7rem !important;
	}
	.pe-lg-8 {
		padding-right: 8rem !important;
	}
	.pe-lg-9 {
		padding-right: 9rem !important;
	}
	.pe-lg-10 {
		padding-right: 10rem !important;
	}
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
	.pb-lg-1 {
		padding-bottom: 1rem !important;
	}
	.pb-lg-2 {
		padding-bottom: 2rem !important;
	}
	.pb-lg-3 {
		padding-bottom: 3rem !important;
	}
	.pb-lg-4 {
		padding-bottom: 4rem !important;
	}
	.pb-lg-5 {
		padding-bottom: 5rem !important;
	}
	.pb-lg-6 {
		padding-bottom: 6rem !important;
	}
	.pb-lg-7 {
		padding-bottom: 7rem !important;
	}
	.pb-lg-8 {
		padding-bottom: 8rem !important;
	}
	.pb-lg-9 {
		padding-bottom: 9rem !important;
	}
	.pb-lg-10 {
		padding-bottom: 10rem !important;
	}
	.ps-lg-0 {
		padding-left: 0 !important;
	}
	.ps-lg-1 {
		padding-left: 1rem !important;
	}
	.ps-lg-2 {
		padding-left: 2rem !important;
	}
	.ps-lg-3 {
		padding-left: 3rem !important;
	}
	.ps-lg-4 {
		padding-left: 4rem !important;
	}
	.ps-lg-5 {
		padding-left: 5rem !important;
	}
	.ps-lg-6 {
		padding-left: 6rem !important;
	}
	.ps-lg-7 {
		padding-left: 7rem !important;
	}
	.ps-lg-8 {
		padding-left: 8rem !important;
	}
	.ps-lg-9 {
		padding-left: 9rem !important;
	}
	.ps-lg-10 {
		padding-left: 10rem !important;
	}
	.text-lg-start {
		text-align: left !important;
	}
	.text-lg-end {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.float-xl-start {
		float: left !important;
	}
	.float-xl-end {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-grid {
		display: grid !important;
	}
	.d-xl-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;
	}
	.d-xl-none {
		display: none !important;
	}
	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.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;
	}
	.gap-xl-0 {
		gap: 0 !important;
	}
	.gap-xl-1 {
		gap: 1rem !important;
	}
	.gap-xl-2 {
		gap: 2rem !important;
	}
	.gap-xl-3 {
		gap: 3rem !important;
	}
	.gap-xl-4 {
		gap: 4rem !important;
	}
	.gap-xl-5 {
		gap: 5rem !important;
	}
	.gap-xl-6 {
		gap: 6rem !important;
	}
	.gap-xl-7 {
		gap: 7rem !important;
	}
	.gap-xl-8 {
		gap: 8rem !important;
	}
	.gap-xl-9 {
		gap: 9rem !important;
	}
	.gap-xl-10 {
		gap: 10rem !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;
	}
	.justify-content-xl-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}
	.m-xl-0 {
		margin: 0 !important;
	}
	.m-xl-1 {
		margin: 1rem !important;
	}
	.m-xl-2 {
		margin: 2rem !important;
	}
	.m-xl-3 {
		margin: 3rem !important;
	}
	.m-xl-4 {
		margin: 4rem !important;
	}
	.m-xl-5 {
		margin: 5rem !important;
	}
	.m-xl-6 {
		margin: 6rem !important;
	}
	.m-xl-7 {
		margin: 7rem !important;
	}
	.m-xl-8 {
		margin: 8rem !important;
	}
	.m-xl-9 {
		margin: 9rem !important;
	}
	.m-xl-10 {
		margin: 10rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-xl-1 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-xl-2 {
		margin-right: 2rem !important;
		margin-left: 2rem !important;
	}
	.mx-xl-3 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-xl-4 {
		margin-right: 4rem !important;
		margin-left: 4rem !important;
	}
	.mx-xl-5 {
		margin-right: 5rem !important;
		margin-left: 5rem !important;
	}
	.mx-xl-6 {
		margin-right: 6rem !important;
		margin-left: 6rem !important;
	}
	.mx-xl-7 {
		margin-right: 7rem !important;
		margin-left: 7rem !important;
	}
	.mx-xl-8 {
		margin-right: 8rem !important;
		margin-left: 8rem !important;
	}
	.mx-xl-9 {
		margin-right: 9rem !important;
		margin-left: 9rem !important;
	}
	.mx-xl-10 {
		margin-right: 10rem !important;
		margin-left: 10rem !important;
	}
	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-xl-1 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-xl-2 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}
	.my-xl-3 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-xl-4 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}
	.my-xl-5 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}
	.my-xl-6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important;
	}
	.my-xl-7 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important;
	}
	.my-xl-8 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important;
	}
	.my-xl-9 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important;
	}
	.my-xl-10 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important;
	}
	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-xl-0 {
		margin-top: 0 !important;
	}
	.mt-xl-1 {
		margin-top: 1rem !important;
	}
	.mt-xl-2 {
		margin-top: 2rem !important;
	}
	.mt-xl-3 {
		margin-top: 3rem !important;
	}
	.mt-xl-4 {
		margin-top: 4rem !important;
	}
	.mt-xl-5 {
		margin-top: 5rem !important;
	}
	.mt-xl-6 {
		margin-top: 6rem !important;
	}
	.mt-xl-7 {
		margin-top: 7rem !important;
	}
	.mt-xl-8 {
		margin-top: 8rem !important;
	}
	.mt-xl-9 {
		margin-top: 9rem !important;
	}
	.mt-xl-10 {
		margin-top: 10rem !important;
	}
	.mt-xl-auto {
		margin-top: auto !important;
	}
	.me-xl-0 {
		margin-right: 0 !important;
	}
	.me-xl-1 {
		margin-right: 1rem !important;
	}
	.me-xl-2 {
		margin-right: 2rem !important;
	}
	.me-xl-3 {
		margin-right: 3rem !important;
	}
	.me-xl-4 {
		margin-right: 4rem !important;
	}
	.me-xl-5 {
		margin-right: 5rem !important;
	}
	.me-xl-6 {
		margin-right: 6rem !important;
	}
	.me-xl-7 {
		margin-right: 7rem !important;
	}
	.me-xl-8 {
		margin-right: 8rem !important;
	}
	.me-xl-9 {
		margin-right: 9rem !important;
	}
	.me-xl-10 {
		margin-right: 10rem !important;
	}
	.me-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-0 {
		margin-bottom: 0 !important;
	}
	.mb-xl-1 {
		margin-bottom: 1rem !important;
	}
	.mb-xl-2 {
		margin-bottom: 2rem !important;
	}
	.mb-xl-3 {
		margin-bottom: 3rem !important;
	}
	.mb-xl-4 {
		margin-bottom: 4rem !important;
	}
	.mb-xl-5 {
		margin-bottom: 5rem !important;
	}
	.mb-xl-6 {
		margin-bottom: 6rem !important;
	}
	.mb-xl-7 {
		margin-bottom: 7rem !important;
	}
	.mb-xl-8 {
		margin-bottom: 8rem !important;
	}
	.mb-xl-9 {
		margin-bottom: 9rem !important;
	}
	.mb-xl-10 {
		margin-bottom: 10rem !important;
	}
	.mb-xl-auto {
		margin-bottom: auto !important;
	}
	.ms-xl-0 {
		margin-left: 0 !important;
	}
	.ms-xl-1 {
		margin-left: 1rem !important;
	}
	.ms-xl-2 {
		margin-left: 2rem !important;
	}
	.ms-xl-3 {
		margin-left: 3rem !important;
	}
	.ms-xl-4 {
		margin-left: 4rem !important;
	}
	.ms-xl-5 {
		margin-left: 5rem !important;
	}
	.ms-xl-6 {
		margin-left: 6rem !important;
	}
	.ms-xl-7 {
		margin-left: 7rem !important;
	}
	.ms-xl-8 {
		margin-left: 8rem !important;
	}
	.ms-xl-9 {
		margin-left: 9rem !important;
	}
	.ms-xl-10 {
		margin-left: 10rem !important;
	}
	.ms-xl-auto {
		margin-left: auto !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.p-xl-1 {
		padding: 1rem !important;
	}
	.p-xl-2 {
		padding: 2rem !important;
	}
	.p-xl-3 {
		padding: 3rem !important;
	}
	.p-xl-4 {
		padding: 4rem !important;
	}
	.p-xl-5 {
		padding: 5rem !important;
	}
	.p-xl-6 {
		padding: 6rem !important;
	}
	.p-xl-7 {
		padding: 7rem !important;
	}
	.p-xl-8 {
		padding: 8rem !important;
	}
	.p-xl-9 {
		padding: 9rem !important;
	}
	.p-xl-10 {
		padding: 10rem !important;
	}
	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-xl-1 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-xl-2 {
		padding-right: 2rem !important;
		padding-left: 2rem !important;
	}
	.px-xl-3 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.px-xl-4 {
		padding-right: 4rem !important;
		padding-left: 4rem !important;
	}
	.px-xl-5 {
		padding-right: 5rem !important;
		padding-left: 5rem !important;
	}
	.px-xl-6 {
		padding-right: 6rem !important;
		padding-left: 6rem !important;
	}
	.px-xl-7 {
		padding-right: 7rem !important;
		padding-left: 7rem !important;
	}
	.px-xl-8 {
		padding-right: 8rem !important;
		padding-left: 8rem !important;
	}
	.px-xl-9 {
		padding-right: 9rem !important;
		padding-left: 9rem !important;
	}
	.px-xl-10 {
		padding-right: 10rem !important;
		padding-left: 10rem !important;
	}
	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-xl-1 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-xl-2 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	.py-xl-3 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.py-xl-4 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}
	.py-xl-5 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
	.py-xl-6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
	.py-xl-7 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important;
	}
	.py-xl-8 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important;
	}
	.py-xl-9 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important;
	}
	.py-xl-10 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important;
	}
	.pt-xl-0 {
		padding-top: 0 !important;
	}
	.pt-xl-1 {
		padding-top: 1rem !important;
	}
	.pt-xl-2 {
		padding-top: 2rem !important;
	}
	.pt-xl-3 {
		padding-top: 3rem !important;
	}
	.pt-xl-4 {
		padding-top: 4rem !important;
	}
	.pt-xl-5 {
		padding-top: 5rem !important;
	}
	.pt-xl-6 {
		padding-top: 6rem !important;
	}
	.pt-xl-7 {
		padding-top: 7rem !important;
	}
	.pt-xl-8 {
		padding-top: 8rem !important;
	}
	.pt-xl-9 {
		padding-top: 9rem !important;
	}
	.pt-xl-10 {
		padding-top: 10rem !important;
	}
	.pe-xl-0 {
		padding-right: 0 !important;
	}
	.pe-xl-1 {
		padding-right: 1rem !important;
	}
	.pe-xl-2 {
		padding-right: 2rem !important;
	}
	.pe-xl-3 {
		padding-right: 3rem !important;
	}
	.pe-xl-4 {
		padding-right: 4rem !important;
	}
	.pe-xl-5 {
		padding-right: 5rem !important;
	}
	.pe-xl-6 {
		padding-right: 6rem !important;
	}
	.pe-xl-7 {
		padding-right: 7rem !important;
	}
	.pe-xl-8 {
		padding-right: 8rem !important;
	}
	.pe-xl-9 {
		padding-right: 9rem !important;
	}
	.pe-xl-10 {
		padding-right: 10rem !important;
	}
	.pb-xl-0 {
		padding-bottom: 0 !important;
	}
	.pb-xl-1 {
		padding-bottom: 1rem !important;
	}
	.pb-xl-2 {
		padding-bottom: 2rem !important;
	}
	.pb-xl-3 {
		padding-bottom: 3rem !important;
	}
	.pb-xl-4 {
		padding-bottom: 4rem !important;
	}
	.pb-xl-5 {
		padding-bottom: 5rem !important;
	}
	.pb-xl-6 {
		padding-bottom: 6rem !important;
	}
	.pb-xl-7 {
		padding-bottom: 7rem !important;
	}
	.pb-xl-8 {
		padding-bottom: 8rem !important;
	}
	.pb-xl-9 {
		padding-bottom: 9rem !important;
	}
	.pb-xl-10 {
		padding-bottom: 10rem !important;
	}
	.ps-xl-0 {
		padding-left: 0 !important;
	}
	.ps-xl-1 {
		padding-left: 1rem !important;
	}
	.ps-xl-2 {
		padding-left: 2rem !important;
	}
	.ps-xl-3 {
		padding-left: 3rem !important;
	}
	.ps-xl-4 {
		padding-left: 4rem !important;
	}
	.ps-xl-5 {
		padding-left: 5rem !important;
	}
	.ps-xl-6 {
		padding-left: 6rem !important;
	}
	.ps-xl-7 {
		padding-left: 7rem !important;
	}
	.ps-xl-8 {
		padding-left: 8rem !important;
	}
	.ps-xl-9 {
		padding-left: 9rem !important;
	}
	.ps-xl-10 {
		padding-left: 10rem !important;
	}
	.text-xl-start {
		text-align: left !important;
	}
	.text-xl-end {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}

@media (min-width: 1400px) {
	.float-xxl-start {
		float: left !important;
	}
	.float-xxl-end {
		float: right !important;
	}
	.float-xxl-none {
		float: none !important;
	}
	.d-xxl-inline {
		display: inline !important;
	}
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	.d-xxl-block {
		display: block !important;
	}
	.d-xxl-grid {
		display: grid !important;
	}
	.d-xxl-table {
		display: table !important;
	}
	.d-xxl-table-row {
		display: table-row !important;
	}
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	.d-xxl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xxl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
	.d-xxl-none {
		display: none !important;
	}
	.flex-xxl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xxl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xxl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xxl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xxl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xxl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xxl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-xxl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xxl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.flex-xxl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xxl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xxl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.gap-xxl-0 {
		gap: 0 !important;
	}
	.gap-xxl-1 {
		gap: 1rem !important;
	}
	.gap-xxl-2 {
		gap: 2rem !important;
	}
	.gap-xxl-3 {
		gap: 3rem !important;
	}
	.gap-xxl-4 {
		gap: 4rem !important;
	}
	.gap-xxl-5 {
		gap: 5rem !important;
	}
	.gap-xxl-6 {
		gap: 6rem !important;
	}
	.gap-xxl-7 {
		gap: 7rem !important;
	}
	.gap-xxl-8 {
		gap: 8rem !important;
	}
	.gap-xxl-9 {
		gap: 9rem !important;
	}
	.gap-xxl-10 {
		gap: 10rem !important;
	}
	.justify-content-xxl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xxl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xxl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xxl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xxl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.justify-content-xxl-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	.align-items-xxl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xxl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xxl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xxl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xxl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xxl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xxl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xxl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xxl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xxl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xxl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xxl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xxl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xxl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xxl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xxl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xxl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
	.order-xxl-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}
	.order-xxl-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}
	.order-xxl-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}
	.order-xxl-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}
	.order-xxl-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}
	.order-xxl-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}
	.order-xxl-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}
	.order-xxl-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}
	.m-xxl-0 {
		margin: 0 !important;
	}
	.m-xxl-1 {
		margin: 1rem !important;
	}
	.m-xxl-2 {
		margin: 2rem !important;
	}
	.m-xxl-3 {
		margin: 3rem !important;
	}
	.m-xxl-4 {
		margin: 4rem !important;
	}
	.m-xxl-5 {
		margin: 5rem !important;
	}
	.m-xxl-6 {
		margin: 6rem !important;
	}
	.m-xxl-7 {
		margin: 7rem !important;
	}
	.m-xxl-8 {
		margin: 8rem !important;
	}
	.m-xxl-9 {
		margin: 9rem !important;
	}
	.m-xxl-10 {
		margin: 10rem !important;
	}
	.m-xxl-auto {
		margin: auto !important;
	}
	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-xxl-1 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-xxl-2 {
		margin-right: 2rem !important;
		margin-left: 2rem !important;
	}
	.mx-xxl-3 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-xxl-4 {
		margin-right: 4rem !important;
		margin-left: 4rem !important;
	}
	.mx-xxl-5 {
		margin-right: 5rem !important;
		margin-left: 5rem !important;
	}
	.mx-xxl-6 {
		margin-right: 6rem !important;
		margin-left: 6rem !important;
	}
	.mx-xxl-7 {
		margin-right: 7rem !important;
		margin-left: 7rem !important;
	}
	.mx-xxl-8 {
		margin-right: 8rem !important;
		margin-left: 8rem !important;
	}
	.mx-xxl-9 {
		margin-right: 9rem !important;
		margin-left: 9rem !important;
	}
	.mx-xxl-10 {
		margin-right: 10rem !important;
		margin-left: 10rem !important;
	}
	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-xxl-1 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-xxl-2 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}
	.my-xxl-3 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-xxl-4 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}
	.my-xxl-5 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}
	.my-xxl-6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important;
	}
	.my-xxl-7 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important;
	}
	.my-xxl-8 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important;
	}
	.my-xxl-9 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important;
	}
	.my-xxl-10 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important;
	}
	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-xxl-0 {
		margin-top: 0 !important;
	}
	.mt-xxl-1 {
		margin-top: 1rem !important;
	}
	.mt-xxl-2 {
		margin-top: 2rem !important;
	}
	.mt-xxl-3 {
		margin-top: 3rem !important;
	}
	.mt-xxl-4 {
		margin-top: 4rem !important;
	}
	.mt-xxl-5 {
		margin-top: 5rem !important;
	}
	.mt-xxl-6 {
		margin-top: 6rem !important;
	}
	.mt-xxl-7 {
		margin-top: 7rem !important;
	}
	.mt-xxl-8 {
		margin-top: 8rem !important;
	}
	.mt-xxl-9 {
		margin-top: 9rem !important;
	}
	.mt-xxl-10 {
		margin-top: 10rem !important;
	}
	.mt-xxl-auto {
		margin-top: auto !important;
	}
	.me-xxl-0 {
		margin-right: 0 !important;
	}
	.me-xxl-1 {
		margin-right: 1rem !important;
	}
	.me-xxl-2 {
		margin-right: 2rem !important;
	}
	.me-xxl-3 {
		margin-right: 3rem !important;
	}
	.me-xxl-4 {
		margin-right: 4rem !important;
	}
	.me-xxl-5 {
		margin-right: 5rem !important;
	}
	.me-xxl-6 {
		margin-right: 6rem !important;
	}
	.me-xxl-7 {
		margin-right: 7rem !important;
	}
	.me-xxl-8 {
		margin-right: 8rem !important;
	}
	.me-xxl-9 {
		margin-right: 9rem !important;
	}
	.me-xxl-10 {
		margin-right: 10rem !important;
	}
	.me-xxl-auto {
		margin-right: auto !important;
	}
	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}
	.mb-xxl-1 {
		margin-bottom: 1rem !important;
	}
	.mb-xxl-2 {
		margin-bottom: 2rem !important;
	}
	.mb-xxl-3 {
		margin-bottom: 3rem !important;
	}
	.mb-xxl-4 {
		margin-bottom: 4rem !important;
	}
	.mb-xxl-5 {
		margin-bottom: 5rem !important;
	}
	.mb-xxl-6 {
		margin-bottom: 6rem !important;
	}
	.mb-xxl-7 {
		margin-bottom: 7rem !important;
	}
	.mb-xxl-8 {
		margin-bottom: 8rem !important;
	}
	.mb-xxl-9 {
		margin-bottom: 9rem !important;
	}
	.mb-xxl-10 {
		margin-bottom: 10rem !important;
	}
	.mb-xxl-auto {
		margin-bottom: auto !important;
	}
	.ms-xxl-0 {
		margin-left: 0 !important;
	}
	.ms-xxl-1 {
		margin-left: 1rem !important;
	}
	.ms-xxl-2 {
		margin-left: 2rem !important;
	}
	.ms-xxl-3 {
		margin-left: 3rem !important;
	}
	.ms-xxl-4 {
		margin-left: 4rem !important;
	}
	.ms-xxl-5 {
		margin-left: 5rem !important;
	}
	.ms-xxl-6 {
		margin-left: 6rem !important;
	}
	.ms-xxl-7 {
		margin-left: 7rem !important;
	}
	.ms-xxl-8 {
		margin-left: 8rem !important;
	}
	.ms-xxl-9 {
		margin-left: 9rem !important;
	}
	.ms-xxl-10 {
		margin-left: 10rem !important;
	}
	.ms-xxl-auto {
		margin-left: auto !important;
	}
	.p-xxl-0 {
		padding: 0 !important;
	}
	.p-xxl-1 {
		padding: 1rem !important;
	}
	.p-xxl-2 {
		padding: 2rem !important;
	}
	.p-xxl-3 {
		padding: 3rem !important;
	}
	.p-xxl-4 {
		padding: 4rem !important;
	}
	.p-xxl-5 {
		padding: 5rem !important;
	}
	.p-xxl-6 {
		padding: 6rem !important;
	}
	.p-xxl-7 {
		padding: 7rem !important;
	}
	.p-xxl-8 {
		padding: 8rem !important;
	}
	.p-xxl-9 {
		padding: 9rem !important;
	}
	.p-xxl-10 {
		padding: 10rem !important;
	}
	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-xxl-1 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-xxl-2 {
		padding-right: 2rem !important;
		padding-left: 2rem !important;
	}
	.px-xxl-3 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.px-xxl-4 {
		padding-right: 4rem !important;
		padding-left: 4rem !important;
	}
	.px-xxl-5 {
		padding-right: 5rem !important;
		padding-left: 5rem !important;
	}
	.px-xxl-6 {
		padding-right: 6rem !important;
		padding-left: 6rem !important;
	}
	.px-xxl-7 {
		padding-right: 7rem !important;
		padding-left: 7rem !important;
	}
	.px-xxl-8 {
		padding-right: 8rem !important;
		padding-left: 8rem !important;
	}
	.px-xxl-9 {
		padding-right: 9rem !important;
		padding-left: 9rem !important;
	}
	.px-xxl-10 {
		padding-right: 10rem !important;
		padding-left: 10rem !important;
	}
	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-xxl-1 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-xxl-2 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	.py-xxl-3 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.py-xxl-4 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}
	.py-xxl-5 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
	.py-xxl-6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
	.py-xxl-7 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important;
	}
	.py-xxl-8 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important;
	}
	.py-xxl-9 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important;
	}
	.py-xxl-10 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important;
	}
	.pt-xxl-0 {
		padding-top: 0 !important;
	}
	.pt-xxl-1 {
		padding-top: 1rem !important;
	}
	.pt-xxl-2 {
		padding-top: 2rem !important;
	}
	.pt-xxl-3 {
		padding-top: 3rem !important;
	}
	.pt-xxl-4 {
		padding-top: 4rem !important;
	}
	.pt-xxl-5 {
		padding-top: 5rem !important;
	}
	.pt-xxl-6 {
		padding-top: 6rem !important;
	}
	.pt-xxl-7 {
		padding-top: 7rem !important;
	}
	.pt-xxl-8 {
		padding-top: 8rem !important;
	}
	.pt-xxl-9 {
		padding-top: 9rem !important;
	}
	.pt-xxl-10 {
		padding-top: 10rem !important;
	}
	.pe-xxl-0 {
		padding-right: 0 !important;
	}
	.pe-xxl-1 {
		padding-right: 1rem !important;
	}
	.pe-xxl-2 {
		padding-right: 2rem !important;
	}
	.pe-xxl-3 {
		padding-right: 3rem !important;
	}
	.pe-xxl-4 {
		padding-right: 4rem !important;
	}
	.pe-xxl-5 {
		padding-right: 5rem !important;
	}
	.pe-xxl-6 {
		padding-right: 6rem !important;
	}
	.pe-xxl-7 {
		padding-right: 7rem !important;
	}
	.pe-xxl-8 {
		padding-right: 8rem !important;
	}
	.pe-xxl-9 {
		padding-right: 9rem !important;
	}
	.pe-xxl-10 {
		padding-right: 10rem !important;
	}
	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}
	.pb-xxl-1 {
		padding-bottom: 1rem !important;
	}
	.pb-xxl-2 {
		padding-bottom: 2rem !important;
	}
	.pb-xxl-3 {
		padding-bottom: 3rem !important;
	}
	.pb-xxl-4 {
		padding-bottom: 4rem !important;
	}
	.pb-xxl-5 {
		padding-bottom: 5rem !important;
	}
	.pb-xxl-6 {
		padding-bottom: 6rem !important;
	}
	.pb-xxl-7 {
		padding-bottom: 7rem !important;
	}
	.pb-xxl-8 {
		padding-bottom: 8rem !important;
	}
	.pb-xxl-9 {
		padding-bottom: 9rem !important;
	}
	.pb-xxl-10 {
		padding-bottom: 10rem !important;
	}
	.ps-xxl-0 {
		padding-left: 0 !important;
	}
	.ps-xxl-1 {
		padding-left: 1rem !important;
	}
	.ps-xxl-2 {
		padding-left: 2rem !important;
	}
	.ps-xxl-3 {
		padding-left: 3rem !important;
	}
	.ps-xxl-4 {
		padding-left: 4rem !important;
	}
	.ps-xxl-5 {
		padding-left: 5rem !important;
	}
	.ps-xxl-6 {
		padding-left: 6rem !important;
	}
	.ps-xxl-7 {
		padding-left: 7rem !important;
	}
	.ps-xxl-8 {
		padding-left: 8rem !important;
	}
	.ps-xxl-9 {
		padding-left: 9rem !important;
	}
	.ps-xxl-10 {
		padding-left: 10rem !important;
	}
	.text-xxl-start {
		text-align: left !important;
	}
	.text-xxl-end {
		text-align: right !important;
	}
	.text-xxl-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.fs-1 {
		font-size: 2.5rem !important;
	}
	.fs-2 {
		font-size: 2rem !important;
	}
	.fs-3 {
		font-size: 1.75rem !important;
	}
	.fs-4 {
		font-size: 1.5rem !important;
	}
}

@media print {
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-grid {
		display: grid !important;
	}
	.d-print-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;
	}
	.d-print-none {
		display: none !important;
	}
}

/**
 *
 * Default WordPress styles.
 *
 */
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/**
 * Forms
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
button,
input {
	overflow: visible;
}

/**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
button,
select {
	text-transform: none;
}

/**
  * Correct the inability to style clickable types in iOS and Safari.
  */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
  * Remove the inner border and padding in Firefox.
  */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
  * Restore the focus styles unset by the previous rule.
  */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
  * Correct the padding in Firefox.
  */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *		`fieldset` elements in all browsers.
  */
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
progress {
	vertical-align: baseline;
}

/**
  * Remove the default vertical scrollbar in IE 10+.
  */
textarea {
	overflow: auto;
}

/**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

/**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/*=============================================
=            Layouts            =
=============================================*/
/**
 *
 * Creates a flex layout. Centred by default
 *
 */
/*=====  End of Layouts  ======*/
/*=============================================
=          Backgrounds  & Gradients          =
=============================================*/
/**
 *
 * Creates backgrounds with default images
 * from placeholder.com.
 *
 */
/**
 *
 * Creates a linear gradient with two colours.
 * The gradient direction can also be specified. 
 *
 */
/**
 *
 * Creates a background with an image and a linear gradient on top
 * The linear gradient is composed of two colors and the direction can be specified
 *
 */
/**
 *
 * Creates a box-shadow effect and adds a hover state also. 
 *
 */
/*=====  End of Backgrounds  ======*/
/*=============================================
=            Media queries            =
=============================================*/
/**
 *
 * Defines breakpoints for media queries below.
 * Uses default breakpoints set in variables.scss
 *
 */
/**
 *
 * Defines breakpoints for high pixel density devices (>2x)
 *
 */
/**
 *
 * Media queries using desktop-first approach (max)
 *
 */
/**
 *
 * Media queries using mobile-first approach
 *
 */
/**
 *
 * Media queries targeting high pixel density devices (>2x)
 *
 */
/*=====  End of Media queries  ======*/
/*=============================================
=            Buttons            =
=============================================*/
/**
 *
 * Overrides default Bootstrap .btn class.
 * This class defines the base button styles
 * Deprecated! (Use the 'Button styles' section of _variables.scss)
 *
 */
/**
 *
 * Custom SBX outline button style.
 * Deprecated! (Use Bootstrap .btn-outline-$color)
 *
 */
/**
 *
 * Custom SBX solid button style.
 * Deprecated! (Use Bootstrap .btn-$color)
 *
 */
/*=====  End of Buttons  ======*/
/**
 *
 * Custom SBX utilities. Overrides Bootstrap.
 *
 */
/*=============================================
=            Containers            =
=============================================*/
.container-lg {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
	max-width: 992px;
}

.container-md {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
	max-width: 768px;
}

.container-sm,
.woocommerce-account .entry-header {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
	max-width: 576px;
}

.contained-text {
	display: block;
	max-width: 450px;
}

/*=====  End of Containers  ======*/
.fa-custom::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.gs__reveal {
	opacity: 0;
	visibility: hidden;
	will-change: transform, opacity;
}

@-webkit-keyframes slideup {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 60%);
		transform: translate(0, 60%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes slideup {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 60%);
		transform: translate(0, 60%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(20%, 0, 0);
		transform: translate3d(20%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(20%, 0, 0);
		transform: translate3d(20%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(20%, 0, 0);
		transform: translate3d(20%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(20%, 0, 0);
		transform: translate3d(20%, 0, 0);
	}
}

@-webkit-keyframes fadeOutImageLeft {
	0% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
	40% {
		opacity: 0;
		-webkit-transform: none;
		transform: none;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(20%, 0, 0);
		transform: translate3d(20%, 0, 0);
	}
}

@keyframes fadeOutImageLeft {
	0% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
	40% {
		opacity: 0;
		-webkit-transform: none;
		transform: none;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(20%, 0, 0);
		transform: translate3d(20%, 0, 0);
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
}

/* Keyframes: move left by exactly half the full marquee width (one track) */
@-webkit-keyframes marquee-scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@keyframes marquee-scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

/* Pause on hover for usability */
.marquee:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
	.marquee {
		-webkit-animation: none;
		animation: none;
	}
}

/**
 *
 * Styles related to base HTML components
 * are contained here
 *
 */
:root {
	font-size: 100%;
}

html {
	height: 100%;
}

body {
	overflow-x: hidden;
	font-family: "AR", sans-serif;
	font-weight: "AB";
	height: 100%;
}

a {
	text-decoration: none;
}

p {
	line-height: 1.7;
}

h1,
.h1,
.h1,
h2,
.h2,
.testimonial-cards__image-text,
.h2,
.testimonial-cards__image-text {
	max-width: 60rem;
	font-family: "ABL";
}

h1 span,
.h1 span,
.h1 span,
h2 span,
.h2 span,
.testimonial-cards__image-text span,
.h2 span,
.testimonial-cards__image-text span {
	color: #C9A96E ;
}

/* Custom selection color */
*::-moz-selection {
	background-color: #C9A96E ;
	color: #ffffff;
}
*::selection {
	background-color: #C9A96E ;
	color: #ffffff;
}

[data-link] {
	cursor: pointer;
}

.site {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.flex-fill {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.default {
	padding: 0 0 3rem;
}

.page-404__title,
.page-404__message,
.page-404__search-form,
.page-404__back-home {
	text-align: center;
	margin-bottom: 2.5rem;
}

.page-404__title {
	margin-top: 3rem;
}

.no-posts {
	text-align: center;
}

.g-padx,
.sbx-product-wrap .sbx-product {
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}

@media only screen and (min-width: 768px) {
	.g-padx,
	.sbx-product-wrap .sbx-product {
		padding-left: 8%;
		padding-right: 8%;
	}
}

@media only screen and (min-width: 992px) {
	.g-padx,
	.sbx-product-wrap .sbx-product {
		padding-left: 10%;
		padding-right: 10%;
	}
}

@media only screen and (min-width: 1400px) {
	.g-padx,
	.sbx-product-wrap .sbx-product {
		padding-left: 10%;
		padding-right: 10%;
	}
}

@media only screen and (min-width: 1600px) {
	.g-padx,
	.sbx-product-wrap .sbx-product {
		padding-left: 15%;
		padding-right: 15%;
	}
}

.g-padx.lg,
.sbx-product-wrap .lg.sbx-product {
	padding-left: 8%;
	padding-right: 8%;
}

.btn,
.pagination ul.pagination .page-link.prev,
.pagination ul.pagination .page-link.next,
.cart-dropdown p.woocommerce-mini-cart__buttons a:first-of-type,
.cart-dropdown p.woocommerce-mini-cart__buttons a:last-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button,
.sbx-product .summary form.cart .single_add_to_cart_button,
.woocommerce ul.products li.product a.sbx-view-product,
.woocommerce .products ul li.product a.sbx-view-product,
.woocommerce-cart .return-to-shop a.button,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button[name="apply_coupon"],
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button[name="update_cart"],
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button[type="submit"],
.woocommerce-order-received .sbx-woo-subscribe-cta form button,
.woocommerce-order-pay #wc-paystack-form #paystack-payment-button,
.woocommerce-order-pay #wc-paystack-form #paystack-cancel-payment-button,
.woocommerce-account form.woocommerce-form button,
.woocommerce-account form.woocommerce-EditAccountForm button,
.woocommerce-account form .woocommerce-address-fields button,
.woocommerce-account form.woocommerce-ResetPassword button,
.woocommerce-account .woocommerce-MyAccount-greeting span:last-of-type a,
.woocommerce-account table.woocommerce-MyAccount-orders a.button,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a,
.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account #add_payment_method .button,
.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button,
.sbx-contact-form-1 form .sbx-contact-form-btn {
	letter-spacing: 0.1rem;
	border-radius: 0.3rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.btn [class*="fa-"],
.pagination ul.pagination .page-link.prev [class*="fa-"],
.pagination ul.pagination .page-link.next [class*="fa-"],
.cart-dropdown p.woocommerce-mini-cart__buttons a:first-of-type [class*="fa-"],
.cart-dropdown p.woocommerce-mini-cart__buttons a:last-of-type [class*="fa-"],
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button
	[class*="fa-"],
.sbx-product .summary form.cart .single_add_to_cart_button [class*="fa-"],
.woocommerce ul.products li.product a.sbx-view-product [class*="fa-"],
.woocommerce .products ul li.product a.sbx-view-product [class*="fa-"],
.woocommerce-cart .return-to-shop a.button [class*="fa-"],
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button[name="apply_coupon"]
	[class*="fa-"],
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button[name="update_cart"]
	[class*="fa-"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.checkout-button
	[class*="fa-"],
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button[name="woocommerce_checkout_place_order"]
	[class*="fa-"],
.woocommerce-checkout
	.woocommerce-form-login
	button[type="submit"]
	[class*="fa-"],
.woocommerce-checkout
	.woocommerce-form-coupon
	button[type="submit"]
	[class*="fa-"],
.woocommerce-order-received .sbx-woo-subscribe-cta form button [class*="fa-"],
.woocommerce-order-pay
	#wc-paystack-form
	#paystack-payment-button
	[class*="fa-"],
.woocommerce-order-pay
	#wc-paystack-form
	#paystack-cancel-payment-button
	[class*="fa-"],
.woocommerce-account form.woocommerce-form button [class*="fa-"],
.woocommerce-account form.woocommerce-EditAccountForm button [class*="fa-"],
.woocommerce-account form .woocommerce-address-fields button [class*="fa-"],
.woocommerce-account form.woocommerce-ResetPassword button [class*="fa-"],
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	a
	[class*="fa-"],
.woocommerce-account table.woocommerce-MyAccount-orders a.button [class*="fa-"],
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	a
	[class*="fa-"],
.woocommerce-account .woocommerce-MyAccount-content .button [class*="fa-"],
.woocommerce-account #add_payment_method .button [class*="fa-"],
.woocommerce-error a.button [class*="fa-"],
.woocommerce-info a.button [class*="fa-"],
.woocommerce-message a.button [class*="fa-"],
.sbx-contact-form-1 form .sbx-contact-form-btn [class*="fa-"] {
	font-size: 1.25em;
	margin-left: 1em;
}

@media only screen and (max-width: 768px) {
	.btn,
	.pagination ul.pagination .page-link.prev,
	.pagination ul.pagination .page-link.next,
	.cart-dropdown p.woocommerce-mini-cart__buttons a:first-of-type,
	.cart-dropdown p.woocommerce-mini-cart__buttons a:last-of-type,
	.sbx-product
		.summary
		.woocommerce-variation-add-to-cart
		.single_add_to_cart_button,
	.sbx-product .summary form.cart .single_add_to_cart_button,
	.woocommerce ul.products li.product a.sbx-view-product,
	.woocommerce .products ul li.product a.sbx-view-product,
	.woocommerce-cart .return-to-shop a.button,
	.woocommerce-cart
		.cart.shop_table.shop_table_responsive
		.coupon
		button[name="apply_coupon"],
	.woocommerce-cart
		.cart.shop_table.shop_table_responsive
		button[name="update_cart"],
	.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-checkout
		#payment.woocommerce-checkout-payment
		button[name="woocommerce_checkout_place_order"],
	.woocommerce-checkout .woocommerce-form-login button[type="submit"],
	.woocommerce-checkout .woocommerce-form-coupon button[type="submit"],
	.woocommerce-order-received .sbx-woo-subscribe-cta form button,
	.woocommerce-order-pay #wc-paystack-form #paystack-payment-button,
	.woocommerce-order-pay #wc-paystack-form #paystack-cancel-payment-button,
	.woocommerce-account form.woocommerce-form button,
	.woocommerce-account form.woocommerce-EditAccountForm button,
	.woocommerce-account form .woocommerce-address-fields button,
	.woocommerce-account form.woocommerce-ResetPassword button,
	.woocommerce-account .woocommerce-MyAccount-greeting span:last-of-type a,
	.woocommerce-account table.woocommerce-MyAccount-orders a.button,
	.woocommerce-account .woocommerce-Address .woocommerce-Address-title a,
	.woocommerce-account .woocommerce-MyAccount-content .button,
	.woocommerce-account #add_payment_method .button,
	.woocommerce-error a.button,
	.woocommerce-info a.button,
	.woocommerce-message a.button,
	.sbx-contact-form-1 form .sbx-contact-form-btn {
		padding: 0.6rem 1rem;
	}
	.btn [class*="fa-"],
	.pagination ul.pagination .page-link.prev [class*="fa-"],
	.pagination ul.pagination .page-link.next [class*="fa-"],
	.cart-dropdown
		p.woocommerce-mini-cart__buttons
		a:first-of-type
		[class*="fa-"],
	.cart-dropdown p.woocommerce-mini-cart__buttons a:last-of-type [class*="fa-"],
	.sbx-product
		.summary
		.woocommerce-variation-add-to-cart
		.single_add_to_cart_button
		[class*="fa-"],
	.sbx-product .summary form.cart .single_add_to_cart_button [class*="fa-"],
	.woocommerce ul.products li.product a.sbx-view-product [class*="fa-"],
	.woocommerce .products ul li.product a.sbx-view-product [class*="fa-"],
	.woocommerce-cart .return-to-shop a.button [class*="fa-"],
	.woocommerce-cart
		.cart.shop_table.shop_table_responsive
		.coupon
		button[name="apply_coupon"]
		[class*="fa-"],
	.woocommerce-cart
		.cart.shop_table.shop_table_responsive
		button[name="update_cart"]
		[class*="fa-"],
	.woocommerce-cart
		.cart-collaterals
		.wc-proceed-to-checkout
		a.checkout-button
		[class*="fa-"],
	.woocommerce-checkout
		#payment.woocommerce-checkout-payment
		button[name="woocommerce_checkout_place_order"]
		[class*="fa-"],
	.woocommerce-checkout
		.woocommerce-form-login
		button[type="submit"]
		[class*="fa-"],
	.woocommerce-checkout
		.woocommerce-form-coupon
		button[type="submit"]
		[class*="fa-"],
	.woocommerce-order-received .sbx-woo-subscribe-cta form button [class*="fa-"],
	.woocommerce-order-pay
		#wc-paystack-form
		#paystack-payment-button
		[class*="fa-"],
	.woocommerce-order-pay
		#wc-paystack-form
		#paystack-cancel-payment-button
		[class*="fa-"],
	.woocommerce-account form.woocommerce-form button [class*="fa-"],
	.woocommerce-account form.woocommerce-EditAccountForm button [class*="fa-"],
	.woocommerce-account form .woocommerce-address-fields button [class*="fa-"],
	.woocommerce-account form.woocommerce-ResetPassword button [class*="fa-"],
	.woocommerce-account
		.woocommerce-MyAccount-greeting
		span:last-of-type
		a
		[class*="fa-"],
	.woocommerce-account
		table.woocommerce-MyAccount-orders
		a.button
		[class*="fa-"],
	.woocommerce-account
		.woocommerce-Address
		.woocommerce-Address-title
		a
		[class*="fa-"],
	.woocommerce-account .woocommerce-MyAccount-content .button [class*="fa-"],
	.woocommerce-account #add_payment_method .button [class*="fa-"],
	.woocommerce-error a.button [class*="fa-"],
	.woocommerce-info a.button [class*="fa-"],
	.woocommerce-message a.button [class*="fa-"],
	.sbx-contact-form-1 form .sbx-contact-form-btn [class*="fa-"] {
		margin-left: 0.75em;
	}
}

.btn.primary,
.pagination ul.pagination .primary.page-link.prev,
.pagination ul.pagination .primary.page-link.next,
.cart-dropdown p.woocommerce-mini-cart__buttons a.primary:first-of-type,
.cart-dropdown p.woocommerce-mini-cart__buttons a.primary:last-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.primary.single_add_to_cart_button,
.sbx-product .summary form.cart .primary.single_add_to_cart_button,
.woocommerce ul.products li.product a.primary.sbx-view-product,
.woocommerce .products ul li.product a.primary.sbx-view-product,
.woocommerce-cart .return-to-shop a.primary.button,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button.primary[name="apply_coupon"],
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button.primary[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.primary.checkout-button,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button.primary[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button.primary[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button.primary[type="submit"],
.woocommerce-order-received .sbx-woo-subscribe-cta form button.primary,
.woocommerce-order-pay #wc-paystack-form .primary#paystack-payment-button,
.woocommerce-order-pay
	#wc-paystack-form
	.primary#paystack-cancel-payment-button,
.woocommerce-account form.woocommerce-form button.primary,
.woocommerce-account form.woocommerce-EditAccountForm button.primary,
.woocommerce-account form .woocommerce-address-fields button.primary,
.woocommerce-account form.woocommerce-ResetPassword button.primary,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	a.primary,
.woocommerce-account table.woocommerce-MyAccount-orders a.primary.button,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a.primary,
.woocommerce-account .woocommerce-MyAccount-content .primary.button,
.woocommerce-account #add_payment_method .primary.button,
.woocommerce-error a.primary.button,
.woocommerce-info a.primary.button,
.woocommerce-message a.primary.button,
.sbx-contact-form-1 form .primary.sbx-contact-form-btn,
.btn-primary,
.woocommerce-order-received .sbx-woo-subscribe-cta form button,
.sbx-contact-form-1 form .sbx-contact-form-btn {
	font-size: 0.9rem;
	font-family: "AH";
	background: #C9A96E ;
	color: white;
}

.btn.lg,
.pagination ul.pagination .lg.page-link.prev,
.pagination ul.pagination .lg.page-link.next,
.cart-dropdown p.woocommerce-mini-cart__buttons a.lg:first-of-type,
.cart-dropdown p.woocommerce-mini-cart__buttons a.lg:last-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.lg.single_add_to_cart_button,
.sbx-product .summary form.cart .lg.single_add_to_cart_button,
.woocommerce ul.products li.product a.lg.sbx-view-product,
.woocommerce .products ul li.product a.lg.sbx-view-product,
.woocommerce-cart .return-to-shop a.lg.button,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button.lg[name="apply_coupon"],
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button.lg[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.lg.checkout-button,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button.lg[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button.lg[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button.lg[type="submit"],
.woocommerce-order-received .sbx-woo-subscribe-cta form button.lg,
.woocommerce-order-pay #wc-paystack-form .lg#paystack-payment-button,
.woocommerce-order-pay #wc-paystack-form .lg#paystack-cancel-payment-button,
.woocommerce-account form.woocommerce-form button.lg,
.woocommerce-account form.woocommerce-EditAccountForm button.lg,
.woocommerce-account form .woocommerce-address-fields button.lg,
.woocommerce-account form.woocommerce-ResetPassword button.lg,
.woocommerce-account .woocommerce-MyAccount-greeting span:last-of-type a.lg,
.woocommerce-account table.woocommerce-MyAccount-orders a.lg.button,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a.lg,
.woocommerce-account .woocommerce-MyAccount-content .lg.button,
.woocommerce-account #add_payment_method .lg.button,
.woocommerce-error a.lg.button,
.woocommerce-info a.lg.button,
.woocommerce-message a.lg.button,
.sbx-contact-form-1 form .lg.sbx-contact-form-btn {
	font-size: 1.1rem;
	padding: 0.8rem 1.8rem;
	font-family: "AH";
}

.btn:hover,
.pagination ul.pagination .page-link.prev:hover,
.pagination ul.pagination .page-link.next:hover,
.cart-dropdown p.woocommerce-mini-cart__buttons a:hover:first-of-type,
.cart-dropdown p.woocommerce-mini-cart__buttons a:hover:last-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button:hover,
.sbx-product .summary form.cart .single_add_to_cart_button:hover,
.woocommerce ul.products li.product a.sbx-view-product:hover,
.woocommerce .products ul li.product a.sbx-view-product:hover,
.woocommerce-cart .return-to-shop a.button:hover,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button:hover[name="apply_coupon"],
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button:hover[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.checkout-button:hover,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button:hover[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button:hover[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button:hover[type="submit"],
.woocommerce-order-received .sbx-woo-subscribe-cta form button:hover,
.woocommerce-order-pay #wc-paystack-form #paystack-payment-button:hover,
.woocommerce-order-pay #wc-paystack-form #paystack-cancel-payment-button:hover,
.woocommerce-account form.woocommerce-form button:hover,
.woocommerce-account form.woocommerce-EditAccountForm button:hover,
.woocommerce-account form .woocommerce-address-fields button:hover,
.woocommerce-account form.woocommerce-ResetPassword button:hover,
.woocommerce-account .woocommerce-MyAccount-greeting span:last-of-type a:hover,
.woocommerce-account table.woocommerce-MyAccount-orders a.button:hover,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a:hover,
.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-account #add_payment_method .button:hover,
.woocommerce-error a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-message a.button:hover,
.sbx-contact-form-1 form .sbx-contact-form-btn:hover {
	background: rgba(201, 169, 110, 0.8);
	color: white;
}

.btn-dark,
.cart-dropdown p.woocommerce-mini-cart__buttons a:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button,
.sbx-product .summary form.cart .single_add_to_cart_button,
.woocommerce ul.products li.product a.sbx-view-product,
.woocommerce .products ul li.product a.sbx-view-product,
.woocommerce-cart .return-to-shop a.button,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button[name="update_cart"],
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button[type="submit"],
.woocommerce-order-pay #wc-paystack-form #paystack-payment-button,
.woocommerce-account form.woocommerce-form button,
.woocommerce-account form.woocommerce-EditAccountForm button,
.woocommerce-account form .woocommerce-address-fields button,
.woocommerce-account form.woocommerce-ResetPassword button,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a,
.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account #add_payment_method .button,
.woocommerce-error a.button,
.woocommerce-message a.button,
.woocommerce-info a.button {
	font-family: "AH";
	color: #ffffff;
	background-color: #000000;
	border-color: transparent;
}

.btn-dark:hover,
.cart-dropdown p.woocommerce-mini-cart__buttons a:hover:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button:hover,
.sbx-product .summary form.cart .single_add_to_cart_button:hover,
.woocommerce ul.products li.product a.sbx-view-product:hover,
.woocommerce .products ul li.product a.sbx-view-product:hover,
.woocommerce-cart .return-to-shop a.button:hover,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button:hover[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.checkout-button:hover,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button:hover[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button:hover[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button:hover[type="submit"],
.woocommerce-order-pay #wc-paystack-form #paystack-payment-button:hover,
.woocommerce-account form.woocommerce-form button:hover,
.woocommerce-account form.woocommerce-EditAccountForm button:hover,
.woocommerce-account form .woocommerce-address-fields button:hover,
.woocommerce-account form.woocommerce-ResetPassword button:hover,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a:hover,
.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-account #add_payment_method .button:hover,
.woocommerce-error a.button:hover,
.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover {
	color: #ffffff;
	background-color: black;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-check:focus + .btn-dark,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.btn-check:focus
	+ a:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.btn-check:focus
	+ .single_add_to_cart_button,
.sbx-product .summary form.cart .btn-check:focus + .single_add_to_cart_button,
.woocommerce ul.products li.product .btn-check:focus + a.sbx-view-product,
.woocommerce .products ul li.product .btn-check:focus + a.sbx-view-product,
.woocommerce-cart .return-to-shop .btn-check:focus + a.button,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.btn-check:focus
	+ button[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	.btn-check:focus
	+ a.checkout-button,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	.btn-check:focus
	+ button[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	.woocommerce-form-login
	.btn-check:focus
	+ button[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	.btn-check:focus
	+ button[type="submit"],
.woocommerce-order-pay
	#wc-paystack-form
	.btn-check:focus
	+ #paystack-payment-button,
.woocommerce-account form.woocommerce-form .btn-check:focus + button,
.woocommerce-account form.woocommerce-EditAccountForm .btn-check:focus + button,
.woocommerce-account form .woocommerce-address-fields .btn-check:focus + button,
.woocommerce-account form.woocommerce-ResetPassword .btn-check:focus + button,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	.btn-check:focus
	+ a,
.woocommerce-account .woocommerce-MyAccount-content .btn-check:focus + .button,
.woocommerce-account #add_payment_method .btn-check:focus + .button,
.woocommerce-error .btn-check:focus + a.button,
.woocommerce-message .btn-check:focus + a.button,
.woocommerce-info .btn-check:focus + a.button,
.btn-dark:focus,
.cart-dropdown p.woocommerce-mini-cart__buttons a:focus:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button:focus,
.sbx-product .summary form.cart .single_add_to_cart_button:focus,
.woocommerce ul.products li.product a.sbx-view-product:focus,
.woocommerce .products ul li.product a.sbx-view-product:focus,
.woocommerce-cart .return-to-shop a.button:focus,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button:focus[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.checkout-button:focus,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button:focus[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button:focus[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button:focus[type="submit"],
.woocommerce-order-pay #wc-paystack-form #paystack-payment-button:focus,
.woocommerce-account form.woocommerce-form button:focus,
.woocommerce-account form.woocommerce-EditAccountForm button:focus,
.woocommerce-account form .woocommerce-address-fields button:focus,
.woocommerce-account form.woocommerce-ResetPassword button:focus,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a:focus,
.woocommerce-account .woocommerce-MyAccount-content .button:focus,
.woocommerce-account #add_payment_method .button:focus,
.woocommerce-error a.button:focus,
.woocommerce-message a.button:focus,
.woocommerce-info a.button:focus {
	color: #ffffff;
	background-color: black;
	border-color: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-check:checked + .btn-dark,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.btn-check:checked
	+ a:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.btn-check:checked
	+ .single_add_to_cart_button,
.sbx-product .summary form.cart .btn-check:checked + .single_add_to_cart_button,
.woocommerce ul.products li.product .btn-check:checked + a.sbx-view-product,
.woocommerce .products ul li.product .btn-check:checked + a.sbx-view-product,
.woocommerce-cart .return-to-shop .btn-check:checked + a.button,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.btn-check:checked
	+ button[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	.btn-check:checked
	+ a.checkout-button,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	.btn-check:checked
	+ button[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	.woocommerce-form-login
	.btn-check:checked
	+ button[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	.btn-check:checked
	+ button[type="submit"],
.woocommerce-order-pay
	#wc-paystack-form
	.btn-check:checked
	+ #paystack-payment-button,
.woocommerce-account form.woocommerce-form .btn-check:checked + button,
.woocommerce-account
	form.woocommerce-EditAccountForm
	.btn-check:checked
	+ button,
.woocommerce-account
	form
	.woocommerce-address-fields
	.btn-check:checked
	+ button,
.woocommerce-account form.woocommerce-ResetPassword .btn-check:checked + button,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	.btn-check:checked
	+ a,
.woocommerce-account
	.woocommerce-MyAccount-content
	.btn-check:checked
	+ .button,
.woocommerce-account #add_payment_method .btn-check:checked + .button,
.woocommerce-error .btn-check:checked + a.button,
.woocommerce-message .btn-check:checked + a.button,
.woocommerce-info .btn-check:checked + a.button,
.btn-check:active + .btn-dark,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.btn-check:active
	+ a:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.btn-check:active
	+ .single_add_to_cart_button,
.sbx-product .summary form.cart .btn-check:active + .single_add_to_cart_button,
.woocommerce ul.products li.product .btn-check:active + a.sbx-view-product,
.woocommerce .products ul li.product .btn-check:active + a.sbx-view-product,
.woocommerce-cart .return-to-shop .btn-check:active + a.button,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.btn-check:active
	+ button[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	.btn-check:active
	+ a.checkout-button,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	.btn-check:active
	+ button[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	.woocommerce-form-login
	.btn-check:active
	+ button[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	.btn-check:active
	+ button[type="submit"],
.woocommerce-order-pay
	#wc-paystack-form
	.btn-check:active
	+ #paystack-payment-button,
.woocommerce-account form.woocommerce-form .btn-check:active + button,
.woocommerce-account
	form.woocommerce-EditAccountForm
	.btn-check:active
	+ button,
.woocommerce-account
	form
	.woocommerce-address-fields
	.btn-check:active
	+ button,
.woocommerce-account form.woocommerce-ResetPassword .btn-check:active + button,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	.btn-check:active
	+ a,
.woocommerce-account .woocommerce-MyAccount-content .btn-check:active + .button,
.woocommerce-account #add_payment_method .btn-check:active + .button,
.woocommerce-error .btn-check:active + a.button,
.woocommerce-message .btn-check:active + a.button,
.woocommerce-info .btn-check:active + a.button,
.btn-dark:active,
.cart-dropdown p.woocommerce-mini-cart__buttons a:active:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button:active,
.sbx-product .summary form.cart .single_add_to_cart_button:active,
.woocommerce ul.products li.product a.sbx-view-product:active,
.woocommerce .products ul li.product a.sbx-view-product:active,
.woocommerce-cart .return-to-shop a.button:active,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button:active[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.checkout-button:active,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button:active[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button:active[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button:active[type="submit"],
.woocommerce-order-pay #wc-paystack-form #paystack-payment-button:active,
.woocommerce-account form.woocommerce-form button:active,
.woocommerce-account form.woocommerce-EditAccountForm button:active,
.woocommerce-account form .woocommerce-address-fields button:active,
.woocommerce-account form.woocommerce-ResetPassword button:active,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a:active,
.woocommerce-account .woocommerce-MyAccount-content .button:active,
.woocommerce-account #add_payment_method .button:active,
.woocommerce-error a.button:active,
.woocommerce-message a.button:active,
.woocommerce-info a.button:active,
.btn-dark.active,
.cart-dropdown p.woocommerce-mini-cart__buttons a.active:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.active.single_add_to_cart_button,
.sbx-product .summary form.cart .active.single_add_to_cart_button,
.woocommerce ul.products li.product a.active.sbx-view-product,
.woocommerce .products ul li.product a.active.sbx-view-product,
.woocommerce-cart .return-to-shop a.active.button,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button.active[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.active.checkout-button,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button.active[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button.active[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button.active[type="submit"],
.woocommerce-order-pay #wc-paystack-form .active#paystack-payment-button,
.woocommerce-account form.woocommerce-form button.active,
.woocommerce-account form.woocommerce-EditAccountForm button.active,
.woocommerce-account form .woocommerce-address-fields button.active,
.woocommerce-account form.woocommerce-ResetPassword button.active,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a.active,
.woocommerce-account .woocommerce-MyAccount-content .active.button,
.woocommerce-account #add_payment_method .active.button,
.woocommerce-error a.active.button,
.woocommerce-message a.active.button,
.woocommerce-info a.active.button,
.show > .btn-dark.dropdown-toggle,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.show
	> a.dropdown-toggle:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.show
	> .dropdown-toggle.single_add_to_cart_button,
.sbx-product
	.summary
	form.cart
	.show
	> .dropdown-toggle.single_add_to_cart_button,
.woocommerce ul.products li.product .show > a.dropdown-toggle.sbx-view-product,
.woocommerce .products ul li.product .show > a.dropdown-toggle.sbx-view-product,
.woocommerce-cart .return-to-shop .show > a.dropdown-toggle.button,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.show
	> button.dropdown-toggle[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	.show
	> a.dropdown-toggle.checkout-button,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	.show
	> button.dropdown-toggle[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	.woocommerce-form-login
	.show
	> button.dropdown-toggle[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	.show
	> button.dropdown-toggle[type="submit"],
.woocommerce-order-pay
	#wc-paystack-form
	.show
	> .dropdown-toggle#paystack-payment-button,
.woocommerce-account form.woocommerce-form .show > button.dropdown-toggle,
.woocommerce-account
	form.woocommerce-EditAccountForm
	.show
	> button.dropdown-toggle,
.woocommerce-account
	form
	.woocommerce-address-fields
	.show
	> button.dropdown-toggle,
.woocommerce-account
	form.woocommerce-ResetPassword
	.show
	> button.dropdown-toggle,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	.show
	> a.dropdown-toggle,
.woocommerce-account
	.woocommerce-MyAccount-content
	.show
	> .dropdown-toggle.button,
.woocommerce-account #add_payment_method .show > .dropdown-toggle.button,
.woocommerce-error .show > a.dropdown-toggle.button,
.woocommerce-message .show > a.dropdown-toggle.button,
.woocommerce-info .show > a.dropdown-toggle.button {
	color: #ffffff;
	background-color: black;
	border-color: rgba(0, 0, 0, 0.25);
}

.btn-check:checked + .btn-dark:focus,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.btn-check:checked
	+ a:focus:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.btn-check:checked
	+ .single_add_to_cart_button:focus,
.sbx-product
	.summary
	form.cart
	.btn-check:checked
	+ .single_add_to_cart_button:focus,
.woocommerce
	ul.products
	li.product
	.btn-check:checked
	+ a.sbx-view-product:focus,
.woocommerce
	.products
	ul
	li.product
	.btn-check:checked
	+ a.sbx-view-product:focus,
.woocommerce-cart .return-to-shop .btn-check:checked + a.button:focus,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.btn-check:checked
	+ button:focus[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	.btn-check:checked
	+ a.checkout-button:focus,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	.btn-check:checked
	+ button:focus[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	.woocommerce-form-login
	.btn-check:checked
	+ button:focus[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	.btn-check:checked
	+ button:focus[type="submit"],
.woocommerce-order-pay
	#wc-paystack-form
	.btn-check:checked
	+ #paystack-payment-button:focus,
.woocommerce-account form.woocommerce-form .btn-check:checked + button:focus,
.woocommerce-account
	form.woocommerce-EditAccountForm
	.btn-check:checked
	+ button:focus,
.woocommerce-account
	form
	.woocommerce-address-fields
	.btn-check:checked
	+ button:focus,
.woocommerce-account
	form.woocommerce-ResetPassword
	.btn-check:checked
	+ button:focus,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	.btn-check:checked
	+ a:focus,
.woocommerce-account
	.woocommerce-MyAccount-content
	.btn-check:checked
	+ .button:focus,
.woocommerce-account #add_payment_method .btn-check:checked + .button:focus,
.woocommerce-error .btn-check:checked + a.button:focus,
.woocommerce-message .btn-check:checked + a.button:focus,
.woocommerce-info .btn-check:checked + a.button:focus,
.btn-check:active + .btn-dark:focus,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.btn-check:active
	+ a:focus:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.btn-check:active
	+ .single_add_to_cart_button:focus,
.sbx-product
	.summary
	form.cart
	.btn-check:active
	+ .single_add_to_cart_button:focus,
.woocommerce
	ul.products
	li.product
	.btn-check:active
	+ a.sbx-view-product:focus,
.woocommerce
	.products
	ul
	li.product
	.btn-check:active
	+ a.sbx-view-product:focus,
.woocommerce-cart .return-to-shop .btn-check:active + a.button:focus,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.btn-check:active
	+ button:focus[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	.btn-check:active
	+ a.checkout-button:focus,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	.btn-check:active
	+ button:focus[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	.woocommerce-form-login
	.btn-check:active
	+ button:focus[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	.btn-check:active
	+ button:focus[type="submit"],
.woocommerce-order-pay
	#wc-paystack-form
	.btn-check:active
	+ #paystack-payment-button:focus,
.woocommerce-account form.woocommerce-form .btn-check:active + button:focus,
.woocommerce-account
	form.woocommerce-EditAccountForm
	.btn-check:active
	+ button:focus,
.woocommerce-account
	form
	.woocommerce-address-fields
	.btn-check:active
	+ button:focus,
.woocommerce-account
	form.woocommerce-ResetPassword
	.btn-check:active
	+ button:focus,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	.btn-check:active
	+ a:focus,
.woocommerce-account
	.woocommerce-MyAccount-content
	.btn-check:active
	+ .button:focus,
.woocommerce-account #add_payment_method .btn-check:active + .button:focus,
.woocommerce-error .btn-check:active + a.button:focus,
.woocommerce-message .btn-check:active + a.button:focus,
.woocommerce-info .btn-check:active + a.button:focus,
.btn-dark:active:focus,
.cart-dropdown p.woocommerce-mini-cart__buttons a:active:focus:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button:active:focus,
.sbx-product .summary form.cart .single_add_to_cart_button:active:focus,
.woocommerce ul.products li.product a.sbx-view-product:active:focus,
.woocommerce .products ul li.product a.sbx-view-product:active:focus,
.woocommerce-cart .return-to-shop a.button:active:focus,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button:active:focus[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.checkout-button:active:focus,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button:active:focus[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	.woocommerce-form-login
	button:active:focus[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	button:active:focus[type="submit"],
.woocommerce-order-pay #wc-paystack-form #paystack-payment-button:active:focus,
.woocommerce-account form.woocommerce-form button:active:focus,
.woocommerce-account form.woocommerce-EditAccountForm button:active:focus,
.woocommerce-account form .woocommerce-address-fields button:active:focus,
.woocommerce-account form.woocommerce-ResetPassword button:active:focus,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	a:active:focus,
.woocommerce-account .woocommerce-MyAccount-content .button:active:focus,
.woocommerce-account #add_payment_method .button:active:focus,
.woocommerce-error a.button:active:focus,
.woocommerce-message a.button:active:focus,
.woocommerce-info a.button:active:focus,
.btn-dark.active:focus,
.cart-dropdown p.woocommerce-mini-cart__buttons a.active:focus:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.active.single_add_to_cart_button:focus,
.sbx-product .summary form.cart .active.single_add_to_cart_button:focus,
.woocommerce ul.products li.product a.active.sbx-view-product:focus,
.woocommerce .products ul li.product a.active.sbx-view-product:focus,
.woocommerce-cart .return-to-shop a.active.button:focus,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button.active:focus[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.active.checkout-button:focus,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button.active:focus[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	.woocommerce-form-login
	button.active:focus[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	button.active:focus[type="submit"],
.woocommerce-order-pay #wc-paystack-form .active#paystack-payment-button:focus,
.woocommerce-account form.woocommerce-form button.active:focus,
.woocommerce-account form.woocommerce-EditAccountForm button.active:focus,
.woocommerce-account form .woocommerce-address-fields button.active:focus,
.woocommerce-account form.woocommerce-ResetPassword button.active:focus,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	a.active:focus,
.woocommerce-account .woocommerce-MyAccount-content .active.button:focus,
.woocommerce-account #add_payment_method .active.button:focus,
.woocommerce-error a.active.button:focus,
.woocommerce-message a.active.button:focus,
.woocommerce-info a.active.button:focus,
.show > .btn-dark.dropdown-toggle:focus,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.show
	> a.dropdown-toggle:focus:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.show
	> .dropdown-toggle.single_add_to_cart_button:focus,
.sbx-product
	.summary
	form.cart
	.show
	> .dropdown-toggle.single_add_to_cart_button:focus,
.woocommerce
	ul.products
	li.product
	.show
	> a.dropdown-toggle.sbx-view-product:focus,
.woocommerce
	.products
	ul
	li.product
	.show
	> a.dropdown-toggle.sbx-view-product:focus,
.woocommerce-cart .return-to-shop .show > a.dropdown-toggle.button:focus,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.show
	> button.dropdown-toggle:focus[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	.show
	> a.dropdown-toggle.checkout-button:focus,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	.show
	> button.dropdown-toggle:focus[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	.woocommerce-form-login
	.show
	> button.dropdown-toggle:focus[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	.show
	> button.dropdown-toggle:focus[type="submit"],
.woocommerce-order-pay
	#wc-paystack-form
	.show
	> .dropdown-toggle#paystack-payment-button:focus,
.woocommerce-account form.woocommerce-form .show > button.dropdown-toggle:focus,
.woocommerce-account
	form.woocommerce-EditAccountForm
	.show
	> button.dropdown-toggle:focus,
.woocommerce-account
	form
	.woocommerce-address-fields
	.show
	> button.dropdown-toggle:focus,
.woocommerce-account
	form.woocommerce-ResetPassword
	.show
	> button.dropdown-toggle:focus,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	.show
	> a.dropdown-toggle:focus,
.woocommerce-account
	.woocommerce-MyAccount-content
	.show
	> .dropdown-toggle.button:focus,
.woocommerce-account #add_payment_method .show > .dropdown-toggle.button:focus,
.woocommerce-error .show > a.dropdown-toggle.button:focus,
.woocommerce-message .show > a.dropdown-toggle.button:focus,
.woocommerce-info .show > a.dropdown-toggle.button:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-dark:disabled,
.cart-dropdown p.woocommerce-mini-cart__buttons a:disabled:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button:disabled,
.sbx-product .summary form.cart .single_add_to_cart_button:disabled,
.woocommerce ul.products li.product a.sbx-view-product:disabled,
.woocommerce .products ul li.product a.sbx-view-product:disabled,
.woocommerce-cart .return-to-shop a.button:disabled,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button:disabled[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.checkout-button:disabled,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button:disabled[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button:disabled[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button:disabled[type="submit"],
.woocommerce-order-pay #wc-paystack-form #paystack-payment-button:disabled,
.woocommerce-account form.woocommerce-form button:disabled,
.woocommerce-account form.woocommerce-EditAccountForm button:disabled,
.woocommerce-account form .woocommerce-address-fields button:disabled,
.woocommerce-account form.woocommerce-ResetPassword button:disabled,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a:disabled,
.woocommerce-account .woocommerce-MyAccount-content .button:disabled,
.woocommerce-account #add_payment_method .button:disabled,
.woocommerce-error a.button:disabled,
.woocommerce-message a.button:disabled,
.woocommerce-info a.button:disabled,
.btn-dark.disabled,
.cart-dropdown p.woocommerce-mini-cart__buttons a.disabled:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.disabled.single_add_to_cart_button,
.sbx-product .summary form.cart .disabled.single_add_to_cart_button,
.woocommerce ul.products li.product a.disabled.sbx-view-product,
.woocommerce .products ul li.product a.disabled.sbx-view-product,
.woocommerce-cart .return-to-shop a.disabled.button,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button.disabled[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.disabled.checkout-button,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button.disabled[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button.disabled[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button.disabled[type="submit"],
.woocommerce-order-pay #wc-paystack-form .disabled#paystack-payment-button,
.woocommerce-account form.woocommerce-form button.disabled,
.woocommerce-account form.woocommerce-EditAccountForm button.disabled,
.woocommerce-account form .woocommerce-address-fields button.disabled,
.woocommerce-account form.woocommerce-ResetPassword button.disabled,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a.disabled,
.woocommerce-account .woocommerce-MyAccount-content .disabled.button,
.woocommerce-account #add_payment_method .disabled.button,
.woocommerce-error a.disabled.button,
.woocommerce-message a.disabled.button,
.woocommerce-info a.disabled.button {
	color: #ffffff;
	background-color: #000000;
	border-color: transparent;
}

.btn-dark:hover,
.cart-dropdown p.woocommerce-mini-cart__buttons a:hover:first-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button:hover,
.sbx-product .summary form.cart .single_add_to_cart_button:hover,
.woocommerce ul.products li.product a.sbx-view-product:hover,
.woocommerce .products ul li.product a.sbx-view-product:hover,
.woocommerce-cart .return-to-shop a.button:hover,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button:hover[name="update_cart"],
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.checkout-button:hover,
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button:hover[name="woocommerce_checkout_place_order"],
.woocommerce-checkout .woocommerce-form-login button:hover[type="submit"],
.woocommerce-checkout .woocommerce-form-coupon button:hover[type="submit"],
.woocommerce-order-pay #wc-paystack-form #paystack-payment-button:hover,
.woocommerce-account form.woocommerce-form button:hover,
.woocommerce-account form.woocommerce-EditAccountForm button:hover,
.woocommerce-account form .woocommerce-address-fields button:hover,
.woocommerce-account form.woocommerce-ResetPassword button:hover,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title a:hover,
.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-account #add_payment_method .button:hover,
.woocommerce-error a.button:hover,
.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover {
	color: white;
	background: #C9A96E ;
	border: 1px solid #C9A96E ;
}

.btn-outline-dark,
.pagination ul.pagination .page-link.prev,
.pagination ul.pagination .page-link.next,
.cart-dropdown p.woocommerce-mini-cart__buttons a:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button[name="apply_coupon"],
.woocommerce-account .woocommerce-MyAccount-navigation .navbar-toggler,
.woocommerce-account .woocommerce-MyAccount-greeting span:last-of-type a,
.woocommerce-account table.woocommerce-MyAccount-orders a.button,
.woocommerce-account .woocommerce-MyAccount-paymentMethods .button.delete {
	color: #000000;
	border-color: #000000;
}

.btn-outline-dark:hover,
.pagination ul.pagination .page-link.prev:hover,
.pagination ul.pagination .page-link.next:hover,
.cart-dropdown p.woocommerce-mini-cart__buttons a:hover:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button:hover[name="apply_coupon"],
.woocommerce-account .woocommerce-MyAccount-navigation .navbar-toggler:hover,
.woocommerce-account .woocommerce-MyAccount-greeting span:last-of-type a:hover,
.woocommerce-account table.woocommerce-MyAccount-orders a.button:hover,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.button.delete:hover {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

.btn-check:focus + .btn-outline-dark,
.pagination ul.pagination .btn-check:focus + .page-link.prev,
.pagination ul.pagination .btn-check:focus + .page-link.next,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.btn-check:focus
	+ a:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	.btn-check:focus
	+ button[name="apply_coupon"],
.woocommerce-account
	.woocommerce-MyAccount-navigation
	.btn-check:focus
	+ .navbar-toggler,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	.btn-check:focus
	+ a,
.woocommerce-account
	table.woocommerce-MyAccount-orders
	.btn-check:focus
	+ a.button,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.btn-check:focus
	+ .button.delete,
.btn-outline-dark:focus,
.pagination ul.pagination .page-link.prev:focus,
.pagination ul.pagination .page-link.next:focus,
.cart-dropdown p.woocommerce-mini-cart__buttons a:focus:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button:focus[name="apply_coupon"],
.woocommerce-account .woocommerce-MyAccount-navigation .navbar-toggler:focus,
.woocommerce-account .woocommerce-MyAccount-greeting span:last-of-type a:focus,
.woocommerce-account table.woocommerce-MyAccount-orders a.button:focus,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.button.delete:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.btn-check:checked + .btn-outline-dark,
.pagination ul.pagination .btn-check:checked + .page-link.prev,
.pagination ul.pagination .btn-check:checked + .page-link.next,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.btn-check:checked
	+ a:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	.btn-check:checked
	+ button[name="apply_coupon"],
.woocommerce-account
	.woocommerce-MyAccount-navigation
	.btn-check:checked
	+ .navbar-toggler,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	.btn-check:checked
	+ a,
.woocommerce-account
	table.woocommerce-MyAccount-orders
	.btn-check:checked
	+ a.button,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.btn-check:checked
	+ .button.delete,
.btn-check:active + .btn-outline-dark,
.pagination ul.pagination .btn-check:active + .page-link.prev,
.pagination ul.pagination .btn-check:active + .page-link.next,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.btn-check:active
	+ a:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	.btn-check:active
	+ button[name="apply_coupon"],
.woocommerce-account
	.woocommerce-MyAccount-navigation
	.btn-check:active
	+ .navbar-toggler,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	.btn-check:active
	+ a,
.woocommerce-account
	table.woocommerce-MyAccount-orders
	.btn-check:active
	+ a.button,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.btn-check:active
	+ .button.delete,
.btn-outline-dark:active,
.pagination ul.pagination .page-link.prev:active,
.pagination ul.pagination .page-link.next:active,
.cart-dropdown p.woocommerce-mini-cart__buttons a:active:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button:active[name="apply_coupon"],
.woocommerce-account .woocommerce-MyAccount-navigation .navbar-toggler:active,
.woocommerce-account .woocommerce-MyAccount-greeting span:last-of-type a:active,
.woocommerce-account table.woocommerce-MyAccount-orders a.button:active,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.button.delete:active,
.btn-outline-dark.active,
.pagination ul.pagination .active.page-link.prev,
.pagination ul.pagination .active.page-link.next,
.cart-dropdown p.woocommerce-mini-cart__buttons a.active:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button.active[name="apply_coupon"],
.woocommerce-account .woocommerce-MyAccount-navigation .active.navbar-toggler,
.woocommerce-account .woocommerce-MyAccount-greeting span:last-of-type a.active,
.woocommerce-account table.woocommerce-MyAccount-orders a.active.button,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.active.button.delete,
.btn-outline-dark.dropdown-toggle.show,
.pagination ul.pagination .dropdown-toggle.show.page-link.prev,
.pagination ul.pagination .dropdown-toggle.show.page-link.next,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	a.dropdown-toggle.show:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button.dropdown-toggle.show[name="apply_coupon"],
.woocommerce-account
	.woocommerce-MyAccount-navigation
	.dropdown-toggle.show.navbar-toggler,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	a.dropdown-toggle.show,
.woocommerce-account
	table.woocommerce-MyAccount-orders
	a.dropdown-toggle.show.button,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.dropdown-toggle.show.button.delete {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

.btn-check:checked + .btn-outline-dark:focus,
.pagination ul.pagination .btn-check:checked + .page-link.prev:focus,
.pagination ul.pagination .btn-check:checked + .page-link.next:focus,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.btn-check:checked
	+ a:focus:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	.btn-check:checked
	+ button:focus[name="apply_coupon"],
.woocommerce-account
	.woocommerce-MyAccount-navigation
	.btn-check:checked
	+ .navbar-toggler:focus,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	.btn-check:checked
	+ a:focus,
.woocommerce-account
	table.woocommerce-MyAccount-orders
	.btn-check:checked
	+ a.button:focus,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.btn-check:checked
	+ .button.delete:focus,
.btn-check:active + .btn-outline-dark:focus,
.pagination ul.pagination .btn-check:active + .page-link.prev:focus,
.pagination ul.pagination .btn-check:active + .page-link.next:focus,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.btn-check:active
	+ a:focus:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	.btn-check:active
	+ button:focus[name="apply_coupon"],
.woocommerce-account
	.woocommerce-MyAccount-navigation
	.btn-check:active
	+ .navbar-toggler:focus,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	.btn-check:active
	+ a:focus,
.woocommerce-account
	table.woocommerce-MyAccount-orders
	.btn-check:active
	+ a.button:focus,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.btn-check:active
	+ .button.delete:focus,
.btn-outline-dark:active:focus,
.pagination ul.pagination .page-link.prev:active:focus,
.pagination ul.pagination .page-link.next:active:focus,
.cart-dropdown p.woocommerce-mini-cart__buttons a:active:focus:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button:active:focus[name="apply_coupon"],
.woocommerce-account
	.woocommerce-MyAccount-navigation
	.navbar-toggler:active:focus,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	a:active:focus,
.woocommerce-account table.woocommerce-MyAccount-orders a.button:active:focus,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.button.delete:active:focus,
.btn-outline-dark.active:focus,
.pagination ul.pagination .active.page-link.prev:focus,
.pagination ul.pagination .active.page-link.next:focus,
.cart-dropdown p.woocommerce-mini-cart__buttons a.active:focus:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button.active:focus[name="apply_coupon"],
.woocommerce-account
	.woocommerce-MyAccount-navigation
	.active.navbar-toggler:focus,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	a.active:focus,
.woocommerce-account table.woocommerce-MyAccount-orders a.active.button:focus,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.active.button.delete:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.pagination ul.pagination .dropdown-toggle.show.page-link.prev:focus,
.pagination ul.pagination .dropdown-toggle.show.page-link.next:focus,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	a.dropdown-toggle.show:focus:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button.dropdown-toggle.show:focus[name="apply_coupon"],
.woocommerce-account
	.woocommerce-MyAccount-navigation
	.dropdown-toggle.show.navbar-toggler:focus,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	a.dropdown-toggle.show:focus,
.woocommerce-account
	table.woocommerce-MyAccount-orders
	a.dropdown-toggle.show.button:focus,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.dropdown-toggle.show.button.delete:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.btn-outline-dark:disabled,
.pagination ul.pagination .page-link.prev:disabled,
.pagination ul.pagination .page-link.next:disabled,
.cart-dropdown p.woocommerce-mini-cart__buttons a:disabled:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button:disabled[name="apply_coupon"],
.woocommerce-account .woocommerce-MyAccount-navigation .navbar-toggler:disabled,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	a:disabled,
.woocommerce-account table.woocommerce-MyAccount-orders a.button:disabled,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.button.delete:disabled,
.btn-outline-dark.disabled,
.pagination ul.pagination .disabled.page-link.prev,
.pagination ul.pagination .disabled.page-link.next,
.cart-dropdown p.woocommerce-mini-cart__buttons a.disabled:last-of-type,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button.disabled[name="apply_coupon"],
.woocommerce-account .woocommerce-MyAccount-navigation .disabled.navbar-toggler,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	a.disabled,
.woocommerce-account table.woocommerce-MyAccount-orders a.disabled.button,
.woocommerce-account
	.woocommerce-MyAccount-paymentMethods
	.disabled.button.delete {
	color: #000000;
	background-color: transparent;
}

.btn-light,
.woocommerce-order-pay #wc-paystack-form #paystack-cancel-payment-button {
	color: #000000;
	background-color: #ffffff;
	border-color: #1b1c1d;
}

.btn-light:hover,
.woocommerce-order-pay #wc-paystack-form #paystack-cancel-payment-button:hover {
	color: #000000;
	background-color: white;
	border-color: #323334;
}

.btn-check:focus + .btn-light,
.woocommerce-order-pay
	#wc-paystack-form
	.btn-check:focus
	+ #paystack-cancel-payment-button,
.btn-light:focus,
.woocommerce-order-pay #wc-paystack-form #paystack-cancel-payment-button:focus {
	color: #000000;
	background-color: white;
	border-color: #323334;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(23, 24, 25, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(23, 24, 25, 0.5);
}

.btn-check:checked + .btn-light,
.woocommerce-order-pay
	#wc-paystack-form
	.btn-check:checked
	+ #paystack-cancel-payment-button,
.btn-check:active + .btn-light,
.woocommerce-order-pay
	#wc-paystack-form
	.btn-check:active
	+ #paystack-cancel-payment-button,
.btn-light:active,
.woocommerce-order-pay #wc-paystack-form #paystack-cancel-payment-button:active,
.btn-light.active,
.woocommerce-order-pay #wc-paystack-form .active#paystack-cancel-payment-button,
.show > .btn-light.dropdown-toggle,
.woocommerce-order-pay
	#wc-paystack-form
	.show
	> .dropdown-toggle#paystack-cancel-payment-button {
	color: #000000;
	background-color: white;
	border-color: #323334;
}

.btn-check:checked + .btn-light:focus,
.woocommerce-order-pay
	#wc-paystack-form
	.btn-check:checked
	+ #paystack-cancel-payment-button:focus,
.btn-check:active + .btn-light:focus,
.woocommerce-order-pay
	#wc-paystack-form
	.btn-check:active
	+ #paystack-cancel-payment-button:focus,
.btn-light:active:focus,
.woocommerce-order-pay
	#wc-paystack-form
	#paystack-cancel-payment-button:active:focus,
.btn-light.active:focus,
.woocommerce-order-pay
	#wc-paystack-form
	.active#paystack-cancel-payment-button:focus,
.show > .btn-light.dropdown-toggle:focus,
.woocommerce-order-pay
	#wc-paystack-form
	.show
	> .dropdown-toggle#paystack-cancel-payment-button:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(23, 24, 25, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(23, 24, 25, 0.5);
}

.btn-light:disabled,
.woocommerce-order-pay
	#wc-paystack-form
	#paystack-cancel-payment-button:disabled,
.btn-light.disabled,
.woocommerce-order-pay
	#wc-paystack-form
	.disabled#paystack-cancel-payment-button {
	color: #000000;
	background-color: #ffffff;
	border-color: #1b1c1d;
}

.bkg-primary {
	background: #C9A96E ;
}

.bkg-secondary {
	background: #F7F5F2;
}

.sec-bkg {
	background-color: #F7F5F2;
}

.sec-bkg-grey {
	background-color: #d6d3d3;
}

.sec-hdr.xs {
	letter-spacing: 0.05rem;
	display: inline-block;
	vertical-align: middle;
	font-size: 0.95rem;
	position: relative;
}

.sec-hdr.sm {
	font-size: 0.85rem;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
	.sec-hdr.sm {
		font-size: 0.9rem;
	}
}

.sec-hdr.lg {
	font-size: 1.7rem;
	font-family: var(--font-bold);
	line-height: 1;
	letter-spacing: 0.04rem;
}

@media only screen and (min-width: 768px) {
	.sec-hdr.lg {
		font-size: 2.7rem;
	}
}

.sec-hdr.md {
	font-size: 1.6rem;
	font-family: "AR";
	line-height: 1.2;
	letter-spacing: 0.04rem;
}

@media only screen and (min-width: 768px) {
	.sec-hdr.md {
		font-size: 2rem;
		text-align: left;
	}
}

@media only screen and (min-width: 992px) {
	.sec-hdr.md {
		font-size: 1.8rem;
		text-align: left;
	}
}

.sec-hdr.rg {
	font-size: 1.2rem;
	font-family: "AR";
	line-height: 1.2;
	letter-spacing: 0.04rem;
}

@media only screen and (min-width: 768px) {
	.sec-hdr.rg {
		font-size: 1.2rem;
		text-align: left;
	}
}

@media only screen and (min-width: 992px) {
	.sec-hdr.rg {
		font-size: 1.2rem;
		text-align: left;
	}
}

.sec-hdr span {
	color: #C9A96E ;
}

.sec-hdr.primary {
	color: #C9A96E ;
}

.sec-hdr.secondary {
	color: #F7F5F2;
}

.sec-hdr.dark-grey {
	color: rgba(27, 28, 29, 0.8);
}

.sec-hdr.primary-dark {
	color: #00224c;
}

.sec-hdr.wht {
	color: #ffffff;
}

.section-image {
	width: 100%;
	border-radius: 0.5rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.sec-text,
.sec-text p {
	font-size: 0.95rem;
	font-weight: 400;
	letter-spacing: 0.03rem;
	color: rgba(76, 77, 86, 0.9);
	margin-bottom: 0.6rem;
}

@media only screen and (min-width: 768px) {
	.sec-text,
	.sec-text p {
		font-size: 1rem;
	}
}

@media only screen and (min-width: 992px) {
	.sec-text,
	.sec-text p {
		font-size: 1rem;
	}
}

.sec-text.sm,
.sec-text p.sm {
	font-size: 0.85rem;
}

@media only screen and (min-width: 768px) {
	.sec-text.sm,
	.sec-text p.sm {
		font-size: 0.8rem;
	}
}

.sec-text.lg,
.sec-text p.lg {
	font-size: 1.1rem !important;
}

@media only screen and (min-width: 768px) {
	.sec-text.lg,
	.sec-text p.lg {
		font-size: 1.1rem;
	}
}

.sec-text a,
.sec-text p a {
	color: #1b1c1d;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.sec-text a:hover,
.sec-text p a:hover {
	color: #C9A96E ;
}

.sec-text.wht,
.sec-text p.wht {
	color: white;
}

.sec-text.wht p,
.sec-text p.wht p {
	color: white;
}

.sec-text.quaternary,
.sec-text p.quaternary {
	color: #ba9274;
}

.sec-text.quaternary p,
.sec-text p.quaternary p {
	color: #ba9274;
}

.sec-text p > img,
.sec-text p p > img {
	margin: 1rem 0;
	border-radius: 0.3rem;
}

@media only screen and (min-width: 768px) {
	.sec-text p > img,
	.sec-text p p > img {
		margin: 2rem 0;
	}
}

.sec-text img,
.sec-text p img {
	width: 100%;
	height: auto;
}

.sec-text h2,
.sec-text .h2,
.sec-text .testimonial-cards__image-text,
.sec-text p h2,
.sec-text p .h2,
.sec-text p .testimonial-cards__image-text {
	font-size: 1.9rem;
	font-family: "AH";
	line-height: 1.2;
	letter-spacing: 0.04rem;
}

.sec-text h3,
.sec-text .h3,
.sec-text
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-heading,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.sec-text
	.wc-bacs-bank-details-heading,
.sec-text
	.woocommerce-order-received
	.woocommerce-customer-details
	.woocommerce-column__title,
.woocommerce-order-received
	.woocommerce-customer-details
	.sec-text
	.woocommerce-column__title,
.sec-text
	.woocommerce-account
	.woocommerce-customer-details
	.woocommerce-column__title,
.woocommerce-account
	.woocommerce-customer-details
	.sec-text
	.woocommerce-column__title,
.sec-text p h3,
.sec-text p .h3,
.sec-text
	p
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-heading,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.sec-text
	p
	.wc-bacs-bank-details-heading,
.sec-text
	p
	.woocommerce-order-received
	.woocommerce-customer-details
	.woocommerce-column__title,
.woocommerce-order-received
	.woocommerce-customer-details
	.sec-text
	p
	.woocommerce-column__title,
.sec-text
	p
	.woocommerce-account
	.woocommerce-customer-details
	.woocommerce-column__title,
.woocommerce-account
	.woocommerce-customer-details
	.sec-text
	p
	.woocommerce-column__title {
	font-size: 1.45rem;
	font-family: "AH";
	line-height: 1.2;
	letter-spacing: 0.04rem;
}

@media only screen and (min-width: 768px) {
	.sec-text h3,
	.sec-text .h3,
	.sec-text
		.woocommerce-order-received
		.woocommerce-bacs-bank-details
		.wc-bacs-bank-details-heading,
	.woocommerce-order-received
		.woocommerce-bacs-bank-details
		.sec-text
		.wc-bacs-bank-details-heading,
	.sec-text
		.woocommerce-order-received
		.woocommerce-customer-details
		.woocommerce-column__title,
	.woocommerce-order-received
		.woocommerce-customer-details
		.sec-text
		.woocommerce-column__title,
	.sec-text
		.woocommerce-account
		.woocommerce-customer-details
		.woocommerce-column__title,
	.woocommerce-account
		.woocommerce-customer-details
		.sec-text
		.woocommerce-column__title,
	.sec-text p h3,
	.sec-text p .h3,
	.sec-text
		p
		.woocommerce-order-received
		.woocommerce-bacs-bank-details
		.wc-bacs-bank-details-heading,
	.woocommerce-order-received
		.woocommerce-bacs-bank-details
		.sec-text
		p
		.wc-bacs-bank-details-heading,
	.sec-text
		p
		.woocommerce-order-received
		.woocommerce-customer-details
		.woocommerce-column__title,
	.woocommerce-order-received
		.woocommerce-customer-details
		.sec-text
		p
		.woocommerce-column__title,
	.sec-text
		p
		.woocommerce-account
		.woocommerce-customer-details
		.woocommerce-column__title,
	.woocommerce-account
		.woocommerce-customer-details
		.sec-text
		p
		.woocommerce-column__title {
		font-size: 1.8rem;
	}
}

.sec-text h4,
.sec-text .h4,
.sec-text
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-account-name,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.sec-text
	.wc-bacs-bank-details-account-name,
.sec-text p h4,
.sec-text p .h4,
.sec-text
	p
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-account-name,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.sec-text
	p
	.wc-bacs-bank-details-account-name {
	font-size: 1.5rem;
}

.sec-text h2,
.sec-text .h2,
.sec-text .testimonial-cards__image-text,
.sec-text h3,
.sec-text .h3,
.sec-text
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-heading,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.sec-text
	.wc-bacs-bank-details-heading,
.sec-text
	.woocommerce-order-received
	.woocommerce-customer-details
	.woocommerce-column__title,
.woocommerce-order-received
	.woocommerce-customer-details
	.sec-text
	.woocommerce-column__title,
.sec-text
	.woocommerce-account
	.woocommerce-customer-details
	.woocommerce-column__title,
.woocommerce-account
	.woocommerce-customer-details
	.sec-text
	.woocommerce-column__title,
.sec-text h4,
.sec-text .h4,
.sec-text
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-account-name,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.sec-text
	.wc-bacs-bank-details-account-name,
.sec-text p h2,
.sec-text p .h2,
.sec-text p .testimonial-cards__image-text,
.sec-text p h3,
.sec-text p .h3,
.sec-text
	p
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-heading,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.sec-text
	p
	.wc-bacs-bank-details-heading,
.sec-text
	p
	.woocommerce-order-received
	.woocommerce-customer-details
	.woocommerce-column__title,
.woocommerce-order-received
	.woocommerce-customer-details
	.sec-text
	p
	.woocommerce-column__title,
.sec-text
	p
	.woocommerce-account
	.woocommerce-customer-details
	.woocommerce-column__title,
.woocommerce-account
	.woocommerce-customer-details
	.sec-text
	p
	.woocommerce-column__title,
.sec-text p h4,
.sec-text p .h4,
.sec-text
	p
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-account-name,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.sec-text
	p
	.wc-bacs-bank-details-account-name {
	line-height: 1.1;
	color: #C9A96E ;
}

.sec-text h4 + p,
.sec-text .h4 + p,
.sec-text
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-account-name
	+ p,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.sec-text
	.wc-bacs-bank-details-account-name
	+ p,
.sec-text p h4 + p,
.sec-text p .h4 + p,
.sec-text
	p
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-account-name
	+ p,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.sec-text
	p
	.wc-bacs-bank-details-account-name
	+ p {
	margin-top: 2vh;
}

.sec-text h2 + p,
.sec-text .h2 + p,
.sec-text .testimonial-cards__image-text + p,
.sec-text h3 + p,
.sec-text .h3 + p,
.sec-text
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-heading
	+ p,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.sec-text
	.wc-bacs-bank-details-heading
	+ p,
.sec-text
	.woocommerce-order-received
	.woocommerce-customer-details
	.woocommerce-column__title
	+ p,
.woocommerce-order-received
	.woocommerce-customer-details
	.sec-text
	.woocommerce-column__title
	+ p,
.sec-text
	.woocommerce-account
	.woocommerce-customer-details
	.woocommerce-column__title
	+ p,
.woocommerce-account
	.woocommerce-customer-details
	.sec-text
	.woocommerce-column__title
	+ p,
.sec-text p h2 + p,
.sec-text p .h2 + p,
.sec-text p .testimonial-cards__image-text + p,
.sec-text p h3 + p,
.sec-text p .h3 + p,
.sec-text
	p
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-heading
	+ p,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.sec-text
	p
	.wc-bacs-bank-details-heading
	+ p,
.sec-text
	p
	.woocommerce-order-received
	.woocommerce-customer-details
	.woocommerce-column__title
	+ p,
.woocommerce-order-received
	.woocommerce-customer-details
	.sec-text
	p
	.woocommerce-column__title
	+ p,
.sec-text
	p
	.woocommerce-account
	.woocommerce-customer-details
	.woocommerce-column__title
	+ p,
.woocommerce-account
	.woocommerce-customer-details
	.sec-text
	p
	.woocommerce-column__title
	+ p {
	margin-top: 1rem;
}

.sec-text p + h2,
.sec-text p + .h2,
.sec-text p + .testimonial-cards__image-text,
.sec-text p p + h2,
.sec-text p p + .h2,
.sec-text p p + .testimonial-cards__image-text {
	margin-top: 4vh;
	margin-bottom: 3.5vh;
}

.sec-text p + h3,
.sec-text p + .h3,
.sec-text
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	p
	+ .wc-bacs-bank-details-heading,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.sec-text
	p
	+ .wc-bacs-bank-details-heading,
.sec-text
	.woocommerce-order-received
	.woocommerce-customer-details
	p
	+ .woocommerce-column__title,
.woocommerce-order-received
	.woocommerce-customer-details
	.sec-text
	p
	+ .woocommerce-column__title,
.sec-text
	.woocommerce-account
	.woocommerce-customer-details
	p
	+ .woocommerce-column__title,
.woocommerce-account
	.woocommerce-customer-details
	.sec-text
	p
	+ .woocommerce-column__title,
.sec-text p + h4,
.sec-text p + .h4,
.sec-text
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	p
	+ .wc-bacs-bank-details-account-name,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.sec-text
	p
	+ .wc-bacs-bank-details-account-name,
.sec-text p p + h3,
.sec-text p p + .h3,
.sec-text
	p
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	p
	+ .wc-bacs-bank-details-heading,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.sec-text
	p
	p
	+ .wc-bacs-bank-details-heading,
.sec-text
	p
	.woocommerce-order-received
	.woocommerce-customer-details
	p
	+ .woocommerce-column__title,
.woocommerce-order-received
	.woocommerce-customer-details
	.sec-text
	p
	p
	+ .woocommerce-column__title,
.sec-text
	p
	.woocommerce-account
	.woocommerce-customer-details
	p
	+ .woocommerce-column__title,
.woocommerce-account
	.woocommerce-customer-details
	.sec-text
	p
	p
	+ .woocommerce-column__title,
.sec-text p p + h4,
.sec-text p p + .h4,
.sec-text
	p
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	p
	+ .wc-bacs-bank-details-account-name,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.sec-text
	p
	p
	+ .wc-bacs-bank-details-account-name {
	margin-top: 1.5rem;
}

.sec-text.roles p,
.sec-text p.roles p {
	font-size: 0.9rem;
	letter-spacing: 0.03rem;
}

.sec-text.roles ul,
.sec-text p.roles ul {
	margin-top: 0.5rem;
}

.sec-text.roles ul li,
.sec-text p.roles ul li {
	font-size: 0.9rem;
	line-height: 1.6;
	letter-spacing: 0.04rem;
}

.sec-text.roles h4,
.sec-text.roles .h4,
.sec-text.roles
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-account-name,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.sec-text.roles
	.wc-bacs-bank-details-account-name,
.sec-text p.roles h4,
.sec-text p.roles .h4,
.sec-text
	p.roles
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-account-name,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.sec-text
	p.roles
	.wc-bacs-bank-details-account-name {
	font-size: 1.1rem;
	font-family: "AH", serif;
}

.sec-text.roles h5,
.sec-text.roles .h5,
.sec-text p.roles h5,
.sec-text p.roles .h5 {
	font-size: 1rem;
	font-family: "AH", serif;
}

.sec-text.roles p + h4,
.sec-text.roles p + .h4,
.sec-text.roles
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	p
	+ .wc-bacs-bank-details-account-name,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.sec-text.roles
	p
	+ .wc-bacs-bank-details-account-name,
.sec-text p.roles p + h4,
.sec-text p.roles p + .h4,
.sec-text
	p.roles
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	p
	+ .wc-bacs-bank-details-account-name,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.sec-text
	p.roles
	p
	+ .wc-bacs-bank-details-account-name {
	margin-top: 1.5rem;
	margin-bottom: 0.7rem;
}

.sec-text.roles p + h5,
.sec-text.roles p + .h5,
.sec-text p.roles p + h5,
.sec-text p.roles p + .h5 {
	margin-top: 1rem;
	margin-bottom: 0.4rem;
}

.feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 2rem 1rem;
}

@media only screen and (min-width: 768px) {
	.feature {
		padding: 3rem 1rem;
	}
}

@media only screen and (min-width: 992px) {
	.feature {
		padding: 4rem 1rem 2rem;
	}
}

.feature__breadcrumbs {
	text-transform: capitalize;
	font-size: 0.8rem;
	letter-spacing: 0.09rem;
	color: #707070;
}

.feature__breadcrumbs a {
	color: inherit;
	text-decoration: underline;
}

.feature__breadcrumbs a:hover,
.feature__breadcrumbs a:focus,
.feature__breadcrumbs a:active {
	color: #C9A96E ;
}

.feature__title {
	margin: 0.5rem 0;
}

@media only screen and (min-width: 768px) {
	.feature__title {
		margin: 1.25rem 1rem;
	}
}

.feature__lead-text {
	max-width: 60rem;
}

#scroll-to-top {
	width: 64px;
	height: 64px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 0;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	transition:
		transform 0.4s ease-out,
		-webkit-transform 0.4s ease-out;
}

#scroll-to-top:hover,
#scroll-to-top:focus,
#scroll-to-top:active,
#scroll-to-top.active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

#scroll-to-top svg.scroll-to-top-icon .circle {
	fill: none;
	-webkit-transition: fill 0.6s ease;
	transition: fill 0.6s ease;
}

#scroll-to-top svg.scroll-to-top-icon .arrow-up {
	fill: none;
	stroke: #C9A96E ;
	-webkit-transition: stroke 0.2s ease;
	transition: stroke 0.2s ease;
}

#scroll-to-top svg.scroll-to-top-icon:hover .circle,
#scroll-to-top svg.scroll-to-top-icon:focus .circle,
#scroll-to-top svg.scroll-to-top-icon:active .circle,
#scroll-to-top svg.scroll-to-top-icon.active .circle {
	fill: #F7F5F2;
}

#scroll-to-top svg.scroll-to-top-icon:hover .arrow-up,
#scroll-to-top svg.scroll-to-top-icon:focus .arrow-up,
#scroll-to-top svg.scroll-to-top-icon:active .arrow-up,
#scroll-to-top svg.scroll-to-top-icon.active .arrow-up {
	stroke: #C9A96E ;
}

#sbx-whatsapp {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	cursor: pointer;
	z-index: 99;
	background: url("../img/wa-icon.png") no-repeat center center;
	background-size: contain;
	height: 3.75rem;
	width: 3.75rem;
	-webkit-transform: scale(0, 0) translateX(10rem);
	transform: scale(0, 0) translateX(10rem);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition:
		transform 0.2s ease-in-out,
		-webkit-transform 0.2s ease-in-out;
}

#sbx-whatsapp.float {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
}

#sbx-whatsapp.show {
	-webkit-transform: scale(1, 1) translateX(0);
	transform: scale(1, 1) translateX(0);
}

#sbx-whatsapp .popup {
	position: absolute;
	width: contain;
	left: -8.5rem;
	top: 1rem;
	background-color: #25d366;
	color: #ffffff;
	line-height: 1;
	border-radius: 0.625rem;
	padding: 0.4rem 0.8rem;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s ease-in-out;
	transition: -webkit-transform 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out;
	transition:
		transform 0.1s ease-in-out,
		-webkit-transform 0.1s ease-in-out;
}

#sbx-whatsapp:hover .popup,
#sbx-whatsapp:focus .popup,
#sbx-whatsapp.greet .popup {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-animation: wiggle 0.2s 0.3s ease-in-out;
	animation: wiggle 0.2s 0.3s ease-in-out;
}

@-webkit-keyframes wiggle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	75% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes wiggle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	75% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes float {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes float {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

.image-text {
	padding: 2rem 0;
}

.image-text__img {
	margin-bottom: 2rem;
	min-height: 20rem;
}

@media only screen and (min-width: 768px) {
	.image-text__img {
		min-height: 25rem;
	}
}

.image-text__txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 2rem;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.image-text__txt a.btn,
	.image-text__txt .pagination ul.pagination a.page-link.prev,
	.pagination ul.pagination .image-text__txt a.page-link.prev,
	.image-text__txt .pagination ul.pagination a.page-link.next,
	.pagination ul.pagination .image-text__txt a.page-link.next,
	.image-text__txt
		.cart-dropdown
		p.woocommerce-mini-cart__buttons
		a:first-of-type,
	.cart-dropdown
		p.woocommerce-mini-cart__buttons
		.image-text__txt
		a:first-of-type,
	.image-text__txt
		.cart-dropdown
		p.woocommerce-mini-cart__buttons
		a:last-of-type,
	.cart-dropdown
		p.woocommerce-mini-cart__buttons
		.image-text__txt
		a:last-of-type,
	.image-text__txt
		.sbx-product
		.summary
		.woocommerce-variation-add-to-cart
		a.single_add_to_cart_button,
	.sbx-product
		.summary
		.woocommerce-variation-add-to-cart
		.image-text__txt
		a.single_add_to_cart_button,
	.image-text__txt .sbx-product .summary form.cart a.single_add_to_cart_button,
	.sbx-product .summary form.cart .image-text__txt a.single_add_to_cart_button,
	.image-text__txt .woocommerce ul.products li.product a.sbx-view-product,
	.woocommerce ul.products li.product .image-text__txt a.sbx-view-product,
	.image-text__txt .woocommerce .products ul li.product a.sbx-view-product,
	.woocommerce .products ul li.product .image-text__txt a.sbx-view-product,
	.image-text__txt .woocommerce-cart .return-to-shop a.button,
	.woocommerce-cart .return-to-shop .image-text__txt a.button,
	.image-text__txt
		.woocommerce-cart
		.cart-collaterals
		.wc-proceed-to-checkout
		a.checkout-button,
	.woocommerce-cart
		.cart-collaterals
		.wc-proceed-to-checkout
		.image-text__txt
		a.checkout-button,
	.image-text__txt
		.woocommerce-order-pay
		#wc-paystack-form
		a#paystack-payment-button,
	.woocommerce-order-pay
		#wc-paystack-form
		.image-text__txt
		a#paystack-payment-button,
	.image-text__txt
		.woocommerce-order-pay
		#wc-paystack-form
		a#paystack-cancel-payment-button,
	.woocommerce-order-pay
		#wc-paystack-form
		.image-text__txt
		a#paystack-cancel-payment-button,
	.image-text__txt
		.woocommerce-account
		.woocommerce-MyAccount-greeting
		span:last-of-type
		a,
	.woocommerce-account
		.woocommerce-MyAccount-greeting
		span:last-of-type
		.image-text__txt
		a,
	.image-text__txt
		.woocommerce-account
		table.woocommerce-MyAccount-orders
		a.button,
	.woocommerce-account
		table.woocommerce-MyAccount-orders
		.image-text__txt
		a.button,
	.image-text__txt
		.woocommerce-account
		.woocommerce-Address
		.woocommerce-Address-title
		a,
	.woocommerce-account
		.woocommerce-Address
		.woocommerce-Address-title
		.image-text__txt
		a,
	.image-text__txt .woocommerce-account .woocommerce-MyAccount-content a.button,
	.woocommerce-account .woocommerce-MyAccount-content .image-text__txt a.button,
	.image-text__txt .woocommerce-account #add_payment_method a.button,
	.woocommerce-account #add_payment_method .image-text__txt a.button,
	.image-text__txt .woocommerce-error a.button,
	.woocommerce-error .image-text__txt a.button,
	.image-text__txt .woocommerce-info a.button,
	.woocommerce-info .image-text__txt a.button,
	.image-text__txt .woocommerce-message a.button,
	.woocommerce-message .image-text__txt a.button,
	.image-text__txt .sbx-contact-form-1 form a.sbx-contact-form-btn,
	.sbx-contact-form-1 form .image-text__txt a.sbx-contact-form-btn {
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content;
	}
}

@media only screen and (min-width: 768px) {
	.image-text__txt {
		text-align: left;
	}
}

.image-text h2,
.image-text .h2,
.image-text .testimonial-cards__image-text {
	margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
	.image-text h2,
	.image-text .h2,
	.image-text .testimonial-cards__image-text {
		margin-bottom: 1rem;
	}
}

.image-text img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 1rem;
	-webkit-box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.1);
	box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.1);
	-webkit-transition: -webkit-box-shadow 0.4s ease-out;
	transition: -webkit-box-shadow 0.4s ease-out;
	transition: box-shadow 0.4s ease-out;
	transition:
		box-shadow 0.4s ease-out,
		-webkit-box-shadow 0.4s ease-out;
}

.image-text img:hover {
	-webkit-box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.25);
	box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.25);
}

.pagination {
	margin: 1rem auto 0.25rem;
}

.pagination ul.pagination {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagination ul.pagination .page-link {
	color: #707070;
	padding: 0.25rem;
	margin: auto 0.25rem;
	border: none;
	background-color: transparent;
	font-size: 1.25rem;
}

.pagination ul.pagination .page-link.prev [class*="fa-"] {
	margin-left: 0;
	margin-right: 0.75rem;
}

.pagination ul.pagination .page-link.next [class*="fa-"] {
	margin-left: 0.75rem;
}

.pagination ul.pagination .page-link.current {
	color: #000000;
	font-weight: "AH";
	background-color: transparent;
}

.dashed__circle {
	position: absolute;
}

.dashed__circle--outer {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dashed__circle--inner {
	top: 4%;
	left: 4%;
	width: 92%;
	height: 92%;
}

.dashed__circle svg circle {
	-webkit-transform-origin: center center;
	transform-origin: center center;
	stroke-dasharray: 50, 30, 10;
	fill: none;
	stroke-width: 1;
	stroke-linecap: round;
}

.dashed__circle--inner svg circle {
	stroke: #C9A96E ;
	stroke-dashoffset: 30;
}

.dashed__circle--outer svg circle {
	stroke: #707070;
	stroke-dashoffset: 0;
}

@-webkit-keyframes dashFwd {
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes dashFwd {
	to {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes dashBwd {
	to {
		stroke-dashoffset: 30;
	}
}

@keyframes dashBwd {
	to {
		stroke-dashoffset: 30;
	}
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@font-face {
	font-family: "ABL";
	src: url("../fonts/custom/Avenir-Black.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "AB";
	src: url("../fonts/custom/Avenir-Book.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "AH";
	src: url("../fonts/custom/Avenir-Heavy.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "AR";
	src: url("../fonts/custom/Avenir-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "AL";
	src: url("../fonts/custom/Avenir-Light.ttf");
	font-weight: normal;
	font-style: normal;
}

h1,
.h1,
.h1 {
	font-family: "AH";
	font-size: 2.5rem;
	line-height: 1.286;
}

@media only screen and (min-width: 576px) {
	h1,
	.h1,
	.h1 {
		font-size: 3.5rem;
	}
}

h2,
.h2,
.testimonial-cards__image-text,
.h2,
.testimonial-cards__image-text {
	font-family: "ABL";
	font-size: 2rem;
	line-height: 1.275;
}

@media only screen and (min-width: 576px) {
	h2,
	.h2,
	.testimonial-cards__image-text,
	.h2,
	.testimonial-cards__image-text {
		font-size: 2.5rem;
	}
}

h2.clr,
.clr.h2,
.clr.testimonial-cards__image-text,
.h2.clr,
.clr.testimonial-cards__image-text {
	color: #C9A96E ;
}

h3,
.h3,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-heading,
.woocommerce-order-received
	.woocommerce-customer-details
	.woocommerce-column__title,
.woocommerce-account .woocommerce-customer-details .woocommerce-column__title,
.h3,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-heading,
.woocommerce-order-received
	.woocommerce-customer-details
	.woocommerce-column__title,
.woocommerce-account .woocommerce-customer-details .woocommerce-column__title {
	font-family: "AH", serif;
	font-size: 1.375rem;
	line-height: 1.25;
}

@media only screen and (min-width: 576px) {
	h3,
	.h3,
	.woocommerce-order-received
		.woocommerce-bacs-bank-details
		.wc-bacs-bank-details-heading,
	.woocommerce-order-received
		.woocommerce-customer-details
		.woocommerce-column__title,
	.woocommerce-account .woocommerce-customer-details .woocommerce-column__title,
	.h3,
	.woocommerce-order-received
		.woocommerce-bacs-bank-details
		.wc-bacs-bank-details-heading,
	.woocommerce-order-received
		.woocommerce-customer-details
		.woocommerce-column__title,
	.woocommerce-account
		.woocommerce-customer-details
		.woocommerce-column__title {
		font-size: 1.5rem;
	}
}

h4,
.h4,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-account-name,
.h4,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-account-name {
	font-family: "AR", sans-serif;
	font-weight: "AH";
	font-size: 1rem;
	line-height: 1.2;
}

@media only screen and (min-width: 576px) {
	h4,
	.h4,
	.woocommerce-order-received
		.woocommerce-bacs-bank-details
		.wc-bacs-bank-details-account-name,
	.h4,
	.woocommerce-order-received
		.woocommerce-bacs-bank-details
		.wc-bacs-bank-details-account-name {
		font-size: 1.25rem;
	}
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.3333333333em;
	line-height: 0.75em;
	vertical-align: -0.0667em;
}

.fa-xs {
	font-size: 0.75em;
}

.fa-sm {
	font-size: 0.875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: solid 0.08em #eee;
	border-radius: 0.1em;
	padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
	margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
	margin-left: 0.3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-acorn:before {
	content: "\f6ae";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-fire-alt:before {
	content: "\f7e4";
}

.fa-home-lg-alt:before {
	content: "\f80c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-linkedin:before {
	content: "\f08c";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-map-marker-alt:before {
	content: "\f3c5";
}

.fa-phone:before {
	content: "\f095";
}

.fa-search:before {
	content: "\f002";
}

.fa-seedling:before {
	content: "\f4d8";
}

.fa-shield-check:before {
	content: "\f2f7";
}

.fa-shipping-fast:before {
	content: "\f48b";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-university:before {
	content: "\f19c";
}

.fa-user:before {
	content: "\f007";
}

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-user-cog:before {
	content: "\f4fe";
}

.fa-user-headset:before {
	content: "\f82d";
}

.fa-whatsapp:before {
	content: "\f232";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 300;
	font-display: block;
	src: url("../fonts/fontawesome/fa-light-300.eot");
	src:
		url("../fonts/fontawesome/fa-light-300.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/fontawesome/fa-light-300.woff2") format("woff2"),
		url("../fonts/fontawesome/fa-light-300.woff") format("woff"),
		url("../fonts/fontawesome/fa-light-300.ttf") format("truetype"),
		url("../fonts/fontawesome/fa-light-300.svg#fontawesome") format("svg");
}

.fal {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../fonts/fontawesome/fa-brands-400.eot");
	src:
		url("../fonts/fontawesome/fa-brands-400.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"),
		url("../fonts/fontawesome/fa-brands-400.woff") format("woff"),
		url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"),
		url("../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

/**
 *
 * Styles related to the header section go here
 *
 */
.site-header {
	background-color: #F7F5F2;
}

@media only screen and (min-width: 768px) {
	.site-header {
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
	}
}

@media only screen and (min-width: 992px) {
	.site-header {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
}

@media only screen and (min-width: 1600px) {
	.site-header {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

.navbar {
	padding: 0;
	position: relative;
}

@media only screen and (min-width: 992px) {
	.navbar-expand-lg {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.navbar-brand {
	font-size: 1.5rem;
	margin: 0;
}

.navbar-brand--image {
	height: 3.5rem;
	width: 7rem;
}

@media only screen and (min-width: 768px) {
	.navbar-brand--image {
		height: 3.75rem;
		width: 7.5rem;
	}
}

@media only screen and (min-width: 1200px) {
	.navbar-brand--image {
		height: 6rem;
		width: 6rem;
	}
}

.navbar__top,
.navbar__bottom .inner-wrap {
	display: grid;
	grid-template-columns: 2.3fr 1fr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-bottom: 0rem;
	padding-top: 0.85rem;
	padding-left: 5rem;
}

.navbar-main .navbar-mini-menu {
	margin-left: auto;
	white-space: nowrap;
	text-transform: capitalize;
	display: none;
}

.navbar-main .navbar-mini-menu .menu-item .nav-link {
	font-family: "AH";
	letter-spacing: 0.07rem;
	text-transform: capitalize;
	font-size: 0.8rem;
}

.navbar-main .navbar-mini-menu .menu-item .nav-link:focus {
	color: #1b1c1d;
}

.navbar .nav-link {
	font-size: 0.85rem;
	color: #1b1c1d;
	text-transform: capitalize;
	letter-spacing: 0.07rem;
	line-height: 1;
	font-family: "AH";
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
	padding: 0.75rem 0.5rem;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link:active,
.navbar .nav-link.active {
	color: #C9A96E ;
}

.navbar .nav-link--account-menu {
	display: none;
	min-width: 14rem;
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
}

@media only screen and (min-width: 992px) {
	.navbar .nav-link--account-menu {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

.navbar .nav-link--account-menu span {
	color: rgba(27, 28, 29, 0.5);
	margin: auto 0.3rem;
}

.navbar .nav-link--account-menu i {
	font-size: 1.3125rem;
	color: #1b1c1d;
	padding-right: 0.3rem;
	vertical-align: middle;
	margin-top: -0.2rem;
}

.navbar .active > .nav-link,
.navbar .nav-link.active {
	color: #C9A96E ;
}

.navbar .nav-link.show,
.navbar .show > .nav-link {
	color: #C9A96E ;
}

@media only screen and (max-width: 992px) {
	.navbar .nav-item {
		width: 100%;
		max-width: 85%;
		text-align: center;
		padding: 1rem;
		border-bottom: 1px solid rgba(201, 169, 110, 0.5);
	}
	.navbar .nav-item:last-of-type {
		border-bottom: none;
	}
	.navbar .nav-item .nav-link {
		font-size: 0.9375rem;
	}
}

.navbar-nav {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
}

.navbar-toggler {
	border: none;
	padding: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar__icon {
	color: #1b1c1d;
}

.navbar__icon i {
	font-size: 2rem;
}

@media only screen and (min-width: 992px) {
	.navbar__icon--mobile {
		display: none;
	}
}

.navbar__top {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.navbar__top .container,
.navbar__top .woocommerce-account form.woocommerce-ResetPassword,
.woocommerce-account .navbar__top form.woocommerce-ResetPassword {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar__top--start,
.navbar__top--end {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.navbar__top--start .navbar__icon:hover,
.navbar__top--start .navbar__icon:focus,
.navbar__top--start .navbar__icon:active,
.navbar__top--end .navbar__icon:hover,
.navbar__top--end .navbar__icon:focus,
.navbar__top--end .navbar__icon:active {
	color: #C9A96E ;
}

.navbar__top--start .navbar__icon:last-of-type,
.navbar__top--end .navbar__icon:last-of-type {
	margin-left: 0.5rem;
}

.navbar__bottom {
	margin-top: 0.5rem;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.cart-menu {
	font-size: 1.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.cart-menu__total {
	display: none;
}

@media only screen and (min-width: 992px) {
	.cart-menu__total {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		padding-left: 0.25rem;
	}
}

.cart-menu__icon {
	font-size: 2rem;
	color: #1b1c1d;
	padding: 0.1rem 0.3rem;
}

@media only screen and (min-width: 992px) {
	.cart-menu__icon {
		font-size: 1.3125rem;
		color: #1b1c1d;
		padding: 0;
	}
}

.cart-menu__count {
	color: #1b1c1d;
	font-weight: "AH";
	font-size: 0.8125rem;
	letter-spacing: 0;
	-webkit-transform: translate(-1.45rem, 0.35rem);
	transform: translate(-1.45rem, 0.35rem);
}

.cart-menu__count--double {
	-webkit-transform: translate(-1.7rem, 0.35rem);
	transform: translate(-1.7rem, 0.35rem);
}

@media only screen and (min-width: 992px) {
	.cart-menu__count {
		-webkit-transform: unset;
		transform: unset;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		color: #ffffff;
		background-color: #C9A96E ;
		border-radius: 1rem;
		padding: 0.3rem 0.5rem;
		margin-left: 0.25rem;
	}
}

.navbar .dropdown-menu {
	display: none;
	position: absolute;
	top: calc(100% + 0.5rem);
	left: -15%;
	right: -15%;
	z-index: 9;
	background-color: #ffffff;
	margin: 0;
	padding: 1.5rem 0;
	border: none;
	border-radius: 0 0 0.5rem 0.5rem;
	-webkit-box-shadow: 0 20px 30px -2.5px rgba(27, 28, 29, 0.25);
	box-shadow: 0 20px 30px -2.5px rgba(27, 28, 29, 0.25);
}

@media only screen and (min-width: 1200px) {
	.navbar .dropdown-menu {
		padding: 2.5rem 0;
	}
}

.navbar .dropdown-menu__title {
	text-transform: capitalize;
	padding-bottom: 0.25rem;
	margin-bottom: 1.25rem;
	border-bottom: 1px solid rgba(201, 169, 110, 0.5);
}

.navbar .dropdown-menu__title h3 a,
.navbar .dropdown-menu__title .h3 a,
.navbar
	.dropdown-menu__title
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-heading
	a,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.navbar
	.dropdown-menu__title
	.wc-bacs-bank-details-heading
	a,
.navbar
	.dropdown-menu__title
	.woocommerce-order-received
	.woocommerce-customer-details
	.woocommerce-column__title
	a,
.woocommerce-order-received
	.woocommerce-customer-details
	.navbar
	.dropdown-menu__title
	.woocommerce-column__title
	a,
.navbar
	.dropdown-menu__title
	.woocommerce-account
	.woocommerce-customer-details
	.woocommerce-column__title
	a,
.woocommerce-account
	.woocommerce-customer-details
	.navbar
	.dropdown-menu__title
	.woocommerce-column__title
	a {
	font-size: 1.2rem;
}

.navbar .dropdown-menu__welcome .btn,
.navbar .dropdown-menu__welcome .pagination ul.pagination .page-link.prev,
.pagination ul.pagination .navbar .dropdown-menu__welcome .page-link.prev,
.navbar .dropdown-menu__welcome .pagination ul.pagination .page-link.next,
.pagination ul.pagination .navbar .dropdown-menu__welcome .page-link.next,
.navbar
	.dropdown-menu__welcome
	.cart-dropdown
	p.woocommerce-mini-cart__buttons
	a:first-of-type,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.navbar
	.dropdown-menu__welcome
	a:first-of-type,
.navbar
	.dropdown-menu__welcome
	.cart-dropdown
	p.woocommerce-mini-cart__buttons
	a:last-of-type,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.navbar
	.dropdown-menu__welcome
	a:last-of-type,
.navbar
	.dropdown-menu__welcome
	.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.navbar
	.dropdown-menu__welcome
	.single_add_to_cart_button,
.navbar
	.dropdown-menu__welcome
	.sbx-product
	.summary
	form.cart
	.single_add_to_cart_button,
.sbx-product
	.summary
	form.cart
	.navbar
	.dropdown-menu__welcome
	.single_add_to_cart_button,
.navbar
	.dropdown-menu__welcome
	.woocommerce
	ul.products
	li.product
	a.sbx-view-product,
.woocommerce
	ul.products
	li.product
	.navbar
	.dropdown-menu__welcome
	a.sbx-view-product,
.navbar
	.dropdown-menu__welcome
	.woocommerce
	.products
	ul
	li.product
	a.sbx-view-product,
.woocommerce
	.products
	ul
	li.product
	.navbar
	.dropdown-menu__welcome
	a.sbx-view-product,
.navbar .dropdown-menu__welcome .woocommerce-cart .return-to-shop a.button,
.woocommerce-cart .return-to-shop .navbar .dropdown-menu__welcome a.button,
.navbar
	.dropdown-menu__welcome
	.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button[name="apply_coupon"],
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	.navbar
	.dropdown-menu__welcome
	button[name="apply_coupon"],
.navbar
	.dropdown-menu__welcome
	.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button[name="update_cart"],
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.navbar
	.dropdown-menu__welcome
	button[name="update_cart"],
.navbar
	.dropdown-menu__welcome
	.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.checkout-button,
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	.navbar
	.dropdown-menu__welcome
	a.checkout-button,
.navbar
	.dropdown-menu__welcome
	.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	.navbar
	.dropdown-menu__welcome
	button[name="woocommerce_checkout_place_order"],
.navbar
	.dropdown-menu__welcome
	.woocommerce-checkout
	.woocommerce-form-login
	button[type="submit"],
.woocommerce-checkout
	.woocommerce-form-login
	.navbar
	.dropdown-menu__welcome
	button[type="submit"],
.navbar
	.dropdown-menu__welcome
	.woocommerce-checkout
	.woocommerce-form-coupon
	button[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	.navbar
	.dropdown-menu__welcome
	button[type="submit"],
.navbar
	.dropdown-menu__welcome
	.woocommerce-order-received
	.sbx-woo-subscribe-cta
	form
	button,
.woocommerce-order-received
	.sbx-woo-subscribe-cta
	form
	.navbar
	.dropdown-menu__welcome
	button,
.navbar
	.dropdown-menu__welcome
	.woocommerce-order-pay
	#wc-paystack-form
	#paystack-payment-button,
.woocommerce-order-pay
	#wc-paystack-form
	.navbar
	.dropdown-menu__welcome
	#paystack-payment-button,
.navbar
	.dropdown-menu__welcome
	.woocommerce-order-pay
	#wc-paystack-form
	#paystack-cancel-payment-button,
.woocommerce-order-pay
	#wc-paystack-form
	.navbar
	.dropdown-menu__welcome
	#paystack-cancel-payment-button,
.navbar
	.dropdown-menu__welcome
	.woocommerce-account
	form.woocommerce-form
	button,
.woocommerce-account
	form.woocommerce-form
	.navbar
	.dropdown-menu__welcome
	button,
.navbar
	.dropdown-menu__welcome
	.woocommerce-account
	form.woocommerce-EditAccountForm
	button,
.woocommerce-account
	form.woocommerce-EditAccountForm
	.navbar
	.dropdown-menu__welcome
	button,
.navbar
	.dropdown-menu__welcome
	.woocommerce-account
	form
	.woocommerce-address-fields
	button,
.woocommerce-account
	form
	.woocommerce-address-fields
	.navbar
	.dropdown-menu__welcome
	button,
.navbar
	.dropdown-menu__welcome
	.woocommerce-account
	form.woocommerce-ResetPassword
	button,
.woocommerce-account
	form.woocommerce-ResetPassword
	.navbar
	.dropdown-menu__welcome
	button,
.navbar
	.dropdown-menu__welcome
	.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	a,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	.navbar
	.dropdown-menu__welcome
	a,
.navbar
	.dropdown-menu__welcome
	.woocommerce-account
	table.woocommerce-MyAccount-orders
	a.button,
.woocommerce-account
	table.woocommerce-MyAccount-orders
	.navbar
	.dropdown-menu__welcome
	a.button,
.navbar
	.dropdown-menu__welcome
	.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	a,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	.navbar
	.dropdown-menu__welcome
	a,
.navbar
	.dropdown-menu__welcome
	.woocommerce-account
	.woocommerce-MyAccount-content
	.button,
.woocommerce-account
	.woocommerce-MyAccount-content
	.navbar
	.dropdown-menu__welcome
	.button,
.navbar
	.dropdown-menu__welcome
	.woocommerce-account
	#add_payment_method
	.button,
.woocommerce-account
	#add_payment_method
	.navbar
	.dropdown-menu__welcome
	.button,
.navbar .dropdown-menu__welcome .woocommerce-error a.button,
.woocommerce-error .navbar .dropdown-menu__welcome a.button,
.navbar .dropdown-menu__welcome .woocommerce-info a.button,
.woocommerce-info .navbar .dropdown-menu__welcome a.button,
.navbar .dropdown-menu__welcome .woocommerce-message a.button,
.woocommerce-message .navbar .dropdown-menu__welcome a.button,
.navbar .dropdown-menu__welcome .sbx-contact-form-1 form .sbx-contact-form-btn,
.sbx-contact-form-1 form .navbar .dropdown-menu__welcome .sbx-contact-form-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 0.75rem;
}

.navbar .dropdown-menu__welcome .btn:last-of-type,
.navbar
	.dropdown-menu__welcome
	.pagination
	ul.pagination
	.page-link.prev:last-of-type,
.pagination
	ul.pagination
	.navbar
	.dropdown-menu__welcome
	.page-link.prev:last-of-type,
.navbar
	.dropdown-menu__welcome
	.pagination
	ul.pagination
	.page-link.next:last-of-type,
.pagination
	ul.pagination
	.navbar
	.dropdown-menu__welcome
	.page-link.next:last-of-type,
.navbar
	.dropdown-menu__welcome
	.cart-dropdown
	p.woocommerce-mini-cart__buttons
	a:last-of-type,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.navbar
	.dropdown-menu__welcome
	a:last-of-type,
.navbar
	.dropdown-menu__welcome
	.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button:last-of-type,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.navbar
	.dropdown-menu__welcome
	.single_add_to_cart_button:last-of-type,
.navbar
	.dropdown-menu__welcome
	.sbx-product
	.summary
	form.cart
	.single_add_to_cart_button:last-of-type,
.sbx-product
	.summary
	form.cart
	.navbar
	.dropdown-menu__welcome
	.single_add_to_cart_button:last-of-type,
.navbar
	.dropdown-menu__welcome
	.woocommerce
	ul.products
	li.product
	a.sbx-view-product:last-of-type,
.woocommerce
	ul.products
	li.product
	.navbar
	.dropdown-menu__welcome
	a.sbx-view-product:last-of-type,
.navbar
	.dropdown-menu__welcome
	.woocommerce
	.products
	ul
	li.product
	a.sbx-view-product:last-of-type,
.woocommerce
	.products
	ul
	li.product
	.navbar
	.dropdown-menu__welcome
	a.sbx-view-product:last-of-type,
.navbar
	.dropdown-menu__welcome
	.woocommerce-cart
	.return-to-shop
	a.button:last-of-type,
.woocommerce-cart
	.return-to-shop
	.navbar
	.dropdown-menu__welcome
	a.button:last-of-type,
.navbar
	.dropdown-menu__welcome
	.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button:last-of-type[name="apply_coupon"],
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	.navbar
	.dropdown-menu__welcome
	button:last-of-type[name="apply_coupon"],
.navbar
	.dropdown-menu__welcome
	.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button:last-of-type[name="update_cart"],
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.navbar
	.dropdown-menu__welcome
	button:last-of-type[name="update_cart"],
.navbar
	.dropdown-menu__welcome
	.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.checkout-button:last-of-type,
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	.navbar
	.dropdown-menu__welcome
	a.checkout-button:last-of-type,
.navbar
	.dropdown-menu__welcome
	.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button:last-of-type[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	.navbar
	.dropdown-menu__welcome
	button:last-of-type[name="woocommerce_checkout_place_order"],
.navbar
	.dropdown-menu__welcome
	.woocommerce-checkout
	.woocommerce-form-login
	button:last-of-type[type="submit"],
.woocommerce-checkout
	.woocommerce-form-login
	.navbar
	.dropdown-menu__welcome
	button:last-of-type[type="submit"],
.navbar
	.dropdown-menu__welcome
	.woocommerce-checkout
	.woocommerce-form-coupon
	button:last-of-type[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	.navbar
	.dropdown-menu__welcome
	button:last-of-type[type="submit"],
.navbar
	.dropdown-menu__welcome
	.woocommerce-order-received
	.sbx-woo-subscribe-cta
	form
	button:last-of-type,
.woocommerce-order-received
	.sbx-woo-subscribe-cta
	form
	.navbar
	.dropdown-menu__welcome
	button:last-of-type,
.navbar
	.dropdown-menu__welcome
	.woocommerce-order-pay
	#wc-paystack-form
	#paystack-payment-button:last-of-type,
.woocommerce-order-pay
	#wc-paystack-form
	.navbar
	.dropdown-menu__welcome
	#paystack-payment-button:last-of-type,
.navbar
	.dropdown-menu__welcome
	.woocommerce-order-pay
	#wc-paystack-form
	#paystack-cancel-payment-button:last-of-type,
.woocommerce-order-pay
	#wc-paystack-form
	.navbar
	.dropdown-menu__welcome
	#paystack-cancel-payment-button:last-of-type,
.navbar
	.dropdown-menu__welcome
	.woocommerce-account
	form.woocommerce-form
	button:last-of-type,
.woocommerce-account
	form.woocommerce-form
	.navbar
	.dropdown-menu__welcome
	button:last-of-type,
.navbar
	.dropdown-menu__welcome
	.woocommerce-account
	form.woocommerce-EditAccountForm
	button:last-of-type,
.woocommerce-account
	form.woocommerce-EditAccountForm
	.navbar
	.dropdown-menu__welcome
	button:last-of-type,
.navbar
	.dropdown-menu__welcome
	.woocommerce-account
	form
	.woocommerce-address-fields
	button:last-of-type,
.woocommerce-account
	form
	.woocommerce-address-fields
	.navbar
	.dropdown-menu__welcome
	button:last-of-type,
.navbar
	.dropdown-menu__welcome
	.woocommerce-account
	form.woocommerce-ResetPassword
	button:last-of-type,
.woocommerce-account
	form.woocommerce-ResetPassword
	.navbar
	.dropdown-menu__welcome
	button:last-of-type,
.navbar
	.dropdown-menu__welcome
	.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	a:last-of-type,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	.navbar
	.dropdown-menu__welcome
	a:last-of-type,
.navbar
	.dropdown-menu__welcome
	.woocommerce-account
	table.woocommerce-MyAccount-orders
	a.button:last-of-type,
.woocommerce-account
	table.woocommerce-MyAccount-orders
	.navbar
	.dropdown-menu__welcome
	a.button:last-of-type,
.navbar
	.dropdown-menu__welcome
	.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	a:last-of-type,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	.navbar
	.dropdown-menu__welcome
	a:last-of-type,
.navbar
	.dropdown-menu__welcome
	.woocommerce-account
	.woocommerce-MyAccount-content
	.button:last-of-type,
.woocommerce-account
	.woocommerce-MyAccount-content
	.navbar
	.dropdown-menu__welcome
	.button:last-of-type,
.navbar
	.dropdown-menu__welcome
	.woocommerce-account
	#add_payment_method
	.button:last-of-type,
.woocommerce-account
	#add_payment_method
	.navbar
	.dropdown-menu__welcome
	.button:last-of-type,
.navbar .dropdown-menu__welcome .woocommerce-error a.button:last-of-type,
.woocommerce-error .navbar .dropdown-menu__welcome a.button:last-of-type,
.navbar .dropdown-menu__welcome .woocommerce-info a.button:last-of-type,
.woocommerce-info .navbar .dropdown-menu__welcome a.button:last-of-type,
.navbar .dropdown-menu__welcome .woocommerce-message a.button:last-of-type,
.woocommerce-message .navbar .dropdown-menu__welcome a.button:last-of-type,
.navbar
	.dropdown-menu__welcome
	.sbx-contact-form-1
	form
	.sbx-contact-form-btn:last-of-type,
.sbx-contact-form-1
	form
	.navbar
	.dropdown-menu__welcome
	.sbx-contact-form-btn:last-of-type {
	margin-bottom: 0;
}

.navbar .dropdown-menu__nav {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.navbar .dropdown-menu__nav .nav-item {
	margin-bottom: 0.5rem;
}

.navbar .dropdown-menu__nav .nav-item:last-of-type {
	margin-bottom: 0;
}

.navbar .dropdown-menu__nav .nav-link {
	padding-left: 0;
	font-size: 1rem;
	font-weight: "AB";
	text-transform: capitalize;
	letter-spacing: normal;
}

.navbar .dropdown-menu__category {
	padding-right: 3rem;
}

.navbar .dropdown-menu .menu-account .nav-link i {
	color: #C9A96E ;
	font-size: 1.25rem;
	text-align: center;
	display: inline-block;
	width: 1.75rem;
	vertical-align: middle;
	margin-top: -0.25rem;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

.navbar .dropdown-menu .menu-account .nav-link:hover i,
.navbar .dropdown-menu .menu-account .nav-link:active i,
.navbar .dropdown-menu .menu-account .nav-link:focus i {
	color: #1b1c1d;
}

.navbar .dropdown-menu .jumbocon {
	width: 100%;
	height: 100%;
	max-height: 18rem;
	background-color: rgba(186, 146, 116, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	border-radius: 0.625rem;
	padding: 1rem;
}

.navbar .dropdown-menu .jumbocon__icon {
	color: #1b1c1d;
	font-size: 2.625rem;
}

@media only screen and (min-width: 1200px) {
	.navbar .dropdown-menu .jumbocon__icon {
		font-size: 3.5rem;
	}
}

.navbar .dropdown-menu .jumbocon__title {
	font-family: "AH";
	text-transform: capitalize;
}

@media only screen and (min-width: 992px) {
	.menu-item-farmers a,
	.menu-item-products a,
	.menu-item-account {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.menu-item-farmers a::after,
	.menu-item-products a::after,
	.menu-item-account::after {
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		font-size: 0.625rem;
		content: "\f078";
		margin-left: 0.1rem;
	}
}

.search-form {
	width: 100%;
	background-color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid rgba(186, 146, 116, 0.5);
	border-radius: 0.3rem;
	height: 3rem;
	padding: 0 0.5rem 0 1rem;
	margin: 0;
	position: relative;
}

@media only screen and (min-width: 992px) {
	.search-form {
		margin: 0;
	}
}

.search-form input,
.search-form button {
	border: none;
	outline: none;
}

.search-form input:active,
.search-form input:focus,
.search-form input:focus-visible,
.search-form button:active,
.search-form button:focus,
.search-form button:focus-visible {
	border: none;
	outline: none;
}

.search-form input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	background-color: inherit;
}

.search-form input::-webkit-input-placeholder {
	text-transform: capitalize;
	font-size: 0.85rem;
	letter-spacing: 0.06rem;
}

.search-form input::-moz-placeholder {
	text-transform: capitalize;
	font-size: 0.85rem;
	letter-spacing: 0.06rem;
}

.search-form input:-ms-input-placeholder {
	text-transform: capitalize;
	font-size: 0.85rem;
	letter-spacing: 0.06rem;
}

.search-form input::-ms-input-placeholder {
	text-transform: capitalize;
	font-size: 0.85rem;
	letter-spacing: 0.06rem;
}

.search-form input::placeholder {
	text-transform: capitalize;
	font-size: 0.85rem;
	letter-spacing: 0.06rem;
}

.search-form button {
	padding: 0.5rem 0.6rem;
	border-radius: 0.3rem;
	background-color: #C9A96E ;
	-webkit-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
}

.search-form button:active,
.search-form button:hover,
.search-form button:focus {
	background-color: rgba(201, 169, 110, 0.85);
}

.search-form button i {
	font-size: 1rem;
	color: #707070;
}

.search-form #fetchedData {
	position: absolute;
	left: 0;
	top: 3.75rem;
	width: 100%;
	z-index: 10;
}

.search-form #fetchedData .search-form__results {
	list-style-type: none;
	margin: 0;
	padding: 1rem;
	background-color: #ffffff;
	border-radius: 0.4rem;
	-webkit-box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.1);
	box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.1);
	-webkit-transition: -webkit-box-shadow 0.4s ease-out;
	transition: -webkit-box-shadow 0.4s ease-out;
	transition: box-shadow 0.4s ease-out;
	transition:
		box-shadow 0.4s ease-out,
		-webkit-box-shadow 0.4s ease-out;
}

.search-form #fetchedData .search-form__results:hover {
	-webkit-box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.25);
	box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.25);
}

.search-form #fetchedData .search-form__results::before {
	content: "";
	position: absolute;
	left: 0;
	margin: -1.75rem 0 0 3rem;
	width: 1.4rem;
	height: 1.4rem;
	background: url("../img/icon-top.png") no-repeat center center;
	background-size: contain;
}

.search-form #fetchedData .search-form__result {
	padding: 0;
	margin: 0 0 0.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.search-form #fetchedData .search-form__result-image {
	width: 3.5rem;
	height: 3.5rem;
	margin-right: 0.25rem;
}

@media only screen and (min-width: 576px) {
	.search-form #fetchedData .search-form__result-image {
		width: 4.5rem;
		height: 4.5rem;
		margin-right: 0.75rem;
	}
}

.search-form #fetchedData .search-form__result-image img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 0.4rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.search-form #fetchedData .search-form__result-details {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 25%;
	flex: 1 1 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	margin-right: 0.5rem;
}

@media only screen and (min-width: 576px) {
	.search-form #fetchedData .search-form__result-details {
		margin-right: 1rem;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 40%;
		flex: 1 1 40%;
	}
}

.search-form #fetchedData .search-form__result-details > * {
	line-height: 1.05;
}

.search-form
	#fetchedData
	.search-form__result-details
	.woocommerce-Price-amount {
	font-weight: "AH";
	font-size: 0.9375rem;
	margin-bottom: 0.25rem;
}

.search-form #fetchedData .search-form__result-details .posted_in {
	text-transform: capitalize;
	font-weight: "AB";
	font-size: 0.75rem;
	letter-spacing: 0.1rem;
	color: #707070;
	margin-bottom: 1rem;
}

.search-form #fetchedData .search-form__result-details .posted_in a {
	color: inherit;
}

.search-form #fetchedData .search-form__result-details .posted_in a:hover,
.search-form #fetchedData .search-form__result-details .posted_in a:focus,
.search-form #fetchedData .search-form__result-details .posted_in a:active {
	color: #C9A96E ;
}

.search-form #fetchedData .search-form__result-title {
	font-family: "AH", serif;
	font-size: 1.0625rem;
	margin-bottom: 0.25rem;
}

.search-form #fetchedData .search-form__result-cta {
	margin-left: auto;
}

.search-form #fetchedData .search-form__result-cta i {
	display: none;
}

@media only screen and (min-width: 768px) {
	.search-form #fetchedData .search-form__result-cta i {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

.search-form #fetchedData .search-form__result-view-all {
	margin-bottom: 0.5rem;
	text-decoration: underline;
}

.search-form #fetchedData .search-form__result-view-all:hover,
.search-form #fetchedData .search-form__result-view-all:active,
.search-form #fetchedData .search-form__result-view-all:focus {
	color: #C9A96E ;
}

.cart-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	z-index: 8;
}

.cart-dropdown__content {
	position: relative;
	max-width: 25rem;
	margin-left: auto;
	padding: 1rem;
	-webkit-box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.1);
	box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.1);
	-webkit-transition: -webkit-box-shadow 0.4s ease-out;
	transition: -webkit-box-shadow 0.4s ease-out;
	transition: box-shadow 0.4s ease-out;
	transition:
		box-shadow 0.4s ease-out,
		-webkit-box-shadow 0.4s ease-out;
	border-radius: 1rem;
	border: 1px solid rgba(201, 169, 110, 0.5);
	background-color: #ffffff;
}

.cart-dropdown__content:hover {
	-webkit-box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.25);
	box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.25);
}

.cart-dropdown__content::before {
	content: "";
	position: absolute;
	right: 0;
	margin: -1.75rem 3rem 0 0;
	width: 1.4rem;
	height: 1.4rem;
	background: url("../img/icon-top.png") no-repeat center center;
	background-size: contain;
}

.cart-dropdown__content ul.woocommerce-mini-cart {
	list-style-type: none;
	margin: 0 0 1rem;
	padding: 0;
}

.cart-dropdown__content li.woocommerce-mini-cart-item.mini_cart_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0.3rem 0;
	border-bottom: 1px solid rgba(201, 169, 110, 0.25);
}

.cart-dropdown__content
	li.woocommerce-mini-cart-item.mini_cart_item
	a.remove_from_cart_button {
	font-size: 1.25rem;
}

.cart-dropdown__content
	li.woocommerce-mini-cart-item.mini_cart_item
	a:nth-of-type(2) {
	margin-right: 0.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "AH", serif;
	font-weight: "AB";
	font-size: 1rem;
	line-height: 1.05;
}

.cart-dropdown__content
	li.woocommerce-mini-cart-item.mini_cart_item
	img.size-woocommerce_thumbnail {
	width: 2.75rem;
	height: 2.75rem;
	margin-right: 0.5rem;
	border-radius: 1rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.cart-dropdown__content li.woocommerce-mini-cart-item.mini_cart_item .quantity {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 6rem;
	flex: 0 0 6rem;
	text-align: right;
	margin-left: auto;
	font-weight: "AH";
	font-size: 0.9375rem;
	letter-spacing: 0.05rem;
}

.cart-dropdown p.woocommerce-mini-cart__total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: "AH";
	letter-spacing: 0.05rem;
}

.cart-dropdown p.woocommerce-mini-cart__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/**
 *
 * Styles related to the footer section go here
 *
 */
.footer {
	color: #000000;
	background-color: #F7F5F2;
	padding: 3rem 0 0rem;
}

@media only screen and (min-width: 992px) {
	.footer {
		padding: 4rem 0 0rem;
	}
}

.footer a {
	color: #000000;
	font-family: "AR";
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.footer a:hover,
.footer a:focus,
.footer a:active,
.footer a.active {
	color: #C9A96E ;
}

.footer__h4 {
	font-size: 0.875em;
	text-transform: uppercase;
	font-family: "AH";
	color: #C9A96E ;
	margin-bottom: 1rem;
	letter-spacing: 0.1rem;
}

.footer__h3 {
	font-size: 1.5rem;
	color: #C9A96E ;
	margin-bottom: 0.75rem;
}

.footer__logo .brand-image {
	width: auto;
	height: 8rem;
}

.footer__menu {
	margin-bottom: 2rem;
	list-style-type: none;
	padding: 0;
}

.footer__menu .menu-item {
	font-size: 0.9rem;
	letter-spacing: 0.04rem;
	font-family: "AB";
	padding: 0.4rem 0;
}

.footer__menu--legal {
	margin: 0;
}

.footer__menu--legal .menu-item {
	display: inline-block;
	padding: 0.5rem;
}

.footer__middle {
	position: relative;
	line-height: 1;
	border-bottom: 1px solid rgba(201, 169, 110, 0.5);
}

.footer__middle .container,
.footer__middle .woocommerce-account form.woocommerce-ResetPassword,
.woocommerce-account .footer__middle form.woocommerce-ResetPassword {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1.5rem 0.5rem;
}

@media only screen and (min-width: 992px) {
	.footer__middle .container,
	.footer__middle .woocommerce-account form.woocommerce-ResetPassword,
	.woocommerce-account .footer__middle form.woocommerce-ResetPassword {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.footer__middle .container > *,
.footer__middle .woocommerce-account form.woocommerce-ResetPassword > *,
.woocommerce-account .footer__middle form.woocommerce-ResetPassword > * {
	margin: 0.5rem 0;
}

.footer__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.9rem;
	font-family: "AR";
	letter-spacing: 0.04rem;
	margin-bottom: 0.5rem;
}

.footer__contact-icon {
	margin-right: 1rem;
	color: #C9A96E ;
}

.footer .social-icons {
	margin: 0;
}

.footer .social-icons a {
	font-size: 2rem;
	padding: 0.5rem;
	color: #1b1c1d;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

.footer .social-icons a:hover,
.footer .social-icons a:focus,
.footer .social-icons a:active,
.footer .social-icons a.active {
	color: #C9A96E ;
}

.footer__bottom {
	font-size: 0.875rem;
	letter-spacing: 0.03rem;
	color: #ffffff;
	background: #000000;
	line-height: 1;
}

.footer__bottom a {
	color: #C9A96E ;
}

.footer__bottom .container,
.footer__bottom .woocommerce-account form.woocommerce-ResetPassword,
.woocommerce-account .footer__bottom form.woocommerce-ResetPassword {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	padding: 1.75rem 1rem;
}

.footer__bottom .container > *,
.footer__bottom .woocommerce-account form.woocommerce-ResetPassword > *,
.woocommerce-account .footer__bottom form.woocommerce-ResetPassword > * {
	margin: 0.25rem;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

@media only screen and (min-width: 992px) {
	.footer__bottom .copyright-text {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.footer__bottom .payment-providers {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.footer__bottom .sbx-marketing {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

.footer__bottom .payment-providers {
	margin-bottom: 1rem;
}

.footer__bottom .payment-providers span {
	margin-right: 0.5rem;
}

.footer__bottom .payment-providers img {
	height: 24px;
	width: 246px;
}

.footer .cta-form {
	letter-spacing: 0.03rem;
	background: #000000;
	padding: 0.75rem 1.25rem;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer .cta-form label {
	color: #C9A96E ;
	margin-right: 0.75rem;
	letter-spacing: 0.04rem;
}

.footer .cta-form input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0.5rem;
	background-color: #000000;
	border: none;
	color: #ffffff;
}

.footer .cta-form input:focus-visible {
	outline: none;
}

.footer .cta-form input:-webkit-autofill,
.footer .cta-form input:-webkit-autofill:hover,
.footer .cta-form input:-webkit-autofill:focus {
	border: none;
	-webkit-text-fill-color: #ffffff;
	-webkit-box-shadow: 0 0 0px 1000px #292726 inset;
	box-shadow: 0 0 0px 1000px #292726 inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.footer .cta-form button {
	background-color: transparent;
	border: none;
	color: #C9A96E ;
	padding: 0;
	line-height: 1;
	font-size: 1.6rem;
}

/**
 *
 * sbx_woo.scss
 *
 * Governs the general look and feel of WooCommerce store sections
 * Overrides the default WooCommerce styles
 *
 * @author StarBox Technologies
 * @package sbx-starter-site
 * @theme wp-tsw
 *
 */
/**
 * This is the base WooCommerce stylesheet
 * All global styles are located here 
 */
.fa-custom.dashboard::before,
.woocommerce-MyAccount-navigation-link--dashboard a::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f625";
}

.fa-custom.orders::before,
.woocommerce-MyAccount-navigation-link--orders a::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f290";
}

.fa-custom.edit-address::before,
.woocommerce-MyAccount-navigation-link--edit-address a::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f80a";
}

.fa-custom.payment-methods::before,
.woocommerce-MyAccount-navigation-link--payment-methods a::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f09d";
}

.fa-custom.edit-account::before,
.woocommerce-MyAccount-navigation-link--edit-account a::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f007";
}

.fa-custom.customer-logout::before,
.woocommerce-MyAccount-navigation-link--customer-logout a::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f08b";
}

.woocommerce .woocommerce-breadcrumb {
	font-size: 0.85rem;
	font-family: "AR";
	text-align: center;
	text-transform: capitalize;
	background: #F7F5F2;
	letter-spacing: 0.09rem;
	color: #707070;
}

.woocommerce .woocommerce-breadcrumb a {
	color: inherit;
	text-decoration: underline;
}

.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce .woocommerce-breadcrumb a:focus,
.woocommerce .woocommerce-breadcrumb a:active {
	color: #C9A96E ;
}

p.woocommerce-store-notice {
	background-color: #000000;
	padding: 0.3rem;
	font-size: 0.875rem;
	font-weight: "AH";
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

.woocommerce a.remove,
.woocommerce-mini-cart a.remove {
	color: #C9A96E  !important;
	-webkit-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
	visibility: hidden;
}

.woocommerce a.remove:hover,
.woocommerce-mini-cart a.remove:hover {
	color: #1b1c1d !important;
}

.woocommerce a.remove::before,
.woocommerce-mini-cart a.remove::before {
	visibility: visible;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f2ed";
	margin: 0;
	padding: 0.25rem;
}

/**
 *
 * Styles related to the product single page
 * are contained here
 *
 */
.woocommerce .transparent ~ .content-area .woocommerce-breadcrumb {
	background-color: rgba(249, 244, 239, 0.25);
}

.woocommerce.single-product .woocommerce-breadcrumb {
	margin: 0;
	padding: 2.5rem 0.75rem 1.5rem;
}

.sbx-product-wrap {
	background-color: #F7F5F2;
	padding: 1rem 0 2rem;
}

.sbx-product-wrap .sbx-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media only screen and (min-width: 768px) {
	.sbx-product-wrap .sbx-product {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.sbx-product .woocommerce-product-gallery {
	width: unset;
	float: unset;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding: 0 0.25rem;
}

@media only screen and (min-width: 768px) {
	.sbx-product .woocommerce-product-gallery {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
	}
}

.sbx-product
	.woocommerce-product-gallery
	.woocommerce-product-gallery__image
	img {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 2rem;
	max-height: 35rem;
	-webkit-box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.1);
	box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.1);
	-webkit-transition: -webkit-box-shadow 0.4s ease-out;
	transition: -webkit-box-shadow 0.4s ease-out;
	transition: box-shadow 0.4s ease-out;
	transition:
		box-shadow 0.4s ease-out,
		-webkit-box-shadow 0.4s ease-out;
}

.sbx-product
	.woocommerce-product-gallery
	.woocommerce-product-gallery__image
	img:hover {
	-webkit-box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.25);
	box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.25);
}

.sbx-product
	.woocommerce-product-gallery
	.woocommerce-product-gallery__image:nth-child(n + 2) {
	margin: 2rem 1rem 0 0;
	width: unset !important;
}

.sbx-product
	.woocommerce-product-gallery
	.woocommerce-product-gallery__image:nth-child(n + 2)
	img {
	border-radius: 1rem;
	width: 6rem;
	height: auto;
}

.pswp .pswp__caption {
	display: none;
}

.sbx-product .summary {
	width: unset;
	float: unset;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding: 0 0.25rem;
	margin: 0;
}

@media only screen and (min-width: 768px) {
	.sbx-product .summary {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
	}
}

.sbx-product .summary .product_title {
	color: #C9A96E ;
	line-height: 1.15;
	margin-bottom: 1rem;
}

.sbx-product .summary .product_meta {
	margin-bottom: 1rem;
}

.sbx-product .summary .product_meta span {
	display: block;
	font-size: 0.875rem;
}

.sbx-product .summary .product_meta .posted_in {
	margin-bottom: 0.5rem;
	text-transform: capitalize;
	font-size: 0.875rem;
	letter-spacing: 0.1rem;
	color: #707070;
}

.sbx-product .summary .product_meta .posted_in a {
	color: inherit;
}

.sbx-product .summary .product_meta .posted_in a:hover,
.sbx-product .summary .product_meta .posted_in a:focus,
.sbx-product .summary .product_meta .posted_in a:active {
	color: #C9A96E ;
}

.sbx-product .summary .woocommerce-product-details__short-description {
	max-width: 30rem;
	margin-bottom: 1rem;
}

.sbx-product .summary form.cart .variations td.label {
	width: 3rem;
	vertical-align: middle;
}

.sbx-product .summary form.cart .variations td.label label {
	font-family: "AH", serif;
	font-weight: "AB";
	color: #707070;
}

.sbx-product .summary form.cart .variations td.label label::after {
	content: ":";
}

.sbx-product .summary form.cart .variations td.value select {
	max-width: unset;
	min-width: unset;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0.625rem;
	border-radius: 0.625rem;
}

.sbx-product .summary form.cart .variations td.value select option {
	margin-bottom: 1rem;
}

.sbx-product .summary .woocommerce-variation-add-to-cart,
.sbx-product .summary form.cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sbx-product .summary .woocommerce-variation-add-to-cart .quantity,
.sbx-product .summary form.cart .quantity {
	margin: 0 0 1rem !important;
}

.sbx-product .summary .woocommerce-variation-add-to-cart .quantity::before,
.sbx-product .summary form.cart .quantity::before {
	content: "Quantity: ";
	font-family: "AH", serif;
	font-weight: "AB";
	color: #707070;
}

.sbx-product .summary .woocommerce-variation-add-to-cart .quantity input,
.sbx-product .summary form.cart .quantity input {
	padding: 0.625rem;
	border: 1px solid #1b1c1d;
	outline: none;
	border-radius: 0.625rem;
	margin-left: 1rem;
	width: 5rem;
}

.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button,
.sbx-product .summary form.cart .single_add_to_cart_button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 15rem;
}

.sbx-product .summary .price {
	color: #1b1c1d !important;
	font-family: "AH", serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin: 0;
}

.sbx-product .summary .price .woocommerce-Price-amount {
	font-size: 2rem;
	font-weight: normal;
}

.sbx-product .summary .price .woocommerce-Price-currencySymbol {
	font-family: "AR", sans-serif;
	font-size: 0.7em;
}

.sbx-product .summary .price ins {
	text-decoration: none;
	font-weight: normal;
}

.sbx-product .summary .price del {
	margin-left: 0.5rem;
}

.sbx-product .summary .price del .woocommerce-Price-amount {
	color: #707070;
	font-size: 1.25rem;
	font-weight: normal;
}

.sbx-product .summary .woocommerce-variation-price {
	margin-bottom: 0.5rem;
}

.sbx-product-desc {
	padding: 2rem 0;
}

@media only screen and (min-width: 992px) {
	.sbx-product-desc {
		padding: 4rem 0 2.5rem;
	}
}

.sbx-product-desc-section {
	margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
	.sbx-product-desc-section {
		margin-bottom: 4rem;
	}
}

.sbx-product-desc-section__title {
	margin-bottom: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sbx-product-desc-section__title h3,
.sbx-product-desc-section__title .h3,
.sbx-product-desc-section__title
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-heading,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.sbx-product-desc-section__title
	.wc-bacs-bank-details-heading,
.sbx-product-desc-section__title
	.woocommerce-order-received
	.woocommerce-customer-details
	.woocommerce-column__title,
.woocommerce-order-received
	.woocommerce-customer-details
	.sbx-product-desc-section__title
	.woocommerce-column__title,
.sbx-product-desc-section__title
	.woocommerce-account
	.woocommerce-customer-details
	.woocommerce-column__title,
.woocommerce-account
	.woocommerce-customer-details
	.sbx-product-desc-section__title
	.woocommerce-column__title {
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
	text-transform: uppercase;
	color: #707070;
	font-size: 1.25rem;
	letter-spacing: 0.2rem;
}

.sbx-product-desc-section__divider {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	margin: -0.6rem 0 0 1rem;
	border-top: 1px solid #F7F5F2;
}

.sbx-product-desc-section--ingredients ol,
.sbx-product-desc-section--ingredients ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-left: -2.5rem;
}

.sbx-product-desc-section--ingredients ol li,
.sbx-product-desc-section--ingredients ul li {
	margin: 0 0 0.75rem 3.5rem;
}

.sbx-product-desc-section--ingredients ol li:last-of-type,
.sbx-product-desc-section--ingredients ul li:last-of-type {
	margin-left: 4rem;
}

.sbx-product-desc-section .social-share a.share {
	font-size: 2.75rem;
	margin-right: 2rem;
}

.sbx-product-desc-section .social-share a.share:last-of-type {
	margin-right: 0;
}

.sbx-product-desc-section .social-share a.share span {
	display: none;
}

.routine {
	padding: 0.5rem 0 2rem;
}

.routine__title {
	text-transform: capitalize;
	margin-bottom: 2rem;
	text-align: center;
}

.routine ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.routine__step {
	background-color: rgba(249, 244, 239, 0.25);
	margin-bottom: 1.5rem;
	border-radius: 3rem;
}

@media only screen and (min-width: 768px) {
	.routine__step {
		margin-bottom: 1.5rem;
	}
}

.routine__step-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background-color: rgba(249, 244, 239, 0.5);
	padding: 1rem 2rem;
	border-radius: 3.25rem;
}

@media only screen and (min-width: 768px) {
	.routine__step-header {
		padding: 1.5rem 3rem;
	}
}

.routine__step-header .btn,
.routine__step-header .pagination ul.pagination .page-link.prev,
.pagination ul.pagination .routine__step-header .page-link.prev,
.routine__step-header .pagination ul.pagination .page-link.next,
.pagination ul.pagination .routine__step-header .page-link.next,
.routine__step-header
	.cart-dropdown
	p.woocommerce-mini-cart__buttons
	a:first-of-type,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.routine__step-header
	a:first-of-type,
.routine__step-header
	.cart-dropdown
	p.woocommerce-mini-cart__buttons
	a:last-of-type,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.routine__step-header
	a:last-of-type,
.routine__step-header
	.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.routine__step-header
	.single_add_to_cart_button,
.routine__step-header
	.sbx-product
	.summary
	form.cart
	.single_add_to_cart_button,
.sbx-product
	.summary
	form.cart
	.routine__step-header
	.single_add_to_cart_button,
.routine__step-header .woocommerce ul.products li.product a.sbx-view-product,
.woocommerce ul.products li.product .routine__step-header a.sbx-view-product,
.routine__step-header .woocommerce .products ul li.product a.sbx-view-product,
.woocommerce .products ul li.product .routine__step-header a.sbx-view-product,
.routine__step-header .woocommerce-cart .return-to-shop a.button,
.woocommerce-cart .return-to-shop .routine__step-header a.button,
.routine__step-header
	.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button[name="apply_coupon"],
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	.routine__step-header
	button[name="apply_coupon"],
.routine__step-header
	.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button[name="update_cart"],
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.routine__step-header
	button[name="update_cart"],
.routine__step-header
	.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.checkout-button,
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	.routine__step-header
	a.checkout-button,
.routine__step-header
	.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	.routine__step-header
	button[name="woocommerce_checkout_place_order"],
.routine__step-header
	.woocommerce-checkout
	.woocommerce-form-login
	button[type="submit"],
.woocommerce-checkout
	.woocommerce-form-login
	.routine__step-header
	button[type="submit"],
.routine__step-header
	.woocommerce-checkout
	.woocommerce-form-coupon
	button[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	.routine__step-header
	button[type="submit"],
.routine__step-header
	.woocommerce-order-received
	.sbx-woo-subscribe-cta
	form
	button,
.woocommerce-order-received
	.sbx-woo-subscribe-cta
	form
	.routine__step-header
	button,
.routine__step-header
	.woocommerce-order-pay
	#wc-paystack-form
	#paystack-payment-button,
.woocommerce-order-pay
	#wc-paystack-form
	.routine__step-header
	#paystack-payment-button,
.routine__step-header
	.woocommerce-order-pay
	#wc-paystack-form
	#paystack-cancel-payment-button,
.woocommerce-order-pay
	#wc-paystack-form
	.routine__step-header
	#paystack-cancel-payment-button,
.routine__step-header .woocommerce-account form.woocommerce-form button,
.woocommerce-account form.woocommerce-form .routine__step-header button,
.routine__step-header
	.woocommerce-account
	form.woocommerce-EditAccountForm
	button,
.woocommerce-account
	form.woocommerce-EditAccountForm
	.routine__step-header
	button,
.routine__step-header
	.woocommerce-account
	form
	.woocommerce-address-fields
	button,
.woocommerce-account
	form
	.woocommerce-address-fields
	.routine__step-header
	button,
.routine__step-header
	.woocommerce-account
	form.woocommerce-ResetPassword
	button,
.woocommerce-account
	form.woocommerce-ResetPassword
	.routine__step-header
	button,
.routine__step-header
	.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	a,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	.routine__step-header
	a,
.routine__step-header
	.woocommerce-account
	table.woocommerce-MyAccount-orders
	a.button,
.woocommerce-account
	table.woocommerce-MyAccount-orders
	.routine__step-header
	a.button,
.routine__step-header
	.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	a,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	.routine__step-header
	a,
.routine__step-header
	.woocommerce-account
	.woocommerce-MyAccount-content
	.button,
.woocommerce-account
	.woocommerce-MyAccount-content
	.routine__step-header
	.button,
.routine__step-header .woocommerce-account #add_payment_method .button,
.woocommerce-account #add_payment_method .routine__step-header .button,
.routine__step-header .woocommerce-error a.button,
.woocommerce-error .routine__step-header a.button,
.routine__step-header .woocommerce-info a.button,
.woocommerce-info .routine__step-header a.button,
.routine__step-header .woocommerce-message a.button,
.woocommerce-message .routine__step-header a.button,
.routine__step-header .sbx-contact-form-1 form .sbx-contact-form-btn,
.sbx-contact-form-1 form .routine__step-header .sbx-contact-form-btn {
	margin-left: auto;
}

.routine__step-title {
	margin: 0 1rem;
}

.routine__step-count {
	font-family: "AH", serif;
	font-weight: normal;
	font-size: 1.5rem;
	color: #C9A96E ;
	letter-spacing: 0.2rem;
}

.routine__step-count::after {
	content: ".";
	color: #1b1c1d;
}

.routine__step-divider {
	display: none;
}

@media only screen and (min-width: 576px) {
	.routine__step-divider {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 25%;
		flex: 0 1 25%;
		border-top: 1px solid rgba(112, 112, 112, 0.9);
		margin: 0 1rem 0.2rem 1rem;
	}
}

.routine__step-body {
	padding: 1rem 2rem;
}

@media only screen and (min-width: 768px) {
	.routine__step-body {
		padding: 1.5rem 3rem;
	}
}

.routine__step-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1.5rem 0;
}

@media only screen and (min-width: 768px) {
	.routine__step-product {
		margin: 1rem 0;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.routine__step-product__image {
	width: 5rem;
	height: 5rem;
}

.routine__step-product__image img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 1rem;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-box-shadow: 0px 5px 20px rgba(27, 28, 29, 0);
	box-shadow: 0px 5px 20px rgba(27, 28, 29, 0);
	-webkit-transition: -webkit-box-shadow 0.4s ease-out;
	transition: -webkit-box-shadow 0.4s ease-out;
	transition: box-shadow 0.4s ease-out;
	transition:
		box-shadow 0.4s ease-out,
		-webkit-box-shadow 0.4s ease-out;
}

.routine__step-product__image img:hover {
	-webkit-box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.1);
	box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.1);
}

.routine__step-product__image-title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}

@media only screen and (min-width: 768px) {
	.routine__step-product__image-title-wrap {
		-webkit-box-flex: unset;
		-ms-flex: unset;
		flex: unset;
	}
}

.routine__step-product__title {
	font-family: "AH", serif;
	font-weight: normal;
	font-size: 1.375rem;
	margin-left: 1rem;
}

.routine__step-product__title a {
	color: #1b1c1d;
}

.routine__step-product__add-to-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	margin-top: 1rem;
}

@media only screen and (min-width: 768px) {
	.routine__step-product__add-to-cart {
		-webkit-box-flex: unset;
		-ms-flex: unset;
		flex: unset;
		margin-top: unset;
	}
}

.sbx-related h2:not(.woocommerce-loop-product__title),
.sbx-related .h2:not(.woocommerce-loop-product__title),
.sbx-related
	.testimonial-cards__image-text:not(.woocommerce-loop-product__title) {
	text-align: center;
	margin-bottom: 2rem;
}

/**
 *
 * Styles related to the product archive page
 * are contained here
 *
 */
.archive .woocommerce-breadcrumb {
	margin: 0;
	padding-top: 4rem;
	padding-bottom: 1rem;
}

.woocommerce-products-header {
	background: #F7F5F2;
	text-align: center;
	padding-bottom: 3rem;
	margin-bottom: 2rem;
}

.woocommerce-products-header h1,
.woocommerce-products-header .h1 {
	margin-bottom: 1.25rem;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	float: unset;
	text-align: center;
}

@media only screen and (min-width: 576px) {
	.woocommerce .woocommerce-result-count,
	.woocommerce-page .woocommerce-result-count {
		float: left;
		text-align: left;
	}
}

.woocommerce .woocommerce-ordering {
	float: unset;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (min-width: 576px) {
	.woocommerce .woocommerce-ordering {
		display: initial;
		float: right;
		margin: 0 0 2rem;
	}
}

.woocommerce .woocommerce-ordering select {
	padding: 0.625rem;
	border: 1px solid #1b1c1d;
	outline: none;
	border-radius: 0.625rem;
}

.woocommerce ul.products,
.woocommerce .products ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.woocommerce ul.products li.product,
.woocommerce .products ul li.product {
	border-radius: 1.5rem;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.woocommerce ul.products li.product img.size-woocommerce_thumbnail,
.woocommerce .products ul li.product img.size-woocommerce_thumbnail {
	width: 100%;
	height: 12rem;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0.625rem;
}

.woocommerce ul.products li.product a.sbx-view-product,
.woocommerce .products ul li.product a.sbx-view-product {
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce .products ul li.product .woocommerce-loop-product__title {
	font-family: "AH", serif;
	font-weight: normal;
	font-size: 1.25rem;
	color: #1b1c1d;
	padding-bottom: 0.125rem;
}

.woocommerce ul.products li.product .price,
.woocommerce .products ul li.product .price {
	color: #C9A96E ;
	font-size: 1rem;
	font-family: "AH";
	letter-spacing: 0.04rem;
}

.woocommerce ul.products li.product .posted_in,
.woocommerce .products ul li.product .posted_in {
	text-transform: capitalize;
	font-family: "AH";
	font-size: 0.75rem;
	letter-spacing: 0.1rem;
	color: #707070;
	margin-bottom: 1rem;
}

.woocommerce ul.products li.product .posted_in a,
.woocommerce .products ul li.product .posted_in a {
	color: inherit;
}

.woocommerce ul.products li.product .posted_in a:hover,
.woocommerce ul.products li.product .posted_in a:focus,
.woocommerce ul.products li.product .posted_in a:active,
.woocommerce .products ul li.product .posted_in a:hover,
.woocommerce .products ul li.product .posted_in a:focus,
.woocommerce .products ul li.product .posted_in a:active {
	color: #C9A96E ;
}

.woocommerce span.onsale {
	min-width: unset;
	min-height: unset;
	margin-left: 0.5rem;
	padding: 0.5rem 0.625rem;
	background-color: #d50032;
	border-radius: 1rem;
	text-transform: uppercase;
	font-size: 0.875rem;
	line-height: 1;
	letter-spacing: 0.1rem;
	z-index: 2;
}

/**
 *
 * Styles related to the cart page
 * are contained here
 *
 */
.woocommerce-cart .entry-header {
	text-align: center;
	padding-top: 4rem;
}

.woocommerce-cart .feature {
	padding-top: 0;
}

.woocommerce-cart .cart.shop_table.shop_table_responsive {
	border: none;
}

.woocommerce-cart .cart.shop_table.shop_table_responsive thead {
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #000000;
}

.woocommerce-cart .cart.shop_table.shop_table_responsive thead th {
	padding: 0.875rem 0.75rem;
}

.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	thead
	th:first-of-type {
	border-top-left-radius: 0.625rem;
}

.woocommerce-cart .cart.shop_table.shop_table_responsive thead th:last-of-type {
	border-top-right-radius: 0.625rem;
}

.woocommerce-cart .cart.shop_table.shop_table_responsive tr.cart_item {
	background-color: #ffffff;
	-webkit-transition: background-color 0.6s ease-out;
	transition: background-color 0.6s ease-out;
	border-bottom: 1px solid #F7F5F2;
	margin-top: 0.5rem;
}

.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	tr.cart_item:nth-child(2n)
	td {
	background-color: unset;
}

@media only screen and (min-width: 768px) {
	.woocommerce-cart .cart.shop_table.shop_table_responsive tr.cart_item {
		margin-top: 0rem;
		border-bottom: unset;
	}
	.woocommerce-cart .cart.shop_table.shop_table_responsive tr.cart_item:hover {
		background-color: rgba(245, 245, 245, 0.9);
	}
}

.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	tr.cart_item
	.product-remove {
	border-top: none;
}

@media only screen and (min-width: 768px) {
	.woocommerce-cart
		.cart.shop_table.shop_table_responsive
		tr.cart_item
		.product-remove {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
}

.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	tr.cart_item
	.product-thumbnail {
	border-top: none;
	display: block !important;
}

.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	tr.cart_item
	.product-thumbnail::before {
	display: none;
}

@media only screen and (min-width: 768px) {
	.woocommerce-cart
		.cart.shop_table.shop_table_responsive
		tr.cart_item
		.product-thumbnail {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	.woocommerce-cart
		.cart.shop_table.shop_table_responsive
		tr.cart_item
		.product-thumbnail::before {
		display: block;
	}
}

.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	tr.cart_item
	.product-thumbnail
	img {
	width: 4rem;
	height: 4rem;
	border-radius: 0.625rem;
	-o-object-fit: contain;
	object-fit: contain;
}

@media only screen and (min-width: 768px) {
	.woocommerce-cart
		.cart.shop_table.shop_table_responsive
		tr.cart_item
		.product-thumbnail
		img {
		width: 6rem;
		height: 6rem;
		border-radius: 1rem;
	}
}

.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	tr.cart_item
	.product-name {
	border-top: none;
	line-height: 1.5;
}

@media only screen and (min-width: 768px) {
	.woocommerce-cart
		.cart.shop_table.shop_table_responsive
		tr.cart_item
		.product-name {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
}

.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	tr.cart_item
	.product-name
	a {
	color: #1b1c1d;
	font-weight: "AH";
	font-size: 1.0625rem;
}

.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	tr.cart_item
	.product-name
	a:hover,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	tr.cart_item
	.product-name
	a:active,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	tr.cart_item
	.product-name
	afocus {
	color: #1b1c1d;
	text-decoration: underline;
}

.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	tr.cart_item
	.product-name__sku,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	tr.cart_item
	.product-name__weight {
	font-size: 0.875rem;
}

.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	tr.cart_item
	.product-name__sku
	span,
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	tr.cart_item
	.product-name__weight
	span {
	color: #707070;
}

.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	tr.cart_item
	.product-price {
	border-top: none;
}

@media only screen and (min-width: 768px) {
	.woocommerce-cart
		.cart.shop_table.shop_table_responsive
		tr.cart_item
		.product-price {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
}

.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	tr.cart_item
	.product-quantity {
	border-top: none;
}

@media only screen and (min-width: 768px) {
	.woocommerce-cart
		.cart.shop_table.shop_table_responsive
		tr.cart_item
		.product-quantity {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
}

.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	tr.cart_item
	.product-quantity
	input {
	padding: 0.625rem;
	border: 1px solid rgba(27, 28, 29, 0.2);
	outline: none;
	border-radius: 0.625rem;
}

.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	tr.cart_item
	.product-subtotal {
	border-top: none;
	font-weight: "AH";
}

@media only screen and (min-width: 768px) {
	.woocommerce-cart
		.cart.shop_table.shop_table_responsive
		tr.cart_item
		.product-subtotal {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
}

.woocommerce-cart .cart.shop_table.shop_table_responsive .coupon {
	margin-top: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
	.woocommerce-cart .cart.shop_table.shop_table_responsive .coupon {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.woocommerce-cart .cart.shop_table.shop_table_responsive .coupon #coupon_code {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	padding: 0.625rem;
	border: 1px solid rgba(27, 28, 29, 0.2);
	outline: none;
	border-radius: 0.625rem;
	margin: 0 0 0.75rem 0;
}

@media only screen and (min-width: 576px) {
	.woocommerce-cart
		.cart.shop_table.shop_table_responsive
		.coupon
		#coupon_code {
		margin: 0 0.75rem 0 0;
	}
}

@media only screen and (min-width: 768px) {
	.woocommerce-cart
		.cart.shop_table.shop_table_responsive
		.coupon
		#coupon_code {
		width: 15rem;
	}
}

.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button[name="apply_coupon"] {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}

.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button[name="update_cart"] {
	margin-top: 1rem;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	text-transform: capitalize;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f015";
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 25rem;
	margin-left: auto;
}

.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.checkout-button::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f178";
}

.woocommerce-cart .return-to-shop {
	display: none;
}

/**
 *
 * Styles related to the checkout page
 * are contained here
 *
 */
.woocommerce-checkout .entry-header {
	text-align: center;
	text-transform: capitalize;
	padding: 4rem 0.75rem 0;
}

.woocommerce-checkout .entry-header .entry-title::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f30d";
	color: #C9A96E ;
	margin-right: 0.75rem;
}

.woocommerce-checkout .input-text {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #1b1c1d;
	border-radius: 0.5rem;
	padding: 15px;
	font-size: 1rem;
}

.woocommerce-checkout .input-text::-webkit-input-placeholder {
	color: #989c9f;
	font-weight: "AL";
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
}

.woocommerce-checkout .input-text::-moz-placeholder {
	color: #989c9f;
	font-weight: "AL";
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
}

.woocommerce-checkout .input-text:-ms-input-placeholder {
	color: #989c9f;
	font-weight: "AL";
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
}

.woocommerce-checkout .input-text::-ms-input-placeholder {
	color: #989c9f;
	font-weight: "AL";
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
}

.woocommerce-checkout .input-text::placeholder {
	color: #989c9f;
	font-weight: "AL";
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
}

.woocommerce-checkout .select2 {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 0.5rem;
	padding: 15px;
}

.woocommerce-checkout .select2-selection {
	border: none;
	background-color: #f5f5f5;
}

.woocommerce-checkout .select2-selection__arrow {
	margin: 0.75rem 0.5rem 0 0;
}

.woocommerce-checkout textarea#order_comments {
	height: 8rem;
}

.woocommerce-checkout #ship-to-different-address {
	margin-top: 2rem;
}

@media only screen and (min-width: 768px) {
	.woocommerce-checkout #ship-to-different-address {
		margin-top: unset;
	}
}

.woocommerce-checkout #order_review_heading {
	margin-top: 2rem;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment {
	background-color: rgba(249, 244, 239, 0.25);
	margin-top: 3rem;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_method {
	margin-bottom: 1rem;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment .payment_box {
	background-color: rgba(249, 244, 239, 0.5);
}

.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	.payment_box::before {
	border-bottom-color: rgba(249, 244, 239, 0.5);
	top: -1em;
}

.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button[name="woocommerce_checkout_place_order"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 25rem;
	margin-left: auto;
}

.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button[name="woocommerce_checkout_place_order"]::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f178";
}

.woocommerce-checkout [type="radio"]:checked,
.woocommerce-checkout [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.woocommerce-checkout [type="radio"]:checked + label,
.woocommerce-checkout [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #989c9f;
}

.woocommerce-checkout [type="radio"]:checked + label:before,
.woocommerce-checkout [type="radio"]:not(:checked) + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border: 1px solid #989c9f;
	border-radius: 100%;
	background: #ffffff;
}

.woocommerce-checkout [type="radio"]:checked + label:before {
	border: 1px solid #C9A96E ;
}

.woocommerce-checkout [type="radio"]:checked + label:after,
.woocommerce-checkout [type="radio"]:not(:checked) + label:after {
	content: "";
	width: 12px;
	height: 12px;
	background: #C9A96E ;
	position: absolute;
	top: calc(50% - 6px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.woocommerce-checkout [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.woocommerce-checkout [type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.woocommerce-checkout .woocommerce-form-login {
	border-radius: 1rem !important;
}

.woocommerce-checkout .woocommerce-form-coupon {
	border-radius: 1rem !important;
}

.woocommerce-order-received article {
	margin-bottom: 0;
}

.woocommerce-order-received .entry-header .entry-title::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f058";
	color: #C9A96E ;
	margin-right: 0.75rem;
}

.woocommerce-order-received .woocommerce-order .woocommerce-notice {
	text-align: center;
	margin-bottom: 2rem;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview,
.woocommerce-order-received .woocommerce-order .wc-bacs-bank-details {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

@media only screen and (min-width: 992px) {
	.woocommerce-order-received .woocommerce-order .woocommerce-order-overview,
	.woocommerce-order-received .woocommerce-order .wc-bacs-bank-details {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li,
.woocommerce-order-received .woocommerce-order .wc-bacs-bank-details li {
	text-align: center;
	border-right: none;
	margin: 1rem 0;
	padding: 0 1rem;
}

@media only screen and (min-width: 992px) {
	.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li,
	.woocommerce-order-received .woocommerce-order .wc-bacs-bank-details li {
		text-align: left;
		border-right: 1px dashed #F7F5F2;
	}
}

.woocommerce-order-received .woocommerce-bacs-bank-details {
	background-color: rgba(249, 244, 239, 0.25);
	border-radius: 3rem;
	margin-top: 2rem;
	padding: 1.25rem 1rem 0.5rem;
	text-align: center;
}

.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-heading {
	text-transform: capitalize;
	color: #C9A96E ;
	margin-bottom: 1rem;
}

.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-account-name {
	text-transform: uppercase;
	margin: 0;
}

.woocommerce-order-received .woocommerce-order-details {
	margin-top: 3rem;
}

.woocommerce-order-received .woocommerce-order-details__title {
	text-align: center;
	text-transform: capitalize;
}

.woocommerce-order-received .woocommerce-customer-details .woocommerce-column {
	margin-bottom: 1rem;
}

.woocommerce-order-received
	.woocommerce-customer-details
	.woocommerce-column__title {
	text-transform: capitalize;
	color: #C9A96E ;
}

.woocommerce-order-received
	.woocommerce-customer-details
	.woocommerce-column
	address {
	border: none;
	padding: 0;
}

.woocommerce-order-received
	.woocommerce-customer-details
	.woocommerce-column
	.woocommerce-customer-details--phone::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: #C9A96E ;
	content: "\f095";
}

.woocommerce-order-received
	.woocommerce-customer-details
	.woocommerce-column
	.woocommerce-customer-details--email::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: #C9A96E ;
	content: "\f0e0";
}

.woocommerce-order-received .sbx-woo-support-message {
	margin-bottom: 2.5rem;
}

.woocommerce-order-received .sbx-woo-subscribe-cta {
	margin: 1rem 0 3rem;
}

.woocommerce-order-received .sbx-woo-subscribe-cta h2,
.woocommerce-order-received .sbx-woo-subscribe-cta .h2,
.woocommerce-order-received
	.sbx-woo-subscribe-cta
	.testimonial-cards__image-text {
	text-align: center;
	text-transform: capitalize;
	margin-bottom: 1rem;
}

.woocommerce-order-received .sbx-woo-subscribe-cta form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

@media only screen and (min-width: 576px) {
	.woocommerce-order-received .sbx-woo-subscribe-cta form {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
}

.woocommerce-order-received .sbx-woo-subscribe-cta form input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #1b1c1d;
	border-radius: 0.5rem;
	padding: 15px;
	font-size: 1rem;
	margin: 0 0 1rem;
}

@media only screen and (min-width: 576px) {
	.woocommerce-order-received .sbx-woo-subscribe-cta form input {
		margin: 0 1rem 0 0;
	}
}

.woocommerce-order-received
	.sbx-woo-subscribe-cta
	form
	input::-webkit-input-placeholder {
	color: #989c9f;
	font-weight: "AL";
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
}

.woocommerce-order-received
	.sbx-woo-subscribe-cta
	form
	input::-moz-placeholder {
	color: #989c9f;
	font-weight: "AL";
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
}

.woocommerce-order-received
	.sbx-woo-subscribe-cta
	form
	input:-ms-input-placeholder {
	color: #989c9f;
	font-weight: "AL";
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
}

.woocommerce-order-received
	.sbx-woo-subscribe-cta
	form
	input::-ms-input-placeholder {
	color: #989c9f;
	font-weight: "AL";
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
}

.woocommerce-order-received .sbx-woo-subscribe-cta form input::placeholder {
	color: #989c9f;
	font-weight: "AL";
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
}

.woocommerce-order-received .sbx-woo-subscribe-cta form button {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
}

@media only screen and (min-width: 576px) {
	.woocommerce-order-received .sbx-woo-subscribe-cta form button {
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content;
	}
}

.woocommerce-order-received .sbx-thankyou {
	margin: 1rem 0 3rem;
}

.woocommerce-order-received .sbx-thankyou-contact {
	margin-top: 0.4rem;
	border: 1px solid rgba(27, 28, 29, 0.25);
	border-radius: 1rem;
	padding: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.woocommerce-order-received .sbx-thankyou-contact i {
	font-size: 3rem;
	margin-right: 1rem;
}

.woocommerce-order-received .sbx-thankyou-contact p {
	margin: 0;
	padding: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}

.woocommerce-order-received .sbx-thankyou-contact p span {
	display: block;
}

.woocommerce-order-received .sbx-thankyou-contact p span:first-of-type {
	text-transform: uppercase;
	font-weight: "AH";
	font-size: 1.1rem;
}

.woocommerce-order-received .sbx-thankyou-contact p span:last-of-type a {
	color: #1b1c1d;
	font-weight: "AH";
}

.woocommerce-order-received .sbx-thankyou-paystack img {
	max-width: 100%;
	height: auto;
}

.woocommerce-order-pay .order_details {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

@media only screen and (min-width: 992px) {
	.woocommerce-order-pay .order_details {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.woocommerce-order-pay .order_details li {
	text-align: center;
	border-right: none;
	margin: 1rem 0;
	padding: 0 1rem;
}

@media only screen and (min-width: 992px) {
	.woocommerce-order-pay .order_details li {
		text-align: left;
		border-right: 1px dashed #F7F5F2;
	}
}

.woocommerce-order-pay #wc-paystack-form {
	text-align: center;
}

.woocommerce-order-pay #wc-paystack-form #paystack-payment-button {
	margin-right: 1rem;
}

/**
 *
 * Styles related to the My Account page
 * are contained here
 *
 */
.woocommerce-account.logged-in
	.entry-content
	.woocommerce
	.woocommerce-MyAccount-navigation,
.woocommerce-account.logged-in
	.entry-content
	.woocommerce
	.woocommerce-MyAccount-content {
	padding: 0.75rem;
}

@media only screen and (min-width: 1200px) {
	.woocommerce-account.logged-in .entry-content .woocommerce {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.woocommerce-account.logged-in
		.entry-content
		.woocommerce
		.woocommerce-MyAccount-navigation {
		width: 100%;
		max-width: 360px;
	}
	.woocommerce-account.logged-in
		.entry-content
		.woocommerce
		.woocommerce-MyAccount-content {
		max-width: 768px;
	}
}

.woocommerce-account .entry-header {
	text-align: center;
	text-transform: capitalize;
	padding: 4rem 0.75rem 0;
}

.woocommerce-account article {
	margin-bottom: 0;
}

.woocommerce-account form.woocommerce-form .input-text,
.woocommerce-account form.woocommerce-EditAccountForm .input-text,
.woocommerce-account form .woocommerce-address-fields .input-text,
.woocommerce-account form.woocommerce-ResetPassword .input-text {
	background-color: #F7F5F2;
	border: 1px solid rgba(186, 146, 116, 0.5);
	color: #1b1c1d;
	border-radius: 0.5rem;
	padding: 15px;
	font-size: 1rem;
}

.woocommerce-account
	form.woocommerce-form
	.input-text::-webkit-input-placeholder,
.woocommerce-account
	form.woocommerce-EditAccountForm
	.input-text::-webkit-input-placeholder,
.woocommerce-account
	form
	.woocommerce-address-fields
	.input-text::-webkit-input-placeholder,
.woocommerce-account
	form.woocommerce-ResetPassword
	.input-text::-webkit-input-placeholder {
	color: #989c9f;
	font-weight: "AL";
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
}

.woocommerce-account form.woocommerce-form .input-text::-moz-placeholder,
.woocommerce-account
	form.woocommerce-EditAccountForm
	.input-text::-moz-placeholder,
.woocommerce-account
	form
	.woocommerce-address-fields
	.input-text::-moz-placeholder,
.woocommerce-account
	form.woocommerce-ResetPassword
	.input-text::-moz-placeholder {
	color: #989c9f;
	font-weight: "AL";
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
}

.woocommerce-account form.woocommerce-form .input-text:-ms-input-placeholder,
.woocommerce-account
	form.woocommerce-EditAccountForm
	.input-text:-ms-input-placeholder,
.woocommerce-account
	form
	.woocommerce-address-fields
	.input-text:-ms-input-placeholder,
.woocommerce-account
	form.woocommerce-ResetPassword
	.input-text:-ms-input-placeholder {
	color: #989c9f;
	font-weight: "AL";
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
}

.woocommerce-account form.woocommerce-form .input-text::-ms-input-placeholder,
.woocommerce-account
	form.woocommerce-EditAccountForm
	.input-text::-ms-input-placeholder,
.woocommerce-account
	form
	.woocommerce-address-fields
	.input-text::-ms-input-placeholder,
.woocommerce-account
	form.woocommerce-ResetPassword
	.input-text::-ms-input-placeholder {
	color: #989c9f;
	font-weight: "AL";
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
}

.woocommerce-account form.woocommerce-form .input-text::placeholder,
.woocommerce-account form.woocommerce-EditAccountForm .input-text::placeholder,
.woocommerce-account form .woocommerce-address-fields .input-text::placeholder,
.woocommerce-account form.woocommerce-ResetPassword .input-text::placeholder {
	color: #989c9f;
	font-weight: "AL";
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
}

.woocommerce-account form.woocommerce-form .select2,
.woocommerce-account form.woocommerce-EditAccountForm .select2,
.woocommerce-account form .woocommerce-address-fields .select2,
.woocommerce-account form.woocommerce-ResetPassword .select2 {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 0.5rem;
	padding: 15px;
}

.woocommerce-account form.woocommerce-form .select2-selection,
.woocommerce-account form.woocommerce-EditAccountForm .select2-selection,
.woocommerce-account form .woocommerce-address-fields .select2-selection,
.woocommerce-account form.woocommerce-ResetPassword .select2-selection {
	border: none;
	background-color: #f5f5f5;
}

.woocommerce-account form.woocommerce-form .select2-selection__arrow,
.woocommerce-account form.woocommerce-EditAccountForm .select2-selection__arrow,
.woocommerce-account form .woocommerce-address-fields .select2-selection__arrow,
.woocommerce-account form.woocommerce-ResetPassword .select2-selection__arrow {
	margin: 0.75rem 0.5rem 0 0;
}

.woocommerce-account form.woocommerce-form textarea#order_comments,
.woocommerce-account form.woocommerce-EditAccountForm textarea#order_comments,
.woocommerce-account form .woocommerce-address-fields textarea#order_comments,
.woocommerce-account form.woocommerce-ResetPassword textarea#order_comments {
	height: 8rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation .navbar-toggler {
	background-color: transparent;
	border: 1px solid #1b1c1d;
	padding: 0.5rem 0.75rem;
	font-size: 0.8rem;
	border-radius: 0.625rem;
	line-height: 1.5;
	color: #1b1c1d;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	margin: 0 auto 1.5rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	padding: 0 1rem 1rem 0;
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

@media only screen and (min-width: 768px) {
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		margin-top: 3rem;
	}
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	padding: 0.75rem 0;
	margin: 0;
	border-top: 1px solid #F7F5F2;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-of-type {
	border-bottom: 1px solid #F7F5F2;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #C9A96E ;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a::after {
	color: #F7F5F2;
	font-size: 1.25rem;
	text-align: center;
	display: inline-block;
	width: 1.75rem;
	vertical-align: middle;
	margin-top: -0.25rem;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li a:active,
.woocommerce-account .woocommerce-MyAccount-navigation li a:focus {
	font-weight: bold;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover::after,
.woocommerce-account .woocommerce-MyAccount-navigation li a:active::after,
.woocommerce-account .woocommerce-MyAccount-navigation li a:focus::after {
	color: #C9A96E ;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	font-weight: bold;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::after {
	color: #C9A96E ;
}

.woocommerce-account .sbx-woo-account-lead-text {
	text-align: center;
	margin-bottom: 2rem;
}

.woocommerce-account .sbx-woo-account-login-title,
.woocommerce-account .sbx-woo-account-register-title {
	font-family: "AR", sans-serif;
	font-weight: "AH";
	font-size: 1.25rem;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
}

.woocommerce-account form.woocommerce-form {
	border: none;
	padding: 1.25rem 0;
}

.woocommerce-account form.woocommerce-form button {
	width: 100%;
	text-align: center;
}

.woocommerce-account form.woocommerce-form .woocommerce-form-login__rememberme {
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-greeting {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.woocommerce-account .woocommerce-MyAccount-greeting span:first-of-type {
	font-family: "AR", sans-serif;
	font-weight: "AH";
	font-size: 1.15rem;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-highlights {
	margin: 2rem 0;
}

.woocommerce-account
	.woocommerce-MyAccount-highlights
	.woocommerce-MyAccount-highlight {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1rem;
	border: 1px solid rgba(112, 112, 112, 0.25);
	border-radius: 1.25rem;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 20px rgba(27, 28, 29, 0);
	box-shadow: 0px 5px 20px rgba(27, 28, 29, 0);
	-webkit-transition: -webkit-box-shadow 0.4s ease-out;
	transition: -webkit-box-shadow 0.4s ease-out;
	transition: box-shadow 0.4s ease-out;
	transition:
		box-shadow 0.4s ease-out,
		-webkit-box-shadow 0.4s ease-out;
}

.woocommerce-account
	.woocommerce-MyAccount-highlights
	.woocommerce-MyAccount-highlight:hover {
	-webkit-box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.1);
	box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.1);
}

.woocommerce-account
	.woocommerce-MyAccount-highlights
	.woocommerce-MyAccount-highlight
	header {
	margin-bottom: 0.75rem;
}

.woocommerce-account
	.woocommerce-MyAccount-highlights
	.woocommerce-MyAccount-highlight
	header
	i {
	font-size: 2.5rem;
	color: #F7F5F2;
	margin-bottom: 0.75rem;
}

.woocommerce-account
	.woocommerce-MyAccount-highlights
	.woocommerce-MyAccount-highlight
	header
	h4,
.woocommerce-account
	.woocommerce-MyAccount-highlights
	.woocommerce-MyAccount-highlight
	header
	.h4,
.woocommerce-account
	.woocommerce-MyAccount-highlights
	.woocommerce-MyAccount-highlight
	header
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-account-name,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.woocommerce-account
	.woocommerce-MyAccount-highlights
	.woocommerce-MyAccount-highlight
	header
	.wc-bacs-bank-details-account-name {
	font-family: "AR", sans-serif;
	font-weight: "AH";
	font-size: 1.15rem;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
}

.woocommerce-account
	.woocommerce-MyAccount-highlights
	.woocommerce-MyAccount-highlight
	ul {
	margin: 0 0 1rem;
	padding: 0;
	list-style-type: none;
}

.woocommerce-account
	.woocommerce-MyAccount-highlights
	.woocommerce-MyAccount-highlight
	ul
	li
	b {
	margin-right: 0.25rem;
	text-transform: capitalize;
}

.woocommerce-account
	.woocommerce-MyAccount-highlights
	.woocommerce-MyAccount-highlight
	footer {
	margin: auto 0 0.2rem;
}

.woocommerce-account table.woocommerce-MyAccount-orders {
	border: none;
	margin-top: 0.75rem;
}

.woocommerce-account table.woocommerce-MyAccount-orders thead {
	background-color: #F7F5F2;
}

.woocommerce-account table.woocommerce-MyAccount-orders a.button {
	font-size: 0.75rem;
	padding: 0.4em 0.8em;
}

.woocommerce-account
	table.woocommerce-MyAccount-orders
	tr.woocommerce-orders-table__row {
	margin-bottom: 2rem;
}

.woocommerce-account
	table.woocommerce-MyAccount-orders
	tr.woocommerce-orders-table__row:nth-child(2n)
	td {
	background-color: rgba(249, 244, 239, 0.25);
}

.woocommerce-account .woocommerce-order-details__title {
	text-transform: capitalize;
}

.woocommerce-account .woocommerce-order-details .order-again a.button::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: #ffffff;
	content: "\f363";
	margin-left: 0.75rem;
}

.woocommerce-account .woocommerce-customer-details .woocommerce-column {
	margin-bottom: 1rem;
}

.woocommerce-account .woocommerce-customer-details .woocommerce-column__title {
	text-transform: capitalize;
	color: #C9A96E ;
}

.woocommerce-account .woocommerce-customer-details .woocommerce-column address {
	border: none;
	padding: 0;
}

.woocommerce-account
	.woocommerce-customer-details
	.woocommerce-column
	.woocommerce-customer-details--phone::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: #C9A96E ;
	content: "\f095";
}

.woocommerce-account
	.woocommerce-customer-details
	.woocommerce-column
	.woocommerce-customer-details--email::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: #C9A96E ;
	content: "\f0e0";
}

.woocommerce-account .woocommerce-Address {
	margin: 0 0 1rem;
	padding: 1rem;
	border: 1px solid rgba(112, 112, 112, 0.25);
	border-radius: 1.25rem;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 20px rgba(27, 28, 29, 0);
	box-shadow: 0px 5px 20px rgba(27, 28, 29, 0);
	-webkit-transition: -webkit-box-shadow 0.4s ease-out;
	transition: -webkit-box-shadow 0.4s ease-out;
	transition: box-shadow 0.4s ease-out;
	transition:
		box-shadow 0.4s ease-out,
		-webkit-box-shadow 0.4s ease-out;
}

.woocommerce-account .woocommerce-Address:hover {
	-webkit-box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.1);
	box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.1);
}

.woocommerce-account .woocommerce-Address .woocommerce-Address-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 1rem;
}

.woocommerce-account .woocommerce-Address .woocommerce-Address-title h3,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title .h3,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.wc-bacs-bank-details-heading,
.woocommerce-order-received
	.woocommerce-bacs-bank-details
	.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	.wc-bacs-bank-details-heading,
.woocommerce-order-received
	.woocommerce-customer-details
	.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	.woocommerce-column__title,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	.woocommerce-customer-details
	.woocommerce-column__title,
.woocommerce-account
	.woocommerce-customer-details
	.woocommerce-Address
	.woocommerce-Address-title
	.woocommerce-column__title {
	font-family: "AR", sans-serif;
	font-weight: "AH";
	font-size: 1.15rem;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
}

.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	a.edit::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: #ffffff;
	content: "\f040";
	margin-left: 0.75rem;
}

.woocommerce-account .woocommerce-Address .woocommerce-Address-title::before,
.woocommerce-account .woocommerce-Address .woocommerce-Address-title::after {
	content: "";
	display: none;
}

.woocommerce-account .woocommerce-address-fields button[type="submit"] {
	margin-top: 1.5rem;
}

.woocommerce-account .woocommerce-address-fields button[type="submit"]::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: #ffffff;
	content: "\f058";
	margin-left: 0.75rem;
}

.woocommerce-account .woocommerce-MyAccount-paymentMethods .button {
	padding: 0.4em 0.8em;
}

.woocommerce-account .woocommerce-MyAccount-paymentMethods .button.delete {
	color: unset;
	background-color: unset;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
	margin: 2rem 0;
	padding: 1rem;
	border: 1px solid rgba(112, 112, 112, 0.25);
	border-radius: 1.25rem;
}

.woocommerce-account
	.woocommerce-EditAccountForm
	button[name="save_account_details"]::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: #ffffff;
	content: "\f058";
	margin-left: 0.75rem;
}

.woocommerce-account form.woocommerce-ResetPassword {
	margin-bottom: 2rem;
}

.member-benefits {
	margin: 0 0 0;
	padding: 4rem 0;
	background-color: #F7F5F2;
	position: relative;
}

.member-benefits__title {
	margin-bottom: 2rem;
	max-width: 30rem;
}

@media only screen and (min-width: 1200px) {
	.member-benefits__title {
		max-width: unset;
	}
}

.member-benefits__list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.member-benefits__list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	letter-spacing: 0.04rem;
	font-family: "AB";
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 0.4rem;
}

.member-benefits__icon {
	padding: 0.75rem;
	width: 2.75rem;
	height: 2.75rem;
	text-align: center;
	background-color: #ffffff;
	color: #C9A96E ;
	font-size: 1.25rem;
	margin-right: 1rem;
	border-radius: 2rem;
}

.member-benefits__image {
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	display: none;
}

@media only screen and (min-width: 992px) {
	.member-benefits__image {
		display: block;
		max-height: 105%;
	}
}

@media only screen and (min-width: 1200px) {
	.member-benefits__image {
		max-height: 120%;
	}
}

/**
 *
 * Styles related to WooCommerce emails
 * are contained here
 *
 */
/**
 *
 * Styles related to shop notices
 * are contained here
 *
 */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background-color: #f5f5f5;
	border-radius: 1rem;
	-webkit-box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.1);
	box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.1);
	-webkit-transition: -webkit-box-shadow 0.4s ease-out;
	transition: -webkit-box-shadow 0.4s ease-out;
	transition: box-shadow 0.4s ease-out;
	transition:
		box-shadow 0.4s ease-out,
		-webkit-box-shadow 0.4s ease-out;
}

.woocommerce-error:hover,
.woocommerce-info:hover,
.woocommerce-message:hover {
	-webkit-box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.25);
	box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.25);
}

.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button {
	padding: 0.6rem 0.75rem;
}

.woocommerce-error {
	border-top-color: #d50032;
}

.woocommerce-error::before {
	color: #d50032;
}

.woocommerce-message {
	border-top-color: #198754;
}

.woocommerce-message::before {
	color: #198754;
}

.woocommerce-info {
	border-top-color: #0dcaf0;
}

.woocommerce-info::before {
	color: #0dcaf0;
}

.woocommerce-notices-wrapper {
	padding-bottom: 2rem;
}

.single-product .woocommerce-notices-wrapper {
	background-color: #F7F5F2;
}

/**
 *
 * Styles related to orders
 * are contained here
 *
 */
/**
 *
 * Styles related to user authentication
 * are contained here
 *
 */
/**
 *
 * All SCSS styles related to the home (front) page
 *
*/
.hero {
	width: 100%;
	height: auto;
	position: relative;
}

@media only screen and (min-width: 768px) {
	.hero {
		height: auto;
	}
}

.hero .scroll {
	cursor: pointer;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 15%;
	left: 50%;
	z-index: 6;
}

@media only screen and (min-width: 768px) {
	.hero .scroll {
		right: 7%;
		left: unset;
	}
}

.hero .scroll a .scroll-indicator {
	display: block;
	position: relative;
	width: 1.3125rem;
	height: 2.1875rem;
	border: 0.125rem solid #fff;
	border-radius: 62.4375rem;
}

.hero .scroll a .scroll-indicator::before {
	content: "";
	position: absolute;
	top: 0.375rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0.125rem;
	height: 0.5rem;
	background: #fff;
	border-radius: 62.4375rem;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
	-webkit-animation-name: icon-scroll;
	animation-name: icon-scroll;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

.hero .overlay {
	height: 90vh;
}

@media only screen and (min-width: 768px) {
	.hero .overlay {
		height: 100vh;
	}
}

.hero .flexslider {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.hero .flexslider .slides {
	padding: 0 !important;
}

.hero .flexslider .slides li {
	width: 100%;
	height: 90vh;
	position: relative;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

@media only screen and (min-width: 768px) {
	.hero .flexslider .slides li {
		height: 32rem;
	}
}

@media only screen and (min-width: 1600px) {
	.hero .flexslider .slides li {
		height: 35rem;
	}
}

.hero .flexslider .slides li .overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
}

.hero .flexslider .slides li video,
.hero .flexslider .slides li img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.hero .flexslider .slides li .flex-caption {
	width: 90%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
}

.hero .flexslider .slides li .flex-caption .captions {
	width: 100%;
	color: white;
}

@media only screen and (min-width: 768px) {
	.hero .flexslider .slides li .flex-caption .captions {
		width: 100%;
	}
}

.hero .flexslider .slides li .flex-caption .slide_header,
.hero .flexslider .slides li .flex-caption .slide_desc,
.hero .flexslider .slides li .flex-caption .btn-hld {
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

.hero .flexslider .slides li .flex-caption .slide_header {
	width: 70%;
	letter-spacing: 0.02rem;
	font-size: 2.5rem;
	font-family: "ABL";
	color: #C9A96E ;
	line-height: 1.2;
}

@media only screen and (min-width: 768px) {
	.hero .flexslider .slides li .flex-caption .slide_header {
		font-size: 3.5rem;
	}
}

.hero .flexslider .slides li .flex-caption .slide_desc {
	width: 70%;
	font-weight: 500;
	letter-spacing: 0.05rem;
	font-size: 1.05rem;
	line-height: 1.5;
	margin-top: 2vh;
	color: rgba(0, 0, 0, 0.7);
}

@media only screen and (min-width: 768px) {
	.hero .flexslider .slides li .flex-caption .slide_desc {
		font-size: 1.2rem;
	}
}

.hero .flexslider .slides li .flex-caption .btn-hld {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2rem;
	gap: 1.5rem;
}

.hero .flexslider .slides li.flex-active-slide .flex-caption .slide_header,
.hero .flexslider .slides li.flex-active-slide .flex-caption .slide_desc {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.hero .flexslider .slides li.flex-active-slide .flex-caption .slide_header {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.hero .flexslider .slides li.flex-active-slide .flex-caption .slide_desc {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.hero .flexslider .slides li.flex-active-slide .flex-caption .btn-hld {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.hero .flexslider .slides li.flex-active-slide .flex-caption .photo {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-name: xFlipLeft;
	animation-name: xFlipLeft;
	opacity: 1;
}

.hero .flexslider .flex-direction-nav {
	display: none;
}

.hero .flexslider .flex-control-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	padding: 0;
	text-align: center;
	top: 72%;
	left: 50%;
	z-index: 5;
}

@media only screen and (min-width: 768px) {
	.hero .flexslider .flex-control-nav {
		left: 90.5%;
		display: unset;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		top: 55%;
	}
}

.hero .flexslider .flex-control-nav li {
	display: block;
}

.hero .flexslider .flex-control-nav li a {
	width: 8px;
	height: 8px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background: #ffffff;
	text-indent: 99999px;
	margin: 8px;
	border-radius: 50%;
}

.hero .flexslider .flex-control-nav li a:before {
	content: "";
	width: 18px;
	height: 18px;
	opacity: 0;
	position: absolute;
	border-radius: 50%;
	border: 2px solid #C9A96E ;
	-webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-font-smoothing: antialiased;
	top: -5px;
	left: -5px;
}

.hero .flexslider .flex-control-nav li a.flex-active {
	background-color: #C9A96E ;
}

.hero .flexslider .flex-control-nav li a.flex-active:before {
	opacity: 1;
}

.hero .flexslider .flex-control-nav li a:hover::before {
	opacity: 1;
}

.hero.sub__pages {
	height: 35vh;
	position: relative;
	background-color: #00224c;
}

@media only screen and (min-width: 768px) {
	.hero.sub__pages {
		height: 50vh;
	}
}

.hero.sub__pages .overlay {
	height: 100%;
}

.hero.sub__pages .hero__video {
	width: 100%;
	height: 100%;
	position: relative;
	-o-object-fit: cover;
	object-fit: cover;
}

.hero.sub__pages .hero__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.hero.sub__pages .caption__wrap {
	width: 100%;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: 1rem;
	left: 0;
	z-index: 3;
}

@media only screen and (min-width: 768px) {
	.hero.sub__pages .caption__wrap {
		width: 100%;
		bottom: 2rem;
	}
}

.hero.sub__pages .caption__wrap .hero__title {
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: 0.04rem;
	margin-top: 1rem;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.hero.sub__pages .caption__wrap .hero__title {
		font-size: 3rem;
	}
}

.hero.sub__pages .sub-links-wrap {
	width: 100%;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.12);
	box-shadow: 5px 0 30px rgba(0, 0, 0, 0.12);
	background-color: rgba(255, 255, 255, 0.5);
	bottom: 0;
	left: 0;
	z-index: 2;
}

.hero.sub__pages .sub-links-wrap a {
	font-size: 0.7rem;
	font-family: "AR", sans-serif;
	letter-spacing: 0.03rem;
	padding: 0.4rem 2rem;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	border-right: 1px solid #dbdbdd;
	color: #4c4d56;
}

@media only screen and (min-width: 992px) {
	.hero.sub__pages .sub-links-wrap a {
		font-size: 1rem;
	}
}

.hero.sub__pages .sub-links-wrap a:first-child {
	border-left: 1px solid #dbdbdd;
}

.hero.sub__pages .sub-links-wrap a:hover,
.hero.sub__pages .sub-links-wrap a.active {
	background-color: #F7F5F2;
	color: white;
}

.srv-offerings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 0;
	/* control these two variables: duration and gap */
	/* inner row that will be animated */
	/* each track is one copy; include trailing margin so gap is part of track width */
}

.srv-offerings.marquee {
	--marquee-duration: 20s;
	/* change to speed up/slow down */
	--marquee-gap: 6rem;
	/* spacing between sets */
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.srv-offerings .marquee__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* animation uses the exact pixel shift set by JS in --marquee-shift-neg */
	-webkit-animation: marquee-scroll var(--marquee-duration) linear infinite;
	animation: marquee-scroll var(--marquee-duration) linear infinite;
	will-change: transform;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.srv-offerings .marquee__track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: var(--marquee-gap);
}

.srv-offerings .col-hld {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5rem;
}

.srv-offerings .col-hld .col-icon img {
	width: auto;
	height: 2.5rem;
}

.srv-offerings .col-hld .col-title {
	font-size: 0.85rem;
	font-family: "AH";
	letter-spacing: 0.04rem;
}

.srv-highlights,
.farmers-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 0 0 2rem 0;
	gap: 2rem;
	/* responsive: stack on smaller screens */
}

.srv-highlights .col-hld,
.farmers-wrap .col-hld {
	overflow: hidden;
	height: 16rem;
	/* scale on hover of the link (or .col-hld) */
	/* overlay covers the photo area with a vertical gradient */
	/* place details over the bottom of the photo */
}

.srv-highlights .col-hld .col-hld__inner,
.farmers-wrap .col-hld .col-hld__inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0.4rem;
    position: relative;
    padding: 0;
    display: block;
    color: inherit;
    border: none;
    text-decoration: none;
}

.srv-highlights .col-hld .col-photo,
.farmers-wrap .col-hld .col-photo {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: -webkit-transform 0.6s ease;
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition:
		transform 0.6s ease,
		-webkit-transform 0.6s ease;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-box-shadow: 0px 5px 20px rgba(51, 51, 51, 0.3);
	box-shadow: 0px 5px 20px rgba(51, 51, 51, 0.3);
	will-change: transform;
	/* keep the element on its own layer for smoother animation */
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.srv-highlights .col-hld a:hover .col-photo,
.srv-highlights .col-hld a:focus .col-photo,
.farmers-wrap .col-hld a:hover .col-photo,
.farmers-wrap .col-hld a:focus .col-photo {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.srv-highlights .col-hld .overlay,
.farmers-wrap .col-hld .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* match .col-photo height */
	pointer-events: none;
	z-index: 2;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0)),
		color-stop(40%, rgba(0, 0, 0, 0)),
		to(rgba(0, 0, 0, 0.8))
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 40%,
		rgba(0, 0, 0, 0.8) 100%
	);
}

.srv-highlights .col-hld .col-details,
.farmers-wrap .col-hld .col-details {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	/* above overlay */
	padding: 1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #fff;
	/* ensure text is readable on the gradient */
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.srv-highlights .col-hld .sec-hdr,
.farmers-wrap .col-hld .sec-hdr {
	font-size: 1.4rem;
	font-family: "AH";
	margin: 0 0 0.25rem 0;
}

.srv-highlights .col-hld .sec-text,
.farmers-wrap .col-hld .sec-text {
	margin: 0;
}

@media (max-width: 800px) {
	.srv-highlights,
	.farmers-wrap {
		grid-template-columns: 1fr;
	}
	.srv-highlights .col-hld .overlay,
	.srv-highlights .col-hld .col-photo,
	.farmers-wrap .col-hld .overlay,
	.farmers-wrap .col-hld .col-photo {
		height: 12rem;
	}
	.srv-highlights .col-hld .overlay,
	.farmers-wrap .col-hld .overlay {
		height: 12rem;
	}
}

.category-wrap .cat-hld:hover a .img-wrap img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.category-wrap .cat-hld:hover .name {
	color: #C9A96E ;
}

.category-wrap .cat-hld a {
	width: 100%;
	padding: 2rem 0;
	overflow: hidden;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px;
}

.category-wrap .cat-hld a .img-wrap {
	width: 12rem;
	height: 12rem;
	border-radius: 50%;
}

.category-wrap .cat-hld a img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.category-wrap .cat-hld a .name {
	color: #1b1c1d;
	font-family: "AH";
	letter-spacing: 0.04rem;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.category-wrap .owl-carousel .owl-nav {
	background: transparent;
	position: absolute;
	right: 0;
	top: -5.8rem;
}

.category-wrap .owl-carousel .owl-nav [class*="owl-"]:hover {
	background: transparent;
}

.category-wrap .owl-carousel .owl-nav button {
	color: #C9A96E ;
	position: relative;
	padding: 2px 15px !important;
}

.category-wrap .owl-carousel .owl-nav button span {
	display: none;
}

.category-wrap .owl-carousel .owl-nav button.owl-next {
	border-radius: 0 5px 5px 0;
}

.category-wrap .owl-carousel .owl-nav button.owl-next::before {
	content: "\2192";
}

.category-wrap .owl-carousel .owl-nav button.owl-next::after {
	left: 0;
	border-radius: 0 5px 5px 0;
}

.category-wrap .owl-carousel .owl-nav button.owl-prev {
	border-radius: 5px 0 0 5px;
}

.category-wrap .owl-carousel .owl-nav button.owl-prev:before {
	content: "\2190";
}

.category-wrap .owl-carousel .owl-nav button.owl-prev::after {
	right: 0;
	border-radius: 5px 0 0 5px;
}

.category-wrap .owl-carousel .owl-nav button.owl-next,
.category-wrap .owl-carousel .owl-nav button.owl-prev {
	margin: 0;
	outline: none;
	padding: 2px 15px !important;
	border: 1px solid rgba(201, 169, 110, 0.25) !important;
}

.category-wrap .owl-carousel .owl-nav button.owl-next:focus,
.category-wrap .owl-carousel .owl-nav button.owl-prev:focus {
	outline: none !important;
	border: 1px solid rgba(201, 169, 110, 0.25) !important;
}

.category-wrap .owl-carousel .owl-nav button.owl-next:hover::after,
.category-wrap .owl-carousel .owl-nav button.owl-prev:hover::after {
	width: 100%;
}

.category-wrap .owl-carousel .owl-nav button.owl-next::before,
.category-wrap .owl-carousel .owl-nav button.owl-prev::before {
	position: relative;
	z-index: 2;
}

.category-wrap .owl-carousel .owl-nav button.owl-next:after,
.category-wrap .owl-carousel .owl-nav button.owl-prev:after {
	content: "";
	background: #C9A96E ;
	width: 0;
	display: block;
	-webkit-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
	position: absolute;
	bottom: 0;
	top: 0;
}

.category-wrap .owl-carousel .owl-dots {
	display: none;
}

.category-wrap .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.featured-products {
	margin: 1rem 0 4rem;
}

.featured-products header {
	margin-bottom: 2rem;
}

.featured-products footer {
	text-align: center;
	margin-top: -2rem;
}

.product-categories {
	margin: 2rem 0 0;
	padding: 2.5rem 0;
	background-color: rgba(201, 169, 110, 0.25);
	position: relative;
}

.product-categories header {
	text-align: center;
	max-width: 30rem;
	margin: 0 auto;
}

.product-categories header h2,
.product-categories header .h2,
.product-categories header .testimonial-cards__image-text {
	text-transform: capitalize;
}

@media only screen and (min-width: 992px) {
	.product-categories header {
		text-align: left;
		margin: unset;
	}
}

.product-categories__list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (min-width: 768px) {
	.product-categories__list {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media only screen and (min-width: 992px) {
	.product-categories__list {
		margin-bottom: -14rem;
	}
}

.product-categories__list-item {
	position: relative;
	margin: 1rem;
	width: 20rem;
	height: 20rem;
}

@media only screen and (min-width: 1200px) {
	.product-categories__list-item {
		width: 22rem;
		height: 22rem;
	}
}

@media only screen and (min-width: 1400px) {
	.product-categories__list-item {
		width: 24rem;
		height: 24rem;
	}
}

.product-categories__list-item:hover .dashed__circle--inner svg circle,
.product-categories__list-item:focus .dashed__circle--inner svg circle,
.product-categories__list-item:active .dashed__circle--inner svg circle {
	-webkit-animation: dashFwd 0.2s ease-in backwards;
	animation: dashFwd 0.2s ease-in backwards;
	animation-direction: reverse;
}

.product-categories__list-item:hover .dashed__circle--outer svg circle,
.product-categories__list-item:focus .dashed__circle--outer svg circle,
.product-categories__list-item:active .dashed__circle--outer svg circle {
	-webkit-animation: dashBwd 0.2s ease-in backwards;
	animation: dashBwd 0.2s ease-in backwards;
	animation-direction: reverse;
}

.product-categories__list-item-content {
	position: absolute;
	overflow: hidden;
	top: 8%;
	left: 8%;
	width: 84%;
	height: 84%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.1);
	box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.1);
	-webkit-transition: -webkit-box-shadow 0.4s ease-out;
	transition: -webkit-box-shadow 0.4s ease-out;
	transition: box-shadow 0.4s ease-out;
	transition:
		box-shadow 0.4s ease-out,
		-webkit-box-shadow 0.4s ease-out;
	transition: box-shadow 0.4s ease-out;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.product-categories__list-item-content:hover {
	-webkit-box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.25);
	box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.25);
}

.product-categories__product-image {
	width: 6rem;
	height: 6rem;
	-o-object-fit: contain;
	object-fit: contain;
}

@media only screen and (min-width: 1200px) {
	.product-categories__product-image {
		width: 7.5rem;
		height: 7.5rem;
	}
}

.product-categories__image {
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	display: none;
}

@media only screen and (min-width: 992px) {
	.product-categories__image {
		display: block;
		max-height: 105%;
		max-width: 35%;
	}
}

@media only screen and (min-width: 1200px) {
	.product-categories__image {
		max-height: 120%;
	}
}

.company-feature {
	margin-bottom: 3rem;
	background-color: rgba(249, 244, 239, 0.25);
	background: url("../img/company-feature-bg.svg") no-repeat bottom center;
	background-size: cover;
}

@media only screen and (min-width: 992px) {
	.company-feature {
		background-size: 100% 100%;
	}
}

@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
	.company-feature {
		background-size: cover;
	}
}

@media only screen and (min-width: 992px) {
	.company-feature {
		padding-top: 9rem;
	}
}

.company-feature .hero__lead-text {
	font-family: "AR", sans-serif;
	font-size: 1.05rem;
	color: #1b1c1d;
}

.testimonials-in-home {
	margin-top: 2rem;
}

.testimonials-in-home header {
	text-align: center;
	margin-bottom: 3rem;
}

.testimonials_wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.testimonials_wrap .testimonials__hld {
	padding: 1.5rem 1.8rem;
	border-radius: 8px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 4px 12px 2px rgba(4, 25, 58, 0.1);
	box-shadow: 0px 4px 12px 2px rgba(4, 25, 58, 0.1);
	color: #4c4d56;
}

.testimonials_wrap .testimonials__hld:hover .info .outer {
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23BB7144' stroke-width='2' stroke-dasharray='40%25%2c 38%25' stroke-dashoffset='8' stroke-linecap='butt'/%3e%3c/svg%3e");
}

.testimonials_wrap .testimonials__hld:hover .info .outer .photo {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.testimonials_wrap .testimonials__hld .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
}

.testimonials_wrap .testimonials__hld .info .outer {
	width: 5.5rem;
	height: 5.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0.6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23BB7144' stroke-width='2' stroke-dasharray='40%25%2c 38%25' stroke-dashoffset='8' stroke-linecap='butt'/%3e%3c/svg%3e");
	border-radius: 50%;
}

.testimonials_wrap .testimonials__hld .info .outer .photo {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-size: cover;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background-position: top center;
	background-repeat: no-repeat;
}

.testimonials_wrap .testimonials__hld .info .details .title {
	font-weight: 700;
	letter-spacing: 0.02rem;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.testimonials_wrap .testimonials__hld .info .details .role {
	font-size: 0.85rem;
	letter-spacing: 0.04rem;
}

@media only screen and (max-width: 768px) {
	.testimonials_wrap .testimonials__hld .content .section-text p {
		font-size: 0.85rem;
	}
}

/**
 *
 * All SCSS styles related to the about, distributors and FAQ pages
 *
 */
.about-cards {
	padding: 1rem;
	margin-bottom: 1rem;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.about-cards {
		text-align: left;
	}
}

.about-cards__icon {
	font-size: 2.3rem;
	color: #C9A96E ;
	margin-bottom: 1rem;
}

.about-cards__title {
	font-size: 0.875em;
	text-transform: uppercase;
	color: #707070;
	margin-bottom: 0.5rem;
}

.about-cards a {
	color: #1b1c1d;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.about-cards a:hover {
	color: #C9A96E ;
}

.mission {
	background-color: rgba(249, 244, 239, 0.25);
	background: url("../img/locations-bg.svg") no-repeat center center;
	background-size: cover;
	padding: 7.5rem 0 6rem;
	margin-bottom: 1.5rem;
}

@media only screen and (min-width: 992px) {
	.mission {
		background-size: cover;
		background-size: 100% 100%;
	}
}

.faq-cards {
	padding: 1.5rem 0.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid rgba(201, 169, 110, 0.5);
}

.faq-cards:last-of-type {
	border-bottom: none;
}

.faq-cards__content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 80%;
	flex: 1 1 80%;
}

.faq-cards__title {
	font-family: "AH", serif;
	font-size: 1rem;
	letter-spacing: 0.06rem;
	text-transform: uppercase;
	padding-bottom: 0.5rem;
	cursor: pointer;
}

.faq-cards__body {
	font-size: 0.85rem;
	padding-top: 0.5rem;
}

.faq-cards__icon {
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 10%;
	flex: 1 0 10%;
	cursor: pointer;
}

@media only screen and (min-width: 576px) {
	.faq-cards__icon {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 15%;
		flex: 1 0 15%;
	}
}

.faqs {
	padding: 0 0 3rem;
}

.faqs .faq-cards__icon .fa-custom.toggle::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: #C9A96E ;
	font-size: 1.5rem;
}

@media only screen and (min-width: 576px) {
	.faqs .faq-cards__icon .fa-custom.toggle::before {
		font-size: 2rem;
	}
}

.faqs .faq-cards [aria-expanded="false"] .fa-custom.toggle::before {
	content: "\f067";
}

.faqs .faq-cards [aria-expanded="true"] .fa-custom.toggle::before {
	content: "\f068";
}

.distributors {
	padding: 0 0 3rem;
}

.distributors .faq-cards__icon .fa-custom.location::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: #C9A96E ;
	content: "\f606";
	font-size: 1.5rem;
}

@media only screen and (min-width: 576px) {
	.distributors .faq-cards__icon .fa-custom.location::before {
		font-size: 2rem;
	}
}

.distributors .faq-cards:first-of-type .fa-custom.location::before {
	content: "\f05a";
}

/**
 *
 * All SCSS styles related to the contact page
 *
 */
.contact-form {
	padding: 2rem 0 4rem;
}

.contact-form h2,
.contact-form .h2,
.contact-form .testimonial-cards__image-text,
.contact-form .lead-text {
	text-align: center;
}

.locations {
	background-size: cover;
	padding: 6rem 0;
}

@media only screen and (min-width: 992px) {
	.locations {
		background-size: cover;
		background-size: 100% 100%;
	}
}

.locations h2,
.locations .h2,
.locations .testimonial-cards__image-text {
	text-align: center;
	margin: 0 auto 1rem;
}

@media only screen and (min-width: 992px) {
	.locations h2,
	.locations .h2,
	.locations .testimonial-cards__image-text {
		margin: 1rem auto 1rem;
	}
}

@media only screen and (min-width: 768px) {
	.locations .about-cards {
		margin-left: 1rem;
	}
}

/**
 *
 * SBX Contact Form 1 styled from scratch with Flexbox and CSS columns.
 *
 */
.sbx-contact-form-1 .wpforms-confirmation-container {
	margin: 2rem 0;
	padding: 0.125rem 0.75rem;
	text-align: center;
}

.sbx-contact-form-1 form .wpforms-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0.5rem;
	text-align: left;
}

.sbx-contact-form-1 form .wpforms-field-container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sbx-contact-form-1 form .wpforms-field-container ul li {
	display: inline-block;
	padding: 0.25rem 2rem 0.25rem 0;
}

.sbx-contact-form-1 form .wpforms-field-container .sbx-form-control,
.sbx-contact-form-1 form .wpforms-field-container .sbx-checkbox-container,
.sbx-contact-form-1 form .wpforms-field-container .sbx-radio-container {
	width: 100%;
	margin: 0.75rem 0;
}

.sbx-contact-form-1 form .wpforms-field-container .sbx-form-control input,
.sbx-contact-form-1 form .wpforms-field-container .sbx-form-control textarea,
.sbx-contact-form-1 form .wpforms-field-container .sbx-checkbox-container input,
.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-checkbox-container
	textarea,
.sbx-contact-form-1 form .wpforms-field-container .sbx-radio-container input,
.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-radio-container
	textarea {
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.sbx-contact-form-1
		form
		.wpforms-field-container
		.sbx-form-control.sbx-form-control-half,
	.sbx-contact-form-1
		form
		.wpforms-field-container
		.sbx-checkbox-container.sbx-form-control-half,
	.sbx-contact-form-1
		form
		.wpforms-field-container
		.sbx-radio-container.sbx-form-control-half {
		width: 49%;
	}
}

@media only screen and (min-width: 768px) {
	.sbx-contact-form-1
		form
		.wpforms-field-container
		.sbx-form-control.sbx-form-control-one-third,
	.sbx-contact-form-1
		form
		.wpforms-field-container
		.sbx-checkbox-container.sbx-form-control-one-third,
	.sbx-contact-form-1
		form
		.wpforms-field-container
		.sbx-radio-container.sbx-form-control-one-third {
		width: 31.5%;
	}
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-checkbox-container
	ul
	li
	label {
	position: relative;
	min-height: 2rem;
	display: block;
	padding-left: 2rem;
	margin-bottom: 0;
	cursor: pointer;
	line-height: 1.75rem;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-checkbox-container
	ul
	li
	label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	margin: 5px;
	width: 18px;
	height: 18px;
	-webkit-transition: -webkit-transform 0.28s ease;
	transition: -webkit-transform 0.28s ease;
	transition: transform 0.28s ease;
	transition:
		transform 0.28s ease,
		-webkit-transform 0.28s ease;
	border: 1px solid #989c9f;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-checkbox-container
	ul
	li
	label:after {
	content: "";
	display: block;
	width: 10px;
	height: 5px;
	border-bottom: 2px solid #C9A96E ;
	border-left: 2px solid #C9A96E ;
	-webkit-transform: rotate(-45deg) scale(0);
	transform: rotate(-45deg) scale(0);
	-webkit-transition: -webkit-transform ease 0.25s;
	transition: -webkit-transform ease 0.25s;
	transition: transform ease 0.25s;
	transition:
		transform ease 0.25s,
		-webkit-transform ease 0.25s;
	position: absolute;
	top: 11px;
	left: 9px;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-checkbox-container
	ul
	li
	input[type="checkbox"] {
	width: auto;
	opacity: 0.00000001;
	position: absolute;
	left: 0;
	margin-left: -20px;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-checkbox-container
	ul
	li
	input[type="checkbox"]:checked
	~ label:before {
	border: 1px solid #989c9f;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-checkbox-container
	ul
	li
	input[type="checkbox"]:checked
	~ label:after {
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-checkbox-container
	ul
	li
	input[type="checkbox"]:focus
	+ label::before {
	outline: 0;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-checkbox-container
	ul
	li
	input[type="radio"] {
	width: auto;
	opacity: 0.00000001;
	position: absolute;
	left: 0;
	margin-left: -20px;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-checkbox-container
	ul
	li
	input[type="radio"]:checked
	~ label:before {
	border: 1px solid #989c9f;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-checkbox-container
	ul
	li
	input[type="radio"]:checked
	~ label:after {
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-checkbox-container
	ul
	li
	input[type="radio"]:focus
	+ label::before {
	outline: 0;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-radio-container
	ul
	li
	[type="radio"]:checked,
.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-radio-container
	ul
	li
	[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-radio-container
	ul
	li
	[type="radio"]:checked
	+ label,
.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-radio-container
	ul
	li
	[type="radio"]:not(:checked)
	+ label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #989c9f;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-radio-container
	ul
	li
	[type="radio"]:checked
	+ label:before,
.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-radio-container
	ul
	li
	[type="radio"]:not(:checked)
	+ label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #989c9f;
	border-radius: 100%;
	background: #ffffff;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-radio-container
	ul
	li
	[type="radio"]:checked
	+ label:before {
	border: 1px solid #C9A96E ;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-radio-container
	ul
	li
	[type="radio"]:checked
	+ label:after,
.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-radio-container
	ul
	li
	[type="radio"]:not(:checked)
	+ label:after {
	content: "";
	width: 12px;
	height: 12px;
	background: #C9A96E ;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-radio-container
	ul
	li
	[type="radio"]:not(:checked)
	+ label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-radio-container
	ul
	li
	[type="radio"]:checked
	+ label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.sbx-contact-form-1 form .wpforms-field-container .sbx-form-control input,
.sbx-contact-form-1 form .wpforms-field-container .sbx-form-control textarea,
.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-form-control.sbx-select-container
	.choices__inner,
.sbx-form-container .choices {
	background-color: #ffffff;
	border: 1px solid rgba(186, 146, 116, 0.5);
	color: #1b1c1d;
	border-radius: 0.5rem;
	padding: 15px;
	font-size: 1rem;
}

div.wpforms-container .wpforms-form .choices__inner {
	background-color: #ffffff !important;
	border: 1px solid rgba(186, 146, 116, 0.5) !important;
	color: #1b1c1d !important;
	border-radius: 0.5rem !important;
	padding: 15px !important;
	font-size: 1rem !important;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-form-control
	input::-webkit-input-placeholder,
.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-form-control
	textarea::-webkit-input-placeholder,
.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-form-control.sbx-select-container
	.choices__inner::-webkit-input-placeholder {
	color: #989c9f;
	font-family: "AR", sans-serif;
	font-size: 0.875rem;
	text-transform: capitalize;
	letter-spacing: 0.04rem;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-form-control
	input::-moz-placeholder,
.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-form-control
	textarea::-moz-placeholder,
.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-form-control.sbx-select-container
	.choices__inner::-moz-placeholder {
	color: #989c9f;
	font-family: "AR", sans-serif;
	font-size: 0.875rem;
	text-transform: capitalize;
	letter-spacing: 0.04rem;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-form-control
	input:-ms-input-placeholder,
.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-form-control
	textarea:-ms-input-placeholder,
.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-form-control.sbx-select-container
	.choices__inner:-ms-input-placeholder {
	color: #989c9f;
	font-family: "AR", sans-serif;
	font-size: 0.875rem;
	text-transform: capitalize;
	letter-spacing: 0.04rem;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-form-control
	input::-ms-input-placeholder,
.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-form-control
	textarea::-ms-input-placeholder,
.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-form-control.sbx-select-container
	.choices__inner::-ms-input-placeholder {
	color: #989c9f;
	font-family: "AR", sans-serif;
	font-size: 0.875rem;
	text-transform: capitalize;
	letter-spacing: 0.04rem;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-form-control
	input::placeholder,
.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-form-control
	textarea::placeholder,
.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-form-control.sbx-select-container
	.choices__inner::placeholder {
	color: #989c9f;
	font-family: "AR", sans-serif;
	font-size: 0.875rem;
	text-transform: capitalize;
	letter-spacing: 0.04rem;
}

.sbx-contact-form-1 form .wpforms-field-container .sbx-form-control input:focus,
.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-form-control
	textarea:focus,
.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-form-control.sbx-select-container
	.choices__inner:focus {
	outline: none;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-form-control.sbx-select-container
	.choices__inner {
	padding: 11px;
}

.sbx-contact-form-1 form .wpforms-field-container .sbx-form-control textarea {
	height: 180px;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-form-control
	.wpforms-field-label
	.wpforms-required-label {
	color: #C9A96E ;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-form-control
	.wpforms-error {
	color: #d50032;
	font-size: 0.875rem;
	font-style: italic;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-select-container
	.choices__list {
	font-weight: normal;
	font-size: 1rem;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-select-container
	.choices__list
	.choices__placeholder {
	font-size: 0.875rem;
	letter-spacing: 0.04rem;
	opacity: 1;
	color: #989c9f;
}

.sbx-contact-form-1 form .wpforms-field-container .sbx-legal-text,
.sbx-contact-form-1 form .wpforms-field-container .wpforms-field-limit-text {
	font-size: 0.8125rem;
	font-weight: "AL";
	color: #7e8286;
}

.sbx-contact-form-1
	form
	.wpforms-field-container
	.sbx-legal-text
	.wpforms-error,
.sbx-contact-form-1
	form
	.wpforms-field-container
	.wpforms-field-limit-text
	.wpforms-error {
	color: #d50032;
	font-size: 0.875rem;
	font-style: italic;
}

.sbx-contact-form-1 form .sbx-contact-form-btn {
	width: 100%;
	font-size: 1.2rem;
}

.sbx-contact-form-1 form .wpforms-submit-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sbx-contact-form-1 form .wpforms-field.wpforms-field-hp {
	display: none;
}

.sbx-contact-form-1 form .sbx-checkbox-replace ul {
	display: none;
}

.sbx-contact-form-1 form label.wpforms-field-label,
.sbx-contact-form-1 form .wpforms-field-label.wpforms-label-hide {
	font-family: "AH";
	margin-bottom: 0.2rem;
}

/**
 *
 * All SCSS styles related to the farmers page
 *
*/
.single-farmer-info {
	margin-bottom: 2rem;
}

.single-farmer-info a {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
}

.single-farmer-info a .photo {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	overflow: hidden;
}

.single-farmer-info a .photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.single-farmer-info a .details .title {
	font-size: 0.875rem;
	line-height: 1;
	letter-spacing: 0.03rem;
	font-family: "AR";
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-bottom: 0.4rem;
	color: rgba(0, 0, 0, 0.6);
}

.single-farmer-info a .details .name {
	font-size: 0.875rem;
	font-family: "AH";
	letter-spacing: 0.03rem;
	margin: 0;
	line-height: 1;
}

/**
 *
 * All SCSS styles related to the Blog archive page
 *
*/
.news_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}

.news_wrap .col-hld {
	width: 32%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.news_wrap .col-hld:nth-child(n + 4) {
	margin-top: 2rem;
}

.news_wrap .col-hld:hover {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.news_wrap .col-hld:hover .col-title {
	color: #C9A96E ;
}

.news_wrap .col-hld .col-photo {
	width: 100%;
	height: 15rem;
	border-radius: 8px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 5px 20px rgba(51, 51, 51, 0.15);
	box-shadow: 0px 5px 20px rgba(51, 51, 51, 0.15);
}

.news_wrap .col-hld .col-photo.lg {
	height: 18rem;
}

.news_wrap .col-hld .col-title {
	font-size: 1.1rem;
	font-family: "AH";
	color: #1b1c1d;
	margin-top: 1rem;
	padding: 0 1%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.img-wrap {
	width: 60%;
	height: 25rem;
	margin: 0 auto;
	border-radius: 0.5rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.img-wrap.lg {
	height: 28rem;
}

img.single {
	width: 50%;
	height: auto;
	border-radius: 0.5rem;
}

/**
 *
 * All styles related to the testimonials page
 *
 */
.testimonials .pagination {
	margin-bottom: 2rem;
}

.testimonial-cards {
	padding: 2rem 0;
}

@media only screen and (min-width: 768px) {
	.testimonial-cards {
		padding: 4rem 0;
	}
}

.testimonial-cards:nth-of-type(odd) {
	background-color: rgba(249, 244, 239, 0.25);
}

.testimonial-cards .container,
.testimonial-cards .woocommerce-account form.woocommerce-ResetPassword,
.woocommerce-account .testimonial-cards form.woocommerce-ResetPassword {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (min-width: 992px) {
	.testimonial-cards .container,
	.testimonial-cards .woocommerce-account form.woocommerce-ResetPassword,
	.woocommerce-account .testimonial-cards form.woocommerce-ResetPassword {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.testimonial-cards__images {
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.testimonial-cards__images {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media only screen and (min-width: 992px) {
	.testimonial-cards__images {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 60%;
		flex: 0 1 60%;
	}
}

.testimonial-cards__content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media only screen and (min-width: 992px) {
	.testimonial-cards__content {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 40%;
		flex: 1 1 40%;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

.testimonial-cards__image {
	position: absolute;
	overflow: hidden;
	top: 8%;
	left: 8%;
	width: 84%;
	height: 84%;
	border-radius: 50%;
	-webkit-filter: brightness(0.3) blur(2px);
	filter: brightness(0.3) blur(2px);
	-webkit-clip-path: circle(50% at center);
	clip-path: circle(50% at center);
	-webkit-transition: -webkit-filter 0.2s;
	transition: -webkit-filter 0.2s;
	transition: filter 0.2s;
	transition:
		filter 0.2s,
		-webkit-filter 0.2s;
}

.testimonial-cards__image-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #F7F5F2;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
}

.testimonial-cards__image-wrap {
	position: relative;
	margin: 1rem 0;
	width: 300px;
	height: 300px;
}

@media only screen and (min-width: 768px) {
	.testimonial-cards__image-wrap--before {
		margin: 0 0 8rem 0;
	}
}

@media only screen and (min-width: 992px) {
	.testimonial-cards__image-wrap--before {
		margin: 0 0 10rem -2rem;
	}
}

@media only screen and (min-width: 1200px) {
	.testimonial-cards__image-wrap--before {
		margin: 0 0 8rem 0;
	}
}

@media only screen and (min-width: 768px) {
	.testimonial-cards__image-wrap--after {
		margin: 8rem 0 0 0;
	}
}

@media only screen and (min-width: 992px) {
	.testimonial-cards__image-wrap--after {
		margin: 10rem 0 0 -2rem;
	}
}

@media only screen and (min-width: 1200px) {
	.testimonial-cards__image-wrap--after {
		margin: 8rem 0 0 0;
	}
}

.testimonial-cards__image-wrap:hover .dashed__circle--inner svg circle,
.testimonial-cards__image-wrap:focus .dashed__circle--inner svg circle,
.testimonial-cards__image-wrap:active .dashed__circle--inner svg circle {
	-webkit-animation: dashFwd 0.2s ease-in backwards;
	animation: dashFwd 0.2s ease-in backwards;
	animation-direction: reverse;
}

.testimonial-cards__image-wrap:hover .dashed__circle--outer svg circle,
.testimonial-cards__image-wrap:focus .dashed__circle--outer svg circle,
.testimonial-cards__image-wrap:active .dashed__circle--outer svg circle {
	-webkit-animation: dashBwd 0.2s ease-in backwards;
	animation: dashBwd 0.2s ease-in backwards;
	animation-direction: reverse;
}

.testimonial-cards__image-wrap:hover .testimonial-cards__image,
.testimonial-cards__image-wrap:focus .testimonial-cards__image,
.testimonial-cards__image-wrap:active .testimonial-cards__image {
	-webkit-filter: brightness(1) blur(0);
	filter: brightness(1) blur(0);
}

.testimonial-cards__image-wrap:hover .testimonial-cards__image-text,
.testimonial-cards__image-wrap:focus .testimonial-cards__image-text,
.testimonial-cards__image-wrap:active .testimonial-cards__image-text {
	opacity: 0;
}

.testimonial-cards__icon {
	background: url("../img/quote.png") no-repeat left center;
	background-size: contain;
	height: 4rem;
	width: 4rem;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

@media only screen and (min-width: 768px) {
	.testimonial-cards__body {
		margin-left: 5rem;
	}
}

.testimonial-cards__testimonial {
	font-family: "AH", serif;
	font-size: 1.25rem;
	line-height: 1.2;
	color: #1b1c1d;
}

.testimonial-cards__divider {
	display: inline-block;
	margin: 0 0.75rem 0.35rem 0;
	width: 4rem;
	border-top: 1px solid #F7F5F2;
}

.testimonial-cards__name {
	display: inline-block;
	font-family: "AH", serif;
	font-size: 1.1rem;
	color: #C9A96E ;
}

.testimonial-cards__product {
	margin-top: 1.5rem;
	padding: 1.5rem;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.1);
	box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.1);
	-webkit-transition: -webkit-box-shadow 0.4s ease-out;
	transition: -webkit-box-shadow 0.4s ease-out;
	transition: box-shadow 0.4s ease-out;
	transition:
		box-shadow 0.4s ease-out,
		-webkit-box-shadow 0.4s ease-out;
	border-radius: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.testimonial-cards__product:hover {
	-webkit-box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.25);
	box-shadow: 0px 5px 20px rgba(27, 28, 29, 0.25);
}

.testimonial-cards__product-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
}

.testimonial-cards__product-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0.625rem;
}

.testimonial-cards__product-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 60%;
	flex: 0 1 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.testimonial-cards__product-title {
	font-family: "AH", serif;
	font-size: 1.5rem;
}

.testimonial-cards__product-price {
	font-weight: "AH";
	font-size: 0.875rem;
}

.testimonial-cards__product-cat {
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	font-weight: "AH";
	font-size: 0.75rem;
	letter-spacing: 0.1rem;
	color: #707070;
}

.testimonial-cards__product-cat a {
	color: inherit;
}

.testimonial-cards__product-cat a:hover,
.testimonial-cards__product-cat a:focus,
.testimonial-cards__product-cat a:active {
	color: #C9A96E ;
}

.testimonial-cards__product .btn,
.testimonial-cards__product .pagination ul.pagination .page-link.prev,
.pagination ul.pagination .testimonial-cards__product .page-link.prev,
.testimonial-cards__product .pagination ul.pagination .page-link.next,
.pagination ul.pagination .testimonial-cards__product .page-link.next,
.testimonial-cards__product
	.cart-dropdown
	p.woocommerce-mini-cart__buttons
	a:first-of-type,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.testimonial-cards__product
	a:first-of-type,
.testimonial-cards__product
	.cart-dropdown
	p.woocommerce-mini-cart__buttons
	a:last-of-type,
.cart-dropdown
	p.woocommerce-mini-cart__buttons
	.testimonial-cards__product
	a:last-of-type,
.testimonial-cards__product
	.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button,
.sbx-product
	.summary
	.woocommerce-variation-add-to-cart
	.testimonial-cards__product
	.single_add_to_cart_button,
.testimonial-cards__product
	.sbx-product
	.summary
	form.cart
	.single_add_to_cart_button,
.sbx-product
	.summary
	form.cart
	.testimonial-cards__product
	.single_add_to_cart_button,
.testimonial-cards__product
	.woocommerce
	ul.products
	li.product
	a.sbx-view-product,
.woocommerce
	ul.products
	li.product
	.testimonial-cards__product
	a.sbx-view-product,
.testimonial-cards__product
	.woocommerce
	.products
	ul
	li.product
	a.sbx-view-product,
.woocommerce
	.products
	ul
	li.product
	.testimonial-cards__product
	a.sbx-view-product,
.testimonial-cards__product .woocommerce-cart .return-to-shop a.button,
.woocommerce-cart .return-to-shop .testimonial-cards__product a.button,
.testimonial-cards__product
	.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	button[name="apply_coupon"],
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.coupon
	.testimonial-cards__product
	button[name="apply_coupon"],
.testimonial-cards__product
	.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	button[name="update_cart"],
.woocommerce-cart
	.cart.shop_table.shop_table_responsive
	.testimonial-cards__product
	button[name="update_cart"],
.testimonial-cards__product
	.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	a.checkout-button,
.woocommerce-cart
	.cart-collaterals
	.wc-proceed-to-checkout
	.testimonial-cards__product
	a.checkout-button,
.testimonial-cards__product
	.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	button[name="woocommerce_checkout_place_order"],
.woocommerce-checkout
	#payment.woocommerce-checkout-payment
	.testimonial-cards__product
	button[name="woocommerce_checkout_place_order"],
.testimonial-cards__product
	.woocommerce-checkout
	.woocommerce-form-login
	button[type="submit"],
.woocommerce-checkout
	.woocommerce-form-login
	.testimonial-cards__product
	button[type="submit"],
.testimonial-cards__product
	.woocommerce-checkout
	.woocommerce-form-coupon
	button[type="submit"],
.woocommerce-checkout
	.woocommerce-form-coupon
	.testimonial-cards__product
	button[type="submit"],
.testimonial-cards__product
	.woocommerce-order-received
	.sbx-woo-subscribe-cta
	form
	button,
.woocommerce-order-received
	.sbx-woo-subscribe-cta
	form
	.testimonial-cards__product
	button,
.testimonial-cards__product
	.woocommerce-order-pay
	#wc-paystack-form
	#paystack-payment-button,
.woocommerce-order-pay
	#wc-paystack-form
	.testimonial-cards__product
	#paystack-payment-button,
.testimonial-cards__product
	.woocommerce-order-pay
	#wc-paystack-form
	#paystack-cancel-payment-button,
.woocommerce-order-pay
	#wc-paystack-form
	.testimonial-cards__product
	#paystack-cancel-payment-button,
.testimonial-cards__product .woocommerce-account form.woocommerce-form button,
.woocommerce-account form.woocommerce-form .testimonial-cards__product button,
.testimonial-cards__product
	.woocommerce-account
	form.woocommerce-EditAccountForm
	button,
.woocommerce-account
	form.woocommerce-EditAccountForm
	.testimonial-cards__product
	button,
.testimonial-cards__product
	.woocommerce-account
	form
	.woocommerce-address-fields
	button,
.woocommerce-account
	form
	.woocommerce-address-fields
	.testimonial-cards__product
	button,
.testimonial-cards__product
	.woocommerce-account
	form.woocommerce-ResetPassword
	button,
.woocommerce-account
	form.woocommerce-ResetPassword
	.testimonial-cards__product
	button,
.testimonial-cards__product
	.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	a,
.woocommerce-account
	.woocommerce-MyAccount-greeting
	span:last-of-type
	.testimonial-cards__product
	a,
.testimonial-cards__product
	.woocommerce-account
	table.woocommerce-MyAccount-orders
	a.button,
.woocommerce-account
	table.woocommerce-MyAccount-orders
	.testimonial-cards__product
	a.button,
.testimonial-cards__product
	.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	a,
.woocommerce-account
	.woocommerce-Address
	.woocommerce-Address-title
	.testimonial-cards__product
	a,
.testimonial-cards__product
	.woocommerce-account
	.woocommerce-MyAccount-content
	.button,
.woocommerce-account
	.woocommerce-MyAccount-content
	.testimonial-cards__product
	.button,
.testimonial-cards__product .woocommerce-account #add_payment_method .button,
.woocommerce-account #add_payment_method .testimonial-cards__product .button,
.testimonial-cards__product .woocommerce-error a.button,
.woocommerce-error .testimonial-cards__product a.button,
.testimonial-cards__product .woocommerce-info a.button,
.woocommerce-info .testimonial-cards__product a.button,
.testimonial-cards__product .woocommerce-message a.button,
.woocommerce-message .testimonial-cards__product a.button,
.testimonial-cards__product .sbx-contact-form-1 form .sbx-contact-form-btn,
.sbx-contact-form-1 form .testimonial-cards__product .sbx-contact-form-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/**
 *
 * All styles related to the food seasons page
 *
*/
.season-table-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

@media only screen and (min-width: 992px) {
	.season-table-wrapper {
		overflow-x: visible;
	}
}

.season-table-wrapper .season-table {
	width: 100%;
	min-width: 900px;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: white;
	border-radius: 12px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.season-table-wrapper .season-table th.food-col,
.season-table-wrapper .season-table td.food-col {
	width: 200px;
	min-width: 200px;
	position: sticky;
	left: 0;
	background: white;
	z-index: 2;
}

.season-table-wrapper .season-table th:not(.food-col),
.season-table-wrapper .season-table td:not(.food-col) {
	width: calc((100% - 200px) / 12);
}

.season-table-wrapper .season-table thead {
	background: #F7F5F2;
}

.season-table-wrapper .season-table thead th {
	padding: 1rem;
	text-align: center;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	white-space: nowrap;
}

.season-table-wrapper .season-table thead th:first-child {
	position: sticky;
	left: 0;
	z-index: 3;
	background: #F7F5F2;
}

@media only screen and (min-width: 992px) {
	.season-table-wrapper .season-table thead th:first-child {
		position: static;
	}
}

.season-table-wrapper .season-table tbody tr td {
	padding: 1rem;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	text-align: center;
	white-space: nowrap;
}

.season-table-wrapper .season-table tbody tr td:last-child {
	border-right: none;
}

.season-table-wrapper .season-table tbody tr td.food-cell {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
	position: sticky;
	left: 0;
	z-index: 2;
	background: #fff;
	font-family: "AH";
}

@media only screen and (min-width: 992px) {
	.season-table-wrapper .season-table tbody tr td.food-cell {
		position: static;
	}
}

.season-table-wrapper .season-table tbody tr td.food-cell img {
	width: 3rem;
	height: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 4px;
}

.season-table-wrapper .season-table tbody tr td.food-cell .food-name {
	font-weight: 600;
}

.season-table-wrapper .season-table tbody tr td.month {
	width: calc(100% / 13);
}

.season-table-wrapper .season-table tbody tr td.month img.season-icon {
	width: auto;
	height: 1.5rem;
}

.season-table-wrapper .season-table tbody tr td.month.in-season {
	background: rgba(25, 135, 84, 0.1);
}

.season-table-wrapper .season-table tbody tr:last-child td {
	border-bottom: none;
}

.season-table-wrapper .season-table thead tr:first-child th:first-child {
	border-top-left-radius: 12px;
}

.season-table-wrapper .season-table thead tr:first-child th:last-child {
	border-top-right-radius: 12px;
}

.season-table-wrapper .season-table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 12px;
}

.season-table-wrapper .season-table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 12px;
}

/**
 *
 * All styles related to the recipes page
 *
*/
.ingredient-list {
	border-radius: 0.8rem;
	background: white;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.ingredient-list .col-hld {
	height: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #F7F5F2;
}

.ingredient-list .col-hld .name {
	font-size: 1rem;
	font-family: "AH";
	letter-spacing: 0.02rem;
}

.ingredient-list .col-hld .measure {
	font-size: 0.9rem;
	font-family: "AB";
	letter-spacing: 0.03rem;
}

.gallery-wrap {
	overflow: hidden;
	width: 100%;
}

.gallery-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 2%;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.gallery-cont:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.gallery-cont a {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.gallery-cont a img {
	height: 15rem;
	border-radius: 0.5rem;
	-webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
}

/* keyframes for scrolling */
@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	/* scroll half because items are duplicated */
}
@keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	/* scroll half because items are duplicated */
}
