@charset "UTF-8";
/*!
Theme Name: Oh So Pure
Theme URI: http://oh-so-pure.de/
Author: denkanross
Author URI: http://denkanross.de
Description: Oh So Pure Shop Theme
Version: 2.0.0

*/
/*--------------------------------------------------------------
# 0-Settings
--------------------------------------------------------------*/
/* montserrat-300 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/montserrat-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/montserrat-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-300.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-300.woff") format("woff"), url("../fonts/montserrat-v15-latin-300.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-300.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/montserrat-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/montserrat-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-regular.woff") format("woff"), url("../fonts/montserrat-v15-latin-regular.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/montserrat-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/montserrat-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-700.woff") format("woff"), url("../fonts/montserrat-v15-latin-700.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-700.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/*--------------------------------------------------------------
# 1-Tools
--------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  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;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

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 {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #91b2ab;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #91b2ab;
  text-decoration: none;
}
a:hover {
  color: #5b827a;
  text-decoration: none;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--osp-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;
}

.container,
.container-fluid,
.container-xxl,
.container-xl {
  width: 100%;
  padding-right: var(--osp-gutter-x, 1rem);
  padding-left: var(--osp-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1240px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
.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: flex !important;
}

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

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

.shadow {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-sm {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.shadow-none {
  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 {
  transform: translate(-50%, -50%) !important;
}

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

.translate-middle-y {
  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: #91b2ab !important;
}

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

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

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

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

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

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

.border-dark {
  border-color: #212529 !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 {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

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

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-5 {
  font-size: 1.125rem !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: #91b2ab !important;
}

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

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

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

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

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

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

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

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

.text-body {
  color: #333 !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: #91b2ab !important;
}

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

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

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

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

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

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

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

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

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

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

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-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: 600px) {
  .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: flex !important;
  }

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

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

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

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

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

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

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

  .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: flex !important;
  }

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

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

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

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

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

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

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

  .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: flex !important;
  }

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

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

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

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

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1240px) {
  .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: flex !important;
  }

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

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

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

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

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

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

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

  .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: flex !important;
  }

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

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

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

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

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

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

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

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2rem !important;
  }

  .fs-2 {
    font-size: 1.75rem !important;
  }

  .fs-3 {
    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: flex !important;
  }

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

  .d-print-none {
    display: none !important;
  }
}
:root {
  --mm-line-height: 20px;
  --mm-listitem-size: 44px;
  --mm-navbar-size: 44px;
  --mm-offset-top: 0;
  --mm-offset-right: 0;
  --mm-offset-bottom: 0;
  --mm-offset-left: 0;
  --mm-color-border: rgba(0, 0, 0, 0.1);
  --mm-color-button: rgba(0, 0, 0, 0.3);
  --mm-color-text: rgba(0, 0, 0, 0.75);
  --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
  --mm-color-background: #f3f3f3;
  --mm-color-background-highlight: rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
  --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  line-height: 20px;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  z-index: 0;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: var(--mm-line-height);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mm-menu a,
.mm-menu a:link,
.mm-menu a:active,
.mm-menu a:visited,
.mm-menu a:hover {
  text-decoration: none;
  color: inherit;
}

[dir=rtl] .mm-menu {
  direction: rtl;
}

.mm-panel {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s ease;
}
.mm-panel:after {
  height: 44px;
}
.mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-panel:after {
  content: "";
  display: block;
  height: var(--mm-listitem-size);
}
.mm-panel_opened {
  z-index: 1;
  transform: translate3d(0%, 0, 0);
}
.mm-panel_opened-parent {
  transform: translate3d(-30%, 0, 0);
}
.mm-panel_highest {
  z-index: 2;
}
.mm-panel_noanimation {
  transition: none !important;
}
.mm-panel_noanimation.mm-panel_opened-parent {
  transform: translate3d(0, 0, 0);
}
.mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.mm-panel__content {
  padding: 20px 20px 0;
}

.mm-panels {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  height: 100%;
  flex-grow: 1;
  overflow: hidden;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
}

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
  transform: translate3d(-100%, 0, 0);
}
[dir=rtl] .mm-panel.mm-panel_opened-parent {
  transform: translate3d(30%, 0, 0);
}

.mm-listitem_vertical > .mm-panel {
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px;
  transform: none !important;
}
.mm-listitem_vertical > .mm-panel:before, .mm-listitem_vertical > .mm-panel:after {
  content: none;
  display: none;
}

.mm-listitem_opened > .mm-panel {
  display: block;
}

.mm-listitem_vertical > .mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto;
}
.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent;
}

.mm-listitem_opened > .mm-listitem__btn:after {
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  width: 50px;
  padding: 0;
}
.mm-btn:before, .mm-btn:after {
  border: 2px solid rgba(0, 0, 0, 0.3);
  border: 2px solid var(--mm-color-button);
}

.mm-btn_next:after, .mm-btn_prev:before {
  content: "";
  border-bottom: none;
  border-right: none;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-btn_prev:before {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-btn_next:after {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-btn_close:before, .mm-btn_close:after {
  content: "";
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}
.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}
.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

[dir=rtl] .mm-btn_next:after {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
[dir=rtl] .mm-btn_prev:before {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
[dir=rtl] .mm-btn_close:before, [dir=rtl] .mm-btn_close:after {
  right: auto;
}
[dir=rtl] .mm-btn_close:before {
  left: 25px;
}
[dir=rtl] .mm-btn_close:after {
  left: 18px;
}

.mm-navbar {
  min-height: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.3);
  display: flex;
  min-height: var(--mm-navbar-size);
  border-bottom: 1px solid var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.mm-navbar > * {
  min-height: 44px;
}
@supports (position: sticky) {
  .mm-navbar_sticky {
    position: sticky;
    top: 0;
    z-index: 1;
  }
}
.mm-navbar > * {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.mm-navbar__btn {
  flex-grow: 0;
}

.mm-navbar__title {
  flex: 1 1 50%;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.mm-navbar__title:not(:last-child) {
  padding-right: 0;
}
.mm-navbar__title > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title {
  padding-left: 0;
}
.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title:last-child {
  padding-right: 50px;
}

[dir=rtl] .mm-navbar {
  flex-direction: row-reverse;
}

.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listitem {
  color: rgba(0, 0, 0, 0.75);
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.mm-listitem:after {
  content: "";
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}
.mm-listitem a,
.mm-listitem a:hover {
  text-decoration: none;
}

.mm-listitem__btn, .mm-listitem__text {
  padding: 12px;
  display: block;
  padding: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);
  padding-left: 0;
  padding-right: 0;
  color: inherit;
}

.mm-listitem__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  flex-grow: 1;
  flex-basis: 10%;
}

.mm-listitem__btn {
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 50px;
  position: relative;
}
.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-listitem_selected > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}
.mm-listitem_opened > .mm-listitem__btn,
.mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
}

[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px;
}
[dir=rtl] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px;
}
[dir=rtl] .mm-listitem__btn {
  padding-left: 50px;
  border-left-width: 0;
  border-left-style: none;
}
[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid;
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  transition: transform 0.4s ease;
  z-index: 1;
}

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative;
}
.mm-wrapper_opened .mm-page {
  min-height: 100vh;
}
.mm-wrapper_background .mm-page {
  background: inherit;
}

.mm-menu_offcanvas {
  position: fixed;
  right: auto;
  z-index: 0;
}
.mm-menu_offcanvas:not(.mm-menu_opened) {
  display: none;
}

.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(440px, 0, 0);
  }
}
.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.mm-wrapper_blocking {
  overflow: hidden;
}
.mm-wrapper_blocking body {
  overflow: hidden;
}
.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block;
}

[dir=rtl] .mm-menu_offcanvas {
  /*left: unset;
  right: 0;*/
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0;
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s;
}

.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
  background: inherit;
}
.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
  background: #000;
}
.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #fff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
/*
$woocommerce:   	#a46497;
$green:         	#7ad03a;
$red:           	#a00;
$orange:        	#ffba00;
$blue:          	#7cb0b3;

$primary:           #a46497;                                    // Primary colour for buttons (alt)
$primarytext:       desaturate(lighten($primary, 50%), 18%);    // Text on primary colour bg

$secondary:         desaturate(lighten($primary, 40%), 21%);    // Secondary buttons
$secondarytext:     desaturate(darken($secondary, 60%), 21%);   // Text on secondary colour bg

$highlight:         adjust-hue($primary, 150deg);               // Prices, In stock labels, sales flash
$highlightext:      desaturate(lighten($highlight, 50%), 18%);  // Text on highlight colour bg

$contentbg:         #fff;                                       // Content BG - Tabs (active state)
$subtext:           #6f6f6f;                                    // small, breadcrumbs etc

*/
/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-category-teaser__image {
  margin-bottom: 2rem;
  width: 100%;
}
.c-category-teaser .term-description {
  border: 1px solid #D8CBBF;
  padding: 20px;
  margin-bottom: 2rem;
}

.woocommerce-pagination {
  text-align: center;
}
.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-pagination ul li {
  display: inline-block;
  margin: 0 2px;
}
.woocommerce-pagination ul li a {
  display: block;
  padding: 4px 8px;
  border: 1px solid #D8CBBF;
  color: #BAB9B7;
}
.woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li a:focus {
  background-color: #D8CBBF;
  color: #ffffff;
}
.woocommerce-pagination ul li span {
  display: block;
  padding: 4px 8px;
  border: 1px solid #D8CBBF;
  color: #333;
}
.woocommerce-pagination ul li span.dots {
  border: none;
}
.woocommerce-pagination ul li span.current {
  background-color: #D8CBBF;
  color: #ffffff;
  font-weight: 700;
}

.c-product-badge {
  color: #ffffff;
  position: absolute;
  top: -4px;
  right: -4px;
  width: 65px;
  height: 65px;
  overflow: hidden;
  z-index: 10;
}
.c-product-badge--new .c-product-badge__text {
  background: #91b2ab;
  font-size: 0.625rem;
  font-weight: bold;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transform: rotate(45deg);
  top: 11px;
  left: -7px;
  width: 100px;
  height: 22px;
  text-align: center;
  text-transform: uppercase;
}
.c-product-badge--new::before, .c-product-badge--new::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  border-bottom: 4px solid #2d616b;
  border-left: 3px solid transparent;
  width: 10px;
  height: 0;
}
.c-product-badge--new::after {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #2d616b;
  width: 0;
  height: 10px;
}
.c-product-badge--sale {
  top: 2px;
  left: 2px;
  background-color: #D1B9BA;
  border-radius: 100%;
  font-size: 1.25rem;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-notice {
  list-style: none;
  padding: 1rem !important;
  padding-left: 4rem !important;
  margin-bottom: 2rem;
  position: relative;
  background-color: #fff;
  color: #333;
  border-left: 3px solid #BAB9B7;
  width: 100%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-notice:before {
  content: "";
  display: block !important;
  position: absolute;
  top: calc(50% - 16px);
  left: 1rem;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-notice .button {
  float: right;
  margin-left: 10px;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-notice li {
  list-style: none outside;
  padding-left: 0;
  margin-left: 0;
}
.woocommerce-message p:last-child,
.woocommerce-error p:last-child,
.woocommerce-info p:last-child,
.woocommerce-notice p:last-child {
  margin-bottom: 0;
}

.woocommerce-message,
.woocommerce-notice--success {
  border-color: #91b2ab;
}
.woocommerce-message:before,
.woocommerce-notice--success:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2391b2ab' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z'/%3E%3C/svg%3E");
}

.woocommerce-info {
  border-color: #D8CBBF;
}
.woocommerce-info:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23D8CBBF' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z'/%3E%3C/svg%3E");
}

.woocommerce-error {
  border-color: #ff6961;
}
.woocommerce-error:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff6961' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z'/%3E%3C/svg%3E");
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit .button-alt {
  white-space: nowrap;
}
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce #respond input#submit .button-alt.loading {
  opacity: 0.25;
}
.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before,
.woocommerce #respond input#submit .button-alt.loading:before {
  content: "";
  margin-right: 10px;
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.5 50'%3E%3Cg fill='%23fff'%3E%3Cpath d='M42.6 28.4c-.2 1.2-.6 2.3-1 3.5l6 2.5c1.2-3 1.9-6.3 1.9-9.6 0-.5 0-1.1-.1-1.6l-6.5.4-1.3.1c-.1-1.5-.4-3-.9-4.4-.1-.4-.3-.7-.4-1l3.6-1.5c.2.4.3.9.5 1.3l-2.4.8c.4 1.1.7 2.3.8 3.5l6.4-.8c-.4-3.2-1.5-6.4-3.1-9.2L45 13c.3.4.5.9.7 1.4.7 1.4 1.2 2.8 1.6 4.3l.3 1.5-1.3.3-2.4.5c-.1-.4-.2-.8-.3-1.3l2.5-.7c-.4-1.4-.9-2.8-1.5-4.1l-5.8 2.9c1.1 2.2 1.6 4.6 1.6 7h7.8c0 .5 0 1-.1 1.5-.1 1.5-.3 3.1-.7 4.6-.1.5-.3 1-.4 1.5l-1.3-.4-2.5-.8c.1-.4.3-.8.4-1.2l2.5.7c.4-1.4.6-2.9.7-4.3l-6.5-.4c-.2 2.4-.9 4.8-2.1 6.9l6.8 3.9c-.2.5-.5.9-.8 1.3-.9 1.3-1.8 2.5-2.9 3.6l-1.1 1.1-.9-1-1.7-2 .9-.9 1.8 1.9c1-1 1.9-2.2 2.8-3.4l-5.4-3.7c-1.3 2-3.1 3.7-5.2 4.9l3.9 6.8c-.4.3-.9.5-1.4.7-1.4.7-2.8 1.2-4.3 1.6-.5.1-1 .2-1.5.4l-.3-1.3-.5-2.6 1.2-.3.7 2.5c1.4-.4 2.8-.9 4.1-1.5L31.7 39c-2.1 1.1-4.5 1.6-6.9 1.6v7.9c-.5 0-1 0-1.5-.1-1.5-.1-3.1-.3-4.5-.8-.5-.1-1-.3-1.5-.5l.4-1.2.8-2.5c.4.1.8.3 1.2.4l-.7 2.6c1.4.4 2.8.6 4.3.7l.4-6.6c-2.4-.2-4.7-.9-6.8-2.1L13 45.3c-.4-.2-.9-.5-1.3-.8-1.3-.9-2.5-1.8-3.5-2.9-.3-.4-.7-.7-1-1.1l1-.9 2-1.7.9.9-1.8 1.9c1 1 2.1 2 3.4 2.8l3.6-5.5c-2-1.3-3.7-3.2-4.9-5.2l-6.8 3.9c-.3-.4-.5-.9-.7-1.4-.7-1.4-1.2-2.9-1.6-4.3L2 29.5l1-.3 2.6-.5c.1.4.2.8.3 1.3l-2.5.7c.4 1.4.9 2.8 1.5 4.1l5.8-2.9c-1.1-2.2-1.6-4.6-1.6-7H1.3c0-.5 0-1 .1-1.5.1-1.5.3-3.1.7-4.6.1-.5.3-1 .4-1.5l1.2.4 2.5.8c-.1.4-.3.8-.4 1.2L3.4 19c-.4 1.4-.6 2.9-.7 4.3l6.5.4c.2-2.4.9-4.8 2.1-6.9L4.4 13c.2-.5.5-.9.8-1.3.9-1.3 1.8-2.5 2.9-3.6.4-.4.8-.8 1.2-1.1l.9 1 1.7 2-.9.9L9.1 9c-1 1-1.9 2.2-2.8 3.4l5.4 3.7c1.3-2 3.1-3.7 5.2-4.9L13 4.3c.4-.3.9-.5 1.4-.7 1.4-.7 2.8-1.2 4.3-1.6.5-.1 1-.2 1.5-.4l.3 1.3.5 2.6-1.2.3-.8-2.6c-1.4.4-2.8.9-4.1 1.5l2.9 5.9C20 9.6 22.3 9 24.7 9V1.1c.5 0 1 0 1.5.1 1.5.1 3.1.3 4.5.8.5.1 1 .3 1.5.5l-.4 1.2-.8 2.4c-.4-.1-.8-.3-1.2-.4l.7-2.5c-1.4-.4-2.8-.6-4.3-.7l-.4 6.6c2.4.2 4.7.9 6.8 2.1l3.9-6.8c.4.2.9.5 1.3.8C39 6 40.2 7 41.3 8.1c.3.4.7.7 1 1.1l-1 .9-2 1.7-.9-.9 2-1.9c-1-1-2.1-2-3.4-2.8l-3.6 5.5c2 1.3 3.7 3.2 4.9 5.2l7.9-4.6c-.3-.5-.6-.9-.9-1.4l-5.4 3.7-1.1.7c-.8-1.2-1.8-2.4-2.9-3.3-.3-.3-.6-.5-.9-.7l2.4-3.1c.4.3.7.6 1.1.9l-1.7 2c.9.8 1.7 1.7 2.4 2.6l5.2-4c-2-2.6-4.4-4.8-7.3-6.4-.5-.3-.9-.5-1.4-.8l-2.9 5.9-.6 1.2C30.9 8.8 29.5 8.3 28 8c-.3 0-.7-.1-1-.1l.5-3.9c.5 0 .9.1 1.3.2l-.5 2.6c1.2.2 2.3.6 3.4 1l2.5-6.1C31.2.4 28-.2 24.7-.2c-.5 0-1.1 0-1.6.1l.4 6.6.1 1.3c-1.5.1-2.9.4-4.3.9-.4.1-.7.3-1 .4l-1.5-3.6c.4-.3.8-.5 1.2-.6l.8 2.5c1.2-.4 2.4-.7 3.6-.8L21.5 0c-3.2.4-6.3 1.5-9.1 3.1-.5.3-1 .6-1.4.9l3.6 5.5.7 1.1c-1.2.8-2.4 1.8-3.3 3-.2.3-.5.6-.7.9L8.2 12c.3-.4.6-.7.9-1.1l2 1.7c.8-.9 1.7-1.7 2.6-2.5L9.7 5C7.1 7 5 9.5 3.3 12.3c-.3.5-.5 1-.8 1.4l5.8 2.9 1.2.6c-.7 1.3-1.1 2.8-1.4 4.2 0 .4-.1.8-.1 1.2l-3.9-.5c0-.5.1-.9.2-1.4l2.6.5c.2-1.2.6-2.3 1-3.5l-6-2.5C.7 18.2 0 21.5 0 24.8c0 .5 0 1.1.1 1.6l6.4-.4 1.3-.1c.1 1.5.4 3 .9 4.4.1.4.3.7.4 1l-3.6 1.5c-.2-.3-.4-.8-.5-1.2l2.5-.8c-.4-1.1-.7-2.3-.8-3.5l-6.4.8c.4 3.2 1.5 6.4 3.1 9.2.3.5.6.9.9 1.4L9.7 35l1.1-.7c.8 1.2 1.8 2.4 2.9 3.4.3.3.6.5.9.7l-2.4 3.1c-.4-.3-.7-.6-1.1-.9l1.7-2c-1-.7-1.8-1.6-2.5-2.6l-5.2 4c2 2.6 4.4 4.8 7.3 6.4.5.3.9.5 1.4.8l2.9-5.9.6-1.2c1.3.7 2.7 1.1 4.2 1.4.4.1.7.1 1.1.2l-.6 4c-.5 0-.9-.1-1.3-.2l.5-2.6c-1.2-.2-2.3-.6-3.4-1L15.3 48c3 1.3 6.2 1.9 9.5 1.9.5 0 1.1 0 1.6-.1l-.4-6.6-.1-1.3c1.5-.1 2.9-.4 4.3-.9.4-.1.7-.3 1-.4l1.5 3.6c-.4.2-.8.3-1.3.5l-.8-2.5c-1.1.4-2.3.7-3.5.8l.8 6.5c3.2-.4 6.3-1.5 9.1-3.1.5-.3.9-.6 1.4-.9L34.8 40l-.7-1.1c1.2-.8 2.4-1.8 3.3-3 .2-.3.5-.6.7-.9l3.1 2.4c-.3.4-.6.7-.9 1.1l-2-1.7c-.8.9-1.7 1.7-2.6 2.5l4 5.2c2.6-2 4.7-4.5 6.4-7.3.3-.5.5-1 .8-1.4L41.1 33l-1.2-.6c.7-1.3 1.1-2.8 1.4-4.2.1-.4.1-.7.2-1.1l3.9.5c0 .5-.1.9-.2 1.4l-2.6-.6z'/%3E%3Cpath d='M35.1 24.3c0 .7 0 1.4-.1 2l3.6.5c.2-1.8.1-3.7-.3-5.5l-.3-.9-3.5 1.2-.7.2c-.3-.8-.6-1.6-1.1-2.2-.1-.2-.2-.3-.4-.5l1.7-1.3c.2.2.3.4.4.6l-1.2.8c.4.6.7 1.2.9 1.8l3.4-1.4c-.7-1.7-1.7-3.3-3-4.6l-.5.5.6.6c.6.7 1.1 1.4 1.5 2.1.1.3.3.5.4.8l-.7.3-1.3.6-.3-.6 1.3-.7c-.4-.7-.9-1.4-1.4-2L31.4 19c.9 1 1.5 2.2 1.9 3.6l4.2-1.1c.1.3.1.6.2.8.2.9.2 1.7.2 2.6v.9l-.7-.1-1.5-.1v-.7h1.5c0-.8-.1-1.6-.2-2.4l-3.6.7c.3 1.3.2 2.7-.2 4l4.2 1.2c-.1.3-.2.6-.3.8-.3.8-.6 1.6-1.1 2.4-.2.2-.3.5-.5.7l-.6-.4-.9-.8c.1-.2.3-.4.4-.6l1.3.7c.4-.7.8-1.5 1-2.2l-3.4-1.2c-.4 1.3-1.2 2.5-2.1 3.4l3.1 3.1-.6.6c-.6.6-1.4 1.1-2.1 1.5-.2.1-.5.3-.8.4l-.3-.7-.6-1.3.6-.3.7 1.3c.7-.4 1.4-.9 2-1.4l-2.4-2.8c-1 .9-2.2 1.5-3.5 1.9l1.1 4.3c-.3.1-.6.1-.8.2-.8.2-1.7.2-2.6.2h-.9l.1-.7.1-1.5h.7v1.5c.8 0 1.6-.1 2.4-.2l-.7-3.6c-1.3.3-2.7.2-4-.2l-1.2 4.3c-.3-.1-.5-.2-.8-.3-.8-.3-1.6-.6-2.3-1.1-.2-.2-.5-.3-.7-.5l.4-.6.8-1.2c.2.1.4.3.6.4l-.7 1.3c.7.4 1.4.8 2.2 1l1.2-3.5c-1.3-.4-2.4-1.2-3.4-2.1l-3.1 3.1-.6-.6c-.6-.7-1.1-1.4-1.5-2.1-.1-.3-.3-.5-.4-.8l.7-.3 1.3-.6.3.6-1.3.7c.4.7.9 1.4 1.4 2l2.7-2.4c-.9-1-1.5-2.2-1.9-3.6l-4.2 1.1c-.1-.3-.1-.6-.2-.8-.2-.9-.2-1.7-.2-2.6V24l.7.1 1.5.1v.7h-1.5c0 .8.1 1.6.2 2.4l3.6-.7c-.3-1.3-.2-2.7.2-4l-4.2-1.2c.1-.3.2-.6.3-.8.3-.8.6-1.6 1.1-2.4.2-.2.3-.5.5-.7l.6.4 1.2.8c-.1.2-.3.4-.4.6l-1.3-.7c-.4.7-.8 1.5-1 2.2l3.4 1.2c.4-1.3 1.2-2.5 2.1-3.4l-3.1-3.1.6-.6c.6-.6 1.4-1.1 2.1-1.5.2-.1.5-.3.8-.4l.3.7.6 1.3-.6.3-.7-1.3c-.7.4-1.4.9-2 1.4l2.4 2.8c1-.9 2.2-1.5 3.5-1.9L21.6 12c.3-.1.6-.1.8-.2.8-.2 1.7-.2 2.6-.2h.9l-.1.7-.1 1.5H25v-1.5c-.8 0-1.6.1-2.4.2l.7 3.6c1.3-.3 2.7-.2 4 .2l1.2-4.3c.3.1.5.2.8.3.8.3 1.6.6 2.3 1.1.2.2.5.3.7.5l-.4.6-.8 1.2c-.2-.1-.4-.3-.6-.4l.7-1.3c-.7-.4-1.4-.8-2.2-1l-1.2 3.5c1.3.4 2.4 1.2 3.4 2.1l3.6-3.6c-.2-.2-.4-.4-.7-.6l-2.4 2.8-.5.6c-.6-.5-1.3-1-2.1-1.4l-.6-.3.8-2c.2.1.5.2.7.3l-.7 1.3c.6.3 1.2.7 1.7 1.1l2.2-2.9c-1.4-1.1-3.1-2-4.8-2.4-.3-.1-.6-.2-.9-.2l-.5 3.5-.1.7c-.8-.2-1.6-.2-2.5-.2-.2 0-.4 0-.6.1l-.3-2.2c.3 0 .5-.1.8-.1l.1 1.5c.7 0 1.3 0 2 .1l.5-3.6c-1.8-.3-3.7-.1-5.4.3l-.9.3 1.1 3.5.2.7c-.8.3-1.5.6-2.2 1.1-.2.1-.3.2-.5.4l-1.3-1.8c.2-.2.4-.3.6-.4l.8 1.2c.6-.4 1.2-.7 1.8-.9l-1.4-3.4c-1.7.7-3.2 1.7-4.5 3-.2.2-.4.4-.6.7l2.7 2.4.5.5c-.5.6-1 1.3-1.4 2.1l-.3.6-2-.9c.1-.2.2-.5.3-.7l1.3.7c.3-.6.7-1.2 1.1-1.7L14 16.3c-1.1 1.4-1.9 3.1-2.4 4.9-.1.3-.1.6-.2.9l3.6.7.7.1c-.2.8-.2 1.7-.2 2.5 0 .2 0 .4.1.6l-2.2.3c0-.3-.1-.5-.1-.8l1.5-.1c0-.7 0-1.4.1-2l-3.7-.4c-.2 1.8-.1 3.7.3 5.5l.3.9 3.5-1.2.7-.2c.3.8.6 1.6 1.1 2.2.1.2.2.3.4.5L15.6 32c-.2-.2-.3-.4-.4-.6l1.2-.8c-.4-.6-.7-1.2-.9-1.8l-3.4 1.4c.7 1.7 1.7 3.3 3 4.6.2.2.4.4.7.6l2.4-2.8.5-.6c.6.5 1.3 1 2.1 1.4l.6.3-.8 2c-.2-.1-.5-.2-.7-.3l.7-1.3c-.6-.3-1.2-.7-1.7-1.1l-2.5 3c1.4 1.1 3.1 2 4.8 2.4.3.1.6.2.9.2l.7-3.6.1-.7c.8.2 1.6.2 2.5.2.2 0 .4 0 .6-.1l.3 2.2c-.3 0-.5.1-.8.1l-.1-1.5c-.7 0-1.3 0-2-.1l-.4 3.7c1.8.3 3.7.1 5.4-.3l.9-.3-1.1-3.5-.3-.7c.8-.3 1.5-.6 2.2-1.1.2-.1.3-.2.5-.4l1.3 1.8c-.2.2-.4.3-.6.4l-.8-1.2c-.6.4-1.2.7-1.8.9l1.4 3.4c1.7-.7 3.2-1.7 4.5-3 .2-.2.4-.4.6-.7l-2.7-2.4-.5-.4c.5-.6 1-1.3 1.4-2.1l.3-.6 2 .9c-.1.2-.2.5-.3.7l-1.3-.7c-.3.6-.7 1.2-1.1 1.7l2.9 2.3c1.1-1.4 1.9-3.1 2.4-4.9.1-.3.1-.6.2-.9l-3.6-.7-.7-.1c.2-.8.2-1.7.2-2.5 0-.2 0-.4-.1-.6l2.2-.3c0 .3.1.5.1.8h-1.5z'/%3E%3C/g%3E%3C/svg%3E");
  height: 16px;
  width: 16px;
  vertical-align: bottom;
  transform: translateY(-2px);
}
.woocommerce a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce #respond input#submit .button-alt.added:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z'/%3E%3C/svg%3E");
  height: 16px;
  width: 16px;
  margin-right: 10px;
  vertical-align: bottom;
  transform: translateY(-2px);
}
.woocommerce a.button:hover, .woocommerce a.button:active,
.woocommerce button.button:hover,
.woocommerce button.button:active,
.woocommerce input.button:hover,
.woocommerce input.button:active,
.woocommerce #respond input#submit .button-alt:hover,
.woocommerce #respond input#submit .button-alt:active {
  background-color: #5b827a;
  text-decoration: none;
  background-image: none;
  color: #fff !important;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit .button-alt.alt {
  background-color: #b19880;
  color: #fff;
}
.woocommerce a.button.alt.add_to_cart_button,
.woocommerce button.button.alt.add_to_cart_button,
.woocommerce input.button.alt.add_to_cart_button,
.woocommerce #respond input#submit .button-alt.alt.add_to_cart_button {
  background-color: #91b2ab;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit .button-alt.alt:hover {
  background-color: #c5b19f;
}
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit .button-alt.alt.disabled,
.woocommerce #respond input#submit .button-alt.alt:disabled,
.woocommerce #respond input#submit .button-alt.alt:disabled[disabled],
.woocommerce #respond input#submit .button-alt.alt.disabled:hover,
.woocommerce #respond input#submit .button-alt.alt:disabled:hover,
.woocommerce #respond input#submit .button-alt.alt:disabled[disabled]:hover {
  background-color: #D8CBBF;
}
.woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled:hover:hover, .woocommerce a.button.alt:disabled:hover:hover, .woocommerce a.button.alt:disabled[disabled]:hover:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled:hover:hover,
.woocommerce button.button.alt:disabled:hover:hover,
.woocommerce button.button.alt:disabled[disabled]:hover:hover,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled:hover:hover,
.woocommerce input.button.alt:disabled:hover:hover,
.woocommerce input.button.alt:disabled[disabled]:hover:hover,
.woocommerce #respond input#submit .button-alt.alt.disabled:hover,
.woocommerce #respond input#submit .button-alt.alt:disabled:hover,
.woocommerce #respond input#submit .button-alt.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit .button-alt.alt.disabled:hover:hover,
.woocommerce #respond input#submit .button-alt.alt:disabled:hover:hover,
.woocommerce #respond input#submit .button-alt.alt:disabled[disabled]:hover:hover {
  background-color: #D8CBBF;
}
.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit .button-alt:disabled,
.woocommerce #respond input#submit .button-alt.disabled,
.woocommerce #respond input#submit .button-alt:disabled[disabled] {
  color: #fff;
  background-color: #91b2ab;
  cursor: not-allowed;
  opacity: 0.5;
}
.woocommerce a.button:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit .button-alt:disabled:hover,
.woocommerce #respond input#submit .button-alt.disabled:hover,
.woocommerce #respond input#submit .button-alt:disabled[disabled]:hover {
  color: #fff;
  background-color: #91b2ab;
}

.cart .button,
.cart input.button {
  float: none;
}

a.added_to_cart {
  display: none;
}

a.remove {
  display: block;
  font-size: 0;
  height: 18px;
  width: 18px;
  text-align: center;
  text-decoration: none;
  border: 0;
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 118 1a7 7 0 010 14zm0 1A8 8 0 108 0a8 8 0 000 16z'/%3E%3Cpath d='M4.646 4.646a.5.5 0 01.708 0L8 7.293l2.646-2.647a.5.5 0 01.708.708L8.707 8l2.647 2.646a.5.5 0 01-.708.708L8 8.707l-2.646 2.647a.5.5 0 01-.708-.708L7.293 8 4.646 5.354a.5.5 0 010-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  transition: opacity 0.2s ease;
}
a.remove:hover {
  opacity: 1;
}

/**
 * Account page
 */
.woocommerce-account .addresses {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}

.woocommerce-MyAccount {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .woocommerce-MyAccount {
    grid-template-columns: 250px 1fr;
  }
}
.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media (min-width: 992px) {
  .woocommerce-MyAccount .woocommerce-MyAccount-navigation ul {
    display: block;
    text-align: left;
  }
}
.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li {
  padding: 8px 10px;
  border-top: 1px solid #D8CBBF;
  transition: background 0.3s ease;
  display: block;
  flex-grow: 1;
  width: 100%;
}
@media (min-width: 600px) {
  .woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li {
    width: auto;
  }
}
.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li:hover, .woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li:active, .woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #D8CBBF;
}
.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li:active a, .woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #ffffff;
}
.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li a {
  display: block;
  color: #333;
}

/**
 * Cart page
 */
.woocommerce-cart table.cart .product-thumbnail {
  min-width: 32px;
}
.woocommerce-cart table.cart img {
  width: 80px;
  box-shadow: none;
}
.woocommerce-cart table.cart td.actions {
  background-color: #ffffff;
  border-top: 1px solid #D8CBBF;
}
.woocommerce-cart table.cart td.actions .coupon {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
  float: left;
}
@media (max-width: 599.98px) {
  .woocommerce-cart table.cart td.actions .coupon {
    flex-wrap: wrap;
    float: none;
  }
}
.woocommerce-cart table.cart td.actions .coupon label {
  display: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  float: left;
  box-sizing: border-box;
  border: 1px solid #D8CBBF;
  padding: 6px 6px 5px;
  outline: 0;
  line-height: 1;
  height: 35px;
  margin-right: 1rem;
}
@media (max-width: 599.98px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    float: none;
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
.woocommerce-cart table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1;
}
.woocommerce-cart .wc-proceed-to-checkout {
  padding: 1rem 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  text-align: center;
  margin-bottom: 1rem;
  width: 100%;
  background-color: #91b2ab;
}
@media (min-width: 768px) {
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: auto;
  }
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active {
  background-color: #5b827a;
  text-decoration: none;
  background-image: none;
  color: #fff !important;
}
.woocommerce-cart .wc-proceed-to-checkout .woo-paypalplus-checkout-button {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .woocommerce-cart .wc-proceed-to-checkout .woo-paypalplus-checkout-button {
    float: right;
  }
}
.woocommerce-cart .cart-collaterals {
  margin-top: 3rem;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .button {
  margin-top: 1rem;
  width: 100%;
  display: block;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    max-width: 65%;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    max-width: 45%;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  padding: 6px 12px 0 0;
  width: 25%;
  text-align: left;
}
@media (max-width: 599.98px) {
  .woocommerce-cart .cart-collaterals .cart_totals table th {
    display: none;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
  padding: 6px 0;
}
@media (max-width: 599.98px) {
  .woocommerce-cart .cart-collaterals .cart_totals table td {
    text-align: right;
  }
  .woocommerce-cart .cart-collaterals .cart_totals table td:before {
    content: attr(data-title);
  }
}
@media (max-width: 599.98px) {
  .woocommerce-cart .cart-collaterals .cart_totals table tr {
    width: 100%;
    margin-bottom: 0;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  padding: 6px;
  line-height: 2em;
}
.woocommerce-cart .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .discount td {
  color: #91b2ab;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #D8CBBF;
}

ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
ul#shipping_method li {
  margin: 0;
  padding: 0;
  list-style: none outside;
  padding: 5px 0;
}
ul#shipping_method li input {
  float: left;
  margin-right: 10px;
  margin-top: 7px;
}
ul#shipping_method li label {
  margin: 0;
}
ul#shipping_method .amount {
  font-weight: 700;
}

.woocommerce table.shop_table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 599.98px) {
  .woocommerce table.shop_table {
    display: block;
  }
  .woocommerce table.shop_table thead,
.woocommerce table.shop_table tbody,
.woocommerce table.shop_table tfoot,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table tr {
    display: block;
  }
  .woocommerce table.shop_table .button {
    width: 100%;
  }
}
.woocommerce table.shop_table img {
  max-width: 80px;
  box-shadow: none;
}
.woocommerce table.shop_table thead {
  background-color: #D8CBBF;
}
@media (max-width: 599.98px) {
  .woocommerce table.shop_table thead {
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .woocommerce table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
}
.woocommerce table.shop_table th {
  font-weight: 700;
  vertical-align: middle;
  padding: 1rem;
}
@media (max-width: 599.98px) {
  .woocommerce table.shop_table th {
    padding: 0.5rem;
  }
}
.woocommerce table.shop_table th.product-total {
  text-align: right;
}
.woocommerce table.shop_table td {
  border-top: 1px solid #D8CBBF;
  vertical-align: middle;
  padding: 1rem;
}
@media (max-width: 599.98px) {
  .woocommerce table.shop_table td {
    padding: 0.5rem;
    text-align: right;
  }
  .woocommerce table.shop_table td:first-child {
    border-top: none;
  }
  .woocommerce table.shop_table td::before {
    float: left;
    width: auto;
    white-space: nowrap;
    text-align: left;
    margin-right: 5px;
    font-weight: 700;
  }
  .woocommerce table.shop_table td.product-remove a.remove {
    margin-left: auto;
    opacity: 1;
    height: 24px;
    width: 24px;
  }
  .woocommerce table.shop_table td.product-name:before {
    content: "Produkt";
  }
  .woocommerce table.shop_table td.product-price:before {
    content: "Preis";
  }
  .woocommerce table.shop_table td.product-quantity:before {
    content: "Anzahl";
  }
  .woocommerce table.shop_table td.product-subtotal:before {
    content: "Zwischensumme";
  }
  .woocommerce table.shop_table td.product-subtotal:before, .woocommerce table.shop_table td.product-total:before {
    content: "Summe";
  }
  .woocommerce table.shop_table td.product-tax:before {
    content: "enthaltene MwSt.";
  }
  .woocommerce table.shop_table td.woocommerce-orders-table__cell:before {
    content: attr(data-title);
  }
}
.woocommerce table.shop_table td.product-subtotal,
.woocommerce table.shop_table td .product-tax, .woocommerce table.shop_table td:last-child {
  text-align: right;
}
.woocommerce table.shop_table td small {
  font-weight: normal;
}
@media (max-width: 599.98px) {
  .woocommerce table.shop_table tr {
    margin-bottom: 2rem;
  }
  .woocommerce table.shop_table tr.cart_item, .woocommerce table.shop_table tr.order_item {
    border: 1px solid #D8CBBF;
  }
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody th {
  font-weight: 700;
  border-top: 1px solid #D8CBBF;
}
@media (max-width: 599.98px) {
  .woocommerce table.shop_table.order_details tfoot tr, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr {
    display: flex;
    justify-content: space-between;
  }
  .woocommerce table.shop_table.order_details tfoot th, .woocommerce table.shop_table.order_details tfoot td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
    flex-grow: 1;
  }
}
@media (max-width: 599.98px) {
  .woocommerce table.shop_table.account-orders-table .button {
    width: auto;
  }
}
.woocommerce table.shop_table .button {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .woocommerce table.shop_table .product-thumbnail {
    display: none;
  }
}
@media (max-width: 599.98px) {
  .woocommerce table.shop_table .product-thumbnail {
    display: block;
  }
  .woocommerce table.shop_table .product-thumbnail img {
    max-width: 200px;
    width: auto;
    margin: 0 auto;
    display: block;
  }
}

.woocommerce-checkout .checkout .create-account small {
  font-size: 11px;
  font-weight: normal;
}
.woocommerce-checkout .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
.woocommerce-checkout .checkout .shipping_address {
  clear: both;
}
.woocommerce-checkout .checkout #ship-to-different-address {
  line-height: 1.5rem;
  font-size: 1rem;
}
.woocommerce-checkout .checkout #ship-to-different-address input {
  margin-right: 10px;
  margin-top: 8px;
}
.woocommerce-checkout .wc-paypal-express-cancel {
  display: none;
}
.woocommerce-checkout #order_review_heading {
  margin-top: 3rem;
}

.woocommerce #payment ul.payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #D8CBBF;
}
.woocommerce #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: normal;
  padding: 1rem;
  border-bottom: 1px solid #D8CBBF;
}
.woocommerce #payment ul.payment_methods li input {
  margin: 0 10px 0 0;
}
.woocommerce #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
.woocommerce #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.woocommerce #payment div.payment_box {
  position: relative;
  line-height: 1.5;
}
.woocommerce #payment div.payment_box input.input-text, .woocommerce #payment div.payment_box textarea {
  border-color: #D8CBBF;
  border-top-color: #D8CBBF;
}
.woocommerce #payment div.payment_box span.help {
  font-size: 0.857em;
  color: #D8CBBF;
  font-weight: normal;
}

.woocommerce .wc-bacs-bank-details,
.woocommerce .woocommerce-thankyou-order-details {
  margin: 2rem 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .woocommerce .wc-bacs-bank-details,
.woocommerce .woocommerce-thankyou-order-details {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.woocommerce .wc-bacs-bank-details li,
.woocommerce .woocommerce-thankyou-order-details li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0;
  margin: 0;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #D8CBBF;
}
@media (min-width: 768px) {
  .woocommerce .wc-bacs-bank-details li,
.woocommerce .woocommerce-thankyou-order-details li {
    padding: 0;
    margin: 0;
    padding-right: 2rem;
    margin-right: 2rem;
    border-bottom: none;
    border-right: 1px dashed #D8CBBF;
  }
  .woocommerce .wc-bacs-bank-details li:last-of-type,
.woocommerce .woocommerce-thankyou-order-details li:last-of-type {
    border: none;
  }
}
.woocommerce .wc-bacs-bank-details li strong,
.woocommerce .woocommerce-thankyou-order-details li strong {
  display: block;
  font-size: 1rem;
  text-transform: none;
  line-height: 1.5;
}

.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  gap: 2rem;
}
.woocommerce ul.products li.product {
  position: relative;
  margin: 0;
  text-align: center;
  border: 1px solid #D8CBBF;
  transition: box-shadow 0.3s ease;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.woocommerce ul.products li.product:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
}
.woocommerce ul.products li.product:hover a img {
  transform: scale(0.95);
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}
.woocommerce ul.products li.product .button {
  width: 100%;
  margin-bottom: 0;
  display: block;
  border-radius: 0;
  margin-top: 1rem;
}
.woocommerce ul.products li.product .onsale {
  top: -15px;
  right: 0px;
  left: auto;
  z-index: 2000;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0 10px;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link {
  margin-bottom: auto;
  color: #333;
}
.woocommerce ul.products li.product .price {
  display: block;
  font-weight: 400;
  margin: 1.5rem 0;
}
.woocommerce ul.products li.product .price .amount {
  font-size: 1.25rem;
}
.woocommerce ul.products li.product .price del {
  margin-right: 5px;
  text-decoration: none;
}
.woocommerce ul.products li.product .price del .amount {
  color: #aaaaaa;
  font-size: 0.875rem;
}
.woocommerce ul.products li.product .price .wgm-sale-label {
  color: #aaaaaa;
  font-size: 0.875rem;
}
.woocommerce ul.products li.product .price ins {
  background: none;
  text-decoration: none;
  display: block;
}
.woocommerce ul.products li.product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .wgm-info {
  font-size: 0.75rem;
  margin: 0;
}
.woocommerce .woocommerce-ordering select {
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1;
  padding: 0.5rem;
  box-shadow: none;
  border: 1px solid #D8CBBF;
  border-radius: 0;
  height: 35px;
}

.l-single-product__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 600px) {
  .l-single-product__wrap {
    grid-template-columns: minmax(225px, 450px) minmax(50%, 1fr);
  }
}
.l-single-product__content .price {
  display: block;
  font-weight: 400;
  margin: 1.5rem 0;
}
.l-single-product__content .price .amount {
  font-size: 1.5rem;
  font-weight: 700;
}
.l-single-product__content .price del {
  margin-right: 5px;
  text-decoration: none;
}
.l-single-product__content .price del .amount {
  font-weight: 400;
  color: #aaaaaa;
  font-size: 0.875rem;
}
.l-single-product__content .price .wgm-sale-label {
  color: #aaaaaa;
  font-size: 0.875rem;
}
.l-single-product__content .price ins {
  background: none;
  text-decoration: none;
  display: block;
}
.l-single-product__content form.cart {
  *zoom: 1;
}
.l-single-product__content form.cart::before, .l-single-product__content form.cart::after {
  content: " ";
  display: table;
}
.l-single-product__content form.cart::after {
  clear: both;
}
.l-single-product__content form.cart .quantity {
  width: 60px;
  float: left;
  margin-right: 0.5rem;
}
.l-single-product__content form.cart .quantity .qty {
  width: 100%;
}
.l-single-product__content form.cart .single_add_to_cart_button {
  float: left;
}
.l-single-product__content .in-stock {
  color: #7ad03a;
  font-weight: 700;
}
.l-single-product__content .trustedShopsWidget {
  display: none;
}
.l-single-product__brand-logo {
  margin-bottom: 1rem;
}

.woocommerce-tabs {
  margin: 75px 0;
  width: 100%;
}
.woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #BAB9B7;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-tabs ul.tabs li {
  background-color: #fff;
  position: relative;
  z-index: 0;
  transition: background-color 0.4s ease;
  font-weight: 300;
}
.woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
}
.woocommerce-tabs ul.tabs li a:hover {
  color: #fff;
  background-color: #BAB9B7;
}
.woocommerce-tabs ul.tabs li.active a {
  color: #fff;
  background-color: #BAB9B7;
}
.woocommerce-tabs .panel {
  padding: 0;
  max-width: 920px;
}

.woocommerce form .form-row {
  padding: 3px;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce form .form-row.form-row-first, .woocommerce form .form-row.form-row-last {
    display: inline-block;
    width: 48%;
    overflow: visible;
    float: left;
  }
  .woocommerce form .form-row.form-row-last {
    margin-left: 4%;
  }
}
.woocommerce form .form-row label {
  line-height: 1.5;
  margin-bottom: 4px;
  font-size: 1rem;
}
.woocommerce form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
  width: 100%;
}
.woocommerce form .form-row .required {
  color: #ff6961;
  border: 0;
  text-decoration: none;
}
.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1;
  padding: 0.5rem;
  box-shadow: none;
  border: 1px solid #D8CBBF;
  border-radius: 0;
}
.woocommerce form .form-row textarea {
  height: 5rem;
  line-height: 1.5;
  display: block;
  box-shadow: none;
  border-radius: 0;
}
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
  border: 1px solid #D8CBBF;
  padding: 1rem;
  margin: 1rem 0;
  text-align: left;
}
.woocommerce .quantity .qty {
  width: 50px;
  min-height: 35px;
  margin: 0;
  outline: 0;
  line-height: 1;
  padding: 4px;
  box-shadow: none;
  border: 1px solid #D8CBBF;
  border-radius: 0;
  text-align: center;
}

.clear {
  clear: both;
}

.wgm-info {
  font-size: 0.75rem;
}

.woocommerce table.shop_table td .product-tax,
.woocommerce-cart .wgm-tax,
.woocommerce-checkout .wgm-tax {
  white-space: pre-wrap;
  max-width: 100px;
  margin-right: 0;
  margin-left: auto;
  display: block;
  line-height: 1.5;
  font-size: 0.75rem;
}

.woocommerce .blockUI.blockOverlay {
  position: relative;
}
.woocommerce .blockUI.blockOverlay::before {
  height: 80px;
  width: 80px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  content: "";
  -webkit-animation: spin 5s linear infinite;
          animation: spin 5s linear infinite;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.5 50'%3E%3Cg fill='%23615e53'%3E%3Cpath d='M42.6 28.4c-.2 1.2-.6 2.3-1 3.5l6 2.5c1.2-3 1.9-6.3 1.9-9.6 0-.5 0-1.1-.1-1.6l-6.5.4-1.3.1c-.1-1.5-.4-3-.9-4.4-.1-.4-.3-.7-.4-1l3.6-1.5c.2.4.3.9.5 1.3l-2.4.8c.4 1.1.7 2.3.8 3.5l6.4-.8c-.4-3.2-1.5-6.4-3.1-9.2L45 13c.3.4.5.9.7 1.4.7 1.4 1.2 2.8 1.6 4.3l.3 1.5-1.3.3-2.4.5c-.1-.4-.2-.8-.3-1.3l2.5-.7c-.4-1.4-.9-2.8-1.5-4.1l-5.8 2.9c1.1 2.2 1.6 4.6 1.6 7h7.8c0 .5 0 1-.1 1.5-.1 1.5-.3 3.1-.7 4.6-.1.5-.3 1-.4 1.5l-1.3-.4-2.5-.8c.1-.4.3-.8.4-1.2l2.5.7c.4-1.4.6-2.9.7-4.3l-6.5-.4c-.2 2.4-.9 4.8-2.1 6.9l6.8 3.9c-.2.5-.5.9-.8 1.3-.9 1.3-1.8 2.5-2.9 3.6l-1.1 1.1-.9-1-1.7-2 .9-.9 1.8 1.9c1-1 1.9-2.2 2.8-3.4l-5.4-3.7c-1.3 2-3.1 3.7-5.2 4.9l3.9 6.8c-.4.3-.9.5-1.4.7-1.4.7-2.8 1.2-4.3 1.6-.5.1-1 .2-1.5.4l-.3-1.3-.5-2.6 1.2-.3.7 2.5c1.4-.4 2.8-.9 4.1-1.5L31.7 39c-2.1 1.1-4.5 1.6-6.9 1.6v7.9c-.5 0-1 0-1.5-.1-1.5-.1-3.1-.3-4.5-.8-.5-.1-1-.3-1.5-.5l.4-1.2.8-2.5c.4.1.8.3 1.2.4l-.7 2.6c1.4.4 2.8.6 4.3.7l.4-6.6c-2.4-.2-4.7-.9-6.8-2.1L13 45.3c-.4-.2-.9-.5-1.3-.8-1.3-.9-2.5-1.8-3.5-2.9-.3-.4-.7-.7-1-1.1l1-.9 2-1.7.9.9-1.8 1.9c1 1 2.1 2 3.4 2.8l3.6-5.5c-2-1.3-3.7-3.2-4.9-5.2l-6.8 3.9c-.3-.4-.5-.9-.7-1.4-.7-1.4-1.2-2.9-1.6-4.3L2 29.5l1-.3 2.6-.5c.1.4.2.8.3 1.3l-2.5.7c.4 1.4.9 2.8 1.5 4.1l5.8-2.9c-1.1-2.2-1.6-4.6-1.6-7H1.3c0-.5 0-1 .1-1.5.1-1.5.3-3.1.7-4.6.1-.5.3-1 .4-1.5l1.2.4 2.5.8c-.1.4-.3.8-.4 1.2L3.4 19c-.4 1.4-.6 2.9-.7 4.3l6.5.4c.2-2.4.9-4.8 2.1-6.9L4.4 13c.2-.5.5-.9.8-1.3.9-1.3 1.8-2.5 2.9-3.6.4-.4.8-.8 1.2-1.1l.9 1 1.7 2-.9.9L9.1 9c-1 1-1.9 2.2-2.8 3.4l5.4 3.7c1.3-2 3.1-3.7 5.2-4.9L13 4.3c.4-.3.9-.5 1.4-.7 1.4-.7 2.8-1.2 4.3-1.6.5-.1 1-.2 1.5-.4l.3 1.3.5 2.6-1.2.3-.8-2.6c-1.4.4-2.8.9-4.1 1.5l2.9 5.9C20 9.6 22.3 9 24.7 9V1.1c.5 0 1 0 1.5.1 1.5.1 3.1.3 4.5.8.5.1 1 .3 1.5.5l-.4 1.2-.8 2.4c-.4-.1-.8-.3-1.2-.4l.7-2.5c-1.4-.4-2.8-.6-4.3-.7l-.4 6.6c2.4.2 4.7.9 6.8 2.1l3.9-6.8c.4.2.9.5 1.3.8C39 6 40.2 7 41.3 8.1c.3.4.7.7 1 1.1l-1 .9-2 1.7-.9-.9 2-1.9c-1-1-2.1-2-3.4-2.8l-3.6 5.5c2 1.3 3.7 3.2 4.9 5.2l7.9-4.6c-.3-.5-.6-.9-.9-1.4l-5.4 3.7-1.1.7c-.8-1.2-1.8-2.4-2.9-3.3-.3-.3-.6-.5-.9-.7l2.4-3.1c.4.3.7.6 1.1.9l-1.7 2c.9.8 1.7 1.7 2.4 2.6l5.2-4c-2-2.6-4.4-4.8-7.3-6.4-.5-.3-.9-.5-1.4-.8l-2.9 5.9-.6 1.2C30.9 8.8 29.5 8.3 28 8c-.3 0-.7-.1-1-.1l.5-3.9c.5 0 .9.1 1.3.2l-.5 2.6c1.2.2 2.3.6 3.4 1l2.5-6.1C31.2.4 28-.2 24.7-.2c-.5 0-1.1 0-1.6.1l.4 6.6.1 1.3c-1.5.1-2.9.4-4.3.9-.4.1-.7.3-1 .4l-1.5-3.6c.4-.3.8-.5 1.2-.6l.8 2.5c1.2-.4 2.4-.7 3.6-.8L21.5 0c-3.2.4-6.3 1.5-9.1 3.1-.5.3-1 .6-1.4.9l3.6 5.5.7 1.1c-1.2.8-2.4 1.8-3.3 3-.2.3-.5.6-.7.9L8.2 12c.3-.4.6-.7.9-1.1l2 1.7c.8-.9 1.7-1.7 2.6-2.5L9.7 5C7.1 7 5 9.5 3.3 12.3c-.3.5-.5 1-.8 1.4l5.8 2.9 1.2.6c-.7 1.3-1.1 2.8-1.4 4.2 0 .4-.1.8-.1 1.2l-3.9-.5c0-.5.1-.9.2-1.4l2.6.5c.2-1.2.6-2.3 1-3.5l-6-2.5C.7 18.2 0 21.5 0 24.8c0 .5 0 1.1.1 1.6l6.4-.4 1.3-.1c.1 1.5.4 3 .9 4.4.1.4.3.7.4 1l-3.6 1.5c-.2-.3-.4-.8-.5-1.2l2.5-.8c-.4-1.1-.7-2.3-.8-3.5l-6.4.8c.4 3.2 1.5 6.4 3.1 9.2.3.5.6.9.9 1.4L9.7 35l1.1-.7c.8 1.2 1.8 2.4 2.9 3.4.3.3.6.5.9.7l-2.4 3.1c-.4-.3-.7-.6-1.1-.9l1.7-2c-1-.7-1.8-1.6-2.5-2.6l-5.2 4c2 2.6 4.4 4.8 7.3 6.4.5.3.9.5 1.4.8l2.9-5.9.6-1.2c1.3.7 2.7 1.1 4.2 1.4.4.1.7.1 1.1.2l-.6 4c-.5 0-.9-.1-1.3-.2l.5-2.6c-1.2-.2-2.3-.6-3.4-1L15.3 48c3 1.3 6.2 1.9 9.5 1.9.5 0 1.1 0 1.6-.1l-.4-6.6-.1-1.3c1.5-.1 2.9-.4 4.3-.9.4-.1.7-.3 1-.4l1.5 3.6c-.4.2-.8.3-1.3.5l-.8-2.5c-1.1.4-2.3.7-3.5.8l.8 6.5c3.2-.4 6.3-1.5 9.1-3.1.5-.3.9-.6 1.4-.9L34.8 40l-.7-1.1c1.2-.8 2.4-1.8 3.3-3 .2-.3.5-.6.7-.9l3.1 2.4c-.3.4-.6.7-.9 1.1l-2-1.7c-.8.9-1.7 1.7-2.6 2.5l4 5.2c2.6-2 4.7-4.5 6.4-7.3.3-.5.5-1 .8-1.4L41.1 33l-1.2-.6c.7-1.3 1.1-2.8 1.4-4.2.1-.4.1-.7.2-1.1l3.9.5c0 .5-.1.9-.2 1.4l-2.6-.6z'/%3E%3Cpath d='M35.1 24.3c0 .7 0 1.4-.1 2l3.6.5c.2-1.8.1-3.7-.3-5.5l-.3-.9-3.5 1.2-.7.2c-.3-.8-.6-1.6-1.1-2.2-.1-.2-.2-.3-.4-.5l1.7-1.3c.2.2.3.4.4.6l-1.2.8c.4.6.7 1.2.9 1.8l3.4-1.4c-.7-1.7-1.7-3.3-3-4.6l-.5.5.6.6c.6.7 1.1 1.4 1.5 2.1.1.3.3.5.4.8l-.7.3-1.3.6-.3-.6 1.3-.7c-.4-.7-.9-1.4-1.4-2L31.4 19c.9 1 1.5 2.2 1.9 3.6l4.2-1.1c.1.3.1.6.2.8.2.9.2 1.7.2 2.6v.9l-.7-.1-1.5-.1v-.7h1.5c0-.8-.1-1.6-.2-2.4l-3.6.7c.3 1.3.2 2.7-.2 4l4.2 1.2c-.1.3-.2.6-.3.8-.3.8-.6 1.6-1.1 2.4-.2.2-.3.5-.5.7l-.6-.4-.9-.8c.1-.2.3-.4.4-.6l1.3.7c.4-.7.8-1.5 1-2.2l-3.4-1.2c-.4 1.3-1.2 2.5-2.1 3.4l3.1 3.1-.6.6c-.6.6-1.4 1.1-2.1 1.5-.2.1-.5.3-.8.4l-.3-.7-.6-1.3.6-.3.7 1.3c.7-.4 1.4-.9 2-1.4l-2.4-2.8c-1 .9-2.2 1.5-3.5 1.9l1.1 4.3c-.3.1-.6.1-.8.2-.8.2-1.7.2-2.6.2h-.9l.1-.7.1-1.5h.7v1.5c.8 0 1.6-.1 2.4-.2l-.7-3.6c-1.3.3-2.7.2-4-.2l-1.2 4.3c-.3-.1-.5-.2-.8-.3-.8-.3-1.6-.6-2.3-1.1-.2-.2-.5-.3-.7-.5l.4-.6.8-1.2c.2.1.4.3.6.4l-.7 1.3c.7.4 1.4.8 2.2 1l1.2-3.5c-1.3-.4-2.4-1.2-3.4-2.1l-3.1 3.1-.6-.6c-.6-.7-1.1-1.4-1.5-2.1-.1-.3-.3-.5-.4-.8l.7-.3 1.3-.6.3.6-1.3.7c.4.7.9 1.4 1.4 2l2.7-2.4c-.9-1-1.5-2.2-1.9-3.6l-4.2 1.1c-.1-.3-.1-.6-.2-.8-.2-.9-.2-1.7-.2-2.6V24l.7.1 1.5.1v.7h-1.5c0 .8.1 1.6.2 2.4l3.6-.7c-.3-1.3-.2-2.7.2-4l-4.2-1.2c.1-.3.2-.6.3-.8.3-.8.6-1.6 1.1-2.4.2-.2.3-.5.5-.7l.6.4 1.2.8c-.1.2-.3.4-.4.6l-1.3-.7c-.4.7-.8 1.5-1 2.2l3.4 1.2c.4-1.3 1.2-2.5 2.1-3.4l-3.1-3.1.6-.6c.6-.6 1.4-1.1 2.1-1.5.2-.1.5-.3.8-.4l.3.7.6 1.3-.6.3-.7-1.3c-.7.4-1.4.9-2 1.4l2.4 2.8c1-.9 2.2-1.5 3.5-1.9L21.6 12c.3-.1.6-.1.8-.2.8-.2 1.7-.2 2.6-.2h.9l-.1.7-.1 1.5H25v-1.5c-.8 0-1.6.1-2.4.2l.7 3.6c1.3-.3 2.7-.2 4 .2l1.2-4.3c.3.1.5.2.8.3.8.3 1.6.6 2.3 1.1.2.2.5.3.7.5l-.4.6-.8 1.2c-.2-.1-.4-.3-.6-.4l.7-1.3c-.7-.4-1.4-.8-2.2-1l-1.2 3.5c1.3.4 2.4 1.2 3.4 2.1l3.6-3.6c-.2-.2-.4-.4-.7-.6l-2.4 2.8-.5.6c-.6-.5-1.3-1-2.1-1.4l-.6-.3.8-2c.2.1.5.2.7.3l-.7 1.3c.6.3 1.2.7 1.7 1.1l2.2-2.9c-1.4-1.1-3.1-2-4.8-2.4-.3-.1-.6-.2-.9-.2l-.5 3.5-.1.7c-.8-.2-1.6-.2-2.5-.2-.2 0-.4 0-.6.1l-.3-2.2c.3 0 .5-.1.8-.1l.1 1.5c.7 0 1.3 0 2 .1l.5-3.6c-1.8-.3-3.7-.1-5.4.3l-.9.3 1.1 3.5.2.7c-.8.3-1.5.6-2.2 1.1-.2.1-.3.2-.5.4l-1.3-1.8c.2-.2.4-.3.6-.4l.8 1.2c.6-.4 1.2-.7 1.8-.9l-1.4-3.4c-1.7.7-3.2 1.7-4.5 3-.2.2-.4.4-.6.7l2.7 2.4.5.5c-.5.6-1 1.3-1.4 2.1l-.3.6-2-.9c.1-.2.2-.5.3-.7l1.3.7c.3-.6.7-1.2 1.1-1.7L14 16.3c-1.1 1.4-1.9 3.1-2.4 4.9-.1.3-.1.6-.2.9l3.6.7.7.1c-.2.8-.2 1.7-.2 2.5 0 .2 0 .4.1.6l-2.2.3c0-.3-.1-.5-.1-.8l1.5-.1c0-.7 0-1.4.1-2l-3.7-.4c-.2 1.8-.1 3.7.3 5.5l.3.9 3.5-1.2.7-.2c.3.8.6 1.6 1.1 2.2.1.2.2.3.4.5L15.6 32c-.2-.2-.3-.4-.4-.6l1.2-.8c-.4-.6-.7-1.2-.9-1.8l-3.4 1.4c.7 1.7 1.7 3.3 3 4.6.2.2.4.4.7.6l2.4-2.8.5-.6c.6.5 1.3 1 2.1 1.4l.6.3-.8 2c-.2-.1-.5-.2-.7-.3l.7-1.3c-.6-.3-1.2-.7-1.7-1.1l-2.5 3c1.4 1.1 3.1 2 4.8 2.4.3.1.6.2.9.2l.7-3.6.1-.7c.8.2 1.6.2 2.5.2.2 0 .4 0 .6-.1l.3 2.2c-.3 0-.5.1-.8.1l-.1-1.5c-.7 0-1.3 0-2-.1l-.4 3.7c1.8.3 3.7.1 5.4-.3l.9-.3-1.1-3.5-.3-.7c.8-.3 1.5-.6 2.2-1.1.2-.1.3-.2.5-.4l1.3 1.8c-.2.2-.4.3-.6.4l-.8-1.2c-.6.4-1.2.7-1.8.9l1.4 3.4c1.7-.7 3.2-1.7 4.5-3 .2-.2.4-.4.6-.7l-2.7-2.4-.5-.4c.5-.6 1-1.3 1.4-2.1l.3-.6 2 .9c-.1.2-.2.5-.3.7l-1.3-.7c-.3.6-.7 1.2-1.1 1.7l2.9 2.3c1.1-1.4 1.9-3.1 2.4-4.9.1-.3.1-.6.2-.9l-3.6-.7-.7-.1c.2-.8.2-1.7.2-2.5 0-.2 0-.4-.1-.6l2.2-.3c0 .3.1.5.1.8h-1.5z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
}
.woocommerce .loader::before {
  height: 80px;
  width: 80px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  content: "";
  -webkit-animation: spin 5s linear infinite;
          animation: spin 5s linear infinite;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.5 50'%3E%3Cg fill='%23615e53'%3E%3Cpath d='M42.6 28.4c-.2 1.2-.6 2.3-1 3.5l6 2.5c1.2-3 1.9-6.3 1.9-9.6 0-.5 0-1.1-.1-1.6l-6.5.4-1.3.1c-.1-1.5-.4-3-.9-4.4-.1-.4-.3-.7-.4-1l3.6-1.5c.2.4.3.9.5 1.3l-2.4.8c.4 1.1.7 2.3.8 3.5l6.4-.8c-.4-3.2-1.5-6.4-3.1-9.2L45 13c.3.4.5.9.7 1.4.7 1.4 1.2 2.8 1.6 4.3l.3 1.5-1.3.3-2.4.5c-.1-.4-.2-.8-.3-1.3l2.5-.7c-.4-1.4-.9-2.8-1.5-4.1l-5.8 2.9c1.1 2.2 1.6 4.6 1.6 7h7.8c0 .5 0 1-.1 1.5-.1 1.5-.3 3.1-.7 4.6-.1.5-.3 1-.4 1.5l-1.3-.4-2.5-.8c.1-.4.3-.8.4-1.2l2.5.7c.4-1.4.6-2.9.7-4.3l-6.5-.4c-.2 2.4-.9 4.8-2.1 6.9l6.8 3.9c-.2.5-.5.9-.8 1.3-.9 1.3-1.8 2.5-2.9 3.6l-1.1 1.1-.9-1-1.7-2 .9-.9 1.8 1.9c1-1 1.9-2.2 2.8-3.4l-5.4-3.7c-1.3 2-3.1 3.7-5.2 4.9l3.9 6.8c-.4.3-.9.5-1.4.7-1.4.7-2.8 1.2-4.3 1.6-.5.1-1 .2-1.5.4l-.3-1.3-.5-2.6 1.2-.3.7 2.5c1.4-.4 2.8-.9 4.1-1.5L31.7 39c-2.1 1.1-4.5 1.6-6.9 1.6v7.9c-.5 0-1 0-1.5-.1-1.5-.1-3.1-.3-4.5-.8-.5-.1-1-.3-1.5-.5l.4-1.2.8-2.5c.4.1.8.3 1.2.4l-.7 2.6c1.4.4 2.8.6 4.3.7l.4-6.6c-2.4-.2-4.7-.9-6.8-2.1L13 45.3c-.4-.2-.9-.5-1.3-.8-1.3-.9-2.5-1.8-3.5-2.9-.3-.4-.7-.7-1-1.1l1-.9 2-1.7.9.9-1.8 1.9c1 1 2.1 2 3.4 2.8l3.6-5.5c-2-1.3-3.7-3.2-4.9-5.2l-6.8 3.9c-.3-.4-.5-.9-.7-1.4-.7-1.4-1.2-2.9-1.6-4.3L2 29.5l1-.3 2.6-.5c.1.4.2.8.3 1.3l-2.5.7c.4 1.4.9 2.8 1.5 4.1l5.8-2.9c-1.1-2.2-1.6-4.6-1.6-7H1.3c0-.5 0-1 .1-1.5.1-1.5.3-3.1.7-4.6.1-.5.3-1 .4-1.5l1.2.4 2.5.8c-.1.4-.3.8-.4 1.2L3.4 19c-.4 1.4-.6 2.9-.7 4.3l6.5.4c.2-2.4.9-4.8 2.1-6.9L4.4 13c.2-.5.5-.9.8-1.3.9-1.3 1.8-2.5 2.9-3.6.4-.4.8-.8 1.2-1.1l.9 1 1.7 2-.9.9L9.1 9c-1 1-1.9 2.2-2.8 3.4l5.4 3.7c1.3-2 3.1-3.7 5.2-4.9L13 4.3c.4-.3.9-.5 1.4-.7 1.4-.7 2.8-1.2 4.3-1.6.5-.1 1-.2 1.5-.4l.3 1.3.5 2.6-1.2.3-.8-2.6c-1.4.4-2.8.9-4.1 1.5l2.9 5.9C20 9.6 22.3 9 24.7 9V1.1c.5 0 1 0 1.5.1 1.5.1 3.1.3 4.5.8.5.1 1 .3 1.5.5l-.4 1.2-.8 2.4c-.4-.1-.8-.3-1.2-.4l.7-2.5c-1.4-.4-2.8-.6-4.3-.7l-.4 6.6c2.4.2 4.7.9 6.8 2.1l3.9-6.8c.4.2.9.5 1.3.8C39 6 40.2 7 41.3 8.1c.3.4.7.7 1 1.1l-1 .9-2 1.7-.9-.9 2-1.9c-1-1-2.1-2-3.4-2.8l-3.6 5.5c2 1.3 3.7 3.2 4.9 5.2l7.9-4.6c-.3-.5-.6-.9-.9-1.4l-5.4 3.7-1.1.7c-.8-1.2-1.8-2.4-2.9-3.3-.3-.3-.6-.5-.9-.7l2.4-3.1c.4.3.7.6 1.1.9l-1.7 2c.9.8 1.7 1.7 2.4 2.6l5.2-4c-2-2.6-4.4-4.8-7.3-6.4-.5-.3-.9-.5-1.4-.8l-2.9 5.9-.6 1.2C30.9 8.8 29.5 8.3 28 8c-.3 0-.7-.1-1-.1l.5-3.9c.5 0 .9.1 1.3.2l-.5 2.6c1.2.2 2.3.6 3.4 1l2.5-6.1C31.2.4 28-.2 24.7-.2c-.5 0-1.1 0-1.6.1l.4 6.6.1 1.3c-1.5.1-2.9.4-4.3.9-.4.1-.7.3-1 .4l-1.5-3.6c.4-.3.8-.5 1.2-.6l.8 2.5c1.2-.4 2.4-.7 3.6-.8L21.5 0c-3.2.4-6.3 1.5-9.1 3.1-.5.3-1 .6-1.4.9l3.6 5.5.7 1.1c-1.2.8-2.4 1.8-3.3 3-.2.3-.5.6-.7.9L8.2 12c.3-.4.6-.7.9-1.1l2 1.7c.8-.9 1.7-1.7 2.6-2.5L9.7 5C7.1 7 5 9.5 3.3 12.3c-.3.5-.5 1-.8 1.4l5.8 2.9 1.2.6c-.7 1.3-1.1 2.8-1.4 4.2 0 .4-.1.8-.1 1.2l-3.9-.5c0-.5.1-.9.2-1.4l2.6.5c.2-1.2.6-2.3 1-3.5l-6-2.5C.7 18.2 0 21.5 0 24.8c0 .5 0 1.1.1 1.6l6.4-.4 1.3-.1c.1 1.5.4 3 .9 4.4.1.4.3.7.4 1l-3.6 1.5c-.2-.3-.4-.8-.5-1.2l2.5-.8c-.4-1.1-.7-2.3-.8-3.5l-6.4.8c.4 3.2 1.5 6.4 3.1 9.2.3.5.6.9.9 1.4L9.7 35l1.1-.7c.8 1.2 1.8 2.4 2.9 3.4.3.3.6.5.9.7l-2.4 3.1c-.4-.3-.7-.6-1.1-.9l1.7-2c-1-.7-1.8-1.6-2.5-2.6l-5.2 4c2 2.6 4.4 4.8 7.3 6.4.5.3.9.5 1.4.8l2.9-5.9.6-1.2c1.3.7 2.7 1.1 4.2 1.4.4.1.7.1 1.1.2l-.6 4c-.5 0-.9-.1-1.3-.2l.5-2.6c-1.2-.2-2.3-.6-3.4-1L15.3 48c3 1.3 6.2 1.9 9.5 1.9.5 0 1.1 0 1.6-.1l-.4-6.6-.1-1.3c1.5-.1 2.9-.4 4.3-.9.4-.1.7-.3 1-.4l1.5 3.6c-.4.2-.8.3-1.3.5l-.8-2.5c-1.1.4-2.3.7-3.5.8l.8 6.5c3.2-.4 6.3-1.5 9.1-3.1.5-.3.9-.6 1.4-.9L34.8 40l-.7-1.1c1.2-.8 2.4-1.8 3.3-3 .2-.3.5-.6.7-.9l3.1 2.4c-.3.4-.6.7-.9 1.1l-2-1.7c-.8.9-1.7 1.7-2.6 2.5l4 5.2c2.6-2 4.7-4.5 6.4-7.3.3-.5.5-1 .8-1.4L41.1 33l-1.2-.6c.7-1.3 1.1-2.8 1.4-4.2.1-.4.1-.7.2-1.1l3.9.5c0 .5-.1.9-.2 1.4l-2.6-.6z'/%3E%3Cpath d='M35.1 24.3c0 .7 0 1.4-.1 2l3.6.5c.2-1.8.1-3.7-.3-5.5l-.3-.9-3.5 1.2-.7.2c-.3-.8-.6-1.6-1.1-2.2-.1-.2-.2-.3-.4-.5l1.7-1.3c.2.2.3.4.4.6l-1.2.8c.4.6.7 1.2.9 1.8l3.4-1.4c-.7-1.7-1.7-3.3-3-4.6l-.5.5.6.6c.6.7 1.1 1.4 1.5 2.1.1.3.3.5.4.8l-.7.3-1.3.6-.3-.6 1.3-.7c-.4-.7-.9-1.4-1.4-2L31.4 19c.9 1 1.5 2.2 1.9 3.6l4.2-1.1c.1.3.1.6.2.8.2.9.2 1.7.2 2.6v.9l-.7-.1-1.5-.1v-.7h1.5c0-.8-.1-1.6-.2-2.4l-3.6.7c.3 1.3.2 2.7-.2 4l4.2 1.2c-.1.3-.2.6-.3.8-.3.8-.6 1.6-1.1 2.4-.2.2-.3.5-.5.7l-.6-.4-.9-.8c.1-.2.3-.4.4-.6l1.3.7c.4-.7.8-1.5 1-2.2l-3.4-1.2c-.4 1.3-1.2 2.5-2.1 3.4l3.1 3.1-.6.6c-.6.6-1.4 1.1-2.1 1.5-.2.1-.5.3-.8.4l-.3-.7-.6-1.3.6-.3.7 1.3c.7-.4 1.4-.9 2-1.4l-2.4-2.8c-1 .9-2.2 1.5-3.5 1.9l1.1 4.3c-.3.1-.6.1-.8.2-.8.2-1.7.2-2.6.2h-.9l.1-.7.1-1.5h.7v1.5c.8 0 1.6-.1 2.4-.2l-.7-3.6c-1.3.3-2.7.2-4-.2l-1.2 4.3c-.3-.1-.5-.2-.8-.3-.8-.3-1.6-.6-2.3-1.1-.2-.2-.5-.3-.7-.5l.4-.6.8-1.2c.2.1.4.3.6.4l-.7 1.3c.7.4 1.4.8 2.2 1l1.2-3.5c-1.3-.4-2.4-1.2-3.4-2.1l-3.1 3.1-.6-.6c-.6-.7-1.1-1.4-1.5-2.1-.1-.3-.3-.5-.4-.8l.7-.3 1.3-.6.3.6-1.3.7c.4.7.9 1.4 1.4 2l2.7-2.4c-.9-1-1.5-2.2-1.9-3.6l-4.2 1.1c-.1-.3-.1-.6-.2-.8-.2-.9-.2-1.7-.2-2.6V24l.7.1 1.5.1v.7h-1.5c0 .8.1 1.6.2 2.4l3.6-.7c-.3-1.3-.2-2.7.2-4l-4.2-1.2c.1-.3.2-.6.3-.8.3-.8.6-1.6 1.1-2.4.2-.2.3-.5.5-.7l.6.4 1.2.8c-.1.2-.3.4-.4.6l-1.3-.7c-.4.7-.8 1.5-1 2.2l3.4 1.2c.4-1.3 1.2-2.5 2.1-3.4l-3.1-3.1.6-.6c.6-.6 1.4-1.1 2.1-1.5.2-.1.5-.3.8-.4l.3.7.6 1.3-.6.3-.7-1.3c-.7.4-1.4.9-2 1.4l2.4 2.8c1-.9 2.2-1.5 3.5-1.9L21.6 12c.3-.1.6-.1.8-.2.8-.2 1.7-.2 2.6-.2h.9l-.1.7-.1 1.5H25v-1.5c-.8 0-1.6.1-2.4.2l.7 3.6c1.3-.3 2.7-.2 4 .2l1.2-4.3c.3.1.5.2.8.3.8.3 1.6.6 2.3 1.1.2.2.5.3.7.5l-.4.6-.8 1.2c-.2-.1-.4-.3-.6-.4l.7-1.3c-.7-.4-1.4-.8-2.2-1l-1.2 3.5c1.3.4 2.4 1.2 3.4 2.1l3.6-3.6c-.2-.2-.4-.4-.7-.6l-2.4 2.8-.5.6c-.6-.5-1.3-1-2.1-1.4l-.6-.3.8-2c.2.1.5.2.7.3l-.7 1.3c.6.3 1.2.7 1.7 1.1l2.2-2.9c-1.4-1.1-3.1-2-4.8-2.4-.3-.1-.6-.2-.9-.2l-.5 3.5-.1.7c-.8-.2-1.6-.2-2.5-.2-.2 0-.4 0-.6.1l-.3-2.2c.3 0 .5-.1.8-.1l.1 1.5c.7 0 1.3 0 2 .1l.5-3.6c-1.8-.3-3.7-.1-5.4.3l-.9.3 1.1 3.5.2.7c-.8.3-1.5.6-2.2 1.1-.2.1-.3.2-.5.4l-1.3-1.8c.2-.2.4-.3.6-.4l.8 1.2c.6-.4 1.2-.7 1.8-.9l-1.4-3.4c-1.7.7-3.2 1.7-4.5 3-.2.2-.4.4-.6.7l2.7 2.4.5.5c-.5.6-1 1.3-1.4 2.1l-.3.6-2-.9c.1-.2.2-.5.3-.7l1.3.7c.3-.6.7-1.2 1.1-1.7L14 16.3c-1.1 1.4-1.9 3.1-2.4 4.9-.1.3-.1.6-.2.9l3.6.7.7.1c-.2.8-.2 1.7-.2 2.5 0 .2 0 .4.1.6l-2.2.3c0-.3-.1-.5-.1-.8l1.5-.1c0-.7 0-1.4.1-2l-3.7-.4c-.2 1.8-.1 3.7.3 5.5l.3.9 3.5-1.2.7-.2c.3.8.6 1.6 1.1 2.2.1.2.2.3.4.5L15.6 32c-.2-.2-.3-.4-.4-.6l1.2-.8c-.4-.6-.7-1.2-.9-1.8l-3.4 1.4c.7 1.7 1.7 3.3 3 4.6.2.2.4.4.7.6l2.4-2.8.5-.6c.6.5 1.3 1 2.1 1.4l.6.3-.8 2c-.2-.1-.5-.2-.7-.3l.7-1.3c-.6-.3-1.2-.7-1.7-1.1l-2.5 3c1.4 1.1 3.1 2 4.8 2.4.3.1.6.2.9.2l.7-3.6.1-.7c.8.2 1.6.2 2.5.2.2 0 .4 0 .6-.1l.3 2.2c-.3 0-.5.1-.8.1l-.1-1.5c-.7 0-1.3 0-2-.1l-.4 3.7c1.8.3 3.7.1 5.4-.3l.9-.3-1.1-3.5-.3-.7c.8-.3 1.5-.6 2.2-1.1.2-.1.3-.2.5-.4l1.3 1.8c-.2.2-.4.3-.6.4l-.8-1.2c-.6.4-1.2.7-1.8.9l1.4 3.4c1.7-.7 3.2-1.7 4.5-3 .2-.2.4-.4.6-.7l-2.7-2.4-.5-.4c.5-.6 1-1.3 1.4-2.1l.3-.6 2 .9c-.1.2-.2.5-.3.7l-1.3-.7c-.3.6-.7 1.2-1.1 1.7l2.9 2.3c1.1-1.4 1.9-3.1 2.4-4.9.1-.3.1-.6.2-.9l-3.6-.7-.7-.1c.2-.8.2-1.7.2-2.5 0-.2 0-.4-.1-.6l2.2-.3c0 .3.1.5.1.8h-1.5z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: 1rem;
}
@media (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

::-moz-selection {
  background: #91b2ab;
  color: #fff;
}

::selection {
  background: #91b2ab;
  color: #fff;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.25rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2rem;
  }
}

h2, .h2 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}

h3, .h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

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

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

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

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

:focus {
  outline: none;
}

a {
  transition: color 0.25s ease;
}

.has-large-font-size {
  font-size: 1.25rem;
  line-height: 1.45;
}
@media (min-width: 600px) {
  .has-large-font-size {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.has-small-font-size {
  font-size: 0.875rem;
}

p:last-child {
  margin-bottom: 0;
}

p + h2,
p + h3,
p + h4,
p + h5 {
  margin-top: 2.5rem;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-black-background-color {
  background-color: #000000;
}

.has-brown-background-color {
  background-color: #BAB9B7;
}

.has-light-brown-background-color {
  background-color: #D8CBBF;
}

.has-rose-background-color {
  background-color: #D1B9BA;
}

.has-green-background-color {
  background-color: #91b2ab;
}

.has-light-gray-background-color {
  background-color: #f7f6f6;
}

.has-primary-background-color {
  background-color: #91b2ab;
}

.has-secondary-background-color {
  background-color: #D1B9BA;
}

.has-white-color {
  color: #ffffff;
}

.has-black-color {
  color: #000000;
}

.has-brown-color {
  color: #BAB9B7;
}

.has-light-brown-color {
  color: #D8CBBF;
}

.has-rose-color {
  color: #D1B9BA;
}

.has-green-color {
  color: #91b2ab;
}

.has-light-gray-color {
  color: #f7f6f6;
}

.has-primary-color {
  color: #91b2ab;
}

.has-secondary-color {
  color: #D1B9BA;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*--------------------------------------------------------------
# 2-Objects
--------------------------------------------------------------*/
.o-button, .wp-block-button__link, .woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit .button-alt {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  box-shadow: none;
  text-shadow: none;
  outline: none;
  border: none;
  line-height: 1.2;
  height: auto;
  min-height: 35px;
  border-radius: 0;
  position: relative;
  color: #fff;
  background-color: #91b2ab;
  font-size: 1rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.o-button:focus, .wp-block-button__link:focus, .woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit .button-alt:focus {
  outline: none;
}

.o-home-link {
  height: 20px;
}
.o-home-link svg {
  height: 100%;
}
.o-home-link .desktop {
  display: none;
}
@media (min-width: 600px) {
  .o-home-link {
    height: 30px;
  }
}
@media (min-width: 992px) {
  .o-home-link {
    height: 50px;
  }
  .o-home-link .mobile {
    display: none;
  }
  .o-home-link .desktop {
    display: block;
  }
}

/*--------------------------------------------------------------
# Components Styles
--------------------------------------------------------------*/
.c-hamburger {
  padding: 12px 0;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  margin: 0;
  font-size: 0;
  outline: none;
}
@media (min-width: 992px) {
  .c-hamburger {
    display: none;
  }
}
.c-hamburger:focus, .c-hamburger:active {
  outline: none;
}
.mm-wrapper_opening .c-hamburger .c-hamburger__inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.mm-wrapper_opening .c-hamburger .c-hamburger__inner::before {
  transform: rotate(-45deg) translate3d(-4.5714285714px, -6px, 0);
  opacity: 0;
}
.mm-wrapper_opening .c-hamburger .c-hamburger__inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.c-hamburger__box {
  width: 32px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.c-hamburger__inner {
  display: block;
  top: 2px;
  margin-top: -2px;
  transition-duration: 0.275s;
  transition-timing-function: ease;
}
.c-hamburger__inner, .c-hamburger__inner::before, .c-hamburger__inner::after {
  width: 32px;
  height: 4px;
  background-color: #BAB9B7;
  position: absolute;
  transition-property: transform;
}
.c-hamburger__inner::before, .c-hamburger__inner::after {
  content: "";
  display: block;
}
.c-hamburger__inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.c-hamburger__inner::after {
  bottom: -10px;
  top: 20px;
  transition: transform 0.275s ease;
}

.c-search__wrap {
  display: flex;
  width: 100%;
}
@media (min-width: 992px) {
  .c-search__wrap {
    width: 350px;
  }
}
.c-search__form {
  width: 100%;
  display: flex;
  position: relative;
}
.c-search__input {
  width: calc(100% - 32px);
  height: 32px;
  padding: 5px 10px;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: #f7f6f6;
  transition: background 0.3s ease;
}
.c-search__input:focus {
  background-color: #dfdbdb;
}
.c-search__submit {
  display: block;
  border: none;
  outline: none;
  width: 32px;
  height: 32px;
  background-color: #BAB9B7;
  transition: background 0.3s ease;
  position: relative;
}
.c-search__submit:hover {
  background-color: #a1a09d;
}
.c-search__submit::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 451 451'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 451 451'%3E%3Cpath fill='%23fff' d='M447.05 428l-109.6-109.6c29.4-33.8 47.2-77.9 47.2-126.1C384.65 86.2 298.35 0 192.35 0 86.25 0 .05 86.3.05 192.3s86.3 192.3 192.3 192.3c48.2 0 92.3-17.8 126.1-47.2L428.05 447c2.6 2.6 6.1 4 9.5 4s6.9-1.3 9.5-4c5.2-5.2 5.2-13.8 0-19zM26.95 192.3c0-91.2 74.2-165.3 165.3-165.3 91.2 0 165.3 74.2 165.3 165.3s-74.1 165.4-165.3 165.4c-91.1 0-165.3-74.2-165.3-165.4z'/%3E%3C/svg%3E%3C/svg%3E");
  position: absolute;
  top: 7px;
  left: 7px;
}

.c-customer-menu {
  display: flex;
}
.c-customer-menu__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-customer-menu__item:not(:first-child) {
  margin-left: 15px;
}
.c-customer-menu__icon {
  position: relative;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
}
@media (min-width: 600px) {
  .c-customer-menu__icon {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 768px) {
  .c-customer-menu__icon {
    width: 32px;
    height: 32px;
  }
}
.c-customer-menu__icon svg {
  width: 100%;
  height: 100%;
}
.c-customer-menu .cart-count {
  position: absolute;
  bottom: -8px;
  left: -8px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #91b2ab;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: 700;
  color: #000000;
}
.c-customer-menu a {
  color: #BAB9B7;
}
.c-customer-menu a:hover, .c-customer-menu a:focus {
  color: #91b2ab;
}

.c-hero-slider {
  position: relative;
  height: 450px;
  min-height: 250px;
  width: 100%;
  overflow: hidden;
  display: flex;
  /*
  &__wrap{ 
  	position: relative;
  	z-index: 10;
  	width:100%;
  	max-width:1050px;

         margin:0 auto;


         margin:0;
  	padding:0;
  	margin-left:auto;

         @include media-breakpoint-up(lg) {
             margin:0;
             margin-left:auto;
         }
  }*/
}
.c-hero-slider__bg {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .c-hero-slider__bg {
    opacity: 1;
  }
}
.c-hero-slider__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.c-hero-menu {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .c-hero-menu {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .c-hero-menu--small {
    grid-template-columns: 1fr;
  }
}
.c-hero-menu__wrap {
  width: 100%;
  background-image: linear-gradient(to right, #D1B9BA 0%, #D1B9BA 50%, #D8CBBF 5%, #D8CBBF 100%);
  background-size: 100%;
}
.c-hero-menu li {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #D1B9BA;
  transition: background-color 0.3s ease;
}
.c-hero-menu li:hover {
  background-color: #a97b7d;
}
.c-hero-menu li:nth-child(2) {
  background-color: #91b2ab;
}
.c-hero-menu li:nth-child(2):hover {
  background-color: #5b827a;
}
.c-hero-menu li:nth-child(3) {
  background-color: #D8CBBF;
}
.c-hero-menu li:nth-child(3):hover {
  background-color: #b19880;
}
.c-hero-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
}

.c-brand-slider {
  border-top: 1px solid #BAB9B7;
  margin-top: 40px;
  padding-top: 40px;
  margin-bottom: 40px;
}
.c-brand-slider__wrap {
  align-items: center;
  /*
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  @include media-breakpoint-up(sm) {
  	grid-template-columns: repeat(3, 1fr);
  }

  @include media-breakpoint-up(lg) {
  	grid-template-columns: repeat(6, 1fr);
  }
  */
}
.c-brand-slider__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-brand-slider__slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.c-emotion-text {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #91b2ab;
  color: #ffffff;
  font-size: calc(1.425rem + 2.1vw);
  letter-spacing: -1;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 1200px) {
  .c-emotion-text {
    font-size: 3rem;
  }
}

.c-accordion__item {
  border-top: 2px solid #D8CBBF;
}
.c-accordion__item:last-child {
  border-bottom: 2px solid #D8CBBF;
}
.c-accordion__item.active .c-accordion__content {
  display: block;
}
.c-accordion__item.active .c-accordion__title {
  color: #91b2ab;
}
.c-accordion__item.active .c-accordion__title span:before {
  transform: rotate(-45deg);
}
.c-accordion__item.active .c-accordion__title span:after {
  transform: rotate(45deg);
}
.c-accordion__title {
  cursor: pointer;
  margin: 0;
  padding: 8px;
  padding-right: 32px;
  overflow-y: hidden;
  position: relative;
}
.c-accordion__title span {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  right: 8px;
}
.c-accordion__title span:after, .c-accordion__title span:before {
  content: "";
  display: block;
  height: 2px;
  width: 14px;
  background-color: #91b2ab;
  position: absolute;
  left: 0;
  top: 8px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.c-accordion__title span:after {
  left: auto;
  right: 0;
  transform: rotate(-45deg);
}
.c-accordion__content {
  display: none;
  padding: 20px 0;
  max-width: 920px;
}

.c-breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  color: #BAB9B7;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 0.875rem;
}
.c-breadcrumbs li {
  margin: 0 10px;
}
.c-breadcrumbs li:first-child {
  margin-left: 0;
}
.c-breadcrumbs li:first-child a::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23BAB9B7' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 13.5V7h1v6.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V7h1v6.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5zm11-11V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z'/%3E%3Cpath fill-rule='evenodd' d='M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-breadcrumbs li:last-child {
  margin-right: 0;
}
.c-breadcrumbs li a:link, .c-breadcrumbs li a:visited {
  color: #BAB9B7;
}
.c-breadcrumbs li a:hover, .c-breadcrumbs li a:active {
  color: #91b2ab;
}

.c-shop-topbar {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.c-shop-topbar .woocommerce-ordering {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 600px) {
  .c-shop-topbar .woocommerce-ordering {
    width: auto;
    margin-bottom: 0;
  }
}
.c-shop-topbar .woocommerce-pagination {
  width: 100%;
}
@media (min-width: 600px) {
  .c-shop-topbar .woocommerce-pagination {
    width: auto;
  }
}
@media (min-width: 600px) {
  .c-shop-topbar {
    flex-direction: row;
  }
}
.c-shop-topbar .woocommerce-notices-wrapper {
  width: 100%;
}

.c-shop-bottombar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}
@media (min-width: 600px) {
  .c-shop-bottombar {
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.wp-block-group {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .wp-block-group {
    margin-top: 75px;
  }
}
.wp-block-group.has-background {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .wp-block-group.has-background {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .wp-block-group.has-background {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  .wp-block-group.has-background {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .wp-block-group.has-background {
    padding-bottom: 75px;
  }
}

@media (max-width: 599.98px) {
  .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (max-width: 599.98px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    margin: 2rem 0;
  }
}

.is-style-arrow-list, .is-style-check-list {
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
  list-style: none;
}
.is-style-arrow-list li, .is-style-check-list li {
  position: relative;
  padding-left: 35px;
}
.is-style-arrow-list li:not(:last-child), .is-style-check-list li:not(:last-child) {
  margin-bottom: 10px;
}
.is-style-arrow-list li::before, .is-style-check-list li::before {
  display: block;
  content: "→";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.25em;
  transform: translateY(-5px);
  color: #BAB9B7;
}

.is-style-check-list li::before {
  content: "✓";
  color: #91b2ab;
  font-weight: 700;
}

.wp-block-latest-posts__list li {
  position: relative;
  margin: 0;
  border: 1px solid #D8CBBF;
  transition: box-shadow 0.3s ease;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0);
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.wp-block-latest-posts__list li:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
}
.wp-block-latest-posts__featured-image a {
  margin: -1rem;
  margin-bottom: 1rem;
}

.content-block.has-background {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-block.has-background {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .content-block.has-background {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  .content-block.has-background {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .content-block.has-background {
    padding-bottom: 75px;
  }
}

/* Hautest & Boxed Styles 
-------------------------------------------------------------------------------*/
.wpt_test {
  border: 1px solid #D8CBBF;
  min-height: 400px;
  background-size: contain;
  background-position: right center;
  background-position: 130% center;
  background-repeat: no-repeat;
  width: 100%;
}
@media (max-width: 767.98px) {
  .wpt_test {
    background-image: none !important;
  }
}
@media (max-width: 991.98px) {
  .wpt_test {
    background-position: 130% center;
  }
}
.wpt_test .content {
  width: 100%;
  height: 100%;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  min-height: 400px;
}
@media (min-width: 768px) {
  .wpt_test .content {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media (min-width: 992px) {
  .wpt_test .content {
    background-color: transparent;
  }
}
.wpt_test .answer {
  padding-left: 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .wpt_test .question {
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .wpt_test .question {
    max-width: 50%;
  }
}
.wpt_test .question .title {
  font-weight: 400;
}
.wpt_test .steps-counter {
  display: none;
}
.wpt_test .button.back {
  float: left;
  margin-right: 15px;
}
.wpt_test.question-58 {
  background-image: url("../img/hauttest/frage1.jpg");
}
.wpt_test.question-59 {
  background-image: url("../img/hauttest/frage2.jpg");
}
.wpt_test.question-60 {
  background-image: url("../img/hauttest/frage3.jpg");
}
.wpt_test.question-61 {
  background-image: url("../img/hauttest/frage4.jpg");
}
.wpt_test.question-62 {
  background-image: url("../img/hauttest/frage5.jpg");
}
.wpt_test.question-63 {
  background-image: url("../img/hauttest/frage6.jpg");
}
.wpt_test.get_results {
  background-image: url("../img/hauttest/ergebnis.jpg");
}
.wpt_test.get_results .results {
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
  min-height: 400px;
}
@media (min-width: 768px) {
  .wpt_test.get_results .results {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .wpt_test.get_results .results {
    background-color: transparent;
    max-width: 60%;
  }
}
.wpt_test.get_results .results h3 {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Alignment Classes ------------------------- */
.site-content {
  margin-top: 5vh;
}

.site-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.woocommerce) {
  max-width: 920px;
  width: calc(100% - 1rem * 2);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  .site-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.woocommerce) {
    width: calc(100% - 1rem * 4);
  }
}
@media (min-width: 768px) {
  .site-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.woocommerce) {
    width: calc(100% - 1rem * 6);
  }
}

[class*=__inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.woocommerce) {
  max-width: 920px;
  width: 100%;
}

[class*=__inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
}

/* Full */
.alignfull {
  margin-right: auto;
  margin-left: auto;
  max-width: 100vw;
  position: relative;
  width: 100%;
}

[class*=__inner-container] > .alignfull {
  max-width: 100%;
}

/* Wide */
.alignwide,
.site-content > .woocommerce {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: calc(100% - 1rem * 2);
}
@media (min-width: 1240px) {
  .alignwide,
.site-content > .woocommerce {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .alignwide,
.site-content > .woocommerce {
    max-width: 1200px;
  }
}

[class*=__inner-container] > .alignwide {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Center */
.aligncenter,
.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

/* Left and right
.alignleft,
.alignright {
	max-width: 50%;
}

.alignleft {
	float: left;
	margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {
	float: right;
	margin: 0.3rem 2rem 2rem 2rem;
}
*/
.l-container {
  max-width: 1200px;
  width: calc(100% - 1rem * 2);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  .l-container {
    width: calc(100% - 1rem * 4);
  }
}
@media (min-width: 768px) {
  .l-container {
    width: calc(100% - 1rem * 6);
  }
}

.l-page-sidebar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 992px) {
  .l-page-sidebar {
    grid-template-columns: 250px 1fr;
  }
}

.woocommerce .col2-set {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .woocommerce .col2-set {
    grid-template-columns: 1fr 1fr;
  }
}

.l-header__inner {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: "hamburger logo customer-menu" "search search search";
  gap: 10px;
}
@media (min-width: 992px) {
  .l-header__inner {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr auto auto;
    grid-template-areas: "logo search customer-menu";
    gap: 15px;
  }
}
.l-header .o-home-link {
  grid-area: logo;
  align-self: center;
  justify-self: center;
}
@media (min-width: 992px) {
  .l-header .o-home-link {
    justify-self: flex-start;
  }
}
.l-header .c-hamburger {
  grid-area: hamburger;
  justify-self: flex-start;
}
.l-header .c-customer-menu {
  grid-area: customer-menu;
  justify-self: flex-end;
  align-self: center;
}
.l-header .c-search__wrap {
  grid-area: search;
  align-self: center;
  justify-self: center;
}
@media (min-width: 992px) {
  .l-header .c-search__wrap {
    justify-self: flex-end;
  }
}

.l-topbar {
  padding: 0.5rem 0;
  font-size: 11px;
  background-color: #91b2ab;
  color: white;
  text-align: center;
}

.c-main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
}
.c-main-menu__wrap {
  width: 100%;
  background-color: #BAB9B7;
  display: none;
}
@media (min-width: 992px) {
  .c-main-menu__wrap {
    display: block;
  }
}
.c-main-menu > li {
  display: block;
}
.c-main-menu > li:hover > a {
  background-color: #f7f6f6;
  color: #BAB9B7;
}
.c-main-menu > li:hover > .sub-menu {
  display: grid;
}
.c-main-menu > li > a {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 1.125rem;
  padding: 0 15px;
  text-transform: uppercase;
  color: #ffffff;
  transition: background 0.3s ease;
}
.c-main-menu > li > a:hover {
  background-color: #f7f6f6;
  color: #BAB9B7;
}
.c-main-menu > li > .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  background-color: #f7f6f6;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
  width: 100%;
  padding: 15px;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.c-main-menu > li > .sub-menu li {
  text-transform: uppercase;
  font-weight: 700;
}
.c-main-menu > li > .sub-menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: static;
}
.c-main-menu > li > .sub-menu .sub-menu li {
  text-transform: none;
  font-weight: 400;
}
.c-main-menu > li > .sub-menu a {
  color: #222;
}
.c-main-menu > li > .sub-menu a:hover {
  color: #91b2ab;
}
.c-main-menu > li.small-sub {
  position: relative;
}
.c-main-menu > li.small-sub li {
  text-transform: none;
  font-weight: 400;
}
.c-main-menu > li.small-sub .sub-menu {
  width: 250px;
  grid-template-columns: repeat(1, 1fr);
  gap: 5px;
}
.c-main-menu > li.large-sub .sub-menu {
  grid-template-columns: repeat(6, 1fr);
}

.l-sidebar {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
.l-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-sidebar ul ul {
  padding-left: 0.5rem;
}
.l-sidebar__widgets {
  display: none;
  border: 1px solid #D8CBBF;
  padding: 1rem;
}
@media (min-width: 992px) {
  .l-sidebar__widgets {
    display: block;
    width: 250px;
  }
  .l-sidebar__widgets:empty {
    display: none;
  }
}
.l-sidebar__widgets .widget {
  margin-bottom: 2rem;
}
.l-sidebar__widgets .widget:last-child {
  margin-bottom: 0;
}
.l-sidebar__hero {
  display: none;
}
@media (min-width: 992px) {
  .l-sidebar__hero {
    display: block;
  }
}
.l-sidebar__widgets-mobile {
  display: block;
}
@media (min-width: 992px) {
  .l-sidebar__widgets-mobile {
    display: none;
  }
}
.l-sidebar__widgets-mobile .widget {
  width: 100%;
  display: inline-block;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .l-sidebar__widgets-mobile .widget {
    width: 50%;
  }
  .l-sidebar__widgets-mobile .widget:nth-child(odd) {
    padding-right: 1rem;
  }
}
.l-sidebar__widgets-mobile .widget select {
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1;
  padding: 0.5rem;
  box-shadow: none;
  border: 1px solid #D8CBBF;
  border-radius: 0;
  height: 35px;
}
.l-sidebar .c-widget__title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
.l-sidebar .count {
  display: none;
}
.l-sidebar .woocommerce-widget-layered-nav-list a,
.l-sidebar .widget_layered_nav_filters a,
.l-sidebar .product-categories a {
  display: block;
  padding: 2px 0;
  color: #333;
}
.l-sidebar .woocommerce-widget-layered-nav-list a:hover, .l-sidebar .woocommerce-widget-layered-nav-list a:active, .l-sidebar .woocommerce-widget-layered-nav-list a:focus,
.l-sidebar .widget_layered_nav_filters a:hover,
.l-sidebar .widget_layered_nav_filters a:active,
.l-sidebar .widget_layered_nav_filters a:focus,
.l-sidebar .product-categories a:hover,
.l-sidebar .product-categories a:active,
.l-sidebar .product-categories a:focus {
  color: #91b2ab;
}
.l-sidebar .woocommerce-widget-layered-nav-list .current-cat-parent > a,
.l-sidebar .woocommerce-widget-layered-nav-list .current-cat > a,
.l-sidebar .widget_layered_nav_filters .current-cat-parent > a,
.l-sidebar .widget_layered_nav_filters .current-cat > a,
.l-sidebar .product-categories .current-cat-parent > a,
.l-sidebar .product-categories .current-cat > a {
  font-weight: 700;
}
.l-sidebar .woocommerce-widget-layered-nav-list li.chosen > a::before,
.l-sidebar .widget_layered_nav_filters li.chosen > a::before,
.l-sidebar .product-categories li.chosen > a::before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  content: "x";
  margin-right: 5px;
  width: 14px;
  height: 14px;
  color: #ff6961;
  border: 1px solid #ff6961;
  font-size: 10px;
  border-radius: 100%;
  transform: translateY(-3px);
}
.l-sidebar .product-categories > li > a {
  text-transform: uppercase;
}

.l-footer {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #91b2ab;
  color: #ffffff;
  font-size: 0.875rem;
}
.l-footer a {
  color: #ffffff;
}
.l-footer a:hover, .l-footer a:active {
  color: #333;
}
.l-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-footer ul li {
  display: block;
}
.l-footer__inner {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
.l-footer__inner .l-footer__widget {
  width: 100%;
  overflow: hidden;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-wrap: break-word;
}
.l-footer__inner .l-footer__widget .widget:not(:first-child) {
  margin-top: 2rem;
}
@media (min-width: 600px) {
  .l-footer__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .l-footer__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .l-footer__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
.l-footer .c-widget__title {
  margin-bottom: 0.5rem;
  font-weight: 400;
  display: block;
}
